diff --git a/.github/workflows/use-pr-linker.yml b/.github/workflows/use-pr-linker.yml new file mode 100644 index 00000000..e0ce52f2 --- /dev/null +++ b/.github/workflows/use-pr-linker.yml @@ -0,0 +1,21 @@ +name: Auto link PR to Issues + +on: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened + - closed + +permissions: + contents: read + issues: write + pull-requests: read + +jobs: + call-linker: + uses: mosip/kattu/.github/workflows/link-pr-to-issue.yml@develop + secrets: + ACTION_PAT: ${{ secrets.ACTION_PAT }} \ No newline at end of file diff --git a/mosip_master_csv/csv/app_authentication_method.csv b/mosip_master_csv/csv/app_authentication_method.csv new file mode 100644 index 00000000..8afb0cb8 --- /dev/null +++ b/mosip_master_csv/csv/app_authentication_method.csv @@ -0,0 +1,67 @@ +lang_code,app_id,process_id,role_code,auth_method_code,method_seq,is_active +eng,10003,login_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,onboard_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,onboard_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,packet_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,packet_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,eod_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,eod_auth,REGISTRATION_OFFICER,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_ADMIN,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_ADMIN,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,FACE,5,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,PWD,1,TRUE +eng,10003,exception_auth,REGISTRATION_OFFICER,OTP,2,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,FINGERPRINT,3,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,IRIS,4,FALSE +eng,10003,exception_auth,REGISTRATION_OFFICER,FACE,5,FALSE diff --git a/mosip_master_csv/csv/app_detail.csv b/mosip_master_csv/csv/app_detail.csv new file mode 100644 index 00000000..ed222203 --- /dev/null +++ b/mosip_master_csv/csv/app_detail.csv @@ -0,0 +1,13 @@ +lang_code,id,name,descr,is_active +eng,10001,Pre-Registration,Web portal for pre-registrations,TRUE +eng,10003,Registration Client,Desktop application for Registrations,TRUE +eng,10005,Registration Processor,Application for post-registration process,TRUE +eng,10007,ID Authentication,Application for third party service provider authentication,TRUE +eng,10009,ID Control,Web portal for configuring applications,TRUE +eng,10011,Resident Portal,Web portal for Post ID generation services,TRUE +fra,10001,Pré-inscription,Portail Web pour les pré-inscriptions,TRUE +fra,10003,Client dinscription,Application de bureau pour les inscriptions,TRUE +fra,10005,Processeur dinscription,Demande de post-inscription,TRUE +fra,10007,Authentification ID,Application pour lauthentification du fournisseur de services tiers,TRUE +fra,10009,Contrôle didentité,Portail Web pour la configuration dapplications,TRUE +fra,10011,Portail Résident,Portail Web pour les services de génération de post-ID,TRUE diff --git a/mosip_master_csv/csv/app_role_priority.csv b/mosip_master_csv/csv/app_role_priority.csv new file mode 100644 index 00000000..e2c645ad --- /dev/null +++ b/mosip_master_csv/csv/app_role_priority.csv @@ -0,0 +1,14 @@ +lang_code,app_id,process_id,role_code,priority,is_active +eng,10003,login_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,login_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,login_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,packet_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,packet_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,packet_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,eod_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,eod_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,exception_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,exception_auth,REGISTRATION_ADMIN,1,TRUE +eng,10003,onboard_auth,REGISTRATION_OFFICER,3,TRUE +eng,10003,onboard_auth,REGISTRATION_SUPERVISOR,2,TRUE +eng,10003,onboard_auth,REGISTRATION_ADMIN,1,TRUE diff --git a/mosip_master_csv/csv/applicant_valid_document.csv b/mosip_master_csv/csv/applicant_valid_document.csv new file mode 100644 index 00000000..58a16b65 --- /dev/null +++ b/mosip_master_csv/csv/applicant_valid_document.csv @@ -0,0 +1,68 @@ +lang_code,apptyp_code,doccat_code,doctyp_code,is_active +eng,000,POI,CIN,TRUE +eng,000,POA,RNC,TRUE +eng,000,POB,COB,TRUE +eng,000,POR,CRN,TRUE +eng,001,POI,CIN,TRUE +eng,001,POA,RNC,TRUE +eng,001,POB,COB,TRUE +eng,001,POR,CRN,TRUE +eng,002,POI,CIN,TRUE +eng,002,POA,RNC,TRUE +eng,002,POB,COB,TRUE +eng,003,POI,CIN,TRUE +eng,003,POB,COB,TRUE +eng,003,POR,CRN,TRUE +eng,004,POI,CIN,TRUE +eng,004,POB,COB,TRUE +eng,005,POI,CIN,TRUE +eng,005,POA,RNC,TRUE +eng,005,POB,COB,TRUE +eng,005,POR,CRN,TRUE +eng,006,POI,CIN,TRUE +eng,006,POA,RNC,TRUE +eng,006,POB,COB,TRUE +eng,007,POI,CIN,TRUE +eng,007,POB,COB,TRUE +eng,007,POR,CRN,TRUE +eng,008,POI,CIN,TRUE +eng,008,POB,COB,TRUE +eng,009,POI,CIN,TRUE +eng,009,POA,RNC,TRUE +eng,009,POB,COB,TRUE +eng,009,POR,CRN,TRUE +eng,009,POE,COE,TRUE +eng,010,POI,CIN,TRUE +eng,010,POA,RNC,TRUE +eng,010,POB,COB,TRUE +eng,010,POE,COE,TRUE +eng,011,POI,CIN,TRUE +eng,011,POB,COB,TRUE +eng,011,POR,CRN,TRUE +eng,011,POE,COE,TRUE +eng,012,POI,CIN,TRUE +eng,012,POB,COB,TRUE +eng,012,POE,COE,TRUE +eng,013,POI,CIN,TRUE +eng,013,POA,RNC,TRUE +eng,013,POB,COB,TRUE +eng,013,POR,CRN,TRUE +eng,013,POE,COE,TRUE +eng,014,POI,CIN,TRUE +eng,014,POA,RNC,TRUE +eng,014,POB,COB,TRUE +eng,014,POE,COE,TRUE +eng,015,POI,CIN,TRUE +eng,015,POB,COB,TRUE +eng,015,POR,CRN,TRUE +eng,015,POE,COE,TRUE +eng,016,POI,CIN,TRUE +eng,016,POB,COB,TRUE +eng,016,POE,COE,TRUE +eng,003,POA,RNC,TRUE +eng,004,POA,RNC,TRUE +eng,007,POA,RNC,TRUE +eng,008,POA,RNC,TRUE +eng,011,POA,RNC,TRUE +eng,012,POA,RNC,TRUE +eng,015,POA,RNC,TRUE diff --git a/mosip_master_csv/csv/authentication_method.csv b/mosip_master_csv/csv/authentication_method.csv new file mode 100644 index 00000000..955d8425 --- /dev/null +++ b/mosip_master_csv/csv/authentication_method.csv @@ -0,0 +1,6 @@ +lang_code,code,method_seq,is_active +eng,PWD,1,TRUE +eng,OTP,2,TRUE +eng,FINGERPRINT,3,TRUE +eng,IRIS,4,TRUE +eng,FACE,5,TRUE diff --git a/mosip_master_csv/csv/biometric_attribute.csv b/mosip_master_csv/csv/biometric_attribute.csv new file mode 100644 index 00000000..ebd8d0eb --- /dev/null +++ b/mosip_master_csv/csv/biometric_attribute.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,bmtyp_code,is_active +eng,TM,Thumbs,Print of Left and Right Thumbs,FNR,TRUE +eng,RH,Right Slab,Print of Right Slab,FNR,TRUE +eng,LH,Left Slab,Print of Left Slab,FNR,TRUE +eng,LI,Left Iris,Print of Left Iris,IRS,TRUE +eng,RI,Right Iris,Print of Right Iris,IRS,TRUE +fra,TM,Les pouces,Empreinte des pouces gauche et droit,FNR,TRUE +fra,RH,Dalle droite,Impression de la dalle droite,FNR,TRUE +fra,LH,Dalle gauche,Impression de la dalle gauche,FNR,TRUE +fra,LI,Iris gauche,Gravure de Iris Gauche,IRS,TRUE +fra,RI,Iris droit,Empreinte de l'iris droit,IRS,TRUE +ara,TM,الإبهام,طباعة الإبهام الأيمن والأيسر,FNR,TRUE +ara,RH,اللوح الأيمن,طباعة اللوح الأيمن,FNR,TRUE +ara,LH,اللوح الأيسر,طباعة اللوح الأيسر,FNR,TRUE +ara,LI,اليسار ايريس,طباعة القزحية اليسرى,IRS,TRUE +ara,RI,حق ايريس,طباعة القزحية اليمنى,IRS,TRUE diff --git a/mosip_master_csv/csv/biometric_type.csv b/mosip_master_csv/csv/biometric_type.csv new file mode 100644 index 00000000..ea421342 --- /dev/null +++ b/mosip_master_csv/csv/biometric_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,FNR,Fingerprint,Finger prints of the applicant,TRUE +eng,IRS,Iris,Iris of the applicant,TRUE +eng,PHT,Photo,Photo of the face of the applicant,TRUE diff --git a/mosip_master_csv/csv/blacklisted_words.csv b/mosip_master_csv/csv/blacklisted_words.csv new file mode 100644 index 00000000..3c61a9c5 --- /dev/null +++ b/mosip_master_csv/csv/blacklisted_words.csv @@ -0,0 +1,13 @@ +lang_code,word,descr,is_active +eng,shit,Blacklisted Word,TRUE +eng,damn,Blacklisted Word,TRUE +eng,nigga,Blacklisted Word,TRUE +eng,dammit,Blacklisted Word,TRUE +fra,Merde,Mot sur la liste noire,TRUE +fra,bon sang,Mot sur la liste noire,TRUE +ara,القرف,كلمة في القائمة السوداء,TRUE +ara,اللعنة,كلمة في القائمة السوداء,TRUE +ara,نيغا,كلمة في القائمة السوداء,TRUE +,,, +,,, +,,, diff --git a/mosip_master_csv/csv/blocklisted_words.csv b/mosip_master_csv/csv/blocklisted_words.csv new file mode 100644 index 00000000..97f199d2 --- /dev/null +++ b/mosip_master_csv/csv/blocklisted_words.csv @@ -0,0 +1,9 @@ +lang_code,word,descr,is_active +eng,shit,Blacklisted Word,TRUE +eng,damn,Blacklisted Word,TRUE +eng,nigga,Blacklisted Word,TRUE +eng,dammit,Blacklisted Word,TRUE +fra,Merde,Mot sur la liste noire,TRUE +fra,Damn,Mot sur la liste noire,TRUE +fra,nigga,Mot sur la liste noire,TRUE +fra,bon sang,Mot sur la liste noire,TRUE diff --git a/mosip_master_csv/csv/daysofweek_list.csv b/mosip_master_csv/csv/daysofweek_list.csv new file mode 100644 index 00000000..65bf71a0 --- /dev/null +++ b/mosip_master_csv/csv/daysofweek_list.csv @@ -0,0 +1,22 @@ +lang_code,code,name,day_seq,is_global_working,is_active +eng,101,SUN,1,FALSE,TRUE +eng,102,MON,2,TRUE,TRUE +eng,103,TUE,3,TRUE,TRUE +eng,104,WED,4,TRUE,TRUE +eng,105,THU,5,TRUE,TRUE +eng,106,FRI,6,TRUE,TRUE +eng,107,SAT,7,FALSE,TRUE +fra,101,DIM,1,FALSE,TRUE +fra,102,LUN,2,TRUE,TRUE +fra,103,MAR,3,TRUE,TRUE +fra,104,MER,4,TRUE,TRUE +fra,105,JEU,5,TRUE,TRUE +fra,106,VEN,6,TRUE,TRUE +fra,107,SAM,7,FALSE,TRUE +ara,101,الشمس,1,FALSE,TRUE +ara,102,الإثنين,2,TRUE,TRUE +ara,103,الثلاثاء,3,TRUE,TRUE +ara,104,تزوج,4,TRUE,TRUE +ara,105,خميس,5,TRUE,TRUE +ara,106,الجمعة,6,TRUE,TRUE +ara,107,جلس,7,FALSE,TRUE diff --git a/mosip_master_csv/csv/device_master.csv b/mosip_master_csv/csv/device_master.csv new file mode 100644 index 00000000..9290612c --- /dev/null +++ b/mosip_master_csv/csv/device_master.csv @@ -0,0 +1,37 @@ +lang_code,id,name,mac_address,serial_num,ip_address,dspec_id,zone_code,regcntr_id,is_active +eng,1001,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10001,TRUE +eng,2001,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10001,TRUE +eng,3001,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10001,TRUE +eng,1002,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,KTA,10002,TRUE +eng,2002,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,KTA,10002,TRUE +eng,3002,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,KTA,10002,TRUE +eng,1003,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAL,10003,TRUE +eng,2003,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAL,10003,TRUE +eng,3003,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAL,10003,TRUE +eng,1004,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10004,TRUE +eng,2004,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10004,TRUE +eng,3004,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10004,TRUE +eng,1005,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,BSN,10005,TRUE +eng,2005,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,BSN,10005,TRUE +eng,3005,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,BSN,10005,TRUE +eng,1006,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,NDR,10006,TRUE +eng,2006,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,NDR,10006,TRUE +eng,3006,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,NDR,10006,TRUE +eng,1007,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,STT,10007,TRUE +eng,2007,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,STT,10007,TRUE +eng,3007,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,STT,10007,TRUE +eng,1008,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10008,TRUE +eng,2008,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10008,TRUE +eng,3008,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10008,TRUE +eng,1009,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,YSF,10009,TRUE +eng,2009,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,YSF,10009,TRUE +eng,3009,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,YSF,10009,TRUE +eng,1010,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TTA,10010,TRUE +eng,2010,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TTA,10010,TRUE +eng,3010,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TTA,10010,TRUE +eng,1011,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TZT,10011,TRUE +eng,2011,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TZT,10011,TRUE +eng,3011,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TZT,10011,TRUE +eng,1012,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10012,TRUE +eng,2012,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10012,TRUE +eng,3012,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10012,TRUE diff --git a/mosip_master_csv/csv/device_master_h.csv b/mosip_master_csv/csv/device_master_h.csv new file mode 100644 index 00000000..4e0c2501 --- /dev/null +++ b/mosip_master_csv/csv/device_master_h.csv @@ -0,0 +1,37 @@ +lang_code,id,name,mac_address,serial_num,ip_address,dspec_id,zone_code,regcntr_id,is_active,eff_dtimes +eng,1001,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10001,TRUE,now() +eng,2001,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10001,TRUE,now() +eng,3001,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10001,TRUE,now() +eng,1002,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,KTA,10002,TRUE,now() +eng,2002,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,KTA,10002,TRUE,now() +eng,3002,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,KTA,10002,TRUE,now() +eng,1003,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAL,10003,TRUE,now() +eng,2003,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAL,10003,TRUE,now() +eng,3003,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAL,10003,TRUE,now() +eng,1004,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,RBT,10004,TRUE,now() +eng,2004,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,RBT,10004,TRUE,now() +eng,3004,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,RBT,10004,TRUE,now() +eng,1005,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,BSN,10005,TRUE,now() +eng,2005,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,BSN,10005,TRUE,now() +eng,3005,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,BSN,10005,TRUE,now() +eng,1006,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,NDR,10006,TRUE,now() +eng,2006,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,NDR,10006,TRUE,now() +eng,3006,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,NDR,10006,TRUE,now() +eng,1007,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,STT,10007,TRUE,now() +eng,2007,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,STT,10007,TRUE,now() +eng,3007,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,STT,10007,TRUE,now() +eng,1008,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10008,TRUE,now() +eng,2008,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10008,TRUE,now() +eng,3008,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10008,TRUE,now() +eng,1009,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,YSF,10009,TRUE,now() +eng,2009,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,YSF,10009,TRUE,now() +eng,3009,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,YSF,10009,TRUE,now() +eng,1010,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TTA,10010,TRUE,now() +eng,2010,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TTA,10010,TRUE,now() +eng,3010,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TTA,10010,TRUE,now() +eng,1011,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,TZT,10011,TRUE,now() +eng,2011,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,TZT,10011,TRUE,now() +eng,3011,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,TZT,10011,TRUE,now() +eng,1012,Mock IRIS Scanner,85-BB-97-4B-14-05,3456789012,,327,SAF,10012,TRUE,now() +eng,2012,Mock FingerPrint Scanner,85-BB-97-4B-14-05,1234567890,,165,SAF,10012,TRUE,now() +eng,3012,Mock Camera,85-BB-97-4B-14-05,2345678901,,736,SAF,10012,TRUE,now() diff --git a/mosip_master_csv/csv/device_spec.csv b/mosip_master_csv/csv/device_spec.csv new file mode 100644 index 00000000..1983e0f4 --- /dev/null +++ b/mosip_master_csv/csv/device_spec.csv @@ -0,0 +1,6 @@ +lang_code,id,name,brand,model,dtyp_code,min_driver_ver,descr,is_active +eng,165,Fingerprint Scanner,Safran Morpho,1300 E2,FRS,1.12,To scan fingerprint,TRUE +eng,327,High Speed Dual Iris Scanner,Cogent,3M,IRS,2.34,To scan iris,TRUE +eng,736,Webcam,Logitech,C270,CMR,2.086,To capture photo,TRUE +eng,801,imageFORMULA,Canon,DR-C130,SCN,1.02,To scan documents,TRUE +eng,920,Single Function Inkjet,Canon,TS207,PRT,1.123,To print documents,TRUE diff --git a/mosip_master_csv/csv/device_type.csv b/mosip_master_csv/csv/device_type.csv new file mode 100644 index 00000000..84e0b902 --- /dev/null +++ b/mosip_master_csv/csv/device_type.csv @@ -0,0 +1,6 @@ +lang_code,code,name,descr,is_active +eng,FRS,Finger Print Scanner,For scanning fingerprints,TRUE +eng,IRS,Iris Scanner,For scanning Iris,TRUE +eng,CMR,Camera,For capturing photo,TRUE +eng,SCN,Document Scanner,For scanning documents,TRUE +eng,PRT,Printer,For printing Documents,TRUE diff --git a/mosip_master_csv/csv/doc_category.csv b/mosip_master_csv/csv/doc_category.csv new file mode 100644 index 00000000..c92ff48b --- /dev/null +++ b/mosip_master_csv/csv/doc_category.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,is_active +eng,POA,Proof of Address,Address Proof,TRUE +ara,POA,إثبات العنوان,إثبات العنوان,TRUE +fra,POA,Un justificatif de domicile,Preuve dadresse,TRUE +eng,POI,Proof of Identity,Identity Proof,TRUE +ara,POI,إثبات هوية,إثبات الهوية,TRUE +fra,POI,Preuve didentité,Preuve didentité,TRUE +eng,POR,Proof of Relationship,Proof Relationship of the person,TRUE +ara,POR,إثبات العلاقة,إثبات علاقة الشخص,TRUE +fra,POR,Preuve de relation,Preuve de relation de la personne,TRUE +eng,POB,Proof of Birth,Proof date of birth of the person,FALSE +ara,POB,إثبات الميلاد,إثبات تاريخ ميلاد الشخص,FALSE +fra,POB,Preuve de naissance,Preuve de la date de naissance de la personne,FALSE +eng,POE,Proof of Biometric Exception,Proof of Biometric Exception,TRUE +ara,POE,إثبات الاستثناء البيومتري,إثبات الاستثناء البيومتري,TRUE +fra,POE,Preuve dexception biométrique,Preuve dexception biométrique,TRUE diff --git a/mosip_master_csv/csv/doc_type.csv b/mosip_master_csv/csv/doc_type.csv new file mode 100644 index 00000000..22a6043b --- /dev/null +++ b/mosip_master_csv/csv/doc_type.csv @@ -0,0 +1,91 @@ +lang_code,code,name,descr,is_active +eng,CIN,Reference Identity Card,Reference Identity Card,TRUE +ara,CIN,بطاقة الهوية المرجعية,بطاقة الهوية المرجعية,TRUE +fra,CIN,Carte d'identité de référence,Carte d'identité de référence,TRUE +eng,RNC,Rental contract,Rental Agreement of address,TRUE +ara,RNC,عقد ايجار,اتفاقية تأجير العنوان,TRUE +fra,RNC,Contrat de location,Contrat de location dadresse,TRUE +eng,COR,Certificate of residence,Proof of Resident,TRUE +ara,COR,شهادة الاقامة,إثبات مقيم,TRUE +fra,COR,Certificat de résidence,Preuve de résidence,TRUE +eng,DOC001,Passport,Proof of Idendity,TRUE +ara,DOC001,جواز سفر,إثبات الفكر,TRUE +fra,DOC001,Passeport,Preuve didentité,TRUE +eng,CRN,Certificate of Relationship,Proof relationship of a person,TRUE +ara,CRN,شهادة القرابة,إثبات علاقة الشخص,TRUE +fra,CRN,Certificat de relation,Preuve de relation dune personne,TRUE +eng,COB,Certificate of Birth,Proof birth and age of a person,TRUE +ara,COB,شهادة الميلاد,إثبات ولادة الشخص وعمره,TRUE +fra,COB,Certificat de naissance,Preuve de naissance et âge dune personne,TRUE +eng,COE,Certification of Exception,Certificate of Exception,TRUE +ara,COE,شهادة الاستثناء,شهادة الاستثناء,TRUE +fra,COE,Certification dexception,Certification dexception,TRUE +eng,DOC002,PAN card,PAN card,TRUE +eng,DOC003,Either Ration or PDS Photo card,Either Ration or PDS Photo card,TRUE +eng,DOC004,Voter Identification card,Voter Identification card,TRUE +eng,DOC005,Driving licence of the applicant,Driving licence of the applicant,TRUE +eng,DOC006,Photo identification cards issued by the Government,Photo identification cards issued by the Government,TRUE +eng,DOC007,Service photo ID cards that is issued by a PSU,Service photo ID cards that is issued by a PSU,TRUE +eng,DOC008,Licence of Arms,Licence of Arms,TRUE +eng,DOC009,Photo Bank ATM card,Photo Bank ATM card,TRUE +eng,DOC010,Photo Credit card,Photo Credit card,TRUE +eng,DOC011,Photo card of the Freedom Fighter,Photo card of the Freedom Fighter,TRUE +eng,DOC012,Certificate of Marriage,Certificate of Marriage,TRUE +eng,DOC013,Passbook or Bank Statement,Passbook or Bank Statement,TRUE +eng,DOC014,Account statement or passbook of the Post Office,Account statement or passbook of the Post Office,TRUE +eng,DOC015,Ration Card,Ration Card,TRUE +eng,DOC016,PSU issued Service photo ID card with address,PSU issued Service photo ID card with address,TRUE +eng,DOC017,Previous 3 months’ electricity bill,Previous 3 months’ electricity bill,TRUE +eng,DOC018,Water bill as long as it is not more than 3 months’ old,Water bill as long as it is not more than 3 months’ old,TRUE +eng,DOC024,PDS Card,PDS Card,TRUE +eng,DOC025,"Medical card issued by the State Govt, CGHS, ECHS and ESIC","Medical card issued by the State Government, CGHS, ECHS and also ESIC",TRUE +eng,DOC026,Canteen card of the Army,Canteen card of the Army,TRUE +eng,DOC027,Family entitlement document,Any family entitlement document issued by any Central or State Government,TRUE +eng,DOC028,Birth Certificate,Registrar of Birth/municipal Corporation or any local government Birth Certificate,TRUE +fra,DOC002,Carte PAN,Carte PAN,TRUE +fra,DOC003,Soit ration ou PDS photo carte,Soit ration ou PDS photo carte,TRUE +fra,DOC004,Carte d’identification des électeurs,Carte d’identification des électeurs,TRUE +fra,DOC005,Permis de conduire du demandeur,Permis de conduire du demandeur,TRUE +fra,DOC006,Cartes d’identité photo émises par le gouvernement,Cartes d’identité photo émises par le gouvernement,TRUE +fra,DOC007,Cartes d’identité de service de photo émises par un PSU,Cartes d’identité de service de photo émises par un PSU,TRUE +fra,DOC008,Licence d’armes,Licence d’armes,TRUE +fra,DOC009,Photo banque carte bancaire,Photo banque carte bancaire,TRUE +fra,DOC010,Carte de crédit photo,Carte de crédit photo,TRUE +fra,DOC011,Carte photo du Freedom Fighter,Carte photo du Freedom Fighter,TRUE +fra,DOC012,Certificat de mariage,Certificat de mariage,TRUE +fra,DOC013,Livret ou relevé bancaire,Livret ou relevé bancaire,TRUE +fra,DOC014,Relevé de compte ou livret du Bureau de poste,Relevé de compte ou livret du Bureau de poste,TRUE +fra,DOC015,Carte de ration,Carte de ration,TRUE +fra,DOC016,PSU a émis la carte didentité de photo de service avec ladresse,PSU a émis la carte d’identité de photo de service avec l’adresse,TRUE +fra,DOC017,Facture d’électricité précédente de 3 mois,Facture d’électricité précédente de 3 mois,TRUE +fra,DOC018,Facture d’eau tant qu’elle n’a pas plus de 3 mois,Facture d’eau tant qu’elle n’a pas plus de 3 mois,TRUE +fra,DOC024,Carte PDS,Carte PDS,TRUE +fra,DOC025,Carte médicale délivrée par le govt de l'État,"Carte médicale délivrée par le gouvernement de l’État, le CGHS, l’ECHS et également l’ESIC",TRUE +fra,DOC026,Carte de cantine de l’armée,Carte de cantine de l’armée,TRUE +fra,DOC027,Titre de droit familial,Tout document de droit de la famille délivré par un gouvernement central ou,TRUE +fra,DOC028,Certificat de naissance,Registraire de naissance/municipalité ou tout acte de naissance du gouvernement local,TRUE +eng,EOP,Expetion Photo,Expetion Photo,TRUE +fra,EOP,Photo d exception,Expetion Photo,TRUE +ara,DOC002,بطاقة الطعام,بطاقة الطعام,TRUE +ara,DOC003,إما بطاقة تموينية أو بطاقة صور ,إما بطاقة تموينية أو بطاقة صور PDS,TRUE +ara,DOC004,بطاقة هوية الناخب,بطاقة هوية الناخب,TRUE +ara,DOC005,رخصة القيادة لمقدم الطلب,رخصة القيادة لمقدم الطلب,TRUE +ara,DOC006,بطاقات هوية مصورة صادرة عن الحكومة,بطاقات هوية مصورة صادرة عن الحكومة,TRUE +ara,DOC007,بطاقات هوية تحمل صورة الخدمة الصادرة عن PSU,بطاقات هوية تحمل صورة الخدمة الصادرة عن PSU,TRUE +ara,DOC008,رخصة السلاح,رخصة السلاح,TRUE +ara,DOC009,بطاقة الصراف الآلي لبنك الصور,بطاقة الصراف الآلي لبنك الصور,TRUE +ara,DOC010,بطاقة ائتمان الصور,بطاقة ائتمان الصور,TRUE +ara,DOC011,بطاقة مصورة لمقاتل الحرية,بطاقة مصورة لمقاتل الحرية,TRUE +ara,DOC012,عقد زواج,عقد زواج,TRUE +ara,DOC013,دفتر حسابات أو كشف حساب بنكي,دفتر حسابات أو كشف حساب بنكي,TRUE +ara,DOC014,كشف حساب أو دفتر مرور لمكتب البريد,كشف حساب أو دفتر مرور لمكتب البريد,TRUE +ara,DOC015,البطاقة التموينية,البطاقة التموينية,TRUE +ara,DOC016,أصدرت PSU بطاقة هوية تحمل صورة الخدمة مع العنوان,أصدرت PSU بطاقة هوية تحمل صورة الخدمة مع العنوان,TRUE +ara,DOC017,فاتورة الكهرباء عن الثلاثة أشهر السابقة,فاتورة الكهرباء عن الثلاثة أشهر السابقة,TRUE +ara,DOC018,فاتورة المياه بشرط ألا تزيد عن 3 أشهر,فاتورة المياه بشرط ألا تزيد عن 3 أشهر,TRUE +ara,DOC024,بطاقة PDS,بطاقة PDS,TRUE +ara,DOC025,بطاقة طبية صادرة عن حكومة الدولة و CGHS و ECHS و ESIC,بطاقة طبية صادرة عن حكومة الدولة و CGHS و ECHS و ESIC,TRUE +ara,DOC026,بطاقة مقصف للجيش,بطاقة مقصف للجيش,TRUE +ara,DOC027,وثيقة استحقاق الأسرة,أي مستند استحقاق عائلي صادر عن أي حكومة مركزية أو حكومة ولاية,TRUE +ara,DOC028,شهادة الميلاد,مسجل الميلاد / مؤسسة البلدية أو أي شهادة ميلاد حكومية محلية,TRUE +ara,EOP,إكسبيديشن فوتو,إكسبيديشن فوتو,TRUE diff --git a/mosip_master_csv/csv/dynamic_field.csv b/mosip_master_csv/csv/dynamic_field.csv new file mode 100644 index 00000000..80aa8e93 --- /dev/null +++ b/mosip_master_csv/csv/dynamic_field.csv @@ -0,0 +1,477 @@ +id,name,description,data_type,value_json,lang_code,is_active,cr_by,cr_dtimes +10001,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""A"", + }",eng,TRUE,superadmin,now() +10002,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""A+"", + }",eng,TRUE,superadmin,now() +10003,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""A-"", + }",eng,TRUE,superadmin,now() +10004,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""B"", + }",eng,TRUE,superadmin,now() +10005,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""B+"", + }",eng,TRUE,superadmin,now() +10006,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""B-"", + }",eng,TRUE,superadmin,now() +10007,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",eng,TRUE,superadmin,now() +10008,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",eng,TRUE,superadmin,now() +10009,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",eng,TRUE,superadmin,now() +10010,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""O"", + }",eng,TRUE,superadmin,now() +10011,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",eng,TRUE,superadmin,now() +10012,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""O-"" + }",eng,TRUE,superadmin,now() +10013,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""Don't Know"" + }",eng,TRUE,superadmin,now() +10014,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""Not Applicable"" + }",eng,TRUE,superadmin,now() +10015,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""Single"" + }",eng,TRUE,superadmin,now() +10016,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""Married"" + }",eng,TRUE,superadmin,now() +10017,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""Widowed"" + }",eng,TRUE,superadmin,now() +10018,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""Divorced"" + }",eng,TRUE,superadmin,now() +10019,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""Legally Separated"" + }",eng,TRUE,superadmin,now() +10020,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""Annulled"" + }",eng,TRUE,superadmin,now() +10021,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""Nullified"" + }",eng,TRUE,superadmin,now() +10022,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""Document-based"" + }",eng,TRUE,superadmin,now() +10023,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""Introducer-based"" + }",eng,TRUE,superadmin,now() +10024,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""Pick-up"" + }",eng,TRUE,superadmin,now() +10025,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""Delivery to permanent address"" + }",eng,TRUE,superadmin,now() +10026,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""Delivery to present address"" + }",eng,TRUE,superadmin,now() +10027,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""Male"" + }",eng,TRUE,superadmin,now() +10028,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""Female"" + }",eng,TRUE,superadmin,now() +10029,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""Others"" + }",eng,TRUE,superadmin,now() +10030,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""Foreigner"" + }",eng,TRUE,superadmin,now() +10031,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""Non-Foreigner"" + }",eng,TRUE,superadmin,now() +10310,preferredLang,user preferred Language,string,"{""value"":""English"",""code"":""eng""}",eng,TRUE,superadmin,now() +10313,preferredLang,user preferred Language,string,"{""value"":""français"",""code"":""fra""}",eng,TRUE,superadmin,now() +10317,preferredLang,Langue préférée de l'utilisateur,string,"{""value"":""English"",""code"":""eng""}",fra,TRUE,superadmin,now() +10319,preferredLang,Langue préférée de l'utilisateur,string,"{""value"":""français"",""code"":""fra""}",fra,TRUE,superadmin,now() +10063,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""A"", + }",fra,TRUE,superadmin,now() +10064,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""A+"", + }",fra,TRUE,superadmin,now() +10065,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""A-"", + }",fra,TRUE,superadmin,now() +10066,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""B"", + }",fra,TRUE,superadmin,now() +10067,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""B+"", + }",fra,TRUE,superadmin,now() +10068,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""B-"", + }",fra,TRUE,superadmin,now() +10069,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",fra,TRUE,superadmin,now() +10070,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",fra,TRUE,superadmin,now() +10071,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",fra,TRUE,superadmin,now() +10072,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""O"", + }",fra,TRUE,superadmin,now() +10073,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",fra,TRUE,superadmin,now() +10074,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""O-"" + }",fra,TRUE,superadmin,now() +10075,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""Je ne sais pas"" + }",fra,TRUE,superadmin,now() +10076,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""N'est pas applicable"" + }",fra,TRUE,superadmin,now() +10077,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""Seule"" + }",fra,TRUE,superadmin,now() +10078,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""Mariée"" + }",fra,TRUE,superadmin,now() +10079,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""Veuve"" + }",fra,TRUE,superadmin,now() +10080,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""Divorcée"" + }",fra,TRUE,superadmin,now() +10081,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""Séparés légalement"" + }",fra,TRUE,superadmin,now() +10082,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""Annulé"" + }",fra,TRUE,superadmin,now() +10083,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""Annulé"" + }",fra,TRUE,superadmin,now() +10084,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""Basé sur des documents"" + }",fra,TRUE,superadmin,now() +10085,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""Basé sur l'introducteur"" + }",fra,TRUE,superadmin,now() +10086,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""Ramasser"" + }",fra,TRUE,superadmin,now() +10087,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""Livraison à une adresse permanente"" + }",fra,TRUE,superadmin,now() +10088,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""Livraison à l'adresse actuelle"" + }",fra,TRUE,superadmin,now() +10089,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""Mâle"" + }",fra,TRUE,superadmin,now() +10090,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""Femelle"" + }",fra,TRUE,superadmin,now() +10091,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""Autres"" + }",fra,TRUE,superadmin,now() +10092,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""Étrangère"" + }",fra,TRUE,superadmin,now() +10093,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""Non-étranger"" + }",fra,TRUE,superadmin,now() +10094,bloodType,Blood Type,string," + { + ""code"": ""101"", + ""value"": ""أ"", + }",ara,TRUE,superadmin,now() +10095,bloodType,Blood Type,string," + { + ""code"": ""102"", + ""value"": ""أ +"", + }",ara,TRUE,superadmin,now() +10096,bloodType,Blood Type,string," + { + ""code"": ""103"", + ""value"": ""أ-"", + }",ara,TRUE,superadmin,now() +10097,bloodType,Blood Type,string," + { + ""code"": ""104"", + ""value"": ""ب"", + }",ara,TRUE,superadmin,now() +10098,bloodType,Blood Type,string," + { + ""code"": ""105"", + ""value"": ""ب +"", + }",ara,TRUE,superadmin,now() +10099,bloodType,Blood Type,string," + { + ""code"": ""106"", + ""value"": ""ب-"", + }",ara,TRUE,superadmin,now() +10100,bloodType,Blood Type,string," + { + ""code"": ""107"", + ""value"": ""AB"", + }",ara,TRUE,superadmin,now() +10101,bloodType,Blood Type,string," + { + ""code"": ""108"", + ""value"": ""AB+"", + }",ara,TRUE,superadmin,now() +10102,bloodType,Blood Type,string," + { + ""code"": ""109"", + ""value"": ""AB-"", + }",ara,TRUE,superadmin,now() +10103,bloodType,Blood Type,string," + { + ""code"": ""110"", + ""value"": ""ا"", + }",ara,TRUE,superadmin,now() +10104,bloodType,Blood Type,string," + { + ""code"": ""111"", + ""value"": ""O+"" + }",ara,TRUE,superadmin,now() +10105,bloodType,Blood Type,string," + { + ""code"": ""112"", + ""value"": ""س-"" + }",ara,TRUE,superadmin,now() +10106,bloodType,Blood Type,string," + { + ""code"": ""113"", + ""value"": ""لا اعرف"" + }",ara,TRUE,superadmin,now() +10107,bloodType,Blood Type,string," + { + ""code"": ""114"", + ""value"": ""غير قابل للتطبيق"" + }",ara,TRUE,superadmin,now() +10108,maritalStatus,Marital Status,string," + { + ""code"": ""101"", + ""value"": ""غير مرتبطة +"" + }",ara,TRUE,superadmin,now() +10109,maritalStatus,Marital Status,string," + { + ""code"": ""102"", + ""value"": ""زوجت"" + }",ara,TRUE,superadmin,now() +10110,maritalStatus,Marital Status,string," + { + ""code"": ""103"", + ""value"": ""الأرامل"" + }",ara,TRUE,superadmin,now() +10111,maritalStatus,Marital Status,string," + { + ""code"": ""104"", + ""value"": ""مطلق"" + }",ara,TRUE,superadmin,now() +10112,maritalStatus,Marital Status,string," + { + ""code"": ""105"", + ""value"": ""مطلق من الناحية القانونية +"" + }",ara,TRUE,superadmin,now() +10113,maritalStatus,Marital Status,string," + { + ""code"": ""106"", + ""value"": ""ملغاة"" + }",ara,TRUE,superadmin,now() +10114,maritalStatus,Marital Status,string," + { + ""code"": ""107"", + ""value"": ""مبطل"" + }",ara,TRUE,superadmin,now() +10115,registrationType,Registration Type,string," + { + ""code"": ""Document-based"", + ""value"": ""مستند إلى المستند"" + }",ara,TRUE,superadmin,now() +10116,registrationType,Registration Type,string," + { + ""code"": ""Introducer-based"", + ""value"": ""المعرف القائم"" + }",ara,TRUE,superadmin,now() +10117,modeOfClaim,Mode of Claim,string," + { + ""code"": ""101"", + ""value"": ""يلتقط"" + }",ara,TRUE,superadmin,now() +10118,modeOfClaim,Mode of Claim,string," + { + ""code"": ""102"", + ""value"": ""التسليم إلى العنوان الدائم"" + }",ara,TRUE,superadmin,now() +10119,modeOfClaim,Mode of Claim,string," + { + ""code"": ""103"", + ""value"": ""التسليم إلى العنوان الحالي"" + }",ara,TRUE,superadmin,now() +10120,gender,Gender,string," + { + ""code"": ""MLE"", + ""value"": ""ذكر"" + }",ara,TRUE,superadmin,now() +10121,gender,Gender,string," + { + ""code"": ""FLE"", + ""value"": ""أنثى"" + }",ara,TRUE,superadmin,now() +10122,gender,Gender,string," + { + ""code"": ""OTH"", + ""value"": ""آحرون"" + }",ara,TRUE,superadmin,now() +10123,residenceStatus,residenceStatus,string," + { + ""code"": ""FR"", + ""value"": ""أجنبي"" + }",ara,TRUE,superadmin,now() +10124,residenceStatus,residenceStatus,string," + { + ""code"": ""NFR"", + ""value"": ""غير أجنبي"" + }",ara,TRUE,superadmin,now() +10125,preferredLang,user preferred Language,string,"{""value"":""عربى"",""code"":""ara""}",ara,TRUE,superadmin,now() +10126,preferredLang,user preferred Language,,"{""value"":""عربي"",""code"":""ara""}",eng,TRUE,superadmin,now() +10127,preferredLang,Langue préférée de l'utilisateur,,"{""value"":""عربي"",""code"":""ara""}",fra,TRUE,superadmin,now() +10128,preferredLang,user preferred Language,,"{""value"":""English"",""code"":""eng""}",ara,TRUE,superadmin,now() +10129,preferredLang,user preferred Language,,"{""value"":""français"",""code"":""fra""}",ara,TRUE,superadmin,now() diff --git a/mosip_master_csv/csv/gender.csv b/mosip_master_csv/csv/gender.csv new file mode 100644 index 00000000..0e47994f --- /dev/null +++ b/mosip_master_csv/csv/gender.csv @@ -0,0 +1,10 @@ +lang_code,code,name,is_active +eng,MLE,Male,TRUE +eng,FLE,Female,TRUE +eng,OTH,Others,FALSE +fra,MLE,Mâle,TRUE +fra,FLE,Femelle,TRUE +fra,OTH,Dautres,FALSE +ara,MLE,ذكر,TRUE +ara,FLE,أنثى,TRUE +ara,OTH,آحرون,FALSE diff --git a/mosip_master_csv/csv/id_type.csv b/mosip_master_csv/csv/id_type.csv new file mode 100644 index 00000000..7e5a6ffd --- /dev/null +++ b/mosip_master_csv/csv/id_type.csv @@ -0,0 +1,16 @@ +lang_code,code,name,descr,is_active +eng,UIN,Unique Identification Number,National ID given to the applicant,TRUE +eng,PRID,Pre-registration ID,ID assigned after Pre-registration,TRUE +eng,RID,Registration ID,ID assigned after registration,TRUE +eng,VID,Virtual ID,ID used in replacement of UIN,TRUE +eng,Token ID,Token ID,ID used by a vendor for an applicant,TRUE +fra,UIN,Numéro didentification unique,Carte didentité nationale fournie au demandeur,TRUE +fra,PRID,ID de pré-inscription,ID attribué après la pré-inscription,TRUE +fra,RID,ID denregistrement,ID attribué après lenregistrement,TRUE +fra,VID,ID virtuel,Identifiant utilisé en remplacement de UIN,TRUE +fra,Token ID,ID de jeton,ID utilisé par un fournisseur pour un demandeur,TRUE +ara,UIN,رقم التعريف الفريد,الهوية الوطنية الممنوحة لمقدم الطلب,TRUE +ara,PRID,معرف التسجيل المسبق,تم تعيين المعرف بعد التسجيل المسبق,TRUE +ara,RID,معرف تسجيل,المعرف المعين بعد التسجيل,TRUE +ara,VID,المعرف الظاهري,المعرف المستخدم في استبدال UIN,TRUE +ara,Token ID,معرف الرمز,المعرف المستخدم من قبل البائع لمقدم الطلب,TRUE diff --git a/mosip_master_csv/csv/identity_schema.csv b/mosip_master_csv/csv/identity_schema.csv new file mode 100644 index 00000000..82700789 --- /dev/null +++ b/mosip_master_csv/csv/identity_schema.csv @@ -0,0 +1,485 @@ +lang_code,id,id_version,title,description,schema_json,status_code,add_props,effective_from,is_active,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +eng,1001,0.1,Mosip Identity,Mosip Sample identity,"{ + ""$schema"": ""http:\/\/json-schema.org\/draft-07\/schema#"", + ""description"": ""MOSIP Sample identity"", + ""additionalProperties"": false, + ""title"": ""MOSIP identity"", + ""type"": ""object"", + ""definitions"": { + ""simpleType"": { + ""uniqueItems"": true, + ""additionalItems"": false, + ""type"": ""array"", + ""items"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""required"": [ + ""language"", + ""value"" + ], + ""properties"": { + ""language"": { + ""type"": ""string"" + }, + ""value"": { + ""type"": ""string"" + } + } + } + }, + ""documentType"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""properties"": { + ""format"": { + ""type"": ""string"" + }, + ""type"": { + ""type"": ""string"" + }, + ""value"": { + ""type"": ""string"" + }, + ""refNumber"": { + ""type"": [ + ""string"", + ""null"" + ] + } + } + }, + ""biometricsType"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""properties"": { + ""format"": { + ""type"": ""string"" + }, + ""version"": { + ""type"": ""number"", + ""minimum"": 0 + }, + ""value"": { + ""type"": ""string"" + } + } + } + }, + ""properties"": { + ""identity"": { + ""additionalProperties"": false, + ""type"": ""object"", + ""required"": [ + ""IDSchemaVersion"", + ""fullName"", + ""dateOfBirth"", + ""gender"", + ""addressLine1"", + ""addressLine2"", + ""addressLine3"", + ""region"", + ""province"", + ""city"", + ""zone"", + ""postalCode"", + ""phone"", + ""email"", + ""proofOfIdentity"", + ""individualBiometrics"" + ], + ""properties"": { + ""proofOfAddress"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""gender"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": """", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""city"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""postalCode"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[(?i)A-Z0-9]{5}$|^NA$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""proofOfException-1"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""referenceIdentityNumber"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^([0-9]{10,30})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""kyc"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""individualBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""province"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""zone"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""proofOfDateOfBirth"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""addressLine1"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""addressLine2"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""residenceStatus"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""kyc"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""addressLine3"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""email"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerRID"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""fullName"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{3,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""dateOfBirth"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])\/([0][1-9]|1[0-2])\/([0][1-9]|[1-2][0-9]|3[01])$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""individualAuthBiometrics"": { + ""bioAttributes"": [ + ""leftEye"", + ""rightEye"", + ""rightIndex"", + ""rightLittle"", + ""rightRing"", + ""rightMiddle"", + ""leftIndex"", + ""leftLittle"", + ""leftRing"", + ""leftMiddle"", + ""leftThumb"", + ""rightThumb"", + ""face"" + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/biometricsType"" + }, + ""introducerUIN"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""proofOfIdentity"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""IDSchemaVersion"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""none"", + ""format"": ""none"", + ""type"": ""number"", + ""fieldType"": ""default"", + ""minimum"": 0 + }, + ""proofOfException"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""phone"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^[+]*([0-9]{1})([0-9]{9})$"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""introducerName"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""evidence"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + }, + ""proofOfRelationship"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/documentType"" + }, + ""UIN"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""none"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""default"" + }, + ""preferredLang"": { + ""bioAttributes"": [ + + ], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""type"": ""string"", + ""fieldType"": ""dynamic"" + }, + ""region"": { + ""bioAttributes"": [ + + ], + ""validators"": [{ + ""validator"": ""^(?=.{0,50}$).*"", + ""arguments"": [ + + ], + ""type"": ""regex"" + }], + ""fieldCategory"": ""pvt"", + ""format"": ""none"", + ""fieldType"": ""default"", + ""$ref"": ""#\/definitions\/simpleType"" + } + } + } + } +}",PUBLISHED,FALSE,now(),TRUE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/mosip_master_csv/csv/individual_type.csv b/mosip_master_csv/csv/individual_type.csv new file mode 100644 index 00000000..3f3ad1f1 --- /dev/null +++ b/mosip_master_csv/csv/individual_type.csv @@ -0,0 +1,7 @@ +lang_code,code,name,is_active +eng,FR,Foreigner,TRUE +eng,NFR,Non-Foreigner,TRUE +fra,FR,Étranger,TRUE +fra,NFR,Non-étranger,TRUE +ara,FR,أجنبي,TRUE +ara,NFR,غير أجنبي,TRUE diff --git a/mosip_master_csv/csv/language.csv b/mosip_master_csv/csv/language.csv new file mode 100644 index 00000000..a2d9d463 --- /dev/null +++ b/mosip_master_csv/csv/language.csv @@ -0,0 +1,8 @@ +code,name,family,native_name,is_active +eng,English,Indo-European,English,TRUE +fra,French,Indo-European,français,TRUE +ara,Arabic,الهندو أوروبية,عربي,TRUE +kan,ಕನ್ನಡ,ಇಂಡೋ-ಯುರೋಪಿಯನ್,Kannada,TRUE +hin,हिन्दी,भारोपीय,Hindi,TRUE +tam,தமிழ்,இந்தோ-ஐரோப்பிய,Tamil,TRUE +spa,Spanish,Indo-European,Spanish,TRUE diff --git a/mosip_master_csv/csv/loc_hierarchy_list.csv b/mosip_master_csv/csv/loc_hierarchy_list.csv new file mode 100644 index 00000000..615f9f71 --- /dev/null +++ b/mosip_master_csv/csv/loc_hierarchy_list.csv @@ -0,0 +1,19 @@ +lang_code,hierarchy_level,hierarchy_level_name,is_active +eng,0,Country,TRUE +ara,0,دولة,TRUE +fra,0,Pays,TRUE +eng,1,Region,TRUE +ara,1,المناطق,TRUE +fra,1,Région,TRUE +eng,2,Province,TRUE +ara,2,المحافظة,TRUE +fra,2,Province,TRUE +eng,3,City,TRUE +ara,3,مدينة,TRUE +fra,3,Ville,TRUE +eng,4,Zone,TRUE +ara,4,منطقة,TRUE +fra,4,Zone,TRUE +eng,5,Postal Code,TRUE +ara,5,رمز بريدي,TRUE +fra,5,code postal,TRUE diff --git a/mosip_master_csv/csv/loc_holiday.csv b/mosip_master_csv/csv/loc_holiday.csv new file mode 100644 index 00000000..a99a2e43 --- /dev/null +++ b/mosip_master_csv/csv/loc_holiday.csv @@ -0,0 +1,397 @@ +lang_code,id,location_code,holiday_date,holiday_name,holiday_desc,is_active +ara,2000001,KTA,1/1/2019,يوم السنة الجديدة,عيد وطني,TRUE +eng,2000002,KTA,1/1/2019,New Year's Day,National Holiday,TRUE +fra,2000003,KTA,1/1/2019,Jour de l’an,Fête nationale,TRUE +ara,2000004,RBT,1/1/2019,يوم السنة الجديدة,عيد وطني,TRUE +eng,2000005,RBT,1/1/2019,New Year's Day,National Holiday,TRUE +fra,2000006,RBT,1/1/2019,Jour de l’an,Fête nationale,TRUE +ara,2000007,KTA,1/11/2019,ذكرى بيان الاستقلال,عيد وطني,TRUE +eng,2000008,KTA,1/11/2019,Anniversary of the Independence Manifesto,National Holiday,TRUE +fra,2000009,KTA,1/11/2019,Anniversaire du manifeste de l’indépendance,Fête nationale,TRUE +ara,2000010,RBT,1/11/2019,ذكرى بيان الاستقلال,عيد وطني,TRUE +eng,2000011,RBT,1/11/2019,Anniversary of the Independence Manifesto,National Holiday,TRUE +fra,2000012,RBT,1/11/2019,Anniversaire du manifeste de l’indépendance,Fête nationale,TRUE +ara,2000013,KTA,10/12/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000014,KTA,10/12/2019,Saturday - Weekend,Weekend,TRUE +fra,2000015,KTA,10/12/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000016,RBT,10/12/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000017,RBT,10/12/2019,Saturday - Weekend,Weekend,TRUE +fra,2000018,RBT,10/12/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000019,KTA,10/13/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000020,KTA,10/13/2019,Sunday - Weekend,Weekend,TRUE +fra,2000021,KTA,10/13/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000022,RBT,10/13/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000023,RBT,10/13/2019,Sunday - Weekend,Weekend,TRUE +fra,2000024,RBT,10/13/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000025,KTA,10/19/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000026,KTA,10/19/2019,Saturday - Weekend,Weekend,TRUE +fra,2000027,KTA,10/19/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000028,RBT,10/19/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000029,RBT,10/19/2019,Saturday - Weekend,Weekend,TRUE +fra,2000030,RBT,10/19/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000031,KTA,10/20/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000032,KTA,10/20/2019,Sunday - Weekend,Weekend,TRUE +fra,2000033,KTA,10/20/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000034,RBT,10/20/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000035,RBT,10/20/2019,Sunday - Weekend,Weekend,TRUE +fra,2000036,RBT,10/20/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000037,KTA,10/26/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000038,KTA,10/26/2019,Saturday - Weekend,Weekend,TRUE +fra,2000039,KTA,10/26/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000040,RBT,10/26/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000041,RBT,10/26/2019,Saturday - Weekend,Weekend,TRUE +fra,2000042,RBT,10/26/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000043,KTA,10/27/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000044,KTA,10/27/2019,Sunday - Weekend,Weekend,TRUE +fra,2000045,KTA,10/27/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000046,RBT,10/27/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000047,RBT,10/27/2019,Sunday - Weekend,Weekend,TRUE +fra,2000048,RBT,10/27/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000049,KTA,10/5/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000050,KTA,10/5/2019,Saturday - Weekend,Weekend,TRUE +fra,2000051,KTA,10/5/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000052,RBT,10/5/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000053,RBT,10/5/2019,Saturday - Weekend,Weekend,TRUE +fra,2000054,RBT,10/5/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000055,KTA,10/6/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000056,KTA,10/6/2019,Sunday - Weekend,Weekend,TRUE +fra,2000057,KTA,10/6/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000058,RBT,10/6/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000059,RBT,10/6/2019,Sunday - Weekend,Weekend,TRUE +fra,2000060,RBT,10/6/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000061,KTA,11/10/2019,المولد النبوي الشريف,عيد وطني,TRUE +eng,2000062,KTA,11/10/2019,The Prophet Muhammad's Birthday,National Holiday,TRUE +fra,2000063,KTA,11/10/2019,Anniversaire de Mohammed,Fête nationale,TRUE +ara,2000064,RBT,11/10/2019,المولد النبوي الشريف,عيد وطني,TRUE +eng,2000065,RBT,11/10/2019,The Prophet Muhammad's Birthday,National Holiday,TRUE +fra,2000066,RBT,11/10/2019,Anniversaire de Mohammed,Fête nationale,TRUE +ara,2000067,KTA,11/16/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000068,KTA,11/16/2019,Saturday - Weekend,Weekend,TRUE +fra,2000069,KTA,11/16/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000070,RBT,11/16/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000071,RBT,11/16/2019,Saturday - Weekend,Weekend,TRUE +fra,2000072,RBT,11/16/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000073,KTA,11/17/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000074,KTA,11/17/2019,Sunday - Weekend,Weekend,TRUE +fra,2000075,KTA,11/17/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000076,RBT,11/17/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000077,RBT,11/17/2019,Sunday - Weekend,Weekend,TRUE +fra,2000078,RBT,11/17/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000079,KTA,11/18/2019,عيد الاستقلال,عيد وطني,TRUE +eng,2000080,KTA,11/18/2019,Independence Day,National Holiday,TRUE +fra,2000081,KTA,11/18/2019,Fête de l’indépendance,Fête nationale,TRUE +ara,2000082,RBT,11/18/2019,عيد الاستقلال,عيد وطني,TRUE +eng,2000083,RBT,11/18/2019,Independence Day,National Holiday,TRUE +fra,2000084,RBT,11/18/2019,Fête de l’indépendance,Fête nationale,TRUE +ara,2000085,KTA,11/2/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000086,KTA,11/2/2019,Saturday - Weekend,Weekend,TRUE +fra,2000087,KTA,11/2/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000088,RBT,11/2/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000089,RBT,11/2/2019,Saturday - Weekend,Weekend,TRUE +fra,2000090,RBT,11/2/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000091,KTA,11/23/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000092,KTA,11/23/2019,Saturday - Weekend,Weekend,TRUE +fra,2000093,KTA,11/23/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000094,RBT,11/23/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000095,RBT,11/23/2019,Saturday - Weekend,Weekend,TRUE +fra,2000096,RBT,11/23/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000097,KTA,11/24/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000098,KTA,11/24/2019,Sunday - Weekend,Weekend,TRUE +fra,2000099,KTA,11/24/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000100,RBT,11/24/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000101,RBT,11/24/2019,Sunday - Weekend,Weekend,TRUE +fra,2000102,RBT,11/24/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000103,KTA,11/3/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000104,KTA,11/3/2019,Sunday - Weekend,Weekend,TRUE +fra,2000105,KTA,11/3/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000106,RBT,11/3/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000107,RBT,11/3/2019,Sunday - Weekend,Weekend,TRUE +fra,2000108,RBT,11/3/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000109,KTA,11/30/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000110,KTA,11/30/2019,Saturday - Weekend,Weekend,TRUE +fra,2000111,KTA,11/30/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000112,RBT,11/30/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000113,RBT,11/30/2019,Saturday - Weekend,Weekend,TRUE +fra,2000114,RBT,11/30/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000115,KTA,11/6/2019,ذكرى المسيرة الخضراء,عيد وطني,TRUE +eng,2000116,KTA,11/6/2019,Anniversary of the Green March,National Holiday,TRUE +fra,2000117,KTA,11/6/2019,Anniversaire de la marche verte,Fête nationale,TRUE +ara,2000118,KTA,11/9/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000119,KTA,11/9/2019,Saturday - Weekend,Weekend,TRUE +fra,2000120,KTA,11/9/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000121,RBT,11/9/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000122,RBT,11/9/2019,Saturday - Weekend,Weekend,TRUE +fra,2000123,RBT,11/9/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000124,KTA,12/1/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000125,KTA,12/1/2019,Sunday - Weekend,Weekend,TRUE +fra,2000126,KTA,12/1/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000127,RBT,12/1/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000128,RBT,12/1/2019,Sunday - Weekend,Weekend,TRUE +fra,2000129,RBT,12/1/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000130,KTA,12/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000131,KTA,12/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000132,KTA,12/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000133,RBT,12/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000134,RBT,12/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000135,RBT,12/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000136,KTA,12/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000137,KTA,12/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000138,KTA,12/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000139,RBT,12/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000140,RBT,12/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000141,RBT,12/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000142,KTA,12/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000143,KTA,12/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000144,KTA,12/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000145,RBT,12/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000146,RBT,12/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000147,RBT,12/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000148,KTA,12/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000149,KTA,12/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000150,KTA,12/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000151,RBT,12/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000152,RBT,12/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000153,RBT,12/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000154,KTA,12/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000155,KTA,12/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000156,KTA,12/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000157,RBT,12/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000158,RBT,12/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000159,RBT,12/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000160,KTA,12/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000161,KTA,12/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000162,KTA,12/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000163,RBT,12/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000164,RBT,12/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000165,RBT,12/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000166,KTA,12/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000167,KTA,12/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000168,KTA,12/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000169,RBT,12/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000170,RBT,12/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000171,RBT,12/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000172,KTA,12/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000173,KTA,12/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000174,KTA,12/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000175,RBT,12/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000176,RBT,12/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000177,RBT,12/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000178,KTA,5/1/2019,عيد العمال / عيد العمال,عيد وطني,TRUE +eng,2000179,KTA,5/1/2019,Labour Day/May Day,National Holiday,TRUE +fra,2000180,KTA,5/1/2019,Fête du travail / May Day,Fête nationale,TRUE +ara,2000181,RBT,5/1/2019,عيد العمال / عيد العمال,عيد وطني,TRUE +eng,2000182,RBT,5/1/2019,Labour Day/May Day,National Holiday,TRUE +fra,2000183,RBT,5/1/2019,Fête du travail / May Day,Fête nationale,TRUE +ara,2000184,KTA,6/22/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000185,KTA,6/22/2019,Saturday - Weekend,Weekend,TRUE +fra,2000186,KTA,6/22/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000187,RBT,6/22/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000188,RBT,6/22/2019,Saturday - Weekend,Weekend,TRUE +fra,2000189,RBT,6/22/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000190,KTA,6/23/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000191,KTA,6/23/2019,Sunday - Weekend,Weekend,TRUE +fra,2000192,KTA,6/23/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000193,RBT,6/23/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000194,RBT,6/23/2019,Sunday - Weekend,Weekend,TRUE +fra,2000195,RBT,6/23/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000196,KTA,6/29/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000197,KTA,6/29/2019,Saturday - Weekend,Weekend,TRUE +fra,2000198,KTA,6/29/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000199,RBT,6/29/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000200,RBT,6/29/2019,Saturday - Weekend,Weekend,TRUE +fra,2000201,RBT,6/29/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000202,KTA,6/30/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000203,KTA,6/30/2019,Sunday - Weekend,Weekend,TRUE +fra,2000204,KTA,6/30/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000205,RBT,6/30/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000206,RBT,6/30/2019,Sunday - Weekend,Weekend,TRUE +fra,2000207,RBT,6/30/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000208,KTA,6/5/2019,عيد الفطر,عيد وطني,TRUE +eng,2000209,KTA,6/5/2019,Eid al-Fitr,National Holiday,TRUE +fra,2000210,KTA,6/5/2019,Eid al-Fitr,Fête nationale,TRUE +ara,2000211,RBT,6/5/2019,عيد الفطر,عيد وطني,TRUE +eng,2000212,RBT,6/5/2019,Eid al-Fitr,National Holiday,TRUE +fra,2000213,RBT,6/5/2019,Eid al-Fitr,Fête nationale,TRUE +ara,2000214,KTA,7/13/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000215,KTA,7/13/2019,Saturday - Weekend,Weekend,TRUE +fra,2000216,KTA,7/13/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000217,RBT,7/13/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000218,RBT,7/13/2019,Saturday - Weekend,Weekend,TRUE +fra,2000219,RBT,7/13/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000220,KTA,7/14/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000221,KTA,7/14/2019,Sunday - Weekend,Weekend,TRUE +fra,2000222,KTA,7/14/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000223,RBT,7/14/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000224,RBT,7/14/2019,Sunday - Weekend,Weekend,TRUE +fra,2000225,RBT,7/14/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000226,KTA,7/20/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000227,KTA,7/20/2019,Saturday - Weekend,Weekend,TRUE +fra,2000228,KTA,7/20/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000229,RBT,7/20/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000230,RBT,7/20/2019,Saturday - Weekend,Weekend,TRUE +fra,2000231,RBT,7/20/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000232,KTA,7/21/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000233,KTA,7/21/2019,Sunday - Weekend,Weekend,TRUE +fra,2000234,KTA,7/21/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000235,RBT,7/21/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000236,RBT,7/21/2019,Sunday - Weekend,Weekend,TRUE +fra,2000237,RBT,7/21/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000238,KTA,7/27/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000239,KTA,7/27/2019,Saturday - Weekend,Weekend,TRUE +fra,2000240,KTA,7/27/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000241,RBT,7/27/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000242,RBT,7/27/2019,Saturday - Weekend,Weekend,TRUE +fra,2000243,RBT,7/27/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000244,KTA,7/28/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000245,KTA,7/28/2019,Sunday - Weekend,Weekend,TRUE +fra,2000246,KTA,7/28/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000247,RBT,7/28/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000248,RBT,7/28/2019,Sunday - Weekend,Weekend,TRUE +fra,2000249,RBT,7/28/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000250,KTA,7/30/2019,عيد العرش,عيد وطني,TRUE +eng,2000251,KTA,7/30/2019,Feast of the Throne,National Holiday,TRUE +fra,2000252,KTA,7/30/2019,Fête du trône,Fête nationale,TRUE +ara,2000253,RBT,7/30/2019,عيد العرش,عيد وطني,TRUE +eng,2000254,RBT,7/30/2019,Feast of the Throne,National Holiday,TRUE +fra,2000255,RBT,7/30/2019,Fête du trône,Fête nationale,TRUE +ara,2000256,KTA,7/6/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000257,KTA,7/6/2019,Saturday - Weekend,Weekend,TRUE +fra,2000258,KTA,7/6/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000259,RBT,7/6/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000260,RBT,7/6/2019,Saturday - Weekend,Weekend,TRUE +fra,2000261,RBT,7/6/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000262,KTA,7/7/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000263,KTA,7/7/2019,Sunday - Weekend,Weekend,TRUE +fra,2000264,KTA,7/7/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000265,RBT,7/7/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000266,RBT,7/7/2019,Sunday - Weekend,Weekend,TRUE +fra,2000267,RBT,7/7/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000268,KTA,8/10/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000269,KTA,8/10/2019,Saturday - Weekend,Weekend,TRUE +fra,2000270,KTA,8/10/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000271,RBT,8/10/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000272,RBT,8/10/2019,Saturday - Weekend,Weekend,TRUE +fra,2000273,RBT,8/10/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000274,KTA,8/11/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000275,KTA,8/11/2019,Sunday - Weekend,Weekend,TRUE +fra,2000276,KTA,8/11/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000277,RBT,8/11/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000278,RBT,8/11/2019,Sunday - Weekend,Weekend,TRUE +fra,2000279,RBT,8/11/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000280,KTA,8/12/2019,عيد الأضحى,عيد وطني,TRUE +eng,2000281,KTA,8/12/2019,Eid al-Adha,National Holiday,TRUE +fra,2000282,KTA,8/12/2019,Aïd al-Adha,Fête nationale,TRUE +ara,2000283,RBT,8/12/2019,عيد الأضحى,عيد وطني,TRUE +eng,2000284,RBT,8/12/2019,Eid al-Adha,National Holiday,TRUE +fra,2000285,RBT,8/12/2019,Aïd al-Adha,Fête nationale,TRUE +ara,2000286,KTA,8/14/2019,ذكرى استرداد وادي الذهب,عيد وطني,TRUE +eng,2000287,KTA,8/14/2019,Anniversary of the Recovery Oued Ed-Dahab,National Holiday,TRUE +fra,2000288,KTA,8/14/2019,Anniversaire de la récupération de Oued Ed-Dahab,Fête nationale,TRUE +ara,2000289,RBT,8/14/2019,ذكرى استرداد وادي الذهب,عيد وطني,TRUE +eng,2000290,RBT,8/14/2019,Anniversary of the Recovery Oued Ed-Dahab,National Holiday,TRUE +fra,2000291,RBT,8/14/2019,Anniversaire de la récupération de Oued Ed-Dahab,Fête nationale,TRUE +ara,2000292,KTA,8/17/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000293,KTA,8/17/2019,Saturday - Weekend,Weekend,TRUE +fra,2000294,KTA,8/17/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000295,RBT,8/17/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000296,RBT,8/17/2019,Saturday - Weekend,Weekend,TRUE +fra,2000297,RBT,8/17/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000298,KTA,8/18/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000299,KTA,8/18/2019,Sunday - Weekend,Weekend,TRUE +fra,2000300,KTA,8/18/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000301,RBT,8/18/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000302,RBT,8/18/2019,Sunday - Weekend,Weekend,TRUE +fra,2000303,RBT,8/18/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000304,KTA,8/20/2019,ذكرى ثورة الملك والشعب,عيد وطني,TRUE +eng,2000305,KTA,8/20/2019,Anniversary of the Revolution of the King and the People,National Holiday,TRUE +fra,2000306,KTA,8/20/2019,Anniversaire de la révolution du roi et le peuple,Fête nationale,TRUE +ara,2000307,RBT,8/20/2019,ذكرى ثورة الملك والشعب,عيد وطني,TRUE +eng,2000308,RBT,8/20/2019,Anniversary of the Revolution of the King and the People,National Holiday,TRUE +fra,2000309,RBT,8/20/2019,Anniversaire de la révolution du roi et le peuple,Fête nationale,TRUE +ara,2000310,KTA,8/21/2019,يوم الشباب,عيد وطني,TRUE +eng,2000311,KTA,8/21/2019,Youth Day,National Holiday,TRUE +fra,2000312,KTA,8/21/2019,Journée de la jeunesse,Fête nationale,TRUE +ara,2000313,KTA,8/24/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000314,KTA,8/24/2019,Saturday - Weekend,Weekend,TRUE +fra,2000315,KTA,8/24/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000316,RBT,8/24/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000317,RBT,8/24/2019,Saturday - Weekend,Weekend,TRUE +fra,2000318,RBT,8/24/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000319,KTA,8/25/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000320,KTA,8/25/2019,Sunday - Weekend,Weekend,TRUE +fra,2000321,KTA,8/25/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000322,RBT,8/25/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000323,RBT,8/25/2019,Sunday - Weekend,Weekend,TRUE +fra,2000324,RBT,8/25/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000325,KTA,8/3/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000326,KTA,8/3/2019,Saturday - Weekend,Weekend,TRUE +fra,2000327,KTA,8/3/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000328,RBT,8/3/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000329,RBT,8/3/2019,Saturday - Weekend,Weekend,TRUE +fra,2000330,RBT,8/3/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000331,KTA,8/31/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000332,KTA,8/31/2019,Saturday - Weekend,Weekend,TRUE +fra,2000333,KTA,8/31/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000334,RBT,8/31/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000335,RBT,8/31/2019,Saturday - Weekend,Weekend,TRUE +fra,2000336,RBT,8/31/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000337,KTA,8/4/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000338,KTA,8/4/2019,Sunday - Weekend,Weekend,TRUE +fra,2000339,KTA,8/4/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000340,RBT,8/4/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000341,RBT,8/4/2019,Sunday - Weekend,Weekend,TRUE +fra,2000342,RBT,8/4/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000343,KTA,9/1/2019,رأس السنة الهجرية,عيد وطني,TRUE +eng,2000344,KTA,9/1/2019,Hijra New Year,National Holiday,TRUE +fra,2000345,KTA,9/1/2019,Hégire nouvel an,Fête nationale,TRUE +ara,2000346,RBT,9/1/2019,رأس السنة الهجرية,عيد وطني,TRUE +eng,2000347,RBT,9/1/2019,Hijra New Year,National Holiday,TRUE +fra,2000348,RBT,9/1/2019,Hégire nouvel an,Fête nationale,TRUE +ara,2000349,KTA,9/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000350,KTA,9/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000351,KTA,9/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000352,RBT,9/14/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000353,RBT,9/14/2019,Saturday - Weekend,Weekend,TRUE +fra,2000354,RBT,9/14/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000355,KTA,9/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000356,KTA,9/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000357,KTA,9/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000358,RBT,9/15/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000359,RBT,9/15/2019,Sunday - Weekend,Weekend,TRUE +fra,2000360,RBT,9/15/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000361,KTA,9/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000362,KTA,9/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000363,KTA,9/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000364,RBT,9/21/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000365,RBT,9/21/2019,Saturday - Weekend,Weekend,TRUE +fra,2000366,RBT,9/21/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000367,KTA,9/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000368,KTA,9/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000369,KTA,9/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000370,RBT,9/22/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000371,RBT,9/22/2019,Sunday - Weekend,Weekend,TRUE +fra,2000372,RBT,9/22/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000373,KTA,9/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000374,KTA,9/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000375,KTA,9/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000376,RBT,9/28/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000377,RBT,9/28/2019,Saturday - Weekend,Weekend,TRUE +fra,2000378,RBT,9/28/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000379,KTA,9/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000380,KTA,9/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000381,KTA,9/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000382,RBT,9/29/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000383,RBT,9/29/2019,Sunday - Weekend,Weekend,TRUE +fra,2000384,RBT,9/29/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000385,KTA,9/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000386,KTA,9/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000387,KTA,9/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000388,RBT,9/7/2019,السبت - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000389,RBT,9/7/2019,Saturday - Weekend,Weekend,TRUE +fra,2000390,RBT,9/7/2019,Samedi - fin de semaine,Weekend,TRUE +ara,2000391,KTA,9/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000392,KTA,9/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000393,KTA,9/8/2019,Dimanche - fin de semaine,Weekend,TRUE +ara,2000394,RBT,9/8/2019,الأحد - عطلة نهاية الأسبوع,عطلة نهاية الاسبوع,TRUE +eng,2000395,RBT,9/8/2019,Sunday - Weekend,Weekend,TRUE +fra,2000396,RBT,9/8/2019,Dimanche - fin de semaine,Weekend,TRUE diff --git a/mosip_master_csv/csv/location.csv b/mosip_master_csv/csv/location.csv new file mode 100644 index 00000000..6aaf1cb7 --- /dev/null +++ b/mosip_master_csv/csv/location.csv @@ -0,0 +1,121 @@ +lang_code,code,name,hierarchy_level,hierarchy_level_name,parent_loc_code,is_active +eng,MOR,MyCountry,0,Country,,TRUE +ara,MOR,مايكونتري,0,دولة,,TRUE +fra,MOR,Maroc,0,Pays,,TRUE +eng,RSK,Rabat Sale Kenitra,1,Region,MOR,TRUE +ara,RSK,الرباط سلا القنيطرة,1,المناطق,MOR,TRUE +fra,RSK,Rabat-Salé-Kénitra,1,Région,MOR,TRUE +eng,KTA,Kenitra,2,Province,RSK,TRUE +ara,KTA,القنيطرة,2,المحافظة,RSK,TRUE +fra,KTA,Kénitra,2,Province,RSK,TRUE +eng,KNT,Kenitra,3,City,KTA,TRUE +ara,KNT,القنيطرة,3,مدينة,KTA,TRUE +fra,KNT,Kénitra,3,Ville,KTA,TRUE +eng,BNMR,Ben Mansour,4,Zone,KNT,TRUE +ara,BNMR,بن منصور,4,منطقة,KNT,TRUE +fra,BNMR,Ben Mansour,4,Zone,KNT,TRUE +eng,14022,14022,5,Postal Code,BNMR,TRUE +ara,14022,14022,5,رمز بريدي,BNMR,TRUE +fra,14022,14022,5,code postal,BNMR,TRUE +eng,MNAS,Mnasra,4,Zone,KNT,TRUE +ara,MNAS,مناصرة,4,منطقة,KNT,TRUE +fra,MNAS,Mnasra,4,Zone,KNT,TRUE +eng,14053,14053,5,Postal Code,MNAS,TRUE +ara,14053,14053,5,رمز بريدي,MNAS,TRUE +fra,14053,14053,5,code postal,MNAS,TRUE +eng,MOGR,Mograne,4,Zone,KNT,TRUE +ara,MOGR,صداع نصفي,4,منطقة,KNT,TRUE +fra,MOGR,Mograne,4,Zone,KNT,TRUE +eng,14023,14023,5,Postal Code,MOGR,TRUE +ara,14023,14023,5,رمز بريدي,MOGR,TRUE +fra,14023,14023,5,code postal,MOGR,TRUE +eng,ASSM,Assam,4,Zone,KNT,TRUE +ara,ASSM,آسام,4,منطقة,KNT,TRUE +fra,ASSM,Assam,4,Zone,KNT,TRUE +eng,14000,14000,5,Postal Code,ASSM,TRUE +ara,14000,14000,5,رمز بريدي,ASSM,TRUE +fra,14000,14000,5,code postal,ASSM,TRUE +eng,MEHD,Mehdia,4,Zone,KNT,TRUE +ara,MEHD,المهدية,4,منطقة,KNT,TRUE +fra,MEHD,Mehdia,4,Zone,KNT,TRUE +eng,14110,14110,5,Postal Code,MEHD,TRUE +ara,14110,14110,5,رمز بريدي,MEHD,TRUE +fra,14110,14110,5,code postal,MEHD,TRUE +eng,OLOJ,Ouled Oujih,4,Zone,KNT,TRUE +ara,OLOJ,أولد أوجيه,4,منطقة,KNT,TRUE +fra,OLOJ,Ouled Oujih,4,Zone,KNT,TRUE +eng,14080,14080,5,Postal Code,OLOJ,TRUE +ara,14080,14080,5,رمز بريدي,OLOJ,TRUE +fra,14080,14080,5,code postal,OLOJ,TRUE +eng,SDTB,Sidi Taibi,4,Zone,KNT,TRUE +ara,SDTB,نسبة تاي القاتلة,4,منطقة,KNT,TRUE +fra,SDTB,Sidi Taibi,4,Zone,KNT,TRUE +eng,14025,14025,5,Postal Code,SDTB,TRUE +ara,14025,14025,5,رمز بريدي,SDTB,TRUE +fra,14025,14025,5,code postal,SDTB,TRUE +eng,SATZ,Sidi Allal Tazi,4,Zone,KNT,TRUE +ara,SATZ,سيدي علال تعزي,4,منطقة,KNT,TRUE +fra,SATZ,Sidi Allal Tazi,4,Zone,KNT,TRUE +eng,14050,14050,5,Postal Code,SATZ,TRUE +ara,14050,14050,5,رمز بريدي,SATZ,TRUE +fra,14050,14050,5,code postal,SATZ,TRUE +eng,RBT,Rabat,2,Province,RSK,TRUE +ara,RBT,الرباط,2,المحافظة,RSK,TRUE +fra,RBT,Rabat,2,Province,RSK,TRUE +eng,RAB,Rabat,3,City,RBT,TRUE +ara,RAB,الرباط,3,مدينة,RBT,TRUE +fra,RAB,Rabat,3,Ville,RBT,TRUE +eng,AGDL,Agdal,4,Zone,RAB,TRUE +ara,AGDL,أكدال,4,منطقة,RAB,TRUE +fra,AGDL,Agdal,4,Zone,RAB,TRUE +eng,10106,10106,5,Postal Code,AGDL,TRUE +ara,10106,10106,5,رمز بريدي,AGDL,TRUE +fra,10106,10106,5,code postal,AGDL,TRUE +eng,QRHS,Quartier Hassan,4,Zone,RAB,TRUE +ara,QRHS,حى حسن,4,منطقة,RAB,TRUE +fra,QRHS,Quartier Hassan,4,Zone,RAB,TRUE +eng,10000,10000,5,Postal Code,QRHS,TRUE +ara,10000,10000,5,رمز بريدي,QRHS,TRUE +fra,10000,10000,5,code postal,QRHS,TRUE +eng,SOUS,Souissi,4,Zone,RAB,TRUE +ara,SOUS,السويسي,4,منطقة,RAB,TRUE +fra,SOUS,Souissi,4,Zone,RAB,TRUE +eng,10105,10105,5,Postal Code,SOUS,TRUE +ara,10105,10105,5,رمز بريدي,SOUS,TRUE +fra,10105,10105,5,code postal,SOUS,TRUE +eng,MADI,Madinat Al Irfane,4,Zone,RAB,TRUE +ara,MADI,مدينة أل عرفان,4,منطقة,RAB,TRUE +fra,MADI,Madinat Al Irfane,4,Zone,RAB,TRUE +eng,10112,10112,5,Postal Code,MADI,TRUE +ara,10112,10112,5,رمز بريدي,MADI,TRUE +fra,10112,10112,5,code postal,MADI,TRUE +eng,HARD,Hay Riad,4,Zone,RAB,TRUE +ara,HARD,هناك الرياض,4,منطقة,RAB,TRUE +fra,HARD,Hay Riad,4,Zone,RAB,TRUE +eng,10104,10104,5,Postal Code,HARD,TRUE +ara,10104,10104,5,رمز بريدي,HARD,TRUE +fra,10104,10104,5,code postal,HARD,TRUE +eng,MDDR,Medina de Rabat,4,Zone,RAB,TRUE +ara,MDDR,مدينة الرباط,4,منطقة,RAB,TRUE +fra,MDDR,Médina de Rabat,4,Zone,RAB,TRUE +eng,10036,10036,5,Postal Code,MDDR,TRUE +ara,10036,10036,5,رمز بريدي,MDDR,TRUE +fra,10036,10036,5,code postal,MDDR,TRUE +eng,ELYF,EL YOUSSOUFIA,4,Zone,RAB,TRUE +ara,ELYF,إل يوسف,4,منطقة,RAB,TRUE +fra,ELYF,EL YOUSSOUFIA,4,Zone,RAB,TRUE +eng,10190,10190,5,Postal Code,ELYF,TRUE +ara,10190,10190,5,رمز بريدي,ELYF,TRUE +fra,10190,10190,5,code postal,ELYF,TRUE +eng,10110,10110,5,Postal Code,BNMR,TRUE +eng,10111,10111,5,Postal Code,BNMR,TRUE +eng,10113,10113,5,Postal Code,BNMR,TRUE +eng,10114,10114,5,Postal Code,BNMR,TRUE +fra,10111,10111,5,code postal,BNMR,TRUE +fra,10110,10110,5,code postal,BNMR,TRUE +fra,10113,10113,5,code postal,BNMR,TRUE +fra,10114,10114,5,code postal,BNMR,TRUE +ara,10111,10111,5,رمز بريدي,BNMR,TRUE +ara,10114,10114,5,رمز بريدي,BNMR,TRUE +ara,10113,10113,5,رمز بريدي,BNMR,TRUE +ara,10110,10110,5,رمز بريدي,BNMR,TRUE diff --git a/mosip_master_csv/csv/machine_master.csv b/mosip_master_csv/csv/machine_master.csv new file mode 100644 index 00000000..99efa6c3 --- /dev/null +++ b/mosip_master_csv/csv/machine_master.csv @@ -0,0 +1 @@ +lang_code,id,name,mac_address,serial_num,ip_address,mspec_id,public_key,key_index,zone_code,regcntr_id,is_active diff --git a/mosip_master_csv/csv/machine_master_h.csv b/mosip_master_csv/csv/machine_master_h.csv new file mode 100644 index 00000000..c6b66063 --- /dev/null +++ b/mosip_master_csv/csv/machine_master_h.csv @@ -0,0 +1 @@ +lang_code,id,name,mac_address,serial_num,ip_address,mspec_id,public_key,key_index,zone_code,regcntr_id,is_active,eff_dtimes diff --git a/mosip_master_csv/csv/machine_spec.csv b/mosip_master_csv/csv/machine_spec.csv new file mode 100644 index 00000000..b286fd7e --- /dev/null +++ b/mosip_master_csv/csv/machine_spec.csv @@ -0,0 +1,2 @@ +lang_code,id,name,brand,model,mtyp_code,min_driver_ver,descr,is_active +eng,RESIDENT-1,Resident Virtual Machine,Unkown,Unknown,RESIDENT-REG,0,Resident Virtual Machine,TRUE diff --git a/mosip_master_csv/csv/machine_type.csv b/mosip_master_csv/csv/machine_type.csv new file mode 100644 index 00000000..0356dc3c --- /dev/null +++ b/mosip_master_csv/csv/machine_type.csv @@ -0,0 +1,18 @@ +lang_code,code,name,descr,is_active +eng,RESIDENT-REG,Resident services virtual registration machine,Non-existent machine created for Resident services,TRUE +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, +,,,, diff --git a/mosip_master_csv/csv/module_detail.csv b/mosip_master_csv/csv/module_detail.csv new file mode 100644 index 00000000..fc5d4b5a --- /dev/null +++ b/mosip_master_csv/csv/module_detail.csv @@ -0,0 +1,19 @@ +lang_code,id,name,descr,is_active +eng,10001,Pre-Registration,Web portal for pre-registrations,TRUE +eng,10002,Registration Client,Desktop application for Registrations,TRUE +eng,10003,Registration Processor,Application for post-registration process,TRUE +eng,10004,ID Authentication,Application for third party service provider authentication,TRUE +eng,10005,ID Control,Web portal for configuring applications,TRUE +eng,10006,Resident Portal,Web portal for Post ID generation services,TRUE +fra,10001,Pré-inscription,Portail Web pour les pré-inscriptions,TRUE +fra,10002,Client dinscription,Application de bureau pour les inscriptions,TRUE +fra,10003,Processeur dinscription,Demande de post-inscription,TRUE +fra,10004,Authentification ID,Application pour lauthentification du fournisseur de services tiers,TRUE +fra,10005,Contrôle didentité,Portail Web pour la configuration dapplications,TRUE +fra,10006,Portail Résident,Portail Web pour les services de génération de post-ID,TRUE +ara,10001,التسجيل المسبق,بوابة الويب للتسجيلات المسبقة,TRUE +ara,10002,عميل التسجيل,تطبيق سطح المكتب للتسجيلات,TRUE +ara,10003,معالج التسجيل,طلب عملية ما بعد التسجيل,TRUE +ara,10004,مصادقة الهوية,طلب مصادقة مزود خدمة الطرف الثالث,TRUE +ara,10005,معرف التحكم,بوابة الويب لتكوين التطبيقات,TRUE +ara,10006,بوابة المقيمين,بوابة الويب لخدمات إنشاء معرف البريد,TRUE diff --git a/mosip_master_csv/csv/process_list.csv b/mosip_master_csv/csv/process_list.csv new file mode 100644 index 00000000..6c69b0c3 --- /dev/null +++ b/mosip_master_csv/csv/process_list.csv @@ -0,0 +1,16 @@ +lang_code,id,name,descr,is_active +eng,login_auth,Login authentication,Login authentication,TRUE +eng,eod_auth,Eod authentication,Eod authentication,TRUE +eng,packet_auth,Packet authentication,Packet authentication,TRUE +eng,exception_auth,Exception authentication,Exception authentication,TRUE +eng,onboard_auth,Onboard authentication,Onboard authentication,TRUE +fra,login_auth,Authentification de connexion,Authentification de connexion,TRUE +fra,eod_auth,Authentification de nem,Authentification de nem,TRUE +fra,packet_auth,Authentification de paquet,Authentification de paquet,TRUE +fra,exception_auth,Authentification d’exception,Authentification d’exception,TRUE +fra,onboard_auth,Authentification intégrée,Authentification intégrée,TRUE +ara,login_auth,مصادقة تسجيل الدخول,مصادقة تسجيل الدخول,TRUE +ara,eod_auth,مصادقة Eod,مصادقة Eod,TRUE +ara,packet_auth,مصادقة الحزمة,مصادقة الحزمة,TRUE +ara,exception_auth,مصادقة الاستثناء,مصادقة الاستثناء,TRUE +ara,onboard_auth,المصادقة على متن الطائرة,المصادقة على متن الطائرة,TRUE diff --git a/mosip_master_csv/csv/rcid_seq.csv b/mosip_master_csv/csv/rcid_seq.csv new file mode 100644 index 00000000..eb13f301 --- /dev/null +++ b/mosip_master_csv/csv/rcid_seq.csv @@ -0,0 +1,16 @@ +curr_seq_no,,, +10001,,, +10002,,, +10003,,, +10004,,, +10005,,, +10006,,, +10007,,, +10008,,, +10009,,, +10010,,, +10011,,, +10012,,, +10013,,, +10014,,, +10015,,, diff --git a/mosip_master_csv/csv/reason_category.csv b/mosip_master_csv/csv/reason_category.csv new file mode 100644 index 00000000..80c3b9a3 --- /dev/null +++ b/mosip_master_csv/csv/reason_category.csv @@ -0,0 +1,7 @@ +lang_code,code,name,descr,is_active +eng,MNA,Manual Adjudication,Rejection during Manual Adjudication,TRUE +eng,CLR,Client Rejection,Rejection in Registration Client,TRUE +fra,MNA,Manuel arbitrage,Renvoi en cours de sélection manuelle,TRUE +fra,CLR,Rejet de client,Rejet en enregistrement Client,TRUE +ara,MNA,الحكم اليدوي,الرفض أثناء الحكم اليدوي,TRUE +ara,CLR,رفض العميل,الرفض في تسجيل العميل,TRUE diff --git a/mosip_master_csv/csv/reason_list.csv b/mosip_master_csv/csv/reason_list.csv new file mode 100644 index 00000000..ba7f3590 --- /dev/null +++ b/mosip_master_csv/csv/reason_list.csv @@ -0,0 +1,28 @@ +lang_code,code,name,descr,rsncat_code,is_active +eng,APM,Age-Photo Mismatch,Mismatch between the Age and Photo,CLR,TRUE +eng,GPM,Gender-Photo Mismatch,Gender-Photo Mismatch between Gender and Photo,CLR,TRUE +eng,IAD,Invalid Address,Invalid Address found,CLR,TRUE +eng,DPG,Duplicate Registration,Duplicate Registration found,CLR,TRUE +eng,OTH,Others,Others,CLR,TRUE +eng,ADM,All the Details are matching,All the Details are matching,MNA,TRUE +eng,ADD,All the Demographic Details are Matching,All the Demographic Details are Matching,MNA,TRUE +eng,OPM,Only the Photograph is Matching,Only the Photograph is Matching,MNA,TRUE +eng,SDM,Some of the Demographic Details are Matching,Some of the Demographic Details are Matching,MNA,TRUE +fra,APM,Décalage de lâge-Photo,Discordance entre lâge et la Photo,CLR,TRUE +fra,GPM,Incompatibilité de sexe-Photo,Sexe-Photo discordance entre le sexe et la Photo,CLR,TRUE +fra,IAD,Adresse non valide,Adresse non valide trouvée,CLR,TRUE +fra,DPG,Enregistrement en double,Double enregistrement trouvé,CLR,TRUE +fra,OTH,Dautres,Dautres,CLR,TRUE +fra,ADM,Tous les détails sont adaptent,Tous les détails sont adaptent,MNA,TRUE +fra,ADD,Tous les détails démographiques sont Matching,Tous les détails démographiques sont Matching,MNA,TRUE +fra,OPM,La photographie est le rapprochement,La photographie est le rapprochement,MNA,TRUE +fra,SDM,Certains détails démographiques sont Matching,Certains détails démographiques sont Matching,MNA,TRUE +ara,APM,عدم تطابق الصورة مع العمر,عدم التطابق بين العمر والصورة,CLR,TRUE +ara,GPM,عدم تطابق الصورة بين الجنسين,عدم تطابق الصورة بين الجنسين والصورة,CLR,TRUE +ara,IAD,عنوان خاطئ,تم العثور على عنوان غير صالح,CLR,TRUE +ara,DPG,تسجيل مكرر,تم العثور على تسجيل مكرر,CLR,TRUE +ara,OTH,آحرون,آحرون,CLR,TRUE +ara,ADM,كل التفاصيل متطابقة,كل التفاصيل متطابقة,MNA,TRUE +ara,ADD,جميع التفاصيل الديموغرافية متطابقة,جميع التفاصيل الديموغرافية متطابقة,MNA,TRUE +ara,OPM,فقط الصورة هي المطابقة,فقط الصورة هي المطابقة,MNA,TRUE +ara,SDM,بعض التفاصيل الديموغرافية متطابقة,بعض التفاصيل الديموغرافية متطابقة,MNA,TRUE diff --git a/mosip_master_csv/csv/reg_center_type.csv b/mosip_master_csv/csv/reg_center_type.csv new file mode 100644 index 00000000..bacaac19 --- /dev/null +++ b/mosip_master_csv/csv/reg_center_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,REG,Regular,Regular Registration Center,TRUE +fra,REG,Ordinaire,Centre dinscription régulière,TRUE +ara,REG,عادي,مركز التسجيل العادي,TRUE diff --git a/mosip_master_csv/csv/reg_exceptional_holiday.csv b/mosip_master_csv/csv/reg_exceptional_holiday.csv new file mode 100644 index 00000000..46d1f9a8 --- /dev/null +++ b/mosip_master_csv/csv/reg_exceptional_holiday.csv @@ -0,0 +1,31 @@ +lang_code,regcntr_id,hol_date,hol_name,hol_reason,is_active +eng,10001,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10002,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10003,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10004,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10005,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10006,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10007,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10008,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10009,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10010,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10011,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10012,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10013,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10014,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10015,9/24/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10001,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10002,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10003,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10004,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10005,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10006,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10007,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10008,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10009,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10010,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10011,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10012,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10013,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10014,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE +eng,10015,9/25/2019,Emergency Holiday,Emergency Holiday,TRUE diff --git a/mosip_master_csv/csv/reg_working_nonworking.csv b/mosip_master_csv/csv/reg_working_nonworking.csv new file mode 100644 index 00000000..da78ce00 --- /dev/null +++ b/mosip_master_csv/csv/reg_working_nonworking.csv @@ -0,0 +1,106 @@ +lang_code,regcntr_id,day_code,is_working,is_active +eng,10001,101,FALSE,TRUE +eng,10001,102,TRUE,TRUE +eng,10001,103,TRUE,TRUE +eng,10001,104,TRUE,TRUE +eng,10001,105,TRUE,TRUE +eng,10001,106,TRUE,TRUE +eng,10001,107,FALSE,TRUE +eng,10002,101,FALSE,TRUE +eng,10002,102,TRUE,TRUE +eng,10002,103,TRUE,TRUE +eng,10002,104,TRUE,TRUE +eng,10002,105,TRUE,TRUE +eng,10002,106,TRUE,TRUE +eng,10002,107,FALSE,TRUE +eng,10003,101,FALSE,TRUE +eng,10003,102,TRUE,TRUE +eng,10003,103,TRUE,TRUE +eng,10003,104,TRUE,TRUE +eng,10003,105,TRUE,TRUE +eng,10003,106,TRUE,TRUE +eng,10003,107,FALSE,TRUE +eng,10004,101,FALSE,TRUE +eng,10004,102,TRUE,TRUE +eng,10004,103,TRUE,TRUE +eng,10004,104,TRUE,TRUE +eng,10004,105,TRUE,TRUE +eng,10004,106,TRUE,TRUE +eng,10004,107,FALSE,TRUE +eng,10005,101,FALSE,TRUE +eng,10005,102,TRUE,TRUE +eng,10005,103,TRUE,TRUE +eng,10005,104,TRUE,TRUE +eng,10005,105,TRUE,TRUE +eng,10005,106,TRUE,TRUE +eng,10005,107,FALSE,TRUE +eng,10006,101,FALSE,TRUE +eng,10006,102,TRUE,TRUE +eng,10006,103,TRUE,TRUE +eng,10006,104,TRUE,TRUE +eng,10006,105,TRUE,TRUE +eng,10006,106,TRUE,TRUE +eng,10006,107,FALSE,TRUE +eng,10007,101,FALSE,TRUE +eng,10007,102,TRUE,TRUE +eng,10007,103,TRUE,TRUE +eng,10007,104,TRUE,TRUE +eng,10007,105,TRUE,TRUE +eng,10007,106,TRUE,TRUE +eng,10007,107,FALSE,TRUE +eng,10008,101,FALSE,TRUE +eng,10008,102,TRUE,TRUE +eng,10008,103,TRUE,TRUE +eng,10008,104,TRUE,TRUE +eng,10008,105,TRUE,TRUE +eng,10008,106,TRUE,TRUE +eng,10008,107,FALSE,TRUE +eng,10009,101,FALSE,TRUE +eng,10009,102,TRUE,TRUE +eng,10009,103,TRUE,TRUE +eng,10009,104,TRUE,TRUE +eng,10009,105,TRUE,TRUE +eng,10009,106,TRUE,TRUE +eng,10009,107,FALSE,TRUE +eng,10010,101,FALSE,TRUE +eng,10010,102,TRUE,TRUE +eng,10010,103,TRUE,TRUE +eng,10010,104,TRUE,TRUE +eng,10010,105,TRUE,TRUE +eng,10010,106,TRUE,TRUE +eng,10010,107,FALSE,TRUE +eng,10011,101,FALSE,TRUE +eng,10011,102,TRUE,TRUE +eng,10011,103,TRUE,TRUE +eng,10011,104,TRUE,TRUE +eng,10011,105,TRUE,TRUE +eng,10011,106,TRUE,TRUE +eng,10011,107,FALSE,TRUE +eng,10012,101,FALSE,TRUE +eng,10012,102,TRUE,TRUE +eng,10012,103,TRUE,TRUE +eng,10012,104,TRUE,TRUE +eng,10012,105,TRUE,TRUE +eng,10012,106,TRUE,TRUE +eng,10012,107,FALSE,TRUE +eng,10013,101,FALSE,TRUE +eng,10013,102,TRUE,TRUE +eng,10013,103,TRUE,TRUE +eng,10013,104,TRUE,TRUE +eng,10013,105,TRUE,TRUE +eng,10013,106,TRUE,TRUE +eng,10013,107,FALSE,TRUE +eng,10014,101,FALSE,TRUE +eng,10014,102,TRUE,TRUE +eng,10014,103,TRUE,TRUE +eng,10014,104,TRUE,TRUE +eng,10014,105,TRUE,TRUE +eng,10014,106,TRUE,TRUE +eng,10014,107,FALSE,TRUE +eng,10015,101,FALSE,TRUE +eng,10015,102,TRUE,TRUE +eng,10015,103,TRUE,TRUE +eng,10015,104,TRUE,TRUE +eng,10015,105,TRUE,TRUE +eng,10015,106,TRUE,TRUE +eng,10015,107,FALSE,TRUE diff --git a/mosip_master_csv/csv/registration_center.csv b/mosip_master_csv/csv/registration_center.csv new file mode 100644 index 00000000..5eb62a0b --- /dev/null +++ b/mosip_master_csv/csv/registration_center.csv @@ -0,0 +1,35 @@ +lang_code,id,name,cntrtyp_code,addr_line1,addr_line2,addr_line3,latitude,longitude,location_code,contact_phone,contact_person,number_of_kiosks,working_hours,per_kiosk_process_time,center_start_time,center_end_time,lunch_start_time,lunch_end_time,time_zone,holiday_loc_code,zone_code,is_active +eng,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE +fra,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE +eng,10001,Center A Ben Mansour,REG,P4238,Ben Mansour,MyCountry,34.52117,-6.453275,14022,779517433,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE +fra,10001,Centre A Ben Mansour,REG,P4238,Ben Mansour,Maroc,34.52117,-6.453275,14022,993556086,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE +eng,10002,Rural Municipal Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,MyCountry,34.360207,-6.550075,14053,753476995,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,KTA,TRUE +fra,10002,Commune Rurale Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,Maroc,34.360207,-6.550075,14053,984996886,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,KTA,TRUE +eng,10003,Souk Khemiss Mograne,REG,Route N1,Mograne,MyCountry,34.405692,-6.433368,14023,734239083,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAL,TRUE +fra,10003,Souk Khemiss Mograne,REG,la route N1,Mograne,Maroc,34.405692,-6.433368,14023,675470523,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAL,TRUE +eng,10004,Center Assam,REG,7 Km Tangier Road,Kenitra,MyCountry,34.287879,-6.516428,14000,937997757,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE +fra,10004,centre assam,REG,km 7 route de Tanger,Kénitra,Maroc,34.287879,-6.516428,14000,852492117,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE +eng,10005,Center Mehdia,REG,Mehdia Road Amria mehdia,Kenitra,Maroc,34.256414,-6.675499,14110,887311749,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,BSN,TRUE +fra,10005,centre mehdia,REG,route de mehdia Amria mehdia,Kénitra,Maroc,34.256414,-6.675499,14110,658302699,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,BSN,TRUE +eng,10006,Center Ouled Oujih,REG,Bloc 1 G1 N113,Kenitra,Maroc,34.262477,-6.618605,14080,915790305,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,NDR,TRUE +fra,10006,center Ouled Oujih,REG,Bloc 1 G1 N113,Kénitra,Maroc,34.262477,-6.618605,14080,888439793,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,NDR,TRUE +eng,10007,Center Sidi Taibi,REG,Rabat Road,Sidi Taibi,MyCountry,34.192861,-6.683662,14025,811552880,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,STT,TRUE +fra,10007,centre Sidi Taibi,REG,Route de Rabat,Sidi Taibi,Maroc,34.192861,-6.683662,14025,753640112,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,STT,TRUE +eng,10008,Center Sidi Allal Tazi,REG,National Road,Alla Tazi,MyCountry,34.522414,-6.320471,14050,695325692,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAF,TRUE +fra,10008,centre Sidi Allal Tazi,REG,route nationale,Alla Tazi,Maroc,34.522414,-6.320471,14050,862899075,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAF,TRUE +eng,10009,Center Agdal,REG,French Avenue,Rabat,MyCountry,33.998232,-6.845728,10106,745360421,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE +fra,10009,centre Agdal,REG,avenue de France,Rabat,Maroc,33.998232,-6.845728,10106,676186831,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE +eng,10010,Center Hassan,REG,Avenue Amir Moulay Abdellah,Rabat,MyCountry,34.017502,-6.834745,10000,766074745,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE +fra,10010,centre Hassan,REG,avenue de Amir Moulay Abdellah,Rabat,Maroc,34.017502,-6.834745,10000,773606891,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE +eng,10011,Center Souissi,REG,Avenue Mohamed VI,Rabat,MyCountry,33.986608,-6.828873,10105,787248921,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE +fra,10011,centre Souissi,REG,avenue de Mohammed VI,Rabat,Maroc,33.986608,-6.828873,10105,878691008,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE +eng,10012,Center Madinat Al Irfane,REG,Avenue Allal Al Fassi,Rabat,MyCountry,33.978103,-6.867849,10112,838412388,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,SAF,TRUE +fra,10012,centre Madinat Al Irfane,REG,avenue de Allal Al Fassi,Rabat,Maroc,33.978103,-6.867849,10112,719952201,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,SAF,TRUE +eng,10013,Center Hay Riad,REG,Avenue Al Araar,Rabat,MyCountry,33.953931,-6.874735,10104,751913644,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE +fra,10013,centre Hay Riad,REG,avenue de Al Araar,Rabat,Maroc,33.953931,-6.874735,10104,956537434,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE +eng,10014,Center Medina,REG,Street of the Consuls,Rabat,MyCountry,34.027757,-6.834147,10036,965639376,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE +fra,10014,centre Medina,REG,Rue des Consuls,Rabat,Maroc,34.027757,-6.834147,10036,781039430,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE +eng,10015,Center Youssoufia,REG,Avenue Ouzguita,Rabat,MyCountry,33.995612,-6.815281,10190,803062069,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE +fra,10015,centre Youssoufia,REG,avenue de Ouzguita,Rabat,Maroc,33.995612,-6.815281,10190,731435978,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE +,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,, diff --git a/mosip_master_csv/csv/registration_center_h.csv b/mosip_master_csv/csv/registration_center_h.csv new file mode 100644 index 00000000..bd116e2f --- /dev/null +++ b/mosip_master_csv/csv/registration_center_h.csv @@ -0,0 +1,35 @@ +lang_code,id,name,cntrtyp_code,addr_line1,addr_line2,addr_line3,latitude,longitude,location_code,contact_phone,contact_person,number_of_kiosks,working_hours,per_kiosk_process_time,center_start_time,center_end_time,lunch_start_time,lunch_end_time,time_zone,holiday_loc_code,zone_code,is_active,eff_dtimes +eng,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE,now() +fra,10000,Virtual centre,REG,Virtual address 1,Virtual address 2,MyCountry,0,0,MOR,0,,0,24:00:00,0:15:00,0:00:00,23:59:59,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,MOR,TRUE,now() +eng,10001,Center A Ben Mansour,REG,P4238,Ben Mansour,MyCountry,34.52117,-6.453275,14022,779517433,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE,now() +fra,10001,Centre A Ben Mansour,REG,P4238,Ben Mansour,Maroc,34.52117,-6.453275,14022,993556086,John Doe,3,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE,now() +eng,10002,Rural Municipal Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,MyCountry,34.360207,-6.550075,14053,753476995,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,KTA,TRUE,now() +fra,10002,Commune Rurale Mnasra,REG,Route De Moulay Bousselham,Douar Sbih Menacera,Maroc,34.360207,-6.550075,14053,984996886,John Smith,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,KTA,TRUE,now() +eng,10003,Souk Khemiss Mograne,REG,Route N1,Mograne,MyCountry,34.405692,-6.433368,14023,734239083,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAL,TRUE,now() +fra,10003,Souk Khemiss Mograne,REG,la route N1,Mograne,Maroc,34.405692,-6.433368,14023,675470523,Mario Speedwagon,4,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAL,TRUE,now() +eng,10004,Center Assam,REG,7 Km Tangier Road,Kenitra,MyCountry,34.287879,-6.516428,14000,937997757,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,TRUE,now() +fra,10004,centre assam,REG,km 7 route de Tanger,Kénitra,Maroc,34.287879,-6.516428,14000,852492117,Paige Turner,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,RBT,TRUE,now() +eng,10005,Center Mehdia,REG,Mehdia Road Amria mehdia,Kenitra,Maroc,34.256414,-6.675499,14110,887311749,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,BSN,TRUE,now() +fra,10005,centre mehdia,REG,route de mehdia Amria mehdia,Kénitra,Maroc,34.256414,-6.675499,14110,658302699,Walter Melon,1,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,BSN,TRUE,now() +eng,10006,Center Ouled Oujih,REG,Bloc 1 G1 N113,Kenitra,Maroc,34.262477,-6.618605,14080,915790305,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,NDR,TRUE,now() +fra,10006,center Ouled Oujih,REG,Bloc 1 G1 N113,Kénitra,Maroc,34.262477,-6.618605,14080,888439793,Barb Ackue,5,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,NDR,TRUE,now() +eng,10007,Center Sidi Taibi,REG,Rabat Road,Sidi Taibi,MyCountry,34.192861,-6.683662,14025,811552880,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,STT,TRUE,now() +fra,10007,centre Sidi Taibi,REG,Route de Rabat,Sidi Taibi,Maroc,34.192861,-6.683662,14025,753640112,Monty Carlo,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,STT,TRUE,now() +eng,10008,Center Sidi Allal Tazi,REG,National Road,Alla Tazi,MyCountry,34.522414,-6.320471,14050,695325692,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,SAF,TRUE,now() +fra,10008,centre Sidi Allal Tazi,REG,route nationale,Alla Tazi,Maroc,34.522414,-6.320471,14050,862899075,Cliff Hanger,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,KTA,SAF,TRUE,now() +eng,10009,Center Agdal,REG,French Avenue,Rabat,MyCountry,33.998232,-6.845728,10106,745360421,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE,now() +fra,10009,centre Agdal,REG,avenue de France,Rabat,Maroc,33.998232,-6.845728,10106,676186831,Robin Banks,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE,now() +eng,10010,Center Hassan,REG,Avenue Amir Moulay Abdellah,Rabat,MyCountry,34.017502,-6.834745,10000,766074745,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE,now() +fra,10010,centre Hassan,REG,avenue de Amir Moulay Abdellah,Rabat,Maroc,34.017502,-6.834745,10000,773606891,Max Emum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE,now() +eng,10011,Center Souissi,REG,Avenue Mohamed VI,Rabat,MyCountry,33.986608,-6.828873,10105,787248921,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE,now() +fra,10011,centre Souissi,REG,avenue de Mohammed VI,Rabat,Maroc,33.986608,-6.828873,10105,878691008,Minnie Mum,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE,now() +eng,10012,Center Madinat Al Irfane,REG,Avenue Allal Al Fassi,Rabat,MyCountry,33.978103,-6.867849,10112,838412388,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,SAF,TRUE,now() +fra,10012,centre Madinat Al Irfane,REG,avenue de Allal Al Fassi,Rabat,Maroc,33.978103,-6.867849,10112,719952201,Bill Yerds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,SAF,TRUE,now() +eng,10013,Center Hay Riad,REG,Avenue Al Araar,Rabat,MyCountry,33.953931,-6.874735,10104,751913644,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,YSF,TRUE,now() +fra,10013,centre Hay Riad,REG,avenue de Al Araar,Rabat,Maroc,33.953931,-6.874735,10104,956537434,Dan Druff,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,YSF,TRUE,now() +eng,10014,Center Medina,REG,Street of the Consuls,Rabat,MyCountry,34.027757,-6.834147,10036,965639376,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TTA,TRUE,now() +fra,10014,centre Medina,REG,Rue des Consuls,Rabat,Maroc,34.027757,-6.834147,10036,781039430,Rick Shaw,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TTA,TRUE,now() +eng,10015,Center Youssoufia,REG,Avenue Ouzguita,Rabat,MyCountry,33.995612,-6.815281,10190,803062069,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,TZT,TRUE,now() +fra,10015,centre Youssoufia,REG,avenue de Ouzguita,Rabat,Maroc,33.995612,-6.815281,10190,731435978,Mick Donalds,2,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,TZT,TRUE,now() +eng,33333,Center Rabat,REG,P4238,Ben Mansour,MyCountry,33.52117,-5.453275,14022,779517433,John Doe,12,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,RBT,RBT,TRUE,now() +fra,33333,Center Rabat,REG,P4238,Ben Mansour,Maroc,33.52117,-5.453275,14022,993556086,John Doe,12,8:00:00,0:15:00,9:00:00,17:00:00,13:00:00,14:00:00,GTM + 01h00) HEURE EUROPEENNE CENTRALE,RBT,RBT,TRUE,now() diff --git a/mosip_master_csv/csv/role_list.csv b/mosip_master_csv/csv/role_list.csv new file mode 100644 index 00000000..9163a82b --- /dev/null +++ b/mosip_master_csv/csv/role_list.csv @@ -0,0 +1,5 @@ +lang_code,code,descr,is_active +eng,SUPERADMIN,Superadmin,TRUE +eng,REGISTRATION_OFFICER,Registration Officer,TRUE +eng,REGISTRATION_SUPERVISOR,Supervisor,TRUE +eng,REGISTRATION_ADMIN,Registration Admin,TRUE diff --git a/mosip_master_csv/csv/screen_authorization.csv b/mosip_master_csv/csv/screen_authorization.csv new file mode 100644 index 00000000..d09903e8 --- /dev/null +++ b/mosip_master_csv/csv/screen_authorization.csv @@ -0,0 +1,22 @@ +lang_code,screen_id,role_code,is_permitted,is_active +eng,eodRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,eodRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,reRegisterRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,reRegisterRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,lostUINRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,newRegistrationRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,reportRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,reportRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,uinUpdateRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,uploadPacketRoot,REGISTRATION_ADMIN,TRUE,TRUE +eng,correctionRoot,REGISTRATION_OFFICER,TRUE,TRUE +eng,correctionRoot,REGISTRATION_SUPERVISOR,TRUE,TRUE +eng,correctionRoot,REGISTRATION_ADMIN,TRUE,TRUE diff --git a/mosip_master_csv/csv/screen_detail.csv b/mosip_master_csv/csv/screen_detail.csv new file mode 100644 index 00000000..dfd60750 --- /dev/null +++ b/mosip_master_csv/csv/screen_detail.csv @@ -0,0 +1,18 @@ +lang_code,id,app_id,name,descr,is_active +eng,approveRegistrationRoot,10003,approveRegistrationRoot,approveRegistrationRoot,TRUE +eng,loginRoot,10003,loginRoot,loginRoot,TRUE +eng,lostUINRoot,10003,lostUINRoot,lostUINRoot,TRUE +eng,newRegistrationRoot,10003,newRegistrationRoot,newRegistrationRoot,TRUE +eng,onBoardRoot,10003,onBoardRoot,onBoardRoot,TRUE +eng,registrationCorrectionRoot,10003,registrationCorrectionRoot,registrationCorrectionRoot,TRUE +eng,sendPacketServerRoot,10003,sendPacketServerRoot,sendPacketServerRoot,TRUE +eng,syncServerClientRoot,10003,syncServerClientRoot,syncServerClientRoot,TRUE +eng,uinActivationRoot,10003,uinActivationRoot,uinActivationRoot,TRUE +eng,uinUpdateRoot,10003,uinUpdateRoot,uinUpdateRoot,TRUE +eng,updateClientSoftwareRoot,10003,updateClientSoftwareRoot,updateClientSoftwareRoot,TRUE +eng,reportRoot,10003,reportRoot,reportRoot,TRUE +eng,syncClientServerRoot,10003,syncClientServerRoot,syncClientServerRoot,TRUE +eng,eodRoot,10003,eodroot,eodroot,TRUE +eng,reRegisterRoot,10003,reRegisterRoot,reRegisterRoot,TRUE +eng,uploadPacketRoot,10003,uploadPacketRoot,uploadPacketRoot,TRUE +eng,correctionRoot,10003,correctionRoot,correctionRoot,TRUE diff --git a/mosip_master_csv/csv/status_list.csv b/mosip_master_csv/csv/status_list.csv new file mode 100644 index 00000000..82dda313 --- /dev/null +++ b/mosip_master_csv/csv/status_list.csv @@ -0,0 +1,7 @@ +lang_code,code,descr,sttyp_code,is_active +eng,ACT,Activated,ADT,TRUE +eng,DCT,Deactivated,ADT,TRUE +fra,ACT,activated,ADT,TRUE +fra,DCT,disabled,ADT,TRUE +ara,ACT,مفعل,ADT,TRUE +ara,DCT,معطل,ADT,TRUE diff --git a/mosip_master_csv/csv/status_type.csv b/mosip_master_csv/csv/status_type.csv new file mode 100644 index 00000000..2c425a0e --- /dev/null +++ b/mosip_master_csv/csv/status_type.csv @@ -0,0 +1,4 @@ +lang_code,code,name,descr,is_active +eng,ADT,Activation Status,Activation Status,TRUE +fra,ADT,Activation status,Activation status,TRUE +ara,ADT,حالة التفعيل أو التشغيل,حالة التفعيل أو التشغيل,TRUE diff --git a/mosip_master_csv/csv/sync_job_def.csv b/mosip_master_csv/csv/sync_job_def.csv new file mode 100644 index 00000000..fa3342a6 --- /dev/null +++ b/mosip_master_csv/csv/sync_job_def.csv @@ -0,0 +1,15 @@ +lang_code,id,name,api_name,parent_syncjob_id,sync_freq,lock_duration,is_active +eng,MDS_J00001,Master Data Sync,masterSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PDS_J00003,Pre-registration Data Sync,preRegistrationDataSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,POS_J00008,Policy Sync,keyPolicySyncJob,,0 0 11 * * ?,NULL,TRUE +eng,RCS_J00005,Registration Client Config Sync,synchConfigDataJob,,0 0 11 * * ?,NULL,TRUE +eng,RPS_J00006,Registration Packet Status Reader,packetSyncStatusJob,,0 0 11 * * ?,NULL,TRUE +eng,URS_J00007,User Detail/Role Setup Sync,userDetailServiceJob,MDS_J00001,0 0 11 * * ?,NULL,TRUE +eng,DEL_J00013,Pre Registration Packet Deletion Job,preRegistrationPacketDeletionJob,,0 0 11 * * ?,NULL,TRUE +eng,RDJ_J00010,Registration Packet Deletion Job,registrationDeletionJob,,0 0 11 * * ?,NULL,TRUE +eng,ADJ_J00012,Audit Log Deletion Job,deleteAuditLogsJob,,0 0 11 * * ?,NULL,TRUE +eng,RSJ_J00014,Registration Packet Sync,registrationPacketSyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PVS_J00015,Registration Client Virus Scan,registrationClientVirusScanJob,,0 0 11 * * ?,NULL,TRUE +eng,PKS_J00016,Public key Sync service,publicKeySyncJob,,0 0 11 * * ?,NULL,TRUE +eng,PUJ_J00017,Registration Packet Upload Job,registrationPacketUploadJob,NULL,0 0 11 * * ?,NULL,TRUE +eng,SCJ_J00018,Sync Certificate Job,syncCertificateJob,NULL,0 0 11 * * ?,NULL,TRUE diff --git a/mosip_master_csv/csv/template.csv b/mosip_master_csv/csv/template.csv new file mode 100644 index 00000000..efd14ae6 --- /dev/null +++ b/mosip_master_csv/csv/template.csv @@ -0,0 +1,17057 @@ +id,name,descr,file_format_code,model,file_txt,module_id,module_name,template_typ_code,lang_code,is_active,cr_by,cr_dtimes +1102,Template for authorization subject,Template for authorization subject,txt,velocity,$idvidType $idvid Authentication $status,10004,ID Authentication,auth-email-subject,eng,TRUE,superadmin,now() +1103,Template for authorization SMS,Template for authorization SMS,txt,velocity,Your Authentication of $idvidType $idvid using $authType on $date at $time Hrs $status at a device deployed by MOSIP Services.,10004,ID Authentication,auth-sms,eng,TRUE,superadmin,now() +1102,Modèle pour sujet dautorisation,Modèle pour sujet dautorisation,txt,velocity,$idvidType $idvid: $status dauthentification,10004,Authentification ID,auth-email-subject,fra,TRUE,superadmin,now() +1103,Modèle de SMS dautorisation,Modèle de SMS dautorisation,txt,velocity,Votre authentification $idvidType $idvid utilisant $authType le $date à $time Hrs $status sur un périphérique déployé par MOSIP Services.,10004,Authentification ID,auth-sms,fra,TRUE,superadmin,now() +1102,نموذج لموضوع التفويض,نموذج لموضوع التفويض,txt,velocity,$ idvidType $ idvid المصادقة $ status,10004,مصادقة الهوية,auth-email-subject,ara,TRUE,superadmin,now() +1103,نموذج SMS إذن,نموذج SMS إذن,txt,velocity,مصادقة $ idvidType $ idvid باستخدام $ authType في $ date في $ time Hrs $ الحالة في جهاز تم نشره بواسطة خدمات MOSIP.,10004,مصادقة الهوية,auth-sms,ara,TRUE,superadmin,now() +1107,Template for duplicate UIN Email,Template for duplicate UIN Email,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because a duplicate UIN has been found against your details. Please visit your nearest Registration office or visit https://mosip.io/grievances Thank You",10003,Registration Processor,RPR_DUP_UIN_EMAIL,eng,TRUE,superadmin,now() +1108,Template for duplicate UIN SMS,Template for duplicate UIN SMS,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because a duplicate UIN has been found against your details. Please visit your nearest Registration office or visit https://mosip.io/grievances",10003,Registration Processor,RPR_DUP_UIN_SMS,eng,TRUE,superadmin,now() +1109,Template for Technical Issue Email,Template for Technical Issue Email,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because of a technical issue. Please visit your nearest Registration office or visit https://mosip.io/grievances Thank You",10003,Registration Processor,RPR_TEC_ISSUE_EMAIL,eng,TRUE,superadmin,now() +1110,Template for Technical Issue SMS,Template for Technical Issue SMS,txt,velocity,"Dear $!name_eng, Your request for UIN for Registration ID: $!RID has failed because of a technical issue. Please visit your nearest Registration office or visit https://mosip.io/grievances",10003,Registration Processor,RPR_TEC_ISSUE_SMS,eng,TRUE,superadmin,now() +1111,Template for UIN generation Email,Template for UIN generation Email,txt,velocity,"Dear $name_eng, Your UIN for Registration ID: $!RID has been successfully generated and will reach soon at your postal address. Thank You",10003,Registration Processor,RPR_UIN_GEN_EMAIL,eng,TRUE,superadmin,now() +1112,Template for UIN generation SMS,Template for UIN generation SMS,txt,velocity,"Dear $name_eng, Your UIN for Registration ID: $!RID has been successfully generated and will reach soon at your postal address.",10003,Registration Processor,RPR_UIN_GEN_SMS,eng,TRUE,superadmin,now() +1113,Template for update details Email,Template for update details Email,txt,velocity,"Dear $!name_eng, Your UIN details for the Registration ID: $!RID have been updated and a physical copy of your UIN card will reach you soon at your postal address. Thank You",10003,Registration Processor,RPR_UIN_UPD_EMAIL,eng,TRUE,superadmin,now() +1114,Template for update Details SMS,Template for update Details SMS,txt,velocity,"Dear $!name_eng, Your UIN details for the Registration ID: $!RID have been updated and a physical copy of your UIN card will reach you soon at your postal address.",10003,Registration Processor,RPR_UIN_UPD_SMS,eng,TRUE,superadmin,now() +1107,Modèle de courrier didentité en double,Modèle de courrier didentité en double,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué car un duplicata d'UIN a été trouvé par rapport à vos informations. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances Merci",10003,Processeur dinscription,RPR_DUP_UIN_EMAIL,fra,TRUE,superadmin,now() +1108,Modèle de message didentité en double,Modèle de message didentité en double,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué car un duplicata d'UIN a été trouvé par rapport à vos informations. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances",10003,Processeur dinscription,RPR_DUP_UIN_SMS,fra,TRUE,superadmin,now() +1109,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué en raison d'un problème technique. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances Merci",10003,Processeur dinscription,RPR_TEC_ISSUE_EMAIL,fra,TRUE,superadmin,now() +1110,Modèle de message de problème technique,Modèle de message de problème technique,txt,velocity,"Cher $!name_fra, Votre demande d'UIN pour l'ID d'enregistrement: $!RID a échoué en raison d'un problème technique. Veuillez vous rendre au bureau d’enregistrement le plus proche ou sur https://mosip.io/grievances",10003,Processeur dinscription,RPR_TEC_ISSUE_SMS,fra,TRUE,superadmin,now() +1122,Template for update registration Email Subject,Template for update registration Email Subject,txt,velocity,Registration update confirmation,10008,Registration Client,Update-email-subject-template,eng,TRUE,superadmin,now() +1111,Modèle de courrier électronique de génération didentité,Modèle de courrier électronique de génération didentité,txt,velocity,"Cher $!name_fra, Votre UIN pour ID d’enregistrement: $!RID a été généré avec succès et vous parviendra sous peu à votre adresse postale. Merci",10003,Processeur dinscription,RPR_UIN_GEN_EMAIL,fra,TRUE,superadmin,now() +1112,Modèle de message de génération didentité,Modèle de message de génération didentité,txt,velocity,"Cher $!name_fra, Votre UIN pour ID d’enregistrement: $!RID a été généré avec succès et vous parviendra sous peu à votre adresse postale.",10003,Processeur dinscription,RPR_UIN_GEN_SMS,fra,TRUE,superadmin,now() +1130,Modèle pour le sujet d'email d'accusé de réception,Modèle pour le sujet d'email d'accusé de réception,txt,velocity,Accusé de réception : $ApplicationDetails | ID de lapplication : $ApplicationId,10001,Pré-inscription,Acknowledgement-email-subject,fra,TRUE,superadmin,now() +1113,Modèle pour les détails de la mise à jour Email,Modèle pour les détails de la mise à jour Email,txt,velocity,"Cher $!name_fra, Les détails de votre UIN correspondant à l’ID d’enregistrement: $!RID ont été mis à jour. Une copie physique de votre UIN vous parviendra sous peu à votre adresse postale. Merci",10003,Processeur dinscription,RPR_UIN_UPD_EMAIL,fra,TRUE,superadmin,now() +1114,Modèle pour la mise à jour Détails Message,Modèle pour la mise à jour Détails Message,txt,velocity,"Cher $!name_fra, Les détails de votre UIN correspondant à l’ID d’enregistrement: $!RID ont été mis à jour. Une copie physique de votre UIN vous parviendra sous peu à votre adresse postale.",10003,Processeur dinscription,RPR_UIN_UPD_SMS,fra,TRUE,superadmin,now() +1107,نموذج لبريد إلكتروني UIN مكرر,نموذج لبريد إلكتروني UIN مكرر,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID لأنه تم العثور على UIN مكرر مقابل بياناتك. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances شكرًا لك,10003,معالج التسجيل,RPR_DUP_UIN_EMAIL,ara,TRUE,superadmin,now() +1108,نموذج لـ UIN SMS مكرر,نموذج لـ UIN SMS مكرر,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID لأنه تم العثور على UIN مكرر مقابل بياناتك. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances,10003,معالج التسجيل,RPR_DUP_UIN_SMS,ara,TRUE,superadmin,now() +1109,نموذج البريد الإلكتروني للمشكلة الفنية,نموذج البريد الإلكتروني للمشكلة الفنية,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID بسبب مشكلة فنية. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances شكرًا لك,10003,معالج التسجيل,RPR_TEC_ISSUE_EMAIL,ara,TRUE,superadmin,now() +1110,نموذج الرسائل القصيرة الفنية,نموذج الرسائل القصيرة الفنية,txt,velocity,عزيزي $! name_eng ، لقد فشل طلبك لـ UIN لمعرف التسجيل: $! RID بسبب مشكلة فنية. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances,10003,معالج التسجيل,RPR_TEC_ISSUE_SMS,ara,TRUE,superadmin,now() +1111,نموذج للبريد الإلكتروني لتوليد UIN,نموذج للبريد الإلكتروني لتوليد UIN,txt,velocity,عزيزي $ name_eng ، تم إنشاء UIN الخاص بك لمعرف التسجيل: $! RID وسيصل قريبًا إلى عنوانك البريدي. شكرا لكم,10003,معالج التسجيل,RPR_UIN_GEN_EMAIL,ara,TRUE,superadmin,now() +1112,نموذج SMS لتوليد UIN,نموذج SMS لتوليد UIN,txt,velocity,عزيزي $ name_eng ، تم إنشاء UIN الخاص بك لمعرف التسجيل: $! RID وسيصل قريبًا إلى عنوانك البريدي.,10003,معالج التسجيل,RPR_UIN_GEN_SMS,ara,TRUE,superadmin,now() +1113,نموذج لتفاصيل التحديث البريد الإلكتروني,نموذج لتفاصيل التحديث البريد الإلكتروني,txt,velocity,عزيزي $! name_eng ، تم تحديث تفاصيل UIN الخاصة بك لمعرف التسجيل: $! RID وستصلك نسخة مادية من بطاقة UIN الخاصة بك قريبًا على عنوانك البريدي. شكرا لكم,10003,معالج التسجيل,RPR_UIN_UPD_EMAIL,ara,TRUE,superadmin,now() +1114,نموذج لتحديث التفاصيل SMS,نموذج لتحديث التفاصيل SMS,txt,velocity,عزيزي $! name_eng ، تم تحديث تفاصيل UIN الخاصة بك لمعرف التسجيل: $! RID وستصلك نسخة مادية من بطاقة UIN الخاصة بك قريبًا على عنوانك البريدي.,10003,معالج التسجيل,RPR_UIN_UPD_SMS,ara,TRUE,superadmin,now() +1115,Template for new registration Email Content,Template for new registration Email Content,txt,velocity,"Dear $name, Thank you for registering with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,NewReg-email-content-template,eng,TRUE,superadmin,now() +1116,Template for new registration Email Subject,Template for new registration Email Subject,txt,velocity,Registration confirmation,10008,Registration Client,NewReg-email-subject-template,eng,TRUE,superadmin,now() +1117,Template for new registration SMS,Template for new registration SMS,txt,velocity,"Dear $name, Thank you for registering with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,NewReg-sms-template,eng,TRUE,superadmin,now() +1118,Template for OTP generation Email Content,Template for OTP generation Email Content,txt,velocity,"Dear $name, OTP for username $username is $otp and is valid for $validTime minutes (Generated on $date at $time hrs).",10008,Registration Client,OTP-email-content-template,eng,TRUE,superadmin,now() +1119,Template for OTP generation Email Subject,Template for OTP generation Email Subject,txt,velocity,One time password from digital identify platfor,10008,Registration Client,OTP-email-subject-template,eng,TRUE,superadmin,now() +1120,Template for OTP SMS,Template for OTP SMS,txt,velocity,"Dear $name, OTP for username $username is $otp and is valid for $validTime minutes (Generated on $date at $time hrs).",10008,Registration Client,OTP-sms-template,eng,TRUE,superadmin,now() +1121,Template for update registration Email Content,Template for update registration Email Content,txt,velocity,"Dear $name, Thank you for updating your details with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,Update-email-content-template,eng,TRUE,superadmin,now() +1123,Template for update registration SMS,Template for update registration SMS,txt,velocity,"Dear $name, Thank you for updating your details with the digital identity platform. Your registration id is $RegistrationID. If there are any corrections to be made in your details, please contact the Registration centre within the next 4 days.",10008,Registration Client,Update-sms-template,eng,TRUE,superadmin,now() +1130,نموذج للبريد الإلكتروني موضوع الإقرار,نموذج للبريد الإلكتروني موضوع الإقرار,txt,velocity,شكر وتقدير: $ApplicationDetails | معرف التطبيق: $ApplicationId,10001,التسجيل المسبق,Acknowledgement-email-subject,ara,TRUE,superadmin,now() +1115,Modèle pour nouvelle inscription Email Content,Modèle pour nouvelle inscription Email Content,txt,velocity,"Cher $name, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,NewReg-email-content-template,fra,TRUE,superadmin,now() +1116,Modèle pour nouvelle inscription Objet de le-mail,Modèle pour nouvelle inscription Objet de le-mail,txt,velocity,Confirmation d'enregistrement,10008,Client dinscription,NewReg-email-subject-template,fra,TRUE,superadmin,now() +1117,Modèle de nouvelle inscription SMS,Modèle de nouvelle inscription SMS,txt,velocity,"Cher $name, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,NewReg-sms-template,fra,TRUE,superadmin,now() +1118,Modèle de contenu de courrier électronique de génération dOTP,Modèle de contenu de courrier électronique de génération dOTP,txt,velocity,"Cher $name, OTP pour le nom d'utilisateur $username est $otp et est valide pour $validTime minutes (Généré le $date à $heure hrs).",10008,Client dinscription,OTP-email-content-template,fra,TRUE,superadmin,now() +1119,Modèle pour le sujet de-mail de génération dOTP,Modèle pour le sujet de-mail de génération dOTP,txt,velocity,Mot de passe unique de la plateforme d'identification numérique,10008,Client dinscription,OTP-email-subject-template,fra,TRUE,superadmin,now() +1120,Modèle pour SMS OTP,Modèle pour SMS OTP,txt,velocity,"Cher $name, OTP pour le nom d'utilisateur $username est $otp et est valide pour $validTime minutes (Généré le $date à $heure hrs).",10008,Client dinscription,OTP-sms-template,fra,TRUE,superadmin,now() +1121,Modèle pour lenregistrement de la mise à jour,Modèle pour lenregistrement de la mise à jour,txt,velocity,"Cher $name, Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,Update-email-content-template,fra,TRUE,superadmin,now() +1122,Modèle denregistrement de mise à jour Objet de le-mail,Modèle denregistrement de mise à jour Objet de le-mail,txt,velocity,Confirmation de la mise à jour de l'inscription,10008,Client dinscription,Update-email-subject-template,fra,TRUE,superadmin,now() +1123,Modèle pour SMS denregistrement de mise à jour,Modèle pour SMS denregistrement de mise à jour,txt,velocity,"Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'enregistrement est $RegistrationID. Si des corrections doivent être apportées à vos données, veuillez contacter le centre d’inscription dans les 4 prochains jours.",10008,Client dinscription,Update-sms-template,fra,TRUE,superadmin,now() +1115,نموذج لمحتوى البريد الإلكتروني للتسجيل الجديد,نموذج لمحتوى البريد الإلكتروني للتسجيل الجديد,txt,velocity,عزيزي $ name ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,NewReg-email-content-template,ara,TRUE,superadmin,now() +1116,نموذج للتسجيل الجديد عنوان البريد الإلكتروني,نموذج للتسجيل الجديد عنوان البريد الإلكتروني,txt,velocity,تأكيد التسجيل,10008,عميل التسجيل,NewReg-email-subject-template,ara,TRUE,superadmin,now() +1117,نموذج SMS للتسجيل الجديد,نموذج SMS للتسجيل الجديد,txt,velocity,عزيزي $ name ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,NewReg-sms-template,ara,TRUE,superadmin,now() +1118,نموذج لمحتوى البريد الإلكتروني الخاص بإنشاء OTP,نموذج لمحتوى البريد الإلكتروني الخاص بإنشاء OTP,txt,velocity,عزيزي $ name ، OTP لاسم المستخدم $ username هو $ otp وهو صالح لمدة $ validTime minutes (تم إنشاؤه في $ date في $ time hrs).,10008,عميل التسجيل,OTP-email-content-template,ara,TRUE,superadmin,now() +1119,نموذج لتوليد OTP موضوع البريد الإلكتروني,نموذج لتوليد OTP موضوع البريد الإلكتروني,txt,velocity,كلمة مرور لمرة واحدة من منصة التعريف الرقمية,10008,عميل التسجيل,OTP-email-subject-template,ara,TRUE,superadmin,now() +1120,نموذج لـ OTP SMS,نموذج لـ OTP SMS,txt,velocity,عزيزي $ name ، OTP لاسم المستخدم $ username هو $ otp وهو صالح لمدة $ validTime minutes (تم إنشاؤه في $ date في $ time hrs).,10008,عميل التسجيل,OTP-sms-template,ara,TRUE,superadmin,now() +1121,نموذج لتحديث محتوى البريد الإلكتروني للتسجيل,نموذج لتحديث محتوى البريد الإلكتروني للتسجيل,txt,velocity,عزيزي $ name ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,Update-email-content-template,ara,TRUE,superadmin,now() +1122,نموذج لتحديث موضوع البريد الإلكتروني للتسجيل,نموذج لتحديث موضوع البريد الإلكتروني للتسجيل,txt,velocity,تأكيد تحديث التسجيل,10008,عميل التسجيل,Update-email-subject-template,ara,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,ஈரிஸ்,10006,Resident Services,mosip.bio-iris.template.property,tam,TRUE,superadmin,now() +1134,نموذج لـ UIN إعادة تنشيط SMS,نموذج لـ UIN إعادة تنشيط SMS,txt,velocity,عزيزي $! name_eng ، تمت إعادة تنشيط UIN الخاص بك.إذا كانت لديك أية مخاوف ، يرجى زيارة أقرب مركز تسجيل.,10003,معالج التسجيل,RPR_UIN_REAC_SMS,ara,TRUE,superadmin,now() +1123,نموذج لتحديث تسجيل SMS,نموذج لتحديث تسجيل SMS,txt,velocity,عزيزي $ name ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ RegistrationID. إذا كان هناك أي تصحيحات في التفاصيل الخاصة بك ، يرجى الاتصال بمركز التسجيل في غضون 4 أيام القادمة.,10008,عميل التسجيل,Update-sms-template,ara,TRUE,superadmin,now() +1124,Template for Email Acknowledgement,Template for Email Acknowledgement,txt,velocity,"Dear $name, +Your $ApplicationDetails application is completed successfully on $Date at $Time. +Your application id is $ApplicationId. +Appointment is scheduled for $Appointmentdate at $Appointmenttime +in Registration Center $RegistrationCenterName at Registration Center Address +$RegistrationCenterAddress.",10001,Pre-Registration,Email-Acknowledgement,eng,TRUE,superadmin,now() +1125,Template for Onscreen Acknowledgment,Template for Onscreen Acknowledgment,txt,velocity,1. Guideline 1 2. Guideline 2 3. Guideline 3 4. Guideline 4 5. Guideline 5 6. Guideline 6 7. Guideline 7 8. Guideline 8 9. Guideline 9 10. Guideline 10,10001,Pre-Registration,Onscreen-Acknowledgement,eng,TRUE,superadmin,now() +1126,Template for OTP Email Content,Template for OTP Email Content,txt,velocity,"Dear $name, TP for Pre-Registration $PRID is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs)",10001,Pre-Registration,otp-email-content-template,eng,TRUE,superadmin,now() +1127,Template for OTP Email Subject,Template for OTP Email Subject,txt,velocity,Pre-Registration $PRID: OTP Request,10001,Pre-Registration,otp-email-subject-template,eng,TRUE,superadmin,now() +1128,Template for OTP SMS,Template for OTP SMS,txt,velocity,OTP for Pre-Registration $PRID is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs),10001,Pre-Registration,otp-sms-template,eng,TRUE,superadmin,now() +1129,Template for SMS Acknowledgement,Template for SMS Acknowledgement,txt,velocity,Your Pre-Registration for UIN is Completed Successfully on $Date at $Time. Your ID is #$PRID. Appointment is scheduled for $Appointmentdate at $Appointmenttime. you will also receive the details on your registered email address,10001,Pre-Registration,SMS-Acknowledgement,eng,TRUE,superadmin,now() +1124,Template for email confirmation,Template for email confirmation,txt,velocity,"Cher $name, +Votre application $ApplicationDetails est terminée avec succès le $Date à $Time. +Votre identifiant d'application est $ApplicationId. +Le rendez-vous est prévu pour $Appointmentdate à $Appointmenttime +dans le centre d'enregistrement $RegistrationCenterName à l'adresse du centre d'enregistrement +$RegistrationCenterAddress.",10001,Pré-inscription,Email-Acknowledgement,fra,TRUE,superadmin,now() +1125,On-screen recognition template,On-screen recognition template,txt,velocity,1. Ligne directrice 1 2. Ligne directrice 2 3. Ligne directrice 3 4. Ligne directrice 4 5. Ligne directrice 5 6. Ligne directrice 6 7. Ligne directrice 7 8. Ligne directrice 8 9. Ligne directrice 9 10. Ligne directrice 10,10001,Pré-inscription,Onscreen-Acknowledgement,fra,TRUE,superadmin,now() +1126,OTP Email Content Template,OTP Email Content Template,txt,velocity,"Cher $name, OTP pour Pre-Registration $PRID est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs)",10001,Pré-inscription,otp-email-content-template,fra,TRUE,superadmin,now() +1127,Template for OTP email subject,Template for OTP email subject,txt,velocity,Pre-Registration $PRID: Requête OTP,10001,Pré-inscription,otp-email-subject-template,fra,TRUE,superadmin,now() +1128,Template for OTP SMS,Template for OTP SMS,txt,velocity,OTP pour Pre-Registration $PRID est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs),10001,Pré-inscription,otp-sms-template,fra,TRUE,superadmin,now() +1129,Template for SMS Acknowledgment,Template for SMS Acknowledgment,txt,velocity,Votre pré-inscription pour UIN est terminée avec succès sur $Date à $Time. Votre ID est # $PRID. Le rendez-vous est prévu pour $Appointmentdate à $Appointmenttime. vous recevrez également les détails sur votre adresse email enregistrée,10001,Pré-inscription,SMS-Acknowledgement,fra,TRUE,superadmin,now() +1124,نموذج للإقرار بالبريد الإلكتروني,نموذج للإقرار بالبريد الإلكتروني,txt,velocity,"عزيزي $name، +اكتمل تطبيقك $ApplicationDetails بنجاح في $Date في $Time. +معرف التطبيق الخاص بك هو $ApplicationId. +تمت جدولة الموعد لـ $Appointmentdate بالدولار $Appointmenttime +في مركز التسجيل $RegistrationCenterName في عنوان مركز التسجيل +$RegistrationCenterAddress.",10001,التسجيل المسبق,Email-Acknowledgement,ara,TRUE,superadmin,now() +1125,نموذج للإقرار الظاهر على الشاشة,نموذج للإقرار الظاهر على الشاشة,txt,velocity,1 - المبدأ 1 2 - المبدأ 2 3 - المبدأ 3 - 4 - التوجيه 4 - 5 - 6 - التوجيه 6 - 7 - 8 - - 9 - - - 10 - - 10 - المبدأ التوجيهي 10,10001,التسجيل المسبق,Onscreen-Acknowledgement,ara,TRUE,superadmin,now() +1126,نموذج لمحتوى البريد الإلكتروني OTP,نموذج لمحتوى البريد الإلكتروني OTP,txt,velocity,عزيزي $ name ، TP للتسجيل المسبق $ PRID هو $ otp وهو صالح لمدة $ validTime دقيقة. (تم إنشاؤه في $ date في $ time Hrs),10001,التسجيل المسبق,otp-email-content-template,ara,TRUE,superadmin,now() +1127,نموذج لموضوع البريد الإلكتروني لمرة واحدة,نموذج لموضوع البريد الإلكتروني لمرة واحدة,txt,velocity,التسجيل المسبق $ PRID: طلب OTP,10001,التسجيل المسبق,otp-email-subject-template,ara,TRUE,superadmin,now() +1128,نموذج لإقرار SMS,نموذج لـ OTP SMS,txt,velocity,OTP للتسجيل المسبق $ PRID هو $ otp وهو صالح لمدة $ validTime minutes. (تم إنشاؤه في $ date في $ time Hrs),10001,التسجيل المسبق,otp-sms-template,ara,TRUE,superadmin,now() +1129,نموذج لإقرار SMS,نموذج لإقرار SMS,txt,velocity,اكتمل تسجيلك المسبق لـ UIN بنجاح في $ Date في $ Time. المعرف الخاص بك هو # $ PRID. تمت جدولة الموعد لـ Appointmentdate في موعده بالدولار. ستتلقى أيضًا التفاصيل على عنوان بريدك الإلكتروني المسجل,10001,التسجيل المسبق,SMS-Acknowledgement,ara,TRUE,superadmin,now() +1130,Template for email subject of Acknowledgement,Template for email subject of Acknowledgement,txt,velocity,Acknowledgement: $ApplicationDetails | Application ID: $ApplicationId,10001,Pre-Registration,Acknowledgement-email-subject,eng,TRUE,superadmin,now() +1131,UIN card template,UIN card template,html,velocity," UIN Card
 
Logo
#if($isPhotoSet) #end
$!UIN
$!fullName_eng
$!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

For any issues please contact us at

Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,Registration Processor,RPR_UIN_CARD_TEMPLATE,eng,TRUE,superadmin,now() +1131,Modèle de carte UIN,Modèle de carte UIN,html,velocity," UIN Card
 
Logo
#if($isPhotoSet) #end
$!UIN
$!fullName_fra
$!fullName_ara
$!dateOfBirth
$!gender_fra    $!gender_ara
$!addressLine1_fra, $!addressLine2_fra, $!addressLine3_fra, $!region_fra, $!province_fra, $!city_fra, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

Pour toute question s'il vous plaît contactez-nous au

Inscription Processor, Hanging Gardens, Global Village Parc technologique, Mysore Rd, RVCE, Bangalore, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,Processeur dinscription,RPR_UIN_CARD_TEMPLATE,fra,TRUE,superadmin,now() +1131,قالب بطاقة UIN,قالب بطاقة UIN,html,velocity," UIN Card
 
Logo
#if($isPhotoSet) #end
$!UIN
$!fullName_eng
$!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

For any issues please contact us at

Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,معالج التسجيل,RPR_UIN_CARD_TEMPLATE,ara,TRUE,superadmin,now() +1132,Template for UIN Deactivation SMS,Template for UIN Deactivation SMS,txt,velocity,"Dear $!name_eng, Your UIN has been de-activated. If you have any concerns please visit the nearest Registration Center.",10003,Registration Processor,RPR_UIN_DEAC_SMS,eng,TRUE,superadmin,now() +1132,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre UIN a été désactivé. Si vous avez des intérêts, veuillez vous rendre au centre d’enregistrement le plus proche.",10003,Processeur dinscription,RPR_UIN_DEAC_SMS,fra,TRUE,superadmin,now() +1132,نموذج SMS لتعطيل UIN,نموذج SMS لتعطيل UIN,txt,velocity,عزيزي $! name_eng ، لقد تم إلغاء تنشيط UIN الخاص بك. إذا كان لديك أي مصالح ، يرجى زيارة أقرب مركز تسجيل.,10003,معالج التسجيل,RPR_UIN_DEAC_SMS,ara,TRUE,superadmin,now() +1133,Template for UIN Deactivation Email,Template for UIN Deactivation Email,txt,velocity,"Dear $!name_eng, Your UIN has been de-activated. If you have any conserns please visit the nearest Registration Center. Thank You",10003,Registration Processor,RPR_UIN_DEAC_EMAIL,eng,TRUE,superadmin,now() +1133,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre UIN a été désactivé. Si vous avez des intérêts, veuillez vous rendre au centre d’enregistrement le plus proche. Merci",10003,Processeur dinscription,RPR_UIN_DEAC_EMAIL,fra,TRUE,superadmin,now() +1133,نموذج للبريد الإلكتروني لإلغاء تنشيط UIN,نموذج للبريد الإلكتروني لإلغاء تنشيط UIN,txt,velocity,عزيزي $! name_eng ، لقد تم إلغاء تنشيط UIN الخاص بك. إذا كان لديك أي مصالح ، يرجى زيارة أقرب مركز تسجيل. شكرا لكم,10003,معالج التسجيل,RPR_UIN_DEAC_EMAIL,ara,TRUE,superadmin,now() +1134,Template for UIN Reactivate SMS,Template for UIN Reactivate SMS,txt,velocity,"Dear $!name_eng, Your UIN has been re-activated. If you have any conserns please visit the nearest Registration Center.",10003,Registration Processor,RPR_UIN_REAC_SMS,eng,TRUE,superadmin,now() +1134,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre UIN a été réactivé. Si vous avez des intérêts, veuillez vous rendre au centre d’enregistrement le plus proche.",10003,Processeur dinscription,RPR_UIN_REAC_SMS,fra,TRUE,superadmin,now() +1135,Template for UIN Reactivate Email,Template for UIN Reactivate Email,txt,velocity,"Dear $!name_eng, Your UIN has been re-activated. If you have any conserns please visit the nearest Registration Center. Thank You",10003,Registration Processor,RPR_UIN_REAC_EMAIL,eng,TRUE,superadmin,now() +1135,Modèle pour courrier électronique de problème technique,Modèle pour courrier électronique de problème technique,txt,velocity,"Cher $!name_fra, Votre UIN a été réactivé. Si vous avez des intérêts, veuillez vous rendre au centre d’enregistrement le plus proche. Merci",10003,Processeur dinscription,RPR_UIN_REAC_EMAIL,fra,TRUE,superadmin,now() +1135,نموذج UIN إعادة تنشيط البريد الإلكتروني,نموذج UIN إعادة تنشيط البريد الإلكتروني,txt,velocity,عزيزي $! name_eng ، تمت إعادة تنشيط UIN الخاص بك. إذا كان لديك أي مصالح ، يرجى زيارة أقرب مركز تسجيل. شكرا لكم,10003,معالج التسجيل,RPR_UIN_REAC_EMAIL,ara,TRUE,superadmin,now() +1136,Acknowledgement SMS Template,Registration Acknowledgement Template,txt,velocity,"Dear ${FULLNAME}, Thank you for registering with Digital Identity platform . Your registration id is ${RID}. The demographic details are as follows: 1. Date: ${Date} 2. Full Name: ${FULLNAME} 3. Date of Birth: ${DOB} 4. Gender: ${GENDER} 5. Address Line 1: ${ADDRESSLINE1} 6. Address Line 2: ${ADDRESSLINE2} 7. Address Line 3: ${ADDRESSLINE3} 8. Region: ${REGION} 9. City: ${CITY} 10. Province: ${PROVINCE} 11. Postal Code: ${POSTALCODE} 12. Mobile Number: ${PHONE} 13. Email: ${EMAIL}",10005,Registration,reg-sms-notification,eng,TRUE,superadmin,now() +1136,Modèle SMS de reconnaissance,Modèle de confirmation dinscription,txt,velocity,"Cher ${FULLNAME}, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est ${RID} . Les détails démographiques sont les suivants: 1. Date : ${Date} 2. Nom complet: ${FULLNAME} 3. Date de naissance: ${DOB} 4. Sexe: ${GENDER} 5. Adresse ligne 1: ${ADDRESSLINE1} 6. Adresse Ligne 2: ${ADDRESSLINE2} 7. Adresse ligne 3: ${ADDRESSLINE3} 8. Région: ${REGION} 9. Ville: ${CITY} 10. Province: ${PROVINCE} 11. Code postal: ${POSTALCODE} 12. Numéro de mobile: ${PHONE} 13. Email: ${EMAIL}",10005,Inscription,reg-sms-notification,fra,TRUE,superadmin,now() +1136,قالب رسالة شكر وتقدير,قالب رسالة شكر وتقدير,txt,velocity,عزيزي $ {FULLNAME} ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ {RID} . التفاصيل الديموغرافية كالتالي: 1. التاريخ: $ {Date} 2. الاسم الكامل: $ {FULLNAME} 3. تاريخ الميلاد: $ {DOB} 4. الجنس: $ {GENDER} 5. سطر العنوان 1: $ { ADDRESSLINE1} 6. سطر العنوان 2: $ {ADDRESSLINE2} 7. سطر العنوان 3: $ {ADDRESSLINE3} 8. المنطقة: $ {REGION} 9. المدينة: $ {CITY} 10. المقاطعة: $ {PROVINCE} 11. الرمز البريدي : $ {POSTALCODE} 12. رقم الهاتف المحمول: $ {PHONE} 13. البريد الإلكتروني: $ {EMAIL},10005,تسجيل,reg-sms-notification,ara,TRUE,superadmin,now() +1137,Acknowledgement Email Template,Registration Acknowledgement Template,txt,velocity,"Dear ${FULLNAME}, Thank you for registering with Digital Identity platform . Your registration id is ${RID}. The demographic details are as follows: 1. Date: ${Date} 2. Full Name: ${FULLNAME} 3. Date of Birth: ${DOB} 4. Gender: ${GENDER} 5. Address Line 1: ${ADDRESSLINE1} 6. Address Line 2: ${ADDRESSLINE2} 7. Address Line 3: ${ADDRESSLINE3} 8. Region: ${REGION} 9. City: ${CITY} 10. Province: ${PROVINCE} 11. Postal Code: ${POSTALCODE} 12. Mobile Number: ${PHONE} 13. Email: ${EMAIL}",10005,Registration,reg-email-notification,eng,TRUE,superadmin,now() +1137,Modèle de courrier électronique daccusé de réception,Modèle de confirmation d inscription,txt,velocity,"Cher ${FULLNAME}, Merci de vous être inscrit sur la plateforme d'identité numérique. Votre identifiant d'enregistrement est ${RID} . Les détails démographiques sont les suivants: 1. Date : ${Date} 2. Nom complet: ${FULLNAME} 3. Date de naissance: ${DOB} 4. Sexe: ${GENDER} 5. Adresse ligne 1: ${ADDRESSLINE1} 6. Adresse Ligne 2: ${ADDRESSLINE2} 7. Adresse ligne 3: ${ADDRESSLINE3} 8. Région: ${REGION} 9. Ville: ${CITY} 10. Province: ${PROVINCE} 11. Code postal: ${POSTALCODE} 12. Numéro de mobile: ${PHONE} 13. Email: ${EMAIL}",10005,Inscription,reg-email-notification,fra,TRUE,superadmin,now() +1137,قالب البريد الإلكتروني للإقرار,نموذج إقرار التسجيل,txt,velocity,عزيزي $ {FULLNAME} ، شكرًا لك على التسجيل في منصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ {RID} . التفاصيل الديموغرافية كالتالي: 1. التاريخ: $ {Date} 2. الاسم الكامل: $ {FULLNAME} 3. تاريخ الميلاد: $ {DOB} 4. الجنس: $ {GENDER} 5. سطر العنوان 1: $ { ADDRESSLINE1} 6. سطر العنوان 2: $ {ADDRESSLINE2} 7. سطر العنوان 3: $ {ADDRESSLINE3} 8. المنطقة: $ {REGION} 9. المدينة: $ {CITY} 10. المقاطعة: $ {PROVINCE} 11. الرمز البريدي : $ {POSTALCODE} 12. رقم الهاتف المحمول: $ {PHONE} 13. البريد الإلكتروني: $ {EMAIL},10005,تسجيل,reg-email-notification,ara,TRUE,superadmin,now() +preregistration,otp service,OTP Send Service,txt,velocity,Please find the OTP $otp,10001,Pre-Registration,otp-sms-template,eng,TRUE,superadmin,now() +ida,otp service,OTP Send Service,txt,velocity,Please find the OTP $otp,10008,login,otp-sms-template,eng,TRUE,superadmin,now() +registrationprocessor,otp service,OTP Send Service,txt,velocity,Please find the OTP $!otp,10003,login,otp-sms-template,eng,TRUE,superadmin,now() +registrationclient,otp service,OTP Send Service,txt,velocity,Please find the OTP $otp,10004,ID Authentication,otp-sms-template,eng,TRUE,superadmin,now() +1142,auth otp service,auth otp service for sending otp,txt,velocity,Please find the otp $otp,10001,Pre-Registration,auth-otp-sms-template,eng,TRUE,superadmin,now() +1142,auth otp service,auth otp service for sending otp,txt,velocity,Please find the otp $otp,10001,Pré-inscription,auth-otp-sms-template,fra,TRUE,superadmin,now() +1142,خدمة المصادقة otp,خدمة auth otp لإرسال otp,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10001,التسجيل المسبق,auth-otp-sms-template,ara,TRUE,superadmin,now() +1143,auth otp email service subject,auth otp email service subject,txt,velocity,Otp message,10001,Pre-Registration,auth-otp-email-subject-template,eng,TRUE,superadmin,now() +1143,auth otp email service subject,auth otp email service subject,txt,velocity,Otp message,10001,Pré-inscription,auth-otp-email-subject-template,fra,TRUE,superadmin,now() +1179,VID Revocation Success Email Subject,VID Revocation Success Email Subject,txt,velocity,Successful Revocation of VID,10006,Resident Services,RS_VIN_REV_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1143,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,رسالة OTP,10001,التسجيل المسبق,auth-otp-email-subject-template,ara,TRUE,superadmin,now() +1144,auth otp email service subject,auth otp email service subject,txt,velocity,Please find the otp $otp,10001,Pre-Registration,auth-otp-email-content-template,eng,TRUE,superadmin,now() +1144,auth otp email service subject,auth otp email service subject,txt,velocity,Please find the otp $otp,10001,Pré-inscription,auth-otp-email-content-template,fra,TRUE,superadmin,now() +1144,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10001,التسجيل المسبق,auth-otp-email-content-template,ara,TRUE,superadmin,now() +1145,Service d'authentification OTP,auth otp service for sending otp,txt,velocity,Sil vous plaît trouver le otp $otp,10008,Client description,auth-otp-sms-template,fra,TRUE,superadmin,now() +1145,auth otp service,auth otp service for sending otp,txt,velocity,Please find the otp $otp,10008,Registration Client,auth-otp-sms-template,eng,TRUE,superadmin,now() +1145,خدمة المصادقة otp,خدمة auth otp لإرسال otp,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10008,عميل التسجيل,auth-otp-sms-template,ara,TRUE,superadmin,now() +1146,auth otp email service subject,auth otp email service subject,txt,velocity,Message Otp,10008,Client dinscription,auth-otp-email-subject-template,fra,TRUE,superadmin,now() +1146,auth otp email service subject,auth otp email service subject,txt,velocity,Otp message,10008,Registration Client,auth-otp-email-subject-template,eng,TRUE,superadmin,now() +1146,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,رسالة OTP,10008,عميل التسجيل,auth-otp-email-subject-template,ara,TRUE,superadmin,now() +1147,auth otp email service subject,auth otp email service subject,txt,velocity,Please find the otp $otp,10008,Registration Client,auth-otp-email-content-template,eng,TRUE,superadmin,now() +1147,auth otp email service subject,auth otp email service subject,txt,velocity,Sil vous plaît trouver le otp $otp,10008,Client dinscription,auth-otp-email-content-template,fra,TRUE,superadmin,now() +1147,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10008,عميل التسجيل,auth-otp-email-content-template,ara,TRUE,superadmin,now() +1148,auth otp service,auth otp service for sending otp,txt,velocity,Sil vous plaît trouver le otp $otp,10004,Authentification ID,auth-otp-sms-template,fra,TRUE,superadmin,now() +1148,auth otp service,auth otp service for sending otp,txt,velocity,Please find the otp $otp,10004,ID Authentication,auth-otp-sms-template,eng,TRUE,superadmin,now() +1148,خدمة المصادقة otp,خدمة auth otp لإرسال otp,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10004,مصادقة الهوية,auth-otp-sms-template,ara,TRUE,superadmin,now() +1149,auth otp email service subject,auth otp email service subject,txt,velocity,Message Otp,10004,Authentification ID,auth-otp-email-subject-template,fra,TRUE,superadmin,now() +1149,auth otp email service subject,auth otp email service subject,txt,velocity,Otp message,10004,ID Authentication,auth-otp-email-subject-template,eng,TRUE,superadmin,now() +1149,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,رسالة OTP,10004,مصادقة الهوية,auth-otp-email-subject-template,ara,TRUE,superadmin,now() +1150,auth otp email service subject,auth otp email service subject,txt,velocity,Please find the otp $otp,10004,ID Authentication,auth-otp-email-content-template,eng,TRUE,superadmin,now() +1150,auth otp email service subject,auth otp email service subject,txt,velocity,Sil vous plaît trouver le otp $otp,10004,Authentification ID,auth-otp-email-content-template,fra,TRUE,superadmin,now() +1150,المصادقة موضوع خدمة البريد الإلكتروني,المصادقة موضوع خدمة البريد الإلكتروني,txt,velocity,من فضلك ابحث عن ملف otp $ otp,10004,مصادقة الهوية,auth-otp-email-content-template,ara,TRUE,superadmin,now() +1151,Template for Email Content,Template for Email Content,txt,velocity,Dear $name OTP for $idvidType $idvid is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs),10004,ID Authentication,ida-auth-otp-email-content-template,eng,TRUE,superadmin,now() +1151,Modèle de contenu de courrier électronique,Modèle de contenu de courrier électronique,txt,velocity,"Cher $name, OTP pour $idvidType $idvid est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs)",10004,Authentification ID,ida-auth-otp-email-content-template,fra,TRUE,superadmin,now() +1151,نموذج لمحتوى البريد الإلكتروني,نموذج لمحتوى البريد الإلكتروني,txt,velocity,عزيزي $ name OTP لـ $ idvidType $ idvid هو $ otp وهو صالح لـ $ validTime دقيقة. (تم إنشاؤه في $ date في $ time Hrs),10004,مصادقة الهوية,ida-auth-otp-email-content-template,ara,TRUE,superadmin,now() +1152,Template for Email Subject,Template for Email Subject,txt,velocity,$idvidType $idvid: OTP Request,10004,ID Authentication,ida-auth-otp-email-subject-template,eng,TRUE,superadmin,now() +1152,Modèle pour sujet demail,Modèle pour sujet demail,txt,velocity,$idvidType $idvid: Requête OTP,10004,Authentification ID,ida-auth-otp-email-subject-template,fra,TRUE,superadmin,now() +1152,نموذج لموضوع البريد الإلكتروني,نموذج لموضوع البريد الإلكتروني,txt,velocity,$ idvidType $ idvid: طلب OTP,10004,مصادقة الهوية,ida-auth-otp-email-subject-template,ara,TRUE,superadmin,now() +1153,Template for OTP in SMS,Template for OTP in SMS,txt,velocity,OTP for $idvidType $idvid is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs),10004,ID Authentication,ida-auth-otp-sms-template,eng,TRUE,superadmin,now() +1153,Modèle pour OTP dans SMS,Modèle pour OTP dans SMS,txt,velocity,OTP pour $idvidType $idvid est $otp et est valide pour $validTime minutes. (Généré le $date à $time Hrs),10004,Authentification ID,ida-auth-otp-sms-template,fra,TRUE,superadmin,now() +1153,نموذج لـ OTP في الرسائل القصيرة,نموذج لـ OTP في الرسائل القصيرة,txt,velocity,OTP لـ $ idvidType $ idvid هو $ otp وهو صالح لمدة $ validTime دقيقة. (تم إنشاؤه في $ date في $ time Hrs),10004,مصادقة الهوية,ida-auth-otp-sms-template,ara,TRUE,superadmin,now() +1154,Consent,Consent,txt,velocity,"I understand that the data collected about me during pre-registration by the said authority includes my - • Name • Date of birth • Gender • Address • Contact details • Documents I also understand that this information will be stored and processed for the purpose of verifying my identity in order to access various services, or to comply with a legal obligation. I give my consent for the collection of this data for this purpose.",10001,Pre-Registration,consent,eng,TRUE,superadmin,now() +1154,Consentement,Consentement,txt,velocity,"Je comprends que les données recueillies à mon sujet lors de la pré-enregistrèrent par ladite autorité comprennent mon - • nom • Date de naissance • genre • adresse • coordonnées • Documents Je comprends également que ces informations seront stockées et traitées dans le but de vérifier mon identité afin d'accéder à divers services, ou de se conformer à une obligation légale. Je donne mon consentement pour la collecte de ces données à cette fin.",10001,Pré-inscription,consent,fra,TRUE,superadmin,now() +1154,موافقة,موافقة,txt,velocity,أفهم أن البيانات التي تم جمعها عني أثناء التسجيل المسبق من قبل السلطة المذكورة تشمل - • الاسم • تاريخ الميلاد • الجنس • العنوان • تفاصيل الاتصال • المستندات أفهم أيضًا أنه سيتم تخزين هذه المعلومات ومعالجتها لغرض التحقق هويتي من أجل الوصول إلى خدمات مختلفة ، أو الامتثال لالتزام قانوني. أوافق على جمع هذه البيانات لهذا الغرض.,10001,التسجيل المسبق,consent,ara,TRUE,superadmin,now() +1155,Acknowledgement Email Template,Registration Acknowledgement Template,txt,velocity,"Dear ${ResidentName}, Thank you for updating your details with Digital Identity platform. Your registration id is ${RID}.",10005,Registration,updateUIN-email-notification,eng,TRUE,superadmin,now() +1155,Modèle d'email de reconnaissance,Modèle de confirmation d'inscription,txt,velocity,"Dear ${ResidentName}, Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'inscription est ${RID}.",10005,Inscription,updateUIN-email-notification,fra,TRUE,superadmin,now() +1155,قالب البريد الإلكتروني للإقرار,قالب البريد الإلكتروني للإقرار,txt,velocity,عزيزي $ {ResidentName} ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ {RID}.,10005,تسجيل,updateUIN-email-notification,ara,TRUE,superadmin,now() +1156,Acknowledgement SMS Template,Registration Acknowledgement Template,txt,velocity,"Dear ${ResidentName}, Thank you for updating your details with Digital Identity platform. Your registration id is ${RID}.",10005,Registration,updateUIN-sms-notification,eng,TRUE,superadmin,now() +1156,Modèle de SMS de reconnaissance,Modèle de confirmation d'inscription,txt,velocity,"Dear ${ResidentName}, Merci de mettre à jour vos coordonnées avec la plateforme d’identité numérique. Votre identifiant d'inscription est ${RID}.",10005,Inscription,updateUIN-sms-notification,fra,TRUE,superadmin,now() +1156,قالب رسالة شكر وتقدير,قالب رسالة شكر وتقدير,txt,velocity,عزيزي $ {ResidentName} ، شكرًا لك على تحديث بياناتك بمنصة الهوية الرقمية. معرف التسجيل الخاص بك هو $ {RID}.,10005,تسجيل,updateUIN-sms-notification,ara,TRUE,superadmin,now() +1157,Acknowledgement Email Template,Registration Acknowledgement Template,txt,velocity,"Dear user, Thank you for your request to retrieve your lost UIN. Your registration id for this request is ${RID}.",10005,Registration,lostUIN-email-notification,eng,TRUE,superadmin,now() +1157,Modèle d'email de reconnaissance,Modèle de confirmation d'inscription,txt,velocity,"Cher utilisateur, Merci pour votre demande de récupération de votre UIN perdu. Votre identifiant d'enregistrement pour cette demande est ${RID}.",10005,Inscription,lostUIN-email-notification,fra,TRUE,superadmin,now() +1157,قالب البريد الإلكتروني للإقرار,نموذج إقرار التسجيل,txt,velocity,عزيزي المستخدم ، شكرًا لك على طلبك لاسترداد رقم التعريف الشخصي المفقود. معرف التسجيل الخاص بك لهذا الطلب هو $ {RID}.,10005,تسجيل,lostUIN-email-notification,ara,TRUE,superadmin,now() +1158,Acknowledgement SMS Template,Registration Acknowledgement Template,txt,velocity,"Dear user, Thank you for your request to retrieve your lost UIN. Your registration id for this request is ${RID}.",10005,Registration,lostUIN-sms-notification,eng,TRUE,superadmin,now() +1158,Modèle de SMS de reconnaissance,Modèle de confirmation d'inscription,txt,velocity,"Cher utilisateur, Merci pour votre demande de récupération de votre UIN perdu. Votre identifiant d'enregistrement pour cette demande est ${RID}.",10005,Inscription,lostUIN-sms-notification,fra,TRUE,superadmin,now() +1158,قالب رسالة شكر وتقدير,نموذج إقرار التسجيل,txt,velocity,عزيزي المستخدم ، شكرًا لك على طلبك لاسترداد رقم التعريف الشخصي المفقود. معرف التسجيل الخاص بك لهذا الطلب هو $ {RID}.,10005,تسجيل,lostUIN-sms-notification,ara,TRUE,superadmin,now() +1159,Template for Cancel Appointment,Template for Cancel Appointment,txt,velocity,"Dear $name, +Please note that your $ApplicationDetails appointment against Application ID $ApplicationId and appointment date $Appointmentdate and time $Appointmenttime, has been cancelled. +Request you to log in to the portal and re-book another slot for $ApplicationDetails. +Thank you.",10001,Pre-Registration,cancel-appointment,eng,TRUE,superadmin,now() +1159,Modèle pour annuler un rendez-vous,Modèle pour annuler un rendez-vous,txt,velocity,"Cher $name, +Veuillez noter que votre rendez-vous $ApplicationDetails avec l'ID d'application $ApplicationId et la date de rendez-vous $Appointmentdate et l'heure $Appointmenttime a été annulé. +Vous demander de vous connecter au portail et de réserver à nouveau un autre créneau pour $ApplicationDetails. +Merci.",10001,Pré-inscription,cancel-appointment,fra,TRUE,superadmin,now() +1170,Succès du verrouillage des types d'authentification,Succès du verrouillage des types d'authentification,txt,velocity,Le ou les types AUTH ont été verrouillés avec succès,10006,Resident Services,RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1159,نموذج لإلغاء الموعد,نموذج لإلغاء الموعد,txt,velocity,"عزيزي $name، +يرجى ملاحظة أنه تم إلغاء موعد $ApplicationDetails الخاص بك مقابل معرّف التطبيق $ApplicationId وتاريخ الموعد $Appointmentdate و زمن $Appointmenttime. +اطلب منك تسجيل الدخول إلى البوابة الإلكترونية وإعادة حجز مكان آخر لـ $ApplicationDetails. +شكرًا لك.",10001,التسجيل المسبق,cancel-appointment,ara,TRUE,superadmin,now() +1160,Lost UIN Notification SMS,Lost UIN Notification SMS,txt,velocity,"Dear $name_eng, Your UIN is Found. You will receive your UIN Card soon at your Postal Address.",10003,Registration Processor,RPR_LOST_UIN_SMS,eng,TRUE,superadmin,now() +1160,SMS de notification UIN perdu,SMS de notification UIN perdu,txt,velocity,"Cher $!name_fr+F180a, Votre UIN est trouvé. Vous recevrez bientôt votre carte UIN à votre adresse postale.",10003,Processeur dinscription,RPR_LOST_UIN_SMS,fra,TRUE,superadmin,now() +1160,رسائل إعلام UIN المفقودة,رسائل إعلام UIN المفقودة,txt,velocity,عزيزي $ name_eng ، تم العثور على رقم التعريف الشخصي الخاص بك. ستتلقى بطاقة UIN الخاصة بك قريبًا على العنوان البريدي الخاص بك.,10003,معالج التسجيل,RPR_LOST_UIN_SMS,ara,TRUE,superadmin,now() +1161,Lost UIN Notification Email,Lost UIN Notification Email,txt,velocity,"Dear $name_eng, Your UIN is Found. You will receive your UIN Card soon at your Postal Address. Thank You",10003,Registration Processor,RPR_LOST_UIN_EMAIL,eng,TRUE,superadmin,now() +1161,Email de notification UIN perdu,Email de notification UIN perdu,txt,velocity,"Cher $!name_fra, Votre UIN est trouvé. Vous recevrez bientôt votre carte UIN à votre adresse postale. Merci",10003,Processeur dinscription,RPR_LOST_UIN_EMAIL,fra,TRUE,superadmin,now() +1161,البريد الإلكتروني لإشعار UIN المفقود,البريد الإلكتروني لإشعار UIN المفقود,txt,velocity,عزيزي $ name_eng ، تم العثور على رقم التعريف الشخصي الخاص بك. ستتلقى بطاقة UIN الخاصة بك قريبًا على العنوان البريدي الخاص بك. شكرا لكم,10003,معالج التسجيل,RPR_LOST_UIN_EMAIL,ara,TRUE,superadmin,now() +1162,Masked UIN card template,Masked UIN card template,txt,velocity," Masked UIN Card
 
Logo
$!UIN
$!VID
$!fullName_eng
$!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

For any issues please contact us at

Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,Registration Processor,RPR_MASKED_UIN_CARD_TEMPLATE,eng,TRUE,superadmin,now() +1162,Modèle de carte Masked UIN,Modèle de carte Masked UIN,txt,velocity," Masked UIN Card
 
Logo
$!UIN
$!VID
$!fullName_fra
$!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

Pour toute question s'il vous plaît contactez-nous au

Inscription Processor, Hanging Gardens, Global Village Parc technologique, Mysore Rd, RVCE, Bangalore, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,Processeur dinscription,RPR_MASKED_UIN_CARD_TEMPLATE,fra,TRUE,superadmin,now() +1169,Successful Locking of Auth Types Email,Successful Locking of Auth Types Email,txt,velocity,"Hi $fullName_eng, Your requested AUTH type(s) have been locked successfully. Thank You!",10006,Resident Services,RS_LOCK_AUTH_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1169,Verrouillage réussi des e-mails des types d'authentification,Verrouillage réussi des e-mails des types d'authentification,txt,velocity,"Bonjour $fullName_fra, Le ou les types AUTH que vous avez demandés ont été verrouillés avec succès. Merci!",10006,Resident Services,RS_LOCK_AUTH_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1169,القفل الناجح لأنواع البريد الإلكتروني للمصادقة,القفل الناجح لأنواع البريد الإلكتروني للمصادقة,txt,velocity,مرحبًا $ fullName_eng ، تم تأمين نوع (أنواع) AUTH المطلوبة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_LOCK_AUTH_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1170,Successful Locking of Auth Types Email Subject,Successful Locking of Auth Types Email Subject,txt,velocity,Successfully Locked the AUTH Type(s),10006,Resident Services,RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1170,قفل ناجح لأنواع المصادقة موضوع البريد الإلكتروني,قفل ناجح لأنواع المصادقة موضوع البريد الإلكتروني,txt,velocity,تم تأمين نوع (أنواع) AUTH بنجاح,10006,خدمات المقيمين,RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1278,UIN généré,UIN généré,txt,velocity,UIN généré,10003,Registration Processor,RPR_UIN_GEN_EMAIL_SUB,fra,TRUE,superadmin,now() +1162,قالب بطاقة UIN المقنع,قالب بطاقة UIN المقنع,txt,velocity," Masked UIN Card
 
Logo
$!UIN
$!VID
$!fullName_eng
$!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 

For any issues please contact us at

Registration Proccessor,Hanging Gardens,Global Village Tech Park, Mysore Rd,RVCE,Bengaluru, Karnataka 560059

لأية مشاكل يرجى الاتصال بنا على
التسجيل المعالج، الحدائق المعلقة ، القرية العالمية Tech Park, Mysore Rd,RVCE 560059 بنغالورو، كارناتاكا

",10003,معالج التسجيل,RPR_MASKED_UIN_CARD_TEMPLATE,ara,TRUE,superadmin,now() +1163,Authentication History Request Success Email,Authentication History Request Success Email,txt,velocity,"Hi $fullName_eng, Your Request for Authentication History has been processed successfully. Thank You!",10006,Resident Services,RS_AUTH_HIST_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1163,E-mail de réussite de la demande d'historique d'authentification,E-mail de réussite de la demande d'historique d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre demande d'historique d'authentification a été traitée avec succès. Merci!",10006,Resident Services,RS_AUTH_HIST_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1163,سجل المصادقة طلب البريد الإلكتروني بنجاح,سجل المصادقة طلب البريد الإلكتروني بنجاح,txt,velocity,مرحبًا $ fullName_eng ، تمت معالجة طلبك الخاص بسجل المصادقة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_AUTH_HIST_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1164,Authentication History Request Success SMS,Authentication History Request Success SMS,txt,velocity,"Hi $fullName_eng, Your Request for Authentication History has been processed successfully. Thank You!",10006,Resident Services,RS_AUTH_HIST_SUCCESS_SMS,eng,TRUE,superadmin,now() +1164,Historique de l'authentification des services résidents SMS de transcation,SMS de réussite de la demande d'historique d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre demande d'historique d'authentification a été traitée avec succès. Merci!",10006,Resident Services,RS_AUTH_HIST_SUCCESS_SMS,fra,TRUE,superadmin,now() +1164,تاريخ المصادقة طلب نجاح SMS,تاريخ المصادقة طلب نجاح SMS,txt,velocity,مرحبًا $ fullName_eng ، تمت معالجة طلبك الخاص بسجل المصادقة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_AUTH_HIST_SUCCESS_SMS,ara,TRUE,superadmin,now() +1165,Authentication History Request Success EMAIL Subject,Authentication History Request Success EMAIL Subject,txt,velocity,Authentication History Request Success,10006,Resident Services,RS_AUTH_HIST_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1165,Succès EMAIL de la demande d'historique d'authentification,Succès EMAIL de la demande d'historique d'authentification,txt,velocity,Demande d'historique d'authentification,10006,Resident Services,RS_AUTH_HIST_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1165,تاريخ المصادقة طلب نجاح EMAIL الموضوع,تاريخ المصادقة طلب نجاح EMAIL الموضوع,txt,velocity,نجاح طلب محفوظات المصادقة,10006,خدمات المقيمين,RS_AUTH_HIST_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1166,Successful Download of e-UIN Email,Successful Download of e-UIN Email,txt,velocity,"Hi $fullName_eng, Congratulations your request is processed. The request for downloading your e-UIN is Successful. Thank You!",10006,Resident Services,RS_DOW_UIN_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1166,Téléchargement réussi du courriel e-UIN,Téléchargement réussi du courriel e-UIN,txt,velocity,"Bonjour $fullName_fra, Félicitations, votre demande est traitée. La demande de téléchargement de votre e-UIN a abouti. Merci!",10006,Resident Services,RS_DOW_UIN_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1166,تنزيل ناجح للبريد الإلكتروني e-UIN,تنزيل ناجح للبريد الإلكتروني e-UIN,txt,velocity,مرحبًا $ fullName_eng ، تهانينا ، تم معالجة طلبك. تم طلب تنزيل e-UIN الخاص بك بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_DOW_UIN_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1167,Successful Download of e-UIN Email Subject,Download e-UIN Status Email Subject,txt,velocity,Download e-UIN is Successful,10006,Resident Services,RS_DOW_UIN_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1167,Téléchargement réussi de l'objet de l'e-UIN,Téléchargement réussi de l'objet de l'e-UIN,txt,velocity,Télécharger e-UIN est réussi,10006,Resident Services,RS_DOW_UIN_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1167,تنزيل ناجح لموضوع البريد الإلكتروني لـ e-UIN,قم بتنزيل موضوع البريد الإلكتروني الخاص بحالة e-UIN,txt,velocity,تم تنزيل e-UIN بنجاح,10006,خدمات المقيمين,RS_DOW_UIN_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1168,Successful Download of e-UIN SMS,Successful Download of e-UIN SMS,txt,velocity,"Hi $fullName_eng, Congratulations your request is processed. The request for downloading your e-UIN is Successful. Thank You!",10006,Resident Services,RS_DOW_UIN_SUCCESS_SMS,eng,TRUE,superadmin,now() +1168,Téléchargement réussi de l'e-UIN SMS,Téléchargement réussi de l'e-UIN SMS,txt,velocity,"Bonjour $fullName_fra, Félicitations, votre demande est traitée. La demande de téléchargement de votre e-UIN a abouti. Merci!",10006,Resident Services,RS_DOW_UIN_SUCCESS_SMS,fra,TRUE,superadmin,now() +1168,تنزيل ناجح لرسائل SMS e-UIN,تنزيل ناجح لرسائل SMS e-UIN,txt,velocity,مرحبًا $ fullName_eng ، تهانينا ، تم معالجة طلبك. تم طلب تنزيل e-UIN الخاص بك بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_DOW_UIN_SUCCESS_SMS,ara,TRUE,superadmin,now() +1194,Reprint Request Failure Email Subject,Reprint Request Failure Email Subject,txt,velocity,Reprint Request Failure,10006,Resident Services,RS_UIN_RPR_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1171,Successful Locking of Auth Types SMS,Successful Locking of Auth Types SMS,txt,velocity,"Hi $fullName_eng, Your requested AUTH type(s) have been locked successfully. Thank You!",10006,Resident Services,RS_LOCK_AUTH_SUCCESS_SMS,eng,TRUE,superadmin,now() +1171,Verrouillage réussi des types d'authentification SMS,Verrouillage réussi des types d'authentification SMS,txt,velocity,"Bonjour $fullName_fra, Le ou les types AUTH que vous avez demandés ont été verrouillés avec succès. Merci!",10006,Resident Services,RS_LOCK_AUTH_SUCCESS_SMS,fra,TRUE,superadmin,now() +1171,القفل الناجح لأنواع المصادقة SMS,القفل الناجح لأنواع المصادقة SMS,txt,velocity,مرحبًا $ fullName_eng ، تم تأمين نوع (أنواع) AUTH المطلوبة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_LOCK_AUTH_SUCCESS_SMS,ara,TRUE,superadmin,now() +1172,Successful Unlocking of Auth Types Email,Successful Unlocking of Auth Types Email,txt,velocity,"Hi $fullName_eng, Your requested AUTH type(s) have been unlocked successfully. Thank You!",10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1172,Déverrouillage réussi des types d'authentification,Déverrouillage réussi des types d'authentification,txt,velocity,"Bonjour $fullName_fra, Le ou les types AUTH demandés ont été déverrouillés avec succès. Merci!",10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1172,فتح ناجح لأنواع البريد الإلكتروني للمصادقة,فتح ناجح لأنواع البريد الإلكتروني للمصادقة,txt,velocity,مرحبًا $ fullName_eng ، تم إلغاء تأمين نوع (أنواع) AUTH المطلوبة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_UNLOCK_AUTH_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1173,Successful Unlocking of Auth Types Email Subject,Successful Unlocking of Auth Types Email Subject,txt,velocity,Successfully Unlocked the AUTH Type(s),10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1173,Déverrouillage réussi des types d'authentification Objet de l'e-mail,Déverrouillage réussi des types d'authentification Objet de l'e-mail,txt,velocity,Déverrouillé avec succès le (s) type (s) AUTH,10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1173,فتح ناجح لأنواع المصادقة موضوع البريد الإلكتروني,فتح ناجح لأنواع المصادقة موضوع البريد الإلكتروني,txt,velocity,تم فتح نوع (أنواع) AUTH بنجاح,10006,خدمات المقيمين,RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1174,Successful Unlocking of Auth Types SMS,Successful Unlocking of Auth Types SMS,txt,velocity,"Hi $fullName_eng, Your requested AUTH type(s) have been unlocked successfully. Thank You!",10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_SMS,eng,TRUE,superadmin,now() +1174,Déverrouillage réussi des types d'authentification SMS,Déverrouillage réussi des types d'authentification SMS,txt,velocity,"Bonjour $fullName_fra, Le ou les types AUTH demandés ont été déverrouillés avec succès. Merci!",10006,Resident Services,RS_UNLOCK_AUTH_SUCCESS_SMS,fra,TRUE,superadmin,now() +1174,فتح ناجح لأنواع مصادقة الرسائل القصيرة,فتح ناجح لأنواع مصادقة الرسائل القصيرة,txt,velocity,مرحبًا $ fullName_eng ، تم إلغاء تأمين نوع (أنواع) AUTH المطلوبة بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_UNLOCK_AUTH_SUCCESS_SMS,ara,TRUE,superadmin,now() +1175,VID Generation Success Email,VID Generation Success Email,txt,velocity,"Hi $fullName_eng, Your VID for your UIN has been successfully generated. Your VID number is $VID. Thank You!",10006,Resident Services,RS_VIN_GEN_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1175,E-mail de réussite de la génération VID,E-mail de réussite de la génération VID,txt,velocity,"Bonjour $fullName_fra, Votre VID pour votre UIN a été généré avec succès. Votre numéro VID est $VID. Merci!",10006,Resident Services,RS_VIN_GEN_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1175,البريد الإلكتروني لنجاح إنشاء VID,البريد الإلكتروني لنجاح إنشاء VID,txt,velocity,مرحبًا $ fullName_eng ، تم إنشاء VID الخاص بك لـ UIN الخاص بك بنجاح. رقم VID الخاص بك هو $ VID. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_GEN_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1176,VID Generation Success Email Subject,VID Generation Success Email Subject,txt,velocity,Successful Generation of VID,10006,Resident Services,RS_VIN_GEN_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1176,Sujet de l'e-mail de réussite de la génération VID,Sujet de l'e-mail de réussite de la génération VID,txt,velocity,Génération réussie de VID,10006,Resident Services,RS_VIN_GEN_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1176,موضوع البريد الإلكتروني لنجاح إنشاء VID,موضوع البريد الإلكتروني لنجاح إنشاء VID,txt,velocity,الجيل الناجح من VID,10006,خدمات المقيمين,RS_VIN_GEN_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1177,VID Generation Success SMS,VID Generation Success SMS,txt,velocity,"Hi $fullName_eng, Your VID for your UIN has been successfully generated. Your VID number is $VID. Thank You!",10006,Resident Services,RS_VIN_GEN_SUCCESS_SMS,eng,TRUE,superadmin,now() +1177,SMS de réussite de génération VID,SMS de réussite de génération VID,txt,velocity,"Bonjour $fullName_fra, Votre VID pour votre UIN a été généré avec succès. Votre numéro VID est $VID. Merci!",10006,Resident Services,RS_VIN_GEN_SUCCESS_SMS,fra,TRUE,superadmin,now() +1177,نجاح إنشاء VID SMS,نجاح إنشاء VID SMS,txt,velocity,مرحبًا $ fullName_eng ، تم إنشاء VID الخاص بك لـ UIN الخاص بك بنجاح. رقم VID الخاص بك هو $ VID. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_GEN_SUCCESS_SMS,ara,TRUE,superadmin,now() +1178,VID Revocation Success Email,VID Revocation Success Email,txt,velocity,"Hi $fullName_eng, Your $VID has been successfully revoked. Thank You!",10006,Resident Services,RS_VIN_REV_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1178,E-mail de réussite de la révocation de VID,E-mail de réussite de la révocation de VID,txt,velocity,"Bonjour $fullName_fra, Votre $VID a bien été révoqué. Merci!",10006,Resident Services,RS_VIN_REV_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1178,البريد الإلكتروني لنجاح إبطال VID,البريد الإلكتروني لنجاح إبطال VID,txt,velocity,مرحبًا $ fullName_eng ، تم إبطال $ VID الخاص بك بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_REV_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1179,Sujet de l'e-mail de réussite de la révocation de VID,Sujet de l'e-mail de réussite de la révocation de VID,txt,velocity,Révocation réussie de VID,10006,Resident Services,RS_VIN_REV_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1179,موضوع البريد الإلكتروني لنجاح إبطال VID,موضوع البريد الإلكتروني لنجاح إبطال VID,txt,velocity,الإلغاء الناجح لـ VID,10006,خدمات المقيمين,RS_VIN_REV_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1180,VID Revocation Success SMS,VID Revocation Success SMS,txt,velocity,"Hi $fullName_eng, Your $VID has been successfully revoked. Thank You!",10006,Resident Services,RS_VIN_REV_SUCCESS_SMS,eng,TRUE,superadmin,now() +1180,SMS de succès de révocation VID,SMS de succès de révocation VID,txt,velocity,"Bonjour $fullName_fra, Votre $VID a bien été révoqué. Merci!",10006,Resident Services,RS_VIN_REV_SUCCESS_SMS,fra,TRUE,superadmin,now() +1180,SMS نجاح إبطال VID,SMS نجاح إبطال VID,txt,velocity,مرحبًا $ fullName_eng ، تم إبطال $ VID الخاص بك بنجاح. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_REV_SUCCESS_SMS,ara,TRUE,superadmin,now() +1181,Reprint Request Success Email,Reprint Request Success Email,txt,velocity,"Hi $fullName_eng, Your request for Reprint Of UIN has been successfully placed. Your RID (Req Number) is $RID. Thank You!",10006,Resident Services,RS_UIN_RPR_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1181,Réimpression de l'e-mail de réussite de la demande,Réimpression de l'e-mail de réussite de la demande,txt,velocity,"Bonjour $fullName_fra, Votre demande de Réimpression d'UIN a été placée avec succès. Votre RID (numéro de demande) est $RID. Merci!",10006,Resident Services,RS_UIN_RPR_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1181,إعادة طباعة طلب البريد الإلكتروني بنجاح,إعادة طباعة طلب البريد الإلكتروني بنجاح,txt,velocity,مرحبًا $ fullName_eng ، تم تقديم طلبك لـ إعادة طباعة UIN بنجاح. RID الخاص بك (رقم الطلب) هو $ RID. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_RPR_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1182,Reprint Request Success Email Subject,Reprint Request Success Email Subject,txt,velocity,Reprint Request Successful,10006,Resident Services,RS_UIN_RPR_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1182,Sujet de l'e-mail de demande de réimpression réussie,Sujet de l'e-mail de demande de réimpression réussie,txt,velocity,Réimpression de la demande réussie,10006,Resident Services,RS_UIN_RPR_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1182,إعادة طباعة عنوان البريد الإلكتروني بنجاح,إعادة طباعة عنوان البريد الإلكتروني بنجاح,txt,velocity,تم طلب إعادة الطباعة بنجاح,10006,خدمات المقيمين,RS_UIN_RPR_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1183,Reprint Request Success SMS,Reprint Request Success SMS,txt,velocity,"Hi $fullName_eng, Your request for Reprint Of UIN has been successfully placed. Your RID (Req Number) is $RID. Thank You!",10006,Resident Services,RS_UIN_RPR_SUCCESS_SMS,eng,TRUE,superadmin,now() +1183,Réimpression SMS de réussite de la demande,Réimpression SMS de réussite de la demande,txt,velocity,"Bonjour $fullName_fra, Votre demande de Réimpression d'UIN a été placée avec succès. Votre RID (numéro de demande) est $RID. Merci!",10006,Resident Services,RS_UIN_RPR_SUCCESS_SMS,fra,TRUE,superadmin,now() +1183,إعادة طباعة طلب النجاح SMS,إعادة طباعة طلب النجاح SMS,txt,velocity,مرحبًا $ fullName_eng ، تم تقديم طلبك لـ إعادة طباعة UIN بنجاح. RID الخاص بك (رقم الطلب) هو $ RID. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_RPR_SUCCESS_SMS,ara,TRUE,superadmin,now() +1184,Authentication History Request Failure Email,Authentication History Request Failure Email,txt,velocity,"Hi $fullName_eng, Your Request to fetch your Authentication History details has failed. Thank You!",10006,Resident Services,RS_AUTH_HIST_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1184,E-mail d'échec de la demande d'historique d'authentification,E-mail d'échec de la demande d'historique d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre demande de récupération des détails de votre historique d'authentification a échoué. Merci!",10006,Resident Services,RS_AUTH_HIST_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1184,تاريخ المصادقة طلب فشل البريد الإلكتروني,تاريخ المصادقة طلب فشل البريد الإلكتروني,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لجلب تفاصيل سجل المصادقة. شكرا لكم!,10006,خدمات المقيمين,RS_AUTH_HIST_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1185,Authentication History Request Failure Email Subject,Authentication History Request Failure Email Subject,txt,velocity,Authentication History Request Failure,10006,Resident Services,RS_AUTH_HIST_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1185,Objet de l'e-mail d'échec de la demande d'historique d'authentification,Objet de l'e-mail d'échec de la demande d'historique d'authentification,txt,velocity,Échec de la demande d'historique d'authentification,10006,Resident Services,RS_AUTH_HIST_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1185,فشل طلب محفوظات المصادقة عبر البريد الإلكتروني,فشل طلب محفوظات المصادقة عبر البريد الإلكتروني,txt,velocity,فشل طلب محفوظات المصادقة,10006,خدمات المقيمين,RS_AUTH_HIST_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1186,Authentication History Request Failure SMS,Authentication History Request Failure SMS,txt,velocity,"Hi $fullName_eng, Your Request for Authentication History has failed. Thank You!",10006,Resident Services,RS_AUTH_HIST_FAILURE_SMS,eng,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,முகம்,10006,Resident Services,mosip.bio-face.template.property,tam,TRUE,superadmin,now() +1186,SMS d'échec de la demande d'historique d'authentification,SMS d'échec de la demande d'historique d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre demande de récupération des détails de votre historique d'authentification a échoué. Merci!",10006,Resident Services,RS_AUTH_HIST_FAILURE_SMS,fra,TRUE,superadmin,now() +1186,فشل طلب محفوظات المصادقة SMS,فشل طلب محفوظات المصادقة SMS,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لسجل المصادقة. شكرا لكم!,10006,خدمات المقيمين,RS_AUTH_HIST_FAILURE_SMS,ara,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,fra,TRUE,superadmin,now() +1187,Download e-UIN Failure Email,Download e-UIN Failure Email,txt,velocity,"Hi $fullName_eng, Your request for downloading your e-UIN has failed. Please try again later. Thank You!",10006,Resident Services,RS_DOW_UIN_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1187,Télécharger l'e-mail d'échec e-UIN,Télécharger l'e-mail d'échec e-UIN,txt,velocity,"Bonjour $fullName_fra, Votre demande de téléchargement de votre e-UIN a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_DOW_UIN_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1187,تنزيل البريد الإلكتروني لفشل e-UIN,تنزيل البريد الإلكتروني لفشل e-UIN,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لتنزيل e-UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_DOW_UIN_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1188,Download e-UIN Failure Email Subject,Download e-UIN Failure Email Subject,txt,velocity,Download e-UIN Failure,10006,Resident Services,RS_DOW_UIN_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1188,Télécharger le sujet de l'e-mail d'échec e-UIN,Télécharger le sujet de l'e-mail d'échec e-UIN,txt,velocity,Échec du téléchargement de l'e-UIN,10006,Resident Services,RS_DOW_UIN_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1188,تنزيل موضوع البريد الإلكتروني لفشل e-UIN,تنزيل موضوع البريد الإلكتروني لفشل e-UIN,txt,velocity,فشل تنزيل e-UIN,10006,خدمات المقيمين,RS_DOW_UIN_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1189,Download e-UIN Failure SMS,Download e-UIN Failure SMS,txt,velocity,"Hi $fullName_eng, Your request for downloading your e-UIN has failed. Please try again later. Thank You!",10006,Resident Services,RS_DOW_UIN_FAILURE_SMS,eng,TRUE,superadmin,now() +1189,Télécharger le SMS d'échec e-UIN,Télécharger le SMS d'échec e-UIN,txt,velocity,"Bonjour $fullName_fra, Votre demande de téléchargement de votre e-UIN a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_DOW_UIN_FAILURE_SMS,fra,TRUE,superadmin,now() +1189,تنزيل رسائل فشل e-UIN SMS,تنزيل رسائل فشل e-UIN SMS,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لتنزيل e-UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_DOW_UIN_FAILURE_SMS,ara,TRUE,superadmin,now() +1190,Failure in Locking of Auth Types Email,Failure in Locking of Auth Types Email,txt,velocity,"Hi $fullName_eng, Your requested for Locking AUTH type(s) has failed. Please try again later. Thank You!",10006,Resident Services,RS_LOCK_AUTH_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1190,Échec du verrouillage des e-mails des types d'authentification,Échec du verrouillage des e-mails des types d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre ou vos types de verrouillage AUTH demandés ont échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_LOCK_AUTH_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1190,فشل في قفل البريد الإلكتروني لأنواع المصادقة,فشل في قفل البريد الإلكتروني لأنواع المصادقة,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لقفل نوع (أنواع) AUTH. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_LOCK_AUTH_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1191,Failure in Locking of Auth Types Email Subject,Failure in Locking of Auth Types Email Subject,txt,velocity,Locking of AUTH Type(s) Failed,10006,Resident Services,RS_LOCK_AUTH_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1191,Échec du verrouillage des types d'authentification Objet de l'e-mail,Échec du verrouillage des types d'authentification Objet de l'e-mail,txt,velocity,Échec du verrouillage du ou des types AUTH,10006,Resident Services,RS_LOCK_AUTH_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1191,فشل في قفل موضوع البريد الإلكتروني لأنواع المصادقة,فشل في قفل موضوع البريد الإلكتروني لأنواع المصادقة,txt,velocity,فشل تأمين نوع (أنواع) AUTH,10006,خدمات المقيمين,RS_LOCK_AUTH_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1192,Failure in Locking of Auth Types SMS,Failure in Locking of Auth Types SMS,txt,velocity,"Hi $fullName_eng, Your requested for Locking AUTH type(s) has failed. Please try again later. Thank You!",10006,Resident Services,RS_LOCK_AUTH_FAILURE_SMS,eng,TRUE,superadmin,now() +1192,Échec du verrouillage des types d'authentification SMS,Échec du verrouillage des types d'authentification SMS,txt,velocity,"Bonjour $fullName_fra, Votre ou vos types de verrouillage AUTH demandés ont échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_LOCK_AUTH_FAILURE_SMS,fra,TRUE,superadmin,now() +1192,فشل في قفل أنواع المصادقة SMS,فشل في قفل أنواع المصادقة SMS,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لقفل نوع (أنواع) AUTH. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_LOCK_AUTH_FAILURE_SMS,ara,TRUE,superadmin,now() +1193,Reprint Request Failure Email,Reprint Request Failure Email,txt,velocity,"Hi $fullName_eng, Your request for Reprint of UIN Card has failed. Please try again later. Thank You!",10006,Resident Services,RS_UIN_RPR_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1193,E-mail d'échec de la demande de réimpression,E-mail d'échec de la demande de réimpression,txt,velocity,"Bonjour $fullName_fra, Votre demande de «réimpression de la carte UIN» a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UIN_RPR_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1193,إعادة طباعة البريد الإلكتروني لطلب الفشل,إعادة طباعة البريد الإلكتروني لطلب الفشل,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك بشأن إعادة طباعة بطاقة UIN. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_RPR_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1194,Échec de la demande de réimpression Objet de l'e-mail,Échec de la demande de réimpression Objet de l'e-mail,txt,velocity,Échec de la demande de réimpression,10006,Resident Services,RS_UIN_RPR_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1194,إعادة طباعة طلب فشل عنوان البريد الإلكتروني,إعادة طباعة طلب فشل عنوان البريد الإلكتروني,txt,velocity,فشل طلب إعادة الطباعة,10006,خدمات المقيمين,RS_UIN_RPR_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1195,Reprint Request Failure SMS,Reprint Request Failure SMS,txt,velocity,"Hi $fullName_eng, Your request for Reprint of UIN Card has failed. Please try again later. Thank You!",10006,Resident Services,RS_UIN_RPR_FAILURE_SMS,eng,TRUE,superadmin,now() +1195,SMS d'échec de la demande de réimpression,SMS d'échec de la demande de réimpression,txt,velocity,"Bonjour $fullName_fra, Votre demande de «réimpression de la carte UIN» a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UIN_RPR_FAILURE_SMS,fra,TRUE,superadmin,now() +1195,إعادة طباعة فشل طلب الرسائل القصيرة,إعادة طباعة فشل طلب الرسائل القصيرة,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك بشأن إعادة طباعة بطاقة UIN. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_RPR_FAILURE_SMS,ara,TRUE,superadmin,now() +1196,Failure in Unlocking of Auth Types Email,Failure in Unlocking of Auth Types Email,txt,velocity,"Hi $fullName_eng, Your requested for unlocking AUTH type(s) has failed. Please try again later. Thank You!",10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1196,Échec du déverrouillage de la messagerie électronique des types d'authentification,Échec du déverrouillage de la messagerie électronique des types d'authentification,txt,velocity,"Bonjour $fullName_fra, Votre demande de déverrouillage de type (s) AUTH a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1196,فشل في إلغاء قفل البريد الإلكتروني لأنواع المصادقة,فشل في إلغاء قفل البريد الإلكتروني لأنواع المصادقة,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لإلغاء تأمين نوع (أنواع) AUTH. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UNLOCK_AUTH_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1197,Failure in Unlocking of Auth Types Email Subject,Failure in Unlocking of Auth Types Email Subject,txt,velocity,Unlocking of AUTH Type(s) Failed,10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1197,Échec du déverrouillage du sujet de l'e-mail des types d'authentification,Échec du déverrouillage du sujet de l'e-mail des types d'authentification,txt,velocity,Le déverrouillage du ou des types AUTH a échoué,10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1197,فشل في إلغاء تأمين موضوع البريد الإلكتروني لأنواع المصادقة,فشل في إلغاء تأمين موضوع البريد الإلكتروني لأنواع المصادقة,txt,velocity,فشل فتح نوع (أنواع) AUTH,10006,خدمات المقيمين,RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1198,Failure in Unlocking of Auth Types SMS,Failure in Unlocking of Auth Types SMS,txt,velocity,"Hi $fullName_eng, Your requested for unlocking AUTH type(s) has failed. Please try again later. Thank You!",10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_SMS,eng,TRUE,superadmin,now() +1198,Échec de déverrouillage des types d'authentification SMS,Échec de déverrouillage des types d'authentification SMS,txt,velocity,"Bonjour $fullName_fra, Votre demande de déverrouillage de type (s) AUTH a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UNLOCK_AUTH_FAILURE_SMS,fra,TRUE,superadmin,now() +1198,فشل في فتح قفل أنواع المصادقة SMS,فشل في فتح قفل أنواع المصادقة SMS,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل طلبك لإلغاء تأمين نوع (أنواع) AUTH. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UNLOCK_AUTH_FAILURE_SMS,ara,TRUE,superadmin,now() +1199,VID Generation Failure Email,VID Generation Failure Email,txt,velocity,"Hi $fullName_eng, VID generation for your UIN failed. Please try again later. Thank You!",10006,Resident Services,RS_VIN_GEN_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1199,E-mail d'échec de génération de VID,E-mail d'échec de génération de VID,txt,velocity,"Bonjour $fullName_fra, La génération de VID pour votre UIN a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_VIN_GEN_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1199,فشل إنشاء VID,فشل إنشاء VID,txt,velocity,مرحبًا $ fullName_eng ، فشل إنشاء VID لـ UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_GEN_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1200,VID Generation Failure Email Subject,VID Generation Failure Email Subject,txt,velocity,VID Generation Failure,10006,Resident Services,RS_VIN_GEN_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1200,Objet de l'e-mail d'échec de génération de VID,Objet de l'e-mail d'échec de génération de VID,txt,velocity,Échec de génération de VID,10006,Resident Services,RS_VIN_GEN_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1200,VID Generation Failure Email Subject,VID Generation Failure Email Subject,txt,velocity,فشل إنشاء VID,10006,خدمات المقيمين,RS_VIN_GEN_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1201,VID Generation Failure SMS,VID Generation Failure SMS,txt,velocity,"Hi $fullName_eng, VID generation for your UIN failed. Please try again later. Thank You!",10006,Resident Services,RS_VIN_GEN_FAILURE_SMS,eng,TRUE,superadmin,now() +1201,SMS d'échec de génération de VID,SMS d'échec de génération de VID,txt,velocity,"Bonjour $fullName_fra, La génération de VID pour votre UIN a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_VIN_GEN_FAILURE_SMS,fra,TRUE,superadmin,now() +1201,فشل إنشاء VID SMS,فشل إنشاء VID SMS,txt,velocity,مرحبًا $ fullName_eng ، فشل إنشاء VID لـ UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_GEN_FAILURE_SMS,ara,TRUE,superadmin,now() +1276,Uin is activated successfully,Uin is activated successfully,txt,velocity,Uin is activated successfully,10003,Registration Processor,RPR_UIN_REAC_EMAIL_SUB,eng,TRUE,superadmin,now() +1202,VID Revocation Failure Email,VID Revocation Failure Email,txt,velocity,"Hi $fullName_eng, Your $VID revokation has failed. Please try again later. Thank You!",10006,Resident Services,RS_VIN_REV_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1202,E-mail d'échec de révocation de VID,E-mail d'échec de révocation de VID,txt,velocity,"Bonjour $fullName_fra, Votre révocation de $VID a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_VIN_REV_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1202,البريد الإلكتروني لفشل إبطال VID,البريد الإلكتروني لفشل إبطال VID,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل إبطال $ VID الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_REV_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1203,VID Revocation Failure Email Subject,VID Revocation Failure Email Subject,txt,velocity,VID Revokation Failure,10006,Resident Services,RS_VIN_REV_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1203,Objet de l'e-mail d'échec de la révocation du VID,Objet de l'e-mail d'échec de la révocation du VID,txt,velocity,Échec de révocation de VID,10006,Resident Services,RS_VIN_REV_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1203,موضوع البريد الإلكتروني لفشل إبطال VID,موضوع البريد الإلكتروني لفشل إبطال VID,txt,velocity,فشل إبطال VID,10006,خدمات المقيمين,RS_VIN_REV_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1204,VID Revocation Failure SMS,VID Revocation Failure SMS,txt,velocity,"Hi $fullName_eng, Your $VID revokation has failed. Please try again later. Thank You!",10006,Resident Services,RS_VIN_REV_FAILURE_SMS,eng,TRUE,superadmin,now() +1204,SMS d'échec de révocation de VID,SMS d'échec de révocation de VID,txt,velocity,"Bonjour $fullName_fra, Votre révocation de $VID a échoué. Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_VIN_REV_FAILURE_SMS,fra,TRUE,superadmin,now() +1204,فشل إبطال VID SMS,فشل إبطال VID SMS,txt,velocity,مرحبًا $ fullName_eng ، لقد فشل إبطال $ VID الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_VIN_REV_FAILURE_SMS,ara,TRUE,superadmin,now() +1205,UIN Update Request Placed Successfully Email,UIN Update Request Placed Successfully Email,txt,velocity,"Hi $fullName_eng, Your request for UIN Update has been successfully placed. Your RID (Req Number) is $RID for tracking. Thank You!",10006,Resident Services,RS_UIN_UPDATE_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1205,E-mail de demande de mise à jour UIN placé avec succès,E-mail de demande de mise à jour UIN placé avec succès,txt,velocity,"Bonjour $fullName_fra, Votre demande de «mise à jour UIN» a été envoyée avec succès. Votre RID (numéro de demande) est $RID pour le suivi. Merci!",10006,Resident Services,RS_UIN_UPDATE_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1205,تم إرسال طلب تحديث UIN بنجاح عبر البريد الإلكتروني,تم إرسال طلب تحديث UIN بنجاح عبر البريد الإلكتروني,txt,velocity,مرحبًا $ fullName_eng ، تم تقديم طلبك لـ تحديث UIN بنجاح. RID الخاص بك (رقم الطلب) هو $ RID للتتبع. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_UPDATE_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1206,UIN Update Request Placed Successfully Email Subject,UIN Update Request Placed Successfully Email Subject,txt,velocity,UIN Update Request Placed Successfully,10006,Resident Services,RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1206,Sujet de la demande de mise à jour UIN placé avec succès,Sujet de la demande de mise à jour UIN placé avec succès,txt,velocity,Demande de mise à jour UIN placée avec succès,10006,Resident Services,RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1206,تم تقديم طلب تحديث UIN بنجاح عبر البريد الإلكتروني الموضوع,تم تقديم طلب تحديث UIN بنجاح عبر البريد الإلكتروني الموضوع,txt,velocity,تم تقديم طلب تحديث UIN بنجاح,10006,خدمات المقيمين,RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1207,UIN Update Request Placed Successfully SMS,UIN Update Request Placed Successfully SMS,txt,velocity,"Hi $fullName_eng, Your request for UIN Update has been successfully placed. Your RID (Req Number) is $RID for tracking. Thank You!",10006,Resident Services,RS_UIN_UPDATE_SUCCESS_SMS,eng,TRUE,superadmin,now() +1207,Demande de mise à jour UIN placée avec succès SMS,Demande de mise à jour UIN placée avec succès SMS,txt,velocity,"Bonjour $fullName_fra, Votre demande de «mise à jour UIN» a été envoyée avec succès. Votre RID (numéro de demande) est $RID pour le suivi. Merci!",10006,Resident Services,RS_UIN_UPDATE_SUCCESS_SMS,fra,TRUE,superadmin,now() +1207,تم تقديم طلب تحديث UIN بنجاح عبر الرسائل القصيرة,تم تقديم طلب تحديث UIN بنجاح عبر الرسائل القصيرة,txt,velocity,مرحبًا $ fullName_eng ، تم تقديم طلبك لـ تحديث UIN بنجاح. RID الخاص بك (رقم الطلب) هو $ RID للتتبع. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_UPDATE_SUCCESS_SMS,ara,TRUE,superadmin,now() +1208,UIN Update Request Failed Email,UIN Update Request Failed Email,txt,velocity,"Hi $fullName_eng, We were unable to process your UIN Update request. Please try again later. Thank You!",10006,Resident Services,RS_UIN_UPDATE_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1208,E-mail d'échec de la demande de mise à jour UIN,E-mail d'échec de la demande de mise à jour UIN,txt,velocity,"Bonjour $fullName_fra, Nous n'avons pas pu traiter votre demande de «mise à jour UIN». Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UIN_UPDATE_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1208,فشل طلب تحديث UIN عبر البريد الإلكتروني,فشل طلب تحديث UIN عبر البريد الإلكتروني,txt,velocity,مرحبًا $ fullName_eng ، لم نتمكن من معالجة طلب تحديث UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_UPDATE_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1209,UIN Update Request Failed Email Subject,UIN Update Request Failed Email Subject,txt,velocity,UIN Update Request Failed,10006,Resident Services,RS_UIN_UPDATE_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1209,Échec de la demande de mise à jour de l'UIN,Échec de la demande de mise à jour de l'UIN,txt,velocity,Échec de la demande de mise à jour UIN,10006,Resident Services,RS_UIN_UPDATE_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1209,فشل طلب تحديث UIN عنوان البريد الإلكتروني,فشل طلب تحديث UIN عنوان البريد الإلكتروني,txt,velocity,فشل طلب تحديث UIN,10006,خدمات المقيمين,RS_UIN_UPDATE_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1210,UIN Update Request Failed SMS,UIN Update Request Failed SMS,txt,velocity,"Hi $fullName_eng, We were unable to process your UIN Update request. Please try again later. Thank You!",10006,Resident Services,RS_UIN_UPDATE_FAILURE_SMS,eng,TRUE,superadmin,now() +1210,Echec de la demande de mise à jour UIN SMS,Echec de la demande de mise à jour UIN SMS,txt,velocity,"Bonjour $fullName_fra, Nous n'avons pas pu traiter votre demande de «mise à jour UIN». Veuillez réessayer plus tard. Merci!",10006,Resident Services,RS_UIN_UPDATE_FAILURE_SMS,fra,TRUE,superadmin,now() +1210,فشل طلب تحديث UIN عبر الرسائل القصيرة,فشل طلب تحديث UIN عبر الرسائل القصيرة,txt,velocity,مرحبًا $ fullName_eng ، لم نتمكن من معالجة طلب تحديث UIN الخاص بك. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم!,10006,خدمات المقيمين,RS_UIN_UPDATE_FAILURE_SMS,ara,TRUE,superadmin,now() +1211,Registration Packet Validation Success Email,Registration Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for registration against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_RPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1211,Registration Packet Validation Success Email,Registration Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande d'inscription contre le RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_RPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1211,البريد الإلكتروني لنجاح التحقق من صحة حزمة التسجيل,البريد الإلكتروني لنجاح التحقق من صحة حزمة التسجيل,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك للتسجيل في RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_RPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1212,Registration Packet Validation Success SMS,Registration Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for registration against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_RPV_SUC_SMS,eng,TRUE,superadmin,now() +1212,Registration Packet Validation Success SMS,Registration Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande d'inscription contre le RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_RPV_SUC_SMS,fra,TRUE,superadmin,now() +1212,SMS نجاح التحقق من صحة حزمة التسجيل,SMS نجاح التحقق من صحة حزمة التسجيل,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك للتسجيل في RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_RPV_SUC_SMS,ara,TRUE,superadmin,now() +1213,Update Packet Validation Success Email,Update Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for updating your details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_UPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1213,Update Packet Validation Success Email,Update Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de mise à jour de vos coordonnées par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_UPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1213,تحديث حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,تحديث حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتحديث بياناتك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_UPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1214,Update Packet Validation Success SMS,Update Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for updating your details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_UPV_SUC_SMS,eng,TRUE,superadmin,now() +1214,Update Packet Validation Success SMS,Update Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de mise à jour de vos coordonnées par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_UPV_SUC_SMS,fra,TRUE,superadmin,now() +1214,تحديث حزمة التحقق من صحة الرسائل القصيرة بنجاح,تحديث حزمة التحقق من صحة الرسائل القصيرة بنجاح,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتحديث بياناتك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_UPV_SUC_SMS,ara,TRUE,superadmin,now() +1215,Lost Packet Validation Success Email,Lost Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for finding your UIN details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_LPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1215,Lost Packet Validation Success Email,Lost Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de recherche des détails de votre UIN par rapport au RID: $RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_LPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1215,البريد الإلكتروني لنجاح التحقق من صحة الحزمة المفقودة,البريد الإلكتروني لنجاح التحقق من صحة الحزمة المفقودة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك للعثور على تفاصيل UIN الخاصة بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_LPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1216,Lost Packet Validation Success SMS,Lost Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for finding your UIN details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_LPV_SUC_SMS,eng,TRUE,superadmin,now() +1276,Uin est activé avec succès,Uin est activé avec succès,txt,velocity,Uin est activé avec succès,10003,Registration Processor,RPR_UIN_REAC_EMAIL_SUB,fra,TRUE,superadmin,now() +1216,Lost Packet Validation Success SMS,Lost Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de recherche des détails de votre UIN par rapport au RID: $RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_LPV_SUC_SMS,fra,TRUE,superadmin,now() +1231,De-activate Packet Validation Success Email Sub,De-activate Packet Validation Success Email Sub,txt,velocity,Deactivation Request Confirmation,10003,Registration Processor,RPR_DPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1216,SMS نجاح التحقق من صحة الحزمة المفقودة,SMS نجاح التحقق من صحة الحزمة المفقودة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك للعثور على تفاصيل UIN الخاصة بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_LPV_SUC_SMS,ara,TRUE,superadmin,now() +1217,Resident Update Packet Validation Success Email,Resident Update Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for updating your details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_RUPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1217,Resident Update Packet Validation Success Email,Resident Update Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de mise à jour de vos coordonnées par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_RUPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1217,البريد الإلكتروني لنجاح التحقق من صحة حزمة تحديث المقيم,البريد الإلكتروني لنجاح التحقق من صحة حزمة تحديث المقيم,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتحديث بياناتك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_RUPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1218,Resident Update Packet Validation Success SMS,Resident Update Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for updating your details against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_RUPV_SUC_SMS,eng,TRUE,superadmin,now() +1218,Resident Update Packet Validation Success SMS,Resident Update Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de mise à jour de vos coordonnées par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_RUPV_SUC_SMS,fra,TRUE,superadmin,now() +1218,SMS نجاح التحقق من حزمة تحديث المقيم,SMS نجاح التحقق من حزمة تحديث المقيم,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتحديث بياناتك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_RUPV_SUC_SMS,ara,TRUE,superadmin,now() +1219,Re-print Packet Validation Success Email,Re-print Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for re-printing your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_PPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1219,Re-print Packet Validation Success Email,Re-print Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de réimpression de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_PPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1219,أعد طباعة رسالة البريد الإلكتروني الخاصة بنجاح التحقق من صحة الحزمة,أعد طباعة رسالة البريد الإلكتروني الخاصة بنجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لإعادة طباعة UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_PPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1220,Re-print Packet Validation Success SMS,Re-print Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for re-printing your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_PPV_SUC_SMS,eng,TRUE,superadmin,now() +1220,Re-print Packet Validation Success SMS,Re-print Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de réimpression de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_PPV_SUC_SMS,fra,TRUE,superadmin,now() +1220,أعد طباعة SMS نجاح التحقق من صحة الحزمة,أعد طباعة SMS نجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لإعادة طباعة UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_PPV_SUC_SMS,ara,TRUE,superadmin,now() +1221,Activate Packet Validation Success Email,Activate Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for activating your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_APV_SUC_EMAIL,eng,TRUE,superadmin,now() +1221,Activate Packet Validation Success Email,Activate Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande d'activation de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_APV_SUC_EMAIL,fra,TRUE,superadmin,now() +1221,تنشيط البريد الإلكتروني لنجاح التحقق من صحة الحزمة,تنشيط البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتفعيل UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_APV_SUC_EMAIL,ara,TRUE,superadmin,now() +1222,Activate Packet Validation Success SMS,Activate Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for activating your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_APV_SUC_SMS,eng,TRUE,superadmin,now() +1222,Activate Packet Validation Success SMS,Activate Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande d'activation de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_APV_SUC_SMS,fra,TRUE,superadmin,now() +1238,Credential Request Cancel Success SMS,Credential Request Cancel Success SMS,txt,velocity,"Hi $!fullName, Your credential request with request id $!RID has been successfully cancelled. Thank You",10006,Resident Services,RS_CRE_CANCEL_SUCCESS_SMS,eng,TRUE,superadmin,now() +1230,تنشيط حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,تنشيط حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,تأكيد طلب التفعيل,10003,معالج التسجيل,RPR_APV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1222,تنشيط SMS نجاح التحقق من صحة الحزمة,تنشيط SMS نجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لتفعيل UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_APV_SUC_SMS,ara,TRUE,superadmin,now() +1223,De-activate Packet Validation Success Email,De-activate Packet Validation Success Email,txt,velocity,"Hi $!name_eng, We have received your request for de-activating your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_DPV_SUC_EMAIL,eng,TRUE,superadmin,now() +1223,De-activate Packet Validation Success Email,De-activate Packet Validation Success Email,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de désactivation de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_DPV_SUC_EMAIL,fra,TRUE,superadmin,now() +1223,إلغاء تنشيط البريد الإلكتروني لنجاح التحقق من صحة الحزمة,إلغاء تنشيط البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لإلغاء تنشيط UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_DPV_SUC_EMAIL,ara,TRUE,superadmin,now() +1224,De-activate Packet Validation Success SMS,De-activate Packet Validation Success SMS,txt,velocity,"Hi $!name_eng, We have received your request for de-activating your UIN against the RID: $!RID. This request is under processing. Thank You",10003,Registration Processor,RPR_DPV_SUC_SMS,eng,TRUE,superadmin,now() +1224,De-activate Packet Validation Success SMS,De-activate Packet Validation Success SMS,txt,velocity,"Bonjour $!name_fra, Nous avons reçu votre demande de désactivation de votre UIN par rapport au RID: $!RID. Cette demande est en cours de traitement. Merci",10003,Registration Processor,RPR_DPV_SUC_SMS,fra,TRUE,superadmin,now() +1224,قم بإلغاء تنشيط خدمة SMS الخاصة بنجاح التحقق من صحة الحزمة,قم بإلغاء تنشيط خدمة SMS الخاصة بنجاح التحقق من صحة الحزمة,txt,velocity,مرحبًا $! name_eng ، لقد تلقينا طلبك لإلغاء تنشيط UIN الخاص بك مقابل RID: $! RID. هذا الطلب قيد المعالجة. شكرا لكم,10003,معالج التسجيل,RPR_DPV_SUC_SMS,ara,TRUE,superadmin,now() +1225,Registration Packet Validation Success Email Sub,Registration Packet Validation Success Email Sub,txt,velocity,Registration Confirmation,10003,Registration Processor,RPR_RPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1225,Registration Packet Validation Success Email Sub,Registration Packet Validation Success Email Sub,txt,velocity,confirmation d'enregistrement,10003,Registration Processor,RPR_RPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1225,التحقق من صحة حزمة التسجيل فرعي البريد الإلكتروني,التحقق من صحة حزمة التسجيل فرعي البريد الإلكتروني,txt,velocity,تأكيد التسجيل,10003,معالج التسجيل,RPR_RPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1226,Update Packet Validation Success Email Sub,Update Packet Validation Success Email Sub,txt,velocity,Update Request Confirmation,10003,Registration Processor,RPR_UPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1226,Update Packet Validation Success Email Sub,Update Packet Validation Success Email Sub,txt,velocity,Confirmation de la demande de mise à jour,10003,Registration Processor,RPR_UPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1226,تحديث حزمة التحقق من صحة البريد الإلكتروني الفرعي,تحديث حزمة التحقق من صحة البريد الإلكتروني الفرعي,txt,velocity,تأكيد طلب التحديث,10003,معالج التسجيل,RPR_UPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1227,Lost Packet Validation Success Email Sub,Lost Packet Validation Success Email Sub,txt,velocity,Lost Request Confirmation,10003,Registration Processor,RPR_LPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1227,Lost Packet Validation Success Email Sub,Lost Packet Validation Success Email Sub,txt,velocity,Confirmation de demande perdue,10003,Registration Processor,RPR_LPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1227,الحزمة المفقودة للتحقق من صحة الحزمة الفرعية,الحزمة المفقودة للتحقق من صحة الحزمة الفرعية,txt,velocity,تأكيد الطلب المفقود,10003,معالج التسجيل,RPR_LPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1228,Re-print Packet Validation Success Email Sub,Re-print Packet Validation Success Email Sub,txt,velocity,Re-print Request Confirmation,10003,Registration Processor,RPR_PPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1228,Re-print Packet Validation Success Email Sub,Re-print Packet Validation Success Email Sub,txt,velocity,Confirmation de la demande de réimpression,10003,Registration Processor,RPR_PPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1228,إعادة طباعة حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,إعادة طباعة حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,إعادة طباعة تأكيد الطلب,10003,معالج التسجيل,RPR_PPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1229,Resident Update Packet Validation Success Email Sub,Resident Update Packet Validation Success Email Sub,txt,velocity,Update Request Confirmation,10003,Registration Processor,RPR_RUPV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1229,Resident Update Packet Validation Success Email Sub,Resident Update Packet Validation Success Email Sub,txt,velocity,Confirmation de la demande de mise à jour,10003,Registration Processor,RPR_RUPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1229,تحديث حزمة المقيم للتحقق من صحة حزمة البريد الإلكتروني الفرعي,تحديث حزمة المقيم للتحقق من صحة حزمة البريد الإلكتروني الفرعي,txt,velocity,تأكيد طلب التحديث,10003,معالج التسجيل,RPR_RUPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1230,Activate Packet Validation Success Email Sub,Activate Packet Validation Success Email Sub,txt,velocity,Activation Request Confirmation,10003,Registration Processor,RPR_APV_SUC_EMAIL_SUB,eng,TRUE,superadmin,now() +1230,Activate Packet Validation Success Email Sub,Activate Packet Validation Success Email Sub,txt,velocity,Confirmation de la demande d'activation,10003,Registration Processor,RPR_APV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1231,De-activate Packet Validation Success Email Sub,De-activate Packet Validation Success Email Sub,txt,velocity,Confirmation de la demande de désactivation,10003,Registration Processor,RPR_DPV_SUC_EMAIL_SUB,fra,TRUE,superadmin,now() +1231,إلغاء تنشيط حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,إلغاء تنشيط حزمة البريد الإلكتروني لنجاح التحقق من صحة الحزمة,txt,velocity,تأكيد طلب الإلغاء,10003,معالج التسجيل,RPR_DPV_SUC_EMAIL_SUB,ara,TRUE,superadmin,now() +1232,Credential Issuance Success SMS,Credential Issuance Success SMS,txt,velocity,"Hi $!fullName, We have received a request for $!credentialName from $!partnerName. The request id for the same is $!RID and your encryption key is $!encryptionKey. This request is under processing. Thank You",10006,Resident Services,RS_CRE_REQ_SUCCESS_SMS,eng,TRUE,superadmin,now() +1232,Credential Issuance Success SMS,Credential Issuance Success SMS,txt,velocity,"Bonjour $!fullName, Nous avons reçu une demande de $!credentialName de $!partnerName. L'identifiant de la demande est $!RID et votre clé de chiffrement est $!encryptionKey. Cette demande est en cours de traitement. Merci",10006,Resident Services,RS_CRE_REQ_SUCCESS_SMS,fra,TRUE,superadmin,now() +1232,الرسائل القصيرة الناجحة لإصدار الاعتماد,الرسائل القصيرة الناجحة لإصدار الاعتماد,txt,velocity,مرحبًا $! fullName ، لقد تلقينا طلبًا للحصول على $! creditName من $! partnerName. معرف الطلب لنفسه هو $! RID ومفتاح التشفير الخاص بك هو $! encryptionKey. هذا الطلب قيد المعالجة. شكرا لكم,10006,خدمات المقيمين,RS_CRE_REQ_SUCCESS_SMS,ara,TRUE,superadmin,now() +1233,Credential Issuance Success EMAIL,Credential Issuance Success EMAIL,txt,velocity,"Hi $!fullName, We have received a request for $!credentialName from $!partnerName. The request id for the same is $!RID and your encryption key is $!encryptionKey. This request is under processing. Thank You",10006,Resident Services,RS_CRE_REQ_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1233,Credential Issuance Success EMAIL,Credential Issuance Success EMAIL,txt,velocity,"Bonjour $!fullName, Nous avons reçu une demande de $!credentialName de $!partnerName. L'identifiant de la demande est $!RID et votre clé de chiffrement est $!encryptionKey. Cette demande est en cours de traitement. Merci",10006,Resident Services,RS_CRE_REQ_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1233,نجاح إصدار بيانات الاعتماد EMAIL,نجاح إصدار بيانات الاعتماد EMAIL,txt,velocity,مرحبًا $! fullName ، لقد تلقينا طلبًا للحصول على $! creditName من $! partnerName. معرف الطلب لنفسه هو $! RID ومفتاح التشفير الخاص بك هو $! encryptionKey. هذا الطلب قيد المعالجة. شكرا لكم,10006,خدمات المقيمين,RS_CRE_REQ_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1234,Credential Issuance Success EMAIL Subject,Credential Issuance Success EMAIL Subject,txt,velocity,Credential Issuance Confirmation,10006,Resident Services,RS_CRE_REQ_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1234,Credential Issuance Success EMAIL Subject,Credential Issuance Success EMAIL Subject,txt,velocity,Confirmation de la délivrance des informations d'identification,10006,Resident Services,RS_CRE_REQ_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1234,موضوع EMAIL بنجاح إصدار بيانات الاعتماد,موضوع EMAIL بنجاح إصدار بيانات الاعتماد,txt,velocity,تأكيد إصدار الاعتماد,10006,خدمات المقيمين,RS_CRE_REQ_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1235,Credential Issuance Status Check SMS,Credential Issuance Status Check SMS,txt,velocity,"Hi $!fullName, The status of your request to issue credentials against request ID $!RID is $!status. Thank You",10006,Resident Services,RS_CRE_STATUS_SMS,eng,TRUE,superadmin,now() +1235,Credential Issuance Status Check SMS,Credential Issuance Status Check SMS,txt,velocity,"Bonjour $!fullName, L'état de votre demande d'émission d'informations d'identification par rapport à l'ID de demande $!RID est $! status. Merci",10006,Resident Services,RS_CRE_STATUS_SMS,fra,TRUE,superadmin,now() +1235,التحقق من حالة إصدار الاعتماد SMS,التحقق من حالة إصدار الاعتماد SMS,txt,velocity,مرحبًا $! fullName ، حالة طلبك لإصدار بيانات الاعتماد مقابل معرّف الطلب $! RID هي حالة $!. شكرا لكم,10006,خدمات المقيمين,RS_CRE_STATUS_SMS,ara,TRUE,superadmin,now() +1236,Credential Issuance Status Check EMAIL,Credential Issuance Status Check EMAIL,txt,velocity,"Hi $!fullName, The status of your request to issue credentials against request ID $!RID is $!status. Thank You",10006,Resident Services,RS_CRE_STATUS_EMAIL,eng,TRUE,superadmin,now() +1236,Credential Issuance Status Check EMAIL,Credential Issuance Status Check EMAIL,txt,velocity,"Bonjour $!fullName, L'état de votre demande d'émission d'informations d'identification par rapport à l'ID de demande $!RID est $! status. Merci",10006,Resident Services,RS_CRE_STATUS_EMAIL,fra,TRUE,superadmin,now() +1236,التحقق من حالة إصدار الاعتماد EMAIL,التحقق من حالة إصدار الاعتماد EMAIL,txt,velocity,مرحبًا $! fullName ، حالة طلبك لإصدار بيانات الاعتماد مقابل معرّف الطلب $! RID هي حالة $!. شكرا لكم,10006,خدمات المقيمين,RS_CRE_STATUS_EMAIL,ara,TRUE,superadmin,now() +1237,Credential Issuance Status Check EMAIL Subject,Credential Issuance Status Check EMAIL Subject,txt,velocity,Credential Issuance Status,10006,Resident Services,RS_CRE_STATUS_EMAIL_SUB,eng,TRUE,superadmin,now() +1237,Credential Issuance Status Check EMAIL Subject,Credential Issuance Status Check EMAIL Subject,txt,velocity,État de délivrance des informations d'identification,10006,Resident Services,RS_CRE_STATUS_EMAIL_SUB,fra,TRUE,superadmin,now() +1237,التحقق من حالة إصدار الاعتماد EMAIL الموضوع,التحقق من حالة إصدار الاعتماد EMAIL الموضوع,txt,velocity,حالة إصدار الاعتماد,10006,خدمات المقيمين,RS_CRE_STATUS_EMAIL_SUB,ara,TRUE,superadmin,now() +1238,Credential Request Cancel Success SMS,Credential Request Cancel Success SMS,txt,velocity,"Salut $!fullName, Votre demande d'informations d'identification avec l'ID de demande $!RID a été annulée avec succès. Merci",10006,Resident Services,RS_CRE_CANCEL_SUCCESS_SMS,fra,TRUE,superadmin,now() +1277,Uin est désactivé,Uin est désactivé,txt,velocity,Uin est désactivé,10003,Registration Processor,RPR_UIN_DEAC_EMAIL_SUB,fra,TRUE,superadmin,now() +1238,طلب الاعتماد إلغاء الرسائل القصيرة الناجحة,طلب الاعتماد إلغاء الرسائل القصيرة الناجحة,txt,velocity,مرحبًا $! fullName ، طلب الاعتماد الخاص بك مع معرف الطلب $! تم إلغاء RID بنجاح. شكرا لكم,10006,خدمات المقيمين,RS_CRE_CANCEL_SUCCESS_SMS,ara,TRUE,superadmin,now() +1239,Credential Request Cancel Success EMAIL,Credential Request Cancel Success EMAIL,txt,velocity,"Hi $!fullName, Your credential request with request id $RID has been successfully cancelled. Thank You",10006,Resident Services,RS_CRE_CANCEL_SUCCESS_EMAIL,eng,TRUE,superadmin,now() +1239,Credential Request Cancel Success EMAIL,Credential Request Cancel Success EMAIL,txt,velocity,"Salut $!fullName, Votre demande d'informations d'identification avec l'ID de demande $!RID a été annulée avec succès. Merci",10006,Resident Services,RS_CRE_CANCEL_SUCCESS_EMAIL,fra,TRUE,superadmin,now() +1239,طلب الاعتماد إلغاء النجاح EMAIL,طلب الاعتماد إلغاء النجاح EMAIL,txt,velocity,مرحبًا $! fullName ، تم بنجاح إلغاء طلب الاعتماد الخاص بك مع معرف الطلب $ RID. شكرا لكم,10006,خدمات المقيمين,RS_CRE_CANCEL_SUCCESS_EMAIL,ara,TRUE,superadmin,now() +1240,Credential Request Cancel Success EMAIL Subject,Credential Request Cancel Success EMAIL Subject,txt,velocity,Credential Request is cancelled successfully,10006,Resident Services,RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,eng,TRUE,superadmin,now() +1240,Credential Request Cancel Success EMAIL Subject,Credential Request Cancel Success EMAIL Subject,txt,velocity,La demande d'informations d'identification est annulée avec succès,10006,Resident Services,RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,fra,TRUE,superadmin,now() +1240,طلب اعتماد إلغاء بنجاح موضوع EMAIL,طلب اعتماد إلغاء بنجاح موضوع EMAIL,txt,velocity,تم إلغاء طلب الاعتماد بنجاح,10006,خدمات المقيمين,RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,ara,TRUE,superadmin,now() +1241,Credential Issuance Failure SMS,Credential Issuance Failure SMS,txt,velocity,"Hi $!fullName, We have received a request for $!credentialName from $!partnerName. The request id for the same is $!RID. The request could not be processed. Please try again later. Thank You",10006,Resident Services,RS_CRE_REQ_FAILURE_SMS,eng,TRUE,superadmin,now() +1241,Credential Issuance Failure SMS,Credential Issuance Failure SMS,txt,velocity,"Bonjour $!fullName, Nous avons reçu une demande de $!credentialName de $!partnerName. L'identifiant de demande pour le même est $!RID. La demande n'a pas pu être traitée. Veuillez réessayer plus tard. Merci",10006,Resident Services,RS_CRE_REQ_FAILURE_SMS,fra,TRUE,superadmin,now() +1241,رسالة فشل في إصدار بيانات الاعتماد,رسالة فشل في إصدار بيانات الاعتماد,txt,velocity,مرحبًا $! fullName ، لقد تلقينا طلبًا للحصول على $! creditName من $! partnerName. معرف الطلب لنفسه هو $! RID. لا يمكن معالجة الطلب. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم,10006,خدمات المقيمين,RS_CRE_REQ_FAILURE_SMS,ara,TRUE,superadmin,now() +1242,Credential Issuance Failure EMAIL,Credential Issuance Failure EMAIL,txt,velocity,"Hi $!fullName, We have received a request for $!credentialName from $!partnerName. The request id for the same is $!RID. The request could not be processed. Please try again later. Thank You",10006,Resident Services,RS_CRE_REQ_FAILURE_EMAIL,eng,TRUE,superadmin,now() +1242,Credential Issuance Failure EMAIL,Credential Issuance Failure EMAIL,txt,velocity,"Bonjour $!fullName, Nous avons reçu une demande de $!credentialName de $!partnerName. L'identifiant de demande pour le même est $!RID. La demande n'a pas pu être traitée. Veuillez réessayer plus tard. Merci",10006,Resident Services,RS_CRE_REQ_FAILURE_EMAIL,fra,TRUE,superadmin,now() +1242,فشل إصدار بيانات الاعتماد EMAIL,فشل إصدار بيانات الاعتماد EMAIL,txt,velocity,مرحبًا $! fullName ، لقد تلقينا طلبًا للحصول على $! creditName من $! partnerName. معرف الطلب لنفسه هو $! RID. لا يمكن معالجة الطلب. الرجاء معاودة المحاولة في وقت لاحق. شكرا لكم,10006,خدمات المقيمين,RS_CRE_REQ_FAILURE_EMAIL,ara,TRUE,superadmin,now() +1243,Credential Issuance Failure EMAIL Subject,Credential Issuance Failure EMAIL Subject,txt,velocity,Credential Issuance Failed,10006,Resident Services,RS_CRE_REQ_FAILURE_EMAIL_SUB,eng,TRUE,superadmin,now() +1243,Credential Issuance Failure EMAIL Subject,Credential Issuance Failure EMAIL Subject,txt,velocity,Échec de l'émission des informations d'identification,10006,Resident Services,RS_CRE_REQ_FAILURE_EMAIL_SUB,fra,TRUE,superadmin,now() +1243,موضوع EMAIL لإصدار بيانات الاعتماد,موضوع EMAIL لإصدار بيانات الاعتماد,txt,velocity,فشل إصدار بيانات الاعتماد,10006,خدمات المقيمين,RS_CRE_REQ_FAILURE_EMAIL_SUB,ara,TRUE,superadmin,now() +1276,تم تفعيل Uin بنجاح,تم تفعيل Uin بنجاح,txt,velocity,تم تفعيل Uin بنجاح,10003,معالج التسجيل,RPR_UIN_REAC_EMAIL_SUB,ara,TRUE,superadmin,now() +1277,تم إلغاء تنشيط Uin,تم إلغاء تنشيط Uin,txt,velocity,تم إلغاء تنشيط Uin,10003,معالج التسجيل,RPR_UIN_DEAC_EMAIL_SUB,ara,TRUE,superadmin,now() +1278,UIN Generated,UIN Generated,txt,velocity,UIN Generated,10003,Registration Processor,RPR_UIN_GEN_EMAIL_SUB,eng,TRUE,superadmin,now() +1250,Registration Acknowledgement Template,Acknowledgement generated after registration,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end #if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-ack-template-part,eng,TRUE,superadmin,now() +1250,Modèle d'accusé de réception d'inscription,Acknowledgement generated after registration,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end #if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-ack-template-part,fra,TRUE,superadmin,now() +1269,Registration Consent Template,Consent in Registration Client,txt,velocity,"Consent
I understand that the data collected about me during registration by the said authority includes

• Name
• Date of birth
• Gender
• Address
• Contact details
• Documents
• Biometrics

I also understand that this information will be stored and processed for the purpose of verifying my identity in order to access various services, or to comply with a legal obligation. I give my consent for the collection of this data for this purpose
",10002,Registration Client,Registration Consent,eng,TRUE,superadmin,now() +1260,Dashboard Template,Dashboard of Registration Client,txt,velocity,"

${dashBoard}

${Users}

#foreach( $key in $userDetails.keySet() ) #end
$userDetails.get($key).get(userId)$userDetails.get($key).get(userName)

${totalPacketsCount}

${totalPacketsLabel}

${pendingEODCount}

${pendingEODLabel}

${pendingUploadCount}

${pendingUploadLabel}

#foreach( $key in $activities.keySet() ) #end

#if( $key != Updates ) $key #end

#foreach( $keyList in $activities.get($key) ) #end
$keyList.get(activityName)$keyList.get(activityValue)
",10002,Registration Client,reg-dashboard-template,eng,TRUE,superadmin,now() +1260,Modèle de tableau de bord,Dashboard of Registration Client,txt,velocity,"

${dashBoard}

${Users}

#foreach( $key in $userDetails.keySet() ) #end
$userDetails.get($key).get(userId)$userDetails.get($key).get(userName)

${totalPacketsCount}

${totalPacketsLabel}

${pendingEODCount}

${pendingEODLabel}

${pendingUploadCount}

${pendingUploadLabel}

#foreach( $key in $activities.keySet() ) #end

#if( $key != Updates ) $key #end

#foreach( $keyList in $activities.get($key) ) #end
$keyList.get(activityName)$keyList.get(activityValue)
",10002,Registration Client,reg-dashboard-template,fra,TRUE,superadmin,now() +1260,قالب لوحة القيادة,لوحة تحكم عميل التسجيل,txt,velocity,"

${dashBoard}

${Users}

#foreach( $key in $userDetails.keySet() ) #end
$userDetails.get($key).get(userId)$userDetails.get($key).get(userName)

${totalPacketsCount}

${totalPacketsLabel}

${pendingEODCount}

${pendingEODLabel}

${pendingUploadCount}

${pendingUploadLabel}

#foreach( $key in $activities.keySet() ) #end

#if( $key != Updates ) $key #end

#foreach( $keyList in $activities.get($key) ) #end
$keyList.get(activityName)$keyList.get(activityValue)
",10002,عميل التسجيل,reg-dashboard-template,ara,TRUE,superadmin,now() +1263,partner-reg-sub-template,partner registration notify subject template,txt,velocity,Partner registration,10007,PMS,partner-reg-sub-template,eng,TRUE,superadmin,now() +1264,partner-status-sub-template,partner status notify subject template,txt,velocity,Partner Status,10007,PMS,partner-status-sub-template,eng,TRUE,superadmin,now() +1265,partner-apikey-status-sub-template,partner apikey status notify subject template,txt,velocity,Partner APIKey Status,10007,PMS,partner-apikey-status-sub-template,eng,TRUE,superadmin,now() +1266,partner-reg-content-template,partner registration notify content template,txt,velocity,"Dear Partner, Your Self-Registration in Partner Management Portal is Completed Successfully. Your Partner ID is $partnerId.",10007,PMS,partner-reg-content-template,eng,TRUE,superadmin,now() +1267,partner-status-content-template,partner status notify content template,txt,velocity,"Dear Partner, This is to inform that your account with partner ID $partnerId in Portal is $status on $Date. Please contact partner admin for further details.",10007,PMS,partner-status-content-template,eng,TRUE,superadmin,now() +1268,apikey-status-content-template,partner apikey status notify content template,txt,velocity,"Dear Partner, Please find the below status of apikey $apiKey and policy Name $PolicyName apikey $apiKey status is $apiKeyStatus and expires on $apiKeyExpiresOn policy $policyName status is $policyStatus and expires on $policyExpiresOn",10007,PMS,apikey-status-content-template,eng,TRUE,superadmin,now() +1263,نموذج شريك ريج فرعي,تسجيل شريك إخطار قالب الموضوع,txt,velocity,تسجيل الشريك,10007,PMS,partner-reg-sub-template,ara,TRUE,superadmin,now() +1264,نموذج فرعي لحالة الشريك,حالة الشريك إخطار قالب الموضوع,txt,velocity,حالة الشريك,10007,PMS,partner-status-sub-template,ara,TRUE,superadmin,now() +1265,شريك-apikey- حالة-قالب فرعي,حالة الشريك apikey إخطار قالب الموضوع,txt,velocity,حالة الشريك APIKey,10007,PMS,partner-apikey-status-sub-template,ara,TRUE,superadmin,now() +1266,شريك ريج المحتوى قالب,تسجيل شريك إخطار قالب المحتوى,txt,velocity,عزيزي الشريك ، تم بنجاح تسجيلك الذاتي في بوابة إدارة الشريك.معرف الشريك الخاص بك هو $ partnerId.,10007,PMS,partner-reg-content-template,ara,TRUE,superadmin,now() +1267,Partner-status-content-template,حالة الشريك إخطار قالب المحتوى,txt,velocity,عزيزي الشريك ، هذا لإعلامك بأن حسابك بمعرف الشريك $ partnerId في Portal هو $ الحالة في $ Date. يرجى الاتصال بالمسؤول الشريك لمزيد من التفاصيل.,10007,PMS,partner-status-content-template,ara,TRUE,superadmin,now() +1268,apikey-status-content-template,حالة الشريك apikey إخطار قالب المحتوى,txt,velocity,عزيزي الشريك ، يُرجى العثور على الحالة أدناه لـ apikey $ apiKey واسم السياسة $ PolicyName apikey $ حالة apiKey $ apiKeyStatus وتنتهي في السياسة $ apiKeyExpiresOn حالة $ policyName هي $ policyStatus وتنتهي في $ policyExpiresOn,10007,PMS,apikey-status-content-template,ara,TRUE,superadmin,now() +1275,أعد التسجيل بسبب وجود مشكلة فنية,أعد التسجيل بسبب وجود مشكلة فنية,txt,velocity,أعد التسجيل بسبب وجود مشكلة فنية,10003,معالج التسجيل,RPR_TEC_ISSUE_EMAIL_SUB,ara,TRUE,superadmin,now() +1269,Modèle de consentement à l'inscription,Consent in Registration Client,txt,velocity,"Consentement
Je comprends que les données collectées à mon sujet lors de l'inscription par ladite autorité comprennent

• Nom
• Date de naissance
• Genre
• Adresse
• Détails du contact
• Des documents
• Biométrie

Je comprends également que ces informations seront stockées et traitées dans le but de vérifier mon identité afin d'accéder à divers services, ou de se conformer à une obligation légale. Je donne mon consentement pour la collecte de ces données à cet effet
",10002,Registration Client,Registration Consent,fra,TRUE,superadmin,now() +1269,نموذج الموافقة على التسجيل,الموافقة في تسجيل العميل,txt,velocity,"Consent
I understand that the data collected about me during registration by the said authority includes

• Name
• Date of birth
• Gender
• Address
• Contact details
• Documents
• Biometrics

I also understand that this information will be stored and processed for the purpose of verifying my identity in order to access various services, or to comply with a legal obligation. I give my consent for the collection of this data for this purpose
",10002,عميل التسجيل,Registration Consent,ara,TRUE,superadmin,now() +1272,Email template requesting for additional info,Email template requesting for additional info,txt,velocity,"Dear $!name_eng, + +Your request for UIN for Registration ID: $!RID is on hold because of requiring additional details with AdditionalInfoRequestId $!additionalInfoRequestId and additionalInfoProcess $!additionalInfoProcess. Please visit your nearest Registration office or visit https://mosip.io/grievances for progressing on the application of UIN + +Thank You",10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_EMAIL,eng,TRUE,superadmin,now() +1272,Modèle d'e-mail demandant des informations supplémentaires,Modèle d'e-mail demandant des informations supplémentaires,txt,velocity,"Cher $!name_fra, + +Votre demande d'UIN pour l'ID d'enregistrement : $!RID est en attente car vous avez besoin de détails supplémentaires avec AdditionalInfoRequestId $!additionalInfoRequestId et additionalInfoProcess $!additionalInfoProcess. Veuillez visiter votre bureau d'enregistrement le plus proche ou visitez https://mosip.io/grievances pour progresser sur l'application de l'UIN + +Merci",10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_EMAIL,fra,TRUE,superadmin,now() +1272,طلب قالب البريد الإلكتروني للحصول على معلومات إضافية,طلب قالب البريد الإلكتروني للحصول على معلومات إضافية,txt,velocity,عزيزي $! name_eng ، طلبك لـ UIN لمعرف التسجيل: $! RID معلق بسبب طلب تفاصيل إضافية مع AdditionalInfoRequestId $! extraInfoRequestId و extraInfoProcess $! extraInfoProcess. يرجى زيارة أقرب مكتب تسجيل أو زيارة https://mosip.io/grievances للتقدم في تطبيق UIN شكرا لكم ,10003,معالج التسجيل,RPR_PAUSED_FOR_ADD_INFO_EMAIL,ara,TRUE,superadmin,now() +1273,SMS template requesting for additional info,Email template requesting for additional info,txt,velocity,"Dear $!name_eng, + +Your UIN request for record ID: $!RID is pending because you need additional details with AdditionalInfoRequestId $!additionalInfoRequestId and additionalInfoProcess $!additionalInfoProcess. Please visit your nearest registrar or visit https://mosip.io/grievances to progress on the UIN application.",10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_SMS,eng,TRUE,superadmin,now() +1273,Modèle de SMS demandant des informations supplémentaires,Modèle de SMS demandant des informations supplémentaires,txt,velocity,"Cher $!name_fra, + +Votre demande d'UIN pour l'ID d'enregistrement : $!RID est en attente car vous avez besoin de détails supplémentaires avec AdditionalInfoRequestId $!additionalInfoRequestId et additionalInfoProcess $!additionalInfoProcess. Veuillez visiter votre bureau d'enregistrement le plus proche ou visitez https://mosip.io/grievances pour progresser sur l'application de l'UIN.",10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_SMS,fra,TRUE,superadmin,now() +1273,طلب نموذج SMS للحصول على معلومات إضافية,طلب قالب البريد الإلكتروني للحصول على معلومات إضافية,txt,velocity,"عزيزي $! name_eng ، + +طلب UIN الخاص بك لمعرف السجل: $! RID معلق لأنك بحاجة إلى تفاصيل إضافية مع AdditionalInfoRequestId $! extraInfoRequestId و extraInfoProcess $! extraInfoProcess. يرجى زيارة أقرب مسجل أو زيارة https://mosip.io/grievances للتقدم في طلب UIN.",10003,معالج التسجيل,RPR_PAUSED_FOR_ADD_INFO_SMS,ara,TRUE,superadmin,now() +1274,Registration Failed because you have already Registered,Registration Failed because you have already Registered,txt,velocity,Registration Failed because you have already Registered,10003,Registration Processor,RPR_DUP_UIN_EMAIL_SUB,eng,TRUE,superadmin,now() +1274,L'inscription a échoué car vous êtes déjà inscrit,L'inscription a échoué car vous êtes déjà inscrit,txt,velocity,L'inscription a échoué car vous êtes déjà inscrit,10003,Registration Processor,RPR_DUP_UIN_EMAIL_SUB,fra,TRUE,superadmin,now() +1274,فشل التسجيل لأنك قمت بالتسجيل بالفعل,فشل التسجيل لأنك قمت بالتسجيل بالفعل,txt,velocity,فشل التسجيل لأنك قمت بالتسجيل بالفعل,10003,معالج التسجيل,RPR_DUP_UIN_EMAIL_SUB,ara,TRUE,superadmin,now() +1275,Re-Register because there was a Technical Issue,Re-Register because there was a Technical Issue,txt,velocity,Re-Register because there was a Technical Issue,10003,Registration Processor,RPR_TEC_ISSUE_EMAIL_SUB,eng,TRUE,superadmin,now() +1275,Réinscrivez-vous car il y a eu un problème technique,Réinscrivez-vous car il y a eu un problème technique,txt,velocity,Réinscrivez-vous car il y a eu un problème technique,10003,Registration Processor,RPR_TEC_ISSUE_EMAIL_SUB,fra,TRUE,superadmin,now() +1277,Uin is deactivated,Uin is deactivated,txt,velocity,Uin is deactivated,10003,Registration Processor,RPR_UIN_DEAC_EMAIL_SUB,eng,TRUE,superadmin,now() +1278,تم إنشاء UIN,تم إنشاء UIN,txt,velocity,تم إنشاء UIN,10003,معالج التسجيل,RPR_UIN_GEN_EMAIL_SUB,ara,TRUE,superadmin,now() +1279,UIN Details Updated,UIN Details Updated,txt,velocity,UIN Details Updated,10003,Registration Processor,RPR_UIN_UPD_EMAIL_SUB,eng,TRUE,superadmin,now() +1279,Détails UIN mis à jour,Détails UIN mis à jour,txt,velocity,Détails UIN mis à jour,10003,Registration Processor,RPR_UIN_UPD_EMAIL_SUB,fra,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + Type d'identification : VID + carte

+ +

imageNom : $nom

+ +

Date de naissance : $dateDeNaissance

+ +

VID : $vid

+ +

Type de VID : $typeDeVid

+ +

Généré le : $genratedOnTimestamp

+ +

Expire le : $expiryTimestamp

+ +

Transactions restantes : $transactionsLeftCount

+ +
+ + + + ",10006,Resident Services,vid-card-type,fra,TRUE,superadmin,now() +1279,تم تحديث تفاصيل UIN,تم تحديث تفاصيل UIN,txt,velocity,تم تحديث تفاصيل UIN,10003,معالج التسجيل,RPR_UIN_UPD_EMAIL_SUB,ara,TRUE,superadmin,now() +1280,Requesting the additional details for progressing on the application of UIN,Requesting the additional details for progressing on the application of UIN,txt,velocity,Requesting the additional details for progressing on the application of UIN,10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,eng,TRUE,superadmin,now() +1280,Demander des détails supplémentaires pour progresser sur l'application de l'UIN,Demander des détails supplémentaires pour progresser sur l'application de l'UIN,txt,velocity,Demander des détails supplémentaires pour progresser sur l'application de l'UIN,10003,Registration Processor,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,fra,TRUE,superadmin,now() +1280,طلب تفاصيل إضافية للتقدم في تطبيق UIN,طلب تفاصيل إضافية للتقدم في تطبيق UIN,txt,velocity,طلب تفاصيل إضافية للتقدم في تطبيق UIN,10003,معالج التسجيل,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,ara,TRUE,superadmin,now() +1281,Template for email subject of cancel Appointment,Template for email subject of cancel Appointment,txt,velocity,Appointment Cancelled: $ApplicationDetails | Application ID: $ApplicationId,10001,Pre-Registration,cancel-appointment-email-subject,eng,TRUE,superadmin,now() +1281,Modèle d'objet d'e-mail d'annulation de rendez-vous,Modèle d'objet d'e-mail d'annulation de rendez-vous,txt,velocity,Rendez-vous annulé : $ApplicationDetails | ID de lapplication : $ApplicationId,10001,Pré-inscription,cancel-appointment-email-subject,fra,TRUE,superadmin,now() +1281,نموذج البريد الإلكتروني موضوع إلغاء الموعد,نموذج البريد الإلكتروني موضوع إلغاء الموعد,txt,velocity,تم إلغاء الموعد : $ApplicationDetails | معرف التطبيق: $ApplicationId,10001,التسجيل المسبق,cancel-appointment-email-subject,ara,TRUE,superadmin,now() +1102,ದೃಢೀಕರಣ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ದೃಢೀಕರಣ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,$idvidType $idvid ದೃಢೀಕರಣ $status,10004,ID ದೃಢೀಕರಣ,auth-email-subject,kan,TRUE,superadmin,now() +1103,ದೃಢೀಕರಣ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ದೃಢೀಕರಣ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,MOSIP ಸೇವೆಗಳಿಂದ ನಿಯೋಜಿಸಲಾದ ಸಾಧನದಲ್ಲಿ $date ದಂದು $time ಗಂಟೆ $status ನಲ್ಲಿ $ authType ಬಳಸಿಕೊಂಡು $idvidType $idvid ನ ನಿಮ್ಮ ದೃಢೀಕರಣ.,10004,ID ದೃಢೀಕರಣ,auth-sms,kan,TRUE,superadmin,now() +1107,ನಕಲಿ UIN ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ನಕಲಿ UIN ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ವಿಫಲವಾಗಿದೆ ಏಕೆಂದರೆ ನಿಮ್ಮ ವಿವರಗಳ ವಿರುದ್ಧ ನಕಲಿ UIN ಕಂಡುಬಂದಿದೆ. Please visit your nearest Registration office or visit https://mosip.io/grievances Thank You",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DUP_UIN_EMAIL,kan,TRUE,superadmin,now() +1108,ನಕಲಿ UIN SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ನಕಲಿ UIN SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ವಿಫಲವಾಗಿದೆ ಏಕೆಂದರೆ ನಿಮ್ಮ ವಿವರಗಳ ವಿರುದ್ಧ ನಕಲಿ UIN ಕಂಡುಬಂದಿದೆ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DUP_UIN_SMS,kan,TRUE,superadmin,now() +1109,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_TEC_ISSUE_EMAIL,kan,TRUE,superadmin,now() +1148,ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,ಒಟಿಪಿ ಕಳುಹಿಸಲು ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10004,ID ದೃಢೀಕರಣ,auth-otp-sms-template,kan,TRUE,superadmin,now() +1110,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಗೆ ಟೆಂಪ್ಲೇಟ್ SMS,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಗೆ ಟೆಂಪ್ಲೇಟ್ SMS,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿಂದಾಗಿ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_TEC_ISSUE_SMS,kan,TRUE,superadmin,now() +1111,UIN ಪೀಳಿಗೆಯ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,UIN ಪೀಳಿಗೆಯ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name_eng, ನೋಂದಣಿ ID ಗಾಗಿ ನಿಮ್ಮ UIN: $!RID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ ಮತ್ತು ಶೀಘ್ರದಲ್ಲೇ ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸವನ್ನು ತಲುಪುತ್ತದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_GEN_EMAIL,kan,TRUE,superadmin,now() +1112,UIN ಪೀಳಿಗೆಯ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,UIN ಪೀಳಿಗೆಯ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name_eng, ನೋಂದಣಿ ID ಗಾಗಿ ನಿಮ್ಮ UIN: $!RID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ ಮತ್ತು ಶೀಘ್ರದಲ್ಲೇ ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸಕ್ಕೆ ತಲುಪುತ್ತದೆ.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_GEN_SMS,kan,TRUE,superadmin,now() +1113,ನವೀಕರಣ ವಿವರಗಳಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್,ನವೀಕರಣ ವಿವರಗಳಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ ನಿಮ್ಮ UIN ವಿವರಗಳು: $!RID ಅನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ ಮತ್ತು ನಿಮ್ಮ UIN ಕಾರ್ಡ್‌ನ ಭೌತಿಕ ನಕಲು ಶೀಘ್ರದಲ್ಲೇ ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸದಲ್ಲಿ ನಿಮ್ಮನ್ನು ತಲುಪುತ್ತದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_UPD_EMAIL,kan,TRUE,superadmin,now() +1114,ನವೀಕರಣ ವಿವರಗಳಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,ನವೀಕರಣ ವಿವರಗಳಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನೋಂದಣಿ ID ಗಾಗಿ ನಿಮ್ಮ UIN ವಿವರಗಳು: $!RID ಅನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ ಮತ್ತು ನಿಮ್ಮ UIN ಕಾರ್ಡ್‌ನ ಭೌತಿಕ ನಕಲು ಶೀಘ್ರದಲ್ಲೇ ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸದಲ್ಲಿ ನಿಮ್ಮನ್ನು ತಲುಪುತ್ತದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_UPD_SMS,kan,TRUE,superadmin,now() +1115,ಹೊಸ ನೋಂದಣಿ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಹೊಸ ನೋಂದಣಿ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ $RegistrationID ಆಗಿದೆ. ನಿಮ್ಮ ವಿವರಗಳಲ್ಲಿ ಯಾವುದೇ ತಿದ್ದುಪಡಿಗಳನ್ನು ಮಾಡಬೇಕಾದರೆ, ದಯವಿಟ್ಟು ಮುಂದಿನ 4 ದಿನಗಳಲ್ಲಿ ನೋಂದಣಿ ಕೇಂದ್ರವನ್ನು ಸಂಪರ್ಕಿಸಿ.",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,NewReg-email-content-template,kan,TRUE,superadmin,now() +1116,ಹೊಸ ನೋಂದಣಿ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಹೊಸ ನೋಂದಣಿ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ನೋಂದಣಿ ದೃಢೀಕರಣ,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,NewReg-email-subject-template,kan,TRUE,superadmin,now() +1117,ಹೊಸ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,ಹೊಸ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,txt,velocity,"ಆತ್ಮೀಯ $name, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ $RegistrationID ಆಗಿದೆ. ನಿಮ್ಮ ವಿವರಗಳಲ್ಲಿ ಯಾವುದೇ ತಿದ್ದುಪಡಿಗಳನ್ನು ಮಾಡಬೇಕಾದರೆ, ದಯವಿಟ್ಟು ಮುಂದಿನ 4 ದಿನಗಳಲ್ಲಿ ನೋಂದಣಿ ಕೇಂದ್ರವನ್ನು ಸಂಪರ್ಕಿಸಿ.",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,NewReg-sms-template,kan,TRUE,superadmin,now() +1118,OTP ಪೀಳಿಗೆಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP ಪೀಳಿಗೆಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name, $username ಬಳಕೆದಾರಹೆಸರಿಗಾಗಿ OTP $otp ಆಗಿದೆ ಮತ್ತು ಇದು $validTime ನಿಮಿಷಗಳವರೆಗೆ ಮಾನ್ಯವಾಗಿರುತ್ತದೆ ($date ರಂದು $time ಗಂಟೆಗಳಲ್ಲಿ ರಚಿಸಲಾಗಿದೆ)",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,OTP-email-content-template,kan,TRUE,superadmin,now() +1119,OTP ಪೀಳಿಗೆಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP ಪೀಳಿಗೆಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಡಿಜಿಟಲ್ ಗುರುತಿಸುವಿಕೆ ಪ್ಲಾಟ್‌ಫಾರ್‌ನಿಂದ ಒಂದು ಬಾರಿ ಪಾಸ್‌ವರ್ಡ್,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,OTP-email-subject-template,kan,TRUE,superadmin,now() +1120,OTP SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name, $username ಬಳಕೆದಾರಹೆಸರಿಗಾಗಿ OTP $otp ಆಗಿದೆ ಮತ್ತು $validTime ನಿಮಿಷಗಳವರೆಗೆ ಮಾನ್ಯವಾಗಿರುತ್ತದೆ ($date ರಂದು $time ಗಂಟೆಗಳಲ್ಲಿ ರಚಿಸಲಾಗಿದೆ).",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,OTP-sms-template,kan,TRUE,superadmin,now() +1149,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ಒಟಿಪಿ ಸಂದೇಶ,10004,ID ದೃಢೀಕರಣ,auth-otp-email-subject-template,kan,TRUE,superadmin,now() +1121,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್ ವಿಷಯ,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,"ಆತ್ಮೀಯ $name, ಡಿಜಿಟಲ್ ಗುರುತಿನ ವೇದಿಕೆಯೊಂದಿಗೆ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ $RegistrationID ಆಗಿದೆ. ನಿಮ್ಮ ವಿವರಗಳಲ್ಲಿ ಯಾವುದೇ ತಿದ್ದುಪಡಿಗಳನ್ನು ಮಾಡಬೇಕಾದರೆ, ದಯವಿಟ್ಟು ಮುಂದಿನ 4 ದಿನಗಳಲ್ಲಿ ನೋಂದಣಿ ಕೇಂದ್ರವನ್ನು ಸಂಪರ್ಕಿಸಿ.",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,Update-email-content-template,kan,TRUE,superadmin,now() +1122,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್ ವಿಷಯ,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ನೋಂದಣಿ ನವೀಕರಣ ದೃಢೀಕರಣ,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,Update-email-subject-template,kan,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,fra,TRUE,superadmin,now() +1153,SMS ನಲ್ಲಿ OTP ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,SMS ನಲ್ಲಿ OTP ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,$idvidType $idvid ಗಾಗಿ OTP $otp ಆಗಿದೆ ಮತ್ತು $validTime ನಿಮಿಷಗಳವರೆಗೆ ಮಾನ್ಯವಾಗಿರುತ್ತದೆ. ($date ದಂದು $time ಗಂಟೆಗೆ ರಚಿಸಲಾಗಿದೆ),10004,ID ದೃಢೀಕರಣ,ida-auth-otp-sms-template,kan,TRUE,superadmin,now() +1123,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,ನವೀಕರಣ ನೋಂದಣಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ SMS,txt,velocity,"ಆತ್ಮೀಯ $name, ಡಿಜಿಟಲ್ ಗುರುತಿನ ವೇದಿಕೆಯೊಂದಿಗೆ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ $RegistrationID ಆಗಿದೆ. ನಿಮ್ಮ ವಿವರಗಳಲ್ಲಿ ಯಾವುದೇ ತಿದ್ದುಪಡಿಗಳನ್ನು ಮಾಡಬೇಕಾದರೆ, ದಯವಿಟ್ಟು ಮುಂದಿನ 4 ದಿನಗಳಲ್ಲಿ ನೋಂದಣಿ ಕೇಂದ್ರವನ್ನು ಸಂಪರ್ಕಿಸಿ.",10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,Update-sms-template,kan,TRUE,superadmin,now() +1124,ಇಮೇಲ್ ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಇಮೇಲ್ ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name, UIN ಗಾಗಿ ನಿಮ್ಮ ಪೂರ್ವ-ನೋಂದಣಿ $Date ರಂದು $Time ನಲ್ಲಿ ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಂಡಿದೆ. ನಿಮ್ಮ ಐಡಿ #$PRID ಆಗಿದೆ. $Appointmentdate ಗೆ $Appointmenttime ನಲ್ಲಿ ನೇಮಕಾತಿಯನ್ನು ನಿಗದಿಪಡಿಸಲಾಗಿದೆ.\r\nನೋಂದಣಿ ಕೇಂದ್ರದಲ್ಲಿ $RegistrationCenterName ಅನ್ನು ನೋಂದಣಿ ಕೇಂದ್ರದ ವಿಳಾಸದಲ್ಲಿ $RegistrationCenterAddress ಎಂದು ಹೆಸರಿಸಿ. ನಿಮ್ಮ ನೋಂದಾಯಿತ ಮೊಬೈಲ್ ಸಂಖ್ಯೆಯಲ್ಲೂ ನೀವು ವಿವರಗಳನ್ನು ಸ್ವೀಕರಿಸುತ್ತೀರಿ",10001,ಪೂರ್ವ ನೋಂದಣಿ,Email-Acknowledgement,kan,TRUE,superadmin,now() +1125,ಆನ್‌ಸ್ಕ್ರೀನ್ ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಆನ್‌ಸ್ಕ್ರೀನ್ ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,1. ಮಾರ್ಗಸೂಚಿ 1 2. ಮಾರ್ಗಸೂಚಿ 2 3. ಮಾರ್ಗಸೂಚಿ 3 4. ಮಾರ್ಗಸೂಚಿ 4 5. ಮಾರ್ಗಸೂಚಿ 5 6. ಮಾರ್ಗಸೂಚಿ 6 7. ಮಾರ್ಗಸೂಚಿ 7 8. ಮಾರ್ಗಸೂಚಿ 8 9. ಮಾರ್ಗಸೂಚಿ 9 10. ಮಾರ್ಗಸೂಚಿ 10,10001,ಪೂರ್ವ ನೋಂದಣಿ,Onscreen-Acknowledgement,kan,TRUE,superadmin,now() +1126,OTP ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"Dear $name, TP for Pre-Registration $PRID is $otp and is valid for $validTime minutes. (Generated on $date at $time Hrs)",10001,ಪೂರ್ವ ನೋಂದಣಿ,otp-email-content-template,kan,TRUE,superadmin,now() +1127,OTP ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಪೂರ್ವ-ನೋಂದಣಿ $PRID: OTP ವಿನಂತಿ,10001,ಪೂರ್ವ ನೋಂದಣಿ,otp-email-subject-template,kan,TRUE,superadmin,now() +1128,OTP SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,OTP SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಪೂರ್ವ-ನೋಂದಣಿ $PRID ಗಾಗಿ OTP $otp ಆಗಿದೆ ಮತ್ತು $validTime ನಿಮಿಷಗಳವರೆಗೆ ಮಾನ್ಯವಾಗಿರುತ್ತದೆ. ($ದಿನದಂದು $ಸಮಯ ಗಂಟೆಗೆ ರಚಿಸಲಾಗಿದೆ),10001,ಪೂರ್ವ ನೋಂದಣಿ,otp-sms-template,kan,TRUE,superadmin,now() +1129,SMS ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,SMS ಸ್ವೀಕೃತಿಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,UIN ಗಾಗಿ ನಿಮ್ಮ ಪೂರ್ವ-ನೋಂದಣಿ $Date ರಂದು $Time ನಲ್ಲಿ ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಂಡಿದೆ. ನಿಮ್ಮ ಐಡಿ #$PRID ಆಗಿದೆ. $Appointmentdate ಗೆ $Appointmenttime ನಲ್ಲಿ ನೇಮಕಾತಿಯನ್ನು ನಿಗದಿಪಡಿಸಲಾಗಿದೆ. ನಿಮ್ಮ ನೋಂದಾಯಿತ ಇಮೇಲ್ ವಿಳಾಸದಲ್ಲಿ ನೀವು ವಿವರಗಳನ್ನು ಸಹ ಸ್ವೀಕರಿಸುತ್ತೀರಿ,10001,ಪೂರ್ವ ನೋಂದಣಿ,SMS-Acknowledgement,kan,TRUE,superadmin,now() +1130,ಸ್ವೀಕೃತಿಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಸ್ವೀಕೃತಿಯ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಅಪ್ಲಿಕೇಶನ್ $PRID: ಸ್ವೀಕೃತಿ,10001,ಪೂರ್ವ ನೋಂದಣಿ,Acknowledgement-email-subject,kan,TRUE,superadmin,now() +1131,UIN ಕಾರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,UIN ಕಾರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,html,velocity," + + + + + UIN Card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   +
Logo
+
+
+
#if($isPhotoSet) #end
+
+
+
$!UIN
+
+
$!fullName_kan
+
+
$!fullName_hin
+
+
$!fullName_tam
+
+
$!dateOfBirth
+
+
$!gender_kan    $!gender_hin பாலினம் :  $!gender_tam
+
+
+
+
+ + + + + + + + + + + + + +
$!addressLine1_kan, $!addressLine2_kan, $!addressLine3_kan, $!region_kan, $!province_kan, $!city_kan, $!postalCode
$!addressLine1_hin, $!addressLine2_hin, $!addressLine3_hin, $!region_hin, $!province_hin, $!city_hin, $!postalCode
$!addressLine1_tam, $!addressLine2_tam, $!addressLine3_tam, $!region_tam, $!province_tam, $!city_tam, $!postalCode
+
+
+
+
+
 
+ + + + + +
+
+
+
+ +
+
+
+

ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ

ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE, ಬೆಂಗಳೂರು, ಕರ್ನಾಟಕ 560059

किसी भी मुद्दे के लिए कृपया हमसे संपर्क करें

पंजीकरण प्रोसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, आरवीसीई, बेंगलुरु, कर्नाटक 560059

ஏதேனும் சிக்கல்களுக்கு எங்களை தொடர்பு கொள்ளவும்
பதிவு செயலி, தொங்கும் தோட்டம், குளோபல் வில்லேஜ் டெக் பார்க், மைசூர் சாலை, RVCE, பெங்களூரு, கர்நாடகா 560059

+
+ +",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_CARD_TEMPLATE,kan,TRUE,superadmin,now() +1132,UIN ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಿಕೆ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,UIN ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಿಕೆ SMS ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನಿಮ್ಮ UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ. ನೀವು ಯಾವುದೇ ಕಾಳಜಿಯನ್ನು ಹೊಂದಿದ್ದರೆ ದಯವಿಟ್ಟು ಹತ್ತಿರದ ನೋಂದಣಿ ಕೇಂದ್ರಕ್ಕೆ ಭೇಟಿ ನೀಡಿ.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_DEAC_SMS,kan,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,Personalised card was downloaded successfully,10006,Resident Services,cust-and-down-my-card-success-summary,eng,TRUE,superadmin,now() +1133,UIN ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,UIN ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನಿಮ್ಮ UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ. ನೀವು ಯಾವುದೇ ಕಾಳಜಿಯನ್ನು ಹೊಂದಿದ್ದರೆ ದಯವಿಟ್ಟು ಹತ್ತಿರದ ನೋಂದಣಿ ಕೇಂದ್ರಕ್ಕೆ ಭೇಟಿ ನೀಡಿ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_DEAC_EMAIL,kan,TRUE,superadmin,now() +1134,UIN ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಮರುಸಕ್ರಿಯಗೊಳಿಸಿ SMS,UIN ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್ ಮರುಸಕ್ರಿಯಗೊಳಿಸಿ SMS,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನಿಮ್ಮ UIN ಅನ್ನು ಮರು-ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ. ನೀವು ಯಾವುದೇ ಕಾಳಜಿಯನ್ನು ಹೊಂದಿದ್ದರೆ ದಯವಿಟ್ಟು ಹತ್ತಿರದ ನೋಂದಣಿ ಕೇಂದ್ರಕ್ಕೆ ಭೇಟಿ ನೀಡಿ",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_REAC_SMS,kan,TRUE,superadmin,now() +1135,UIN ಮರುಸಕ್ರಿಯಗೊಳಿಸುವ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,UIN ಮರುಸಕ್ರಿಯಗೊಳಿಸುವ ಇಮೇಲ್‌ಗಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, ನಿಮ್ಮ UIN ಅನ್ನು ಮರು-ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ. ನೀವು ಯಾವುದೇ ಕಾಳಜಿಯನ್ನು ಹೊಂದಿದ್ದರೆ ದಯವಿಟ್ಟು ಹತ್ತಿರದ ನೋಂದಣಿ ಕೇಂದ್ರಕ್ಕೆ ಭೇಟಿ ನೀಡಿ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_REAC_EMAIL,kan,TRUE,superadmin,now() +1136,ಸ್ವೀಕೃತಿ SMS ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ${FULLNAME}, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} ಆಗಿದೆ. ಜನಸಂಖ್ಯಾ ವಿವರಗಳು ಕೆಳಕಂಡಂತಿವೆ: 1. ದಿನಾಂಕ: ${ದಿನಾಂಕ} 2. ಪೂರ್ಣ ಹೆಸರು: ${FULLNAME} 3. ಹುಟ್ಟಿದ ದಿನಾಂಕ: ${DOB} 4. ಲಿಂಗ: ${GENDER} 5. ವಿಳಾಸ ಸಾಲು 1: ${ ADDRESSLINE1} 6. ವಿಳಾಸ ಸಾಲು 2: ${ADDRESSLINE2} 7. ವಿಳಾಸ ಸಾಲು 3: ${ADDRESSLINE3} 8. ಪ್ರದೇಶ: ${REGION} 9. ನಗರ: ${CITY} 10. ಪ್ರಾಂತ್ಯ: ${PROVINCE} 11. ಅಂಚೆ ಕೋಡ್ : ${POSTALCODE} 12. ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: ${PHONE} 13. ಇಮೇಲ್: ${EMAIL} ",10005,ನೋಂದಣಿ,reg-sms-notification,kan,TRUE,superadmin,now() +1137,ಸ್ವೀಕೃತಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ${FULLNAME}, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನೋಂದಾಯಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} ಆಗಿದೆ. ಜನಸಂಖ್ಯಾ ವಿವರಗಳು ಕೆಳಕಂಡಂತಿವೆ: 1. ದಿನಾಂಕ: ${ದಿನಾಂಕ} 2. ಪೂರ್ಣ ಹೆಸರು: ${FULLNAME} 3. ಹುಟ್ಟಿದ ದಿನಾಂಕ: ${DOB} 4. ಲಿಂಗ: ${GENDER} 5. ವಿಳಾಸ ಸಾಲು 1: ${ ADDRESSLINE1} 6. ವಿಳಾಸ ಸಾಲು 2: ${ADDRESSLINE2} 7. ವಿಳಾಸ ಸಾಲು 3: ${ADDRESSLINE3} 8. ಪ್ರದೇಶ: ${REGION} 9. ನಗರ: ${CITY} 10. ಪ್ರಾಂತ್ಯ: ${PROVINCE} 11. ಅಂಚೆ ಕೋಡ್ : ${POSTALCODE} 12. ಮೊಬೈಲ್ ಸಂಖ್ಯೆ: ${PHONE} 13. ಇಮೇಲ್: ${EMAIL}",10005,ನೋಂದಣಿ,reg-email-notification,kan,TRUE,superadmin,now() +preregistration,ಒಟಿಪಿ ಸೇವೆ,OTP ಕಳುಹಿಸುವ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10001,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,otp-sms-template,kan,TRUE,superadmin,now() +ida,ಒಟಿಪಿ ಸೇವೆ,OTP ಕಳುಹಿಸುವ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10008,ಲಾಗಿನ್,otp-sms-template,kan,TRUE,superadmin,now() +registrationprocessor,ಒಟಿಪಿ ಸೇವೆ,OTP ಕಳುಹಿಸುವ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10003,ಲಾಗಿನ್,otp-sms-template,kan,TRUE,superadmin,now() +registrationclient,ಒಟಿಪಿ ಸೇವೆ,OTP ಕಳುಹಿಸುವ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10004,ID ದೃಢೀಕರಣ,otp-sms-template,kan,TRUE,superadmin,now() +1142,ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,ಒಟಿಪಿ ಕಳುಹಿಸಲು ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10001,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,auth-otp-sms-template,kan,TRUE,superadmin,now() +1143,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ಒಟಿಪಿ ಸಂದೇಶ,10001,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,auth-otp-email-subject-template,kan,TRUE,superadmin,now() +1144,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10001,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,auth-otp-email-content-template,kan,TRUE,superadmin,now() +1145,ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,ಒಟಿಪಿ ಕಳುಹಿಸಲು ದೃಢೀಕರಣ ಒಟಿಪಿ ಸೇವೆ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,auth-otp-sms-template,kan,TRUE,superadmin,now() +1146,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ಒಟಿಪಿ ಸಂದೇಶ,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,auth-otp-email-subject-template,kan,TRUE,superadmin,now() +1147,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10008,ನೋಂದಣಿ ಗ್ರಾಹಕ,auth-otp-email-content-template,kan,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,Iris,10006,Resident Services,mosip.bio-iris.template.property,eng,TRUE,superadmin,now() +1150,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,auth otp ಇಮೇಲ್ ಸೇವೆಯ ವಿಷಯ,txt,velocity,ದಯವಿಟ್ಟು OTP $otp ಅನ್ನು ಹುಡುಕಿ,10004,ID ದೃಢೀಕರಣ,auth-otp-email-content-template,kan,TRUE,superadmin,now() +1151,ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,$idvidType $idvid ಗಾಗಿ ಆತ್ಮೀಯ $name OTP $otp ಆಗಿದೆ ಮತ್ತು ಇದು $validTime ನಿಮಿಷಗಳವರೆಗೆ ಮಾನ್ಯವಾಗಿರುತ್ತದೆ. ($date ದಂದು $time ಗಂಟೆಗೆ ರಚಿಸಲಾಗಿದೆ),10004,ID ದೃಢೀಕರಣ,ida-auth-otp-email-content-template,kan,TRUE,superadmin,now() +1152,ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,$idvidType $idvid: OTP ವಿನಂತಿ,10004,ID ದೃಢೀಕರಣ,ida-auth-otp-email-subject-template,kan,TRUE,superadmin,now() +1154,ಒಪ್ಪಿಗೆ,ಒಪ್ಪಿಗೆ,txt,velocity,ಈ ಪ್ರಾಧಿಕಾರವು ಪೂರ್ವ-ನೋಂದಣಿ ಸಮಯದಲ್ಲಿ ನನ್ನ ಬಗ್ಗೆ ಸಂಗ್ರಹಿಸಿದ ಡೇಟಾವು ನನ್ನ - • ಹೆಸರು • ಹುಟ್ಟಿದ ದಿನಾಂಕ • ಲಿಂಗ • ವಿಳಾಸ • ಸಂಪರ್ಕ ವಿವರಗಳು • ಡಾಕ್ಯುಮೆಂಟ್‌ಗಳು ಈ ಮಾಹಿತಿಯನ್ನು ಪರಿಶೀಲಿಸುವ ಉದ್ದೇಶಕ್ಕಾಗಿ ಸಂಗ್ರಹಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ ವಿವಿಧ ಸೇವೆಗಳನ್ನು ಪ್ರವೇಶಿಸಲು ಅಥವಾ ಕಾನೂನು ಬಾಧ್ಯತೆಯನ್ನು ಅನುಸರಿಸಲು ನನ್ನ ಗುರುತು. ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಡೇಟಾವನ್ನು ಸಂಗ್ರಹಿಸಲು ನಾನು ನನ್ನ ಒಪ್ಪಿಗೆಯನ್ನು ನೀಡುತ್ತೇನೆ. ,10001,ಪೂರ್ವ ನೋಂದಣಿ,consent,kan,TRUE,superadmin,now() +1155,ಸ್ವೀಕೃತಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ${ResidentName}, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} ಆಗಿದೆ",10005,ನೋಂದಣಿ,updateUIN-email-notification,kan,TRUE,superadmin,now() +1156,ಸ್ವೀಕೃತಿ SMS ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ${ResidentName}, ಡಿಜಿಟಲ್ ಐಡೆಂಟಿಟಿ ಪ್ಲಾಟ್‌ಫಾರ್ಮ್‌ನೊಂದಿಗೆ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು. ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} .",10005,ನೋಂದಣಿ,updateUIN-sms-notification,kan,TRUE,superadmin,now() +1157,ಸ್ವೀಕೃತಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ಬಳಕೆದಾರರೇ, ನಿಮ್ಮ ಕಳೆದುಹೋದ UIN ಅನ್ನು ಹಿಂಪಡೆಯಲು ನಿಮ್ಮ ವಿನಂತಿಗಾಗಿ ಧನ್ಯವಾದಗಳು. ಈ ವಿನಂತಿಗಾಗಿ ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} ಆಗಿದೆ.",10005,ನೋಂದಣಿ,lostUIN-email-notification,kan,TRUE,superadmin,now() +1158,ಸ್ವೀಕೃತಿ SMS ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ ಬಳಕೆದಾರರೇ, ನಿಮ್ಮ ಕಳೆದುಹೋದ UIN ಅನ್ನು ಹಿಂಪಡೆಯಲು ನಿಮ್ಮ ವಿನಂತಿಗಾಗಿ ಧನ್ಯವಾದಗಳು. ಈ ವಿನಂತಿಗಾಗಿ ನಿಮ್ಮ ನೋಂದಣಿ ಐಡಿ ${RID} ಆಗಿದೆ.",10005,ನೋಂದಣಿ,lostUIN-sms-notification,kan,TRUE,superadmin,now() +1159,ನೇಮಕಾತಿ ರದ್ದುಪಡಿಸಲು ಟೆಂಪ್ಲೇಟ್,ನೇಮಕಾತಿ ರದ್ದುಪಡಿಸಲು ಟೆಂಪ್ಲೇಟ್,txt,velocity,"ಆತ್ಮೀಯ $name, ಅಪ್ಲಿಕೇಶನ್ ಐಡಿ $PRID ಮತ್ತು ಅಪಾಯಿಂಟ್‌ಮೆಂಟ್ ದಿನಾಂಕ ಮತ್ತು ಸಮಯಕ್ಕಾಗಿ ನಿಮ್ಮ ಅಪಾಯಿಂಟ್‌ಮೆಂಟ್, $Appointmentdate $Appointmenttime ಅನ್ನು ಸರ್ಕಾರಿ ತುರ್ತು/ರಜೆಯ ಕಾರಣ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ. ನೋಂದಣಿಗಾಗಿ ದಯವಿಟ್ಟು ಇನ್ನೊಂದು ಸ್ಲಾಟ್ ಅನ್ನು ಮರು-ಬುಕ್ ಮಾಡಿ. ಧನ್ಯವಾದಗಳು",10001,ಪೂರ್ವ ನೋಂದಣಿ,cancel-appointment,kan,TRUE,superadmin,now() +1160,ಕಳೆದುಹೋದ UIN ಅಧಿಸೂಚನೆ SMS,ಕಳೆದುಹೋದ UIN ಅಧಿಸೂಚನೆ SMS,txt,velocity,"ಆತ್ಮೀಯ $name_eng, ನಿಮ್ಮ UIN ಕಂಡುಬಂದಿದೆ. ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸದಲ್ಲಿ ನಿಮ್ಮ UIN ಕಾರ್ಡ್ ಅನ್ನು ನೀವು ಶೀಘ್ರದಲ್ಲೇ ಸ್ವೀಕರಿಸುತ್ತೀರಿ.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_LOST_UIN_SMS,kan,TRUE,superadmin,now() +1161,ಕಳೆದುಹೋದ UIN ಅಧಿಸೂಚನೆ ಇಮೇಲ್,ಕಳೆದುಹೋದ UIN ಅಧಿಸೂಚನೆ ಇಮೇಲ್,txt,velocity,"ಆತ್ಮೀಯ $name_eng, ನಿಮ್ಮ UIN ಕಂಡುಬಂದಿದೆ. ನಿಮ್ಮ ಅಂಚೆ ವಿಳಾಸದಲ್ಲಿ ನಿಮ್ಮ UIN ಕಾರ್ಡ್ ಅನ್ನು ನೀವು ಶೀಘ್ರದಲ್ಲೇ ಸ್ವೀಕರಿಸುತ್ತೀರಿ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_LOST_UIN_EMAIL,kan,TRUE,superadmin,now() +1188,ಇ-ಯುಐಎನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯವನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,ಇ-ಯುಐಎನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯವನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,txt,velocity,ಇ-ಯುಐಎನ್ ಡೌನ್‌ಲೋಡ್ ವಿಫಲತೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1173,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,txt,velocity,AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಯಶಸ್ವಿಯಾಗಿ ಅನ್‌ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1174,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಎಸ್‌ಎಂಎಸ್‌ನ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಎಸ್‌ಎಂಎಸ್‌ನ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನೀವು ವಿನಂತಿಸಿದ AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಯಶಸ್ವಿಯಾಗಿ ಅನ್‌ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_SUCCESS_SMS,kan,TRUE,superadmin,now() +1175,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ ಇಮೇಲ್,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಗಾಗಿ ನಿಮ್ಮ VID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ. ನಿಮ್ಮ VID ಸಂಖ್ಯೆ $VID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1162,ಮುಖವಾಡದ UIN ಕಾರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,ಮುಖವಾಡದ UIN ಕಾರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,txt,velocity," ಮಾಸ್ಕ್ ಮಾಡಿದ UIN ಕಾರ್ಡ್</ ಶೀರ್ಷಿಕೆ> <ಸ್ಟೈಲ್> .ಮುಖ್ಯ-ಕೋಷ್ಟಕ {ಅಂಚು-ಎಡ: 60px;; ಅಗಲ: 600px; ಎತ್ತರ: 350px; ಗಡಿ: 1px ಘನ ಕಪ್ಪು; } .cir {ಡಿಸ್ಪ್ಲೇ: ಇನ್ಲೈನ್-ಬ್ಲಾಕ್; ಗಡಿ ತ್ರಿಜ್ಯ: 60px; ಬಾಕ್ಸ್ ನೆರಳು: 0px 0px 2px #000000; ಪ್ಯಾಡಿಂಗ್: 0.5em 0.6em; } .ಹೆಸರು-ತಲೆ-ಬಣ್ಣ {ಬಣ್ಣ: ಕಪ್ಪು; } .ತಲೆ-ಶೀರ್ಷಿಕೆ {ಅಂಚು-ಎಡ: -85px; } .ಬಾರ್-ಕೋಡ್-ಪ್ಯಾಡಿಂಗ್ {ಮಾರ್ಜಿನ್-ಟಾಪ್: 20px; ಅಂಚು-ಎಡ: 20px; } .ಟಾಪ್-ಬಫರ್ {margin-left:10px; } </ style> </head> <body> <table class=main-table> <tr> <td>  <div class=cir> <font size=1>ಲೋಗೋ</font> </div> </td> <td> <label class=name-head-color> <font size=5 class= head-title>    ಕಿಂಗ್ಡಮ್ ಆಫ್ ಮೈಕಂಟ್ರಿ    </font> </label></td> <td rowspan=4> <div> <div style=border: solid black 1px; height: 150px; width: 120px;> <img src = $! ಅರ್ಜಿದಾರರ ಫೋಟೋ ಶೈಲಿ = width: 120px; height: 150px> </div> </div> </td> </tr> <tr> <td rowspan=1> <div class=block top-buffer > <label class=name-head-color><b>UIN : </b></label> <span class=name-color> $!UIN </span> </div> </td> </tr> <tr> <td rowspan=1> <div class=block top-buffer> <ಲೇಬಲ್ class=name-head-color><b>VID : </b></label> <span class=name-color> $!VID </span> </div> </td > </tr> <tr> <td rowspan=1> <div class=block top-buffer> <label class=name-head-color><b>ಹೆಸರು : </b ></label> <span class=name-color> $!fullName_eng</span> </div> </td> </tr> <tr> <td rowspan=1> <div class= ಬ್ಲಾಕ್ ಟಾಪ್-ಬಫರ್> <label class=name-head-color><b>اسم : </b></label> <span> $!fullName_ara</span> </div> </ label td> </tr> <tr> <td rowspan=1> <div class=block top-buffer> <label class=name-head-color><b>Date/تاريخ :  </b></label> <span>$! ಹುಟ್ಟಿದ ದಿನಾಂಕ</span> </div> </td> </tr> <tr> <td colspan=2> <div class=block top-buffer > <label class=name-head-color><b>ಲಿಂಗ : </b></label> <span>$!gender_eng</span>    <label class=name-head-color><b>جنس : </b></label> <span>$!gender_ara</span> </div> </td> </tr> <tr> <td colspan=3> <div class=row style=margin-right: 0px; margin-left: -10px;> <div class=col-md-2 top-buffer > <div class=block top-buffer> <table> <tr> <td>ಲೇಬಲ್ + class=name-head-color><b>ವಿಳಾಸ : </b></label> </td> <td><span>$!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $! region_eng, $!province_eng, $!city_eng, $!postalCode </span></td> </tr> <tr> <td><label class=name-head-color><b>عنوان :  ;</b></label> </td> <td><span>$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode </span> </ td > </ tr > </ ಕೋಷ್ಟಕ > </ div > </ div > </ div > </ td > </ tr > </ table > < div > & nbsp;</ div > < table class = ಮುಖ್ಯ-ಕೋಷ್ಟಕ ಶೈಲಿ = ಎತ್ತರ: 300px> <tr> <td> <div style=margin-left: 10px; margin-right: 10px; ಗಡಿ: ಘನ ಕಪ್ಪು 1px; ಎತ್ತರ: 250px; ಅಗಲ: 250px; > <div class=col-md-6> <div class=bar-code-padding></div> <img src=$!QrCode style=width: 250px; height: 250px; margin-top : -20px> </div> </div> </td> <td> <div class=name-head-color col-md-6> <br> ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ<br> <br> ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE,B Enguluru, ಕರ್ನಾಟಕ 560059 <br> <br> <br> <br> <br> <br> <br> <br> </ div> </ div> </ td> </tr> </table> </body> </html> +",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_MASKED_UIN_CARD_TEMPLATE,kan,TRUE,superadmin,now() +1163,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ದೃಢೀಕರಣ ಇತಿಹಾಸಕ್ಕಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1164,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ಯಶಸ್ಸಿನ SMS,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ದೃಢೀಕರಣ ಇತಿಹಾಸಕ್ಕಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_SUCCESS_SMS,kan,TRUE,superadmin,now() +1165,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ಯಶಸ್ವಿಯಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1166,ಇ-ಯುಐಎನ್ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,ಇ-ಯುಐಎನ್ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ಅಭಿನಂದನೆಗಳು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ e-UIN ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1167,ಇ-ಯುಐಎನ್ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,ಇ-ಯುಐಎನ್ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,txt,velocity,ಇ-ಯುಐಎನ್ ಡೌನ್‌ಲೋಡ್ ಯಶಸ್ವಿಯಾಗಿದೆ ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1168,e-UIN SMS ನ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,e-UIN SMS ನ ಯಶಸ್ವಿ ಡೌನ್‌ಲೋಡ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ಅಭಿನಂದನೆಗಳು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗಿದೆ. ನಿಮ್ಮ e-UIN ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_SUCCESS_SMS,kan,TRUE,superadmin,now() +1169,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಲಾಕ್,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಲಾಕ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನೀವು ವಿನಂತಿಸಿದ AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಯಶಸ್ವಿಯಾಗಿ ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1170,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಲಾಕ್ ,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಯಶಸ್ವಿ ಲಾಕ್,txt,velocity,AUTH ಪ್ರಕಾರವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1171,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ SMS ನ ಯಶಸ್ವಿ ಲಾಕ್,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ SMS ನ ಯಶಸ್ವಿ ಲಾಕ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನೀವು ವಿನಂತಿಸಿದ AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಯಶಸ್ವಿಯಾಗಿ ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_SUCCESS_SMS,kan,TRUE,superadmin,now() +1172,ದೃಢೀಕರಣ ಪ್ರಕಾರದ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,ದೃಢೀಕರಣ ಪ್ರಕಾರದ ಇಮೇಲ್‌ನ ಯಶಸ್ವಿ ಅನ್‌ಲಾಕಿಂಗ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನೀವು ವಿನಂತಿಸಿದ AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಯಶಸ್ವಿಯಾಗಿ ಅನ್‌ಲಾಕ್ ಮಾಡಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,eng,TRUE,superadmin,now() +1176,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,VID ಯ ಯಶಸ್ವಿ ಪೀಳಿಗೆ ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1177,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ SMS,VID ಜನರೇಷನ್ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಗಾಗಿ ನಿಮ್ಮ VID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರಚಿಸಲಾಗಿದೆ. ನಿಮ್ಮ VID ಸಂಖ್ಯೆ $VID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_SUCCESS_SMS,kan,TRUE,superadmin,now() +1178,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆ ಯಶಸ್ವಿ ಇಮೇಲ್,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ $VID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಹಿಂಪಡೆಯಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1179,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,VID ಯ ಯಶಸ್ವಿ ಹಿಂಪಡೆಯುವಿಕೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1180,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆಯ ಯಶಸ್ಸಿನ SMS,VID ಹಿಂತೆಗೆದುಕೊಳ್ಳುವಿಕೆಯ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ $VID ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಹಿಂಪಡೆಯಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_SUCCESS_SMS,kan,TRUE,superadmin,now() +1181,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ಯಶಸ್ವಿ ಇಮೇಲ್,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಮರುಮುದ್ರಣ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ RID (Req ಸಂಖ್ಯೆ) $RID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1182,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ಮರುಮುದ್ರಣ ವಿನಂತಿ ಯಶಸ್ವಿಯಾಗಿದೆ ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1183,ಮರುಮುದ್ರಣ ವಿನಂತಿ ಯಶಸ್ಸಿನ SMS,ಮರುಮುದ್ರಣ ವಿನಂತಿ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಮರುಮುದ್ರಣ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ RID (Req ಸಂಖ್ಯೆ) $RID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_SUCCESS_SMS,kan,TRUE,superadmin,now() +1184,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ ದೃಢೀಕರಣ ಇತಿಹಾಸದ ವಿವರಗಳನ್ನು ಪಡೆಯುವ ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1185,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್ ವಿಷಯ,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1186,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲವಾದ SMS,ದೃಢೀಕರಣ ಇತಿಹಾಸ ವಿನಂತಿ ವಿಫಲವಾದ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ದೃಢೀಕರಣ ಇತಿಹಾಸಕ್ಕಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_AUTH_HIST_FAILURE_SMS,kan,TRUE,superadmin,now() +1187,ಇ-ಯುಐಎನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,ಇ-ಯುಐಎನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ e-UIN ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1189,e-UIN ವೈಫಲ್ಯದ SMS ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,e-UIN ವೈಫಲ್ಯದ SMS ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ e-UIN ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_DOW_UIN_FAILURE_SMS,kan,TRUE,superadmin,now() +1203,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯ ,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,eng,TRUE,superadmin,now() +1204,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವೈಫಲ್ಯ SMS ,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವೈಫಲ್ಯ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ $VID ಹಿಂಪಡೆಯುವಿಕೆ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_FAILURE_SMS,kan,TRUE,superadmin,now() +1190,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ಅನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ಅನ್ನು ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ e-UIN ಅನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು! ",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1191,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,AUTH ಪ್ರಕಾರ(ಗಳ) ಲಾಕ್ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1192,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ SMS ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ SMS ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, AUTH ಪ್ರಕಾರ(ಗಳನ್ನು) ಲಾಕ್ ಮಾಡಲು ನೀವು ವಿನಂತಿಸಿದ್ದು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_LOCK_AUTH_FAILURE_SMS,kan,TRUE,superadmin,now() +1193,ಮರುಮುದ್ರಣ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್,ಮರುಮುದ್ರಣ ವಿನಂತಿ ವಿಫಲ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಕಾರ್ಡ್‌ನ ಮರುಮುದ್ರಣ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1194,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ವಿಫಲತೆಯ ಇಮೇಲ್ ವಿಷಯ,ಮರುಮುದ್ರಣ ವಿನಂತಿಯ ವಿಫಲತೆಯ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ಮರುಮುದ್ರಣ ವಿನಂತಿ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1195,ಮರುಮುದ್ರಣ ವಿನಂತಿ ವಿಫಲ SMS,ಮರುಮುದ್ರಣ ವಿನಂತಿ ವಿಫಲ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಕಾರ್ಡ್‌ನ ಮರುಮುದ್ರಣ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_RPR_FAILURE_SMS,kan,TRUE,superadmin,now() +1196,ದೃಢೀಕರಣ ಪ್ರಕಾರದ ಇಮೇಲ್ ಅನ್ನು ಅನ್‌ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರದ ಇಮೇಲ್ ಅನ್ನು ಅನ್‌ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, AUTH ಪ್ರಕಾರ(ಗಳು) ಅನ್‌ಲಾಕ್ ಮಾಡಲು ನೀವು ವಿನಂತಿಸಿದ್ದು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1197,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಅನ್‌ಲಾಕ್‌ನಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರಗಳ ಇಮೇಲ್ ವಿಷಯದ ಅನ್‌ಲಾಕ್‌ನಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,AUTH ಪ್ರಕಾರ(ಗಳ) ಅನ್‌ಲಾಕ್ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1198,ದೃಢೀಕರಣ ಪ್ರಕಾರದ SMS ಅನ್‌ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,ದೃಢೀಕರಣ ಪ್ರಕಾರದ SMS ಅನ್‌ಲಾಕ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, AUTH ಪ್ರಕಾರ(ಗಳು) ಅನ್‌ಲಾಕ್ ಮಾಡಲು ನೀವು ವಿನಂತಿಸಿದ್ದು ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UNLOCK_AUTH_FAILURE_SMS,kan,TRUE,superadmin,now() +1199,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ ಇಮೇಲ್,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಗಾಗಿ VID ಉತ್ಪಾದನೆ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1200,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯ,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1201,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ SMS,VID ಜನರೇಷನ್ ವೈಫಲ್ಯ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಗಾಗಿ VID ಉತ್ಪಾದನೆ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_GEN_FAILURE_SMS,kan,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,eng,TRUE,superadmin,now() +1202,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವಿಫಲ ಇಮೇಲ್,ವಿಐಡಿ ಹಿಂಪಡೆಯುವಿಕೆ ವಿಫಲ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ $VID ಹಿಂಪಡೆಯುವಿಕೆ ವಿಫಲವಾಗಿದೆ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_VIN_REV_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1205,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ಮಾಡಲಾಗಿದೆ,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ಮಾಡಲಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಅಪ್‌ಡೇಟ್ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ RID (Req ಸಂಖ್ಯೆ) ಟ್ರ್ಯಾಕಿಂಗ್‌ಗಾಗಿ $RID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1206,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ವಿಷಯವನ್ನು ಇರಿಸಲಾಗಿದೆ,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇಮೇಲ್ ವಿಷಯವನ್ನು ಇರಿಸಲಾಗಿದೆ,txt,velocity,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇರಿಸಲಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1207,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ SMS ಇರಿಸಲಾಗಿದೆ,UIN ನವೀಕರಣ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ SMS ಇರಿಸಲಾಗಿದೆ,txt,velocity,"ಹಾಯ್ $fullName_eng, UIN ಅಪ್‌ಡೇಟ್ ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಇರಿಸಲಾಗಿದೆ. ನಿಮ್ಮ RID (Req ಸಂಖ್ಯೆ) ಟ್ರ್ಯಾಕಿಂಗ್‌ಗಾಗಿ $RID ಆಗಿದೆ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_SUCCESS_SMS,kan,TRUE,superadmin,now() +1208,UIN ನವೀಕರಣ ವಿನಂತಿ ವಿಫಲವಾದ ಇಮೇಲ್,UIN ನವೀಕರಣ ವಿನಂತಿ ವಿಫಲವಾದ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ನಮಗೆ ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1209,UIN ಅಪ್‌ಡೇಟ್ ವಿನಂತಿ ವಿಫಲವಾದ ಇಮೇಲ್ ವಿಷಯ,UIN ಅಪ್‌ಡೇಟ್ ವಿನಂತಿ ವಿಫಲವಾದ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,UIN ನವೀಕರಣ ವಿನಂತಿ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1210,UIN ನವೀಕರಣ ವಿನಂತಿ ವಿಫಲವಾದ SMS,UIN ನವೀಕರಣ ವಿನಂತಿ ವಿಫಲವಾದ SMS,txt,velocity,"ಹಾಯ್ $fullName_eng, ನಿಮ್ಮ UIN ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ನಮಗೆ ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು!",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_UIN_UPDATE_FAILURE_SMS,kan,TRUE,superadmin,now() +1211,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ ಇಮೇಲ್,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನೋಂದಣಿಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1212,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ SMS,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ SMS,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನೋಂದಣಿಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RPV_SUC_SMS,kan,TRUE,superadmin,now() +1213,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ನವೀಕರಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ನವೀಕರಿಸಿ,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1279,UIN ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ,UIN ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ,txt,velocity,UIN ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_UPD_EMAIL_SUB,kan,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,Face,10006,Resident Services,mosip.bio-face.template.property,eng,TRUE,superadmin,now() +1214,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS ಅನ್ನು ನವೀಕರಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS ಅನ್ನು ನವೀಕರಿಸಿ,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UPV_SUC_SMS,kan,TRUE,superadmin,now() +1225,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ನೋಂದಣಿ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ನೋಂದಣಿ ದೃಢೀಕರಣ ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1215,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ವಿವರಗಳನ್ನು ಹುಡುಕಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_LPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1216,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ವಿವರಗಳನ್ನು ಹುಡುಕಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_LPV_SUC_SMS,kan,TRUE,superadmin,now() +1217,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RUPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1218,ರೆಸಿಡೆಂಟ್ ಅಪ್‌ಡೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ SMS,ರೆಸಿಡೆಂಟ್ ಅಪ್‌ಡೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣ ಯಶಸ್ವಿ SMS,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ ವಿವರಗಳನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RUPV_SUC_SMS,kan,TRUE,superadmin,now() +1219,ಮರು-ಮುದ್ರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,ಮರು-ಮುದ್ರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ಮರು-ಮುದ್ರಿಸಲು ನಾವು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1220,ಮರು-ಪ್ರಿಂಟ್ ಪ್ಯಾಕೆಟ್ ಊರ್ಜಿತಗೊಳಿಸುವಿಕೆಯ ಯಶಸ್ಸಿನ SMS,ಮರು-ಪ್ರಿಂಟ್ ಪ್ಯಾಕೆಟ್ ಊರ್ಜಿತಗೊಳಿಸುವಿಕೆಯ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ಮರು-ಮುದ್ರಿಸಲು ನಾವು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PPV_SUC_SMS,kan,TRUE,superadmin,now() +1221,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_APV_SUC_EMAIL,kan,TRUE,superadmin,now() +1222,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ SMS ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ SMS ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_APV_SUC_SMS,kan,TRUE,superadmin,now() +1223,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ವಿ ಇಮೇಲ್ ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DPV_SUC_EMAIL,kan,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,eng,TRUE,superadmin,now() +1224,ಡಿ-ಆಕ್ಟಿವೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS,ಡಿ-ಆಕ್ಟಿವೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $!name_eng, RID ವಿರುದ್ಧ ನಿಮ್ಮ UIN ಅನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ನಾವು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ: $!RID. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DPV_SUC_SMS,kan,TRUE,superadmin,now() +1226,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ಉಪವನ್ನು ನವೀಕರಿಸಿ,ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸಿನ ಇಮೇಲ್ ಉಪವನ್ನು ನವೀಕರಿಸಿ,txt,velocity,ವಿನಂತಿಯ ದೃಢೀಕರಣವನ್ನು ನವೀಕರಿಸಿ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1227,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ಕಳೆದುಹೋದ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ಲಾಸ್ಟ್ ವಿನಂತಿಯ ದೃಢೀಕರಣ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_LPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1228,ಮರು-ಪ್ರಿಂಟ್ ಪ್ಯಾಕೆಟ್ ಊರ್ಜಿತಗೊಳಿಸುವಿಕೆಯ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ಮರು-ಪ್ರಿಂಟ್ ಪ್ಯಾಕೆಟ್ ಊರ್ಜಿತಗೊಳಿಸುವಿಕೆಯ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ಮರು-ಮುದ್ರಣ ವಿನಂತಿಯ ದೃಢೀಕರಣ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1229,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ವಿನಂತಿಯ ದೃಢೀಕರಣವನ್ನು ನವೀಕರಿಸಿ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_RUPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1230,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ನಿವಾಸಿ ನವೀಕರಣ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ಸಕ್ರಿಯಗೊಳಿಸುವಿಕೆ ವಿನಂತಿಯ ದೃಢೀಕರಣ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_APV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1231,ಡಿ-ಆಕ್ಟಿವೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,ಡಿ-ಆಕ್ಟಿವೇಟ್ ಪ್ಯಾಕೆಟ್ ಮೌಲ್ಯೀಕರಣದ ಯಶಸ್ಸು ಇಮೇಲ್ ಉಪ,txt,velocity,ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಿಕೆ ವಿನಂತಿಯ ದೃಢೀಕರಣ,10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DPV_SUC_EMAIL_SUB,kan,TRUE,superadmin,now() +1232,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸಿನ SMS ,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸಿನ SMS,txt,velocity,"ಹಾಯ್ $!fullName, ನಾವು $!partnerName ನಿಂದ $!credentialName ಗಾಗಿ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ. ವಿನಂತಿ ಐಡಿ $!RID ಮತ್ತು ನಿಮ್ಮದು ಎನ್‌ಕ್ರಿಪ್ಶನ್ ಕೀ $!encryptionKey. ಈ ವಿನಂತಿಯು ಪ್ರಕ್ರಿಯೆಯಲ್ಲಿದೆ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_SUCCESS_SMS,kan,TRUE,superadmin,now() +1233,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸು EMAIL,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸು EMAIL,txt,velocity,"ಹಾಯ್ $!fullName, ನಾವು $!partnerName ನಿಂದ $!credentialName ಗಾಗಿ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ. ಇದಕ್ಕಾಗಿ ವಿನಂತಿ ಐಡಿ $!RID ಮತ್ತು ನಿಮ್ಮದು encryption key is $!encryptionKey. This request is under processing. Thank You",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1234,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸು ಇಮೇಲ್ ವಿಷಯ,ರುಜುವಾತು ವಿತರಣೆಯ ಯಶಸ್ಸು ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ರುಜುವಾತು ನೀಡಿಕೆ ದೃಢೀಕರಣ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1235,ರುಜುವಾತು ವಿತರಣೆ ಸ್ಥಿತಿ ಪರಿಶೀಲನೆ SMS,ರುಜುವಾತು ವಿತರಣೆ ಸ್ಥಿತಿ ಪರಿಶೀಲನೆ SMS,txt,velocity,"ಹಾಯ್ $!fullName, ವಿನಂತಿಯ ID $!RID ಗೆ ರುಜುವಾತುಗಳನ್ನು ನೀಡಲು ನಿಮ್ಮ ವಿನಂತಿಯ ಸ್ಥಿತಿಯು $! ಸ್ಥಿತಿಯಾಗಿದೆ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_STATUS_SMS,kan,TRUE,superadmin,now() +1236,ರುಜುವಾತು ವಿತರಣೆಯ ಸ್ಥಿತಿ ಪರಿಶೀಲಿಸಿ EMAIL,ರುಜುವಾತು ವಿತರಣೆಯ ಸ್ಥಿತಿ ಪರಿಶೀಲಿಸಿ EMAIL,txt,velocity,"ಹಾಯ್ $!fullName, ವಿನಂತಿಯ ID $!RID ಗೆ ರುಜುವಾತುಗಳನ್ನು ನೀಡಲು ನಿಮ್ಮ ವಿನಂತಿಯ ಸ್ಥಿತಿಯು $! ಸ್ಥಿತಿಯಾಗಿದೆ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_STATUS_EMAIL,kan,TRUE,superadmin,now() +1237,ರುಜುವಾತು ವಿತರಣೆ ಸ್ಥಿತಿ EMAIL ವಿಷಯ ಪರಿಶೀಲಿಸಿ,ರುಜುವಾತು ವಿತರಣೆ ಸ್ಥಿತಿ EMAIL ವಿಷಯ ಪರಿಶೀಲಿಸಿ,txt,velocity,ರುಜುವಾತು ವಿತರಣೆಯ ಸ್ಥಿತಿ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_STATUS_EMAIL_SUB,kan,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,An attempt was made to $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,eng,TRUE,superadmin,now() +1238,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಿ ಯಶಸ್ವಿ SMS,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಿ ಯಶಸ್ವಿ SMS,txt,velocity,"ಹಾಯ್ $!fullName, ವಿನಂತಿ ಐಡಿ $!RID ಜೊತೆಗೆ ನಿಮ್ಮ ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_CANCEL_SUCCESS_SMS,kan,TRUE,superadmin,now() +1170,प्रमाणीकरण प्रकारों के लिए ईमेल सामग्री का सफल लॉक,प्रमाणीकरण प्रकारों के लिए ईमेल सामग्री का सफल लॉक,txt,velocity,AUTH प्रकार सफलतापूर्वक लॉक हो गया है,10006,घरेलू सेवाएं,RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1239,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಿ ಯಶಸ್ಸು EMAIL,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಿ ಯಶಸ್ಸು EMAIL,txt,velocity,"ಹಾಯ್ $!fullName, $RID ವಿನಂತಿ ಐಡಿಯೊಂದಿಗೆ ನಿಮ್ಮ ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_CANCEL_SUCCESS_EMAIL,kan,TRUE,superadmin,now() +1240,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸು ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸು ಯಶಸ್ಸಿನ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ರುಜುವಾತು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,kan,TRUE,superadmin,now() +1241,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ SMS,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ SMS,txt,velocity,"ಹಾಯ್ $!fullName, ನಾವು $!partnerName ನಿಂದ $!credentialName ಗಾಗಿ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ. ಇದಕ್ಕಾಗಿ ವಿನಂತಿ ಐಡಿ $!RID ಆಗಿದೆ. ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_FAILURE_SMS,kan,TRUE,superadmin,now() +1242,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ EMAIL,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ EMAIL,txt,velocity,"ಹಾಯ್ $!fullName, ನಾವು $!partnerName ನಿಂದ $!credentialName ಗಾಗಿ ವಿನಂತಿಯನ್ನು ಸ್ವೀಕರಿಸಿದ್ದೇವೆ. ಇದಕ್ಕಾಗಿ ವಿನಂತಿ ಐಡಿ $!RID ಆಗಿದೆ. ವಿನಂತಿಯನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ನಂತರ ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ. ಧನ್ಯವಾದಗಳು",10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_FAILURE_EMAIL,kan,TRUE,superadmin,now() +1243,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ ಇಮೇಲ್ ವಿಷಯ ,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲತೆ ಇಮೇಲ್ ವಿಷಯ,txt,velocity,ರುಜುವಾತು ವಿತರಣೆ ವಿಫಲವಾಗಿದೆ,10006,ನಿವಾಸ ಸೇವೆಗಳು,RS_CRE_REQ_FAILURE_EMAIL_SUB,kan,TRUE,superadmin,now() +1260,ಡ್ಯಾಶ್‌ಬೋರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,ಡ್ಯಾಶ್‌ಬೋರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=viewport content=width=device-width, initial-scale=1>< ಶೈಲಿ> * {ಬಾಕ್ಸ್-ಗಾತ್ರ: ಗಡಿ-ಪೆಟ್ಟಿಗೆ; } ದೇಹ {ಫಾಂಟ್-ಕುಟುಂಬ: ಏರಿಯಲ್, ಹೆಲ್ವೆಟಿಕಾ, ಸಾನ್ಸ್-ಸೆರಿಫ್;ಹಿನ್ನೆಲೆ-ಬಣ್ಣ: #f1f1f1; } ಹೆಡರ್ {ಪ್ಯಾಡಿಂಗ್: 20px; ಪಠ್ಯ-ಜೋಡಣೆ: ಕೇಂದ್ರ; ಫಾಂಟ್ ಗಾತ್ರ: 15px; ಬಣ್ಣ: ಕಪ್ಪು; } .tablecss {font-size:13px; } .ಕಾಲಮ್ {ಫ್ಲೋಟ್: ಎಡ; ಅಗಲ: ಸ್ವಯಂ; ಪ್ಯಾಡಿಂಗ್: 10px; ಅಂಚು:10px; ಉಕ್ಕಿ:ಆಟೋ; ಗಡಿ:1px ಘನ #FF1493; } .ಬಟನ್ಸ್-ಕಾಲಮ್ {ಫ್ಲೋಟ್: ಎಡ; ಅಗಲ: ಸ್ವಯಂ; ಪ್ಯಾಡಿಂಗ್: 10px; ಅಂಚು:10px; ಉಕ್ಕಿ:ಆಟೋ; } .ಕಾಲಮ್-ರೆಕ್ಟ್ {ಫ್ಲೋಟ್: ಎಡ; ಅಗಲ: 150px; ಪ್ಯಾಡಿಂಗ್: 2px; ಅಂಚು-ಬಲ: 5px; ಅಂಚು-ಎಡ:5px; ಉಕ್ಕಿ:ಆಟೋ; ಎತ್ತರ: 115px; ಪಠ್ಯ-ಹೊಂದಾಣಿಕೆ:ಕೇಂದ್ರ; ಬಣ್ಣ:ಬಿಳಿ; } .row:ನಂತರ {ವಿಷಯ: ; ಪ್ರದರ್ಶನ: ಟೇಬಲ್; ಸ್ಪಷ್ಟ: ಎರಡೂ; } </style> </head><body>>header><h2>${dashBoard}</h2></header><div class=row><div class=column style=background- color:#fff;><h4>${ಬಳಕೆದಾರರು}</h4><table class=tablecss> #foreach( $userDetails.keySet() ನಲ್ಲಿ $key ) <tr><td width=10%>< img src=$userDetails.get($key).get(userRole) height=15 width=15></img></td><td width=30%>$userDetails.get($key).get (userId)</td><td width=50%>$userDetails.get($key).get(userName)</td><td width=10%><img src=$userDetails.get($key).get(userStatus) height=25 width=25></img></td></tr> #end </table></div><div class=buttons-column style=margin-top: 0px;><div class=row><div class=column-rect style=background-color:limegreen;><h2>${totalPacketsCount}</h2><p>${totalPacketsLabel}</p></div><div class=column-rect style=background-color:goldenrod;color:black><h2>${pendingEODCount}</h2><p>${pendingEODLabel}</p></div><div class=column-rect style=background-color:red;><h2>${pendingUploadCount}</h2><p>${pendingUploadLabel}</p></div></div></div><div class=column style=background-color:#fff;><table width=100% class=tablecss> #foreach( $key in $activities.keySet() ) <tr><td><h3>#if( $key != Updates ) $key #end</h3></td></tr><tr><td><table width=100% class=tablecss> #foreach( $keyList in $activities.get($key) ) <tr><td width=60%>$keyList.get(activityName)</td><td width=40%>$keyList.get(activityValue)</td></tr> #end </table></td></tr> #end </table></div></div></body></html>",10002,ನಿವಾಸ ಸೇವೆಗಳು,reg-dashboard-template,kan,TRUE,superadmin,now() +1263,ಪಾಲುದಾರ-ರೆಗ್-ಉಪ-ಟೆಂಪ್ಲೇಟ್,ಪಾಲುದಾರ-ರೆಗ್-ಉಪ-ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಪಾಲುದಾರ ನೋಂದಣಿ ,10007,PMS,partner-reg-sub-template,kan,TRUE,superadmin,now() +1264,ಪಾಲುದಾರ-ಸ್ಥಿತಿ-ಉಪ-ಟೆಂಪ್ಲೇಟ್ ,ಪಾಲುದಾರ-ಸ್ಥಿತಿ-ಉಪ-ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಪಾಲುದಾರರ ಸ್ಥಿತಿ,10007,PMS,partner-status-sub-template,kan,TRUE,superadmin,now() +1265,ಪಾಲುದಾರ-apikey-ಸ್ಥಿತಿ-ಉಪ-ಟೆಂಪ್ಲೇಟ್,ಪಾಲುದಾರ-apikey-ಸ್ಥಿತಿ-ಉಪ-ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಪಾಲುದಾರ APIKey ಸ್ಥಿತಿ,10007,PMS,partner-apikey-status-sub-template,kan,TRUE,superadmin,now() +1266,ಪಾಲುದಾರ-ರೆಗ್-ವಿಷಯ-ಟೆಂಪ್ಲೇಟ್,ಪಾಲುದಾರ ನೋಂದಣಿ ವಿಷಯ ಟೆಂಪ್ಲೇಟ್ ಅನ್ನು ಸೂಚಿಸಿ,txt,velocity,"ಆತ್ಮೀಯ ಪಾಲುದಾರರೇ, ಪಾಲುದಾರ ನಿರ್ವಹಣಾ ಪೋರ್ಟಲ್‌ನಲ್ಲಿ ನಿಮ್ಮ ಸ್ವಯಂ-ನೋಂದಣಿ ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಂಡಿದೆ. ನಿಮ್ಮ ಪಾಲುದಾರ ಐಡಿ $partnerId ಆಗಿದೆ",10007,PMS,partner-reg-content-template,kan,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN card was downloaded,10006,Resident Services,get-my-uin-card-positive-purpose,eng,TRUE,superadmin,now() +1168,ई-यूआईएन एसएमएस का सफल डाउनलोड,ई-यूआईएन एसएमएस का सफल डाउनलोड,txt,velocity,"नमस्ते $ fullName_eng, बधाई हो आपका अनुरोध संसाधित कर दिया गया है। आपका ई-यूआईएन डाउनलोड करने का अनुरोध सफल रहा। धन्यवाद!",10006,घरेलू सेवाएं,RS_DOW_UIN_SUCCESS_SMS,hin,TRUE,superadmin,now() +1250,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಸ್ವೀಕೃತಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"<!DOCTYPE html><html $rtl><head><style>body{font-family:""Roboto"";}table, .head{font-size:13px;}.demoDiv{width: 85%;float: left;}.photoDiv{width: 15%;float:right;}.form{display:inline-block;}.section{align:center;padding:30px;width:800px;margin:auto;}.headings{color:#808080;font-size:11px;}p{display:inline;}.dataTable{word-wrap:break-word;table-layout:fixed;width:70%;}.headerTable{width:90%;}.uinHeaderTable{width:100%;}h5{display:inline;position:absolute;}.iris{top:-15px;left:152px;}.irisWithoutException{top:-15px;left:114px;}.tableWithoutException{width:50%;text-align:center;table-layout:fixed;margin:0 auto;}.biometricsTable{width:100%;text-align:center;table-layout:fixed;}.biometrics{position:relative;}.leftLittle{top:15px;left:11px;display:inline;position:absolute;}.leftRing{top:3px;left:23px;}.leftMiddle{top:-7px;left:37px;}.leftIndex{top:3px;left:54px;}.rightIndex{top:3px;left:26px;}.rightMiddle{top:-7px;left:39px;}.rightRing{top:3px;left:55px;}.rightLittle{top:15px;left:68px;}.leftThumb{top:-4px;left:24px;}.rightThumb{top:-4px;left:54px;}.parentStyle{top:-15px;left:152px;}.parentIris1{top:-15px;left:212px;}.parentIris2{top:-15px;left:214px;}li span{color:black;font-size:12px;} li{color:lightgrey}button{float:right;font-size:12px;border:none;background-color:transparent;outline:none;}button:active{background-color:black;color:white;} .bottom{vertical-align:bottom;}.consent-block{font-size:13px;border-radius: 8px;margin-top: 10px;margin-bottom: 10px;border: 2px solid #E88E3F;padding-top: -50px;padding:10px;}.consent-text{margin-left: 7px;margin-bottom: 4px;}input[type=""radio""] {display: none;} input[type=""radio""] + label:before { content: """"; display: inline-block; width: 15px; height: 15px; padding: 3px; margin-right: 5px; background-clip: content-box; border: 1px solid grey; background-color: #fff; border-radius: 50%;}input[type=""radio""]:checked + label:before { background-color: #FF4081; border-color:#FF4081;}*,*:before,*:after { box-sizing: border-box;}.consent-block label { display: inline-flex; align-items: center;}.demoDiv>table{width:100%}.demoDiv>table>tbody>tr>th{color:#808080;font-size:10px; width:25%; text-align: left;padding: 2px}.demoDiv>table>tbody>tr>td{width:25%; text-align: left;padding: 2px}</style><script>function changeColour(element) { var div = document.getElementById(""radioId""); if(element.value == ""yes""){div.style = ""border: 2px solid #68A933"";} if(element.value == ""no""){div.style = ""border: 2px solid #FF0000"";}} document.onreadystatechange = function () {if(document.readyState === ""complete""){var body = document.getElementsByTagName(""body"")[0]; body.addEventListener(""dragstart"", function(event) {event.preventDefault();}); body.addEventListener(""selectstart"", function(event) {event.preventDefault();});}}</script></head> <body> <div class=section> <div class=form> <table class=headerTable> <tr> #if ( !$isPreview && $QRCodeSource ) <td class=bottom> <img src=${QRCodeSource} width=85 height=85/> </td> #end <td class=bottom><p class=headings>${ApplicationIDLabel}</p><br/>${ApplicationID}</td> #if ( $UIN ) <td class=bottom><p class=headings>${UINLabel}</p><br/>${UIN}</td> #end <td class=bottom><p class=headings>${DateLabel}</p><br/>${Date}</td> </tr> </table> <br/>#if ( $name ) <table class=headerTable> <tr><td><p class=headings>${NameLabel}</p><br/>${NameValue}</td></tr> </table> #end <br/> <hr/> <p class=head><b>${DemographicInfo}</b></p> <hr/><div class=""demoDiv""><table> <tr> #if( $demographics.get(""fullName"") ) <th>$demographics.get(""fullName"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""fullName"") ) <td>$demographics.get(""fullName"").get(""value"")</td> #end </tr><tr> #if( $demographics.get(""dateOfBirth"") ) <th>$demographics.get(""dateOfBirth"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""dateOfBirth"") ) <td>$demographics.get(""dateOfBirth"").get(""value"")</td> #end </tr><tr> #if( $demographics.get(""gender"") ) <th>$demographics.get(""gender"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""gender"") ) <td>$demographics.get(""gender"").get(""value"")</td> #end </tr><tr> #if( $demographics.get(""phone"") ) <th>$demographics.get(""phone"").get(""label"")</th> #end #if( $demographics.get(""email"") ) <th>$demographics.get(""email"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""phone"") ) <td>$demographics.get(""phone"").get(""value"")</td> #end #if( $demographics.get(""email"") ) <td>$demographics.get(""email"").get(""value"")</td> #end </tr></table><table> #if( $demographics.get(""addressLine1"") ) <hr/><h1 class=""headings"">Address</h1> #end <tr> #if( $demographics.get(""addressLine1"") ) <th>$demographics.get(""addressLine1"").get(""label"")</th> #end #if( $demographics.get(""addressLine2"") ) <th>$demographics.get(""addressLine2"").get(""label"")</th> #end #if( $demographics.get(""addressLine3"") ) <th>$demographics.get(""addressLine3"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""addressLine1"") ) <td>$demographics.get(""addressLine1"").get(""value"")</td> #end #if( $demographics.get(""addressLine2"") ) <td>$demographics.get(""addressLine2"").get(""value"")</td> #end #if( $demographics.get(""addressLine3"") ) <td>$demographics.get(""addressLine3"").get(""value"")</td> #end </tr></table><table><tr> #if( $demographics.get(""region"") ) <th>$demographics.get(""region"").get(""label"")</th> #end #if( $demographics.get(""province"") ) <th>$demographics.get(""province"").get(""label"")</th> #end #if( $demographics.get(""city"") ) <th>$demographics.get(""city"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""region"") ) <td>$demographics.get(""region"").get(""value"")</td> #end #if( $demographics.get(""province"") ) <td>$demographics.get(""province"").get(""value"")</td> #end #if( $demographics.get(""city"") ) <td>$demographics.get(""city"").get(""value"")</td> #end </tr></table><table><tr> #if( $demographics.get(""zone"") ) <th>$demographics.get(""zone"").get(""label"")</th> #end #if( $demographics.get(""postalCode"") ) <th>$demographics.get(""postalCode"").get(""label"")</th> #end </tr><tr> #if( $demographics.get(""zone"") ) <td>$demographics.get(""zone"").get(""value"")</td> #end #if( $demographics.get(""postalCode"") ) <td>$demographics.get(""postalCode"").get(""value"")</td> #end </tr><tr>#if( $demographics.get(""modeOfClaim"") ) <th>$demographics.get(""modeOfClaim"").get(""label"")</th> #end</tr><tr> #if( $demographics.get(""modeOfClaim"") ) <td>$demographics.get(""modeOfClaim"").get(""value"")</td> #end</tr></table> #if( $demographics.get(""parentOrGuardianName"") ) <hr/> <table> <h1 class=""headings"">Gaurdian Details</h1><tr><th>$demographics.get(""parentOrGuardianName"").get(""label"")</th> #if( $demographics.get(""parentOrGuardianRID"") ) <th>$demographics.get(""parentOrGuardianRID"").get(""label"")</th> #end #if( $demographics.get(""parentOrGuardianUIN"") ) <th>$demographics.get(""parentOrGuardianUIN"").get(""label"")</th> #end </tr><tr><td>$demographics.get(""parentOrGuardianName"").get(""value"")</td> #if( $demographics.get(""parentOrGuardianRID"") ) <td>$demographics.get(""parentOrGuardianRID"").get(""value"")</td> #end #if( $demographics.get(""parentOrGuardianUIN"") ) <td>$demographics.get(""parentOrGuardianUIN"").get(""value"")</td> #end </tr></table> #end </div>#if ( $ApplicantImageSource ) <div class=""photoDiv""> <table> <tr> <td> <p>${Photo}</p> </td> </tr> <tr> <td><img src=${ApplicantImageSource} border=0 width=100 height=100/></td> </tr> </table> </div> #end <div style=""width: 100%; height: 50%; clear:both""></div> <br/> <br/> <hr/> <p class=head><b>${DocumentsLabel}</b></p> <hr/> <table class=dataTable> #foreach( $key in $documents.keySet() ) <tr> <td> <p class=headings>$documents.get($key).get(""label"")</p> <br/><p> $documents.get($key).get(""value"")</p> </td> </tr> #end </table> <br/> <hr/> <p class=head><b>${BiometricsLabel}</b></p> <hr/> #foreach( $key in $biometrics.keySet() ) <table> <tr> <td>$biometrics.get($key).get(""label"")<br/> <p class=headings>${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )<br/></p> <br/> </td> </tr> <table class=biometricsTable> <tr> #if( $biometrics.get($key).get(""CapturedLeftEye"") ) <td> <p class=headings>${LeftEyeLabel}</p> </td> #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) <td> <p class=headings>${RightEyeLabel}</p> </td> #end</tr><tr> #if( $biometrics.get($key).get(""CapturedLeftEye"") ) <td> #if( !$isPreview ) <div class=biometrics> <h5 class=parentIris1>$biometrics.get($key).get(""LeftEye"")</h5> <img src=$biometrics.get($key).get(""CapturedLeftEye"") border=0 width=85 height=80/> </div> #end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") )<img src=$biometrics.get($key).get(""CapturedLeftEye"") border=0 width=85 height=80/> #end </td> #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) <td>#if( !$isPreview ) <div class=biometrics> <h5 class=parentIris1>$biometrics.get($key).get(""RightEye"")</h5> <img src=$biometrics.get($key).get(""CapturedRightEye"") border=0 width=85 height=80/> </div> #end </td> #end </tr> </table> <table class=biometricsTable> <tr> #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) <td> <p class=headings>${LeftPalmLabel}</p> </td> #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) <td> <p class=headings>${RightPalmLabel}</p> </td> #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) <td> <p class=headings>${ThumbsLabel}</p> </td> #end </tr> <tr> #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) <td style=text-align:-webkit-center> #if( !$isPreview ) <table> <tr> <td> <div class=biometrics> <h5 class=leftLittle>$biometrics.get($key).get(""leftLittle"")</h5> <h5 class=leftRing>$biometrics.get($key).get(""leftRing"")</h5> <h5 class=leftMiddle>$biometrics.get($key).get(""leftMiddle"")</h5> <h5 class=leftIndex>$biometrics.get($key).get(""leftIndex"")</h5> </div> </td></tr> <tr> <td><img src=$biometrics.get($key).get(""CapturedLeftSlap"") border=0 width=85 height=80/></td> </tr> </table> #end </td> #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) <td style=text-align:-webkit-center> #if( !$isPreview ) <table> <tr> <td> <div class=biometrics> <h5 class=rightIndex>$biometrics.get($key).get(""rightIndex"")</h5> <h5 class=rightMiddle>$biometrics.get($key).get(""rightMiddle"")</h5> <h5 class=rightRing>$biometrics.get($key).get(""rightRing"")</h5> <h5 class=rightLittle>$biometrics.get($key).get(""rightLittle"")</h5> </div> </td></tr> <tr> <td><img src=$biometrics.get($key).get(""CapturedRightSlap"") border=0 width=85 height=80/></td> </tr> </table> #end </td> #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) <td style=text-align:-webkit-center> #if( !$isPreview ) <table> <tr> <td> <div class=biometrics> <h5 class=leftThumb>$biometrics.get($key).get(""leftThumb"")</h5> <h5 class=rightThumb>$biometrics.get($key).get(""rightThumb"")</h5> </div> </td></tr> <tr> <td><img src=$biometrics.get($key).get(""CapturedThumbs"") border=0 width=85 height=80/></td> </tr> </table> #end </td> #end </tr> </table> <br/> <table class=biometricsTable> <tr> #if( $biometrics.get($key).get(""FaceImageSource"") ) <td> <p class=headings>${FaceLabel}</p> </td> #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) <td> <p class=headings>${ExceptionPhotoLabel}</p> </td> #end </tr> <tr> #if( $biometrics.get($key).get(""FaceImageSource"") ) <td><img src=$biometrics.get($key).get(""FaceImageSource"") border=0 width=85 height=80/> </td> #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) <td> <img src=${ExceptionImageSource} border=0 width=85 height=80/> </td> #end </tr> </table> </table> #end <br/> <div> <table class=dataTable> <tr> <td> <p class=headings>${RONameLabel}</p><br/>${ROName}<br/></td> <td> <p class=headings>${RegCenterLabel}</p><br/>${RegCenter}<br/> </td> </tr> </table> <hr/> <br/> </div><div><p>${ImportantGuidelines}</p> <ul> #foreach( $line in $Guidelines ) <li><span>${line}</span></li> #end </ul></div></div></div></body></html>",10002,ನಿವಾಸ ಸೇವೆಗಳು,reg-ack-template-part,kan,TRUE,superadmin,now() +1555,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"Dear $!name_eng, + +Your request for UIN for Registration ID: $!RID has been rejected by the Supervisor. Please visit your nearest Registration office for further details.",10003,Registration Processor,RPR_SUP_REJECT_SMS,eng,TRUE,superadmin,now() +1267,ಪಾಲುದಾರ-ಸ್ಥಿತಿ-ವಿಷಯ-ಟೆಂಪ್ಲೇಟ್,ಪಾಲುದಾರ ಸ್ಥಿತಿ ವಿಷಯ ಟೆಂಪ್ಲೇಟ್ ಅನ್ನು ಸೂಚಿಸಿ,txt,velocity,"ಆತ್ಮೀಯ ಪಾಲುದಾರರೇ, ಪೋರ್ಟಲ್‌ನಲ್ಲಿ $partnerId ಪಾಲುದಾರ ID ಯೊಂದಿಗೆ ನಿಮ್ಮ ಖಾತೆಯು $Date ರಂದು $status ಆಗಿದೆ ಎಂದು ತಿಳಿಸಲು ಇದು. ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ಪಾಲುದಾರ ನಿರ್ವಾಹಕರನ್ನು ಸಂಪರ್ಕಿಸಿ",10007,PMS,partner-status-content-template,kan,TRUE,superadmin,now() +1268,apikey-ಸ್ಥಿತಿ-ವಿಷಯ-ಟೆಂಪ್ಲೇಟ್,ಪಾಲುದಾರ apikey ಸ್ಥಿತಿ ವಿಷಯ ಟೆಂಪ್ಲೇಟ್ ಅನ್ನು ಸೂಚಿಸಿ,txt,velocity,"ಆತ್ಮೀಯ ಪಾಲುದಾರರೇ, ದಯವಿಟ್ಟು ಕೆಳಗಿನ apikey $apiKey ಸ್ಥಿತಿಯನ್ನು ಕಂಡುಹಿಡಿಯಿರಿ ಮತ್ತು ನೀತಿಯ ಹೆಸರು $PolicyName apikey $apiKey ಸ್ಥಿತಿಯು $apiKeyStatus ಆಗಿದೆ ಮತ್ತು $apiKeyExpiresOn ನೀತಿಯಲ್ಲಿ ಮುಕ್ತಾಯಗೊಳ್ಳುತ್ತದೆ $policyName ಸ್ಥಿತಿಯು $policyStatus ಮತ್ತು $policyExpiresOn ರಂದು ಮುಕ್ತಾಯಗೊಳ್ಳುತ್ತದೆ ",10007,PMS,apikey-status-content-template,kan,TRUE,superadmin,now() +1269,ನೋಂದಣಿ ಸಮ್ಮತಿಯ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಕ್ಲೈಂಟ್‌ನಲ್ಲಿ ಸಮ್ಮತಿ,txt,velocity,<!DOCTYPE html><html><head><title>ಸಮ್ಮತಿ
ಹೇಳಿರುವ ಪ್ರಾಧಿಕಾರದಿಂದ ನೋಂದಣಿಯ ಸಮಯದಲ್ಲಿ ನನ್ನ ಬಗ್ಗೆ ಸಂಗ್ರಹಿಸಿದ ಡೇಟಾವು

ಒಳಗೊಂಡಿದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ • ಹೆಸರು
• ಹುಟ್ಟಿದ ದಿನಾಂಕ
• ಲಿಂಗ
• ವಿಳಾಸ
• ಸಂಪರ್ಕ ವಿವರಗಳು
• ದಾಖಲೆಗಳು
• ಬಯೋಮೆಟ್ರಿಕ್ಸ್
br>
ವಿವಿಧ ಸೇವೆಗಳನ್ನು ಪ್ರವೇಶಿಸಲು ಅಥವಾ ಕಾನೂನು ಬಾಧ್ಯತೆಯನ್ನು ಅನುಸರಿಸಲು ನನ್ನ ಗುರುತನ್ನು ಪರಿಶೀಲಿಸುವ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಮಾಹಿತಿಯನ್ನು ಸಂಗ್ರಹಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ. ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಡೇಟಾವನ್ನು ಸಂಗ್ರಹಿಸಲು ನಾನು ನನ್ನ ಒಪ್ಪಿಗೆಯನ್ನು ನೀಡುತ್ತೇನೆ
,10002,ನೋಂದಣಿ ಗ್ರಾಹಕ,Registration Consent,kan,TRUE,superadmin,now() +1272,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, + +ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: ಹೆಚ್ಚುವರಿInfoRequestId $!additionalInfoRequestId ಮತ್ತು ಹೆಚ್ಚುವರಿInfoProcess $!additionalInfoProcess ಜೊತೆಗೆ ಹೆಚ್ಚುವರಿ ವಿವರಗಳ ಅಗತ್ಯವಿರುವ ಕಾರಣ $!RID ಅನ್ನು ತಡೆಹಿಡಿಯಲಾಗಿದೆ. UIN ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿ ಪ್ರಗತಿ ಸಾಧಿಸಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ + +ಧನ್ಯವಾದಗಳು",10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_EMAIL,kan,TRUE,superadmin,now() +1273,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ SMS ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿಗಾಗಿ ಇಮೇಲ್ ಟೆಂಪ್ಲೇಟ್ ವಿನಂತಿಸುತ್ತಿದೆ,txt,velocity,"ಆತ್ಮೀಯ $!name_eng, + +ರೆಕಾರ್ಡ್ ಐಡಿಗಾಗಿ ನಿಮ್ಮ UIN ವಿನಂತಿ: $!RID ಬಾಕಿ ಉಳಿದಿದೆ ಏಕೆಂದರೆ ನಿಮಗೆ ಹೆಚ್ಚುವರಿInfoRequestId $!additionalInfoRequestId ಮತ್ತು ಹೆಚ್ಚುವರಿInfoProcess $!additionalInfoProcess ಜೊತೆಗೆ ಹೆಚ್ಚುವರಿ ವಿವರಗಳು ಬೇಕಾಗುತ್ತವೆ. UIN ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿ ಪ್ರಗತಿ ಸಾಧಿಸಲು ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ರಿಜಿಸ್ಟ್ರಾರ್‌ಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ.",10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_SMS,kan,TRUE,superadmin,now() +1274,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,txt,velocity,ನೀವು ಈಗಾಗಲೇ ನೋಂದಾಯಿಸಿರುವ ಕಾರಣ ನೋಂದಣಿ ವಿಫಲವಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_DUP_UIN_EMAIL_SUB,kan,TRUE,superadmin,now() +1275,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,txt,velocity,ತಾಂತ್ರಿಕ ಸಮಸ್ಯೆಯಿರುವ ಕಾರಣ ಮರು-ನೋಂದಣಿ ಮಾಡಿ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_TEC_ISSUE_EMAIL_SUB,kan,TRUE,superadmin,now() +1276,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,txt,velocity,Uin ಅನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_REAC_EMAIL_SUB,kan,TRUE,superadmin,now() +1277,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,txt,velocity,Uin ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_DEAC_EMAIL_SUB,kan,TRUE,superadmin,now() +1278,UIN ರಚಿಸಲಾಗಿದೆ,UIN ರಚಿಸಲಾಗಿದೆ,txt,velocity,UIN ರಚಿಸಲಾಗಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_UIN_GEN_EMAIL_SUB,kan,TRUE,superadmin,now() +1280,UIN ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,UIN ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,txt,velocity,UIN ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿ ಪ್ರಗತಿಗಾಗಿ ಹೆಚ್ಚುವರಿ ವಿವರಗಳನ್ನು ವಿನಂತಿಸಲಾಗುತ್ತಿದೆ,10003, ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,kan,TRUE,superadmin,now() +1281,ನೇಮಕಾತಿ ರದ್ದುಗೊಳಿಸುವ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ನೇಮಕಾತಿ ರದ್ದುಗೊಳಿಸುವ ಇಮೇಲ್ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ನೇಮಕಾತಿಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ: ಅಪ್ಲಿಕೇಶನ್ $PRID,10001, ಪೂರ್ವ ನೋಂದಣಿ,cancel-appointment-email-subject,kan,TRUE,superadmin,now() +1102,प्रमाणीकरण सामग्री के लिए टेम्पलेट,प्रमाणीकरण सामग्री के लिए टेम्पलेट,txt,velocity,$ idvidType $ idvid प्रमाणीकरण $ स्थिति,10004,आईडी प्रमाणीकरण,auth-email-subject,hin,TRUE,superadmin,now() +1103,प्रमाणीकरण एसएमएस के लिए टेम्पलेट ,प्रमाणीकरण एसएमएस के लिए टेम्पलेट,txt,velocity,MOSIP सेवाओं द्वारा परिनियोजित डिवाइस पर $ idvidType $ idvid का आपका प्रमाणीकरण $ authType पर $ date $ timehour $status का उपयोग कर रहा है।,10004,आईडी प्रमाणीकरण,auth-sms,hin,TRUE,superadmin,now() +1107,नकली यूआईएन ईमेल के लिए टेम्पलेट,नकली यूआईएन ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए UIN के लिए आपका अनुरोध: $! RID विफल हो गया क्योंकि आपके विवरण के विरुद्ध एक नकली UIN पाया गया था। कृपया अपने नजदीकी पंजीकरण कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_DUP_UIN_EMAIL,hin,TRUE,superadmin,now() +1108,नकली यूआईएन एसएमएस के लिए टेम्पलेट,नकली यूआईएन एसएमएस के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए UIN के लिए आपका अनुरोध: $! RID विफल हो गया क्योंकि आपके विवरण के विरुद्ध एक नकली UIN पाया गया था। कृपया अपना ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ ಅಥವಾ https://mosip.io/grievances ಗೆ ಭೇಟಿ ನೀಡಿ",10003,पंजीकरण प्रोसेसर,RPR_DUP_UIN_SMS,hin,TRUE,superadmin,now() +1109,ईमेल के लिए टेम्पलेट ,ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी UIN के लिए आपका अनुरोध: $! RID एक तकनीकी समस्या के कारण विफल हो गया। कृपया अपने नजदीकी पंजीकृत कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_TEC_ISSUE_EMAIL,hin,TRUE,superadmin,now() +1110,तकनीकी समस्या के लिए टेम्प्लेट एसएमएस,तकनीकी समस्या के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी UIN के लिए आपका अनुरोध: $! RID एक तकनीकी समस्या के कारण विफल हो गया। कृपया अपने नजदीकी पंजीकृत कार्यालय में जाएँ या https://mosip.io/grievances पर जाएँ धन्यवाद",10003,पंजीकरण प्रोसेसर,RPR_TEC_ISSUE_SMS,hin,TRUE,superadmin,now() +1111,यूआईएन जनरेशन ईमेल के लिए टेम्प्लेट,यूआईएन जनरेशन ईमेल के लिए टेम्प्लेट,txt,velocity,"प्रिय $name_eng, पंजीकरण आईडी के लिए आपका यूआईएन: $! आरआईडी सफलतापूर्वक बनाया गया है और जल्द ही आपके डाक पते पर पहुंच जाएगा। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_GEN_EMAIL,hin,TRUE,superadmin,now() +1112,यूआईएन पीढ़ी एसएमएस के लिए टेम्पलेट,यूआईएन पीढ़ी एसएमएस के लिए टेम्पलेट,txt,velocity,"प्रिय $name_eng, पंजीकरण आईडी के लिए आपका यूआईएन: $! आरआईडी सफलतापूर्वक बनाया गया है और जल्द ही आपके डाक पते पर पहुंच जाएगा। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_GEN_SMS,hin,TRUE,superadmin,now() +1153,एसएमएस में ओटीपी के लिए टेम्प्लेट,एसएमएस में ओटीपी के लिए टेम्प्लेट,txt,velocity, idvidType $ idvid के लिए OTP $ otp है और $ValidTime मिनटों के लिए वैध है। ($ दिन पर $ समय घंटे में बनाया गया),10004,आईडी प्रमाणीकरण,ida-auth-otp-sms-template,hin,TRUE,superadmin,now() +1169,पुष्टिकरण प्रकार ईमेल का सफल लॉक,पुष्टिकरण प्रकार ईमेल का सफल लॉक,txt,velocity,"नमस्ते $ fullName_eng, आपने अनुरोधित AUTH प्रकार (प्रकारों) को सफलतापूर्वक लॉक कर दिया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_LOCK_AUTH_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1113,अद्यतन विवरण के लिए टेम्पलेट ईमेल,अद्यतन विवरण के लिए टेम्पलेट ईमेल,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए आपका UIN विवरण: $! RID को अपडेट कर दिया गया है और आपके UIN कार्ड की एक भौतिक प्रति शीघ्र ही आपके डाक पते पर पहुंच जाएगी। शुक्रिया ",10003,पंजीकरण प्रोसेसर,RPR_UIN_UPD_EMAIL,hin,TRUE,superadmin,now() +1114,अद्यतन विवरण के लिए टेम्प्लेट एसएमएस,अद्यतन विवरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $!name_eng, पंजीकरण आईडी के लिए आपका UIN विवरण: $! RID को अपडेट कर दिया गया है और आपके UIN कार्ड की एक भौतिक प्रति शीघ्र ही आपके डाक पते पर पहुंच जाएगी। शुक्रिया ",10003,पंजीकरण प्रोसेसर,RPR_UIN_UPD_SMS,hin,TRUE,superadmin,now() +1115,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ पंजीकरण आईडी है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,NewReg-email-content-template,hin,TRUE,superadmin,now() +1116,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,नई पंजीकरण ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,पंजीकरण पुष्टि,10008,पंजीकरण ग्राहक,NewReg-email-subject-template,hin,TRUE,superadmin,now() +1117,नए पंजीकरण के लिए टेम्प्लेट एसएमएस,नए पंजीकरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $RegistrationID है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,NewReg-sms-template,hin,TRUE,superadmin,now() +1118,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, $username उपयोगकर्ता नाम के लिए ओटीपी $otp है और $validtime मिनटों के लिए मान्य है ($date पर $time घंटे में उत्पन्न)",10008,पंजीकरण ग्राहक,OTP-email-content-template,hin,TRUE,superadmin,now() +1119,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,ओटीपी पीढ़ी की ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,डिजिटल पहचान मंच से वन टाइम पासवर्ड,10008,पंजीकरण ग्राहक,OTP-email-subject-template,hin,TRUE,superadmin,now() +1120,ओटीपी एसएमएस के लिए टेम्प्लेट,ओटीपी एसएमएस के लिए टेम्प्लेट,txt,velocity,"प्रिय $name, $username के लिए ओटीपी $otp है और $validtime मिनटों के लिए वैध है ($date पर $time घंटे में बनाया गया)।",10008,पंजीकरण ग्राहक,OTP-sms-template,hin,TRUE,superadmin,now() +1121,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,txt,velocity,"प्रिय $name, डिजिटल पहचान प्लेटफॉर्म के साथ अपने विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $RegistrationID है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें.",10008,पंजीकरण ग्राहक,Update-email-content-template,hin,TRUE,superadmin,now() +1122,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री ,नवीनीकरण पंजीकरण के लिए टेम्पलेट ईमेल सामग्री,txt,velocity,पंजीकरण नवीनीकरण की पुष्टि,10008,पंजीकरण ग्राहक,Update-email-subject-template,hin,TRUE,superadmin,now() +1123,नवीनीकरण पंजीकरण के लिए टेम्प्लेट एसएमएस,नवीनीकरण पंजीकरण के लिए टेम्प्लेट एसएमएस,txt,velocity,"प्रिय $ नाम, डिजिटल पहचान प्लेटफॉर्म के साथ अपने विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ पंजीकरण आईडी है। यदि आपको अपने विवरण में कोई सुधार करने की आवश्यकता है, तो कृपया अगले 4 दिनों के भीतर पंजीकरण केंद्र से संपर्क करें।",10008,पंजीकरण ग्राहक,Update-sms-template,hin,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,unlocked,10006,Resident Services,mosip.unlocked.template.property,eng,TRUE,superadmin,now() +1124,ईमेल पावती के लिए टेम्पलेट ,ईमेल पावती के लिए टेम्पलेट,txt,velocity,"प्रिय $ नाम, UIN के लिए आपका पूर्व-पंजीकरण सफलतापूर्वक $ Time on $ Date में सफलतापूर्वक पूरा कर लिया गया है। आपकी आईडी #$ PRID है। $ अपॉइंटमेंट की तारीख को $ अपॉइंटमेंट समय पर एक अपॉइंटमेंट सौंपा गया है। \ R \ nपंजीकरण केंद्र के पते में $ पंजीकरण केंद्र नाम पंजीकृत करने के लिए $ पंजीकरण केंद्र पता। आपको अपने पंजीकृत मोबाइल नंबर पर भी विवरण प्राप्त होगा +",10001,पूर्व-पंजीकरण,Email-Acknowledgement,hin,TRUE,superadmin,now() +1125,ऑनस्क्रीन स्वीकृति के लिए टेम्प्लेट,ऑनस्क्रीन स्वीकृति के लिए टेम्प्लेट,txt,velocity,1. दिशानिर्देश 1 2. दिशानिर्देश 2 3. दिशानिर्देश 3 4. दिशानिर्देश 4 5. दिशानिर्देश 5 6. दिशानिर्देश 6 7. दिशानिर्देश 7 8. दिशानिर्देश 8 9. दिशानिर्देश 9 10. दिशानिर्देश 10,10001,पूर्व-पंजीकरण,Onscreen-Acknowledgement,hin,TRUE,superadmin,now() +1126,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"प्रिय $name, पूर्व-पंजीकरण के लिए टिप $ Pride Eyes $ OTP और $ Valid Minutes के लिए मान्य है। ($ timehorse पर $ date पर उत्पन्न)",10001,पूर्व-पंजीकरण,otp-email-content-template,hin,TRUE,superadmin,now() +1127,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,ओटीपी ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,पूर्व-पंजीकरण $ PRID: OTP अनुरोध,10001,पूर्व-पंजीकरण,otp-email-subject-template,hin,TRUE,superadmin,now() +1128,ओटीपी एसएमएस के लिए टेम्प्लेट,ओटीपी एसएमएस के लिए टेम्प्लेट,txt,velocity,प्री-रजिस्ट्रेशन के लिए ओटीपी $ PRID $ otp है और $ ValidTime मिनटों के लिए वैध है। ($ दिन पर $ समय घंटे में बनाया गया),10001,पूर्व-पंजीकरण,otp-sms-template,hin,TRUE,superadmin,now() +1129,एसएमएस रसीद के लिए टेम्पलेट,एसएमएस रसीद के लिए टेम्पलेट,txt,velocity,UIN के लिए आपका पूर्व-पंजीकरण $Date को $Time पर सफलतापूर्वक पूरा कर लिया गया है। आपकी आईडी #$PRID है। अपॉइंटमेंट $apointmentdate के लिए $appointmenttime पर शेड्यूल किया गया है। आपको अपने पंजीकृत ईमेल पते पर भी विवरण प्राप्त होगा,10001,पूर्व-पंजीकरण,SMS-Acknowledgement,hin,TRUE,superadmin,now() +1130,पावती ईमेल सामग्री के लिए एक टेम्पलेट,पावती ईमेल सामग्री के लिए एक टेम्पलेट,txt,velocity,आवेदन $PRID: पावती,10001,पूर्व-पंजीकरण,Acknowledgement-email-subject,hin,TRUE,superadmin,now() +1131,यूआईएन कार्ड टेम्पलेट,यूआईएन कार्ड टेम्पलेट,html,velocity," + + + + + UIN Card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   +
Logo
+
+
+
#if($isPhotoSet) #end
+
+
+
$!UIN
+
+
$!fullName_kan
+
+
$!fullName_hin
+
+
$!fullName_tam
+
+
$!dateOfBirth
+
+
$!gender_kan    $!gender_hin பாலினம் :  $!gender_tam
+
+
+
+
+ + + + + + + + + + + + + +
$!addressLine1_kan, $!addressLine2_kan, $!addressLine3_kan, $!region_kan, $!province_kan, $!city_kan, $!postalCode
$!addressLine1_hin, $!addressLine2_hin, $!addressLine3_hin, $!region_hin, $!province_hin, $!city_hin, $!postalCode
$!addressLine1_tam, $!addressLine2_tam, $!addressLine3_tam, $!region_tam, $!province_tam, $!city_tam, $!postalCode
+
+
+
+
+
 
+ + + + + +
+
+
+
+ +
+
+
+

ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ

ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE, ಬೆಂಗಳೂರು, ಕರ್ನಾಟಕ 560059

किसी भी मुद्दे के लिए कृपया हमसे संपर्क करें

पंजीकरण प्रोसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, आरवीसीई, बेंगलुरु, कर्नाटक 560059

ஏதேனும் சிக்கல்களுக்கு எங்களை தொடர்பு கொள்ளவும்
பதிவு செயலி, தொங்கும் தோட்டம், குளோபல் வில்லேஜ் டெக் பார்க், மைசூர் சாலை, RVCE, பெங்களூரு, கர்நாடகா 560059

+
+ +",10003,पंजीकरण प्रोसेसर,RPR_UIN_CARD_TEMPLATE,hin,TRUE,superadmin,now() +1132,यूआईएन निष्क्रियता एसएमएस के लिए टेम्पलेट,यूआईएन निष्क्रियता एसएमएस के लिए टेम्पलेट,txt,velocity,"प्रिय $! Name_eng, आपका यूआईएन अक्षम है। यदि आपको कोई चिंता है तो कृपया निकटतम पंजीकरण केंद्र पर जाएं।",10003,पंजीकरण प्रोसेसर,RPR_UIN_DEAC_SMS,hin,TRUE,superadmin,now() +1133,यूआईएन निष्क्रियकरण ईमेल के लिए टेम्पलेट,यूआईएन निष्क्रियकरण ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $! Name_eng, आपका यूआईएन अक्षम है। यदि आपको कोई चिंता है तो कृपया निकटतम पंजीकरण केंद्र पर जाएं। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_DEAC_EMAIL,hin,TRUE,superadmin,now() +1134,टेम्पलेट यूआईएन के लिए एसएमएस पुनः सक्रिय करें,टेम्पलेट यूआईएन के लिए एसएमएस पुनः सक्रिय करें,txt,velocity,"प्रिय $! Name_eng, आपका UIN पुन: सक्षम कर दिया गया है। यदि आपको कोई चिंता है तो कृपया निकटतम पंजीकरण केंद्र पर जाएँ",10003,पंजीकरण प्रोसेसर,RPR_UIN_REAC_SMS,hin,TRUE,superadmin,now() +1135,यूआईएन पुनर्सक्रियन ईमेल के लिए टेम्पलेट,यूआईएन पुनर्सक्रियन ईमेल के लिए टेम्पलेट,txt,velocity,"प्रिय $! Name_eng, आपका UIN पुन: सक्षम कर दिया गया है। यदि आपको कोई चिंता है तो कृपया निकटतम पंजीकरण केंद्र पर जाएं। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_UIN_REAC_EMAIL,hin,TRUE,superadmin,now() +1167,ई-यूआईएन ईमेल सामग्री का सफल डाउनलोड,ई-यूआईएन ईमेल सामग्री का सफल डाउनलोड,txt,velocity,ई-यूआईएन डाउनलोड सफल,10006,घरेलू सेवाएं,RS_DOW_UIN_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1136,पावती एसएमएस टेम्पलेट,पावती एसएमएस टेम्पलेट,txt,velocity,"प्रिय $ {FULLNAME}, डिजिटल पहचान प्लेटफॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ {RID} है। जनसांख्यिकीय विवरण इस प्रकार हैं: 1. दिनांक: $ {दिनांक} 2. पूरा नाम: $ {FULLNAME} 3. जन्म तिथि: $ {DOB} 4. लिंग: $ {GENDER} 5. पता पंक्ति 1: $ { ADDRESSLINE1} 6. पता पंक्ति 2: $ {ADDRESSLINE2} 7. पता पंक्ति 3: $ {ADDRESSLINE3} 8. क्षेत्र: $ {REGION} 9. शहर: $ {CITY} 10. प्रांत: $ {PROVINCE} 11. डाक कोड : $ {POSTALCODE} 12. मोबाइल नंबर: $ {PHONE} 13. ईमेल: $ {EMAIL}",10005,पंजीकरण ,reg-sms-notification,hin,TRUE,superadmin,now() +1137,पावती ईमेल टेम्पलेट,पावती ईमेल टेम्पलेट,txt,velocity,"प्रिय $ {FULLNAME , डिजिटल पहचान प्लेटफ़ॉर्म के साथ पंजीकरण करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ {RID} है। जनसांख्यिकीय विवरण इस प्रकार हैं: 1. दिनांक: $ {दिनांक} 2. पूरा नाम: $ {FULLNAME} 3. जन्म तिथि: $ {DOB} 4. लिंग: $ {GENDER} 5. पता पंक्ति 1: $ { ADDRESSLINE1} 6. पता पंक्ति 2: $ {ADDRESSLINE2} 7. पता पंक्ति 3: $ {ADDRESSLINE3} 8. क्षेत्र: $ {REGION} 9. शहर: $ {CITY} 10. प्रांत: $ {PROVINCE} 11. डाक कोड : $ {POSTALCODE } 12. मोबाइल नंबर: $ {PHONE} 13. ईमेल: $ {EMAIL} +",10005,पंजीकरण ,reg-email-notification,hin,TRUE,superadmin,now() +preregistration,ओटीपी सेवा,ओटीपी भेजने की सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10001,पंजीकरण प्रोसेसर,otp-sms-template,hin,TRUE,superadmin,now() +ida,ओटीपी सेवा,ओटीपी भेजने की सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10008,लॉग इन करें,otp-sms-template,hin,TRUE,superadmin,now() +registrationprocessor,ओटीपी सेवा,ओटीपी भेजने की सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10003,लॉग इन करें,otp-sms-template,hin,TRUE,superadmin,now() +registrationclient,ओटीपी सेवा,ओटीपी भेजने की सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10004,आईडी प्रमाणीकरण,otp-sms-template,hin,TRUE,superadmin,now() +1142,प्रमाणीकरण ओटीपी सेवा,ओटीपी भेजने के लिए प्रमाणीकरण ओटीपी सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10001,पंजीकरण प्रोसेसर,auth-otp-sms-template,hin,TRUE,superadmin,now() +1143,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,ओटीपी संदेश,10001,पंजीकरण प्रोसेसर,auth-otp-email-subject-template,hin,TRUE,superadmin,now() +1144,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,कृपया OTP $ otp . खोजें,10001,पंजीकरण प्रोसेसर,auth-otp-email-content-template,hin,TRUE,superadmin,now() +1145,प्रमाणीकरण ओटीपी सेवा,ओटीपी भेजने के लिए प्रमाणीकरण ओटीपी सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10008,पंजीकरण ग्राहक,auth-otp-sms-template,hin,TRUE,superadmin,now() +1146,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,ओटीपी संदेश,10008,पंजीकरण ग्राहक,auth-otp-email-subject-template,hin,TRUE,superadmin,now() +1147,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,कृपया OTP $ otp . खोजें,10008,पंजीकरण ग्राहक,auth-otp-email-content-template,hin,TRUE,superadmin,now() +1148,प्रमाणीकरण ओटीपी सेवा,ओटीपी भेजने के लिए प्रमाणीकरण ओटीपी सेवा,txt,velocity,कृपया OTP $ otp . खोजें,10004,आईडी प्रमाणीकरण,auth-otp-sms-template,hin,TRUE,superadmin,now() +1149,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,ओटीपी संदेश,10004,आईडी प्रमाणीकरण,auth-otp-email-subject-template,hin,TRUE,superadmin,now() +1150,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,प्रमाणीकरण ओटीपी ईमेल सेवा सामग्री,txt,velocity,कृपया OTP $ otp . खोजें,10004,आईडी प्रमाणीकरण,auth-otp-email-content-template,hin,TRUE,superadmin,now() +1151,ईमेल सामग्री के लिए टेम्पलेट,ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,"$idvidType $ प्रिय $ idvid के लिए नाम OTP $ otp है और $ValidTime मिनटों के लिए मान्य है। ($ दिन पर $ समय घंटे में बनाया गया) +",10004,आईडी प्रमाणीकरण,ida-auth-otp-email-content-template,hin,TRUE,superadmin,now() +1152,ईमेल सामग्री के लिए टेम्पलेट,ईमेल सामग्री के लिए टेम्पलेट,txt,velocity,$ idvidType $ idvid: OTP अनुरोध,10004,आईडी प्रमाणीकरण,ida-auth-otp-email-subject-template,hin,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,An attempt was made to download UIN card,10006,Resident Services,get-my-uin-card-negative-purpose,eng,TRUE,superadmin,now() +1154,सहमत होना,सहमत होना,txt,velocity,मैं समझता हूं कि इस प्राधिकरण के पूर्व-पंजीकरण के दौरान मेरे द्वारा एकत्र किया गया डेटा मेरा है - • नाम • जन्म तिथि • लिंग • पता • संपर्क विवरण • इस जानकारी को सत्यापित करने के उद्देश्य से दस्तावेज एकत्र और संसाधित किए जाते हैं। मैं इस उद्देश्य के लिए इस डेटा को एकत्र करने के लि,10001,पूर्व-पंजीकरण,consent,hin,TRUE,superadmin,now() +1155,पावती ईमेल टेम्पलेट,पंजीकरण पावती टेम्पलेट,txt,velocity,"प्रिय $ {ResidentName ನ್ಯವಾದಗಳು, डिजिटल पहचान प्लेटफ़ॉर्म के साथ अपना विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ {RID} है",10005,पंजीकरण ,updateUIN-email-notification,hin,TRUE,superadmin,now() +1156,पावती एसएमएस टेम्पलेट,पंजीकरण पावती टेम्पलेट,txt,velocity,"प्रिय $ {ResidentName ನ್ಯವಾದಗಳು, डिजिटल पहचान प्लेटफ़ॉर्म के साथ अपना विवरण अपडेट करने के लिए धन्यवाद। आपकी पंजीकरण आईडी $ {RID} है।",10005,पंजीकरण ,updateUIN-sms-notification,hin,TRUE,superadmin,now() +1157,पावती ईमेल टेम्पलेट,पंजीकरण पावती टेम्पलेट,txt,velocity,"प्रिय उपयोगकर्ताओं, अपने खोए हुए यूआईएन को पुनः प्राप्त करने के आपके अनुरोध के लिए धन्यवाद। इस अनुरोध के लिए आपकी पंजीकरण आईडी $ {RID} है।",10005,पंजीकरण ,lostUIN-email-notification,hin,TRUE,superadmin,now() +1158,पावती एसएमएस टेम्पलेट,पंजीकरण पावती टेम्पलेट,txt,velocity,"प्रिय उपयोगकर्ताओं, अपने खोए हुए यूआईएन को पुनः प्राप्त करने के आपके अनुरोध के लिए धन्यवाद। इस अनुरोध के लिए आपकी पंजीकरण आईडी $ {RID} है।",10005,पंजीकरण ,lostUIN-sms-notification,hin,TRUE,superadmin,now() +1159,अपॉइंटमेंट रद्द करने का खाका,अपॉइंटमेंट रद्द करने का खाका,txt,velocity,"प्रिय $name, एप्लिकेशन आईडी $PRID के लिए आपका अपॉइंटमेंट और अपॉइंटमेंट दिनांक और समय, $Appointmentdate $Appointmenttime एक सरकारी आपात/अवकाश के कारण रद्द कर दिया गया है। कृपया पंजीकरण के लिए एक और स्लॉट फिर से बुक करें। धन्यवाद",10001,पूर्व-पंजीकरण,cancel-appointment,hin,TRUE,superadmin,now() +1160,गुम यूआईएन अधिसूचना एसएमएस,गुम यूआईएन अधिसूचना एसएमएस,txt,velocity,"प्रिय $ name_eng, आपका यूआईएन मिल गया है। आपको शीघ्र ही अपना यूआईएन कार्ड आपके डाक पते पर प्राप्त होगा।",10003,पंजीकरण प्रोसेसर,RPR_LOST_UIN_SMS,hin,TRUE,superadmin,now() +1161,गुम यूआईएन अधिसूचना ईमेल,गुम यूआईएन अधिसूचना ईमेल,txt,velocity,"प्रिय $ name_eng, आपका यूआईएन मिल गया है। आपको शीघ्र ही अपना यूआईएन कार्ड आपके डाक पते पर प्राप्त होगा। शुक्रिया",10003,पंजीकरण प्रोसेसर,RPR_LOST_UIN_EMAIL,hin,TRUE,superadmin,now() +1162,नकाबपोश यूआईएन कार्ड टेम्पलेट,नकाबपोश यूआईएन कार्ड टेम्पलेट,txt,velocity," <मेटा चारसेट = utf-8> <मेटा नाम = व्यूपोर्ट सामग्री = चौड़ाई = डिवाइस-चौड़ाई, प्रारंभिक-स्केल = 1> <शीर्षक> नकाबपोश यूआईएन कार्ड< /शीर्षक> <शैली> .मुख्य तालिका { मार्जिन-बाएं: 60px;; चौड़ाई: 600px; ऊंचाई: 350 पीएक्स; सीमा: 1px ठोस काला; } .cir {डिस्प्ले: इनलाइन-ब्लॉक; सीमा-त्रिज्या: 60px; बॉक्स-छाया: 0px 0px 2px #000000; पैडिंग: 0.5em 0.6em; } .नाम-सिर-रंग {रंग: काला; } .सिर-शीर्षक { मार्जिन-बाएं: -85px; } .बार-कोड-पैडिंग { मार्जिन-टॉप: 20px; मार्जिन-बाएं: 20px; } .टॉप-बफर { मार्जिन-बाएं: 10px; } < tr>
 
Logo
<लेबल वर्ग=नाम-सिर-रंग>यूआईएन :  $!UIN
$!VID
<लेबल क्लास=नाम-सिर-रंग>नाम :  $!fullName_eng
< लेबल वर्ग=नाम-सिर-रंग>اسم :  $!fullName_ara
$!dateOfBirth
$!gender_eng    $!gender_ara
< /td> $!addressLine1_eng, $!addressLine2_eng, $!addressLine3_eng, $!region_eng, $!province_eng, $!city_eng, $!postalCode
$!addressLine1_ara, $!addressLine2_ara, $!addressLine3_ara, $!region_ara, $!province_ara, $!city_ara, $!postalCode
 
td>

किसी भी समस्या के लिए कृपया हमसे संपर्क करें

रजिस्ट्रेशन प्रॉसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, RVCE, बेंगलुरु, कर्नाटक 560059

لأية مشاكل يرجى الاتصال بنا على div>
+",10003,पंजीकरण प्रोसेसर,RPR_MASKED_UIN_CARD_TEMPLATE,hin,TRUE,superadmin,now() +1163,ईमेल पुष्टिकरण इतिहास अनुरोध सफलता,ईमेल पुष्टिकरण इतिहास अनुरोध सफलता,txt,velocity,"नमस्ते $ fullName_eng, प्रमाणीकरण इतिहास के लिए आपका अनुरोध सफलतापूर्वक संसाधित कर दिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_AUTH_HIST_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1164,प्रमाणीकरण इतिहास अनुरोध सफलता एसएमएस,प्रमाणीकरण इतिहास अनुरोध सफलता एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, प्रमाणीकरण इतिहास के लिए आपका अनुरोध सफलतापूर्वक संसाधित कर दिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_AUTH_HIST_SUCCESS_SMS,hin,TRUE,superadmin,now() +1165,पुष्टिकरण इतिहास एक अनुरोध ईमेल सफलता का विषय है,पुष्टिकरण इतिहास एक अनुरोध ईमेल सफलता का विषय है,txt,velocity,प्रमाणीकरण इतिहास का अनुरोध सफल रहा,10006,घरेलू सेवाएं,RS_AUTH_HIST_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1166,ई-यूआईएन ईमेल का सफल डाउनलोड,ई-यूआईएन ईमेल का सफल डाउनलोड,txt,velocity,"नमस्ते $ fullName_eng, बधाई हो आपका अनुरोध संसाधित कर दिया गया है। आपका ई-यूआईएन डाउनलोड करने का अनुरोध सफल रहा। धन्यवाद!",10006,घरेलू सेवाएं,RS_DOW_UIN_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,kan,TRUE,superadmin,now() +1171,प्रमाणीकरण प्रकार एसएमएस का सफल लॉक,प्रमाणीकरण प्रकार एसएमएस का सफल लॉक,txt,velocity,"नमस्ते $ fullName_eng, आपने अनुरोधित AUTH प्रकार (प्रकारों) को सफलतापूर्वक लॉक कर दिया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_LOCK_AUTH_SUCCESS_SMS,hin,TRUE,superadmin,now() +1172,पुष्टिकरण प्रकार के ईमेल को सफलतापूर्वक अनलॉक करना,पुष्टिकरण प्रकार के ईमेल को सफलतापूर्वक अनलॉक करना,txt,velocity,"नमस्ते $ fullName_eng, आपके द्वारा अनुरोधित AUTH प्रकार (प्रकारों) को सफलतापूर्वक अनलॉक कर दिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1173,प्रमाणीकरण प्रकारों के लिए ईमेल सामग्री को सफलतापूर्वक अनलॉक करना,प्रमाणीकरण प्रकारों के लिए ईमेल सामग्री को सफलतापूर्वक अनलॉक करना,txt,velocity,AUTH प्रकार सफलतापूर्वक अनलॉक किए गए,10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1174,प्रमाणीकरण प्रकार एसएमएस का सफल अनलॉकिंग,प्रमाणीकरण प्रकार एसएमएस का सफल अनलॉकिंग,txt,velocity,"नमस्ते $ fullName_eng, आपके द्वारा अनुरोधित AUTH प्रकार (प्रकारों) को सफलतापूर्वक अनलॉक कर दिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_SUCCESS_SMS,hin,TRUE,superadmin,now() +1175,VID जनरेशन सक्सेस ईमेल,VID जनरेशन सक्सेस ईमेल,txt,velocity,"नमस्ते $ fullName_eng, आपके UIN के लिए सफलतापूर्वक आपका VID बना लिया है। आपका VID नंबर $ VID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_GEN_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1176,वीआईडी जनरेशन सक्सेस ईमेल कंटेंट,वीआईडी जनरेशन सक्सेस ईमेल कंटेंट,txt,velocity, VID . की सफल पीढ़ी,10006,घरेलू सेवाएं,RS_VIN_GEN_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1177,सफलता के लिए वीआईडी जनरेशन एसएमएस,सफलता के लिए वीआईडी जनरेशन एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, आपके UIN के लिए सफलतापूर्वक आपका VID बना लिया है। आपका VID नंबर $ VID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_GEN_SUCCESS_SMS,hin,TRUE,superadmin,now() +1178,VID निकासी सफल ईमेल,VID निकासी सफल ईमेल,txt,velocity,"नमस्ते $ fullName_eng, आपका $ VID सफलतापूर्वक पुनर्प्राप्त कर लिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_REV_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1179,VID निकासी सफलता ईमेल सामग्री,VID निकासी सफलता ईमेल सामग्री,txt,velocity, VID . की सफल पुनर्प्राप्ति,10006,घरेलू सेवाएं,RS_VIN_REV_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1180,वीआईडी निकासी सफलता एसएमएस,वीआईडी निकासी सफलता एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, आपका $ VID सफलतापूर्वक पुनर्प्राप्त कर लिया गया है। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_REV_SUCCESS_SMS,hin,TRUE,superadmin,now() +1181,पुनर्मुद्रण अनुरोध का सफल ईमेल,पुनर्मुद्रण अनुरोध का सफल ईमेल,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन पुनर्मुद्रण के लिए आपका अनुरोध सफलतापूर्वक कर दिया गया है। आपका RID (Req Number) $ RID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_RPR_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1182,पुनर्मुद्रण अनुरोध सफलता के लिए ईमेल सामग्री,पुनर्मुद्रण अनुरोध सफलता के लिए ईमेल सामग्री,txt,velocity,पुनर्मुद्रण अनुरोध सफल रहा,10006,घरेलू सेवाएं,RS_UIN_RPR_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1183,पुनर्मुद्रण अनुरोध सफलता एसएमएस,पुनर्मुद्रण अनुरोध सफलता एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन पुनर्मुद्रण के लिए आपका अनुरोध सफलतापूर्वक कर दिया गया है। आपका RID (Req Number) $ RID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_RPR_SUCCESS_SMS,hin,TRUE,superadmin,now() +1184,पुष्टिकरण इतिहास अनुरोध विफल ईमेल,पुष्टिकरण इतिहास अनुरोध विफल ईमेल,txt,velocity,"नमस्ते $ fullName_eng, आपका पुष्टिकरण इतिहास विवरण प्राप्त करने का आपका अनुरोध विफल हो गया। धन्यवाद!",10006,घरेलू सेवाएं,RS_AUTH_HIST_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1185,प्रमाणीकरण इतिहास अनुरोध विफल ईमेल सामग्री,प्रमाणीकरण इतिहास अनुरोध विफल ईमेल सामग्री,txt,velocity,प्रमाणीकरण इतिहास अनुरोध विफल रहा,10006,घरेलू सेवाएं,RS_AUTH_HIST_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1186,प्रमाणीकरण इतिहास अनुरोध विफल एसएमएस,प्रमाणीकरण इतिहास अनुरोध विफल एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, प्रमाणीकरण इतिहास के लिए आपका अनुरोध विफल रहा। धन्यवाद!",10006,घरेलू सेवाएं,RS_AUTH_HIST_FAILURE_SMS,hin,TRUE,superadmin,now() +1187,ई-यूआईएन विफलता ईमेल डाउनलोड करें,ई-यूआईएन विफलता ईमेल डाउनलोड करें,txt,velocity,"नमस्ते $ fullName_eng, अपना ई-यूआईएन डाउनलोड करें! लोड करने का आपका अनुरोध विफल रहा। बाद में पुन: प्रयास करें। शुक्रिया",10006,घरेलू सेवाएं,RS_DOW_UIN_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1188,ई-यूआईएन विफलता ईमेल सामग्री डाउनलोड करें,ई-यूआईएन विफलता ईमेल सामग्री डाउनलोड करें,txt,velocity,ई-यूआईएन डाउनलोड विफलता,10006,घरेलू सेवाएं,RS_DOW_UIN_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1189,ई-यूआईएन विफलता के लिए एसएमएस डाउनलोड करें,ई-यूआईएन विफलता के लिए एसएमएस डाउनलोड करें,txt,velocity,"नमस्ते $ fullName_eng, आपका ई-यूआईएन डाउनलोड करने का आपका अनुरोध विफल हो गया। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_DOW_UIN_FAILURE_SMS,hin,TRUE,superadmin,now() +1190,प्रमाणीकरण प्रकार ईमेल लॉक करने में विफल,प्रमाणीकरण प्रकार ईमेल लॉक करने में विफल,txt,velocity,"नमस्ते $ fullName_eng, आपका ई-यूआईएन डाउनलोड करने का आपका अनुरोध विफल हो गया। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_LOCK_AUTH_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1191,प्रमाणीकरण प्रकार की ईमेल सामग्री को लॉक करने में विफल,प्रमाणीकरण प्रकार की ईमेल सामग्री को लॉक करने में विफल,txt,velocity,AUTH (ओं) के अनुसार लॉक विफल रहा,10006,घरेलू सेवाएं,RS_LOCK_AUTH_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1192,प्रमाणीकरण प्रकार एसएमएस लॉक करने में विफल,प्रमाणीकरण प्रकार एसएमएस लॉक करने में विफल,txt,velocity,"नमस्ते $ fullName_eng, आप AUTH प्रकार (प्रकारों) को लॉक करने का अनुरोध करने में विफल रहे। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_LOCK_AUTH_FAILURE_SMS,hin,TRUE,superadmin,now() +1193,पुनर्मुद्रण अनुरोध विफल ईमेल, पुनर्मुद्रण अनुरोध विफल ईमेल,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन कार्ड पुनर्मुद्रण के लिए आपका अनुरोध विफल हो गया। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_RPR_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1194,ईमेल पुनर्मुद्रण अनुरोध की विफलता के अधीन,ईमेल पुनर्मुद्रण अनुरोध की विफलता के अधीन,txt,velocity,पुनर्मुद्रण अनुरोध विफल रहा,10006,घरेलू सेवाएं,RS_UIN_RPR_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1195,पुनर्मुद्रण अनुरोध विफल एसएमएस,पुनर्मुद्रण अनुरोध विफल एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन कार्ड पुनर्मुद्रण के लिए आपका अनुरोध विफल हो गया। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_RPR_FAILURE_SMS,hin,TRUE,superadmin,now() +1196,पुष्टिकरण प्रकार ईमेल अनलॉक करने में विफल,पुष्टिकरण प्रकार ईमेल अनलॉक करने में विफल,txt,velocity,"नमस्ते $ fullName_eng, AUTH प्रकार (प्रकारों) जिसे आपने अनलॉक करने का अनुरोध किया था, विफल रहा। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1197,प्रमाणीकरण प्रकार ईमेल सामग्री को अनलॉक करने में विफल,प्रमाणीकरण प्रकार ईमेल सामग्री को अनलॉक करने में विफल,txt,velocity,AUTH (ओं) के अनुसार अनलॉक विफल रहा,10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1211,पंजीकरण पैकेट सत्यापन सफल ईमेल,पंजीकरण पैकेट सत्यापन सफल ईमेल,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध पंजीकरण के लिए आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_RPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1556,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"Cher $!name_fra, + +Votre demande d'UIN pour l'ID d'enregistrement : $!RID a été rejetée par le superviseur. Veuillez visiter votre bureau d'inscription le plus proche pour plus de détails. + +Merci +MOSIP",10003,Processeur d''enregistrement,RPR_SUP_REJECT_EMAIL,fra,TRUE,superadmin,now() +1198,प्रमाणीकरण प्रकार के लिए एसएमएस अनलॉक करने में विफल,प्रमाणीकरण प्रकार के लिए एसएमएस अनलॉक करने में विफल,txt,velocity,"नमस्ते $ fullName_eng, AUTH प्रकार (प्रकारों) जिसे आपने अनलॉक करने का अनुरोध किया था, विफल रहा। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UNLOCK_AUTH_FAILURE_SMS,hin,TRUE,superadmin,now() +1199,VID जनरेशन विफलता ईमेल,VID जनरेशन विफलता ईमेल,txt,velocity,"नमस्ते $ fullName_eng, आपके UIN के लिए VID जनरेशन विफल रहा। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_GEN_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1200,VID जनरेशन विफलता ईमेल सामग्री,VID जनरेशन विफलता ईमेल सामग्री,txt,velocity,वीआईडी जनरेशन विफलता,10006,घरेलू सेवाएं,RS_VIN_GEN_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1201,वीआईडी जनरेशन विफलता एसएमएस,वीआईडी जनरेशन विफलता एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, आपके UIN के लिए VID जनरेशन विफल रहा। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_GEN_FAILURE_SMS,hin,TRUE,superadmin,now() +1202,VID पुनर्प्राप्ति विफल ईमेल ,VID पुनर्प्राप्ति विफल ईमेल,txt,velocity,"नमस्ते $ fullName_eng, आपकी $ VID पुनर्प्राप्ति विफल रही। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_REV_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1203,VID पुनर्प्राप्ति विफलता ईमेल सामग्री ,VID पुनर्प्राप्ति विफलता ईमेल सामग्री,txt,velocity,वीआईडी पुनर्प्राप्ति विफल,10006,घरेलू सेवाएं,RS_VIN_REV_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1204,वीआईडी पुनर्प्राप्ति विफलता एसएमएस ,वीआईडी ​​​​पुनर्प्राप्ति विफलता एसएमएस,txt,velocity,"नमस्ते $ fullName_eng, आपकी $ VID पुनर्प्राप्ति विफल रही। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_VIN_REV_FAILURE_SMS,hin,TRUE,superadmin,now() +1205,UIN अपडेट अनुरोध सफलतापूर्वक ईमेल किया गया था,UIN अपडेट अनुरोध सफलतापूर्वक ईमेल किया गया था,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन अपडेट के लिए आपका अनुरोध सफलतापूर्वक कर दिया गया है। ट्रैकिंग के लिए आपका RID (Req number) $ RID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_UPDATE_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1206,UIN अपडेट अनुरोध ने ईमेल सामग्री को सफलतापूर्वक रखा,UIN अपडेट अनुरोध ने ईमेल सामग्री को सफलतापूर्वक रखा,txt,velocity,यूआईएन अपडेट अनुरोध सफलतापूर्वक रखा गया है,10006,घरेलू सेवाएं,RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1207,यूआईएन अपडेट अनुरोध सफलतापूर्वक एसएमएस किया गया,यूआईएन अपडेट अनुरोध सफलतापूर्वक एसएमएस किया गया,txt,velocity,"नमस्ते $ fullName_eng, यूआईएन अपडेट के लिए आपका अनुरोध सफलतापूर्वक कर दिया गया है। ट्रैकिंग के लिए आपका RID (Req number) $ RID है। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_UPDATE_SUCCESS_SMS,hin,TRUE,superadmin,now() +1208,यूआईएन अपडेट अनुरोध ईमेल विफल,यूआईएन अपडेट अनुरोध ईमेल विफल,txt,velocity,"नमस्ते $ Fullaname_Enga, हम आपके Uin अपडेट अनुरोध को संसाधित करने में सक्षम थे। कृपया पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_UPDATE_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1209,ईमेल सामग्री जो यूआईएन अपडेट अनुरोध में विफल रही,ईमेल सामग्री जो यूआईएन अपडेट अनुरोध में विफल रही,txt,velocity,यूआईएन अपडेट अनुरोध विफल,10006,घरेलू सेवाएं,RS_UIN_UPDATE_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1210,यूआईएन अपडेट अनुरोध एसएमएस विफल,यूआईएन अपडेट अनुरोध एसएमएस विफल,txt,velocity,"नमस्ते $ fullName_eng, हम आपके यूआईएन अपडेट अनुरोध को संसाधित करने में असमर्थ हैं। बाद में पुन: प्रयास करें। धन्यवाद!",10006,घरेलू सेवाएं,RS_UIN_UPDATE_FAILURE_SMS,hin,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel was verified,10006,Resident Services,verify-my-phone-email-positive-purpose,eng,TRUE,superadmin,now() +1237,वितरण वितरण स्थिति सत्यापित करें EMAIL सामग्री,वितरण वितरण स्थिति सत्यापित करें EMAIL सामग्री,txt,velocity,क्रेडेंशियल वितरण की स्थिति,10006, घरेलू सेवाएं,RS_CRE_STATUS_EMAIL_SUB,hin,TRUE,superadmin,now() +1212,पंजीकरण पैकेट सत्यापन सफल एसएमएस,पंजीकरण पैकेट सत्यापन सफल एसएमएस,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध पंजीकरण के लिए आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_RPV_SUC_SMS,hin,TRUE,superadmin,now() +1213,पैकेट सत्यापन के लिए सफल ईमेल अपडेट करें,पैकेट सत्यापन के लिए सफल ईमेल अपडेट करें,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपके विवरण अपडेट करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया ",10003, पंजीकरण प्रोसेसर,RPR_UPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1214,पैकेट सत्यापन सफलता के लिए एसएमएस अपडेट करें,पैकेट सत्यापन सफलता के लिए एसएमएस अपडेट करें,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपके विवरण अपडेट करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया ",10003, पंजीकरण प्रोसेसर,RPR_UPV_SUC_SMS,hin,TRUE,superadmin,now() +1215,गुम पैकेट सत्यापन सफल ईमेल,गुम पैकेट सत्यापन सफल ईमेल,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपका UIN विवरण खोजने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_LPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1216,गुम पैकेट सत्यापन की सफलता का एसएमएस,गुम पैकेट सत्यापन की सफलता का एसएमएस,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपका UIN विवरण खोजने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। धन्यवाद।",10003, पंजीकरण प्रोसेसर,RPR_LPV_SUC_SMS,hin,TRUE,superadmin,now() +1217,निवासी अद्यतन पैकेट सत्यापन सफल ईमेल,निवासी अद्यतन पैकेट सत्यापन सफल ईमेल,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपके विवरण अपडेट करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया ",10003, पंजीकरण प्रोसेसर,RPR_RUPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1218,निवासी अद्यतन पैकेट सत्यापन सफल एसएमएस,निवासी अद्यतन पैकेट सत्यापन सफल एसएमएस,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपके विवरण अपडेट करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया ",10003, पंजीकरण प्रोसेसर,RPR_RUPV_SUC_SMS,hin,TRUE,superadmin,now() +1219,पैकेट सत्यापन को फिर से प्रिंट करने के लिए सफल ईमेल,पैकेट सत्यापन को फिर से प्रिंट करने के लिए सफल ईमेल,txt,velocity,"नमस्ते $! Name_eng, हमें RID: $! RID के विरुद्ध आपके UIN को फिर से प्रिंट करने का आपका अनुरोध प्राप्त हुआ है। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_PPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1220,पुन: प्रिंट पैकेट सत्यापन की सफलता पर एसएमएस,पुन: प्रिंट पैकेट सत्यापन की सफलता पर एसएमएस,txt,velocity,"नमस्ते $! Name_eng, हमें RID: $! RID के विरुद्ध आपके UIN को फिर से प्रिंट करने का आपका अनुरोध प्राप्त हुआ है। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_PPV_SUC_SMS,hin,TRUE,superadmin,now() +1221,पैकेट सत्यापन सक्षम करें सफल ईमेल,पैकेट सत्यापन सक्षम करें सफल ईमेल,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपका UIN सक्षम करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_APV_SUC_EMAIL,hin,TRUE,superadmin,now() +1236,क्रेडेंशियल वितरण EMAIL की स्थिति जांचें,क्रेडेंशियल वितरण EMAIL की स्थिति जांचें,txt,velocity,"नमस्ते $! FullName, अनुरोध आईडी $! $! को क्रेडेंशियल देने के आपके अनुरोध की स्थिति! शर्त है। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_STATUS_EMAIL,hin,TRUE,superadmin,now() +1238,एक क्रेडेंशियल अनुरोध रद्द करें सफल एसएमएस,एक क्रेडेंशियल अनुरोध रद्द करें सफल एसएमएस,txt,velocity,"नमस्ते $! FullName, अनुरोध आईडी $! RID प्लस आपका क्रेडेंशियल अनुरोध सफलतापूर्वक रद्द कर दिया गया। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_CANCEL_SUCCESS_SMS,hin,TRUE,superadmin,now() +1222,पैकेट सत्यापन के लिए सफल एसएमएस सक्षम करें,पैकेट सत्यापन के लिए सफल एसएमएस सक्षम करें,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपका UIN सक्षम करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_APV_SUC_SMS,hin,TRUE,superadmin,now() +1223,पैकेट सत्यापन के लिए सफल ईमेल अक्षम करें,पैकेट सत्यापन के लिए सफल ईमेल अक्षम करें,txt,velocity,"नमस्ते $! Name_Enga, हमने आपके Une को दिन में सक्रिय करने के अनुरोध का समाधान कैसे किया है: $! पढ़ें। यह अनुरोध संसाधित किया जा रहा है। धन्यवाद",10003, पंजीकरण प्रोसेसर,RPR_DPV_SUC_EMAIL,hin,TRUE,superadmin,now() +1224,पैकेट सत्यापन को निष्क्रिय करने की सफलता पर एसएमएस ,पैकेट सत्यापन को निष्क्रिय करने की सफलता पर एसएमएस,txt,velocity,"नमस्ते $! Name_eng, हमें RID के विरुद्ध आपका UIN अक्षम करने का आपका अनुरोध प्राप्त हुआ है: $! RID। यह अनुरोध प्रक्रिया में है। शुक्रिया",10003, पंजीकरण प्रोसेसर,RPR_DPV_SUC_SMS,hin,TRUE,superadmin,now() +1225,"पंजीकरण पैकेट सत्यापन सफलता ईमेल उप +",पंजीकरण पैकेट सत्यापन सफलता ईमेल उप,txt,velocity,पंजीकरण पुष्टि,10003, पंजीकरण प्रोसेसर,RPR_RPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1226,पैकेट सत्यापन की सफलता के लिए ईमेल सब्सक्रिप्शन अपडेट करें,पैकेट सत्यापन की सफलता के लिए ईमेल सब्सक्रिप्शन अपडेट करें,txt,velocity,अनुरोध की पुष्टि अपडेट करें,10003, पंजीकरण प्रोसेसर,RPR_UPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1227,खोया पैकेट सत्यापन सफलता ईमेल उप,खोया पैकेट सत्यापन सफलता ईमेल उप,txt,velocity,खोए हुए अनुरोध की पुष्टि,10003, पंजीकरण प्रोसेसर,RPR_LPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1228,पैकेट सत्यापन सफलता ईमेल उप-पुनः प्रिंट करें,पैकेट सत्यापन सफलता ईमेल उप-पुनः प्रिंट करें,txt,velocity,पुन: प्रिंट अनुरोध की पुष्टि,10003, पंजीकरण प्रोसेसर,RPR_PPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1229,निवासी अद्यतन पैकेट सत्यापन सफलता ईमेल उप,निवासी अद्यतन पैकेट सत्यापन सफलता ईमेल उप,txt,velocity,अनुरोध की पुष्टि अपडेट करें,10003, पंजीकरण प्रोसेसर,RPR_RUPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1230,निवासी अद्यतन पैकेट सत्यापन सफलता ईमेल उप,निवासी अद्यतन पैकेट सत्यापन सफलता ईमेल उप,txt,velocity,सक्रियण अनुरोध की पुष्टि,10003, पंजीकरण प्रोसेसर,RPR_APV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1231,पैकेट सत्यापन सफलता ईमेल उप को निष्क्रिय करें,पैकेट सत्यापन सफलता ईमेल उप को निष्क्रिय करें,txt,velocity,निष्क्रिय करने के अनुरोध की पुष्टि,10003, पंजीकरण प्रोसेसर,RPR_DPV_SUC_EMAIL_SUB,hin,TRUE,superadmin,now() +1232,क्रेडेंशियल डिलीवरी की सफलता पर एसएमएस ,क्रेडेंशियल डिलीवरी की सफलता पर एसएमएस,txt,velocity,"नमस्ते $! FullName, हमें $! PartnerName से $! CredentialName के लिए एक अनुरोध प्राप्त हुआ है। अनुरोध आईडी $! RID और आपकी एन्क्रिप्शन कुंजी $! EncryptionKey। यह अनुरोध प्रक्रिया में है। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_REQ_SUCCESS_SMS,hin,TRUE,superadmin,now() +1233,क्रेडेंशियल वितरण EMAIL की सफलता,क्रेडेंशियल वितरण EMAIL की सफलता,txt,velocity,"नमस्ते $! FullName, हमें $! PartnerName से $! CredentialName के लिए एक अनुरोध प्राप्त हुआ है। इसके लिए अनुरोध आईडी $! RID है और आपकी एन्क्रिप्शन कुंजी $! EncryptionKey है। यह अनुरोध संसाधित किया जा रहा है। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_REQ_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1234,क्रेडेंशियल वितरण की सफलता ईमेल का विषय है,क्रेडेंशियल वितरण की सफलता ईमेल का विषय है,txt,velocity,क्रेडेंशियल का प्रमाणीकरण,10006, घरेलू सेवाएं,RS_CRE_REQ_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1235,प्रशंसापत्र वितरण स्थिति सत्यापन एसएमएस,प्रशंसापत्र वितरण स्थिति सत्यापन एसएमएस,txt,velocity,"नमस्ते $! FullName, अनुरोध आईडी $! $! को क्रेडेंशियल देने के आपके अनुरोध की स्थिति! शर्त है। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_STATUS_SMS,hin,TRUE,superadmin,now() +1239,एक क्रेडेंशियल अनुरोध रद्द करें सफल ईमेल,एक क्रेडेंशियल अनुरोध रद्द करें सफल ईमेल,txt,velocity,"नमस्ते $! FullName, $ RID अनुरोध आईडी के साथ आपका क्रेडेंशियल अनुरोध सफलतापूर्वक रद्द कर दिया गया है। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_CANCEL_SUCCESS_EMAIL,hin,TRUE,superadmin,now() +1240,एक क्रेडेंशियल अनुरोध रद्द करें सफलता ईमेल विषय,एक क्रेडेंशियल अनुरोध रद्द करें सफलता ईमेल विषय,txt,velocity,क्रेडेंशियल अनुरोध सफलतापूर्वक रद्द कर दिया गया था,10006, घरेलू सेवाएं,RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,hin,TRUE,superadmin,now() +1241,क्रेडेंशियल वितरण विफलता एसएमएस,क्रेडेंशियल वितरण विफलता एसएमएस,txt,velocity,"नमस्ते $! FullName, हमें $! PartnerName से $! CredentialName के लिए एक अनुरोध प्राप्त हुआ है। इसके लिए अनुरोध आईडी $! RID है। अनुरोध संसाधित करने में असमर्थ. बाद में पुन: प्रयास करें। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_REQ_FAILURE_SMS,hin,TRUE,superadmin,now() +1242,क्रेडेंशियल वितरण विफलता EMAIL,क्रेडेंशियल वितरण विफलता EMAIL,txt,velocity,"नमस्ते $! FullName, हमें $! PartnerName से $! CredentialName के लिए एक अनुरोध प्राप्त हुआ है। $ अनुरोध आईडी के लिए वही $! RID है। अनुरोध संसाधित नहीं किया जा सका। बाद में पुन: प्रयास करें। शुक्रिया",10006, घरेलू सेवाएं,RS_CRE_REQ_FAILURE_EMAIL,hin,TRUE,superadmin,now() +1243,वितरण वितरण विफलता ईमेल विषय,वितरण वितरण विफलता ईमेल विषय,txt,velocity,क्रेडेंशियल की डिलीवरी विफल,10006, घरेलू सेवाएं,RS_CRE_REQ_FAILURE_EMAIL_SUB,hin,TRUE,superadmin,now() +1260,डैशबोर्ड टेम्पलेट,डैशबोर्ड टेम्पलेट,txt,velocity," <मेटा नाम = व्यूपोर्ट सामग्री = चौड़ाई = डिवाइस-चौड़ाई, प्रारंभिक-स्केल = 1> <शैली > * {बॉक्स-साइज़: बॉर्डर-बॉक्स; } बॉडी {फ़ॉन्ट-फ़ैमिली: एरियल, हेल्वेटिका, सेन्स-सेरिफ़; बैकग्राउंड-कलर: # f1f1f1; } हैडर {पैडिंग: 20px; पाठ-संरेखण: केंद्र; फ़ॉन्ट आकार: 15px; रंग काला; } .tablecss {फ़ॉन्ट-आकार: 13px; } .कॉलम {फ्लोट: लेफ्ट; चौड़ाई: स्वयं; पैडिंग: 10px; मार्जिन: 10 पीएक्स; अतिप्रवाह: ऑटो; बॉर्डर: 1 px सॉलिड # FF1493; } .बटन-कॉलम {फ्लोट: लेफ्ट; चौड़ाई: स्वयं; पैडिंग: 10px; मार्जिन: 10 पीएक्स; अतिप्रवाह: ऑटो; } .कॉलम-रेक्ट {फ्लोट: लेफ्ट; चौड़ाई: 150px; पैडिंग: 2px; मार्जिन-दाएं: 5px; मार्जिन-बाएं: 5 पीएक्स; + अतिप्रवाह: ऑटो; ऊंचाई: 115px; टेक्स्ट-मिलान: केंद्र; रंग सफेद; पंक्ति। पंक्ति: फिर {सामग्री: ; प्रदर्शन: टेबल; दोनों को साफ करो; } > हैडर>

$ {dashBoard}

$ {उपयोगकर्ता}

<तालिका वर्ग = tablecss > #foreach ($ userDetails.keySet () में कुंजी) < img src = $ userDetails.get ($ key) .get (userRole) ऊंचाई = 15 + चौड़ाई = 15> $ userDetails.get ($ key) .get (userId) $ userDetails.get ( $ key) .get (userName) #end

$ {totalPacketsCount}

$ {totalPacketsLabel}

$ {pendingEODCount}

$ {pendingEODLabel}

$ {लंबितUploadCount}

$ {लंबितUploadLabel}

<तालिका चौड़ाई = 100% वर्ग = तालिका सीएसएस > #foreach ($ गतिविधियों में $ कुंजी। कीसेट ()) < h3> #if ($ कुंजी! = अपडेट) $ कुंजी #end <तालिका + चौड़ाई = 100% वर्ग = टेबलसीएसएस> #foreach ($ कीलिस्ट $ गतिविधियों में। प्राप्त ($ कुंजी)) $ keyList.get (गतिविधिनाम) $ keyList.get (गतिविधि वैल्यू) #end #end
div> ",10002, घरेलू सेवाएं,reg-dashboard-template,hin,TRUE,superadmin,now() +1263,पार्टनर-रेग-उप-टेम्पलेट,पार्टनर-रेग-उप-टेम्पलेट,txt,velocity, साथी पंजीकरण,10007,PMS,partner-reg-sub-template,hin,TRUE,superadmin,now() +1264,भागीदार-स्थिति-उप-टेम्पलेट,भागीदार-स्थिति-उप-टेम्पलेट,txt,velocity, भागीदारों की स्थिति,10007,PMS,partner-status-sub-template,hin,TRUE,superadmin,now() +1265,पार्टनर-एपिक-स्टेटस-सब-टेम्पलेट,पार्टनर-एपिक-स्टेटस-सब-टेम्पलेट,txt,velocity,पार्टनर APIKey स्थिति,10007,PMS,partner-apikey-status-sub-template,hin,TRUE,superadmin,now() +1278,यूआईएन उत्पन्न,यूआईएन उत्पन्न,txt,velocity,यूआईएन उत्पन्न,10003, पंजीकरण प्रोसेसर,RPR_UIN_GEN_EMAIL_SUB,hin,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,locked,10006,Resident Services,mosip.locked.template.property,eng,TRUE,superadmin,now() +1266,पार्टनर-रेग-कंटेंट-टेम्प्लेट,भागीदार पंजीकरण सामग्री टेम्पलेट निर्दिष्ट करें,txt,velocity,"प्रिय पार्टनर्स, पार्टनर मैनेजमेंट पोर्टल पर आपका स्व-पंजीकरण सफलतापूर्वक पूरा हो गया है। आपकी पार्टनर आईडी $ PartnerId है",10007,PMS,partner-reg-content-template,hin,TRUE,superadmin,now() +1150,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10004," +OTP செய்தி",auth-otp-email-content-template,tam,TRUE,superadmin,now() +1250,पंजीकरण पावती टेम्पलेट,पंजीकरण पावती टेम्पलेट,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end #if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002, घरेलू सेवाएं,reg-ack-template-part,hin,TRUE,superadmin,now() +1557,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"Cher $!name_fra, + +Votre demande d'UIN pour l'ID d'enregistrement : $!RID a été rejetée par le superviseur. Veuillez visiter votre bureau d'inscription le plus proche pour plus de détails.",10003,Processeur d''enregistrement,RPR_SUP_REJECT_SMS,fra,TRUE,superadmin,now() +1267,भागीदार-स्थिति-सामग्री-टेम्पलेट,भागीदार स्थिति सामग्री टेम्पलेट निर्दिष्ट करें,txt,velocity,"प्रिय भागीदारों, आपको यह बताना है कि पोर्टल पर $ पार्टनर आईडी पार्टनर आईडी के साथ आपका खाता $ दिनांक को $ स्थिति है। अधिक जानकारी के लिए कृपया पार्टनर मैनेजर से संपर्क करें",10007,PMS,partner-status-content-template,hin,TRUE,superadmin,now() +1268,apikey-स्थिति-सामग्री-टेम्पलेट,पार्टनर एपीकी स्थिति सामग्री टेम्पलेट निर्दिष्ट करें,txt,velocity,"प्रिय पार्टनर्स, कृपया निम्न apikey $ apiKey स्थिति खोजें और पॉलिसी का नाम $ PolicyName apikey $ apiKey स्थिति $ apiKeyStatus है और $ apiKeyExpiresOn $ पॉलिसी पर समाप्त होता है नाम स्थिति $ policyStatus और $ policyExpiresOn पर समाप्त होती है",10007,PMS,apikey-status-content-template,hin,TRUE,superadmin,now() +1269,पंजीकरण सहमति टेम्पलेट,पंजीकरण ग्राहक पर सहमति,txt,velocity," <शीर्षक> सहमति
मैं समझता हूं कि पंजीकरण के दौरान मेरे द्वारा एकत्र किया गया डेटा पहले से ही

& & # x2022 है; br> & # x2022 जन्म तिथि
# & # x2022; लिंग & & # x2022; पता & # x2022 संपर्क विवरण | > अलग + मैं समझता/समझती हूं कि सेवाओं तक पहुंचने या कानूनी बाध्यता का पालन करने के लिए मेरी पहचान सत्यापित करने के उद्देश्य से यह जानकारी एकत्र और संसाधित की जाती है। मैं इस उद्देश्य के लिए इस डेटा को एकत्र करने के लिए अपनी सहमति देता हूं
",10002, पंजीकरण ग्राहक,Registration Consent,hin,TRUE,superadmin,now() +1272,ईमेल टेम्पलेट अतिरिक्त जानकारी के लिए अनुरोध कर रहा है,ईमेल टेम्पलेट अतिरिक्त जानकारी के लिए अनुरोध कर रहा है,txt,velocity,"प्रिय $!name_eng, + +पंजीकरण आईडी के लिए यूआईएन के लिए आपका अनुरोध: $!RID अतिरिक्त जानकारी की आवश्यकता के कारण होल्ड पर है। यूआईएन के आवेदन पर प्रगति के लिए कृपया अपने नजदीकी पंजीकरण कार्यालय में जाएं या https://mosip.io/grievances पर जाएं। + +धन्यवाद",10003, पंजीकरण प्रोसेसर,RPR_PAUSED_FOR_ADD_INFO_EMAIL,hin,TRUE,superadmin,now() +1273,अतिरिक्त जानकारी के लिए अनुरोध करने वाला एसएमएस टेम्पलेट,ईमेल टेम्पलेट अतिरिक्त जानकारी के लिए अनुरोध कर रहा है,txt,velocity,"प्रिय $!name_eng, + +रिकॉर्ड आईडी के लिए आपका यूआईएन अनुरोध: $!आरआईडी लंबित है क्योंकि आपको अतिरिक्त जानकारी के साथ अतिरिक्त जानकारी की आवश्यकता है $!अतिरिक्त जानकारी अनुरोध आईडी और अतिरिक्त जानकारी प्रक्रिया $! अतिरिक्त जानकारी प्रक्रिया। यूआईएन आवेदन पर प्रगति के लिए कृपया अपने निकटतम रजिस्ट्रार पर जाएं या https://mosip.io/grievances पर जाएं।",10003, पंजीकरण प्रोसेसर,RPR_PAUSED_FOR_ADD_INFO_SMS,hin,TRUE,superadmin,now() +1274,पंजीकरण विफल हुआ क्योंकि आप पहले ही पंजीकृत हो चुके हैं,पंजीकरण विफल हुआ क्योंकि आप पहले ही पंजीकृत हो चुके हैं,txt,velocity,पंजीकरण विफल हुआ क्योंकि आप पहले ही पंजीकृत हो चुके हैं,10003, पंजीकरण प्रोसेसर,RPR_DUP_UIN_EMAIL_SUB,hin,TRUE,superadmin,now() +1275,फिर से पंजीकरण करें क्योंकि कोई तकनीकी समस्या थी,फिर से पंजीकरण करें क्योंकि कोई तकनीकी समस्या थी,txt,velocity,फिर से पंजीकरण करें क्योंकि कोई तकनीकी समस्या थी,10003, पंजीकरण प्रोसेसर,RPR_TEC_ISSUE_EMAIL_SUB,hin,TRUE,superadmin,now() +1276,Uin सफलतापूर्वक सक्रिय हो गया,Uin सफलतापूर्वक सक्रिय हो गया,txt,velocity,Uin सफलतापूर्वक सक्रिय हो गया,10003, पंजीकरण प्रोसेसर,RPR_UIN_REAC_EMAIL_SUB,hin,TRUE,superadmin,now() +1277,यूआई निष्क्रिय है ,यूआई निष्क्रिय है ,txt,velocity,यूआई निष्क्रिय है,10003, पंजीकरण प्रोसेसर,RPR_UIN_DEAC_EMAIL_SUB,hin,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,Success,10006,Resident Services,mosip.event.status.success.template,eng,TRUE,superadmin,now() +1279,यूआईएन विवरण अपडेट किया गया,यूआईएन विवरण अपडेट किया गया,txt,velocity,यूआईएन विवरण अपडेट किया गया,10003, पंजीकरण प्रोसेसर,RPR_UIN_UPD_EMAIL_SUB,hin,TRUE,superadmin,now() +1280,यूआईएन के आवेदन पर प्रगति के लिए अतिरिक्त विवरण का अनुरोध,यूआईएन के आवेदन पर प्रगति के लिए अतिरिक्त विवरण का अनुरोध,txt,velocity,यूआईएन के आवेदन पर प्रगति के लिए अतिरिक्त विवरण का अनुरोध,10003, पंजीकरण प्रोसेसर,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,hin,TRUE,superadmin,now() +1281,अपॉइंटमेंट रद्द करने के ईमेल विषय के लिए टेम्पलेट,अपॉइंटमेंट रद्द करने के ईमेल विषय के लिए टेम्पलेट,txt,velocity,अपॉइंटमेंट रद्द: आवेदन $PRID,10001, पूर्व-पंजीकरण,cancel-appointment-email-subject,hin,TRUE,superadmin,now() +1102,அங்கீகார உள்ளடக்கத்திற்கான டெம்ப்ளேட்,அங்கீகார உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,$idvidType $idvid அங்கீகார $status,10004, அடையாள அங்கீகாரம்,auth-email-subject,tam,TRUE,superadmin,now() +1103,அங்கீகார எஸ்எம்எஸ் டெம்ப்ளேட்,அங்கீகார எஸ்எம்எஸ் டெம்ப்ளேட்,txt,velocity,MOSIP சேவைகளால் பயன்படுத்தப்பட்ட சாதனத்தில் $date at $time Hrs $status பயன்படுத்தி $ authType ஐப் பயன்படுத்தி $ idvidType $ idvid இன் உங்கள் அங்கீகாரம்.,10004, அடையாள அங்கீகாரம்,auth-sms,tam,TRUE,superadmin,now() +1107,போலி UIN மின்னஞ்சலுக்கான டெம்ப்ளேட்,போலி UIN மின்னஞ்சலுக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID தோல்வியடைந்தது, ஏனெனில் உங்கள் விவரங்களுக்கு எதிராக போலி UIN கண்டுபிடிக்கப்பட்டது. உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும் நன்றி +",10003, பதிவு செயலி,RPR_DUP_UIN_EMAIL,tam,TRUE,superadmin,now() +1108,போலி UIN SMSக்கான டெம்ப்ளேட்,போலி UIN SMSக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID தோல்வியடைந்தது, ஏனெனில் உங்கள் விவரங்களுக்கு எதிராக போலி UIN கண்டுபிடிக்கப்பட்டது. உங்கள் அருகிலுள்ள பதிவுசெய்யப்பட்ட அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும்",10003, பதிவு செயலி,RPR_DUP_UIN_SMS,tam,TRUE,superadmin,now() +1109,மின்னஞ்சலுக்கான டெம்ப்ளேட்,மின்னஞ்சலுக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID தொழில்நுட்பச் சிக்கலின் காரணமாக தோல்வியடைந்தது. உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும் நன்றி",10003, பதிவு செயலி,RPR_TEC_ISSUE_EMAIL,tam,TRUE,superadmin,now() +1110,தொழில்நுட்ப பிரச்சனைக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,தொழில்நுட்ப பிரச்சனைக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,txt,velocity,"அன்புள்ள $!name_eng, பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID தொழில்நுட்பச் சிக்கலின் காரணமாக தோல்வியடைந்தது. உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும்",10003, பதிவு செயலி,RPR_TEC_ISSUE_SMS,tam,TRUE,superadmin,now() +1111,UIN தலைமுறை மின்னஞ்சலுக்கான டெம்ப்ளேட்,UIN தலைமுறை மின்னஞ்சலுக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name_eng, உங்கள் பதிவு ஐடிக்கான UIN: $! RID வெற்றிகரமாக உருவாக்கப்பட்டது, விரைவில் உங்கள் அஞ்சல் முகவரியை அடையும். நன்றி",10003, பதிவு செயலி,RPR_UIN_GEN_EMAIL,tam,TRUE,superadmin,now() +1112,UIN தலைமுறை SMSக்கான டெம்ப்ளேட்,UIN தலைமுறை SMSக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name_eng, உங்கள் பதிவு ஐடிக்கான UIN: $! RID வெற்றிகரமாக உருவாக்கப்பட்டது, விரைவில் உங்கள் அஞ்சல் முகவரியை அடையும்.",10003, பதிவு செயலி,RPR_UIN_GEN_SMS,tam,TRUE,superadmin,now() +1113,புதுப்பிப்பு விவரங்களுக்கு டெம்ப்ளேட் மின்னஞ்சல்,புதுப்பிப்பு விவரங்களுக்கு டெம்ப்ளேட் மின்னஞ்சல்,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் பதிவு ஐடிக்கான UIN விவரங்கள்: $! RID புதுப்பிக்கப்பட்டது மற்றும் உங்கள் UIN கார்டின் நகல் விரைவில் உங்கள் அஞ்சல் முகவரிக்கு வந்து சேரும். நன்றி",10003, பதிவு செயலி,RPR_UIN_UPD_EMAIL,tam,TRUE,superadmin,now() +1114,புதுப்பிப்பு விவரங்களுக்கு டெம்ப்ளேட் எஸ்எம்எஸ்,புதுப்பிப்பு விவரங்களுக்கு டெம்ப்ளேட் எஸ்எம்எஸ்,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் பதிவு ஐடிக்கான UIN விவரங்கள்: $! RID புதுப்பிக்கப்பட்டது மற்றும் உங்கள் UIN கார்டின் நகல் விரைவில் உங்கள் அஞ்சல் முகவரிக்கு வந்து சேரும். நன்றி",10003, பதிவு செயலி,RPR_UIN_UPD_SMS,tam,TRUE,superadmin,now() +1115,புதிய பதிவு மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,புதிய பதிவு மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, டிஜிட்டல் அடையாள மேடையில் பதிவு செய்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $ RegistrationID ஆகும். உங்கள் விவரங்களில் ஏதேனும் திருத்தங்களைச் செய்ய விரும்பினால், அடுத்த 4 நாட்களுக்குள் பதிவு மையத்தைத் தொடர்பு கொள்ளவும்.",10008, பதிவு வாடிக்கையாளர்,NewReg-email-content-template,tam,TRUE,superadmin,now() +1116,புதிய பதிவு மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,புதிய பதிவு மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity, பதிவு உறுதிப்படுத்தல்,10008, பதிவு வாடிக்கையாளர்,NewReg-email-subject-template,tam,TRUE,superadmin,now() +1117,புதிய பதிவுக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,புதிய பதிவுக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,txt,velocity,"அன்புள்ள $name, டிஜிட்டல் அடையாள மேடையில் பதிவு செய்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $ RegistrationID ஆகும். உங்கள் விவரங்கள் ஏதேனும்திருத்தங்கள் செய்யப்பட வேண்டுமானால், அடுத்த 4 நாட்களுக்குள் பதிவு மையத்தைத் தொடர்பு கொள்ளவும்",10008, பதிவு வாடிக்கையாளர்,NewReg-sms-template,tam,TRUE,superadmin,now() +1118,OTP உருவாக்கத்தின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,OTP உருவாக்கத்தின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, $username என்ற பயனர் பெயருக்கான OTP $otp ஆகும், இது $validTime நிமிடங்களுக்கு செல்லுபடியாகும் ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது).",10008, பதிவு வாடிக்கையாளர்,OTP-email-content-template,tam,TRUE,superadmin,now() +1119,OTP உருவாக்கத்தின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,OTP உருவாக்கத்தின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,டிஜிட்டல் அடையாள தளத்திலிருந்து ஒரு முறை கடவுச்சொல்,10008, பதிவு வாடிக்கையாளர்,OTP-email-subject-template,tam,TRUE,superadmin,now() +1120,OTP SMSக்கான டெம்ப்ளேட்,OTP SMSக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, $username என்ற பயனர் பெயருக்கான OTP $otp ஆகும், இது $validTime நிமிடங்களுக்கு செல்லுபடியாகும் ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது).",10008, பதிவு வாடிக்கையாளர்,OTP-sms-template,tam,TRUE,superadmin,now() +1121,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் மின்னஞ்சல் உள்ளடக்கம்,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் மின்னஞ்சல் உள்ளடக்கம்,txt,velocity,"அன்புள்ள $name, டிஜிட்டல் அடையாள தளத்துடன் உங்கள் விவரங்களைப் புதுப்பித்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $RegistrationID ஆகும். உங்கள் விவரங்களில் ஏதேனும் திருத்தங்கள் இருந்தால், அடுத்த 4 நாட்களுக்குள் பதிவு மையத்தைத் தொடர்பு கொள்ளவும்.",10008, பதிவு வாடிக்கையாளர்,Update-email-content-template,tam,TRUE,superadmin,now() +1148,அங்கீகார OTP சேவை,OTP ஐ அனுப்ப அங்கீகார OTP சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10004, அடையாள அங்கீகாரம்,auth-otp-sms-template,tam,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,Failed,10006,Resident Services,mosip.event.status.failed.template,eng,TRUE,superadmin,now() +1122,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் மின்னஞ்சல் உள்ளடக்கம்,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் மின்னஞ்சல் உள்ளடக்கம்,txt,velocity,பதிவு புதுப்பித்தல் உறுதிப்படுத்தல்,10008, பதிவு வாடிக்கையாளர்,Update-email-subject-template,tam,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"Dear $name,
+ Use OTP $otp to update your data.",10006,Resident Services,receive-otp-mail-content,eng,TRUE,superadmin,now() +1123,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,புதுப்பித்தல் பதிவுக்கான டெம்ப்ளேட் எஸ்எம்எஸ்,txt,velocity,"அன்புள்ள $ பெயர், டிஜிட்டல் அடையாளத் தளத்துடன் உங்கள் விவரங்களைப் புதுப்பித்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $ RegistrationID ஆகும். உங்கள் விவரங்களில் ஏதேனும் திருத்தங்களைச் செய்ய விரும்பினால், அடுத்த 4 நாட்களுக்குள் பதிவு மையத்தைத் தொடர்பு கொள்ளவும். +",10008, பதிவு வாடிக்கையாளர்,Update-sms-template,tam,TRUE,superadmin,now() +1124,மின்னஞ்சல் ஒப்புகைக்கான டெம்ப்ளேட்,மின்னஞ்சல் ஒப்புகைக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, UIN க்கான உங்கள் முன் பதிவு $Date அன்று $Time இல் வெற்றிகரமாக முடிந்தது. உங்கள் ஐடி #$PRID. $Appointmentdateக்கு $Appointmenttime க்கு அப்பாயிண்ட்மெண்ட் திட்டமிடப்பட்டுள்ளது.\r\nபதிவு மையத்தில் $RegistrationCenterName என்ற பதிவு மைய முகவரியில் $RegistrationCenterAddress என்று பெயரிடுங்கள். உங்கள் பதிவு செய்யப்பட்ட மொபைல் எண்ணிலும் விவரங்களைப் பெறுவீர்கள்",10001, முன் பதிவு,Email-Acknowledgement,tam,TRUE,superadmin,now() +1125,திரையில் ஏற்றுக்கொள்வதற்கான டெம்ப்ளேட்,திரையில் ஏற்றுக்கொள்வதற்கான டெம்ப்ளேட்,txt,velocity,"1.வழிகாட்டுதல் 1 2. வழிகாட்டுதல் 2 3. வழிகாட்டுதல் 3 4. வழிகாட்டுதல் 4 5. வழிகாட்டுதல் 5 6. வழிகாட்டுதல் 6 7. சாலை வரைபடம் 7 8. சாலை வரைபடம் 8 9. சாலை வரைபடம் 9 10. வழிகாட்டுதல் 10 +",10001, முன் பதிவு,Onscreen-Acknowledgement,tam,TRUE,superadmin,now() +1126,OTP மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,OTP மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, முன்பதிவு $PRIDக்கான TP என்பது $otp மற்றும் $validTime நிமிடங்களுக்கு செல்லுபடியாகும். ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது)",10001, முன் பதிவு,otp-email-content-template,tam,TRUE,superadmin,now() +1127,OTP மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,OTP மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,முன் பதிவு $ PRID: OTP கோரிக்கை,10001, முன் பதிவு,otp-email-subject-template,tam,TRUE,superadmin,now() +1128,OTP SMSக்கான டெம்ப்ளேட்,OTP SMSக்கான டெம்ப்ளேட்,txt,velocity,முன் பதிவுக்கான OTP $PRID $otp மற்றும் $validTime நிமிடங்களுக்கு செல்லுபடியாகும். ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது),10001, முன் பதிவு,otp-sms-template,tam,TRUE,superadmin,now() +1129,SMS ரசீதுக்கான டெம்ப்ளேட்,SMS ரசீதுக்கான டெம்ப்ளேட்,txt,velocity,UIN க்கான உங்கள் முன் பதிவு $Date அன்று $Time இல் வெற்றிகரமாக முடிந்தது. உங்கள் ஐடி #$PRID. $Appointmentdateக்கு $Appointmenttime இல் அப்பாயிண்ட்மெண்ட் திட்டமிடப்பட்டுள்ளது. உங்கள் பதிவு செய்யப்பட்ட மின்னஞ்சல் முகவரியிலும் விவரங்களைப் பெறுவீர்கள்,10001, முன் பதிவு,SMS-Acknowledgement,tam,TRUE,superadmin,now() +1130,ஒப்புகையின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,ஒப்புகையின் மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,விண்ணப்பம் $PRID: ஒப்புகை,10001, முன் பதிவு,Acknowledgement-email-subject,tam,TRUE,superadmin,now() +1131,UIN அட்டை டெம்ப்ளேட்,UIN அட்டை டெம்ப்ளேட்,html,velocity," + + + + + UIN Card + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   +
Logo
+
+
+
#if($isPhotoSet) #end
+
+
+
$!UIN
+
+
$!fullName_kan
+
+
$!fullName_hin
+
+
$!fullName_tam
+
+
$!dateOfBirth
+
+
$!gender_kan    $!gender_hin பாலினம் :  $!gender_tam
+
+
+
+
+ + + + + + + + + + + + + +
$!addressLine1_kan, $!addressLine2_kan, $!addressLine3_kan, $!region_kan, $!province_kan, $!city_kan, $!postalCode
$!addressLine1_hin, $!addressLine2_hin, $!addressLine3_hin, $!region_hin, $!province_hin, $!city_hin, $!postalCode
$!addressLine1_tam, $!addressLine2_tam, $!addressLine3_tam, $!region_tam, $!province_tam, $!city_tam, $!postalCode
+
+
+
+
+
 
+ + + + + +
+
+
+
+ +
+
+
+

ಯಾವುದೇ ಸಮಸ್ಯೆಗಳಿಗೆ ದಯವಿಟ್ಟು ನಮ್ಮನ್ನು ಇಲ್ಲಿ ಸಂಪರ್ಕಿಸಿ

ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್, ಹ್ಯಾಂಗಿಂಗ್ ಗಾರ್ಡನ್ಸ್, ಗ್ಲೋಬಲ್ ವಿಲೇಜ್ ಟೆಕ್ ಪಾರ್ಕ್, ಮೈಸೂರು ರಸ್ತೆ, RVCE, ಬೆಂಗಳೂರು, ಕರ್ನಾಟಕ 560059

किसी भी मुद्दे के लिए कृपया हमसे संपर्क करें

पंजीकरण प्रोसेसर, हैंगिंग गार्डन, ग्लोबल विलेज टेक पार्क, मैसूर रोड, आरवीसीई, बेंगलुरु, कर्नाटक 560059

ஏதேனும் சிக்கல்களுக்கு எங்களை தொடர்பு கொள்ளவும்
பதிவு செயலி, தொங்கும் தோட்டம், குளோபல் வில்லேஜ் டெக் பார்க், மைசூர் சாலை, RVCE, பெங்களூரு, கர்நாடகா 560059

+
+ +",10003,பதிவு செயலி,RPR_UIN_CARD_TEMPLATE,tam,TRUE,superadmin,now() +1132,UIN செயலிழக்க SMS க்கான டெம்ப்ளேட்,UIN செயலிழக்க SMS க்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் UIN முடக்கப்பட்டுள்ளது. உங்களுக்கு ஏதேனும் கவலைகள் இருந்தால், அருகிலுள்ள பதிவு மையத்தைப் பார்வையிடவும். நன்றி",10003, பதிவு செயலி,RPR_UIN_DEAC_SMS,tam,TRUE,superadmin,now() +1149,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity,OTP செய்தி,10004," +OTP செய்தி",auth-otp-email-subject-template,tam,TRUE,superadmin,now() +1172,உறுதிப்படுத்தல் வகை மின்னஞ்சல் வெற்றிகரமாக திறக்கப்பட்டது,உறுதிப்படுத்தல் வகை மின்னஞ்சல் வெற்றிகரமாக திறக்கப்பட்டது,txt,velocity,"ஹாய் $ fullName_eng, நீங்கள் கோரிய AUTH வகை (கள்) வெற்றிகரமாக திறக்கப்பட்டது. நன்றி!",10006, வீட்டு சேவைகள்,RS_UNLOCK_AUTH_SUCCESS_EMAIL,tam,TRUE,superadmin,now() +1133,UIN செயலிழக்க மின்னஞ்சலுக்கான டெம்ப்ளேட்,UIN செயலிழக்க மின்னஞ்சலுக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் UIN முடக்கப்பட்டுள்ளது. உங்களுக்கு ஏதேனும் கவலைகள் இருந்தால், அருகிலுள்ள பதிவு மையத்தைப் பார்வையிடவும். நன்றி",10003, பதிவு செயலி,RPR_UIN_DEAC_EMAIL,tam,TRUE,superadmin,now() +1134,UINக்கான டெம்ப்ளேட் மீண்டும் செயல்படுத்தும் SMS,UINக்கான டெம்ப்ளேட் மீண்டும் செயல்படுத்தும் SMS,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் UIN மீண்டும் இயக்கப்பட்டது. உங்களுக்கு ஏதேனும் கவலைகள் இருந்தால், அருகிலுள்ள பதிவு மையத்தைப் பார்வையிடவும்",10003,பதிவு செயலி,RPR_UIN_REAC_SMS,tam,TRUE,superadmin,now() +1135,UIN மீண்டும் செயல்படுத்தும் மின்னஞ்சலுக்கான டெம்ப்ளேட்,UIN மீண்டும் செயல்படுத்தும் மின்னஞ்சலுக்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $!name_eng, உங்கள் UIN மீண்டும் இயக்கப்பட்டது. உங்களுக்கு ஏதேனும் கவலைகள் இருந்தால், அருகிலுள்ள பதிவு மையத்தைப் பார்வையிடவும். ಧನ್ಯವಾದಗಳು",10003,பதிவு செயலி,RPR_UIN_REAC_EMAIL,tam,TRUE,superadmin,now() +1136,ஒப்புகை SMS டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்புள்ள ${FULLNAME}, டிஜிட்டல் அடையாள மேடையில் பதிவு செய்ததற்கு நன்றி. உங்கள் பதிவு ஐடி ${RID} . மக்கள்தொகை விவரங்கள் பின்வருமாறு: 1. தேதி: $ {தேதி} 2. முழுப் பெயர்: ${FULLNAME} 3. பிறந்த தேதி: ${DOB} 4. பாலினம்: ${GENDER} 5. முகவரி வரி 1: ${ADDRESSLINE1} 6. முகவரி வரி 2: ${ADDRESSLINE2} 7. முகவரி வரி 3: ${ADDRESSLINE3} 8. பகுதி: ${REGION} 9. நகரம்: ${CITY} 10. மாகாணம்: ${PROVINCE} 11. அஞ்சல் குறியீடு : ${POSTALCODE} 12. மொபைல் எண்: ${PHONE} 13. மின்னஞ்சல்: ${EMAIL} ",10005," +பதிவு +",reg-sms-notification,tam,TRUE,superadmin,now() +1137,ஒப்புதல் மின்னஞ்சல் டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்புள்ள ${FULLNAME}, டிஜிட்டல் அடையாள மேடையில் பதிவு செய்ததற்கு நன்றி. உங்கள் பதிவு ஐடி ${RID}. மக்கள்தொகை விவரங்கள் பின்வருமாறு: 1. தேதி: ${தேதி} 2. முழுப்பெயர்: ${FULLNAME} 3. பிறந்த தேதி: ${DOB} 4. பாலினம்: ${GENDER} 5. முகவரி வரி 1: ${ ADDRESSLINE1} 6. முகவரி வரி 2: ${ADDRESSLINE2} 7. முகவரி வரி 3: ${ADDRESSLINE3} 8. பகுதி: ${REGION} 9. நகரம்: ${CITY} 10. மாகாணம்: ${PROVINCE} 11. அஞ்சல் குறியீடு : ${POSTALCODE} 12. மொபைல் எண்: ${PHONE} 13. மின்னஞ்சல்: ${EMAIL}",10005," +பதிவு +",reg-email-notification,tam,TRUE,superadmin,now() +preregistration,OTP சேவை,OTP அனுப்பும் சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10001,பதிவு செயலி,otp-sms-template,tam,TRUE,superadmin,now() +ida,OTP சேவை,OTP அனுப்பும் சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10008, உள்நுழைய,otp-sms-template,tam,TRUE,superadmin,now() +registrationprocessor,OTP சேவை,OTP அனுப்பும் சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10003, உள்நுழைய,otp-sms-template,tam,TRUE,superadmin,now() +registrationclient,OTP சேவை,OTP அனுப்பும் சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10004,அடையாள அங்கீகாரம்,otp-sms-template,tam,TRUE,superadmin,now() +1142,அங்கீகார OTP சேவை,OTP ஐ அனுப்ப அங்கீகார OTP சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10001,பதிவு செயலி,auth-otp-sms-template,tam,TRUE,superadmin,now() +1143,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity,OTP செய்தி,10001,பதிவு செயலி,auth-otp-email-subject-template,tam,TRUE,superadmin,now() +1144,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10001,பதிவு செயலி,auth-otp-email-content-template,tam,TRUE,superadmin,now() +1145,அங்கீகார OTP சேவை,OTP ஐ அனுப்ப அங்கீகார OTP சேவை,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10008," +பதிவு வாடிக்கையாளர்",auth-otp-sms-template,tam,TRUE,superadmin,now() +1146,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity, OTP செய்தி,10008," +பதிவு வாடிக்கையாளர்",auth-otp-email-subject-template,tam,TRUE,superadmin,now() +1147,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,auth otp மின்னஞ்சல் சேவை உள்ளடக்கம்,txt,velocity,OTP $ otp ஐக் கண்டறியவும்,10008," +பதிவு வாடிக்கையாளர்",auth-otp-email-content-template,tam,TRUE,superadmin,now() +1566,Template for Supervisor Reject Email Subject,Template for Supervisor Reject Email Subject,txt,velocity,UIN Request Rejected,10003,Registration Processor,RPR_SUP_REJECT_EMAIL_SUBJECT,eng,TRUE,superadmin,now() +1151,மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,$idvidType $idvid க்கான அன்பான $name OTP என்பது $otp மற்றும் $validTime நிமிடங்களுக்கு செல்லுபடியாகும். ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது),10004," +OTP செய்தி",ida-auth-otp-email-content-template,tam,TRUE,superadmin,now() +1152,மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,மின்னஞ்சல் உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,$idvidType $idvid: OTP கோரிக்கை,10004," +OTP செய்தி",ida-auth-otp-email-subject-template,tam,TRUE,superadmin,now() +1153,SMS இல் OTPக்கான டெம்ப்ளேட்,SMS இல் OTPக்கான டெம்ப்ளேட்,txt,velocity,$idvidType $idvidக்கான OTP என்பது $otp மற்றும் $validTime நிமிடங்களுக்கு செல்லுபடியாகும். ($date அன்று $time மணிநேரத்தில் உருவாக்கப்பட்டது),10004," +OTP செய்தி",ida-auth-otp-sms-template,tam,TRUE,superadmin,now() +1154,ஒப்புக்கொள்கிறேன்,ஒப்புக்கொள்கிறேன்,txt,velocity,முன்பதிவின் போது இந்த அதிகாரம் என்னைப் பற்றிய தகவல்களை சேகரிக்கிறது எனது - • பெயர் • பிறந்த தேதி • பாலினம் • முகவரி • தொடர்பு விவரங்கள் • ஆவணங்கள் ಮಾಹಿತಿಯನ್ನು ಪರಿಶೀಲಿಸುವ ಉದ್ದೇಶಕ್ಕಾಗಿ ಸಂಗ್ರಹಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲಾಗುತ್ತದೆ ಎಂದು ನಾನು ಅರ್ಥಮಾಡಿಕೊಂಡಿದ್ದೇನೆ ವಿವಿಧ ಸೇವೆಗಳನ್ನು ಪ್ರವೇಶಿಸಲು ಅಥವಾ ಕಾನೂನು ಬಾಧ್ಯತೆಯನ್ನು ಅನುಸರಿಸಲು ನನ್ನ ಗುರುತು. ಈ ಉದ್ದೇಶಕ್ಕಾಗಿ ಈ ಡೇಟಾವನ್ನು ಸಂಗ್ರಹಿಸಲು ನಾನು ನನ್ನ ಒಪ್ಪಿಗೆಯನ್ನು ನೀಡುತ್ತೇನೆ. ,10001, முன் பதிவு,consent,tam,TRUE,superadmin,now() +1155,ஒப்புதல் மின்னஞ்சல் டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $ {ResidentName நன்றி, டிஜிட்டல் அடையாள மேடையில் உங்கள் விவரங்களைப் புதுப்பித்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $ {RID}",10005," +பதிவு ",updateUIN-email-notification,tam,TRUE,superadmin,now() +1156,ஒப்புகை SMS டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $ {ResidentName நன்றி, டிஜிட்டல் அடையாள மேடையில் உங்கள் விவரங்களைப் புதுப்பித்ததற்கு நன்றி. உங்கள் பதிவு ஐடி $ {RID}.",10005,பதிவு,updateUIN-sms-notification,tam,TRUE,superadmin,now() +1157,ஒப்புதல் மின்னஞ்சல் டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்பான பயனர்களே, உங்கள் இழந்த UIN ஐ மீட்டெடுப்பதற்கான உங்கள் கோரிக்கைக்கு நன்றி. இந்தக் கோரிக்கைக்கான உங்கள் பதிவு ஐடி $ {RID} ஆகும்.",10005,பதிவு,lostUIN-email-notification,tam,TRUE,superadmin,now() +1158,ஒப்புகை SMS டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"அன்பான பயனர்களே, உங்கள் இழந்த UIN ஐ மீட்டெடுப்பதற்கான உங்கள் கோரிக்கைக்கு நன்றி. இந்தக் கோரிக்கைக்கான உங்கள் பதிவு ஐடி $ {RID} ஆகும்.",10005,பதிவு,lostUIN-sms-notification,tam,TRUE,superadmin,now() +1159,சந்திப்பை ரத்து செய்வதற்கான டெம்ப்ளேட்,சந்திப்பை ரத்து செய்வதற்கான டெம்ப்ளேட்,txt,velocity,"அன்புள்ள $name, விண்ணப்ப ஐடி $PRIDக்கான உங்களின் அப்பாயிண்ட்மெண்ட் மற்றும் சந்திப்பு தேதி மற்றும் நேரம், $Appointmentdate $Appointmenttime அரசு அவசரநிலை/விடுமுறை காரணமாக ரத்துசெய்யப்பட்டது. பதிவு செய்ய மற்றொரு ஸ்லாட்டை மீண்டும் பதிவு செய்யவும். நன்றி",10001,முன் பதிவு,cancel-appointment,tam,TRUE,superadmin,now() +1160,UIN அறிவிப்பு SMS விடுபட்டுள்ளது,UIN அறிவிப்பு SMS விடுபட்டுள்ளது,txt,velocity,"அன்புள்ள $ name_eng, உங்கள் UIN கண்டுபிடிக்கப்பட்டது. விரைவில் உங்கள் UIN கார்டை உங்கள் அஞ்சல் முகவரியில் பெறுவீர்கள். ",10003, பதிவு செயலி,RPR_LOST_UIN_SMS,tam,TRUE,superadmin,now() +1161,UIN அறிவிப்பு மின்னஞ்சல் இல்லை,UIN அறிவிப்பு மின்னஞ்சல் இல்லை,txt,velocity,"அன்புள்ள $ name_eng, உங்கள் UIN கண்டுபிடிக்கப்பட்டது. விரைவில் உங்கள் UIN கார்டை உங்கள் அஞ்சல் முகவரியில் பெறுவீர்கள். ",10003, பதிவு செயலி,RPR_LOST_UIN_EMAIL,tam,TRUE,superadmin,now() +1554,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"Dear $!name_eng, + +Your request for UIN for Registration ID: $!RID has been rejected by the Supervisor. Please visit your nearest Registration office for further details. + +Thank You, +MOSIP",10003,Registration Processor,RPR_SUP_REJECT_EMAIL,eng,TRUE,superadmin,now() +1162,ಮುಖವಾಡದ UIN ಕಾರ್ಡ್ ಟೆಂಪ್ಲೇಟ್,முகமூடி UIN அட்டை டெம்ப்ளேட்,txt,velocity," மாஸ்க் செய்யப்பட்ட UIN கார்டு > தலைப்பு>

$ {dashBoard}

$ {பயனர்கள்}

#foreach ($ userDetails.keySet இல் $ விசை ())
< img src = $ userDetails.get ($ key) .get (userRole) உயரம் = 15 அகலம் = 15> $ userDetails.get ($ key) . (userId) $ userDetails.get ($ key) .get (userName)

$ {totalPacketsCount}

$ {totalPacketsLabel}

$ {pendingEODLabel}

$ {pendingEODLabel}

$ {pendingUploadCount}

$ {pendingUploadLabel}

#foreach ($ activities.keySet இல் $ விசை ()) #end +",10002,ನಿವಾಸ ಸೇವೆಗಳು,reg-dashboard-template,tam,TRUE,superadmin,now() +1263,Partner-reg-sub-template,Partner-reg-sub-template,txt,velocity,கூட்டாளர் பதிவு,10007,PMS,partner-reg-sub-template,tam,TRUE,superadmin,now() +1264,கூட்டாளர்-நிலை-துணை-வார்ப்புரு ,கூட்டாளர்-நிலை-துணை-வார்ப்புரு,txt,velocity, கூட்டாளிகளின் நிலை,10007,PMS,partner-status-sub-template,tam,TRUE,superadmin,now() +1265,கூட்டாளர்-apikey-status-sub-template,கூட்டாளர்-apikey-status-sub-template,txt,velocity,கூட்டாளர் APIKey நிலை,10007,PMS,partner-apikey-status-sub-template,tam,TRUE,superadmin,now() +1266,Partner-reg-content-template,கூட்டாளர் பதிவு உள்ளடக்க டெம்ப்ளேட்டைக் குறிப்பிடவும்,txt,velocity,"அன்புள்ள கூட்டாளர்களே, பார்ட்னர் மேனேஜ்மென்ட் போர்ட்டலில் உங்கள் சுய பதிவு வெற்றிகரமாக முடிந்தது. உங்கள் பார்ட்னர் ஐடி $ Partner ID",10007,PMS,partner-reg-content-template,tam,TRUE,superadmin,now() +1267,கூட்டாளர்-நிலை-உள்ளடக்கம்-வார்ப்புரு,கூட்டாளர் நிலை உள்ளடக்க டெம்ப்ளேட்டைக் குறிப்பிடவும்,txt,velocity,"அன்புள்ள கூட்டாளர்களே, போர்ட்டலில் $ பார்ட்னர்ஐடி பார்ட்னர் ஐடியுடன் கூடிய உங்கள் கணக்கு $ தேதியில் $ ஸ்டேட்டஸ் என்று உங்களுக்குத் தெரிவிக்கவே இது. மேலும் விவரங்களுக்கு பார்ட்னர் மேலாளரைத் தொடர்பு கொள்ளவும் +",10007,PMS,partner-status-content-template,tam,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,eng,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,Demo Authentication Success,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,eng,TRUE,superadmin,now() +1281,நியமனத்தை ரத்துசெய்யும் மின்னஞ்சல் விஷயத்திற்கான டெம்ப்ளேட்,நியமனத்தை ரத்துசெய்யும் மின்னஞ்சல் விஷயத்திற்கான டெம்ப்ளேட்,txt,velocity,அப்பாயிண்ட்மெண்ட் ரத்துசெய்யப்பட்டது: விண்ணப்பம் $PRID,10001,முன் பதிவு,cancel-appointment-email-subject,tam,TRUE,superadmin,now() +1250,பதிவு ஒப்புகை டெம்ப்ளேட்,பதிவு ஒப்புகை டெம்ப்ளேட்,txt,velocity,"

#if ($ விசை! = புதுப்பிப்புகள்) $ விசை #முடிவு

#foreach ($ செயல்பாடுகளில் $ keyList. பெறு ($ விசை)) < / tr> #end
$ keyList.get (activityName) $ keyList.get (செயல்பாட்டின் மதிப்பு)
#if ( !$isPreview && $QRCodeSource ) #end #if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002, வீட்டு சேவைகள்,reg-ack-template-part,tam,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,Phone,10006,Resident Services,mosip.phone.template.property,eng,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,Email,10006,Resident Services,mosip.email.template.property,eng,TRUE,superadmin,now() +1268,Apikey-status-content-template,கூட்டாளர் apikey நிலை உள்ளடக்க டெம்ப்ளேட்டைக் குறிப்பிடவும்,txt,velocity,"அன்புள்ள கூட்டாளர்களே, தயவுசெய்து பின்வரும் apikey $ apiKey நிலையைக் கண்டறியவும் மற்றும் $ PolicyName apikey $ apiKey நிலை $ apiKeyStatus மற்றும் $ apiKeyExpiresOn $ பாலிசிஸ்டேட்டஸ் மற்றும் $ policyExpiresOn அன்று $policyName நிலை காலாவதியாகும் +",10007,PMS,apikey-status-content-template,tam,TRUE,superadmin,now() +1269,பதிவு ஒப்புதல் டெம்ப்ளேட்,பதிவு செய்யும் வாடிக்கையாளர் மீது ஒப்புதல்,txt,velocity," ஒப்புதல்
பதிவின் போது நான் சேகரித்த தரவு ஏற்கனவே


& # என்று புரிந்துகொண்டேன் x2022 பிறந்த தேதி
& # x2022 பாலினம் & # x2022 முகவரி |r>
பல்வேறு சேவைகளை அணுகுவதற்காக அல்லது சட்டப்பூர்வ கடமைக்கு இணங்குவதற்காக எனது அடையாளத்தைச் சரிபார்க்கும் நோக்கத்திற்காக இந்தத் தகவல் சேகரிக்கப்பட்டு செயலாக்கப்பட்டது என்பதை நான் புரிந்துகொள்கிறேன். இந்த நோக்கத்திற்காக இந்தத் தரவைச் சேகரிக்க எனது ஒப்புதலை அளிக்கிறேன்
+",10002,பதிவு வாடிக்கையாளர்,Registration Consent,tam,TRUE,superadmin,now() +1272,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,txt,velocity,"அன்புள்ள $!name_eng, + +பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID கூடுதல் விவரங்கள் தேவைப்படுவதால், கூடுதல்InfoRequestId $!additionalInfoRequestId மற்றும் கூடுதல்InfoProcess $!additionalInfoProcess. UIN விண்ணப்பத்தில் முன்னேற, உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும் + +நன்றி",10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_EMAIL,tam,TRUE,superadmin,now() +1273,கூடுதல் தகவலுக்கு SMS டெம்ப்ளேட் கோருகிறது,கூடுதல் தகவலுக்கு மின்னஞ்சல் டெம்ப்ளேட் கோருகிறது,txt,velocity,"அன்புள்ள $!name_eng, + +பதிவு ஐடிக்கான உங்கள் UIN கோரிக்கை: $!RID நிலுவையில் உள்ளது, ஏனெனில் கூடுதல்InfoRequestId $!additionalInfoRequestId மற்றும் கூடுதல்InfoProcess $!additionalInfoProcess உடன் உங்களுக்கு கூடுதல் விவரங்கள் தேவை. UIN விண்ணப்பத்தில் முன்னேற்றம் காண, உங்கள் அருகிலுள்ள பதிவாளரைப் பார்வையிடவும் அல்லது https://mosip.io/grievances ஐப் பார்வையிடவும்.",10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_SMS,tam,TRUE,superadmin,now() +1274,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,txt,velocity,நீங்கள் ஏற்கனவே பதிவு செய்துள்ளதால் பதிவு தோல்வியடைந்தது,10003, பதிவு செயலி,RPR_DUP_UIN_EMAIL_SUB,tam,TRUE,superadmin,now() +1275,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,txt,velocity,தொழில்நுட்பச் சிக்கல் இருந்ததால் மீண்டும் பதிவு செய்யவும்,10003, பதிவு செயலி,RPR_TEC_ISSUE_EMAIL_SUB,tam,TRUE,superadmin,now() +1276,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,txt,velocity,Uin வெற்றிகரமாக செயல்படுத்தப்பட்டது,10003, பதிவு செயலி,RPR_UIN_REAC_EMAIL_SUB,tam,TRUE,superadmin,now() +1277,Uin செயலிழக்கப்பட்டது,Uin செயலிழக்கப்பட்டது,txt,velocity,Uin செயலிழக்கப்பட்டது,10003, பதிவு செயலி,RPR_UIN_DEAC_EMAIL_SUB,tam,TRUE,superadmin,now() +1278,UIN உருவாக்கப்பட்டது,UIN உருவாக்கப்பட்டது,txt,velocity,UIN உருவாக்கப்பட்டது,10003, பதிவு செயலி,RPR_UIN_GEN_EMAIL_SUB,tam,TRUE,superadmin,now() +1279,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,txt,velocity,UIN விவரங்கள் புதுப்பிக்கப்பட்டன,10003, பதிவு செயலி,RPR_UIN_UPD_EMAIL_SUB,tam,TRUE,superadmin,now() +1280,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,txt,velocity,UIN விண்ணப்பத்தில் முன்னேற கூடுதல் விவரங்களைக் கோருகிறது,10003, பதிவு செயலி,RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,tam,TRUE,superadmin,now() +1558,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"عزيزي $! name_ara ، + +طلبك للحصول على UIN لمعرف التسجيل: $! تم رفض RID من قبل المشرف. يرجى زيارة أقرب مكتب تسجيل لمزيد من التفاصيل. + +شكرا لك، +MOSIP + +",10003,معالج التسجيل,RPR_SUP_REJECT_EMAIL,ara,TRUE,superadmin,now() +1559,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"عزيزي $! name_ara ، + +طلبك للحصول على UIN لمعرف التسجيل: $! تم رفض RID من قبل المشرف. يرجى زيارة أقرب مكتب تسجيل ل",10003,معالج التسجيل,RPR_SUP_REJECT_SMS,ara,TRUE,superadmin,now() +1560,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"प्रिय $!name_hin, + +पंजीकरण आईडी के लिए यूआईएन के लिए आपका अनुरोध: $!आरआईडी पर्यवेक्षक द्वारा अस्वीकार कर दिया गया है। अधिक जानकारी के लिए कृपया अपने निकटतम पंजीकरण कार्यालय में जाएँ। + +धन्यवाद, +मोसिप",10003,पंजीकरण प्रोसेसर,RPR_SUP_REJECT_EMAIL,hin,TRUE,superadmin,now() +1561,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"प्रिय $!name_hin, + +पंजीकरण आईडी के लिए यूआईएन के लिए आपका अनुरोध: $!आरआईडी पर्यवेक्षक द्वारा अस्वीकार कर दिया गया है। अधिक जानकारी के लिए कृपया अपने निकटतम पंजीकरण कार्यालय में जाएँ",10003,पंजीकरण प्रोसेसर,RPR_SUP_REJECT_SMS,hin,TRUE,superadmin,now() +1562,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"ಆತ್ಮೀಯ $!name_kan, + +ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ಅನ್ನು ಮೇಲ್ವಿಚಾರಕರು ತಿರಸ್ಕರಿಸಿದ್ದಾರೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ. + +ಧನ್ಯವಾದಗಳು, +MOSIP",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_SUP_REJECT_EMAIL,kan,TRUE,superadmin,now() +1563,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"ಆತ್ಮೀಯ $!name_kan, + +ನೋಂದಣಿ ID ಗಾಗಿ UIN ಗಾಗಿ ನಿಮ್ಮ ವಿನಂತಿ: $!RID ಅನ್ನು ಮೇಲ್ವಿಚಾರಕರು ತಿರಸ್ಕರಿಸಿದ್ದಾರೆ. ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ದಯವಿಟ್ಟು ನಿಮ್ಮ ಹತ್ತಿರದ ನೋಂದಣಿ ಕಚೇರಿಗೆ ಭೇಟಿ ನೀಡಿ.",10003,ನೋಂದಣಿ ಪ್ರೊಸೆಸರ್,RPR_SUP_REJECT_SMS,kan,TRUE,superadmin,now() +1564,Template for Supervisor Reject Email,Template for Supervisor Reject Email,txt,velocity,"அன்புள்ள $!name_tam, + +பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID மேற்பார்வையாளரால் நிராகரிக்கப்பட்டது. மேலும் விவரங்களுக்கு உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும். + +நன்றி, +MOSIP",10003,பதிவு செயலி,RPR_SUP_REJECT_EMAIL,tam,TRUE,superadmin,now() +1565,Template for Supervisor Reject SMS,Template for Supervisor Reject SMS,txt,velocity,"அன்புள்ள $!name_tam, + +பதிவு ஐடிக்கான UINக்கான உங்கள் கோரிக்கை: $!RID மேற்பார்வையாளரால் நிராகரிக்கப்பட்டது. மேலும் விவரங்களுக்கு உங்கள் அருகிலுள்ள பதிவு அலுவலகத்தைப் பார்வையிடவும்",10003,பதிவு செயலி,RPR_SUP_REJECT_SMS,tam,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,eng,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-success-email-content,eng,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-failure-email-content,eng,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,eng,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-success-email-subject,eng,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,eng,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,order-a-physical-card-request-received-email-content,eng,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Get UIN Card,10006,Resident Services,mosip.event.type.GET_MY_ID,eng,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
+ You can track the status of the transaction using the transaction ID $transactionID on the link: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,eng,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,order-a-physical-card-failure-email-content,eng,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,eng,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,eng,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,eng,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails ($partner) has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-request-received-email-content,eng,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails ($partner) is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-success-email-content,eng,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails ($partner) raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-failure-email-content,eng,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,eng,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,eng,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,eng,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-request-received-email-content,eng,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-success-email-content,eng,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-failure-email-content,eng,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-request-received-email-subject,eng,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-success-email-subject,eng,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-failure-email-subject,eng,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-request-received-email-content,eng,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-success-email-content,eng,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Update UIN Data,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,eng,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-failure-email-content,eng,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,eng,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,eng,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,eng,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,eng,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-success-email-content,eng,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,eng,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,eng,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-success-email-subject,eng,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,eng,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-request-received-email-content,eng,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-success-email-content,eng,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-failure-email-content,eng,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,eng,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,eng,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-request-received-email-content,eng,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-success-email-content,eng,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-failure-email-content,eng,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,eng,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-success_SMS,eng,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,cust-and-down-my-card-failure_SMS,eng,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,order-a-physical-card-request-received_SMS,eng,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
+ You can track the status of the transaction using the transaction ID $transactionID on the link: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,eng,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,order-a-physical-card-failure_SMS,eng,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-request-received_SMS,eng,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails ($partner) is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-success_SMS,eng,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,share-cred-with-partner-failure_SMS,eng,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-request-received_SMS,eng,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-success_SMS,eng,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,lock-unlock-auth-failure_SMS,eng,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-request-received_SMS,eng,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-success_SMS,eng,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-failure_SMS,eng,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,eng,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-success_SMS,eng,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Your $channel was successfully verified,10006,Resident Services,verify-my-phone-email-success-summary,eng,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,eng,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-request-received_SMS,eng,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-success_SMS,eng,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,get-my-uin-card-failure_SMS,eng,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-request-received_SMS,eng,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-success_SMS,eng,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,verify-my-phone-email-failure_SMS,eng,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Personalized card was downloaded,10006,Resident Services,cust-and-down-my-card-positive-purpose,eng,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,An attempt was made to download personalised card,10006,Resident Services,cust-and-down-my-card-negative-purpose,eng,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Physical card was ordered,10006,Resident Services,order-a-physical-card-positive purpose,eng,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,An attempt was made to order a physical card,10006,Resident Services,order-a-physical-card-negative purpose,eng,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Data was shared with a partner,10006,Resident Services,share-cred-with-partner-positive-purpose,eng,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,An attempt was made to share data with a partner,10006,Resident Services,share-cred-with-partner-negative-purpose,eng,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType authentication is $status,10006,Resident Services,lock-unlock-auth-positive-purpose,eng,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,An attempt was made to lock/unlock authentication types,10006,Resident Services,lock-unlock-auth-negative-purpose,eng,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Data was updated successfully,10006,Resident Services,update-demo-data-positive-purpose,eng,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,An attempt was made to update data,10006,Resident Services,update-demo-data-negative-purpose,eng,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID was $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,eng,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,Order for a physical card has been placed successfully with the partner,10006,Resident Services,order-a-physical-card-success-summary,eng,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Your data was shared successfully,10006,Resident Services,share-cred-with-partner-success-summary,eng,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType authentication is $status,10006,Resident Services,lock-unlock-auth-success-summary,eng,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Data was updated successfully,10006,Resident Services,update-demo-data-success-summary,eng,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID was $actionPerformed successfully,10006,Resident Services,gen-or-revoke-vid-success-summary,eng,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN card was downloaded successfully,10006,Resident Services,get-my-uin-card-success-summary,eng,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Use OTP $otp to update your data.,10006,Resident Services,receive-otp,eng,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID card is available to download,10006,Resident Services,vid-card-download-positive-purpose,eng,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,An attempt was made to download VID card,10006,Resident Services,vid-card-download-negative-purpose,eng,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID card is available to download,10006,Resident Services,vid-card-download-positive-summary,eng,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-request-received-email-subject,eng,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-success-email-subject,eng,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,vid-card-download-failure-email-subject,eng,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-request-received-email-content,eng,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-success-email-content,eng,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-failure-email-content,eng,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails has been received on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-request-received_SMS,eng,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails is completed successfully on $date at $time.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-success_SMS,eng,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Dear $name,
+ Your request to $eventDetails raised on $date at $time has failed.
+ Your event id is #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,vid-card-download-failure_SMS,eng,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,eng,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Phone OTP,10006,Resident Services,mosip.otp-phone.template.property,eng,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Demographic,10006,Resident Services,mosip.demo.template.property,eng,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Fingerprint,10006,Resident Services,mosip.bio-finger.template.property,eng,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Finger Authentication Success,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,eng,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Iris Authentication Success,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,eng,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Face Authentication Success,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,eng,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Pin Authentication Success,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,eng,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Static Pin Store Request Success,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,eng,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC Authentication Request Success,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,eng,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC Authentication Request Success,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,eng,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC Exchange Request Success,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,eng,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Identity Key Binding Request Success,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,eng,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Token Request Success,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,eng,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Portefeuille,10006,Resident Services,mosip.auth-type-code.Wallet,fra,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Token based Authentication Success,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,eng,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP Request Failed,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,eng,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP Authentication Failed,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,eng,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Demo Authentication Failed,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,eng,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Finger Authentication Failed,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,eng,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Iris Authentication Failed,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,eng,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Face Authentication Failed,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,eng,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Pin Authentication Failed,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,eng,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Static Pin Store Request Failed,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,eng,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC Authentication Request Failed,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,eng,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC Authentication Request Failed,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,eng,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC Exchange Request Failed,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,eng,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Identity Key Binding Request Failed,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,eng,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Token Request Failed,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,eng,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Token based Authentication Failed,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,eng,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Unknown Request/Authentication Success,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,eng,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Unknown Request/Authentication Failed,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,eng,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-REQUEST,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,eng,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-AUTH,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,eng,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,DEMO-AUTH,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,eng,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,FINGERPRINT-AUTH,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,eng,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,IRIS-AUTH,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,eng,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,FACE-AUTH,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,eng,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,STATIC-PIN-AUTH,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,eng,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,STATIC-PIN-STORAGE,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,eng,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-AUTH,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,eng,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-AUTH,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,eng,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-EXCHANGE,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,eng,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,IDENTITY-KEY-BINDING,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,eng,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,TOKEN-REQUEST,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,eng,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,TOKEN-AUTH,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,eng,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,eng,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,eng,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,eng,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Wallet,10006,Resident Services,mosip.auth-type-code.Wallet,eng,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-bio-device,10006,Resident Services,mosip.auth-type-code.L1-bio-device,eng,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,UNKNOWN,10006,Resident Services,mosip.template.UNKNOWN,eng,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Authentication Request,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,eng,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Share Credential With Partner,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,eng,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Download Personalized Card,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,eng,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Order a Physical Card,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,eng,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Generate VID,10006,Resident Services,mosip.event.type.GENERATE_VID,eng,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Revoke VID,10006,Resident Services,mosip.event.type.REVOKE_VID,eng,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Secure My ID,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,eng,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Download VID Card,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,eng,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Send OTP,10006,Resident Services,mosip.event.type.SEND_OTP,eng,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Verify My Phone/Email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,eng,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Default,10006,Resident Services,mosip.event.type.DEFAULT,eng,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Authentication Request,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,eng,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Service Request,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,eng,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Data Update Request,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,eng,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ID Management Request,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,eng,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Data Share Request,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,eng,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Async,10006,Resident Services,mosip.service.type.ASYNC,eng,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,All,10006,Resident Services,mosip.template.ALL,eng,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,order-a-physical-card-failure-email-content,fra,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,fra,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-success-email-subject,fra,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Purpose

+

$purpose

+

Event status

+

$eventStatus

+

Summary

+

$summary

+

Data share details

+
+

Attributes shared with the partner

+

 

+

 

+
+

$attributeList

+

 

+
+

Partner details

+
+

Partner name

+
+

$partnerName

+
+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-share-cred-with-partner,eng,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+ +

MOSIP

+ +

Supporting documents

+ + + + + + + + + + + + + +
+

POI (Proof of Identity)

+

 

+
+

The POI documents specification:

+
+

         + 1. It should contain the Full Name and a clear Photo

+

         + 2. It should be valid for at least the next 6 months

+
+

Acceptable document:

+

 

+
+

         + 1. Passport

+

         + 2. PAN Card/ e-PAN

+

         + 3. Ration / PDS Photo Card

+

         + 4. Voter ID/ e-Voter ID

+

         + 5. Driving License

+

         + 6. Service photo identity card issued by Central Govt./ State Govt./ UT + Govt./ PSU/ Banks

+

         + 7. Pensioner Photo Card/Freedom Fighter Photo Card

+

         + 8. Disability ID Card/ handicapped medical certificate issued by the + respective Central/ State/ UT Governments

+

         + 9. Bank Pass Book having name and Photograph Cross Stamped by bank + official

+

         + 10. Valid Visa along with Foreign Passport

+
+ +

 

+ + + + + + + + + + + + + +
+

POA (Proof of Address)

+

 

+
+

The POA documents specification:

+
+

         + 1. It should contain Full Name and full address

+

         + 2. It should be valid for at least the next 6 months

+
+

Acceptable document:

+

 

+
+

         + 1. Passport/ Passport of Spouse/ Passport of Parents (in case of Minor)

+

         + 2. Bank Statement (with Bank stamp & signature of bank official)/ Passbook/ Post + Office Account Statement/ Passbook

+

         + 3. Ration Card

+

         + 4. Voter ID/ e-Voter ID

+

         + 5. Driving License

+

         6. Service + photo identity card issued by PSU/ Banks/ State/ Central Governments

+

         7. Pensioner + Card/ Freedom Fighter Card

+

         8. Kissan + Passbook

+

         9. CGHS/ + ECHS/ ESIC/ Medi-Claim Card with Photo issued by State/ Central Govts./ PSUs

+

         10. Disability ID Card/ + handicapped medical certificate issued by the respective State/ UT + Governments/ Administrations/ Central Govt.

+

         11. Photo ID Card/ Certificate + having address issued by Central/State Govt.

+
+ +

 

+ +

 

+ + + + + + + + + + + + + +
+

POR (Proof of Relationship)

+

 

+
+

The POR documents specification:

+
+

         + 1. It should contain the Introducer’s Full Name and a clear Photo

+

         + 2. It should contain the applicant’s Full Name and a clear Photo

+

         + 3. The relationship between the Introducer and resident should be clearly + mentioned

+

         + 4. All the produced documents should be valid for at least the next 6 + months

+
+

Acceptable document:

+

 

+
+

         + 1. Passport of Spouse/ Passport of Parents (in case of Minor)

+

         + 2. Ration card/PDS Card

+

         + 3. Medi-Claim Card with Photo issued by Centre/ State Govts./ PSUs

+

         + 4. Pension Card

+

         + 5. Birth Certificate issued by Registrar of Birth, Municipal Corporation, + and other notified local government bodies

+

         + 6. Any other Central/ State government-issued family entitlement document +

+

         + 7. Marriage Certificate issued by the government

+

         + 8. Photo ID card issued by Central/ State Govt. like ARMY canteen card + etc.

+

         + 9. Discharge card/ slip issued by Government/ Private Hospitals for birth + of a child (only for child aged between 0-5 years)

+

         + 10. Self-declaration from the Head of Family (HoF) certifying the + relationship with the resident residing at the same address as HoF

+
+ +

 

+ +

 

+ + + + + + + + + + + + + +
+

DOB (Date of Birth)

+

 

+
+

The DOB documents specification:

+
+

         1. It + should contain Full Name, a clear Photo and DOB

+

         2. It + should be valid for at least the next 6 months

+
+

Acceptable document:

+

 

+
+

         1. Birth Certificate

+

         2. Passport

+

         3. PAN Card/e-PAN

+

         4. Service photo + identity card issued by Central Govt./State Govt./UT Govt./PSU/Banks

+

         5. Photo ID card having + Date of Birth, issued by Recognized Educational Institution

+

         6. Valid School + Identity card/Identity Card issued by recognized educational institutions

+

         7. Gas Connection Bill

+

         8. Marriage Certificate + issued by the Government containing Name and address

+

         9. Registered Sale/ + Rent Agreement

+

         10. Telephone Landline + Bill/ Phone (Postpaid Mobile) Bill/ Broadband Bill

+
+ +

 

+ +

 

+ +

 

+ +
+ + + + ",10006,Resident Services,supporting-docs-list,eng,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-success-email-subject,fra,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-bio-dispositif,10006,Resident Services,mosip.auth-type-code.L1-bio-device,fra,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-manage-my-vid,eng,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-order-a-physical-card,eng,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+

Card details

+
+

Attributes added to the card

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-download-a-personalized-card,eng,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+

Update details

+
+

Attributes added to the card

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-update-demographic-data,eng,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+

Verification details

+
+

Channel that was verified

+

 

+

 

+
+

$channel

+

 

+
+

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,eng,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,fra,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+
+

$timestamp

+
+

Event ID

+
+

$eventId

+
+

Authentication mode

+
+

$authenticationMode

+
+

Event type

+
+

$eventType

+
+

Event status

+
+

$eventStatus

+
+

Summary

+
+

$summary

+
+ +

 

+ +

To view the status of your event, return to event summary.

+ + +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-secure-my-id,eng,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + + registration centers + + + + +

MOSIP

+ +

+ Registration + centers +

+ +

 

+ + + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ Serial number +

+
+

+ Registration center name +

+
+

+ Registration center address +

+
+

+ Contact number +

+
+

+ Days of week | Timings +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + + ",10006,Resident Services,registration-centers-list,eng,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + + home page + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Request + details +

+
+

+ Event request timestamp +

+
+

+ $eventReqTimeStamp +

+
+

+ Start Date +

+
+

+ $fromDate +

+
+

+ End Date +

+
+

+ $toDate +

+
+

+ History Type +

+
+

+ $serviceType +

+
+

+ Status +

+
+

+ $statusFilter +

+
+

+ + + + + + + + + #foreach($dto in $serviceHistoryDtlsList) + + + + + + + + #end +
+

+ S.No +

+
+

+ Event Id +

+
+

+ Description +

+
+

+ Timestamp +

+
+

+ Status +

+
+

+ $dto.serialNumber +

+
+

+ $dto.eventId +

+
+

+ $dto.description +

+
+

+ $dto.timeStamp +

+
+

+ $dto.eventStatus +

+
+






+ + ",10006,Resident Services,service-history-type,eng,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgment-authentication-request,eng,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,fra,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Cher $name,
Votre demande pour $eventDetails ($partner) a été reçue le $date à $time.
Votre numéro d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,share-cred-with-partner-request-received-email-content,fra,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"Cher $name,
Utilisez OTP $otp pour mettre à jour vos données.",10006,Resident Services,receive-otp-mail-content,fra,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgment-get-my-id,eng,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,Inconnu,10006,Resident Services,mosip.template.UNKNOWN,fra,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-request-received-email-content,fra,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-success-email-content,fra,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,fra,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Request details

+
+

Event request timestamp

+

$timestamp

+

Event ID

+

$eventId

+

Authentication mode

+

$authenticationMode

+

Event type

+

$eventType

+

Event status

+

$eventStatus

+

Summary

+

$summary

+ +

 

+ +

To view the status of your event, return to event summary.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgment-vid-card-download,eng,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + Id type: VID + card

+ +

userName: $name

+ +

DOB: $dateOfBirth

+ +

VID: $vid

+ +

VID Type: $vidType

+ +

Generated on: $genratedOnTimestamp

+ +

Expires on: $expiryTimestamp

+ +

Transactions left: $transactionsLeftCount

+ +
+ + + + ",10006,Resident Services,vid-card-type,eng,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,fra,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,fra,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,fra,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,fra,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-success-email-content,fra,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-failure-email-content,fra,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,fra,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-success-email-subject,fra,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,order-a-physical-card-failure-email-subject,fra,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,order-a-physical-card-request-received-email-content,fra,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Cher $name,
+Votre demande pour $eventDetails a été réalisée avec succès le $date à $time.
+Votre numéro d'événement est #$eventId.
+Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
+Vous pouvez suivre l'état de la transaction en utilisant l'ID de transaction $transactionID sur le lien : $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,fra,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,fra,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Cher $name,
Votre demande pour $eventDetails ($partner) a été réalisée avec succès le $date à $time.
Votre numéro d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,share-cred-with-partner-success-email-content,fra,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Cher $name,
Votre demande pour $eventDetails ($partner) émise le $date à $time a échoué.
Votre numéro d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,share-cred-with-partner-failure-email-content,fra,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,fra,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-failure-email-content,fra,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-request-received-email-subject,fra,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-success-email-subject,fra,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-failure-email-subject,fra,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-request-received-email-content,fra,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-success-email-content,fra,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-failure-email-content,fra,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,fra,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,fra,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,fra,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,fra,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-success-email-content,fra,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,fra,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,fra,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-success-email-subject,fra,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,get-my-uin-card-failure-email-subject,fra,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-request-received-email-content,fra,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-success-email-content,fra,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-failure-email-content,fra,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,Échec de l'authentification OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,fra,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-success-email-subject,fra,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,fra,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-request-received-email-content,fra,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-success-email-content,fra,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-failure-email-content,fra,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,fra,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-success_SMS,fra,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,cust-and-down-my-card-failure_SMS,fra,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,order-a-physical-card-request-received_SMS,fra,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Cher $name,
+Votre demande pour $eventDetails a été réalisée avec succès le $date à $time.
+Votre numéro d'événement est #$eventId.
+Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
+Vous pouvez suivre l'état de la transaction en utilisant l'ID de transaction $transactionID sur le lien : $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,fra,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,order-a-physical-card-failure_SMS,fra,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,share-cred-with-partner-request-received_SMS,fra,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Cher $name,
+Votre demande pour $eventDetails ($partner) a été réalisée avec succès le $date à $time.
+Votre numéro d'événement est #$eventId.
+Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
+",10006,Resident Services,share-cred-with-partner-success_SMS,fra,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,share-cred-with-partner-failure_SMS,fra,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,مغلق,10006,Resident Services,mosip.locked.template.property,ara,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-request-received_SMS,fra,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-success_SMS,fra,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,L'authentification $authType est $status,10006,Resident Services,lock-unlock-auth-positive-purpose,fra,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,lock-unlock-auth-failure_SMS,fra,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-request-received_SMS,fra,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-success_SMS,fra,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-failure_SMS,fra,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,fra,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-success_SMS,fra,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,fra,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-request-received_SMS,fra,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-success_SMS,fra,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,get-my-uin-card-failure_SMS,fra,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-request-received_SMS,fra,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-success_SMS,fra,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,verify-my-phone-email-failure_SMS,fra,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Carte personnalisée a été téléchargée,10006,Resident Services,cust-and-down-my-card-positive-purpose,fra,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,Une tentative a été faite pour télécharger une carte personnalisée,10006,Resident Services,cust-and-down-my-card-negative-purpose,fra,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Carte physique a été commandée,10006,Resident Services,order-a-physical-card-positive purpose,fra,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,Authentification de Jeton,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,fra,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,Une tentative a été faite pour commander une carte physique,10006,Resident Services,order-a-physical-card-negative purpose,fra,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Les données ont été partagées avec un partenaire,10006,Resident Services,share-cred-with-partner-positive-purpose,fra,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,Une tentative a été faite pour partager des données avec un partenaire,10006,Resident Services,share-cred-with-partner-negative-purpose,fra,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,Une tentative a été faite pour verrouiller/déverrouiller les types d'authentification,10006,Resident Services,lock-unlock-auth-negative-purpose,fra,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Les données ont été mises à jour avec succès,10006,Resident Services,update-demo-data-positive-purpose,fra,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,Une tentative a été faite pour mettre à jour les données,10006,Resident Services,update-demo-data-negative-purpose,fra,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID était $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,fra,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,Une tentative a été faite pour $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,fra,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,La carte UIN a été téléchargée,10006,Resident Services,get-my-uin-card-positive-purpose,fra,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,Une tentative a été faite pour télécharger la carte UIN,10006,Resident Services,get-my-uin-card-negative-purpose,fra,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel a été vérifié,10006,Resident Services,verify-my-phone-email-positive-purpose,fra,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,Une tentative a été faite pour vérifier $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,fra,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,La carte personnalisée a été téléchargée avec succès,10006,Resident Services,cust-and-down-my-card-success-summary,fra,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,La commande d'une carte physique a été placée avec succès auprès du partenaire,10006,Resident Services,order-a-physical-card-success-summary,fra,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Vos données ont été partagées avec succès,10006,Resident Services,share-cred-with-partner-success-summary,fra,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,L'authentification $authType est $status,10006,Resident Services,lock-unlock-auth-success-summary,fra,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Les données ont été mises à jour avec succès,10006,Resident Services,update-demo-data-success-summary,fra,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID a été $actionPerformed avec succès,10006,Resident Services,gen-or-revoke-vid-success-summary,fra,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,La carte UIN a été téléchargée avec succès,10006,Resident Services,get-my-uin-card-success-summary,fra,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Votre $channel a été vérifié avec succès,10006,Resident Services,verify-my-phone-email-success-summary,fra,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Utilisez OTP $otp pour mettre à jour vos données.,10006,Resident Services,receive-otp,fra,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,La carte VID est disponible en téléchargement,10006,Resident Services,vid-card-download-positive-purpose,fra,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,Une tentative a été faite pour télécharger la carte VID,10006,Resident Services,vid-card-download-negative-purpose,fra,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,La carte VID est disponible en téléchargement,10006,Resident Services,vid-card-download-positive-summary,fra,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,Téléphone,10006,Resident Services,mosip.phone.template.property,fra,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,E-mail,10006,Resident Services,mosip.email.template.property,fra,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-request-received-email-subject,fra,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-success-email-subject,fra,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Accusé de réception : $eventDetails | ID de l'événement : $eventId | Statut : $status,10006,Resident Services,vid-card-download-failure-email-subject,fra,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-request-received-email-content,fra,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,Demande OTP échouée,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,fra,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-success-email-content,fra,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-failure-email-content,fra,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été reçue le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-request-received_SMS,fra,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails a été réalisée avec succès le $date à $time.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-success_SMS,fra,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Cher $name,
Votre demande de $eventDetails émise le $date à $time a échoué.
Votre identifiant d'événement est #$eventId.
Connectez-vous sur le site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,vid-card-download-failure_SMS,fra,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,fra,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Téléphone OTP,10006,Resident Services,mosip.otp-phone.template.property,fra,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Démographique,10006,Resident Services,mosip.demo.template.property,fra,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Empreinte digitale,10006,Resident Services,mosip.bio-finger.template.property,fra,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,Iris,10006,Resident Services,mosip.bio-iris.template.property,fra,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,Visage,10006,Resident Services,mosip.bio-face.template.property,fra,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,Déverrouillé,10006,Resident Services,mosip.unlocked.template.property,fra,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,Verrouillé,10006,Resident Services,mosip.locked.template.property,fra,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,Succès,10006,Resident Services,mosip.event.status.success.template,fra,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,Échec,10006,Resident Services,mosip.event.status.failed.template,fra,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,En cours,10006,Resident Services,mosip.event.status.inprogress.template,fra,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,Succès de la demande OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,fra,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,Authentification OTP réussie,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,fra,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,Authentification de démonstration réussie,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,fra,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Authentification par empreinte digitale réussie,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,fra,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Authentification Iris réussie,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,fra,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Authentification faciale réussie,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,fra,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Authentification par code PIN réussie,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,fra,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Succès de la demande de code PIN statique,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,fra,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,Authentification EKYC réussie,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,fra,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,Authentification KYC réussie,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,fra,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,Succès de la demande d'échange KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,fra,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Succès de la demande de liaison de clé d'identité,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,fra,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Succès de la demande de jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,fra,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Authentification basée sur le jeton réussie,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,fra,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Échec de l'authentification de démonstration,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,fra,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Échec de l'authentification par empreinte digitale,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,fra,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Échec de l'authentification Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,fra,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Échec de l'authentification faciale,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,fra,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Échec de l'authentification par code PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,fra,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Échec de la demande de stockage de code PIN statique,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,fra,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,Échec de l'authentification EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,fra,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,Échec de l'authentification KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,fra,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,Échec de la demande d'échange KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,fra,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Échec de la demande de liaison de clé d'identité,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,fra,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Échec de la demande de jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,fra,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Échec de l'authentification basée sur le jeton,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,fra,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Requête/Authentification Inconnue réussie,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,fra,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Requête/Authentification Inconnue échouée,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,fra,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,Demande de OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,fra,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,Authentification OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,fra,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,Authentification de Démo,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,fra,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,Authentification par Empreinte Digitale,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,fra,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,Authentification par Iris,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,fra,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,Authentification Faciale,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,fra,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,Authentification de Code PIN Statique,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,fra,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,Stockage de Code PIN Statique,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,fra,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,Authentification EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,fra,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,Authentification KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,fra,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,Échange KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,fra,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,Association de Clé d'Identité,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,fra,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,Demande de Jeton,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,fra,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,fra,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Demande d'authentification,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,fra,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Partage de données avec un partenaire,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,fra,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Télécharger une carte personnalisée,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,fra,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Commander une carte physique,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,fra,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Obtenir une carte UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,fra,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Mettre à jour les données UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,fra,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Générer un VID,10006,Resident Services,mosip.event.type.GENERATE_VID,fra,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Révoquer le VID,10006,Resident Services,mosip.event.type.REVOKE_VID,fra,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Sécuriser mon identifiant,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,fra,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Télécharger la carte VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,fra,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Envoyer un OTP,10006,Resident Services,mosip.event.type.SEND_OTP,fra,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Vérifier mon téléphone/email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,fra,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Par défaut,10006,Resident Services,mosip.event.type.DEFAULT,fra,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Demande d'authentification,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,fra,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Demande de service,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,fra,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Demande de mise à jour des données,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,fra,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,Demande de gestion de l'identité,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,fra,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Demande de partage de données,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,fra,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Asynchrone,10006,Resident Services,mosip.service.type.ASYNC,fra,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,Tous,10006,Resident Services,mosip.template.ALL,fra,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,ara,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+

$timestamp

+

ID de l'événement

+

$eventId

+

Mode d'authentification

+

$authenticationMode

+

Type d'événement

+

$eventType

+

But

+

$purpose

+

État de l'événement

+

$eventStatus

+

Résumé

+

$summary

+

Détails du partage de données

+
+

Attributs partagés avec le partenaire

+

 

+

 

+
+

$attributeList

+

 

+
+

Détails du partenaire

+
+

Nom du partenaire

+
+

$partnerName

+
+ +

 

+ +

Pour consulter l'état de votre événement, revenez à résumé de l'événement.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-share-cred-with-partner,fra,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+ +

MOSIP

+

Documents à l'appui

+ + + + + + + + + + + + +
+

POI (Preuve d'identité)

+

 

+
+

Spécifications des documents de POI (Preuve d'identité) :

+
+

         + 1. Il devrait contenir le nom complet et une photo claire

+

         + 2. Il doit être valide pour au moins les 6 prochains mois

+
+

Document acceptable :

+

 

+
+

         + 1. Passeport

+

         + 2. Carte PAN/ e-PAN

+

         + 3. Carte photo de ration / carte PDS

+

         + 4. Carte d'électeur / e-Carte de l'électeur

+

         + 5. Permis de conduire

+

         + 6. Carte d'identité avec photo de service délivrée par le gouvernement central/ de l'État/ de l'UT/ + PSU/ banques

+

         + 7. Carte photo de pensionné/Carte photo du combattant de la liberté

+

         + 8. Carte d'identité pour personne handicapée/certificat médical pour personne handicapée délivré par les + gouvernements central/de l'État/de l'UT respectifs

+

         + 9. Livret de banque portant le nom et la photographie avec tampon de la banque

+

         + 10. Visa valide avec passeport étranger

+
+

 

+ + + + + + + + + + + + + + +
+

POA (Preuve d'Adresse)

+

 

+
+

Spécifications des documents de POA (Preuve d'Adresse) :

+
+

         + 1. Il doit contenir le nom complet et l'adresse complète

+

         + 2. Il doit être valide pour au moins les 6 prochains mois

+
+

Document acceptable :

+

 

+
+

         + 1. Passeport/ Passeport du conjoint/ Passeport des parents (en cas de mineur)

+

         + 2. Relevé bancaire (avec tampon de la banque et signature de l'officiel de la banque)/ Livret de banque/ Relevé de compte de la Poste/ Livret de banque

+

         + 3. Carte de ration

+

         + 4. Carte d'électeur/ e-Carte de l'électeur

+

         + 5. Permis de conduire

+

         6. Carte + d'identité avec photo de service délivrée par les PSU/ banques/ gouvernements de l'État/ central

+

         7. Carte de + pensionné/ Carte du combattant de la liberté

+

         8. Livret du + Kissan

+

         9. Carte CGHS/ + ECHS/ ESIC/ Medi-Claim avec photo délivrée par les gouvernements de l'État/ central/ PSUs

+

         10. Carte + d'identité pour personne handicapée/ certificat médical pour personne handicapée délivré par les États/ UT + respectifs/ Administrations/ Gouvernement central

+

         11. Carte d'identité avec + adresse délivrée par le gouvernement central/ de l'État.

+
+

 

+

 

+ + + + + + + + + + + + + + +
+

POR (Preuve de Relation)

+

 

+
+

Spécifications des documents POR (Preuve de Relation) :

+
+

         + 1. Il doit contenir le nom complet de l'intervenant et une photo claire

+

         + 2. Il doit contenir le nom complet du demandeur et une photo claire

+

         + 3. La relation entre l'intervenant et le résident doit être clairement indiquée

+

         + 4. Tous les documents produits doivent être valides pour au moins les 6 + prochains mois

+
+

Document acceptable :

+

 

+
+

         + 1. Passeport du conjoint/ Passeport des parents (en cas de mineur)

+

         + 2. Carte de ration/Carte PDS

+

         + 3. Carte Medi-Claim avec photo délivrée par les gouvernements central/ de l'État/ PSUs

+

         + 4. Carte de pension

+

         + 5. Acte de naissance délivré par le registraire des naissances, la municipalité, + et d'autres autorités locales notifiées

+

         + 6. Tout autre document d'admissibilité familial délivré par le gouvernement central/ de l'État +

+

         + 7. Certificat de mariage délivré par le gouvernement

+

         + 8. Carte d'identité avec photo délivrée par le gouvernement central/de l'État, telle que la carte de cantine de l'ARMÉE + etc.

+

         + 9. Carte de congé/délivrance délivrée par les hôpitaux publics/privés pour la naissance d'un enfant (uniquement pour les enfants âgés de 0 à 5 ans)

+

         + 10. Auto-déclaration du chef de famille (HoF) certifiant la + relation avec le résident résidant à la même adresse que le HoF

+
+

 

+ +

 

+ + + + + + + + + + + + + +
+

DDN (Date de Naissance)

+

 

+
+

Spécifications des documents DDN (Date de Naissance) :

+
+

         1. Il + doit contenir le nom complet, une photo claire et la DDN

+

         2. Il + doit être valide pour au moins les 6 prochains mois

+
+

Document acceptable :

+

 

+
+

         1. Acte de naissance

+

         2. Passeport

+

         3. Carte PAN/e-PAN

+

         4. Carte d'identité avec photo de service délivrée par le gouvernement central/de l'État/de l'UT/PSU/Banques

+

         5. Carte d'identité avec date de naissance, délivrée par une institution éducative reconnue

+

         6. Carte d'identité scolaire valide/Carte d'identité délivrée par des institutions éducatives reconnues

+

         7. Facture de raccordement au gaz

+

         8. Certificat de mariage délivré par le gouvernement contenant le nom et l'adresse

+

         9. Contrat de vente/location enregistré

+

         10. Facture de ligne terrestre téléphonique/Facture de téléphone mobile postpayé/Facture de haut débit

+
+ +

 

+ +

 

+ +

 

+ + +
+ + + + ",10006,Resident Services,supporting-docs-list,fra,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,عزيزي $name،
تم إكمال طلبك لـ $eventDetails ($partner) بنجاح في $date في $time.
رقم الحدث الخاص بك هو #$eventId.
تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
,10006,Resident Services,share-cred-with-partner-success-email-content,ara,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,عزيزي $name،
تم رفع طلبك لـ $eventDetails ($partner) في $date في $time ولكنه فشل.
رقم الحدث الخاص بك هو #$eventId.
تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
,10006,Resident Services,share-cred-with-partner-failure-email-content,ara,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+
+

$timestamp

+
+

Identifiant de l'événement

+
+

$eventId

+
+

Mode d'authentification

+
+

$authenticationMode

+
+

Type d'événement

+
+

$eventType

+
+

Statut de l'événement

+
+

$eventStatus

+
+

Résumé

+
+

$summary

+
+

 

+

Pour consulter le statut de votre événement, retournez à résumé de l'événement.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-manage-my-vid,fra,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement:

+

$timestamp

+

ID de l'événement:

+

$eventId

+

Mode d'authentification:

+

$authenticationMode

+

Type d'événement:

+

$eventType

+

État de l'événement:

+

$eventStatus

+

Résumé

+

$summary

+

 

+

Pour voir l'état de votre événement, retournez à Résumé +de l'événement.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-order-a-physical-card,fra,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + +
+
+

+ + MOSIP + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + Détails de la demande + +

+
+

+ Horodatage de la demande d'événement +

+
+

+ $timestamp +

+
+

+ ID de l'événement +

+
+

+ $eventId +

+
+

+ Mode d'authentification +

+
+

+ $authenticationMode +

+
+

+ Type d'événement +

+
+

+ $eventType +

+
+

+ État de l'événement +

+
+

+ $eventStatus +

+
+

+ Résumé +

+
+

+ $summary +

+
+

+ + Détails de la carte + +

+
+

+ Attributs ajoutés à la carte +

+

 

+

 

+
+

$attributeList

+

 

+
+

+   +

+

+ Pour consulter l'état de votre événement, retournez à  + + résumé de l'événement + + . +

+

+   +

+
+
+ +",10006,Resident Services,acknowledgement-download-a-personalized-card,fra,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+
+

$timestamp

+
+

ID de l'événement

+
+

$eventId

+
+

Mode d'authentification

+
+

$authenticationMode

+
+

Type d'événement

+
+

$eventType

+
+

Statut de l'événement

+
+

$eventStatus

+
+

Résumé

+
+

$summary

+
+

 

+

Pour voir le statut de votre événement, retournez à résumé de l'événement.

+

 

+
+
+ +",10006,Resident Services,acknowledgment-authentication-request,fra,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+

$timestamp

+

ID de l'événement

+

$eventId

+

Mode d'authentification

+

$authenticationMode

+

Type d'événement

+

$eventType

+

État de l'événement

+

$eventStatus

+

Résumé

+

$summary

+

Détails de mise à jour

+
+

Attributs ajoutés à la carte

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

Pour consulter l'état de votre événement, retournez à résumé de l'événement.

+ +

 

+
+
+ +",10006,Resident Services,acknowledgement-update-demographic-data,fra,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,ara,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+

$timestamp

+

ID de l'événement

+

$eventId

+

Mode d'authentification

+

$authenticationMode

+

Type d'événement

+

$eventType

+

Statut de l'événement

+

$eventStatus

+

Résumé

+

$summary

+

 

+

Pour consulter le statut de votre événement, retournez à résumé de l'événement.

+

 

+
+
+ +",10006,Resident Services,acknowledgment-vid-card-download,fra,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+

$timestamp

+

ID de l'événement

+

$eventId

+

Mode d'authentification

+

$authenticationMode

+

Type d'événement

+

$eventType

+

État de l'événement

+

$eventStatus

+

Résumé

+

$summary

+

Détails de la vérification

+
+

Chaîne vérifiée

+

 

+

 

+
+

$channel

+

 

+
+

 

+ +

Pour voir l'état de votre événement, retournez à résumé de l'événement.

+ +

 

+ +
+ +
+ + + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,fra,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+
+

$timestamp

+
+

ID de l'événement

+
+

$eventId

+
+

Mode d'authentification

+
+

$authenticationMode

+
+

Type d'événement

+
+

$eventType

+
+

Statut de l'événement

+
+

$eventStatus

+
+

Résumé

+
+

$summary

+
+ +

 

+ +

Pour consulter l'état de votre événement, revenez à résumé de l'événement.

+ + +

 

+ +
+ +
+ + + +",10006,Resident Services,acknowledgement-secure-my-id,fra,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + + Centres d'Inscription + + + + +

MOSIP

+ +

+ Centres d'Inscription +

+ +

 

+ + + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ Numéro de Série +

+
+

+ Nom du Centre d'Inscription +

+
+

+ Adresse du Centre d'Inscription +

+
+

+ Numéro de Contact +

+
+

+ Jours de la Semaine | Horaires +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + +",10006,Resident Services,registration-centers-list,fra,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +Page d'accueil + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+Détails de la demande +

+
+

+Horodatage de la demande d'événement +

+
+

+$eventReqTimeStamp +

+
+

+Date de début +

+
+

+$fromDate +

+
+

+Date de fin +

+
+

+$toDate +

+
+

+Type d'historique +

+
+

+$serviceType +

+
+

+Statut +

+
+

+$statusFilter +

+
+

+ + + + + + + + +#foreach($dto in $serviceHistoryDtlsList) + + + + + + + +#end +
+

+ +

+
+

+ID d'événement +

+
+

+Description +

+
+

+Horodatage +

+
+

+Statut +

+
+

+$dto.serialNumber +

+
+

+$dto.eventId +

+
+

+$dto.description +

+
+

+$dto.timeStamp +

+
+

+$dto.eventStatus +

+
+






+ +",10006,Resident Services,service-history-type,fra,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,order-a-physical-card-failure-email-content,ara,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,تمت محاولة تحديث البيانات,10006,Resident Services,update-demo-data-negative-purpose,ara,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Détails de la demande

+
+

Horodatage de la demande d'événement

+
+

$timestamp

+
+

ID de l'événement

+
+

$eventId

+
+

Mode d'authentification

+
+

$authenticationMode

+
+

Type d'événement

+
+

$eventType

+
+

Statut de l'événement

+
+

$eventStatus

+
+

Résumé

+
+

$summary

+
+

 

+

Pour consulter l'état de votre événement, revenez à résumé de l'événement.

+

 

+
+
+ +",10006,Resident Services,acknowledgment-get-my-id,fra,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,تم تحديث البيانات بنجاح,10006,Resident Services,update-demo-data-success-summary,ara,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,ara,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,ara,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,ara,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-request-received-email-content,ara,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-success-email-content,ara,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-failure-email-content,ara,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,ara,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-success-email-subject,ara,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,ara,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,order-a-physical-card-request-received-email-content,ara,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"عزيزي $name،
+تم إكمال طلبك لـ $eventDetails بنجاح في $date في $time.
+رقم الحدث الخاص بك هو #$eventId.
+تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
+يمكنك تتبع حالة العملية باستخدام معرف العملية $transactionID على الرابط: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,ara,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,ara,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,ara,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails ($partner) في $date في $time.
رقم الحدث الخاص بك هو #$eventId.
تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
,10006,Resident Services,share-cred-with-partner-request-received-email-content,ara,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,نجاح,10006,Resident Services,mosip.event.status.success.template,ara,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,ara,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,ara,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-request-received-email-content,ara,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,عزيزي $name،
استخدم OTP $otp لتحديث بياناتك.,10006,Resident Services,receive-otp-mail-content,ara,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-success-email-content,ara,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-failure-email-content,ara,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-request-received-email-subject,ara,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-success-email-subject,ara,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-failure-email-subject,ara,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-request-received-email-content,ara,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-success-email-content,ara,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-failure-email-content,ara,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,تم $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-positive-purpose,ara,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,ara,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,ara,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,ara,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-request-received-email-content,ara,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-success-email-content,ara,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-failure-email-content,ara,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,فشل,10006,Resident Services,mosip.event.status.failed.template,ara,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,ara,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-success-email-subject,ara,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,ara,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: استخدم OTP $otp لتحديث بياناتك.,10006,Resident Services,receive-otp,ara,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-request-received-email-content,ara,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-success-email-content,ara,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-failure-email-content,ara,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,ara,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,ara,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,ara,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-request-received-email-content,ara,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-success-email-content,ara,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-failure-email-content,ara,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,تم تنزيل بطاقة UIN,10006,Resident Services,get-my-uin-card-positive-purpose,ara,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-request-received_SMS,ara,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-success_SMS,ara,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,cust-and-down-my-card-failure_SMS,ara,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,order-a-physical-card-request-received_SMS,ara,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,تم بنجاح $vidType VID $maskedVID بـ $actionPerformed,10006,Resident Services,gen-or-revoke-vid-success-summary,ara,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,ವಾಲೆಟ್,10006,Resident Services,mosip.auth-type-code.Wallet,kan,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"عزيزي $name،
+تم إكمال طلبك لـ $eventDetails بنجاح في $date في $time.
+رقم الحدث الخاص بك هو #$eventId.
+تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
+يمكنك تتبع حالة العملية باستخدام معرف العملية $transactionID على الرابط: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,ara,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,بطاقة VID متاحة للتنزيل,10006,Resident Services,vid-card-download-positive-purpose,ara,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,order-a-physical-card-failure_SMS,ara,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,share-cred-with-partner-request-received_SMS,ara,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"عزيزي $name،
+تم إكمال طلبك لـ $eventDetails ($partner) بنجاح في $date في $time.
+رقم الحدث الخاص بك هو #$eventId.
+تسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink للمزيد من التفاصيل.
",10006,Resident Services,share-cred-with-partner-success_SMS,ara,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,share-cred-with-partner-failure_SMS,ara,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-request-received_SMS,ara,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-success_SMS,ara,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,lock-unlock-auth-failure_SMS,ara,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-request-received_SMS,ara,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-success_SMS,ara,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,تمت محاولة $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,ara,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,update-demo-data-failure_SMS,ara,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-request-received_SMS,ara,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-success_SMS,ara,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,gen-or-revoke-vid-failure_SMS,ara,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,تم تنزيل بطاقة UIN بنجاح,10006,Resident Services,get-my-uin-card-success-summary,ara,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-request-received_SMS,ara,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-success_SMS,ara,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,get-my-uin-card-failure_SMS,ara,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-request-received_SMS,ara,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-success_SMS,ara,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,verify-my-phone-email-failure_SMS,ara,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,تم تنزيل البطاقة المخصصة,10006,Resident Services,cust-and-down-my-card-positive-purpose,ara,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,تم محاولة تنزيل البطاقة المخصصة,10006,Resident Services,cust-and-down-my-card-negative-purpose,ara,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,تم طلب البطاقة الفعلية,10006,Resident Services,order-a-physical-card-positive purpose,ara,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,تمت محاولة طلب بطاقة فعلية,10006,Resident Services,order-a-physical-card-negative purpose,ara,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,تم مشاركة البيانات مع شريك,10006,Resident Services,share-cred-with-partner-positive-purpose,ara,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,تمت محاولة مشاركة البيانات مع شريك,10006,Resident Services,share-cred-with-partner-negative-purpose,ara,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType التحقق هو $status,10006,Resident Services,lock-unlock-auth-positive-purpose,ara,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,تمت محاولة قفل/فتح أنواع التحقق,10006,Resident Services,lock-unlock-auth-negative-purpose,ara,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,تم تحديث البيانات بنجاح,10006,Resident Services,update-demo-data-positive-purpose,ara,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,تمت محاولة تنزيل بطاقة UIN,10006,Resident Services,get-my-uin-card-negative-purpose,ara,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,تم التحقق من $channel,10006,Resident Services,verify-my-phone-email-positive-purpose,ara,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,تمت محاولة التحقق من $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,ara,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,تم تنزيل البطاقة المخصصة بنجاح,10006,Resident Services,cust-and-down-my-card-success-summary,ara,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,تم وضع طلب لبطاقة فعلية بنجاح مع الشريك,10006,Resident Services,order-a-physical-card-success-summary,ara,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,تم مشاركة بياناتك بنجاح,10006,Resident Services,share-cred-with-partner-success-summary,ara,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType التحقق هو $status,10006,Resident Services,lock-unlock-auth-success-summary,ara,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,تم التحقق من $channel بنجاح,10006,Resident Services,verify-my-phone-email-success-summary,ara,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,ara,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,تم محاولة تنزيل بطاقة VID,10006,Resident Services,vid-card-download-negative-purpose,ara,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,بطاقة VID متاحة للتنزيل,10006,Resident Services,vid-card-download-positive-summary,ara,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,هاتف,10006,Resident Services,mosip.phone.template.property,ara,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,بريد إلكتروني,10006,Resident Services,mosip.email.template.property,ara,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-request-received-email-subject,ara,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-success-email-subject,ara,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,اعتراف: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,vid-card-download-failure-email-subject,ara,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-request-received-email-content,ara,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-success-email-content,ara,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-failure-email-content,ara,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,فشل مصادقة البصمة,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,ara,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,فشل مصادقة القزحية,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,ara,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,عزيزي $name،
تم استلام طلبك لـ $eventDetails في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-request-received_SMS,ara,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,عزيزي $name،
تم إتمام طلبك لـ $eventDetails بنجاح في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-success_SMS,ara,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,عزيزي $name،
فشل طلبك لـ $eventDetails الذي تم رفعه في $date في $time.
هوية الحدث الخاصة بك هي #$eventId.
قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل.
,10006,Resident Services,vid-card-download-failure_SMS,ara,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,بريد إلكتروني OTP,10006,Resident Services,mosip.otp-email.template.property,ara,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,هاتف OTP,10006,Resident Services,mosip.otp-phone.template.property,ara,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,البيانات الديموغرافية,10006,Resident Services,mosip.demo.template.property,ara,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,بصمة الإصبع,10006,Resident Services,mosip.bio-finger.template.property,ara,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,القزحية,10006,Resident Services,mosip.bio-iris.template.property,ara,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,الوجه,10006,Resident Services,mosip.bio-face.template.property,ara,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,مفتوح,10006,Resident Services,mosip.unlocked.template.property,ara,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,قيد التنفيذ,10006,Resident Services,mosip.event.status.inprogress.template,ara,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,نجاح طلب OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,ara,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,نجاح التحقق OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,ara,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,نجاح مصادقة العرض التوضيحي,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,ara,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,نجاح مصادقة البصمة,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,ara,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,نجاح مصادقة القزحية,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,ara,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,نجاح مصادقة الوجه,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,ara,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,نجاح مصادقة الرقم السري,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,ara,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,نجاح طلب تخزين الرقم السري الثابت,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,ara,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,نجاح مصادقة EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,ara,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,نجاح مصادقة KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,ara,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,نجاح طلب تبادل KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,ara,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,نجاح طلب ربط مفتاح الهوية,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,ara,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,نجاح طلب الرمز,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,ara,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,نجاح مصادقة قائمة الرموز,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,ara,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,فشل طلب OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,ara,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,فشل التحقق OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,ara,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,فشل مصادقة العرض التوضيحي,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,ara,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,تحديث بيانات UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,ara,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,فشل مصادقة الوجه,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,ara,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,فشل مصادقة الرقم السري,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,ara,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,فشل طلب تخزين الرقم السري الثابت,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,ara,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,فشل مصادقة EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,ara,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,فشل مصادقة KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,ara,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,فشل طلب تبادل KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,ara,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,فشل طلب ربط مفتاح الهوية,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,ara,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,فشل طلب الرمز,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,ara,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,فشل مصادقة قائمة الرموز,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,ara,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,طلب/نجاح المصادقة المجهولة,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,ara,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,طلب/فشل المصادقة المجهولة,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,ara,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,طلب OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,ara,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,مصادقة OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,ara,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,مصادقة تجريبية,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,ara,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,مصادقة بصمة الإصبع,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,ara,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,مصادقة القزحية,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,ara,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,مصادقة الوجه,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,ara,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,مصادقة دبوس ثابت,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,ara,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,تخزين دبوس ثابت,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,ara,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,مصادقة EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,ara,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,مصادقة KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,ara,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,تبادل KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,ara,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,ربط مفتاح الهوية,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,ara,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,طلب الرمز,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,ara,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,مصادقة الرمز,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,ara,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,ara,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,رمز ال PIN,10006,Resident Services,mosip.auth-type-code.PIN,ara,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,رمز OTP,10006,Resident Services,mosip.auth-type-code.OTP,ara,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,المحفظة,10006,Resident Services,mosip.auth-type-code.Wallet,ara,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,جهاز البيومتري الفئة 1,10006,Resident Services,mosip.auth-type-code.L1-bio-device,ara,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,مجهول,10006,Resident Services,mosip.template.UNKNOWN,ara,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,طلب مصادقة,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,ara,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,مشاركة البيانات مع الشريك,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,ara,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,تنزيل بطاقة مخصصة,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,ara,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,طلب بطاقة فيزيائية,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,ara,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,الحصول على بطاقة UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,ara,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,إنشاء VID,10006,Resident Services,mosip.event.type.GENERATE_VID,ara,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,إلغاء VID,10006,Resident Services,mosip.event.type.REVOKE_VID,ara,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,تأمين هويتي,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,ara,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,تنزيل بطاقة VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,ara,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,إرسال OTP,10006,Resident Services,mosip.event.type.SEND_OTP,ara,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,التحقق من هاتفي/بريدي الإلكتروني,10006,Resident Services,mosip.event.type.VALIDATE_OTP,ara,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,افتراضي,10006,Resident Services,mosip.event.type.DEFAULT,ara,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,طلب مصادقة,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,ara,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,طلب خدمة,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,ara,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,طلب تحديث البيانات,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,ara,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,طلب إدارة الهوية,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,ara,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,طلب مشاركة البيانات,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,ara,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,غير متزامن,10006,Resident Services,mosip.service.type.ASYNC,ara,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,الكل,10006,Resident Services,mosip.template.ALL,ara,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,टोकन पर आधारित प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,hin,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,order-a-physical-card-request-received-email-content,hin,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-request-received-email-subject,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

الوقت الذي تم فيه طلب الحدث

+
+

$timestamp

+
+

معرف الحدث

+
+

$eventId

+
+

وضع المصادقة

+
+

$authenticationMode

+
+

نوع الحدث

+
+

$eventType

+
+

الغرض

+
+

$purpose

+
+

حالة الحدث

+
+

$eventStatus

+
+

ملخص

+
+

$summary

+
+

تفاصيل مشاركة البيانات

+
+

البيانات المشتركة مع الشريك

+

 

+

 

+
+

$attributeList

+

 

+
+

تفاصيل الشريك

+
+

اسم الشريك

+
+

$partnerName

+
+

 

+

لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-share-cred-with-partner,ara,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+

MOSIP

+ +

وثائق الدعم

+ + + + + + + + + + + + + +
+

وثيقة إثبات الهوية (POI)

+

 

+
+

مواصفات وثائق الـ POI:

+
+

         + 1. يجب أن تحتوي على الاسم الكامل وصورة واضحة

+

         + 2. يجب أن تكون صالحة لمدة ما لا يقل عن 6 أشهر

+
+

الوثائق المقبولة:

+

 

+
+

         + 1. جواز السفر

+

         + 2. بطاقة الهوية الشخصية / بطاقة الـ PAN الإلكترونية

+

         + 3. بطاقة الصورة للتموين / السلع الاستهلاكية

+

         + 4. بطاقة الناخب / بطاقة الناخب الإلكترونية

+

         + 5. رخصة القيادة

+

         + 6. بطاقة الهوية الصورية للخدمة الصادرة عن الحكومة المركزية / الحكومة الولائية / الحكومة الترابية / الشركات الحكومية / البنوك

+

         + 7. بطاقة الصورة للمعاشين / بطاقة صورة المحاربين من أجل الحرية

+

         + 8. بطاقة الهوية للمعاقين / شهادة طبية للمعاقين صدرت عن الحكومة المركزية / الحكومة الولائية / الحكومة الترابية المعنية

+

         + 9. دفتر الحساب المصرفي بالاسم والصورة مع الختم المعبر عنه من جانب المسؤول في البنك

+

         + 10. تأشيرة صالحة مع جواز سفر أجنبي

+
+

 

+ + + + + + + + + + + + +
+

POA (إثبات العنوان)

+

 

+
+

مواصفات وثائق الـ POA:

+
+

         + 1. يجب أن تحتوي على الاسم الكامل والعنوان الكامل

+

         + 2. يجب أن تكون صالحة لمدة ما لا يقل عن 6 أشهر

+
+

الوثيقة المقبولة:

+

 

+
+

         + 1. جواز السفر / جواز السفر للزوج أو الزوجة / جواز السفر للوالدين (في حالة القاصرين)

+

         + 2. كشف حساب بنكي (بختم البنك وتوقيع مسؤول البنك) / كتيب الحساب البريدي / كتيب الحساب في مكتب البريد

+

         + 3. بطاقة التموين

+

         + 4. بطاقة الناخب / بطاقة الناخب الإلكترونية

+

         + 5. رخصة القيادة

+

         6. بطاقة الهوية الصورية للخدمة الصادرة عن شركات الدولة / البنوك / الحكومات الولائية والمركزية

+

         7. بطاقة المعاشين / بطاقة المحاربين من أجل الحرية

+

         8. دفتر كيسان

+

         9. بطاقة CGHS / ECHS / ESIC / Medi-Claim مع صورة صادرة عن الحكومات الولائية والمركزية والشركات العامة

+

         10. بطاقة الهوية للمعاقين / شهادة طبية للمعاقين صادرة عن الحكومات والإدارات الولائية والمركزية المعنية

+

         11. بطاقة هوية صورية / شهادة تحمل العنوان صادرة عن الحكومات الولائية والمركزية

+
+

 

+

 

+ + + + + + + + + + + + +
+

POR (إثبات العلاقة)

+

 

+
+

مواصفات وثائق الـ POR:

+
+

         + 1. يجب أن تحتوي على اسم الشخص المقدم للمعرِّفة بالكامل وصورة واضحة

+

         + 2. يجب أن تحتوي على اسم المتقدم بالكامل وصورة واضحة

+

         + 3. يجب ذكر العلاقة بين المقدم للمعرِّفة والمقيم بوضوح

+

         + 4. يجب أن تكون جميع الوثائق المقدمة صالحة لمدة لا تقل عن 6 + أشهر

+
+

الوثيقة المقبولة:

+

 

+
+

         + 1. جواز السفر للزوج أو جواز السفر للوالدين (في حالة القاصرين)

+

         + 2. بطاقة التموين / بطاقة PDS

+

         + 3. بطاقة Medi-Claim مع صورة صادرة عن الحكومات الولائية والمركزية والشركات العامة

+

         + 4. بطاقة المعاشين

+

         + 5. شهادة الميلاد صادرة عن مسجل الولادة، البلدية، والهيئات الحكومية المحلية المعلن عنها أخرى

+

         + 6. أي وثيقة أخرى صادرة عن الحكومة المركزية أو الولائية تتعلق بحقوق العائلة

+

         + 7. شهادة الزواج صادرة عن الحكومة

+

         + 8. بطاقة هوية صورية صادرة عن الحكومة المركزية أو الحكومة الولائية مثل بطاقة الجيش وما إلى ذلك

+

         + 9. بطاقة الخروج أو إشعار صادرة عن المستشفيات الحكومية أو الخاصة بمناسبة ولادة طفل (فقط للأطفال الذين تتراوح أعمارهم بين 0 و5 سنوات)

+

         + 10. تصريح ذاتي من رئيس الأسرة يشهد بالعلاقة مع الساكن في نفس العنوان كرئيس للأسرة

+
+

 

+ +

 

+ + + + + + + + + + + + +
+

DOB (تاريخ الميلاد)

+

 

+
+

مواصفات وثائق DOB:

+
+

         1. يجب أن تحتوي على الاسم الكامل وصورة واضحة وتاريخ الميلاد

+

         2. يجب أن تكون صالحة لمدة لا تقل عن 6 أشهر

+
+

الوثيقة المقبولة:

+

 

+
+

         1. شهادة ميلاد

+

         2. جواز السفر

+

         3. بطاقة الهوية PAN/e-PAN

+

         4. بطاقة هوية صورية صادرة عن الحكومة المركزية/الحكومة الولائية/الحكومة المتحدة/الشركات العامة/البنوك

+

         5. بطاقة هوية صورية تحتوي على تاريخ الميلاد، صادرة عن مؤسسة تعليمية معترف بها

+

         6. بطاقة هوية مدرسية صالحة/بطاقة هوية صادرة عن مؤسسات تعليمية معترف بها

+

         7. فاتورة اشتراك الغاز

+

         8. شهادة زواج صادرة عن الحكومة تحتوي على الاسم والعنوان

+

         9. اتفاقية بيع/إيجار مسجلة

+

         10. فاتورة هاتف أرضي/فاتورة الهاتف النقال (ما بعد الدفع)/فاتورة الإنترنت العريض

+
+ +

 

+ +

 

+ +

 

+ + + +
+ + + + ",10006,Resident Services,supporting-docs-list,ara,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

الوقت الذي تم فيه طلب الحدث

+

$timestamp

+

معرف الحدث

+

$eventId

+

وضع المصادقة

+

$authenticationMode

+

نوع الحدث

+

$eventType

+

حالة الحدث

+

$eventStatus

+

ملخص

+

$summary

+

 

+

لعرض حالة حدثك، عد إلى ملخص الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-manage-my-vid,ara,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

الطابع الزمني لطلب الحدث:

+

$timestamp

+

معرّف الحدث:

+

$eventId

+

وضع المصادقة:

+

$authenticationMode

+

نوع الحدث:

+

$eventType

+

حالة الحدث:

+

$eventStatus

+

ملخص

+

$summary

+

 

+

لعرض حالة الحدث الخاص بك، عُد إلى ملخص +الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-order-a-physical-card,ara,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + + +
+
+

+ + MOSIP + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + تفاصيل الطلب + +

+
+

+ وقت طلب الحدث +

+
+

+ $timestamp +

+
+

+ معرف الحدث +

+
+

+ $eventId +

+
+

+ وضع المصادقة +

+
+

+ $authenticationMode +

+
+

+ نوع الحدث +

+
+

+ $eventType +

+
+

+ حالة الحدث +

+
+

+ $eventStatus +

+
+

+ ملخص +

+
+

+ $summary +

+
+

+ + تفاصيل البطاقة + +

+
+

+ السمات المضافة إلى البطاقة +

+

+   +

+

+ +   + +

+
+

+ $attributeList +

+

+ +   + +

+
+

+   +

+

+ لعرض حالة الحدث الخاص بك، الرجاء العودة إلى ملخص الحدث. +

+

+   +

+
+
+ +",10006,Resident Services,acknowledgement-download-a-personalized-card,ara,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,hin,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-success-email-subject,hin,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,hin,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,VID को $actionPerformed करने का प्रयास किया गया था,10006,Resident Services,gen-or-revoke-vid-negative-purpose,hin,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

تاريخ طلب الحدث

+
+

$timestamp

+
+

معرف الحدث

+
+

$eventId

+
+

وضع المصادقة

+
+

$authenticationMode

+
+

نوع الحدث

+
+

$eventType

+
+

حالة الحدث

+
+

$eventStatus

+
+

الملخص

+
+

$summary

+
+

تفاصيل التحديث

+
+

البيانات المضافة إلى البطاقة

+

 

+

 

+
+

$attributeList

+

 

+
+

 

+

لعرض حالة الحدث الخاص بك، الرجاء العودة إلى ملخص الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-update-demographic-data,ara,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

تاريخ طلب الحدث

+

$timestamp

+

معرف الحدث

+

$eventId

+

وضع المصادقة

+

$authenticationMode

+

نوع الحدث

+

$eventType

+

حالة الحدث

+

$eventStatus

+

ملخص

+

$summary

+

تفاصيل التحقق

+
+

القناة التي تم التحقق منها

+

 

+

 

+
+

$channel

+

 

+
+

 

+ +

لعرض حالة الحدث الخاص بك، ارجع إلى ملخص الحدث.

+ +

 

+ +
+ +
+ + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,ara,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

تاريخ طلب الحدث

+
+

$timestamp

+
+

معرف الحدث

+
+

$eventId

+
+

وضع المصادقة

+
+

$authenticationMode

+
+

نوع الحدث

+
+

$eventType

+
+

حالة الحدث

+
+

$eventStatus

+
+

ملخص

+
+

$summary

+
+ +

 

+ +

لعرض حالة الحدث الخاص بك، ارجع إلىملخص الحدث.

+ + +

 

+ +
+ +
+ + + +",10006,Resident Services,acknowledgement-secure-my-id,ara,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + مراكز التسجيل + + +

MOSIP

+

+ مراكز التسجيل +

+

 

+ + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ الرقم التسلسلي +

+
+

+ اسم مركز التسجيل +

+
+

+ عنوان مركز التسجيل +

+
+

+ رقم الاتصال +

+
+

+ أيام الأسبوع | أوقات العمل +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ +",10006,Resident Services,registration-centers-list,ara,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,hin,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +الصفحة الرئيسية + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+تفاصيل الطلب +

+
+

+الوقت المستخدم في الطلب +

+
+

+$eventReqTimeStamp +

+
+

+تاريخ البدء +

+
+

+$fromDate +

+
+

+تاريخ الانتهاء +

+
+

+$toDate +

+
+

+نوع التاريخ +

+
+

+$serviceType +

+
+

+الحالة +

+
+

+$statusFilter +

+
+

+ + + + + + + + +#foreach($dto in $serviceHistoryDtlsList) + + + + + + + +#end +
+

+رقم +

+
+

+معرف الحدث +

+
+

+الوصف +

+
+

+الوقت +

+
+

+الحالة +

+
+

+$dto.serialNumber +

+
+

+$dto.eventId +

+
+

+$dto.description +

+
+

+$dto.timeStamp +

+
+

+$dto.eventStatus +

+
+






+ +",10006,Resident Services,service-history-type,ara,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,hin,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

وقت طلب الحدث

+

$timestamp

+

معرف الحدث

+

$eventId

+

وضع المصادقة

+

$authenticationMode

+

نوع الحدث

+

$eventType

+

حالة الحدث

+

$eventStatus

+

ملخص

+

$summary

+ +

 

+ +

لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث.

+ +

 

+ +
+ +
+ + + +",10006,Resident Services,acknowledgment-authentication-request,ara,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

توقيت طلب الحدث

+
+

$timestamp

+
+

معرف الحدث

+
+

$eventId

+
+

وضع المصادقة

+
+

$authenticationMode

+
+

نوع الحدث

+
+

$eventType

+
+

حالة الحدث

+
+

$eventStatus

+
+

ملخص

+
+

$summary

+
+

 

+

لعرض حالة الحدث الخاص بك، الرجوع إلى ملخص الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgment-get-my-id,ara,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

تفاصيل الطلب

+
+

تاريخ طلب الحدث

+

$timestamp

+
+

معرف الحدث

+

$eventId

+
+

وضع المصادقة

+

$authenticationMode

+
+

نوع الحدث

+

$eventType

+
+

حالة الحدث

+

$eventStatus

+
+

ملخص

+

$summary

+
+

 

+

لعرض حالة الحدث الخاص بك، يرجى العودة إلى ملخص الحدث.

+

 

+
+
+ +",10006,Resident Services,acknowledgment-vid-card-download,ara,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + نوع الهوية: بطاقة VID

+ +

صورةالاسم: $name

+ +

تاريخ الميلاد: $dateOfBirth

+ +

VID: $vid

+ +

نوع الـ VID: $vidType

+ +

تم إنشاءه في: $genratedOnTimestamp

+ +

ينتهي في: $expiryTimestamp

+ +

المعاملات المتبقية: $transactionsLeftCount

+ +
+ + + +",10006,Resident Services,vid-card-type,ara,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,hin,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,hin,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,hin,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,hin,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,hin,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-success-email-content,hin,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-failure-email-content,hin,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails का अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है।
आपका इवेंट आईडी है #$eventId।
आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
आप लिंक: $trackingLink पर ट्रांजैक्शन आईडी $transactionID का स्थिति को ट्रैक कर सकते हैं।",10006,Resident Services,order-a-physical-card-success-email-content,hin,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,order-a-physical-card-failure-email-content,hin,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,hin,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,hin,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,hin,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"प्रिय $name,
आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर प्राप्त हुआ है।
आपका इवेंट आईडी #$eventId है।
आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,share-cred-with-partner-request-received-email-content,hin,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"प्रिय $name,
आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर सफलतापूर्वक पूरा किया गया है।
आपका इवेंट आईडी #$eventId है।
आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,share-cred-with-partner-success-email-content,hin,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"प्रिय $name,
आपका $eventDetails ($partner) के लिए अनुरोध $date को $time पर उठाया गया है, लेकिन यह असफल रहा है।
आपका इवेंट आईडी #$eventId है।
आगे की जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,share-cred-with-partner-failure-email-content,hin,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,hin,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,hin,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,hin,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-request-received-email-content,hin,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-success-email-content,hin,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,डेटा अपडेट करने का प्रयास किया गया था,10006,Resident Services,update-demo-data-negative-purpose,hin,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-failure-email-content,hin,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-success-email-subject,hin,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-failure-email-subject,hin,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-request-received-email-content,hin,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-success-email-content,hin,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-failure-email-content,hin,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,hin,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,hin,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,hin,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,hin,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,भौतिक कार्ड आर्डर करने का प्रयास किया गया था,10006,Resident Services,order-a-physical-card-negative purpose,hin,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,hin,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-success-email-content,hin,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,hin,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,hin,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,get-my-uin-card-success-email-subject,hin,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-request-received-email-content,hin,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel की प्रमाणित करने का प्रयास किया गया था,10006,Resident Services,verify-my-phone-email-negative-purpose,hin,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-success-email-content,hin,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-failure-email-content,hin,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,hin,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,hin,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,hin,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-request-received-email-content,hin,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-success-email-content,hin,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-failure-email-content,hin,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,hin,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-success_SMS,hin,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,cust-and-down-my-card-failure_SMS,hin,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,order-a-physical-card-request-received_SMS,hin,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID $actionPerformed किया गया था,10006,Resident Services,gen-or-revoke-vid-positive-purpose,hin,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN कार्ड डाउनलोड किया गया था,10006,Resident Services,get-my-uin-card-positive-purpose,hin,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-success_SMS,hin,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails का अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है।
आपका इवेंट आईडी है #$eventId।
आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
आप लिंक: $trackingLink पर ट्रांजैक्शन आईडी $transactionID का स्थिति को ट्रैक कर सकते हैं।",10006,Resident Services,order-a-physical-card-success_SMS,hin,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,order-a-physical-card-failure_SMS,hin,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,share-cred-with-partner-request-received_SMS,hin,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"प्रिय $name,
+आपका $eventDetails ($partner) के लिए किया गया अनुरोध $date को $time पर सफलतापूर्वक पूरा हो गया है।
+आपका इवेंट आईडी है #$eventId।
+आधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
+",10006,Resident Services,share-cred-with-partner-success_SMS,hin,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,share-cred-with-partner-failure_SMS,hin,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-request-received_SMS,hin,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-success_SMS,hin,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,lock-unlock-auth-failure_SMS,hin,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-request-received_SMS,hin,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-success_SMS,hin,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-failure_SMS,hin,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,hin,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,hin,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-request-received_SMS,hin,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-success_SMS,hin,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,get-my-uin-card-failure_SMS,hin,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-request-received_SMS,hin,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-success_SMS,hin,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,verify-my-phone-email-failure_SMS,hin,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,व्यक्तिगत कार्ड डाउनलोड किया गया था,10006,Resident Services,cust-and-down-my-card-positive-purpose,hin,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,व्यक्तिगत कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,cust-and-down-my-card-negative-purpose,hin,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,भौतिक कार्ड आर्डर किया गया था,10006,Resident Services,order-a-physical-card-positive purpose,hin,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,डेटा एक साथिय के साथ साझा किया गया था,10006,Resident Services,share-cred-with-partner-positive-purpose,hin,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,एक साथिय के साथ डेटा साझा करने का प्रयास किया गया था,10006,Resident Services,share-cred-with-partner-negative-purpose,hin,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType प्रमाणीकरण है $status,10006,Resident Services,lock-unlock-auth-positive-purpose,hin,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,प्रमाणीकरण प्रकार को लॉक/अनलॉक करने का प्रयास किया गया था,10006,Resident Services,lock-unlock-auth-negative-purpose,hin,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,डेटा सफलतापूर्वक अपडेट किया गया था,10006,Resident Services,update-demo-data-positive-purpose,hin,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,hin,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,get-my-uin-card-negative-purpose,hin,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel की प्रमाणित की गई,10006,Resident Services,verify-my-phone-email-positive-purpose,hin,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,व्यक्तिगत कार्ड सफलतापूर्वक डाउनलोड किया गया था,10006,Resident Services,cust-and-down-my-card-success-summary,hin,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,एक भौतिक कार्ड का आर्डर सफलतापूर्वक साथी के साथ रखा गया है,10006,Resident Services,order-a-physical-card-success-summary,hin,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,आपका डेटा सफलतापूर्वक साझा किया गया था,10006,Resident Services,share-cred-with-partner-success-summary,hin,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType प्रमाणीकरण है $status,10006,Resident Services,lock-unlock-auth-success-summary,hin,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,डेटा सफलतापूर्वक अपडेट किया गया था,10006,Resident Services,update-demo-data-success-summary,hin,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID $actionPerformed सफलतापूर्वक हो गया,10006,Resident Services,gen-or-revoke-vid-success-summary,hin,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN कार्ड सफलतापूर्वक डाउनलोड किया गया था,10006,Resident Services,get-my-uin-card-success-summary,hin,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,आपका $channel सफलतापूर्वक प्रमाणित किया गया था,10006,Resident Services,verify-my-phone-email-success-summary,hin,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,hin,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"प्रिय $name,
OTP $otp का उपयोग अपने डेटा को अपडेट करने के लिए करें.",10006,Resident Services,receive-otp-mail-content,hin,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: OTP $otp का उपयोग अपने डेटा को अपडेट करने के लिए करें.,10006,Resident Services,receive-otp,hin,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID कार्ड डाउनलोड के लिए उपलब्ध है,10006,Resident Services,vid-card-download-positive-purpose,hin,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID कार्ड डाउनलोड करने का प्रयास किया गया था,10006,Resident Services,vid-card-download-negative-purpose,hin,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID कार्ड डाउनलोड के लिए उपलब्ध है,10006,Resident Services,vid-card-download-positive-summary,hin,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,फ़ोन,10006,Resident Services,mosip.phone.template.property,hin,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,ईमेल,10006,Resident Services,mosip.email.template.property,hin,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-request-received-email-subject,hin,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-success-email-subject,hin,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,स्वीकृति: $eventDetails | घटना आईडी: $eventId | स्थिति: $status,10006,Resident Services,vid-card-download-failure-email-subject,hin,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-request-received-email-content,hin,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,पहचान कुंजी बाइंडिंग अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,hin,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-success-email-content,hin,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,फिंगरप्रिंट प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,hin,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-failure-email-content,hin,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर प्राप्त किया गया है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-request-received_SMS,hin,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर सफलतापूर्वक पूरा हुआ है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-success_SMS,hin,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"प्रिय $name,
आपका $eventDetails करने का अनुरोध $date को $time पर असफल रहा है।
आपकी घटना आईडी #$eventId है।
और विवरण के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,vid-card-download-failure_SMS,hin,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,ईमेल OTP,10006,Resident Services,mosip.otp-email.template.property,hin,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,फ़ोन OTP,10006,Resident Services,mosip.otp-phone.template.property,hin,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,जनसांख्यिक,10006,Resident Services,mosip.demo.template.property,hin,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,फिंगरप्रिंट,10006,Resident Services,mosip.bio-finger.template.property,hin,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,आईरिस,10006,Resident Services,mosip.bio-iris.template.property,hin,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,चेहरा,10006,Resident Services,mosip.bio-face.template.property,hin,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,अनलॉक किया गया,10006,Resident Services,mosip.unlocked.template.property,hin,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,लॉक किया गया,10006,Resident Services,mosip.locked.template.property,hin,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,सफल,10006,Resident Services,mosip.event.status.success.template,hin,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,असफल,10006,Resident Services,mosip.event.status.failed.template,hin,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,प्रगति में,10006,Resident Services,mosip.event.status.inprogress.template,hin,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,डेमो प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,hin,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,फिंगरप्रिंट प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,hin,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,आईरिस प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,hin,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,चेहरा प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,hin,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,पिन प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,hin,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,स्थिर पिन संग्रहण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,hin,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC प्रमाणीकरण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,hin,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC प्रमाणीकरण अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,hin,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC विनिमय अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,hin,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,टोकन अनुरोध सफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,hin,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,hin,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,डेमो प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,hin,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,आईरिस प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,hin,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,चेहरा प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,hin,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,पिन प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,hin,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,स्थिर पिन संग्रहण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,hin,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC प्रमाणीकरण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,hin,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC प्रमाणीकरण अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,hin,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC विनिमय अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,hin,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,पहचान कुंजी बाइंडिंग अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,hin,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,टोकन अनुरोध असफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,hin,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,टोकन पर आधारित प्रमाणीकरण असफल,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,hin,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,अज्ञात अनुरोध/प्रमाणीकरण सफल,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,hin,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,अज्ञात अनुरोध/प्रमाणीकरण विफल,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,hin,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-अनुरोध,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,hin,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,डेमो-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,hin,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,फिंगरप्रिंट-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,hin,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,आईरिस-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,hin,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,फेस-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,hin,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,स्थैतिक पिन-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,hin,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,स्थैतिक पिन-संग्रहण,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,hin,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,ईक्यूआई-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,hin,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,केवाईसी-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,hin,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,केवाईसी-विनिमय,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,hin,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,पहचान-कुंजी-बाँधन,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,hin,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,टोकन-अनुरोध,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,hin,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,टोकन-प्रमाणीकरण,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,hin,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,hin,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,पिन,10006,Resident Services,mosip.auth-type-code.PIN,hin,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,hin,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,वॉलेट,10006,Resident Services,mosip.auth-type-code.Wallet,hin,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-बायो-डिवाइस,10006,Resident Services,mosip.auth-type-code.L1-bio-device,hin,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,अज्ञात,10006,Resident Services,mosip.template.UNKNOWN,hin,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,प्रमाणीकरण अनुरोध,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,hin,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,साझा पर्टनर के साथ साक्षरता,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,hin,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,व्यक्तिगत कार्ड डाउनलोड करें,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,hin,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,फिजिकल कार्ड आदेश दें,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,hin,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN कार्ड प्राप्त करें,10006,Resident Services,mosip.event.type.GET_MY_ID,hin,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN डेटा अपडेट करें,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,hin,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID जनरेट करें,10006,Resident Services,mosip.event.type.GENERATE_VID,hin,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID रद्द करें,10006,Resident Services,mosip.event.type.REVOKE_VID,hin,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,मेरी आईडी सुरक्षित करें,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,hin,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID कार्ड डाउनलोड करें,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,hin,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP भेजें,10006,Resident Services,mosip.event.type.SEND_OTP,hin,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,मेरा फ़ोन/ईमेल सत्यापित करें,10006,Resident Services,mosip.event.type.VALIDATE_OTP,hin,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,डिफ़ॉल्ट,10006,Resident Services,mosip.event.type.DEFAULT,hin,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,प्रमाणीकरण अनुरोध,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,hin,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,सेवा अनुरोध,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,hin,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,डेटा अपडेट अनुरोध,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,hin,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,आईडी प्रबंधन अनुरोध,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,hin,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,डेटा साझा अनुरोध,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,hin,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,एसिंक,10006,Resident Services,mosip.service.type.ASYNC,hin,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,सभी,10006,Resident Services,mosip.template.ALL,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

इवेंट अनुरोध समय

+

$timestamp

+

इवेंट आईडी

+

$eventId

+

प्रमाणीकरण मोड

+

$authenticationMode

+

इवेंट प्रकार

+

$eventType

+

उद्देश्य

+

$purpose

+

इवेंट स्थिति

+

$eventStatus

+

संक्षेप

+

$summary

+

डेटा साझा विवरण

+
+

पार्टनर के साथ साझा की गई विशेषताएं

+

 

+

 

+
+

$attributeList

+

 

+
+

पार्टनर विवरण

+
+

पार्टनर नाम

+
+

$partnerName

+
+ +

 

+ +

आपके इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-share-cred-with-partner,hin,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+

MOSIP

+ +

सहायक दस्तावेज़

+ + + + + + + + + + + + + +
+

POI (पहचान का सबूत)

+

 

+
+

POI दस्तावेज़ विनिर्देश:

+
+

         + 1. इसमें पूरा नाम और स्पष्ट फ़ोटो होना चाहिए

+

         + 2. कम से कम आगामी 6 महीने तक वैध होना चाहिए

+
+

स्वीकृत दस्तावेज़:

+

 

+
+

         + 1. पासपोर्ट

+

         + 2. पैन कार्ड/ ई-पैन

+

         + 3. राशन/ पीडीएस फोटो कार्ड

+

         + 4. मतदाता पहचान पत्र/ ई-मतदाता पहचान पत्र

+

         + 5. ड्राइविंग लाइसेंस

+

         + 6. केंद्र सरकार/ राज्य सरकार/ संघ सरकार/ PSU/ बैंक द्वारा जारी सेवा फोटो पहचान पत्र

+

         + 7. पेंशनभोगी फोटो कार्ड/ स्वतंत्रता सेनानी फोटो कार्ड

+

         + 8. विकलांगता आईडी कार्ड/ उनके संबंधित केंद्र/ राज्य/ संघ शासित प्रदेश सरकार द्वारा जारी हैं

+

         + 9. नाम और फोटो के साथ बैंक अधिकारी द्वारा सील किया गया बैंक पासबुक

+

         + 10. वैदेशिक पासपोर्ट के साथ वैध वीज़ा

+
+

 

+ + + + + + + + + + + + +
+

POA (पता का प्रमाण)

+

 

+
+

पता का प्रमाण दस्तावेज़ की विशेषिकरण:

+
+

         + 1. इसमें पूरा नाम और पूरा पता होना चाहिए

+

         + 2. कम से कम आगामी 6 महीने तक वैध होना चाहिए

+
+

स्वीकृत दस्तावेज़:

+

 

+
+

         + 1. पासपोर्ट/ स्पाउस का पासपोर्ट/ विभिन्नता के मामले में माता-पिता का पासपोर्ट (छोटे बच्चों के मामले में)

+

         + 2. बैंक स्टेटमेंट (बैंक के मुहर और बैंक अधिकारी के हस्ताक्षर के साथ)/ पासबुक/ पोस्ट + ऑफिस खाता स्टेटमेंट/ पासबुक

+

         + 3. राशन कार्ड

+

         + 4. मतदाता पहचान पत्र/ ई-मतदाता पहचान पत्र

+

         + 5. ड्राइविंग लाइसेंस

+

         6. सेवा + फोटो पहचान पत्र (सार्वजनिक क्षेत्र के बैंकों/ राज्य/ केंद्र सरकारों द्वारा जारी)

+

         7. पेंशनभोगी + पत्र/ स्वतंत्रता सेनानी पत्र

+

         8. किसान + पासबुक

+

         9. सीजीएचएस/ + ईसीएचएस/ इएसआईसी/ मेडी-क्लेम कार्ड (सार्वजनिक क्षेत्र के राज्य/ केंद्र सरकारों/ सार्वजनिक क्षेत्र के + उप प्रशासन/ केंद्र सरकार द्वारा जारी)

+

         10. विकलांगता + आईडी कार्ड/ उनके संबंधित राज्य/ संघ शासित प्रदेश/ प्रशासन/ केंद्र सरकार द्वारा जारी किया गया मेडिकल सर्टिफिकेट +

+

         11. पता वाला + पोस्ट कार्ड/ प्रमाण पत्र (केंद्र/राज्य सरकार द्वारा जारी)

+
+

 

+

 

+ + + + + + + + + + + + +
+

POR (रिश्ते का प्रमाण)

+

 

+
+

रिश्ते के प्रमाण दस्तावेज़ की विशेषिकरण:

+
+

         + 1. इसमें परिचायक का पूरा नाम और स्पष्ट फोटो होना चाहिए

+

         + 2. इसमें आवेदक का पूरा नाम और स्पष्ट फोटो होना चाहिए

+

         + 3. परिचायक और निवासी के बीच के संबंध को स्पष्ट रूप से उल्लिखित किया जाना चाहिए

+

         + 4. सभी प्रस्तुत दस्तावेज़ कम से कम आगामी 6 महीने तक वैध होने चाहिए

+
+

स्वीकृत दस्तावेज़:

+

 

+
+

         + 1. स्पाउस का पासपोर्ट/ विभिन्नता के मामले में माता-पिता का पासपोर्ट (छोटे बच्चों के मामले में)

+

         + 2. राशन कार्ड/ PDS कार्ड

+

         + 3. केंद्र/ राज्य सरकारों/ सार्वजनिक क्षेत्र के बनाये गए मेडी-क्लेम कार्ड जिसमें फोटो हो

+

         + 4. पेंशन कार्ड

+

         + 5. जन्म प्रमाण पत्र जिसे जन्म पंजीकरण अधिकारी, नगर निगम और अन्य सूचित स्थानीय सरकारी निकाय द्वारा जारी किया गया हो

+

         + 6. केंद्र/ राज्य सरकारों द्वारा जारी परिवार अधिकार दस्तावेज़ (जैसे आयीदिया)

+

         + 7. सरकार द्वारा जारी विवाह प्रमाण पत्र

+

         + 8. केंद्र/ राज्य सरकार द्वारा जारी फोटो आयीडी कार्ड (जैसे आर्मी कैंटीन कार्ड आदि)

+

         + 9. बच्चे के जन्म के लिए सरकारी/ निजी अस्पतालों द्वारा जारी डिस्चार्ज कार्ड/ स्लिप (केवल उन बच्चों के लिए जो 0-5 वर्षीय हैं)

+

         + 10. परिवार के मुखिया (HoF) के द्वारा निवासी के साथ एक ही पते पर निवासी होने का संबंध सत्यापित करने का आत्म-घोषणा पत्र

+
+

 

+ +

 

+ + + + + + + + + + + + +
+

DOB (जन्म की तारीख)

+

 

+
+

DOB दस्तावेज़ की विशेषिकरण:

+
+

         1. इसमें पूरा नाम, स्पष्ट फोटो और जन्म की तारीख होनी चाहिए

+

         2. यह कम से कम आगामी 6 महीने तक वैध होना चाहिए

+
+

स्वीकृत दस्तावेज़:

+

 

+
+

         1. जन्म प्रमाण पत्र

+

         2. पासपोर्ट

+

         3. पैन कार्ड/ e-पैन

+

         4. केंद्र सरकार/राज्य सरकार/संघ राज्य/सार्वजनिक सेवा कंपनियों/बैंक द्वारा जारी सेवा फोटो पहचान कार्ड

+

         5. जनमानी शैक्षिक संस्थान द्वारा जारी जन्म की तारीख वाला फोटो आयीडी कार्ड

+

         6. मान्य शिक्षा संस्थानों द्वारा जारी वैध स्कूल पहचान कार्ड/पहचान पत्र

+

         7. गैस कनेक्शन बिल

+

         8. सरकार द्वारा जारी शादी प्रमाण पत्र जिसमें नाम और पता हो

+

         9. पंजीकृत बेची जाने वाली/किराये पर देने का समझौता

+

         10. टेलीफ़ोन लैंडलाइन बिल/फ़ोन (पोस्टपेड मोबाइल) बिल/ब्रॉडबैंड बिल

+
+ +

 

+ +

 

+ +

 

+ + + + + + + + +
+ + + + ",10006,Resident Services,supporting-docs-list,hin,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,kan,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,ಅಜ್ಞಾತ,10006,Resident Services,mosip.template.UNKNOWN,kan,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,kan,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,kan,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

इवेंट अनुरोध समय

+

$timestamp

+

इवेंट आईडी

+

$eventId

+

प्रमाणीकरण मोड

+

$authenticationMode

+

इवेंट प्रकार

+

$eventType

+

इवेंट स्थिति

+

$eventStatus

+

संक्षेप

+

$summary

+ +

 

+ +

अपने इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-manage-my-vid,hin,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + +
+
+

+ + MOSIP + +

+

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + अनुरोध विवरण + +

+
+

+ घटना अनुरोध समय +

+
+

+ $timestamp +

+
+

+ घटना आईडी +

+
+

+ $eventId +

+
+

+ प्रमाणीकरण मोड +

+
+

+ $authenticationMode +

+
+

+ घटना प्रकार +

+
+

+ $eventType +

+
+

+ घटना स्थिति +

+
+

+ $eventStatus +

+
+

+ सारांश +

+
+

+ $summary +

+
+

+   +

+

+ अपनी घटना की स्थिति देखने के लिए वापस जाएं  + + + + घटना सारांश + + + + +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-order-a-physical-card,hin,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + +
+
+

+ + MOSIP + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + अनुरोध विवरण + +

+
+

+ इवेंट अनुरोध समय +

+
+

+ $timestamp +

+
+

+ इवेंट आईडी +

+
+

+ $eventId +

+
+

+ प्रमाणीकरण मोड +

+
+

+ $authenticationMode +

+
+

+ इवेंट प्रकार +

+
+

+ $eventType +

+
+

+ इवेंट स्थिति +

+
+

+ $eventStatus +

+
+

+ संक्षेप +

+
+

+ $summary +

+
+

+ + कार्ड विवरण + +

+
+

+ कार्ड में जोड़े गए गुण +

+

+   +

+

+ +   + +

+
+

+ $attributeList +

+

+ +   + +

+
+

+   +

+

+ अपने इवेंट की स्थिति देखने के लिए, यहाँ वापस जाएं  + + + इवेंट सारांश + + + +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-download-a-personalized-card,hin,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

घटना अनुरोध समय

+

$timestamp

+

घटना आईडी

+

$eventId

+

प्रमाणीकरण मोड

+

$authenticationMode

+

घटना प्रकार

+

$eventType

+

घटना स्थिति

+

$eventStatus

+

संक्षेप

+

$summary

+

अद्यतन विवरण

+
+

कार्ड में जोड़े गए गुण

+

 

+

 

+
+

$attributeList

+

 

+
+

 

+

अपने घटना की स्थिति देखने के लिए, वापस जाएं घटना सारांश.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-update-demographic-data,hin,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
+ನಿಮ್ಮ $eventDetails ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ.
+ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
+ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
+ನೀವು ಲಿಂಕ್: $trackingLink ನಲ್ಲಿ $transactionID ಬಳಸಿ ಲಾಭಗಳಿಸಬಹುದು.",10006,Resident Services,order-a-physical-card-success-email-content,kan,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,order-a-physical-card-failure-email-content,kan,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

घटना अनुरोध टाइमस्टैम्प

+

$timestamp

+

घटना आईडी

+

$eventId

+

प्रमाणीकरण मोड

+

$authenticationMode

+

घटना प्रकार

+

$eventType

+

घटना स्थिति

+

$eventStatus

+

सारांश

+

$summary

+

सत्यापन विवरण

+
+

सत्यापन कैसे किया गया था

+

 

+

 

+
+

$channel

+

 

+
+

 

+ +

अपनी घटना की स्थिति देखने के लिए, वापस जाएं घटना सारांश.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,hin,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

घटना अनुरोध समय

+
+

$timestamp

+
+

घटना आईडी

+
+

$eventId

+
+

प्रमाणीकरण मोड

+
+

$authenticationMode

+
+

घटना प्रकार

+
+

$eventType

+
+

घटना स्थिति

+
+

$eventStatus

+
+

संक्षेप

+
+

$summary

+
+ +

 

+ +

अपनी घटना की स्थिति देखने के लिए, वापस जाने घटना सारांश.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-secure-my-id,hin,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + पंजीकरण केंद्र + + +

MOSIP

+

पंजीकरण केंद्र

+

 

+ + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ क्रमांक +

+
+

+ पंजीकरण केंद्र का नाम +

+
+

+ पंजीकरण केंद्र का पता +

+
+

+ संपर्क नंबर +

+
+

+ सप्ताह के दिन | समय +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + +",10006,Resident Services,registration-centers-list,hin,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +होम पेज + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+अनुरोध विवरण +

+
+

+इवेंट अनुरोध समय +

+
+

+$eventReqTimeStamp +

+
+

+प्रारंभ तिथि +

+
+

+$fromDate +

+
+

+समाप्ति तिथि +

+
+

+$toDate +

+
+

+इतिहास प्रकार +

+
+

+$serviceType +

+
+

+स्थिति +

+
+

+$statusFilter +

+
+

+ + + + + + + + +#foreach($dto in $serviceHistoryDtlsList) + + + + + + + +#end +
+

+क्रमांक +

+
+

+इवेंट आईडी +

+
+

+विवरण +

+
+

+समय +

+
+

+स्थिति +

+
+

+$dto.serialNumber +

+
+

+$dto.eventId +

+
+

+$dto.description +

+
+

+$dto.timeStamp +

+
+

+$dto.eventStatus +

+
+






+ + +",10006,Resident Services,service-history-type,hin,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,kan,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

इवेंट अनुरोध समय

+

$timestamp

+

इवेंट आईडी

+

$eventId

+

प्रमाणीकरण मोड

+

$authenticationMode

+

इवेंट प्रकार

+

$eventType

+

इवेंट स्थिति

+

$eventStatus

+

संक्षेप

+

$summary

+ +

 

+ +

आपके इवेंट की स्थिति देखने के लिए, वापस जाएं इवेंट सारांश.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgment-authentication-request,hin,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,get-my-uin-card-negative-purpose,kan,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

घटना अनुरोध समय

+
+

$timestamp

+
+

घटना आईडी

+
+

$eventId

+
+

प्रमाणीकरण मोड

+
+

$authenticationMode

+
+

घटना प्रकार

+
+

$eventType

+
+

घटना स्थिति

+
+

$eventStatus

+
+

संक्षेप

+
+

$summary

+
+

 

+

अपनी घटना की स्थिति देखने के लिए, वापस जाएं घटना संक्षेप

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-get-my-id,hin,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

अनुरोध विवरण

+
+

घटना अनुरोध समय

+
+

$timestamp

+
+

घटना आईडी

+
+

$eventId

+
+

प्रमाणीकरण मोड

+
+

$authenticationMode

+
+

घटना प्रकार

+
+

$eventType

+
+

घटना स्थिति

+
+

$eventStatus

+
+

संक्षेप

+
+

$summary

+
+

 

+

अपने घटना की स्थिति देखने के लिए, वापस जाएं घटना संक्षेप.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-vid-card-download,hin,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + पहचान प्रकार: VID + कार्ड

+ +

उपयोगकर्तानाम: $नाम

+ +

जन्म तिथि: $जन्मतिथि

+ +

VID: $vid

+ +

VID प्रकार: $vidType

+ +

पर उत्पन्न हुआ: $genratedOnTimestamp

+ +

पर समाप्त होता है: $expiryTimestamp

+ +

लेफ्ट व्यवहार: $transactionsLeftCount

+ +
+ + + + ",10006,Resident Services,vid-card-type,hin,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,kan,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,kan,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,kan,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,kan,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-success-email-content,kan,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-failure-email-content,kan,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-success-email-subject,kan,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,kan,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,order-a-physical-card-request-received-email-content,kan,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-ಬಯೋ-ಉಪಕರಣ,10006,Resident Services,mosip.auth-type-code.L1-bio-device,kan,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಸ್ವಾಗತಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-request-received-email-content,kan,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-success-email-content,kan,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಏರಿತು, ಆದರೆ ಅದು ವಿಫಲವಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-failure-email-content,kan,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,kan,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,kan,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,kan,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-request-received-email-content,kan,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-success-email-content,kan,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-failure-email-content,kan,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-request-received-email-subject,kan,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-success-email-subject,kan,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-failure-email-subject,kan,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-request-received-email-content,kan,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-success-email-content,kan,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-failure-email-content,kan,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,kan,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,kan,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,kan,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,kan,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-success-email-content,kan,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,kan,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,kan,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-success-email-subject,kan,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,kan,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-request-received-email-content,kan,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-success-email-content,kan,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-failure-email-content,kan,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,kan,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,kan,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,kan,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-request-received-email-content,kan,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-success-email-content,kan,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-failure-email-content,kan,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,kan,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-success_SMS,kan,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,cust-and-down-my-card-failure_SMS,kan,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,order-a-physical-card-request-received_SMS,kan,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
+ನಿಮ್ಮ $eventDetails ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ.
+ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
+ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
+ನೀವು ಲಿಂಕ್: $trackingLink ನಲ್ಲಿ $transactionID ಬಳಸಿ ಲಾಭಗಳಿಸಬಹುದು.",10006,Resident Services,order-a-physical-card-success_SMS,kan,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,order-a-physical-card-failure_SMS,kan,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-request-received_SMS,kan,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel ಗೆ ಪ್ರಮಾಣೀಕರಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-positive-purpose,kan,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
+ನಿಮ್ಮ $eventDetails ($partner) ಗೆ ಮಾಡಿದ ಕೋರಿಕೆ $date ರಂದು $time ಗೆ ಯಶಸ್ವಿಯಾಗಿ ಮುಗಿಸಿದೆ.
+ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
+ಹೆಚ್ಚಿನ ವಿವರಗಳು ಬೇಕಾದಲ್ಲಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-success_SMS,kan,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,share-cred-with-partner-failure_SMS,kan,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-request-received_SMS,kan,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-success_SMS,kan,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,lock-unlock-auth-failure_SMS,kan,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-request-received_SMS,kan,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-success_SMS,kan,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,ಡೇಟಾವನ್ನು ಸಾಝಾ ಮಾಡಲಾಯಿತು,10006,Resident Services,share-cred-with-partner-positive-purpose,kan,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-failure_SMS,kan,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,kan,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-success_SMS,kan,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,kan,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,ಗುರುತಿನ ಕೀ ಬೈಂಡಿಂಗ್ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,kan,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-request-received_SMS,kan,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-success_SMS,kan,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,get-my-uin-card-failure_SMS,kan,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-request-received_SMS,kan,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-success_SMS,kan,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,verify-my-phone-email-failure_SMS,kan,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,cust-and-down-my-card-positive-purpose,kan,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,cust-and-down-my-card-negative-purpose,kan,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,ಭೌತಿಕ ಕಾರ್ಡು ಆದೇಶಿಸಲಾಯಿತು,10006,Resident Services,order-a-physical-card-positive purpose,kan,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,ಭೌತಿಕ ಕಾರ್ಡು ಆದೇಶಿಸಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,order-a-physical-card-negative purpose,kan,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,ಸಾಝಾ ಮಾಡಲು ಪ್ರಯತ್ನವಾಯಿತು,10006,Resident Services,share-cred-with-partner-negative-purpose,kan,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType ಪ್ರಮಾಣಿಕೆ ಇದೆ $status,10006,Resident Services,lock-unlock-auth-positive-purpose,kan,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಪ್ರಕಾರಗಳನ್ನು ಲಾಕ್/ಅನ್‌ಲಾಕ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,lock-unlock-auth-negative-purpose,kan,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ನವೀಕರಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-positive-purpose,kan,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-negative-purpose,kan,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID ಗೆ $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,kan,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,$actionPerformed VID ಗೆ $actionPerformed ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,gen-or-revoke-vid-negative-purpose,kan,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,get-my-uin-card-positive-purpose,kan,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel ಗೆ ಪ್ರಮಾಣೀಕರಿಸಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-negative-purpose,kan,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,ಟೋಕನ್ ಆಧಾರಿತ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,kan,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,ವೈವಿಧ್ಯಪೂರ್ಣ ಕಾರ್ಡು ಯಶಸ್ವಿಯಾಗಿ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,cust-and-down-my-card-success-summary,kan,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,ಸಾಥಿಯೊಂದಿಗೆ ಭೌತಿಕ ಕಾರ್ಡು ಹೊಂದಿಕೊಳ್ಳಲು ಆದೇಶ ಹಾಕಲಾಗಿದೆ,10006,Resident Services,order-a-physical-card-success-summary,kan,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,ನಿಮ್ಮ ಡೇಟಾ ಯಶಸ್ವಿಯಾಗಿ ಸಾಝಾಪಡೆಯಲಾಯಿತು,10006,Resident Services,share-cred-with-partner-success-summary,kan,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType ಪ್ರಮಾಣಿಕೆ ಇದೆ $status,10006,Resident Services,lock-unlock-auth-success-summary,kan,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ನವೀಕರಿಸಲಾಯಿತು,10006,Resident Services,update-demo-data-success-summary,kan,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID ಯಶಸ್ವಿಯಾಗಿ $actionPerformed ಆಗಿತ್ತು,10006,Resident Services,gen-or-revoke-vid-success-summary,kan,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN ಕಾರ್ಡು ಯಶಸ್ವಿಯಾಗಿ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಯಿತು,10006,Resident Services,get-my-uin-card-success-summary,kan,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,ನಿಮ್ಮ $channel ಯಶಸ್ವಿಯಾಗಿ ಪ್ರಮಾಣೀಕರಿಸಲಾಯಿತು,10006,Resident Services,verify-my-phone-email-success-summary,kan,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,kan,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"ಪ್ರಿಯ $name,
ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು OTP $otp ಅನ್ನು ಬಳಸಿ.",10006,Resident Services,receive-otp-mail-content,kan,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು OTP $otp ಅನ್ನು ಬಳಸಿ.,10006,Resident Services,receive-otp,kan,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಲಭ್ಯವಿದೆ,10006,Resident Services,vid-card-download-positive-purpose,kan,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸಲಾಯಿತು,10006,Resident Services,vid-card-download-negative-purpose,kan,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಲಭ್ಯವಿದೆ,10006,Resident Services,vid-card-download-positive-summary,kan,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,ಫೋನ್,10006,Resident Services,mosip.phone.template.property,kan,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,ಇಮೇಲ್,10006,Resident Services,mosip.email.template.property,kan,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-request-received-email-subject,kan,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-success-email-subject,kan,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,vid-card-download-failure-email-subject,kan,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-request-received-email-content,kan,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-success-email-content,kan,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,ಟೋಕನ್ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,kan,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,kan,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,kan,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-failure-email-content,kan,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಸ್ವೀಕರಿಸಲಾಯಿತು.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-request-received_SMS,kan,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಪೂರ್ಣಗೊಳಿಸಲಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-success_SMS,kan,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"ಪ್ರಿಯ $name,
$date ರಂದು $time ಗೆ ಏನೋ $eventDetails ನ ನಿಮ್ಮ ಕೋರಿಕೆ ವಿಫಲವಾಗಿದೆ.
ನಿಮ್ಮ ಈವೆಂಟ್ ಐಡಿ #$eventId ಆಗಿದೆ.
ಮತ್ತಷ್ಟು ವಿವರಗಳಿಗಾಗಿ ಆಧಿಕಾರಿಕ ವೆಬ್ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗಿನ್ ಮಾಡಿ.
",10006,Resident Services,vid-card-download-failure_SMS,kan,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,ಇಮೇಲ್ OTP,10006,Resident Services,mosip.otp-email.template.property,kan,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,ಫೋನ್ OTP,10006,Resident Services,mosip.otp-phone.template.property,kan,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,ಜನಸಾಂಖ್ಯಿಕ,10006,Resident Services,mosip.demo.template.property,kan,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,ಬೆರಳ ಗುರುತು,10006,Resident Services,mosip.bio-finger.template.property,kan,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,ಆಯ್ರಿಸ್,10006,Resident Services,mosip.bio-iris.template.property,kan,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,ಮುಖ,10006,Resident Services,mosip.bio-face.template.property,kan,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,ಅನ್‌ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,Resident Services,mosip.unlocked.template.property,kan,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,ಲಾಕ್ ಮಾಡಲಾಗಿದೆ,10006,Resident Services,mosip.locked.template.property,kan,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,ಯಶಸ್ಸು,10006,Resident Services,mosip.event.status.success.template,kan,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,ವಿಫಲ,10006,Resident Services,mosip.event.status.failed.template,kan,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,ಪ್ರಗತಿಯಲ್ಲಿ,10006,Resident Services,mosip.event.status.inprogress.template,kan,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,kan,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,kan,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,ಡೆಮೋ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,kan,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,ಬೆರಳ ಗುರುತು ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,kan,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,ಆಯ್ರಿಸ್ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,kan,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,ಮುಖ ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,kan,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,PIN ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,kan,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,ಸ್ಥಿರ PIN ಸಂಗ್ರಹಿಸುವ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,kan,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,kan,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC ಪ್ರಮಾಣಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,kan,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC ವಿನಿಮಯ ಕೋರಿಕೆ ಯಶಸ್ಸು,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,kan,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,kan,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,ಡೆಮೋ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,kan,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,ಬೆರಳ ಗುರುತು ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,kan,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,ಆಯ್ರಿಸ್ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,kan,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,ಮುಖ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,kan,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,PIN ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,kan,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,ಸ್ಥಿರ PIN ಸಂಗ್ರಹಣ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,kan,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,kan,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,kan,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC ವಿನಿಮಯ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,kan,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,ಗುರುತಿನ ಕೀ ಬೈಂಡಿಂಗ್ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,kan,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,ಟೋಕನ್ ಕೋರಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,kan,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,ಟೋಕನ್ ಆಧಾರಿತ ಪ್ರಮಾಣಿಕೆ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,kan,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,ಗೊತ್ತಾಗದ ಅನುರೋಧ/ಪ್ರಮಾಣೀಕರಣ ಯಶಸ್ವಿ,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,kan,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,ಗೊತ್ತಾಗದ ಅನುರೋಧ/ಪ್ರಮಾಣೀಕರಣ ವಿಫಲ,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,kan,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-ಅನುರೋಧ,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,kan,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,kan,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,ಡೆಮೋ-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,kan,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,ಬೆರಳ ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,kan,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,ಕಣ್ಣು ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,kan,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,ಮುಖ ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,kan,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,ಸ್ಥಿರ ಪಿನ್-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,kan,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,ಸ್ಥಿರ ಪಿನ್-ಸಂಗ್ರಹಣ,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,kan,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,kan,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,kan,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-ವಿನಿಮಯ,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,kan,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,ಗುರುತಿನ ಕೀ-ಬೈಂಡಿಂಗ್,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,kan,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,ಟೋಕನ್-ಅನುರೋಧ,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,kan,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,ಟೋಕನ್-ಪ್ರಮಾಣೀಕರಣ,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,kan,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,kan,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,kan,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,ಭಾಗಿತ ಪಙ್ಕಾಯಿತ ಭಾಗಿತ,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,kan,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,Autenticación Facial,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,spa,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,ವೈಯಕ್ತಿಕವಾಗಿ ರೂಪಿಸಲಾದ ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,kan,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,ನಾಮಗೆ ನಮ್ಮ ಕಾರ್ಡು ಆದಾಯ ಮಾಡಿ,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,kan,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN ಕಾರ್ಡು ಗೆಲ್ಲಿ,10006,Resident Services,mosip.event.type.GET_MY_ID,kan,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN ಮಾಹಿತಿಯನ್ನು ನವೀಕರಿಸಿ,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,kan,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID ಸೃಷ್ಟಿಸಿ,10006,Resident Services,mosip.event.type.GENERATE_VID,kan,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID ರದ್ದುಗೊಳಿಸಿ,10006,Resident Services,mosip.event.type.REVOKE_VID,kan,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,ನನ್ನ ಐಡಿ ಸುರಕ್ಷಿತಗೊಳಿಸಿ,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,kan,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID ಕಾರ್ಡು ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,kan,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP ಕಳುಹಿಸಿ,10006,Resident Services,mosip.event.type.SEND_OTP,kan,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,ನನ್ನ ಫೋನ್/ಇಮೇಲ್ ಪರಿಶೀಲಿಸಿ,10006,Resident Services,mosip.event.type.VALIDATE_OTP,kan,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,ಡಿಫಾಲ್ಟ್,10006,Resident Services,mosip.event.type.DEFAULT,kan,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,திறந்தது,10006,Resident Services,mosip.unlocked.template.property,tam,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,ಪ್ರಮಾಣಿಕೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,kan,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,ಸೇವೆ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,kan,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,ಡೇಟಾ ಅಪ್ಡೇಟ್ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,kan,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ಐಡಿ ನಿರ್ವಹಣಾ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,kan,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,ಡೇಟಾ ಹಂಚಿಕೊಳ್ಳುವ ಕೋರಿಕೆ,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,kan,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,ಆಸಿಂಕ್,10006,Resident Services,mosip.service.type.ASYNC,kan,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,ಎಲ್ಲಾ,10006,Resident Services,mosip.template.ALL,kan,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಚಿಹ್ನದಿ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಾಮಾಣಿಕತಾ ಮಾದರಿ

+

$authenticationMode

+

ಈವೆಂಟ್ ಪ್ರಕಾರ

+

$eventType

+

ಉದ್ದೇಶ

+

$purpose

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಗ್ರಹಣೆ

+

$summary

+

ಡೇಟಾ ಹಂಚಿಕೆ ವಿವರಗಳು

+
+

ಭಾಗಿತ ಪಡಿಯಲಾದ ಗುಣಗಳು

+

 

+

 

+
+

$attributeList

+

 

+
+

ಭಾಗಿತವಾದಾಗಿ ವಿವರಗಳು

+
+

ಭಾಗಿತವಾದಾಗಿ ವಿವರಗಳು

+
+

$partnerName

+
+

 

+

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಾರಾಂಶ.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-share-cred-with-partner,kan,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+

MOSIP

+ +

ಬೆಂಬಲಿಕೆ ದಾಖಲೆಗಳು

+ + + + + + + + + + + + + +
+

POI (ಗುರುತಿನ ದಾಖಲೆ)

+

 

+
+

POI ದಾಖಲೆಗಳ ವಿವರಣೆ:

+
+

         + 1. ದೈಹಿಕ ಹೆಸರು ಮತ್ತು ಸ್ಪಷ್ಟ ಫೋಟೊಗಳನ್ನು ಹೊಂದಿರಬೇಕು

+

         + 2. ಕನಿಷ್ಠವಾಗಿ ಮುಂದವರೆಯುವ 6 ತಿಂಗಳ ಕಾಲ ಮಾನ್ಯತೆಯನ್ನು ಹೊಂದಿರಬೇಕು

+
+

ಅನುಮೋದನೀಯ ದಾಖಲೆ:

+

 

+
+

         + 1. ಪಾಸ್ಪೋರ್ಟ್

+

         + 2. ಪ್ಯಾನ್ ಕಾರ್ಡ್ / ಇ-ಪ್ಯಾನ್

+

         + 3. ರೇಷನ್ / ಪಿಡಿಎಸ್ ಫೋಟೊ ಕಾರ್ಡ್

+

         + 4. ಮತದಾರ ಗುರುತು / ಇ-ಮತದಾರ ಗುರುತು

+

         + 5. ಚಾಲನ ಪರವಾಹಿತ ಪತ್ರ

+

         + 6. ಕೇಂದ್ರ ಸರ್ಕಾರ / ರಾಜ್ಯ ಸರ್ಕಾರ / ಸಂಘ ಸರ್ಕಾರ / ಯೂಟಿ ಸರ್ಕಾರ / ಸಾರ್ವಜನಿಕ ಸೇವಾ ಬ್ಯಾಂಕ್ ನಿರ್ಗಮಿಸಿದ ಫೋಟೊ ಗುರುತಿನ ಪತ್ರ

+

         + 7. ಪೆಂಷನರ್ ಫೋಟೊ ಕಾರ್ಡ್ / ಸ್ವಾತಂತ್ರ ಯುದ್ಧ ಹೋರಾಟಗಾರ ಫೋಟೊ ಕಾರ್ಡ್

+

         + 8. ಮಧ್ಯಪ್ರದೇಶ / ರಾಜ್ಯ / ಯೂಟಿ ಸರ್ಕಾರಗಳ ಅನುಮೋದಿಸಿದ ಅಶಕ್ತರ ಫೋಟೊ ಐಡಿ ಕಾರ್ಡ್ / ಅಶಕ್ತರ ವೈದ್ಯಕೀಯ ಪರಿಶೋಧನೆ ಪತ್ರ

+

         + 9. ಬ್ಯಾಂಕ್ ಪಾಸ್ ಬುಕ್, ಹೆಸರು ಮತ್ತು ಫೋಟೊ ಗುರುತೊ ಬ್ಯಾಂಕ್ ಅಧಿಕಾರಿ ಮುದ್ರಿತವಾಗಿರಬೇಕು

+

         + 10. ವೈದೇಶಿಕ ಪಾಸ್ಪೋರ್ಟ್ ಜೊತೆಗೆ ಮಾನ್ಯ ವಿಸಾ

+
+

 

+ + + + + + + + + + + + +
+

POA (ವಿಳಾಸದ ಪ್ರಮಾಣ)

+

 

+
+

POA ದಾಖಲೆಗಳ ವಿವರಣೆ:

+
+

         + 1. ಅದು ಪೂರ್ಣ ಹೆಸರು ಮತ್ತು ಸಂಪೂರ್ಣ ವಿಳಾಸವನ್ನು ಹೊಂದಿರಬೇಕು

+

         + 2. ಮಿನಿಮಂಗೆ 6 ತಿಂಗಳ ಕಾಲ ಮಾನ್ಯತೆಯನ್ನು ಹೊಂದಿರಬೇಕು

+
+

ಅನುಮೋದನೀಯ ದಾಖಲೆ:

+

 

+
+

         + 1. ಪಾಸ್ಪೋರ್ಟ್/ ಜೊತೆಗೆ ಪತಿ/ ಪತ್ನಿ ಪಾಸ್ಪೋರ್ಟ್/ ಮಿನರ್ನ ಸಂದರ್ಭದಲ್ಲಿ ಪೋಷಕರ ಪಾಸ್ಪೋರ್ಟ್

+

         + 2. ಬ್ಯಾಂಕ್ ಸ್ಟೇಟ್ಮೆಂಟ್ (ಬ್ಯಾಂಕ್ ಮುದ್ರಣ ಮತ್ತು ಬ್ಯಾಂಕ್ ಅಧಿಕಾರಿಯ ಸಹಿ)

+

         + 3. ರೇಷನ್ ಕಾರ್ಡ್

+

         + 4. ಮತದಾರ ಗುರುತು/ ಇ-ಮತದಾರ ಗುರುತು

+

         + 5. ಚಾಲನ ಪರವಾಹಿತ ಪತ್ರ

+

         + 6. PSU/ ಬ್ಯಾಂಕ್/ ರಾಜ್ಯ/ ಕೇಂದ್ರ ಸರ್ಕಾರಗಳಿಂದ ನಿರ್ಗಮಿಸಲಾಗಿರುವ ಸೇವಾ ಫೋಟೊ ಗುರುತಿನ ಪತ್ರ

+

         + 7. ಪೆಂಷನರ್ ಕಾರ್ಡ್/ ಸ್ವಾತಂತ್ರ ಯುದ್ಧ ಹೋರಾಟಗಾರ ಕಾರ್ಡ್

+

         + 8. ಕಿಸಾನ್ ಪಾಸ್ಬುಕ್

+

         + 9. ರಾಜ್ಯ/ ಕೇಂದ್ರ ಸರ್ಕಾರಗಳ/ ಸಾರ್ವಜನಿಕ ಸೇವಾ ಸಂಸ್ಥೆಗಳಿಂದ ಪತ್ರದ ಜೊತೆ ಫೋಟೊದಿದ್ದ ಸಿಜಿಎಚ್ಎಸ್/ ಇಚ್ಎಚ್ಎಸ್/ ಇಎಸಿ/ ಮೆಡಿ-ಕ್ಲೇಮ್ ಕಾರ್ಡ್

+

         + 10. ಅಶಕ್ತತೆ ಐಡಿ ಕಾರ್ಡ್/ ಅಶಕ್ತತೆ ವೈದ್ಯಕೀಯ ಪರಿಶೋಧನೆ ಪತ್ರ (ಪ್ರತಿಷ್ಠಿತ ರಾಜ್ಯ/ಯೂಟಿ ಸರ್ಕಾರಗಳ/ನಿರ್ವಾಚನಾ ಆಯೋಗ/ಕೇಂದ್ರ ಸರ್ಕಾರ)

+

         + 11. ವಿಳಾಸದೊಂದಿದ್ದ ಫೋಟೊ ಐಡಿ ಕಾರ್ಡ್/ ಪತ್ರ (ಕೇಂದ್ರ/ರಾಜ್ಯ ಸರ್ಕಾರಗಳಿಂದ ನಿರ್ಗಮಿಸಿದ್ದರಿಂದ)

+
+

 

+

 

+ + + + + + + + + + + + + +
+

ಸಂಬಂಧದ ಪ್ರಮಾಣ (POR - Proof of Relationship)

+

 

+
+

POR ದಾಖಲೆಗಳ ವಿವರ:

+
+

         + 1. ಪರಿಚಯಕರ್ತೆಯ ಪೂರ್ಣ ಹೆಸರು ಮತ್ತು ಸ್ಪಷ್ಟ ಫೋಟೊನು ಹೊಂದಿರಬೇಕು

+

         + 2. ಅರ್ಜಿದಾರನ ಪೂರ್ಣ ಹೆಸರು ಮತ್ತು ಸ್ಪಷ್ಟ ಫೋಟೊನು ಹೊಂದಿರಬೇಕು

+

         + 3. ಪರಿಚಯಕರ್ತೆಯ ಮತ್ತು ನಿವಾಸಿಯ ನಡುವಣ ಸಂಬಂಧವನ್ನು ಸ್ಪಷ್ಟವಾಗಿ ಹೇಳಬೇಕು

+

         + 4. ಎಲ್ಲಾ ಸಿದ್ಧಗೊಂಡ ದಾಖಲೆಗಳು ಕನಿಷ್ಠವಾಗಿ ಮುಂದಿನ 6 + ತಿಂಗಳ ಕಾಲ ಮಾನ್ಯವಾಗಿರಬೇಕು

+
+

ಅನುಮೋದನೀಯ ದಾಖಲೆ:

+
+

         + 1. ಜೊತೆಗಾದವರ ಪಾಸ್ಪೋರ್ಟ್/ ಪ್ರಜಾಪರಿವಾರದ ಮಕ್ಕಳ ಪಾಸ್ಪೋರ್ಟ್ (ಮಕ್ಕಳ ಸಮಯಸೀಮೆಯಲ್ಲಿ ಮಾತ್ರ)

+

         + 2. ರೇಷನ್ ಕಾರ್ಡು/ ಜನರಾಖುದಾರದ ಕಾರ್ಡು

+

         + 3. ಕೇಂದ್ರ/ ರಾಜ್ಯ ಸರ್ಕಾರಗಳು/ ಸಾರ್ವಜನಿಕ ಉದ್ಯಮಗಳು ಇತ್ತೀಚೆಗೆ ವಿತರಿಸಿದ ಫೋಟೊನು ಹೊಂದಿರುವ ಮೆಡಿ-ಕ್ಲೇಮ್ ಕಾರ್ಡು

+

         + 4. ಪೆಂಷನ್ ಕಾರ್ಡು

+

         + 5. ಹುಟ್ಟು ಪತ್ರವನ್ನು ಹೊಂದಿರುವ ನೋಡಿಸಲಾಗಿದ್ದರು ಪತ್ರ ಜಾರಿ ಹಾಕಲಿನ ಮೂಲಕ, ನಗರದ ನಗರ ಪಾಲಿಕೆ, ಹೊರಗೊಮ್ಮಲು ಸೂಚಿಸಿದ ಸ್ಥಳೀಯ ಸರ್ಕಾರಗಳ ಬಳಕು

+

         + 6. ಇತರ ಕೇಂದ್ರ/ ರಾಜ್ಯ ಸರ್ಕಾರಗಳ ವಿತರಣೆಗಳು ದಾಖಲೆ ಕಾರ್ಡು

+

         + 7. ಸರ್ಕಾರದ ವಿವಾಹ ಪತ್ರ

+

         + 8. ಕೇಂದ್ರ/ ರಾಜ್ಯ ಸರ್ಕಾರಗಳ ಜನರಾಖುದಾರದ ಕಾರ್ಡು ಹೀಗೆ ಆಗಿ ಕೇಂದ್ರ/ ರಾಜ್ಯ ಸರ್ಕಾರಗಳ ಫೋಟೊ ಐಡಿ ಕಾರ್ಡು ಇತ್ತೀಚೆಗೆ ಕೇಂದ್ರ/ ರಾಜ್ಯ ಸರ್ಕಾರಗಳು/ ಸ್ವಕೀಯ ಉದ್ಯಮಗಳಿಂದ ಪುಟ್ಟ ಮಕ್ಕಳ ಜನನಕ್ಕೆ ಸರ್ಕಾರ/ ಖಾಸಗಿ ಆಸ್ಪತ್ರೆಗಳಿಂದ ಜಾರಿಹೋದ ಡಿಸ್ಚಾರ್ಜ್ ಕಾರ್ಡು/ ಲಿಪ್ ಮಾಡಲಿದ್ದು (ಮಾತ್ರ 0-5 ವಯಸ್ಸಿನ ಮಕ್ಕಳಿಗೆ) ಜನ್ಮ ಹೊಂದಿದ ಬಾಲನಿವಾಸಿಗಳಿಂದ

+

         + 10. ಒಳಿನೇಗಾರದ ಕುಟುಂಬದ ಮುಖ್ಯನ ಆತ್ಮಪ್ರಕಟನೆ (HoF) ಇವನು ಹೊಂದಿದ್ದ ನಿವಾಸಿಯೊಂದಿಗೆ ಸಂಬಂಧ ಹೇಳುವಂತೆ ಪ್ರಮಾಣಪಡಿಸುವ ಆತ್ಮಪ್ರಕಟನೆ

+
+

 

+ +

 

+ + + + + + + + + + + + +
+

ಹುಟ್ಟಿದ ದಿನಾಂಕ (DOB)

+

 

+
+

DOB ದಸ್ತಾವೇಜು ವಿವರಣೆ:

+
+

         1. ಪೂರ್ಣ ಹೆಸರು, ಸ್ಪಷ್ಟ ಫೋಟೊ ಮತ್ತು ಹುಟ್ಟಿದ ದಿನಾಂಕವನ್ನು ಹೊಂದಿರಬೇಕು

+

         2. ಅದು ಕನಿಷ್ಠವಾಗಿ ಮುಂದಿನ 6 ತಿಂಗಳ ಕಾಲ ಮಾತ್ರ ಮಾನ್ಯವಾಗಿರಬೇಕು

+
+

ಅನುಮೋದಿತ ದಸ್ತಾವೇಜು:

+

 

+
+

         1. ಜನ್ಮ ಪರಿಶೀಲನೆ

+

         2. ಪಾಸ್ಪೋರ್ಟ್

+

         3. ಪ್ಯಾನ್ ಕಾರ್ಡು/ಇ-ಪಾನ್

+

         4. ಕೇಂದ್ರ ಸರ್ಕಾರ/ರಾಜ್ಯ ಸರ್ಕಾರ/ಐಟಿ ಸರ್ಕಾರ/ಪಿಎಸ್ಯೂ/ಬ್ಯಾಂಕ್ಸ್ ನಿಂದ ಪ್ರಕಟಿಸಲಾದ ಸೇವೆ ಫೋಟೊ ಗುರುತು ಹೊಂದಿದ್ದಲ್ಲಿ

+

         5. ಗುರುತುಪಡಿಸಲಾದ ಶಿಕ್ಷಣ ಸಂಸ್ಥೆಯಿಂದ ಹೊಂದಿದ್ದ ಜನ್ಮ ದಿನಾಂಕವನ್ನು ಹೊಂದಿದ್ದ ಫೋಟೊ ಗುರುತು ಹೊಂದಿದ ಫೋಟೊ ಐಡಿ ಕಾರ್ಡು

+

         6. ಗುರುತುಪಡಿಸಲಾದ ಶಿಕ್ಷಣ ಸಂಸ್ಥೆಯಿಂದ ಹೊಂದಿದ್ದ ಹಾಲಿ ವಿದ್ಯಾಸಂಸ್ಥೆ ಗುರುತು/ಗುರುತಿನಿಂದ ಹೊಂದಿದ್ದ ಗುರುತು ಐಡಿ ಕಾರ್ಡು

+

         7. ಗ್ಯಾಸ್ ಕನೆಕ್ಷನ್ ಬಿಲ್

+

         8. ಹೊಂದಿದ್ದ ಹೆಸರು ಮತ್ತು ವಿಳಾಸವನ್ನು ಹೊಂದಿದ್ದ ಸರ್ಕಾರದ ನೆಲಸಮ್ಮ ಜನಿಸಲು ಮತ್ತು ನೆಲಸಲು ಪ್ರಕಟಿಸಲಾದ ಮದುವೆ ಪರಿಶೀಲನೆ

+

         9. ನೋಂದಾದ ಬೆಲೆ/ಬಾಡಿಗೆ ಒಪ್ಪಂದ

+

         10. ದೂರವಾಣಿ ಲ್ಯಾಂಡ್ಲೈನ್ ಬಿಲ್/ಫೋನ್ (ಪೋಸ್ಟ್‌ಪೇಡ್ ಮೊಬೈಲ್) ಬಿಲ್/ಬ್ರಾಡ್ಬ್ಯಾಂಡ್ ಬಿಲ್

+
+ + + + +
+ + + + ",10006,Resident Services,supporting-docs-list,kan,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,order-a-physical-card-request-received-email-content,tam,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,அங்கீகாரம் வகைகளை அல்லது மூடு/அனலாக் செய்ய ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,lock-unlock-auth-negative-purpose,tam,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿಯ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಮಾಣಿಕತೆ ರೀತಿ

+

$authenticationMode

+

ಈವೆಂಟ್ ರೀತಿ

+

$eventType

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಕ್ಷೇಪ

+

$summary

+

 

+

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು ಈವೆಂಟ್ ಸಂಕ್ಷೇಪ.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-manage-my-vid,kan,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + +
+
+

+ + MOSIP + +

+

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + ವಿನಂತಿ ವಿವರಗಳು + +

+
+

+ ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಗುಣ +

+
+

+ $timestamp +

+
+

+ ಈವೆಂಟ್ ಐಡಿ +

+
+

+ $eventId +

+
+

+ ಪ್ರಮಾಣೀಕರಣ ವಿಧಾನ +

+
+

+ $authenticationMode +

+
+

+ ಈವೆಂಟ್ ಪ್ರಕಾರ +

+
+

+ $eventType +

+
+

+ ಈವೆಂಟ್ ಸ್ಥಿತಿ +

+
+

+ $eventStatus +

+
+

+ ಸಂಗ್ರಹಣೆ +

+
+

+ $summary +

+
+

+   +

+

+ ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು ಹೋಗುವ ಮುಂದೆ  + + ಈವೆಂಟ್ ಸಾರಾಂಶ + + . +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-order-a-physical-card,kan,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,tam,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-success-summary,tam,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + +
+
+

+ + MOSIP + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + ವಿನಂತಿಯ ವಿವರಗಳು + +

+
+

+ ಘಟನೆ ವಿನಂತಿ ಸಮಯಚೌಕ +

+
+

+ $timestamp +

+
+

+ ಘಟನೆ ಐಡಿ +

+
+

+ $eventId +

+
+

+ ಪ್ರಮಾಣಿಕರಣ ಪದದಿಂದ +

+
+

+ $authenticationMode +

+
+

+ ಘಟನೆ ಪ್ರಕಾರ +

+
+

+ $eventType +

+
+

+ ಘಟನೆ ಸ್ಥಿತಿ +

+
+

+ $eventStatus +

+
+

+ ಸಂಗ್ರಹ +

+
+

+ $summary +

+
+

+ + ಕಾರ್ಡ್ ವಿವರಗಳು + +

+
+

+ ಕಾರ್ಡ್ಗೆ ಸೇರಿಸಲಾದ ಗುಣಗಳು +

+

+   +

+

+ +   + +

+
+

+ $attributeList +

+

+ +   + +

+
+

+   +

+

+ ನಿಮ್ಮ ಘಟನೆಯ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಮತ್ತೆ ಹಿಂತಿರುಗಿ  + + ಘಟನೆ ಸಾರಾಂಶ + + . +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-download-a-personalized-card,kan,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿ ವಿವರ

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಮಾನ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಮಾಣೀಕರಣ ಮೋಡ್

+

$authenticationMode

+

ಈವೆಂಟ್ ಪ್ರಕಾರ

+

$eventType

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಗ್ರಹ

+

$summary

+

ನವಿನೋದನೆಗಳ ವಿವರ

+
+

ಗುರುತಿನ ಗುರಾಣಿಗೆ ಸೇರಿಸಿದ ಗುಣಕಗಳು

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ನೋಡಲು, ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹ.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-update-demographic-data,kan,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,உண்மையில் அடையாள அட்டை வாங்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,order-a-physical-card-negative purpose,tam,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,Éxito,10006,Resident Services,mosip.event.status.success.template,spa,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಹೇಳಿಕೆಯ ಸಮಯ

+
+

$timestamp

+
+

ಈವೆಂಟ್ ಐಡಿ

+
+

$eventId

+
+

ಪ್ರಮಾಣೀಕರಣ ರೀತಿ

+
+

$authenticationMode

+
+

ಈವೆಂಟ್ ರೀತಿ

+
+

$eventType

+
+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+
+

$eventStatus

+
+

ಸಂಕ್ಷಿಪ್ತಿ

+
+

$summary

+
+

ಖಚಿತತೆ ವಿವರಗಳು

+
+

ಖಚಿತಗೊಂಡ ಚಾನಲ್

+

 

+

 

+
+

$channel

+

 

+
+

 

+

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಇಲ್ಲಿಗೆ ಹಿಂತಿರುಗಿಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತಿ.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,kan,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿಯ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಚಿಹ್ನ್ನು

+
+

$timestamp

+
+

ಈವೆಂಟ್ ಐಡಿ

+
+

$eventId

+
+

ಪ್ರಮಾಣೀಕರಣ ಮೋಡ್

+
+

$authenticationMode

+
+

ಈವೆಂಟ್ ರೂಪ

+
+

$eventType

+
+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+
+

$eventStatus

+
+

ಸಂಕ್ಷಿಪ್ತ

+
+

$summary

+
+

 

+

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತವರಿಗೆ ಹಿಂತಿರುಗಿ ಹೋಗಿ ಈವೆಂಟ್ ಸಂಕ್ಷಿಪ್ತ.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-secure-my-id,kan,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + ನೋಂದಣಿ ಕೇಂದ್ರಗಳು + + + +

+ MOSIP +

+ +

+ ನೋಂದಣಿ + ಕೇಂದ್ರಗಳು +

+ +

 

+ + + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ ಕ್ರಮಸಂಖ್ಯೆ +

+
+

+ ನೋಂದಣಿ ಕೇಂದ್ರದ ಹೆಸರು +

+
+

+ ನೋಂದಣಿ ಕೇಂದ್ರದ ವಿಳಾಸ +

+
+

+ ಸಂಪರ್ಕ ಸಂಖ್ಯೆ +

+
+

+ ವಾರದ ದಿನಗಳು | ಸಮಯ +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + +",10006,Resident Services,registration-centers-list,kan,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +ಹೋಮ್ ಪೇಜ್ + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+ವಿನಂತಿ ವಿವರಗಳು +

+
+

+ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಚಿಹ್ನೆ +

+
+

+$eventReqTimeStamp +

+
+

+ಪ್ರಾರಂಭ ದಿನಾಂಕ +

+
+

+$fromDate +

+
+

+ಮುಕ್ತಾಯ ದಿನಾಂಕ +

+
+

+$toDate +

+
+

+ಇತಿಹಾಸ ಪ್ರಕಾರ +

+
+

+$serviceType +

+
+

+ಸ್ಥಿತಿ +

+
+

+$statusFilter +

+
+

+ + + + + + + + +#foreach($dto in $serviceHistoryDtlsList) + + + + + + + +#end +
+

+ಕ್ರಮ ಸಂಖ್ಯೆ +

+
+

+ಈವೆಂಟ್ ಐಡಿ +

+
+

+ವಿವರಣೆ +

+
+

+ಸಮಯಚಿಹ್ನೆ +

+
+

+ಸ್ಥಿತಿ +

+
+

+$dto.serialNumber +

+
+

+$dto.eventId +

+
+

+$dto.description +

+
+

+$dto.timeStamp +

+
+

+$dto.eventStatus +

+
+






+ + +",10006,Resident Services,service-history-type,kan,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಸಮಯಚಿಹ್ನೆ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಾಮಾಣಿಕತಾ ದಿಂದ

+

$authenticationMode

+

ಈವೆಂಟ್ ರೀತಿ

+

$eventType

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಕ್ಷೇಪ

+

$summary

+ +

 

+ +

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಲಿಂಕ್ ಗೆ ಹಿಂತಿರುಗಲು ಈವೆಂಟ್ ಸಂಕ್ಷೇಪ.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgment-authentication-request,kan,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,தரவு ஒரு கூட்டாளியுடன் பகிரப்பட்டது,10006,Resident Services,share-cred-with-partner-positive-purpose,tam,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,Fallido,10006,Resident Services,mosip.event.status.failed.template,spa,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂತಿ ವಿವರ

+
+

ಈವೆಂಟ್ ವಿನಂತಿ ಹೊಂದಿಕೊಳ್ಳುವ ಸಮಯ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಮಾಣಿಕರಣ ರೀತಿ

+

$authenticationMode

+

ಈವೆಂಟ್ ಪ್ರಕಾರ

+

$eventType

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಗ್ರಹ

+

$summary

+

 

+

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಗ್ರಹದವರೆಗೆ + ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹದ ಸಾರಾಂಶ.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-get-my-id,kan,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

ವಿನಂದನೆ ವಿವರಗಳು

+
+

ಈವೆಂಟ್ ವಿನಂದನೆ ಸಮಯಚಿಹ್ನದ

+

$timestamp

+

ಈವೆಂಟ್ ಐಡಿ

+

$eventId

+

ಪ್ರಮಾಣಿಕತಾ ಮೋಡ್

+

$authenticationMode

+

ಈವೆಂಟ್ ಪ್ರಕಾರ

+

$eventType

+

ಈವೆಂಟ್ ಸ್ಥಿತಿ

+

$eventStatus

+

ಸಂಗ್ರಹಣ

+

$summary

+ +

 

+ +

ನಿಮ್ಮ ಈವೆಂಟ್ ಸ್ಥಿತಿಯನ್ನು ವೀಕ್ಷಿಸಲು, ಈವೆಂಟ್ ಸಂಗ್ರಹಣಕ್ಕೆ ಹಿಂತಿರುಗಿ ಈವೆಂಟ್ ಸಂಗ್ರಹಣ.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgment-vid-card-download,kan,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + ಐಡಿ ಪ್ರಕಾರ: VID + ಕಾರ್ಡ್

+ +

ಬಳಕೆದಾರಹೆಸರು: $ಹೆಸರು

+ +

DOB: $dateOfBirth

+ +

VID: $vid

+ +

VID ಪ್ರಕಾರ: $vidType

+ +

ರಚಿಸಲಾಗಿದೆ: $genratedOnTimestamp

+ +

ಮುಗಿಯುತ್ತದೆ: $expiryTimestamp

+ +

ಉಳಿದ ವ್ಯವಹಾರಗಳು: $transactionsLeftCount

+ +
+ + + + ",10006,Resident Services,vid-card-type,kan,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,tam,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,tam,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,tam,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,tam,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,ஜனவாக்கிய,10006,Resident Services,mosip.demo.template.property,tam,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-success-email-content,tam,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-failure-email-content,tam,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,tam,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-success-email-subject,tam,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,tam,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,தரவு ஒரு கூட்டாளியுடன் பகிர ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,share-cred-with-partner-negative-purpose,tam,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"பிரியா $name,
+உங்கள் $eventDetails க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது.
+உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
+மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள்.
+நீங்கள் இணைப்பைப் பயன்படுத்தி பரிவர்த்தன ஐடி $transactionID ஐ ட்ரேக் செய்யலாம்: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,tam,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,order-a-physical-card-failure-email-content,tam,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,tam,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,tam,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,tam,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"பிரியா $name,
உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு பரவப்பட்டுள்ளது.
உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும்.
",10006,Resident Services,share-cred-with-partner-request-received-email-content,tam,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"பிரியா $name,
உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது.
உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும்.
",10006,Resident Services,share-cred-with-partner-success-email-content,tam,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,உங்கள் தரவு வெற்றிகரமாக பகிரப்பட்டுள்ளது,10006,Resident Services,share-cred-with-partner-success-summary,tam,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"பிரியா $name,
உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு உயர்ந்தது, ஆனால் அது தோல்வியடைந்துள்ளது.
உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
மேலும் விவரங்களுக்கு $trackServiceRequestLink அதிசயக் கோட்டில் உள்ளிடவும்.
",10006,Resident Services,share-cred-with-partner-failure-email-content,tam,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,tam,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,tam,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,tam,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-request-received-email-content,tam,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-success-email-content,tam,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-failure-email-content,tam,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-request-received-email-subject,tam,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-success-email-subject,tam,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-failure-email-subject,tam,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-request-received-email-content,tam,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-success-email-content,tam,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-failure-email-content,tam,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,tam,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,tam,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,tam,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-success-email-content,tam,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,tam,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,tam,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-success-email-subject,tam,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,tam,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,$authType அங்கீகாரம் இருக்கின்றது $status,10006,Resident Services,lock-unlock-auth-positive-purpose,tam,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-request-received-email-content,tam,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-success-email-content,tam,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-failure-email-content,tam,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,tam,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,tam,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,tam,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-request-received-email-content,tam,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-success-email-content,tam,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,$authType அங்கீகாரம் இத்தளம் இருக்கின்றது $status,10006,Resident Services,lock-unlock-auth-success-summary,tam,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,விருப்பமைப்பு,10006,Resident Services,mosip.bio-finger.template.property,tam,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-failure-email-content,tam,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,tam,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-success_SMS,tam,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,cust-and-down-my-card-failure_SMS,tam,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,KYC விநியமண கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,tam,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,order-a-physical-card-request-received_SMS,tam,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"பிரியா $name,
+உங்கள் $eventDetails க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது.
+உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
+மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள்.
+நீங்கள் இணைப்பைப் பயன்படுத்தி பரிவர்த்தன ஐடி $transactionID ஐ ட்ரேக் செய்யலாம்: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,tam,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,order-a-physical-card-failure_SMS,tam,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,share-cred-with-partner-request-received_SMS,tam,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"பிரியா $name,
+உங்கள் $eventDetails ($partner) க்கான கோரிக்கை $date அன்று $time க்கு வெற்றிகரமாக முடிந்துவிட்டது.
+உங்கள் இவெண்ட் ஐடி #$eventId ஆகும்.
+மேலும் விவரங்களுக்கு ஆதிகாரிக வலைத்தளம் $trackServiceRequestLink க்கு உள்ளிடுங்கள்.
",10006,Resident Services,share-cred-with-partner-success_SMS,tam,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,share-cred-with-partner-failure_SMS,tam,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-request-received_SMS,tam,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,தரவு வெற்றிகரமாக புதுப்பிக்கப்பட்டுள்ளது,10006,Resident Services,update-demo-data-success-summary,tam,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-success_SMS,tam,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,lock-unlock-auth-failure_SMS,tam,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-request-received_SMS,tam,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-success_SMS,tam,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,update-demo-data-failure_SMS,tam,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,tam,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-success_SMS,tam,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,tam,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-request-received_SMS,tam,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-success_SMS,tam,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,get-my-uin-card-failure_SMS,tam,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-request-received_SMS,tam,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID வெற்றிகரமாக $actionPerformed ஆனது,10006,Resident Services,gen-or-revoke-vid-success-summary,tam,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-success_SMS,tam,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,verify-my-phone-email-failure_SMS,tam,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,புதியது அனுபவிக்கப்பட்டது,10006,Resident Services,cust-and-down-my-card-positive-purpose,tam,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,புதியது அனுபவிக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,cust-and-down-my-card-negative-purpose,tam,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,உண்மையில் அடையாள அட்டை வாங்கப்பட்டுள்ளது,10006,Resident Services,order-a-physical-card-positive purpose,tam,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,KYC-விநியோகம்,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,tam,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,தரவு வெற்றிகரமாக புதுப்பிக்கப்பட்டுள்ளது,10006,Resident Services,update-demo-data-positive-purpose,tam,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,தரவு புதுப்பிக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,update-demo-data-negative-purpose,tam,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID இத்தளம் ஆகின்றது $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,tam,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,$actionPerformed VID ஐ $actionPerformed செய்ய ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,gen-or-revoke-vid-negative-purpose,tam,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-positive-purpose,tam,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,UIN அடையாள அட்டை பதிவிறக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,get-my-uin-card-negative-purpose,tam,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel அரசீர்ப்படுத்தப்பட்டது,10006,Resident Services,verify-my-phone-email-positive-purpose,tam,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,$channel அரசீர்ப்படுத்த ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,verify-my-phone-email-negative-purpose,tam,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,விருப்பமான அடையாள அட்டை பதிவிறக்கப்பட்டுள்ளது,10006,Resident Services,cust-and-down-my-card-success-summary,tam,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,ஒரு உண்மையான அடையாள அட்டை செய்து பதிவிக்கப்பட்டுள்ளது ஒரு கூட்டாளியுடன்,10006,Resident Services,order-a-physical-card-success-summary,tam,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,உங்கள் $channel வெற்றிகரமாக சோதிக்கப்பட்டுள்ளது,10006,Resident Services,verify-my-phone-email-success-summary,tam,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,tam,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"பிரிய் $name,
உங்கள் தரவை புதுப்பிக்க எஸ்எம்எஸ் $otp ஐ பயன்படுத்தவும்.",10006,Resident Services,receive-otp-mail-content,tam,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: உங்கள் தரவை புதுப்பிக்க எஸ்எம்எஸ் $otp ஐ பயன்படுத்தவும்.,10006,Resident Services,receive-otp,tam,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,VID அடையாள அட்டை பதிவிறக்க கிடைக்கின்றது,10006,Resident Services,vid-card-download-positive-purpose,tam,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,VID அடையாள அட்டை பதிவிறக்க ஒரு முயற்சி செய்யப்பட்டுள்ளது,10006,Resident Services,vid-card-download-negative-purpose,tam,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,VID அடையாள அட்டை பதிவிறக்க கிடைக்கின்றது,10006,Resident Services,vid-card-download-positive-summary,tam,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,மொபைல்,10006,Resident Services,mosip.phone.template.property,tam,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,மின்னஞ்சல்,10006,Resident Services,mosip.email.template.property,tam,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-request-received-email-subject,tam,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-success-email-subject,tam,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,உறுதிசெய்தி: $eventDetails | நிகழ்ச்சி ஐடி: $eventId | நிலை: $status,10006,Resident Services,vid-card-download-failure-email-subject,tam,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-request-received-email-content,tam,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-success-email-content,tam,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-failure-email-content,tam,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்ய கோரிக்கை உங்கள் $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-request-received_SMS,tam,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-success_SMS,tam,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"பிரிய $name,
$eventDetails செய்திக்கு உங்கள் கோரிக்கை $date அன்று $time முடிந்தது.
உங்கள் நிகழ்ச்சி ஐடி #$eventId ஆகும்.
மேலதிக விவரங்களுக்கு அதிகாரிக வலைத்தளத்தில் உள்நுழைக.
",10006,Resident Services,vid-card-download-failure_SMS,tam,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,மின்னஞ்சல் OTP,10006,Resident Services,mosip.otp-email.template.property,tam,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,தொலைபேசி OTP,10006,Resident Services,mosip.otp-phone.template.property,tam,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,பூட்டப்பட்டது,10006,Resident Services,mosip.locked.template.property,tam,TRUE,superadmin,now() +1422,Success event status,Success event status,txt,velocity,வெற்றி,10006,Resident Services,mosip.event.status.success.template,tam,TRUE,superadmin,now() +1423,Failed event status,Failed event status,txt,velocity,தோல்வி,10006,Resident Services,mosip.event.status.failed.template,tam,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,செயலில்,10006,Resident Services,mosip.event.status.inprogress.template,tam,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,OTP கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,tam,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,OTP உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,tam,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,டெமோ உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,tam,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,வரிசை அடிப்படை உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,tam,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,ஈரிஸ் உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,tam,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,முகம் உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,tam,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,PIN உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,tam,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,ஸ்டேடிக் பின் சேமிப்பு கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,tam,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,EKYC உறுதிப்படுத்தல் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,tam,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,KYC உறுதிப்படுத்தல் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,tam,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,அடையாள விசை கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,tam,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,டோக்கன் கோரி வெற்றி,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,tam,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,டோக்கன் அடிப்படை உறுதிப்படுத்தல் வெற்றி,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,tam,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,OTP கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,tam,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,OTP உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,tam,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,டெமோ உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,tam,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,வரிசை அடிப்படை உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,tam,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,ஈரிஸ் உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,tam,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,முகம் உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,tam,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,PIN உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,tam,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,ஸ்டேடிக் பின் சேமிப்பு கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,tam,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,EKYC உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,tam,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,KYC உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,tam,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,KYC விநியமண கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,tam,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,அடையாள விசை கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,tam,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,டோக்கன் கோரி தோல்வி,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,tam,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,டோக்கன் அடிப்படை உறுதிப்படுத்தல் தோல்வி,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,tam,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,அறியப்படாத கோரிக்கை/அங்கீகாரம் வெற்றிகரம்,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,tam,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,அறியப்படாத கோரிக்கை/அங்கீகாரம் தோல்வியடைந்தது,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,tam,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,OTP-கோரிக்கை,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,tam,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,OTP-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,tam,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,டெமோ-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,tam,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,விரிசு-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,tam,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,கண்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,tam,TRUE,superadmin,now() +1460,Face Authentication,Face Authentication,txt,velocity,முகம்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.FACE-AUTH,tam,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,நிலையான பின்-குறியீடு-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,tam,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,நிலையான பின்-குறியீடு-சேமிப்பு,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,tam,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,EKYC-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,tam,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,KYC-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,tam,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,அடையாள-விசை-கட்டமைப்பு,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,tam,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,டோக்கன்-கோரிக்கை,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,tam,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,டோக்கன்-அங்கீகாரம்,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,tam,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,tam,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,tam,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,tam,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,பணப்பை,10006,Resident Services,mosip.auth-type-code.Wallet,tam,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,L1-உடன்-உலா,10006,Resident Services,mosip.auth-type-code.L1-bio-device,tam,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,அறியப்படாத,10006,Resident Services,mosip.template.UNKNOWN,tam,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,அங்கீகார கோரி,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,tam,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,கொள்ளை மேற்கொள் பங்காளி உடைப்பு,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,tam,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,தனிப்படிக்கப்பட்ட அட்டை பதிவிறக்கம்,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,tam,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,ஒரு உடன் உடை ஆர்டர் செய்க,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,tam,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,UIN கார்டு பெறுக,10006,Resident Services,mosip.event.type.GET_MY_ID,tam,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,UIN தரவு புதுப்பிக்கம் செய்க,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,tam,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,VID உருவாக்குக,10006,Resident Services,mosip.event.type.GENERATE_VID,tam,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,VID ரத்து செய்க,10006,Resident Services,mosip.event.type.REVOKE_VID,tam,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,என் ஐடி காப்பீடு,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,tam,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,VID கார்டு பதிவிறக்கம்,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,tam,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,OTP அனுப்புக,10006,Resident Services,mosip.event.type.SEND_OTP,tam,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,என் தொலைபேசி/மின்னஞ்சல் செய்தி சரிபார்க்க,10006,Resident Services,mosip.event.type.VALIDATE_OTP,tam,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,இயல்பு,10006,Resident Services,mosip.event.type.DEFAULT,tam,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,அங்கீகார கோரி,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,tam,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,சேவை கோரி,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,tam,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,தரவு புதுப்பிக்க கோரி,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,tam,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,ஐடி மேலாண்மை கோரி,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,tam,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,தரவு பங்கு கோரி,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,tam,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,அதிசியமான,10006,Resident Services,mosip.service.type.ASYNC,tam,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,அனைத்து,10006,Resident Services,mosip.template.ALL,tam,TRUE,superadmin,now() +1311,Success email to order a physical card,Success email to order a physical card,txt,velocity,"Estimado $name,
+Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
+Su ID de evento es #$eventId.
+Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
+Puede seguir el estado de la transacción utilizando el ID de transacción $transactionID en el enlace: $trackingLink",10006,Resident Services,order-a-physical-card-success-email-content,spa,TRUE,superadmin,now() +1312,Failure email to order a physical card,Failure email to order a physical card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,order-a-physical-card-failure-email-content,spa,TRUE,superadmin,now() +1424,In progress event status,In progress event status,txt,velocity,En Progreso,10006,Resident Services,mosip.event.status.inprogress.template,spa,TRUE,superadmin,now() +1314,Success email subject to share my credential with a partner,Success email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-success-email-subject,spa,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கோரிக்கை விவரங்கள்

+
+

நிகழ்நிலை கோரிக்கை கொள்கைக்கு நேரடியாக கோரிக்கை செய்த நேரத்தில்

+

$timestamp

+

நிகழ்நிலை ஐடி

+

$eventId

+

அதைச் செய்வதற்கான முறை

+

$authenticationMode

+

நிகழ்நிலை வகை

+

$eventType

+

காரணம்

+

$purpose

+

நிகழ்நிலை நிலை

+

$eventStatus

+

சுருக்கம்

+

$summary

+

தரப்பான விவரங்கள்

+
+

கூட்டுக்குழுவுடன் பகிரப்பட்ட பண்பாட்டுக்கு பகிரப்பட்ட பண்பாட்டுக்கு

+

 

+

 

+
+

$attributeList

+

 

+
+

கூட்டாணி விவரங்கள்

+
+

கூட்டுப் பெயர்

+
+

$partnerName

+
+ +

 

+ +

உங்கள் நிகழ்நிலையின் நிலையைக் காண, மீட்கநிகழ்நிலை சுருக்கம்.

+ +

 

+ +
+ +
+ + + + ",10006,Resident Services,acknowledgement-share-cred-with-partner,tam,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+

MOSIP

+ +

ஆதரக் ஆவஶ்யக ஆவணங்கள்

+ + + + + + + + + + + + +
+

POI (அதை நெருப்பு செய்ய முடிவு)

+

 

+
+

POI ஆவண விவரங்கள்:

+
+

         + 1. முழு பெயர் மற்றும் தெளிவான புகைப்படம் இருக்க வேண்டும்

+

         + 2. அது குறைந்தது அடுத்த 6 மாதங்கள் செயலில் இருக்க வேண்டும்

+
+

ஏற்கபடியாக்கக் கொடுக்கக்கூடிய ஆவணம்:

+
+

         + 1. பாஸ்போர்ட்

+

         + 2. பேன் அட்டை/ மின்னுடன் பேன்

+

         + 3. இலவச மற்றும் பிடிஎஸ் புகை அட்டை

+

         + 4. வோட்டர் அட்டை/ மின்னுடன் வோட்டர் அட்டை

+

         + 5. ஓடுவார்ச்சக்காரர் அனுமதி அட்டை

+

         + 6. மத்திய அரசு/ மாநில அரசு/ ஐபி அரசு/ வங்கிகள் வழங்கும் சேவை புகைப்பட அட்டை

+

         + 7. பென்ஷனர் புகை அட்டை/ விடுதநிப்பாள் புகை அட்டை

+

         + 8. பெருவார் ஐடி அட்டை/ சோதித்து மருத்துவ சான்றிதழ் அதிக மாநில/ மாநில/ ஐபி அரசுகள் வழங்கும்

+

         + 9. பங்க் பாஸ் புக் புகைப்படம் பங்க் அதிகாரி குறிக்கோட்டினர் மூலம் மேற்கோள் வழுவீக்கப்பட்டு உள்ளது

+

         + 10. வெளிநாடு பாஸ்போர்ட் உடைய செய்த வராத விசா

+
+

 

+ + + + + + + + + + + + +
+

POA (முகவரி சான்றிதழ்)

+

 

+
+

POA ஆவண விவரங்கள்:

+
+

         + 1. முழு பெயர் மற்றும் முகவரி இருக்க வேண்டும்

+

         + 2. அது அடுத்த 6 மாதங்கள் செயலில் செய்த வேண்டும்

+
+

ஏற்கபடியாக்கக்கூடிய ஆவணம்:

+
+

         + 1. பாஸ்போர்ட்/ கணவர்/ பெரும்பாலர் பாஸ்போர்ட் (பிள்.மார். கடிதம்)

+

         + 2. வங்கி அறிக்கை (வங்கி முத்திரை மற்றும் வங்கி அதிகாரியின் ஸ்டாம்பு & கையொப்பம் உள்ளது)/ பாஸ்பூக்/ அஞ்சல் + அலுக்கு அறிக்கை/ அஞ்சல் அலுக்கு புகைப்படம்

+

         + 3. குறை அட்டை

+

         + 4. வாடகையாளர் அடையாளர் அடையாளர் சான்றிதழ்/ இ-வாடகையாளர் அடையாளர்

+

         + 5. வாக்கர் அனுமதி/ இ-வாக்கர் அனுமதி

+

         6. பயண + அனைத்து அடையாளர் கார்டு மூலம் வழங்கப்படும் பொது அரசு/ மாநில அரசு/ ஐபி அரசு

+

         7. பென்ஷனர் + கார்டு/ சுதாகார போராட்ட கார்டு

+

         8. கிசான் + பாஸ்பூக்

+

         9. சி.ஜி.எச்/ இ.சி.எச்/ + ஈசிஸ்/ மெடிக்லேம் கார்டு மூலம் வழங்கப்படும் புகைப்படம் மாநில/ மாநில/ ஐபி அரசுகள்/ அதிகாரிகள் மூலம் + வழங்கப்படும்

+

         10. சிகித்திப் + ஐடி கார்டு/ இடைநிபாய மருத்துவ சான்றிதழ் அதிக மாநில/ ஐபி அரசுகள்/ நிர்வாகங்கள்/ மத்திய அரசு மூலம் + வழங்கப்படும்

+

         11. முகவரி வழங்கப்படும் + மத்திய/மாநில அரசு மூலம் வழங்கப்படும் முகவரி ஐடி கார்டு/ சான்றிதழ்

+
+

 

+

 

+ + + + + + + + + + + + + +
+

POR (உற்பத்தி சான்றிதழ்)

+

 

+
+

POR ஆவண விவரங்கள்:

+
+

         +1. அறிவை உள்ளிட வணிகரின் முழு பெயர் மற்றும் ஒளி புகை உள்ளது

+

         +2. விண்ணப்பரின் முழு பெயர் மற்றும் அருகில் வெளிச்சம் உள்ளது

+

         +3. அறிவாளியும் வாசியின் இடையில் உள்ள உறவு தகவல் தெரிவு செய்ய வேண்டும்

+

         +4. அனைத்து உரிமங்களும் குறைந்தது 6 மாதங்கள் வாழ்க்கையில் செயல்படுத்த வேண்டும்

+
+

ஏற்கனவேரும் ஆவணம்:

+

 

+
+

         +1. உடனின் கடவுச்சொல்/ பெருமாளின் கடவுச்சொல் (பள்ளிக்கு விளக்கம் கொடுத்தால்)

+

         +2. கடவுச்சொல்/ பிடிஎஸ் அட்டை

+

         +3. மெடி-க்லேம் அட்டை மூலம் பெருமாளின் புகைப்படம் (மையம்/மாநிலம் அல்லது பொது சேவை நிறுவங்கள் மூலம் வெளியிடப்படும்)

+

         +4. பெருமாள் அட்டை

+

         +5. பிருதம பதிப்பு செய்யுதற் சான்றிதழ் (பிரிவாள் பதிக்கப்பட்டு மாநகர காரிகள் மற்றும் அறிக்கை செய்யுதற் அறிவாளுக்கள் வழங்கும்)

+

         +6. மற்றொரு மத்திய/மாநில அரசு வீடுநிலை ஆதாரம் அனுமதிக்கப்பட்ட ஆதாரம்

+

         +7. அரசு வழக்காட்ட வழக்காட்டம்

+

         +8. மத்திய/மாநில அரசு படை/மாநில அரசு படை படிவ போல ARMY அந்தூடி அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அடை அ +

+

         +9. பெருமாள் அரசு/தனிமுதல் மருத்துவமனைகள் வழக்காட்ட/மருத்துவமனை பிரிவ வழக்காட்ட (0-5 வயதில் உள்ள குழந்தைக்கு மட்டும்) +

+

         + 10. குடும்ப முதல் உள்ள வாசியோர் வாசியிடம் இருந்து உள்ள வாசியுடன் உள்ள சான்றுக்குப் பொறுக்கும் (ஹெட் ஆஃப் ஃபேமிலி) இருள் +

+
+

 

+ +

 

+ + + + + + + + + + + + +
+

பிறந்த தேதி (DOB - Date of Birth)

+

 

+
+

DOB ஆவண விவரம்:

+
+

         1. முழு பெயர், வெளிப்படம், பிறந்த தேதி அன்ற அன்றாக இருக்க வேண்டும்

+

         2. அது குறைந்தது 6 மாதங்கள் தந்திரம் வாக்க வேண்டும்

+
+

ஏற்க்கனவை:

+

 

+
+

         1. பிறந்த சான்றிதழ்

+

         2. கடவுச்சொல்

+

         3. பேன் அட்டை/e-பேன்

+

         4. மத்திய அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக அலுவலக +/மத்திய அலுவலக/ஐடி அலுவலக அலுவலக/பேன்கள்

+

         5. பிர Recognized Educational Institution அலுவலகம் அளிக்கின்ற Date of Birth ஐ கொடுக்கும் பட ஐடி அட்டை

+

         6. Recognized Educational Institutions அலுவலகங்கள் அளிக்கின்ற செய்யுல் ஐடி அட்டை/அடையாள அட்டை ஐடி

+

         7. காஸ் இணைப்பு வில்

+

         8. அரசு அளிக்கின்ற கல்யாண சான்றிதாரணம் பெயர் மற்றும் முகவரியை கொண்டு உள்ளது

+

         9. பதிப்புத்தாள் விற்பனை/ + வாடகை ஒப்பந்தம்

+

         10. தொலைபேசி நிலவர வில்/ தொலைபேசி (போஸ்ட்பேட் மொபைல்) வில்/ புரோட்பேண்ட் வில்

+
+ +

 

+ +

 

+ +

 

+ + + + + + + + + + +
+ + + + ",10006,Resident Services,supporting-docs-list,tam,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கேள்விக்கு விவரங்கள்

+
+

நிகழ்வு கேள்வி நேரம்

+
+

$timestamp

+
+

நிகழ்வு ஐடி

+
+

$eventId

+
+

அத்தேந்திகை முறை

+
+

$authenticationMode

+
+

நிகழ்வு வகை

+
+

$eventType

+
+

நிகழ்வு நிலை

+
+

$eventStatus

+
+

சுருக்கம்

+
+

$summary

+
+

 

+

உங்கள் நிகழ்வின் நிலையைப் பார்க்க கைமுழுக்கு நிகழ்வு சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-manage-my-vid,tam,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + பதிவு மையங்கள் + + +

MOSIP

+

+ பதிவு மையங்கள் +

+

 

+ + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ வரிசை எண் +

+
+

+ பதிவு மையம் பெயர் +

+
+

+ பதிவு மைய முகவரி +

+
+

+ தொடர்பு எண் +

+
+

+ வாராந்திர நேரம் | இடைவெளி +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + +",10006,Resident Services,registration-centers-list,tam,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கேள்விக்கு விவரங்கள்

+
+

நிகழ்வு கேள்வி நேரம்

+
+

$timestamp

+
+

நிகழ்வு ஐடி

+
+

$eventId

+
+

அத்தேந்திகை முறை

+
+

$authenticationMode

+
+

நிகழ்வு வகை

+
+

$eventType

+
+

நிகழ்வு நிலை

+
+

$eventStatus

+
+

சுருக்கம்

+
+

$summary

+
+

 

+

உங்கள் நிகழ்வின் நிலையைப் பார்க்க கைமுழுக்கு நிகழ்வு சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-order-a-physical-card,tam,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கேள்வி விவரங்கள்

+
+

நிகழ்ச்சி கேள்வி நேர குறியீடு

+

$timestamp

+

நிகழ்ச்சி ஐடி

+

$eventId

+

அங்கீகார முறை

+

$authenticationMode

+

நிகழ்ச்சி வகை

+

$eventType

+

நிகழ்ச்சி நிலை

+

$eventStatus

+

சுருக்கம்

+

$summary

+ +

 

+ +

உங்கள் நிகழ்ச்சியின் நிலையை பார்க்க, மீண்டும் செல்லுக நிகழ்ச்சியின் சுருக்கம்.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgment-authentication-request,tam,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + +
+
+

+ + MOSIP + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + கோரிக்கை விவரங்கள் + +

+
+

+ நிகழ்வு கோரிக்கை நேரம் +

+
+

+ $timestamp +

+
+

+ நிகழ்வு ஐடி +

+
+

+ $eventId +

+
+

+ அங்கீகார முறை +

+
+

+ $authenticationMode +

+
+

+ நிகழ்வு வகை +

+
+

+ $eventType +

+
+

+ நிகழ்வு நிலை +

+
+

+ $eventStatus +

+
+

+ சுருக்கம் +

+
+

+ $summary +

+
+

+ + அட்டை விவரங்கள் + +

+
+

+ அட்டைக்கு சேர்க்கப்பட்ட பணிகள் +

+

+   +

+

+ +   + +

+
+

+ $attributeList +

+

+ +   + +

+
+

+   +

+

+ உங்கள் நிகழ்வு நிலையை பார்க்க கொடுங்கள் நிகழ்வு சுருக்கம். +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-download-a-personalized-card,tam,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கேட்டல் விவரங்கள்

+
+

நிகழ்வு கோரிய நேரம்

+
+

$timestamp

+
+

நிகழ்வு ஐடி

+
+

$eventId

+
+

அங்கீகார முறை

+
+

$authenticationMode

+
+

நிகழ்வு வகை

+
+

$eventType

+
+

நிகழ்வு நிலை

+
+

$eventStatus

+
+

சுருக்கம்

+
+

$summary

+
+

புதுப்பிக்கப்பட்ட விவரங்கள்

+
+

அடையாளம் கொடுக்கப்பட்ட பணி

+

 

+

 

+
+

$attributeList

+

 

+
+

 

+

உங்கள் நிகழ்வு நிலையை பார்க்க கெளவுக்கநிகழ்வு சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-update-demographic-data,tam,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கோரிக்கை விவரங்கள்

+
+

நிகழ்நிலை கோரிக்கை நேர கையொக்கு

+
+

$timestamp

+
+

நிகழ்நிலை ஐடி

+
+

$eventId

+
+

அங்கீகரிப்பு முறை

+
+

$authenticationMode

+
+

நிகழ்நிலை வகை

+
+

$eventType

+
+

நிகழ்நிலை நிலை

+
+

$eventStatus

+
+

சார்பு

+
+

$summary

+
+

சரிபார்ப்பு விவரங்கள்

+
+

சரிபார்ப்பப்பட்ட சேனல்

+

 

+

 

+
+

$channel

+

 

+
+

 

+

உங்கள் நிகழ்நிலையின் நிலையைப் பார்க்க எங்கள் பின்பதிப்பிக்கு வருக: நிகழ்நிலை சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,tam,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கோரிக்கை விவரங்கள்

+
+

நிகழ்ச்சி கோரப்பட்ட நேரம்

+
+

$timestamp

+
+

நிகழ்ச்சி ஐடி

+
+

$eventId

+
+

அங்கீகரண முறை

+
+

$authenticationMode

+
+

நிகழ்ச்சி வகை

+
+

$eventType

+
+

நிகழ்ச்சி நிலை

+
+

$eventStatus

+
+

சுருக்கம்

+
+

$summary

+
+

 

+

உங்கள் நிகழ்ச்சியின் நிலையைப் பார்க்க மீண்டும் வருக நிகழ்ச்சி சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-secure-my-id,tam,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +முகப்பு பக்கம் + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+கோரிக்கை விவரங்கள் +

+
+

+நிகழ்ச்சிக் கோரி நேரம் +

+
+

+$eventReqTimeStamp +

+
+

+தொடக்க தேதி +

+
+

+$fromDate +

+
+

+முடிவு தேதி +

+
+

+$toDate +

+
+

+வரலாறு வகை +

+
+

+$serviceType +

+
+

+நிலை +

+
+

+$statusFilter +

+
+

+ + + + + + + + +#foreach($dto in $serviceHistoryDtlsList) + + + + + + + +#end +
+

+எண் +

+
+

+நிகழ்ச்சி ஐடி +

+
+

+விளக்கம் +

+
+

+நேரம் +

+
+

+நிலை +

+
+

+$dto.serialNumber +

+
+

+$dto.eventId +

+
+

+$dto.description +

+
+

+$dto.timeStamp +

+
+

+$dto.eventStatus +

+
+






+ + +",10006,Resident Services,service-history-type,tam,TRUE,superadmin,now() +1425,OTP Request Success,OTP Request Success,txt,velocity,Éxito en la Solicitud OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.Y.descr,spa,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கோரிக்கை விவரங்கள்

+
+

நிகழ்வு கோரிக்கை கைராவக நேரம்

+
+

$timestamp

+
+

நிகழ்வு ஐடி

+
+

$eventId

+
+

அங்கீகார முறை

+
+

$authenticationMode

+
+

நிகழ்வு வகை

+
+

$eventType

+
+

நிகழ்வு நிலை

+
+

$eventStatus

+
+

சுருக்கம்

+
+

$summary

+
+

 

+

உங்கள் நிகழ்வு நிலையைக் காண விரும்பினால், பின்னூட்டம் செல்ல + நிகழ்வு சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-get-my-id,tam,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

கேள்விகள் கோர்த்தவுடன்

+
+

நிகழ்ச்சி கோரிய நேரம்

+

$timestamp

+

நிகழ்ச்சி ஐடி

+

$eventId

+

அங்கீகார முடம்

+

$authenticationMode

+

நிகழ்ச்சி வகை

+

$eventType

+

நிகழ்ச்சி நிலை

+

$eventStatus

+

சுருக்கம்

+

$summary

+

 

+

உங்கள் நிகழ்ச்சியின் நிலையைப் பார்க்க பின்புறக்கோள்ள, கோரிய நிகழ்ச்சி சுருக்கம்.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-vid-card-download,tam,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+ mosip + அடையாள வகை: VID + அட்டை

+ +

பயனர்பெயர்: $பெயர்

+ +

பிறந்த தினம்: $பிறந்ததினம்

+ +

VID: $vid

+ +

VID வகை: $vidType

+ +

உருதியாக்கப்பட்டது: $genratedOnTimestamp

+ +

காலாண்டின் முடிவு: $expiryTimestamp

+ +

மீதமுள்ள பரிவர்த்தனைகள்: $transactionsLeftCount

+ +
+ + + + ",10006,Resident Services,vid-card-type,tam,TRUE,superadmin,now() +1301,Request received email subject to customize and download my card,Request received email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-request-received-email-subject,spa,TRUE,superadmin,now() +1302,Success email subject to customize and download my card,Success email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-success-email-subject,spa,TRUE,superadmin,now() +1303,Failure email subject to customize and download my card,Failure email subject to customize and download my card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,cust-and-down-my-card-failure-email-subject,spa,TRUE,superadmin,now() +1304,Request received email to customize and download my card,Request received email to customize and download my card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-request-received-email-content,spa,TRUE,superadmin,now() +1378,Negative purpose to share my credential with a partner,Negative purpose to share my credential with a partner,txt,velocity,Se intentó compartir datos con un socio,10006,Resident Services,share-cred-with-partner-negative-purpose,spa,TRUE,superadmin,now() +1305,Success email to customize and download my card,Success email to customize and download my card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-success-email-content,spa,TRUE,superadmin,now() +1306,Failure email to customize and download my card,Failure email to customize and download my card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-failure-email-content,spa,TRUE,superadmin,now() +1307,Request received email subject to order a physical card,Request received email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-request-received-email-subject,spa,TRUE,superadmin,now() +1308,Success email subject to order a physical card,Success email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-success-email-subject,spa,TRUE,superadmin,now() +1309,Failure email subject to order a physical card,Failure email subject to order a physical card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,order-a-physical-card-failure-email-subject,spa,TRUE,superadmin,now() +1310,Request received email to order a physical card,Request received email to order a physical card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,order-a-physical-card-request-received-email-content,spa,TRUE,superadmin,now() +1313,Request received email subject to share my credential with a partner,Request received email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-request-received-email-subject,spa,TRUE,superadmin,now() +1315,Failure email subject to share my credential with a partner,Failure email subject to share my credential with a partner,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,share-cred-with-partner-failure-email-subject,spa,TRUE,superadmin,now() +1316,Request received email to share my credential with a partner,Request received email to share my credential with a partner,txt,velocity,"Estimado $name,
Se ha recibido su solicitud de $eventDetails ($partner) el $date a las $time.
Su ID de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-request-received-email-content,spa,TRUE,superadmin,now() +1317,Success email to share my credential with a partner,Success email to share my credential with a partner,txt,velocity,"Estimado $name,
Su solicitud de $eventDetails ($partner) se ha completado con éxito el $date a las $time.
Su ID de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-success-email-content,spa,TRUE,superadmin,now() +1318,Failure email to share my credential with a partner,Failure email to share my credential with a partner,txt,velocity,"Estimado $name,
Su solicitud de $eventDetails ($partner) realizada el $date a las $time ha fallado.
Su ID de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-failure-email-content,spa,TRUE,superadmin,now() +1319,Request received email subject to lock/unlock authentication,Request received email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-request-received-email-subject,spa,TRUE,superadmin,now() +1320,Success email subject to lock/unlock authentication,Success email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-success-email-subject,spa,TRUE,superadmin,now() +1321,Failure email subject to lock/unlock authentication,Failure email subject to lock/unlock authentication,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,lock-unlock-auth-failure-email-subject,spa,TRUE,superadmin,now() +1322,Request received email to lock/unlock authentication,Request received email to lock/unlock authentication,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-request-received-email-content,spa,TRUE,superadmin,now() +1379,Positive purpose to lock/unlock various authentication types,Positive purpose to lock/unlock various authentication types,txt,velocity,La autenticación $authType es $status,10006,Resident Services,lock-unlock-auth-positive-purpose,spa,TRUE,superadmin,now() +1323,Success email to lock/unlock authentication,Success email to lock/unlock authentication,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-success-email-content,spa,TRUE,superadmin,now() +1324,Failure email to lock/unlock authentication,Failure email to lock/unlock authentication,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-failure-email-content,spa,TRUE,superadmin,now() +1325,Request received email subject to self update demographic data,Request received email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-request-received-email-subject,spa,TRUE,superadmin,now() +1326,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-success-email-subject,spa,TRUE,superadmin,now() +1327,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-failure-email-subject,spa,TRUE,superadmin,now() +1328,Request received email to self update demographic data,Request received email to self update demographic data,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-request-received-email-content,spa,TRUE,superadmin,now() +1329,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-success-email-content,spa,TRUE,superadmin,now() +1330,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-failure-email-content,spa,TRUE,superadmin,now() +1331,Request received email subject to generate or revoke VID,Request received email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-request-received-email-subject,spa,TRUE,superadmin,now() +1332,Success email subject to generate or revoke VID,Success email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-success-email-subject,spa,TRUE,superadmin,now() +1333,Failure email subject to generate or revoke VID,Failure email subject to generate or revoke VID,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,gen-or-revoke-vid-failure-email-subject,spa,TRUE,superadmin,now() +1334,Request received email to generate or revoke VID,Request received email to generate or revoke VID,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-request-received-email-content,spa,TRUE,superadmin,now() +1335,Success email to generate or revoke VID,Success email to generate or revoke VID,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-success-email-content,spa,TRUE,superadmin,now() +1336,Failure email to generate or revoke VID,Failure email to generate or revoke VID,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-failure-email-content,spa,TRUE,superadmin,now() +1337,Request received email subject to get my UIN card,Request received email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-request-received-email-subject,spa,TRUE,superadmin,now() +1338,Success email subject to get my UIN card,Success email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-success-email-subject,spa,TRUE,superadmin,now() +1339,Failure email subject to get my UIN card,Failure email subject to get my UIN card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,get-my-uin-card-failure-email-subject,spa,TRUE,superadmin,now() +1340,Request received email to get my UIN card,Request received email to get my UIN card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-request-received-email-content,spa,TRUE,superadmin,now() +1341,Success email to get my UIN card,Success email to get my UIN card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-success-email-content,spa,TRUE,superadmin,now() +1439,OTP Request Failed,OTP Request Failed,txt,velocity,Falla en la Solicitud OTP,10006,Resident Services,mosip.ida.auth-request.OTP-REQUEST.N.descr,spa,TRUE,superadmin,now() +1342,Failure email to get my UIN card,Failure email to get my UIN card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-failure-email-content,spa,TRUE,superadmin,now() +1343,Request received email subject to verify my phone and email,Request received email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-request-received-email-subject,spa,TRUE,superadmin,now() +1344,Success email subject to verify my phone and email,Success email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-success-email-subject,spa,TRUE,superadmin,now() +1345,Failure email subject to verify my phone and email,Failure email subject to verify my phone and email,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,verify-my-phone-email-failure-email-subject,spa,TRUE,superadmin,now() +1346,Request received email to verify my phone and email,Request received email to verify my phone and email,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-request-received-email-content,spa,TRUE,superadmin,now() +1347,Success email to verify my phone and email,Success email to verify my phone and email,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-success-email-content,spa,TRUE,superadmin,now() +1348,Failure email to verify my phone and email,Failure email to verify my phone and email,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-failure-email-content,spa,TRUE,superadmin,now() +1349,Request received sms to customize and download my card,Request received sms to customize and download my card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-request-received_SMS,spa,TRUE,superadmin,now() +1392,Success summary to lock/unlock various authentication types,Success summary to lock/unlock various authentication types,txt,velocity,La autenticación $authType es $status,10006,Resident Services,lock-unlock-auth-success-summary,spa,TRUE,superadmin,now() +1393,Success summary to self update demographic data,Success summary to self update demographic data,txt,velocity,Los datos se actualizaron con éxito,10006,Resident Services,update-demo-data-success-summary,spa,TRUE,superadmin,now() +1350,Success sms to customize and download my card,Success sms to customize and download my card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-success_SMS,spa,TRUE,superadmin,now() +1351,Failure sms to customize and download my card,Failure sms to customize and download my card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,cust-and-down-my-card-failure_SMS,spa,TRUE,superadmin,now() +1352,Request received sms to order a physical card,Request received sms to order a physical card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,order-a-physical-card-request-received_SMS,spa,TRUE,superadmin,now() +1353,Success sms to order a physical card,Success sms to order a physical card,txt,velocity,"Estimado $name,
+Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
+Su ID de evento es #$eventId.
+Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
+Puede seguir el estado de la transacción utilizando el ID de transacción $transactionID en el enlace: $trackingLink",10006,Resident Services,order-a-physical-card-success_SMS,spa,TRUE,superadmin,now() +1354,Failure sms to order a physical card,Failure sms to order a physical card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,order-a-physical-card-failure_SMS,spa,TRUE,superadmin,now() +1355,Request received sms to share my credential with a partner,Request received sms to share my credential with a partner,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-request-received_SMS,spa,TRUE,superadmin,now() +1356,Success sms to share my credential with a partner,Success sms to share my credential with a partner,txt,velocity,"Estimado $name,
+Su solicitud para $eventDetails ($partner) se ha completado con éxito el $date a las $time.
+Su ID de evento es #$eventId.
+Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-success_SMS,spa,TRUE,superadmin,now() +1357,Failure sms to share my credential with a partner,Failure sms to share my credential with a partner,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,share-cred-with-partner-failure_SMS,spa,TRUE,superadmin,now() +1358,Request received sms to lock/unlock authentication,Request received sms to lock/unlock authentication,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-request-received_SMS,spa,TRUE,superadmin,now() +1359,Success sms to lock/unlock authentication,Success sms to lock/unlock authentication,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-success_SMS,spa,TRUE,superadmin,now() +1360,Failure sms to lock/unlock authentication,Failure sms to lock/unlock authentication,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,lock-unlock-auth-failure_SMS,spa,TRUE,superadmin,now() +1361,Request received sms to self update demographic data,Request received sms to self update demographic data,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-request-received_SMS,spa,TRUE,superadmin,now() +1362,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-success_SMS,spa,TRUE,superadmin,now() +1363,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-failure_SMS,spa,TRUE,superadmin,now() +1364,Request received sms to generate or revoke VID,Request received sms to generate or revoke VID,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-request-received_SMS,spa,TRUE,superadmin,now() +1365,Success sms to generate or revoke VID,Success sms to generate or revoke VID,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-success_SMS,spa,TRUE,superadmin,now() +1421,Locked status,Locked status,txt,velocity,Bloqueado,10006,Resident Services,mosip.locked.template.property,spa,TRUE,superadmin,now() +1366,Failure sms to generate or revoke VID,Failure sms to generate or revoke VID,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,gen-or-revoke-vid-failure_SMS,spa,TRUE,superadmin,now() +1367,Request received sms to get my UIN card,Request received sms to get my UIN card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-request-received_SMS,spa,TRUE,superadmin,now() +1368,Success sms to get my UIN card,Success sms to get my UIN card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-success_SMS,spa,TRUE,superadmin,now() +1369,Failure sms to get my UIN card,Failure sms to get my UIN card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,get-my-uin-card-failure_SMS,spa,TRUE,superadmin,now() +1370,Request received sms to verify my phone and email,Request received sms to verify my phone and email,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-request-received_SMS,spa,TRUE,superadmin,now() +1371,Success sms to verify my phone and email,Success sms to verify my phone and email,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-success_SMS,spa,TRUE,superadmin,now() +1372,Failure sms to verify my phone and email,Failure sms to verify my phone and email,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,verify-my-phone-email-failure_SMS,spa,TRUE,superadmin,now() +1373,Positive purpose to customize and download my card,Positive purpose to customize and download my card,txt,velocity,Se descargó la tarjeta personalizada,10006,Resident Services,cust-and-down-my-card-positive-purpose,spa,TRUE,superadmin,now() +1374,Negative purpose to customize and download my card,Negative purpose to customize and download my card,txt,velocity,Se intentó descargar una tarjeta personalizada,10006,Resident Services,cust-and-down-my-card-negative-purpose,spa,TRUE,superadmin,now() +1375,Positive purpose to order a physical card,Positive purpose to order a physical card,txt,velocity,Se ordenó la tarjeta física,10006,Resident Services,order-a-physical-card-positive purpose,spa,TRUE,superadmin,now() +1376,Negative purpose to order a physical card,Negative purpose to order a physical card,txt,velocity,Se intentó ordenar una tarjeta física,10006,Resident Services,order-a-physical-card-negative purpose,spa,TRUE,superadmin,now() +1377,Positive purpose to share my credential with a partner,Positive purpose to share my credential with a partner,txt,velocity,Se compartieron datos con un socio,10006,Resident Services,share-cred-with-partner-positive-purpose,spa,TRUE,superadmin,now() +1380,Negative purpose to lock/unlock various authentication types,Negative purpose to lock/unlock various authentication types,txt,velocity,Se intentó bloquear/desbloquear tipos de autenticación,10006,Resident Services,lock-unlock-auth-negative-purpose,spa,TRUE,superadmin,now() +1381,Positive Purpose to self update demographic data,Positive Purpose to self update demographic data,txt,velocity,Los datos se actualizaron con éxito,10006,Resident Services,update-demo-data-positive-purpose,spa,TRUE,superadmin,now() +1382,Negative Purpose to self update demographic data,Negative Purpose to self update demographic data,txt,velocity,Se intentó actualizar datos,10006,Resident Services,update-demo-data-negative-purpose,spa,TRUE,superadmin,now() +1383,Positive Purpose to generate or revoke VIDs,Positive Purpose to generate or revoke VIDs,txt,velocity,VID fue $actionPerformed,10006,Resident Services,gen-or-revoke-vid-positive-purpose,spa,TRUE,superadmin,now() +1384,Negative Purpose to generate or revoke VIDs,Negative Purpose to generate or revoke VIDs,txt,velocity,Se intentó $actionPerformed VID,10006,Resident Services,gen-or-revoke-vid-negative-purpose,spa,TRUE,superadmin,now() +1385,Positive purpose to get my UIN card,Positive purpose to get my UIN card,txt,velocity,Se descargó la tarjeta UIN,10006,Resident Services,get-my-uin-card-positive-purpose,spa,TRUE,superadmin,now() +1386,Negative purpose to get my UIN card,Negative purpose to get my UIN card,txt,velocity,Se intentó descargar la tarjeta UIN,10006,Resident Services,get-my-uin-card-negative-purpose,spa,TRUE,superadmin,now() +1387,Positive purpose to verify my phone number and email ID,Positive purpose to verify my phone number and email ID,txt,velocity,$channel fue verificado,10006,Resident Services,verify-my-phone-email-positive-purpose,spa,TRUE,superadmin,now() +1388,Negative purpose to verify my phone number and email ID,Negative purpose to verify my phone number and email ID,txt,velocity,Se intentó verificar $channel,10006,Resident Services,verify-my-phone-email-negative-purpose,spa,TRUE,superadmin,now() +1389,Success summary to customize and download my card,Success summary to customize and download my card,txt,velocity,La tarjeta personalizada se descargó exitosamente,10006,Resident Services,cust-and-down-my-card-success-summary,spa,TRUE,superadmin,now() +1390,Success summary to order a physical card,Success summary to order a physical card,txt,velocity,El pedido de una tarjeta física se realizó con éxito con el socio,10006,Resident Services,order-a-physical-card-success-summary,spa,TRUE,superadmin,now() +1391,Success summary to share my credential with a partner,Success summary to share my credential with a partner,txt,velocity,Sus datos se compartieron exitosamente,10006,Resident Services,share-cred-with-partner-success-summary,spa,TRUE,superadmin,now() +1394,Success summary to generate or revoke VIDs,Success summary to generate or revoke VIDs,txt,velocity,$vidType VID $maskedVID fue $actionPerformed exitosamente,10006,Resident Services,gen-or-revoke-vid-success-summary,spa,TRUE,superadmin,now() +1395,Success summary to get my UIN card,Success summary to get my UIN card,txt,velocity,La tarjeta UIN se descargó exitosamente,10006,Resident Services,get-my-uin-card-success-summary,spa,TRUE,superadmin,now() +1396,Success summary to verify my phone and email,Success summary to verify my phone and email,txt,velocity,Su $channel fue verificado exitosamente,10006,Resident Services,verify-my-phone-email-success-summary,spa,TRUE,superadmin,now() +1397,Receiving OTP mail Subject,Receiving OTP mail Subject,txt,velocity,OTP | $eventDetails,10006,Resident Services,receive-otp-mail-subject,spa,TRUE,superadmin,now() +1398,Receiving OTP Mail Content,Receiving OTP Mail Content,txt,velocity,"Estimado $name,
Utilice OTP $otp para actualizar sus datos.",10006,Resident Services,receive-otp-mail-content,spa,TRUE,superadmin,now() +1399,Receive OTP,Receive OTP,txt,velocity,$eventDetails: Utilice OTP $otp para actualizar sus datos.,10006,Resident Services,receive-otp,spa,TRUE,superadmin,now() +1400,Vid Card Download Positive Purpose,Vid Card Download Positive Purpose,txt,velocity,La tarjeta VID está disponible para descargar,10006,Resident Services,vid-card-download-positive-purpose,spa,TRUE,superadmin,now() +1401,Vid Card Download Negative Purpose,Vid Card Download Negative Purpose,txt,velocity,Se intentó descargar la tarjeta VID,10006,Resident Services,vid-card-download-negative-purpose,spa,TRUE,superadmin,now() +1402,Vid Card Download Positive Summary,Vid Card Download Positive Summary,txt,velocity,La tarjeta VID está disponible para descargar,10006,Resident Services,vid-card-download-positive-summary,spa,TRUE,superadmin,now() +1403,Phone,Phone,txt,velocity,Teléfono,10006,Resident Services,mosip.phone.template.property,spa,TRUE,superadmin,now() +1404,Email,Email,txt,velocity,Correo electrónico,10006,Resident Services,mosip.email.template.property,spa,TRUE,superadmin,now() +1405,Request received email subject to download my VID card,Request received email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-request-received-email-subject,spa,TRUE,superadmin,now() +1406,Success email subject to download my VID card,Success email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-success-email-subject,spa,TRUE,superadmin,now() +1407,Failure email subject to download my VID card,Failure email subject to download my VID card,txt,velocity,Reconocimiento: $eventDetails | ID del evento: $eventId | Estado: $status,10006,Resident Services,vid-card-download-failure-email-subject,spa,TRUE,superadmin,now() +1408,Request received email to download my VID card,Request received email to download my VID card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-request-received-email-content,spa,TRUE,superadmin,now() +1409,Success email to download my VID card,Success email to download my VID card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-success-email-content,spa,TRUE,superadmin,now() +1410,Failure email to download my VID card,Failure email to download my VID card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-failure-email-content,spa,TRUE,superadmin,now() +1411,Request received sms to download my VID card,Request received sms to download my VID card,txt,velocity,"Estimado $name,
Hemos recibido su solicitud para $eventDetails el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-request-received_SMS,spa,TRUE,superadmin,now() +1412,Success sms to download my VID card,Success sms to download my VID card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails se ha completado con éxito el $date a las $time.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-success_SMS,spa,TRUE,superadmin,now() +1413,Failure sms to download my VID card,Failure sms to download my VID card,txt,velocity,"Estimado $name,
Su solicitud para $eventDetails realizada el $date a las $time ha fallado.
Su identificador de evento es #$eventId.
Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,vid-card-download-failure_SMS,spa,TRUE,superadmin,now() +1414,Email otp,Email otp,txt,velocity,Email OTP,10006,Resident Services,mosip.otp-email.template.property,spa,TRUE,superadmin,now() +1415,Phone otp,Phone otp,txt,velocity,Teléfono OTP,10006,Resident Services,mosip.otp-phone.template.property,spa,TRUE,superadmin,now() +1416,Demographic,Demographic,txt,velocity,Demográfico,10006,Resident Services,mosip.demo.template.property,spa,TRUE,superadmin,now() +1417,Finger bio,Finger bio,txt,velocity,Huella Digital,10006,Resident Services,mosip.bio-finger.template.property,spa,TRUE,superadmin,now() +1418,Iris bio,Iris bio,txt,velocity,Iris,10006,Resident Services,mosip.bio-iris.template.property,spa,TRUE,superadmin,now() +1419,Face bio,Face bio,txt,velocity,Rostro,10006,Resident Services,mosip.bio-face.template.property,spa,TRUE,superadmin,now() +1420,Unlocked status,Unlocked status,txt,velocity,Desbloqueado,10006,Resident Services,mosip.unlocked.template.property,spa,TRUE,superadmin,now() +1426,OTP Authentication Success,OTP Authentication Success,txt,velocity,Éxito en la Autenticación OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.Y.descr,spa,TRUE,superadmin,now() +1427,Demo Authentication Success,Demo Authentication Success,txt,velocity,Éxito en la Autenticación de Demostración,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.Y.descr,spa,TRUE,superadmin,now() +1428,Finger Authentication Success,Finger Authentication Success,txt,velocity,Éxito en la Autenticación de Huella Digital,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,spa,TRUE,superadmin,now() +1429,Iris Authentication Success,Iris Authentication Success,txt,velocity,Éxito en la Autenticación de Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.Y.descr,spa,TRUE,superadmin,now() +1430,Face Authentication Success,Face Authentication Success,txt,velocity,Éxito en la Autenticación de Rostro,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.Y.descr,spa,TRUE,superadmin,now() +1431,Pin Authentication Success,Pin Authentication Success,txt,velocity,Éxito en la Autenticación de PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,spa,TRUE,superadmin,now() +1432,Static Pin Store Request Success,Static Pin Store Request Success,txt,velocity,Éxito en la Solicitud de Almacenamiento de PIN Estático,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,spa,TRUE,superadmin,now() +1433,EKYC Authentication Request Success,EKYC Authentication Request Success,txt,velocity,Éxito en la Autenticación EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.Y.descr,spa,TRUE,superadmin,now() +1434,KYC Authentication Request Success,KYC Authentication Request Success,txt,velocity,Éxito en la Autenticación KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.Y.descr,spa,TRUE,superadmin,now() +1435,KYC Exchange Request Success,KYC Exchange Request Success,txt,velocity,Éxito en la Solicitud de Intercambio KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,spa,TRUE,superadmin,now() +1436,Identity Key Binding Request Success,Identity Key Binding Request Success,txt,velocity,Éxito en la Solicitud de Vinculación de Clave de Identidad,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,spa,TRUE,superadmin,now() +1437,Token Request Success,Token Request Success,txt,velocity,Éxito en la Solicitud de Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,spa,TRUE,superadmin,now() +1438,Token based Authentication Success,Token based Authentication Success,txt,velocity,Éxito en la Autenticación basada en Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.Y.descr,spa,TRUE,superadmin,now() +1440,OTP Authentication Failed,OTP Authentication Failed,txt,velocity,Falla en la Autenticación OTP,10006,Resident Services,mosip.ida.auth-request.OTP-AUTH.N.descr,spa,TRUE,superadmin,now() +1441,Demo Authentication Failed,Demo Authentication Failed,txt,velocity,Falla en la Autenticación de Demostración,10006,Resident Services,mosip.ida.auth-request.DEMO-AUTH.N.descr,spa,TRUE,superadmin,now() +1442,Finger Authentication Failed,Finger Authentication Failed,txt,velocity,Falla en la Autenticación de Huella Digital,10006,Resident Services,mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,spa,TRUE,superadmin,now() +1443,Iris Authentication Failed,Iris Authentication Failed,txt,velocity,Falla en la Autenticación de Iris,10006,Resident Services,mosip.ida.auth-request.IRIS-AUTH.N.descr,spa,TRUE,superadmin,now() +1444,Face Authentication Failed,Face Authentication Failed,txt,velocity,Falla en la Autenticación de Rostro,10006,Resident Services,mosip.ida.auth-request.FACE-AUTH.N.descr,spa,TRUE,superadmin,now() +1445,Pin Authentication Failed,Pin Authentication Failed,txt,velocity,Falla en la Autenticación de PIN,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,spa,TRUE,superadmin,now() +1446,Static Pin Store Request Failed,Static Pin Store Request Failed,txt,velocity,Falla en la Solicitud de Almacenamiento de PIN Estático,10006,Resident Services,mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,spa,TRUE,superadmin,now() +1447,EKYC Authentication Request Failed,EKYC Authentication Request Failed,txt,velocity,Falla en la Autenticación EKYC,10006,Resident Services,mosip.ida.auth-request.EKYC-AUTH.N.descr,spa,TRUE,superadmin,now() +1448,KYC Authentication Request Failed,KYC Authentication Request Failed,txt,velocity,Falla en la Autenticación KYC,10006,Resident Services,mosip.ida.auth-request.KYC-AUTH.N.descr,spa,TRUE,superadmin,now() +1449,KYC Exchange Request Failed,KYC Exchange Request Failed,txt,velocity,Falla en la Solicitud de Intercambio KYC,10006,Resident Services,mosip.ida.auth-request.KYC-EXCHANGE.N.descr,spa,TRUE,superadmin,now() +1450,Identity Key Binding Request Failed,Identity Key Binding Request Failed,txt,velocity,Falla en la Solicitud de Vinculación de Clave de Identidad,10006,Resident Services,mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,spa,TRUE,superadmin,now() +1451,Token Request Failed,Token Request Failed,txt,velocity,Falla en la Solicitud de Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-REQUEST.N.descr,spa,TRUE,superadmin,now() +1452,Token based Authentication Failed,Token based Authentication Failed,txt,velocity,Falla en la Autenticación basada en Token,10006,Resident Services,mosip.ida.auth-request.TOKEN-AUTH.N.descr,spa,TRUE,superadmin,now() +1453,Unknown Request/Authentication Success,Unknown Request/Authentication Success,txt,velocity,Solicitud/Éxito de Autenticación Desconocida,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.Y.descr,spa,TRUE,superadmin,now() +1454,Unknown Request/Authentication Failed,Unknown Request/Authentication Failed,txt,velocity,Solicitud/Fallo de Autenticación Desconocida,10006,Resident Services,mosip.ida.auth-request.UNKNOWN.N.descr,spa,TRUE,superadmin,now() +1455,OTP Request,OTP Request,txt,velocity,Solicitud de OTP,10006,Resident Services,mosip.auth-type-code.OTP-REQUEST,spa,TRUE,superadmin,now() +1456,OTP Authentication,OTP Authentication,txt,velocity,Autenticación de OTP,10006,Resident Services,mosip.auth-type-code.OTP-AUTH,spa,TRUE,superadmin,now() +1457,Demo Authentication,Demo Authentication,txt,velocity,Autenticación de Demostración,10006,Resident Services,mosip.auth-type-code.DEMO-AUTH,spa,TRUE,superadmin,now() +1458,Finger Authentication,Finger Authentication,txt,velocity,Autenticación de Huella Digital,10006,Resident Services,mosip.auth-type-code.FINGERPRINT-AUTH,spa,TRUE,superadmin,now() +1459,Iris Authentication,Iris Authentication,txt,velocity,Autenticación de Iris,10006,Resident Services,mosip.auth-type-code.IRIS-AUTH,spa,TRUE,superadmin,now() +1461,Pin Authentication,Pin Authentication,txt,velocity,Autenticación de PIN Estático,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-AUTH,spa,TRUE,superadmin,now() +1462,Static Pin Store Request,Static Pin Store Request,txt,velocity,Almacenamiento de PIN Estático,10006,Resident Services,mosip.auth-type-code.STATIC-PIN-STORAGE,spa,TRUE,superadmin,now() +1463,EKYC Authentication Request,EKYC Authentication Request,txt,velocity,Autenticación EKYC,10006,Resident Services,mosip.auth-type-code.EKYC-AUTH,spa,TRUE,superadmin,now() +1464,KYC Authentication Request,KYC Authentication Request,txt,velocity,Autenticación KYC,10006,Resident Services,mosip.auth-type-code.KYC-AUTH,spa,TRUE,superadmin,now() +1465,KYC Exchange Request,KYC Exchange Request,txt,velocity,Intercambio de KYC,10006,Resident Services,mosip.auth-type-code.KYC-EXCHANGE,spa,TRUE,superadmin,now() +1466,Identity Key Binding Request,Identity Key Binding Request,txt,velocity,Vinculación de Clave de Identidad,10006,Resident Services,mosip.auth-type-code.IDENTITY-KEY-BINDING,spa,TRUE,superadmin,now() +1467,Token Request,Token Request,txt,velocity,Solicitud de Token,10006,Resident Services,mosip.auth-type-code.TOKEN-REQUEST,spa,TRUE,superadmin,now() +1468,Token based Authentication,Token based Authentication,txt,velocity,Autenticación de Token,10006,Resident Services,mosip.auth-type-code.TOKEN-AUTH,spa,TRUE,superadmin,now() +1469,PWD,PWD,txt,velocity,PWD,10006,Resident Services,mosip.auth-type-code.PWD,spa,TRUE,superadmin,now() +1470,PIN,PIN,txt,velocity,PIN,10006,Resident Services,mosip.auth-type-code.PIN,spa,TRUE,superadmin,now() +1471,OTP,OTP,txt,velocity,OTP,10006,Resident Services,mosip.auth-type-code.OTP,spa,TRUE,superadmin,now() +1472,Wallet,Wallet,txt,velocity,Billetera,10006,Resident Services,mosip.auth-type-code.Wallet,spa,TRUE,superadmin,now() +1473,L1-bio-device,L1-bio-device,txt,velocity,Dispositivo biométrico L1,10006,Resident Services,mosip.auth-type-code.L1-bio-device,spa,TRUE,superadmin,now() +1474,Unknown attribute,Unknown attribute,txt,velocity,Desconocido,10006,Resident Services,mosip.template.UNKNOWN,spa,TRUE,superadmin,now() +1475,Authentication Request event type,Authentication Request event type,txt,velocity,Solicitud de Autenticación,10006,Resident Services,mosip.event.type.AUTHENTICATION_REQUEST,spa,TRUE,superadmin,now() +1476,Share Credential With Partner event type,Share Credential With Partner event type,txt,velocity,Compartir Credenciales con Socio,10006,Resident Services,mosip.event.type.SHARE_CRED_WITH_PARTNER,spa,TRUE,superadmin,now() +1477,Download Personalized Card event type,Download Personalized Card event type,txt,velocity,Descargar Tarjeta Personalizada,10006,Resident Services,mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,spa,TRUE,superadmin,now() +1478,Order a Physical Card event type,Order a Physical Card event type,txt,velocity,Ordenar una Tarjeta Física,10006,Resident Services,mosip.event.type.ORDER_PHYSICAL_CARD,spa,TRUE,superadmin,now() +1479,Get UIN Card event type,Get UIN Card event type,txt,velocity,Obtener Tarjeta UIN,10006,Resident Services,mosip.event.type.GET_MY_ID,spa,TRUE,superadmin,now() +1480,Update UIN Data event type,Update UIN Data event type,txt,velocity,Actualizar Datos UIN,10006,Resident Services,mosip.event.type.UPDATE_MY_UIN,spa,TRUE,superadmin,now() +1481,Generate VID event type,Generate VID event type,txt,velocity,Generar VID,10006,Resident Services,mosip.event.type.GENERATE_VID,spa,TRUE,superadmin,now() +1482,Revoke VID event type,Revoke VID event type,txt,velocity,Revocar VID,10006,Resident Services,mosip.event.type.REVOKE_VID,spa,TRUE,superadmin,now() +1483,Secure My ID event type,Secure My ID event type,txt,velocity,Proteger Mi ID,10006,Resident Services,mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,spa,TRUE,superadmin,now() +1484,Download VID Card event type,Download VID Card event type,txt,velocity,Descargar Tarjeta VID,10006,Resident Services,mosip.event.type.VID_CARD_DOWNLOAD,spa,TRUE,superadmin,now() +1485,Send OTP event type,Send OTP event type,txt,velocity,Enviar OTP,10006,Resident Services,mosip.event.type.SEND_OTP,spa,TRUE,superadmin,now() +1486,Verify My Phone/Email event type,Verify My Phone/Email event type,txt,velocity,Verificar Mi Teléfono/Email,10006,Resident Services,mosip.event.type.VALIDATE_OTP,spa,TRUE,superadmin,now() +1487,Default event type,Default event type,txt,velocity,Por Defecto,10006,Resident Services,mosip.event.type.DEFAULT,spa,TRUE,superadmin,now() +1488,Authentication Request service type,Authentication Request service type,txt,velocity,Solicitud de Autenticación,10006,Resident Services,mosip.service.type.AUTHENTICATION_REQUEST,spa,TRUE,superadmin,now() +1489,Service Request service type,Service Request service type,txt,velocity,Solicitud de Servicio,10006,Resident Services,mosip.service.type.SERVICE_REQUEST,spa,TRUE,superadmin,now() +1490,Data Update Request service type,Data Update Request service type,txt,velocity,Solicitud de Actualización de Datos,10006,Resident Services,mosip.service.type.DATA_UPDATE_REQUEST,spa,TRUE,superadmin,now() +1491,ID Management Request service type,ID Management Request service type,txt,velocity,Solicitud de Gestión de ID,10006,Resident Services,mosip.service.type.ID_MANAGEMENT_REQUEST,spa,TRUE,superadmin,now() +1492,Data Share Request service type,Data Share Request service type,txt,velocity,Solicitud de Compartir Datos,10006,Resident Services,mosip.service.type.DATA_SHARE_REQUEST,spa,TRUE,superadmin,now() +1493,Async service type,Async service type,txt,velocity,Asincrónico,10006,Resident Services,mosip.service.type.ASYNC,spa,TRUE,superadmin,now() +1494,All attribute,All attribute,txt,velocity,Todos,10006,Resident Services,mosip.template.ALL,spa,TRUE,superadmin,now() +1648,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,உங்கள் தரவைப் புதுப்பிப்பதற்கான கோரிக்கை வெற்றிகரமாக ரத்து செய்யப்பட்டது,10006,Resident Services,update-demo-data-cancelled-summary,tam,TRUE,superadmin,now() +1652,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,आपके डेटा को अपडेट करने का अनुरोध सफलतापूर्वक रद्द कर दिया गया,10006,Resident Services,update-demo-data-cancelled-purpose,hin,TRUE,superadmin,now() +1495,Acknowledgement for share credential with a partner,Acknowledgement for share credential with a partner,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud del evento

+
+

$timestamp

+
+

ID del evento

+
+

$eventId

+
+

Modo de autenticación

+
+

$authenticationMode

+
+

Tipo de evento

+
+

$eventType

+
+

Propósito

+
+

$purpose

+
+

Estado del evento

+
+

$eventStatus

+
+

Resumen

+
+

$summary

+
+

Detalles de intercambio de datos

+
+

Datos compartidos con el socio

+

 

+

 

+
+

$attributeList

+

 

+
+

Detalles del socio

+
+

Nombre del socio

+
+

$partnerName

+
+

 

+

Para ver el estado del evento, vuelva a Resumen del evento.

+

 

+
+
+ +",10006,Resident Services,acknowledgement-share-cred-with-partner,spa,TRUE,superadmin,now() +1496,List of supporting documents,List of supporting documents,html,velocity," + + + + + + + +
+ +

MOSIP

+ +

Documentos de respaldo

+ + + + + + + + + + + + + +
+

POI (Prueba de Identidad)

+

 

+
+

Especificaciones de los documentos POI (Prueba de Identidad):

+
+

         + 1. Debe contener el nombre completo y una foto clara

+

         + 2. Debe ser válido por al menos los próximos 6 meses

+
+

Documento aceptable:

+

 

+
+

         + 1. Pasaporte

+

         + 2. Tarjeta PAN / e-PAN

+

         + 3. Tarjeta de Foto de Ración / PDS

+

         + 4. Identificación de votante / Identificación de votante electrónica

+

         + 5. Licencia de conducir

+

         + 6. Tarjeta de identidad con foto de servicio emitida por el Gobierno Central / Gobierno Estatal / Gobierno UT / PSU / Bancos

+

         + 7. Tarjeta de foto de pensionista / Tarjeta de foto de luchador por la libertad

+

         + 8. Tarjeta de identificación de discapacidad / certificado médico para discapacitados emitido por los respectivos Gobiernos Central / Estatal / UT

+

         + 9. Libreta de banco con nombre y foto cruzados por funcionario del banco

+

         + 10. Visa válida junto con pasaporte extranjero

+
+

 

+ + + + + + + + + + + + +
+

POA (Prueba de Domicilio)

+

 

+
+

Especificaciones de los documentos POA (Prueba de Domicilio):

+
+

         + 1. Debe contener el nombre completo y la dirección completa

+

         + 2. Debe ser válido por al menos los próximos 6 meses

+
+

Documento aceptable:

+

 

+
+

         + 1. Pasaporte/Pasaporte del cónyuge/Pasaporte de los padres (en caso de menores)

+

         + 2. Estado de cuenta bancario (con sello del banco y firma del funcionario del banco)/Libreta/Estado de cuenta de la Oficina de Correos/Libreta

+

         + 3. Tarjeta de Ración

+

         + 4. Identificación de votante/Identificación de votante electrónica

+

         + 5. Licencia de conducir

+

         6. Tarjeta de identidad con foto de servicio emitida por PSU/Bancos/Gobiernos Estatales/Centrales

+

         7. Tarjeta de pensionista/Tarjeta de luchador por la libertad

+

         8. Libreta Kissan

+

         9. Tarjeta CGHS/ECHS/ESIC/Medi-Claim con foto emitida por Gobiernos Estatales/Centrales/PSUs

+

         10. Tarjeta de identificación con foto/Certificado con dirección emitido por el Gobierno Central/Estatal

+

         11. Tarjeta de identificación con foto/Certificado con dirección emitido por el Gobierno Central/Estatal

+
+

 

+

 

+ + + + + + + + + + + + +
+

POR (Prueba de Parentesco)

+

 

+
+

Especificaciones de los documentos POR (Prueba de Parentesco):

+
+

         + 1. Debe contener el nombre completo del Presentador y una foto clara

+

         + 2. Debe contener el nombre completo del solicitante y una foto clara

+

         + 3. La relación entre el Presentador y el residente debe mencionarse claramente

+

         + 4. Todos los documentos presentados deben ser válidos durante al menos los próximos 6 meses

+
+

Documento aceptable:

+
+

         + 1. Pasaporte del cónyuge/Pasaporte de los padres (en caso de menores)

+

         + 2. Tarjeta de Ración/Tarjeta de PDS

+

         + 3. Tarjeta Medi-Claim con foto emitida por Gobiernos Centrales/Estatales/PSUs

+

         + 4. Tarjeta de pensionista

+

         + 5. Certificado de nacimiento emitido por el Registro de Nacimientos, Corporación Municipal y otros organismos gubernamentales locales notificados

+

         + 6. Cualquier otro documento de derecho familiar emitido por el gobierno central/estatal

+

         + 7. Certificado de matrimonio emitido por el gobierno

+

         + 8. Tarjeta de identificación con foto emitida por el Gobierno Central/Estatal, como la tarjeta del ejército, etc.

+

         + 9. Tarjeta de alta/descripción emitida por hospitales gubernamentales/privados para el nacimiento de un niño (solo para niños de 0 a 5 años)

+

         + 10. Autodeclaración del Jefe de Familia (HoF) certificando la relación con el residente que reside en la misma dirección que el HoF

+
+

 

+ +

 

+ + + + + + + + + + + + + + +
+

DOB (Fecha de Nacimiento)

+

 

+
+

Especificaciones de los documentos de DOB (Fecha de Nacimiento):

+
+

         1. Debe contener el Nombre Completo, una foto clara y la Fecha de Nacimiento

+

         2. Debe ser válido durante al menos los próximos 6 meses

+
+

Documento aceptable:

+

 

+
+

         1. Certificado de Nacimiento

+

         2. Pasaporte

+

         3. Tarjeta PAN/e-PAN

+

         4. Tarjeta de identidad con foto de servicio emitida por el Gobierno Central/Estatal/Gobierno de la Unión/PSU/Bancos

+

         5. Tarjeta de identificación con foto que tenga la Fecha de Nacimiento, emitida por una Institución Educativa Reconocida

+

         6. Tarjeta de identidad escolar válida/Tarjeta de identidad emitida por instituciones educativas reconocidas

+

         7. Factura de Conexión de Gas

+

         8. Certificado de Matrimonio emitido por el Gobierno que contenga el Nombre y la Dirección

+

         9. Acuerdo de Venta/Alquiler Registrado

+

         10. Factura de Teléfono Fijo/ Factura de Teléfono Móvil (Pospago)/ Factura de Banda Ancha

+
+ +

 

+ +

 

+ +

 

+ +
+ + + + ",10006,Resident Services,supporting-docs-list,spa,TRUE,superadmin,now() +1497,Acknowledgement for manage my vid,Acknowledgement for manage my vid,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de solicitud de evento

+

$timestamp

+

Identificación del evento

+

$eventId

+

Modo de autenticación

+

$authenticationMode

+

Tipo de evento

+

$eventType

+

Estado del evento

+

$eventStatus

+

Resumen

+

$summary

+

 

+

Para ver el estado de su evento, regrese a resumen del evento.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-manage-my-vid,spa,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,إلغاء - فسخ,10006,Resident Services,mosip.revoked.template.property,ara,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,जेनरेट,10006,Resident Services,mosip.generated.template.property,hin,TRUE,superadmin,now() +1498,Acknowledgement for order a physical card,Acknowledgement for order a physical card,html,velocity," + + +
+
+

+ + MOSIP + +

+

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ + Detalles de la solicitud + +

+
+

+ Marca de tiempo de solicitud del evento +

+
+

+ $timestamp +

+
+

+ ID de evento +

+
+

+ $eventId +

+
+

+ Modo de autenticación +

+
+

+ $authenticationMode +

+
+

+ Tipo de evento +

+
+

+ $eventType +

+
+

+ Estado del evento +

+
+

+ $eventStatus +

+
+

+ Resumen +

+
+

+ $summary +

+
+

+   +

+

+ Para ver el estado de su evento, regrese a  + + resumen del evento + + . +

+

+   +

+
+
+ + +",10006,Resident Services,acknowledgement-order-a-physical-card,spa,TRUE,superadmin,now() +1499,Acknowledgement for Download a personalized card,Acknowledgement for Download a personalized card,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud de evento

+

$timestamp

+

ID del evento

+

$eventId

+

Modo de autenticación

+

$authenticationMode

+

Tipo de evento

+

$eventType

+

Estado del evento

+

$eventStatus

+

Resumen

+

$summary

+

Detalles de la tarjeta

+
+

Atributos añadidos a la tarjeta

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

Para ver el estado de su evento, regrese a resumen del evento.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-download-a-personalized-card,spa,TRUE,superadmin,now() +1649,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Solicitud de Actualización de tus datos cancelada exitosamente,10006,Resident Services,update-demo-data-cancelled-summary,spa,TRUE,superadmin,now() +1655,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Solicitud de Actualización de tus datos cancelada exitosamente,10006,Resident Services,update-demo-data-cancelled-purpose,spa,TRUE,superadmin,now() +1650,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Demande de mise à jour de vos données annulée avec succès,10006,Resident Services,update-demo-data-cancelled-purpose,fra,TRUE,superadmin,now() +1651,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ألغيت,تم إلغاء طلب تحديث بياناتك بنجاح,Resident Services,update-demo-data-cancelled-purpose,ara,TRUE,superadmin,now() +1500,Acknowledgement for Update demographic data,Acknowledgement for Update demographic data,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud de evento

+

$timestamp

+

ID de evento

+

$eventId

+

Modo de autenticación

+

$authenticationMode

+

Tipo de evento

+

$eventType

+

Estado del evento

+

$eventStatus

+

Resumen

+

$summary

+

Detalles de la actualización

+
+

Atributos agregados a la tarjeta

+

 

+

 

+
+

$attributeList

+

 

+
+ +

 

+ +

Para ver el estado de su evento, regrese a resumen del evento.

+ +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-update-demographic-data,spa,TRUE,superadmin,now() +1501,Acknowledgement for verify email id or phone number,Acknowledgement for verify email id or phone number,html,velocity," + + + +
+
+

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de solicitud del evento

+

$timestamp

+

ID de evento

+

$eventId

+

Modo de autenticación

+

$authenticationMode

+

Tipo de evento

+

$eventType

+

Estado del evento

+

$eventStatus

+

Resumen

+

$summary

+

Detalles de la verificación

+
+

Canal que se verificó

+

 

+

 

+
+

$channel

+

 

+
+

 

+

Para ver el estado de su evento, regrese a resumen del evento.

+

 

+
+
+ + +",10006,Resident Services,acknowledgement-verify-email-id-or-phone-number,spa,TRUE,superadmin,now() +1502,Acknowledgement for Secure my Id,Acknowledgement for Secure my Id,html,velocity," + + + + + + + +
+ +
+ +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud del evento

+
+

$timestamp

+
+

ID del evento

+
+

$eventId

+
+

Modo de autenticación

+
+

$authenticationMode

+
+

Tipo de evento

+
+

$eventType

+
+

Estado del evento

+
+

$eventStatus

+
+

Resumen

+
+

$summary

+
+ +

 

+ +

Para ver el estado de su evento, regrese a resumen del evento.

+ + +

 

+ +
+ +
+ + + + +",10006,Resident Services,acknowledgement-secure-my-id,spa,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,निरस्त,10006,Resident Services,mosip.revoked.template.property,hin,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,ರಚಿಸಲಾಗಿದೆ,10006,Resident Services,mosip.generated.template.property,kan,TRUE,superadmin,now() +1503,List of registration centers,List of registration centers,html,velocity," + + + + + + Centros de Registro + + + + +

MOSIP

+ +

+ Centros de Registro +

+ +

 

+ + + + + + + + + + #foreach($dto in $regCenterIntialList) + + + + + + + + #end +
+

+ Número de Serie +

+
+

+ Nombre del Centro de Registro +

+
+

+ Dirección del Centro de Registro +

+
+

+ Número de Contacto +

+
+

+ Días de la Semana | Horarios +

+
+

+ $dto.serialNumber +

+
+

+ $dto.name +

+
+

+ $dto.fullAddress +

+
+

+ $dto.contactPhone +

+
+

+ $dto.workingHours +

+
+









+ + +",10006,Resident Services,registration-centers-list,spa,TRUE,superadmin,now() +1504,Acknwoldegement service history type,Acknwoldegement service history type,html,velocity," + + +Página de inicio + +

MOSIP

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

+ Detalles de la solicitud +

+
+

+ Marca de tiempo de la solicitud de evento +

+
+

+ $eventReqTimeStamp +

+
+

+ Fecha de inicio +

+
+

+ $fromDate +

+
+

+ Fecha de fin +

+
+

+ $toDate +

+
+

+ Tipo de historial +

+
+

+ $serviceType +

+
+

+ Estado +

+
+

+ $statusFilter +

+
+

+ + + + + + + + + #foreach($dto in $serviceHistoryDtlsList) + + + + + + + + #end +
+

+ N.º +

+
+

+ ID del evento +

+
+

+ Descripción +

+
+

+ Marca de tiempo +

+
+

+ Estado +

+
+

+ $dto.serialNumber +

+
+

+ $dto.eventId +

+
+

+ $dto.description +

+
+

+ $dto.timeStamp +

+
+

+ $dto.eventStatus +

+
+






+ + +",10006,Resident Services,service-history-type,spa,TRUE,superadmin,now() +1601,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"عزيزي $name،
+ فشل طلب هوية التحديث لمعرف الحدث: #$eventId. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-failure-email-content,ara,TRUE,superadmin,now() +1505,Acknowledgment Authentication Request,Acknowledgment Authentication Request,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud de evento

+
+

$timestamp

+
+

ID de evento

+
+

$eventId

+
+

Modo de autenticación

+
+

$authenticationMode

+
+

Tipo de evento

+
+

$eventType

+
+

Estado del evento

+
+

$eventStatus

+
+

Resumen

+
+

$summary

+
+

 

+

Para ver el estado de su evento, regrese a resumen del evento.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-authentication-request,spa,TRUE,superadmin,now() +1506,Acknowledment Get My Id,Acknowledment Get My Id,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud de evento

+
+

$timestamp

+
+

ID del evento

+
+

$eventId

+
+

Modo de autenticación

+
+

$authenticationMode

+
+

Tipo de evento

+
+

$eventType

+
+

Estado del evento

+
+

$eventStatus

+
+

Resumen

+
+

$summary

+
+

 

+

Para ver el estado de su evento, regrese a resumen del evento.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-get-my-id,spa,TRUE,superadmin,now() +1507,Acknowledgment vid card download,Acknowledgment vid card download,html,velocity," + + + +
+
+

MOSIP

+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Detalles de la solicitud

+
+

Marca de tiempo de la solicitud del evento

+
+

$timestamp

+
+

ID del evento

+
+

$eventId

+
+

Modo de autenticación

+
+

$authenticationMode

+
+

Tipo de evento

+
+

$eventType

+
+

Estado del evento

+
+

$eventStatus

+
+

Resumen

+
+

$summary

+
+

 

+

Para ver el estado de su evento, regrese a resumen del evento.

+

 

+
+
+ + +",10006,Resident Services,acknowledgment-vid-card-download,spa,TRUE,superadmin,now() +1508,Vid Card Type,Vid Card Type,html,velocity," + + + + + + + + + + +
+ +

+mosip +Tipo de ID: Tarjeta VID

+ +

imagenNombre: $nombre

+ +

Fecha de Nacimiento: $fechaDeNacimiento

+ +

VID: $vid

+ +

Tipo de VID: $tipoDeVid

+ +

Generado el: $generadoElMarcaDeTiempo

+ +

Vence el: $marcaDeTiempoDeExpiracion

+ +

Transacciones restantes: $conteoDeTransaccionesRestantes

+ +
+ + + +",10006,Resident Services,vid-card-type,spa,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,generated,10006,Resident Services,mosip.generated.template.property,eng,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,revoked,10006,Resident Services,mosip.revoked.template.property,eng,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,généré,10006,Resident Services,mosip.generated.template.property,fra,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,révoqué,10006,Resident Services,mosip.revoked.template.property,fra,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,ولدت,10006,Resident Services,mosip.generated.template.property,ara,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,ಹಿಂಪಡೆಯಲಾಗಿದೆ,10006,Resident Services,mosip.revoked.template.property,kan,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,உருவாக்கப்பட்டது,10006,Resident Services,mosip.generated.template.property,tam,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,ரத்து செய்யப்பட்டது,10006,Resident Services,mosip.revoked.template.property,tam,TRUE,superadmin,now() +1509,Generated,Generated,txt,velocity,generado,10006,Resident Services,mosip.generated.template.property,spa,TRUE,superadmin,now() +1510,Revoked,Revoked,txt,velocity,revocado,10006,Resident Services,mosip.revoked.template.property,spa,TRUE,superadmin,now() +1644,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Demande de mise à jour de vos données annulée avec succès,10006,Resident Services,update-demo-data-cancelled-summary,fra,TRUE,superadmin,now() +1645,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ألغيت,تم إلغاء طلب تحديث بياناتك بنجاح,Resident Services,update-demo-data-cancelled-summary,ara,TRUE,superadmin,now() +1646,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,आपके डेटा को अपडेट करने का अनुरोध सफलतापूर्वक रद्द कर दिया गया,10006,Resident Services,update-demo-data-cancelled-summary,hin,TRUE,superadmin,now() +1647,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,update-demo-data-cancelled-summary,kan,TRUE,superadmin,now() +1653,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,ನಿಮ್ಮ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ವಿನಂತಿಯನ್ನು ಯಶಸ್ವಿಯಾಗಿ ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,update-demo-data-cancelled-purpose,kan,TRUE,superadmin,now() +1654,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,உங்கள் தரவைப் புதுப்பிப்பதற்கான கோரிக்கை வெற்றிகரமாக ரத்து செய்யப்பட்டது,10006,Resident Services,update-demo-data-cancelled-purpose,tam,TRUE,superadmin,now() +1572,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,eng,TRUE,superadmin,now() +1574,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,eng,TRUE,superadmin,now() +1575,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Dear $name,
+ Update identity request failed for the event ID: #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-regproc-failure-email-content,eng,TRUE,superadmin,now() +1576,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Dear $name,
+ Your request to update data is successful against the event ID: #$eventId.
+ You will be notified further when card is ready to download.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-regproc-success_SMS,eng,TRUE,superadmin,now() +1577,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Dear $name,
+ Update identity request failed for the event ID: #$eventId.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-regproc-failure_SMS,eng,TRUE,superadmin,now() +1573,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Dear $name,
+ Your request to update data is successful against the event ID: $eventId.
+ You will be notified further when card is ready to download.
+ Log in to the official website $trackServiceRequestLink for further details.
",10006,Resident Services,update-demo-data-regproc-success-email-content,eng,TRUE,superadmin,now() +1578,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,spa,TRUE,superadmin,now() +1579,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,kan,TRUE,superadmin,now() +1582,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,fra,TRUE,superadmin,now() +1584,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"عزيزي $name،
+ لقد نجح طلبك لتحديث البيانات مقابل معرف الحدث: #$eventId. <ر> + سيتم إعلامك أيضًا عندما تكون البطاقة جاهزة للتنزيل. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-success-email-content,ara,TRUE,superadmin,now() +1585,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," ಆತ್ಮೀಯ $name,
+ ಈವೆಂಟ್ ಐಡಿಗೆ ವಿರುದ್ಧವಾಗಿ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId.
+ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.
+ ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್‌ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-regproc-success-email-content,kan,TRUE,superadmin,now() +1602,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"عزيزي $name،
+ لقد نجح طلبك لتحديث البيانات مقابل معرف الحدث: #$eventId. <ر> + سيتم إعلامك أيضًا عندما تكون البطاقة جاهزة للتنزيل. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-success_SMS,ara,TRUE,superadmin,now() +1580,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,tam,TRUE,superadmin,now() +1581,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,hin,TRUE,superadmin,now() +1583,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-regproc-success-email-subject,ara,TRUE,superadmin,now() +1586,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," அன்புள்ள $name,
+ நிகழ்வு ஐடி: #$eventId க்கு எதிராக தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது.
+ கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.
+ மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக.
",10006,Resident Services,update-demo-data-regproc-success-email-content,tam,TRUE,superadmin,now() +1587,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Cher $name,
+ Votre demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId.
+ Vous serez informé en outre lorsque la carte sera prête à être téléchargée.
+ Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-regproc-success-email-content,fra,TRUE,superadmin,now() +1588,Success email to self update demographic data,Success email to self update demographic data,txt,velocity," प्रिय $name,
+ डेटा अपडेट करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId.
+ जब कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।
+ अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-regproc-success-email-content,hin,TRUE,superadmin,now() +1589,Success email to self update demographic data,Success email to self update demographic data,txt,velocity,"Estimado $name,
+ Su solicitud para actualizar los datos se realizó correctamente con el ID del evento: #$eventId.
+ Se le notificará más cuando la tarjeta esté lista para descargar.
+ Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-regproc-success-email-content,spa,TRUE,superadmin,now() +1590,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,spa,TRUE,superadmin,now() +1591,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $ status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,kan,TRUE,superadmin,now() +1592,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: الحالة $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,ara,TRUE,superadmin,now() +1593,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,fra,TRUE,superadmin,now() +1594,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,hin,TRUE,superadmin,now() +1595,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-regproc-failure-email-subject,tam,TRUE,superadmin,now() +1596,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"அன்புள்ள $name,
+ நிகழ்வு ஐடிக்கான அடையாளக் கோரிக்கையைப் புதுப்பிக்க முடியவில்லை: #$eventId.
+ மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக.
",10006,Resident Services,update-demo-data-regproc-failure-email-content,tam,TRUE,superadmin,now() +1597,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name,
+ ಈವೆಂಟ್ ಐಡಿಗಾಗಿ ಅಪ್‌ಡೇಟ್ ಗುರುತಿನ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ: #$eventId.
+ ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್‌ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-regproc-failure-email-content,kan,TRUE,superadmin,now() +1598,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Estimado $name,
+ La solicitud de actualización de identidad falló para el ID del evento: #$eventId.
+ Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-regproc-failure-email-content,spa,TRUE,superadmin,now() +1615,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Dear $name,
Your request to cancel data update request is successful against the event ID: #$eventId.
You can now request for another data Update request.
",10006,Resident Services,update-demo-data-discarded-email-content,eng,TRUE,superadmin,now() +1599,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"प्रिय $name,
+ इवेंट आईडी के लिए अद्यतन पहचान अनुरोध विफल रहा: #$eventId.
+ अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-regproc-failure-email-content,hin,TRUE,superadmin,now() +1600,Failure email to self update demographic data,Failure email to self update demographic data,txt,velocity,"Cher $name,
+ La demande de mise à jour de l'identité a échoué pour l'ID d'événement : #$eventId.
+ Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-regproc-failure-email-content,fra,TRUE,superadmin,now() +1603,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"அன்புள்ள $name,
+ நிகழ்வு ஐடி: #$eventId க்கு எதிராக தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது.
+ கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.
+ மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக.
",10006,Resident Services,update-demo-data-regproc-success_SMS,tam,TRUE,superadmin,now() +1604,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Estimado $name,
+ Su solicitud para actualizar los datos se realizó correctamente con el ID del evento: #$eventId.
+ Se le notificará más cuando la tarjeta esté lista para descargar.
+ Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-regproc-success_SMS,spa,TRUE,superadmin,now() +1605,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"Cher $name,
+ Votre demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId.
+ Vous serez informé en outre lorsque la carte sera prête à être téléchargée.
+ Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-regproc-success_SMS,fra,TRUE,superadmin,now() +1606,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name,
+ ಈವೆಂಟ್ ಐಡಿಗೆ ವಿರುದ್ಧವಾಗಿ ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId.
+ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.
+ ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್‌ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-regproc-success_SMS,kan,TRUE,superadmin,now() +1607,Success sms to self update demographic data,Success sms to self update demographic data,txt,velocity,"प्रिय $name,
+ डेटा अपडेट करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId.
+ जब कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।
+ अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-regproc-success_SMS,hin,TRUE,superadmin,now() +1608,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name,
+ ಈವೆಂಟ್ ಐಡಿಗಾಗಿ ಅಪ್‌ಡೇಟ್ ಗುರುತಿನ ವಿನಂತಿಯು ವಿಫಲವಾಗಿದೆ: #$eventId.
+ ಹೆಚ್ಚಿನ ವಿವರಗಳಿಗಾಗಿ ಅಧಿಕೃತ ವೆಬ್‌ಸೈಟ್ $trackServiceRequestLink ಗೆ ಲಾಗ್ ಇನ್ ಮಾಡಿ.
",10006,Resident Services,update-demo-data-regproc-failure_SMS,kan,TRUE,superadmin,now() +1609,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"प्रिय $name,
+ इवेंट आईडी के लिए अद्यतन पहचान अनुरोध विफल रहा: #$eventId.
+ अधिक जानकारी के लिए आधिकारिक वेबसाइट $trackServiceRequestLink पर लॉग इन करें।
",10006,Resident Services,update-demo-data-regproc-failure_SMS,hin,TRUE,superadmin,now() +1610,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Cher $name,
+ La demande de mise à jour de l'identité a échoué pour l'ID d'événement : #$eventId.
+ Connectez-vous au site officiel $trackServiceRequestLink pour plus de détails.
",10006,Resident Services,update-demo-data-regproc-failure_SMS,fra,TRUE,superadmin,now() +1611,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"Estimado $name,
+ La solicitud de actualización de identidad falló para el ID del evento: #$eventId.
+ Inicie sesión en el sitio web oficial $trackServiceRequestLink para obtener más detalles.
",10006,Resident Services,update-demo-data-regproc-failure_SMS,spa,TRUE,superadmin,now() +1612,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"அன்புள்ள $name,
+ நிகழ்வு ஐடிக்கான அடையாளக் கோரிக்கையைப் புதுப்பிக்க முடியவில்லை: #$eventId.
+ மேலும் விவரங்களுக்கு அதிகாரப்பூர்வ இணையதளமான $trackServiceRequestLink இல் உள்நுழைக.
",10006,Resident Services,update-demo-data-regproc-failure_SMS,tam,TRUE,superadmin,now() +1613,Failure sms to self update demographic data,Failure sms to self update demographic data,txt,velocity,"عزيزي $name،
+ فشل طلب هوية التحديث لمعرف الحدث: #$eventId. <ر> + قم بتسجيل الدخول إلى الموقع الرسمي $trackServiceRequestLink لمزيد من التفاصيل. <ر>",10006,Resident Services,update-demo-data-regproc-failure_SMS,ara,TRUE,superadmin,now() +1616,Success email subject to self update demographic data,Success email subject to self update demographic data,txt,velocity,Acknowledgement: $eventDetails | event ID: $eventId | Status: $status,10006,Resident Services,update-demo-data-discarded-email-subject,eng,TRUE,superadmin,now() +1614,Success SMS to self update demographic data,Success SMS to self update demographic data,txt,velocity,"Dear $name,
Your request to cancel data update request is successful against the event ID: #$eventId.
You can now request for another data Update request.
",10006,Resident Services,update-demo-data-discarded-SMS,eng,TRUE,superadmin,now() +1617,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,عزيزي $name،
لقد تم قبول طلبك لإلغاء طلب تحديث البيانات وفقًا لمعرف الحدث: #$eventId.
يمكنك الآن طلب طلب آخر لتحديث البيانات. <ر>,10006,Resident Services,update-demo-data-discarded-email-content,ara,TRUE,superadmin,now() +1618,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"அன்புள்ள $name,
தரவு புதுப்பிப்பு கோரிக்கையை ரத்து செய்வதற்கான உங்கள் கோரிக்கை நிகழ்வு ஐடிக்கு எதிராக வெற்றிகரமாக உள்ளது: #$eventId.
நீங்கள் இப்போது மற்றொரு தரவு புதுப்பிப்பு கோரிக்கையை கோரலாம்.
",10006,Resident Services,update-demo-data-discarded-email-content,tam,TRUE,superadmin,now() +1619,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para cancelar la solicitud de actualización de datos se realizó correctamente con el ID del evento: #$eventId.
Ahora puede solicitar otra solicitud de actualización de datos.
",10006,Resident Services,update-demo-data-discarded-email-content,spa,TRUE,superadmin,now() +1620,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"Cher $name,
Votre demande d'annulation de la demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId.
Vous pouvez maintenant demander une autre demande de mise à jour des données.
",10006,Resident Services,update-demo-data-discarded-email-content,fra,TRUE,superadmin,now() +1621,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"प्रिय $name,
डेटा अपडेट अनुरोध को रद्द करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId।
अब आप किसी अन्य डेटा अपडेट अनुरोध के लिए अनुरोध कर सकते हैं।
",10006,Resident Services,update-demo-data-discarded-email-content,hin,TRUE,superadmin,now() +1622,Success email content to self update demographic data,Success email content to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name,
ಈವೆಂಟ್ ID ಯ ವಿರುದ್ಧ ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸುವ ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId.
ನೀವು ಈಗ ಮತ್ತೊಂದು ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಗಾಗಿ ವಿನಂತಿಸಬಹುದು.
",10006,Resident Services,update-demo-data-discarded-email-content,kan,TRUE,superadmin,now() +1623,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,عزيزي $name،
لقد تم قبول طلبك لإلغاء طلب تحديث البيانات وفقًا لمعرف الحدث: #$eventId.
يمكنك الآن طلب طلب آخر لتحديث البيانات. <ر>,10006,Resident Services,update-demo-data-discarded-SMS,ara,TRUE,superadmin,now() +1635,Cancelled event status,Cancelled event status,txt,velocity,Cancelled,10006,Resident Services,mosip.event.status.cancelled.template,eng,TRUE,superadmin,now() +1637,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Request to Update your data cancelled successfully,10006,Resident Services,update-demo-data-cancelled-purpose,eng,TRUE,superadmin,now() +1636,Cancelled summary to self update demographic data,Cancelled summary to self update demographic data,txt,velocity,Request to Update your data cancelled successfully,10006,Resident Services,update-demo-data-cancelled-summary,eng,TRUE,superadmin,now() +1638,Cancelled event status,Cancelled event status,txt,velocity,Annulé,10006,Resident Services,mosip.event.status.cancelled.template,fra,TRUE,superadmin,now() +1639,Cancelled event status,Cancelled event status,txt,velocity,ألغيت,10006,Resident Services,mosip.event.status.cancelled.template,ara,TRUE,superadmin,now() +1640,Cancelled event status,Cancelled event status,txt,velocity,रद्द,10006,Resident Services,mosip.event.status.cancelled.template,hin,TRUE,superadmin,now() +1641,Cancelled event status,Cancelled event status,txt,velocity,ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ,10006,Resident Services,mosip.event.status.cancelled.template,kan,TRUE,superadmin,now() +1642,Cancelled event status,Cancelled event status,txt,velocity,ரத்து செய்யப்பட்டது,10006,Resident Services,mosip.event.status.cancelled.template,tam,TRUE,superadmin,now() +1624,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"அன்புள்ள $name,
தரவு புதுப்பிப்பு கோரிக்கையை ரத்து செய்வதற்கான உங்கள் கோரிக்கை நிகழ்வு ஐடிக்கு எதிராக வெற்றிகரமாக உள்ளது: #$eventId.
நீங்கள் இப்போது மற்றொரு தரவு புதுப்பிப்பு கோரிக்கையை கோரலாம்.
",10006,Resident Services,update-demo-data-discarded-SMS,tam,TRUE,superadmin,now() +1625,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"Estimado $name,
Su solicitud para cancelar la solicitud de actualización de datos se realizó correctamente con el ID del evento: #$eventId.
Ahora puede solicitar otra solicitud de actualización de datos.
",10006,Resident Services,update-demo-data-discarded-SMS,spa,TRUE,superadmin,now() +1626,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"Cher $name,
Votre demande d'annulation de la demande de mise à jour des données a abouti par rapport à l'ID d'événement : #$eventId.
Vous pouvez maintenant demander une autre demande de mise à jour des données.
",10006,Resident Services,update-demo-data-discarded-SMS,fra,TRUE,superadmin,now() +111113,Android Registration Ack Template,,txt,,,10002,Client dinscription,reg-android-ack-template-part,fra,FALSE,8122,now() +1627,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"प्रिय $name,
डेटा अपडेट अनुरोध को रद्द करने का आपका अनुरोध इवेंट आईडी के विरुद्ध सफल है: #$eventId।
अब आप किसी अन्य डेटा अपडेट अनुरोध के लिए अनुरोध कर सकते हैं।
",10006,Resident Services,update-demo-data-discarded-SMS,hin,TRUE,superadmin,now() +1628,Failure SMS to self update demographic data,Failure SMS to self update demographic data,txt,velocity,"ಆತ್ಮೀಯ $name,
ಈವೆಂಟ್ ID ಯ ವಿರುದ್ಧ ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಯನ್ನು ರದ್ದುಗೊಳಿಸುವ ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ: #$eventId.
ನೀವು ಈಗ ಮತ್ತೊಂದು ಡೇಟಾ ಅಪ್‌ಡೇಟ್ ವಿನಂತಿಗಾಗಿ ವಿನಂತಿಸಬಹುದು.
",10006,Resident Services,update-demo-data-discarded-SMS,kan,TRUE,superadmin,now() +1629,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Acuse de recibo: $eventDetails | ID de evento: $eventId | Estado: $status,10006,Resident Services,update-demo-data-discarded-email-subject,spa,TRUE,superadmin,now() +1630,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ಸ್ವೀಕೃತಿ: $eventDetails | ಈವೆಂಟ್ ಐಡಿ: $eventId | ಸ್ಥಿತಿ: $status,10006,Resident Services,update-demo-data-discarded-email-subject,kan,TRUE,superadmin,now() +1631,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,ஒப்புகை: $eventDetails | நிகழ்வு ஐடி: $eventId | நிலை: $status,10006,Resident Services,update-demo-data-discarded-email-subject,tam,TRUE,superadmin,now() +1632,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,अभिस्वीकृति: $eventDetails | ईवेंट आईडी: $eventId | स्थिति: $status,10006,Resident Services,update-demo-data-discarded-email-subject,hin,TRUE,superadmin,now() +1633,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,Accusé de réception : $eventDetails | ID d'événement : $eventId | Statut : $status,10006,Resident Services,update-demo-data-discarded-email-subject,fra,TRUE,superadmin,now() +1634,Failure email subject to self update demographic data,Failure email subject to self update demographic data,txt,velocity,شكر وتقدير: $eventDetails | معرف الحدث: $eventId | الحالة: $status,10006,Resident Services,update-demo-data-discarded-email-subject,ara,TRUE,superadmin,now() +1643,Cancelled event status,Cancelled event status,txt,velocity,Cancelada,10006,Resident Services,mosip.event.status.cancelled.template,spa,TRUE,superadmin,now() +1663,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Your request to update data is successful. You will be notified further when your card is ready to download.,10006,Resident Services,update-demo-data-regproc-success-purpose,eng,TRUE,superadmin,now() +1664,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Su solicitud de actualización de datos fue exitosa. Se le notificará más cuando su tarjeta esté lista para descargar.,10006,Resident Services,update-demo-data-regproc-success-purpose,spa,TRUE,superadmin,now() +1665,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ನಿಮ್ಮ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.,10006,Resident Services,update-demo-data-regproc-success-purpose,kan,TRUE,superadmin,now() +1666,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. உங்கள் கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.,10006,Resident Services,update-demo-data-regproc-success-purpose,tam,TRUE,superadmin,now() +1667,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,डेटा अपडेट करने का आपका अनुरोध सफल है. जब आपका कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।,10006,Resident Services,update-demo-data-regproc-success-purpose,hin,TRUE,superadmin,now() +1668,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Votre demande de mise à jour des données a abouti. Vous serez informé en outre lorsque votre carte sera prête à être téléchargée.,10006,Resident Services,update-demo-data-regproc-success-purpose,fra,TRUE,superadmin,now() +1669,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,طلبك لتحديث البيانات ناجح. سيتم إعلامك أيضًا عندما تكون بطاقتك جاهزة للتنزيل.,10006,Resident Services,update-demo-data-regproc-success-purpose,ara,TRUE,superadmin,now() +1656,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Your request to update data is successful. You will be notified further when your card is ready to download.,10006,Resident Services,update-demo-data-regproc-success-summary,eng,TRUE,superadmin,now() +1657,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Su solicitud de actualización de datos fue exitosa. Se le notificará más cuando su tarjeta esté lista para descargar.,10006,Resident Services,update-demo-data-regproc-success-summary,spa,TRUE,superadmin,now() +1658,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,ಡೇಟಾವನ್ನು ನವೀಕರಿಸಲು ನಿಮ್ಮ ವಿನಂತಿಯು ಯಶಸ್ವಿಯಾಗಿದೆ. ನಿಮ್ಮ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾದಾಗ ನಿಮಗೆ ಹೆಚ್ಚಿನ ಸೂಚನೆ ನೀಡಲಾಗುತ್ತದೆ.,10006,Resident Services,update-demo-data-regproc-success-summary,kan,TRUE,superadmin,now() +1659,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,தரவைப் புதுப்பிப்பதற்கான உங்கள் கோரிக்கை வெற்றிகரமாக உள்ளது. உங்கள் கார்டு பதிவிறக்கத் தயாரானதும் உங்களுக்கு மேலும் தெரிவிக்கப்படும்.,10006,Resident Services,update-demo-data-regproc-success-summary,tam,TRUE,superadmin,now() +1660,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,डेटा अपडेट करने का आपका अनुरोध सफल है. जब आपका कार्ड डाउनलोड करने के लिए तैयार हो जाएगा तो आपको आगे सूचित किया जाएगा।,10006,Resident Services,update-demo-data-regproc-success-summary,hin,TRUE,superadmin,now() +1661,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,Votre demande de mise à jour des données a abouti. Vous serez informé en outre lorsque votre carte sera prête à être téléchargée.,10006,Resident Services,update-demo-data-regproc-success-summary,fra,TRUE,superadmin,now() +1662,Regproc success summary to self update demographic data,Regproc success summary to self update demographic data,txt,velocity,طلبك لتحديث البيانات ناجح. سيتم إعلامك أيضًا عندما تكون بطاقتك جاهزة للتنزيل.,10006,Resident Services,update-demo-data-regproc-success-summary,ara,TRUE,superadmin,now() +1250,نموذج إقرار التسجيل,تم إنشاء الإقرار بعد التسجيل,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end #if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,عميل التسجيل,reg-ack-template-part,ara,TRUE,superadmin,now() +1253,نموذج معاينة التسجيل,تم إنشاء المعاينة بعد التسجيل,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,عميل التسجيل,reg-preview-template-part,ara,TRUE,superadmin,now() +1253,ನೋಂದಣಿ ಪೂರ್ವವೀಕ್ಷಣೆ ಟೆಂಪ್ಲೇಟ್,ನೋಂದಣಿ ಪೂರ್ವವೀಕ್ಷಣೆ ಟೆಂಪ್ಲೇಟ್,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,ನಿವಾಸ ಸೇವೆಗಳು,reg-preview-template-part,kan,TRUE,superadmin,now() +1253,पंजीकरण पूर्वावलोकन टेम्पलेट,पंजीकरण पूर्वावलोकन टेम्पलेट,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002, घरेलू सेवाएं,reg-preview-template-part,hin,TRUE,superadmin,now() +1253,பதிவு முன்னோட்ட டெம்ப்ளேட்,பதிவு முன்னோட்ட டெம்ப்ளேட்,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,ನಿವಾಸ ಸೇವೆಗಳು,reg-preview-template-part,tam,TRUE,superadmin,now() +1253,Registration Preview Template,Preview generated after registration,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Registration Client,reg-preview-template-part,eng,TRUE,superadmin,now() +1253,Modèle d'aperçu d'inscription,Preview generated after registration,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Client dinscription,reg-preview-template-part,fra,TRUE,superadmin,now() +1283,Android Registration Preview Template,Preview generated after android registration,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end

${ApplicationIDLabel}


${ApplicationID}

#if ( $UIN )

${UINLabel}


${UIN} #end

${DateLabel}

${Date}
#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-android-preview-template-part,fra,TRUE,superadmin,now() +1284,Android Registration Preview Template,Preview generated after android registration,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end

${ApplicationIDLabel}


${ApplicationID}

#if ( $UIN )

${UINLabel}


${UIN} #end

${DateLabel}

${Date}
#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-android-preview-template-part,ara,TRUE,superadmin,now() +1101,نموذج لمحتوى الترخيص,نموذج لمحتوى الترخيص,txt,velocity,عزيزي $ name مصادقة $ idvidType $ idvid باستخدام $ authType في $ date at $ time Hrs $ status في جهاز تم نشره بواسطة خدمات MOSIP,10004,مصادقة الهوية,auth-email-content,ara,TRUE,superadmin,now() +1101,Template for authorization content,Template for authorization content,txt,velocity,Dear $name Your Authentication of $idvidType $idvid using $authType on $date at $time Hrs $status at a device deployed by MOSIP Services,10004,ID Authentication,auth-email-content,eng,TRUE,superadmin,now() +1101,Modèle de contenu dautorisation,Modèle de contenu dautorisation,txt,velocity,"Cher $name, Votre authentification $idvidType $idvid utilisant $authType le $date à $time Hrs $status sur un périphérique déployé par MOSIP Services",10004,Authentification ID,auth-email-content,fra,TRUE,superadmin,now() +1101,ದೃಢೀಕರಣ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,ದೃಢೀಕರಣ ವಿಷಯಕ್ಕಾಗಿ ಟೆಂಪ್ಲೇಟ್,txt,velocity,ಆತ್ಮೀಯ $name ನಿಮ್ಮ $idvidType $idvid ನ ದೃಢೀಕರಣವನ್ನು $date ರಂದು $time ಗಂಟೆ $status ನಲ್ಲಿ MOSIP ಸೇವೆಗಳಿಂದ ನಿಯೋಜಿಸಲಾದ ಸಾಧನದಲ್ಲಿ $authType ಬಳಸಿ,10004,ID ದೃಢೀಕರಣ,auth-email-content,kan,TRUE,superadmin,now() +1101,प्रमाणीकरण सामग्री के लिए टेम्पलेट,प्रमाणीकरण सामग्री के लिए टेम्पलेट,txt,velocity,प्रिय $name आपके $ idvidType $ idvid का प्रमाणीकरण $date पर $ authType $time घंटे $status पर MOSIP सेवाओं द्वारा तैनात डिवाइस पर टाइप करें,10004,आईडी प्रमाणीकरण,auth-email-content,hin,TRUE,superadmin,now() +1101,அங்கீகார உள்ளடக்கத்திற்கான டெம்ப்ளேட்,அங்கீகார உள்ளடக்கத்திற்கான டெம்ப்ளேட்,txt,velocity,அன்புள்ள $name அங்கீகாரம் உங்கள் $idvidType$ idivid $Date $authType ஒரு சாதனத்தில் MOSIP சேவைகள் $time$status,10004, அடையாள அங்கீகாரம்,auth-email-content,tam,TRUE,superadmin,now() +1282,Android Registration Preview Template,Preview generated after android registration,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Registration Client,reg-android-preview-template-part,eng,TRUE,superadmin,now() +1282,Android Registration Preview Template,Preview generated after android registration,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Client dinscription,reg-android-preview-template-part,fra,TRUE,9343,now() +111113,Android Registration Ack Template,Ack screen after Preview screen,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address1234567890

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Registration Client,reg-android-ack-template-part,eng,TRUE,superadmin,now() +111111,Android Registration Ack Template,Ack screen after Preview screen,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end

${ApplicationIDLabel}


${ApplicationID}

#if ( $UIN )

${UINLabel}


${UIN} #end

${DateLabel}

${Date}
#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-android-ack-template-part,fra,TRUE,superadmin,now() +111112,Android Registration Ack Template,Ack screen after Preview screen,txt,velocity,"
#if ( !$isPreview && $QRCodeSource ) #end

${ApplicationIDLabel}


${ApplicationID}

#if ( $UIN )

${UINLabel}


${UIN} #end

${DateLabel}

${Date}
#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( !$isPreview )
$biometrics.get($key).get(""LeftEye"")
#end #if( $isPreview && $biometrics.get($key).get(""CapturedLeftEye"") ) #end
#if( !$isPreview )
$biometrics.get($key).get(""RightEye"")
#end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}

#if( !$isPreview )
$biometrics.get($key).get(""leftLittle"")
$biometrics.get($key).get(""leftRing"")
$biometrics.get($key).get(""leftMiddle"")
$biometrics.get($key).get(""leftIndex"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""rightIndex"")
$biometrics.get($key).get(""rightMiddle"")
$biometrics.get($key).get(""rightRing"")
$biometrics.get($key).get(""rightLittle"")
#end
#if( !$isPreview )
$biometrics.get($key).get(""leftThumb"")
$biometrics.get($key).get(""rightThumb"")
#end

#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end

${RONameLabel}


${ROName}

${RegCenterLabel}


${RegCenter}


${ImportantGuidelines}

    #foreach( $line in $Guidelines )
  • ${line}
  • #end
",10002,Registration Client,reg-android-ack-template-part,ara,TRUE,superadmin,now() +111114,Android Registration Ack Template,Ack screen after Preview screen,txt,velocity,"
#if ( $UIN ) #end

${ApplicationIDLabel}


${ApplicationID}

${UINLabel}


${UIN}

${DateLabel}


${Date}

#if ( $name )

${NameLabel}


${NameValue}
#end

${DemographicInfo}


#if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""fullName"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""dateOfBirth"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""gender"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end #if( $demographics.get(""phone"") ) #end #if( $demographics.get(""email"") ) #end
$demographics.get(""fullName"").get(""label"")
$demographics.get(""fullName"").get(""value"")
$demographics.get(""dateOfBirth"").get(""label"")
$demographics.get(""dateOfBirth"").get(""value"")
$demographics.get(""gender"").get(""label"")
$demographics.get(""gender"").get(""value"")
$demographics.get(""phone"").get(""label"")$demographics.get(""email"").get(""label"")
$demographics.get(""phone"").get(""value"")$demographics.get(""email"").get(""value"")
#if( $demographics.get(""addressLine1"") )

Address

#end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end #if( $demographics.get(""addressLine1"") ) #end #if( $demographics.get(""addressLine2"") ) #end #if( $demographics.get(""addressLine3"") ) #end
$demographics.get(""addressLine1"").get(""label"")$demographics.get(""addressLine2"").get(""label"")$demographics.get(""addressLine3"").get(""label"")
$demographics.get(""addressLine1"").get(""value"")$demographics.get(""addressLine2"").get(""value"")$demographics.get(""addressLine3"").get(""value"")
#if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end #if( $demographics.get(""region"") ) #end #if( $demographics.get(""province"") ) #end #if( $demographics.get(""city"") ) #end
$demographics.get(""region"").get(""label"")$demographics.get(""province"").get(""label"")$demographics.get(""city"").get(""label"")
$demographics.get(""region"").get(""value"")$demographics.get(""province"").get(""value"")$demographics.get(""city"").get(""value"")
#if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""zone"") ) #end #if( $demographics.get(""postalCode"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end #if( $demographics.get(""modeOfClaim"") ) #end
$demographics.get(""zone"").get(""label"")$demographics.get(""postalCode"").get(""label"")
$demographics.get(""zone"").get(""value"")$demographics.get(""postalCode"").get(""value"")
$demographics.get(""modeOfClaim"").get(""label"")
$demographics.get(""modeOfClaim"").get(""value"")
#if( $demographics.get(""parentOrGuardianName"") )

Gaurdian Details

#if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end #if( $demographics.get(""parentOrGuardianRID"") ) #end #if( $demographics.get(""parentOrGuardianUIN"") ) #end
$demographics.get(""parentOrGuardianName"").get(""label"")$demographics.get(""parentOrGuardianRID"").get(""label"")$demographics.get(""parentOrGuardianUIN"").get(""label"")
$demographics.get(""parentOrGuardianName"").get(""value"")$demographics.get(""parentOrGuardianRID"").get(""value"")$demographics.get(""parentOrGuardianUIN"").get(""value"")
#end
#if ( $ApplicantImageSource )

${Photo}

#end



${DocumentsLabel}


#foreach( $key in $documents.keySet() ) #end

$documents.get($key).get(""label"")


$documents.get($key).get(""value"")



${BiometricsLabel}


#foreach( $key in $biometrics.keySet() )
$biometrics.get($key).get(""label"")

${Fingers} ( $biometrics.get($key).get(""FingerCount"") ),${Iris} ( $biometrics.get($key).get(""IrisCount"") ),${Face} ( $biometrics.get($key).get(""FaceCount"") )


#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end #if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end

${LeftEyeLabel}

${RightEyeLabel}

#if( $biometrics.get($key).get(""CapturedLeftEye"") ) #end #if( $biometrics.get($key).get(""CapturedRightEye"") ) #end
#if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end #if( $biometrics.get($key).get(""CapturedLeftSlap"") ) #end #if( $biometrics.get($key).get(""CapturedRightSlap"") ) #end #if( $biometrics.get($key).get(""CapturedThumbs"") ) #end

${LeftPalmLabel}

${RightPalmLabel}

${ThumbsLabel}


#if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end #if( $biometrics.get($key).get(""FaceImageSource"") ) #end #if( $biometrics.get($key).get(""subType"") == ""applicant"" && $ExceptionImageSource ) #end

${FaceLabel}

${ExceptionPhotoLabel}

#end
",10002,Client dinscription,reg-android-ack-template-part,fra,TRUE,9343,now() +445566777,Test-template,test template updated,json,model-1,abc,10001,Pre-Registration,Test-info-Template-auto,kan,TRUE,masterdata-220005,now() diff --git a/mosip_master_csv/csv/template_file_format.csv b/mosip_master_csv/csv/template_file_format.csv new file mode 100644 index 00000000..51a68e2f --- /dev/null +++ b/mosip_master_csv/csv/template_file_format.csv @@ -0,0 +1,29 @@ +lang_code,code,descr,is_active +eng,txt,Text File,TRUE +eng,xml,XML File,TRUE +eng,json,Json File,TRUE +eng,html,html file,TRUE +fra,txt,Text File,TRUE +fra,xml,XML File,TRUE +fra,json,Json File,TRUE +fra,html,html file,TRUE +ara,txt,Text File,TRUE +ara,xml,XML File,TRUE +ara,json,Json File,TRUE +ara,html,html file,TRUE +kan,txt,Text File,TRUE +kan,xml,XML File,TRUE +kan,json,Json File,TRUE +kan,html,html file,TRUE +hin,txt,Text File,TRUE +hin,xml,XML File,TRUE +hin,json,Json File,TRUE +hin,html,html file,TRUE +tam,txt,Text File,TRUE +tam,xml,XML File,TRUE +tam,json,Json File,TRUE +tam,html,html file,TRUE +spa,txt,Text File,TRUE +spa,xml,XML File,TRUE +spa,json,Json File,TRUE +spa,html,html file,TRUE diff --git a/mosip_master_csv/csv/template_type.csv b/mosip_master_csv/csv/template_type.csv new file mode 100644 index 00000000..106f1cab --- /dev/null +++ b/mosip_master_csv/csv/template_type.csv @@ -0,0 +1,2500 @@ +code,descr,lang_code,is_active,cr_by,cr_dtimes +auth-email-content,Template for authorization content,eng,TRUE,admin,now() +auth-email-subject,Template for authorization subject,eng,TRUE,admin,now() +auth-sms,Template for authorization SMS,eng,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,eng,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,eng,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,eng,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,eng,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,eng,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,eng,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,eng,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,eng,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,eng,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,eng,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,eng,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,eng,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,eng,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,eng,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,eng,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,eng,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,eng,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,eng,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,eng,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,eng,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,eng,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,eng,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,eng,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,eng,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,eng,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,eng,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,eng,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,eng,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,eng,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,eng,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,eng,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,eng,TRUE,admin,now() +consent,Consent,eng,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,eng,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,eng,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,eng,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,eng,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,eng,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,eng,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,eng,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,eng,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,eng,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,eng,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,eng,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,eng,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,eng,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,eng,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,eng,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,eng,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,eng,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,eng,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,eng,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,eng,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,eng,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,eng,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,eng,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,eng,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,eng,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,eng,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,eng,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,eng,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,eng,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,eng,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,eng,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,eng,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,eng,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,eng,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,eng,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,eng,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,eng,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,eng,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,eng,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,eng,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,eng,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,eng,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,eng,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,eng,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,eng,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,eng,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,eng,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,eng,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,eng,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,eng,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,eng,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,eng,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,eng,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,eng,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,eng,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,eng,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,eng,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,eng,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,eng,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,eng,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,eng,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,eng,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,eng,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,eng,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,eng,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,eng,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,eng,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,eng,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,eng,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,eng,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,eng,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,eng,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,eng,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,eng,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,eng,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,eng,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,eng,TRUE,admin,now() +partner-status-content-template,partner status notify content template,eng,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,eng,TRUE,admin,now() +Registration Consent,Consent in Registration Client,eng,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,eng,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,eng,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,eng,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,eng,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,eng,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,eng,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,eng,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,eng,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,eng,TRUE,admin,now() +otp-sms-template,OTP Send Service,eng,TRUE,admin,now() +auth-email-content,Template for authorization content,fra,TRUE,admin,now() +auth-email-subject,Template for authorization subject,fra,TRUE,admin,now() +auth-sms,Template for authorization SMS,fra,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,fra,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,fra,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,fra,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,fra,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,fra,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,fra,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,fra,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,fra,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,fra,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,fra,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,fra,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,fra,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,fra,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,fra,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,fra,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,fra,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,fra,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,fra,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,fra,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,fra,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,fra,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,fra,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,fra,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,fra,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,fra,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,fra,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,fra,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,fra,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,fra,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,fra,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,fra,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,fra,TRUE,admin,now() +consent,Consent,fra,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,fra,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,fra,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,fra,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,fra,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,fra,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,fra,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,fra,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,fra,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,fra,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,fra,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,fra,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,fra,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,fra,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,fra,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,fra,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,fra,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,fra,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,fra,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,fra,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,fra,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,fra,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,fra,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,fra,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,fra,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,fra,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,fra,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,fra,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,fra,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,fra,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,fra,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,fra,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,fra,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,fra,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,fra,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,fra,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,fra,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,fra,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,fra,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,fra,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,fra,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,fra,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,fra,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,fra,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,fra,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,fra,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,fra,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,fra,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,fra,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,fra,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,fra,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,fra,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,fra,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,fra,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,fra,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,fra,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,ara,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,fra,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,fra,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,fra,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,fra,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,fra,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,fra,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,fra,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,fra,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,fra,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,fra,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,fra,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,fra,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,fra,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,fra,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,fra,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,fra,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,fra,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,fra,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,fra,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,fra,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,fra,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,fra,TRUE,admin,now() +partner-status-content-template,partner status notify content template,fra,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,fra,TRUE,admin,now() +Registration Consent,Consent in Registration Client,fra,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,fra,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,fra,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,fra,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,fra,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,fra,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,fra,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,fra,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,fra,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,fra,TRUE,admin,now() +otp-sms-template,OTP Send Service,fra,TRUE,admin,now() +auth-email-content,Template for authorization content,ara,TRUE,admin,now() +auth-email-subject,Template for authorization subject,ara,TRUE,admin,now() +auth-sms,Template for authorization SMS,ara,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,ara,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,ara,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,ara,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,ara,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,ara,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,ara,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,ara,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,ara,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,ara,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,ara,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,ara,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,ara,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,ara,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,ara,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,ara,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,ara,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,ara,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,ara,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,ara,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,ara,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,ara,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,ara,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,ara,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,ara,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,ara,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,ara,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,ara,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,ara,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,ara,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,ara,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,ara,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,ara,TRUE,admin,now() +consent,Consent,ara,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,ara,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,ara,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,ara,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,ara,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,ara,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,ara,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,ara,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,ara,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,ara,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,ara,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,ara,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,ara,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,ara,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,ara,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,ara,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,ara,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,ara,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,ara,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,ara,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,ara,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,ara,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,ara,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,ara,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,ara,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,ara,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,ara,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,ara,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,ara,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,ara,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,ara,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,ara,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,ara,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,ara,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,ara,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,ara,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,ara,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,ara,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,ara,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,ara,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,ara,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,ara,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,ara,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,ara,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,ara,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,ara,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,ara,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,ara,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,ara,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,ara,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,ara,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,ara,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,ara,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,ara,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,ara,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,ara,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,ara,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,ara,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,ara,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,ara,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,ara,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,ara,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,ara,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,ara,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,ara,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,ara,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,ara,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,ara,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,ara,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,ara,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,ara,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,ara,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,ara,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,ara,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,ara,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,ara,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,ara,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,ara,TRUE,admin,now() +partner-status-content-template,partner status notify content template,ara,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,ara,TRUE,admin,now() +Registration Consent,Consent in Registration Client,ara,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,ara,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,ara,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,ara,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,ara,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,ara,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,ara,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,ara,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,ara,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,ara,TRUE,admin,now() +otp-sms-template,OTP Send Service,ara,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,eng,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,eng,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,fra,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,fra,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,ara,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,ara,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,eng,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,fra,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,ara,TRUE,admin,now() +auth-email-content,Template for authorization content,kan,TRUE,admin,now() +auth-email-subject,Template for authorization subject,kan,TRUE,admin,now() +auth-sms,Template for authorization SMS,kan,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,kan,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,kan,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,kan,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,kan,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,kan,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,kan,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,kan,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,kan,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,kan,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,kan,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,kan,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,kan,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,kan,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,kan,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,kan,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,kan,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,kan,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,kan,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,kan,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,kan,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,kan,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,kan,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,kan,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,kan,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,kan,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,kan,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,kan,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,kan,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,kan,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,kan,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,kan,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,kan,TRUE,admin,now() +consent,Consent,kan,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,kan,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,kan,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,kan,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,kan,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,kan,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,kan,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,kan,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,kan,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,kan,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,kan,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,kan,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,kan,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,kan,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,kan,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,kan,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,kan,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,kan,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,kan,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,kan,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,kan,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,kan,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,kan,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,kan,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,kan,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,kan,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,kan,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,kan,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,kan,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,kan,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,kan,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,kan,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,kan,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,kan,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,kan,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,kan,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,kan,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,kan,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,kan,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,kan,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,kan,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,kan,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,kan,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,kan,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,kan,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,kan,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,kan,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,kan,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,kan,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,kan,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,kan,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,kan,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,kan,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,kan,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,kan,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,kan,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,kan,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,kan,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,kan,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,kan,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,kan,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,kan,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,kan,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,kan,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,kan,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,kan,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,kan,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,kan,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,kan,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,kan,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,kan,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,kan,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,kan,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,kan,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,kan,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,kan,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,kan,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,kan,TRUE,admin,now() +partner-status-content-template,partner status notify content template,kan,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,kan,TRUE,admin,now() +Registration Consent,Consent in Registration Client,kan,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,kan,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,kan,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,kan,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,kan,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,kan,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,kan,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,kan,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,kan,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,kan,TRUE,admin,now() +otp-sms-template,OTP Send Service,kan,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,kan,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,kan,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,kan,TRUE,admin,now() +auth-email-content,Template for authorization content,hin,TRUE,admin,now() +auth-email-subject,Template for authorization subject,hin,TRUE,admin,now() +auth-sms,Template for authorization SMS,hin,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,hin,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,hin,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,hin,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,hin,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,hin,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,hin,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,hin,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,hin,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,hin,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,hin,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,hin,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,hin,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,hin,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,hin,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,hin,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,hin,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,hin,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,hin,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,hin,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,hin,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,hin,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,hin,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,hin,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,hin,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,hin,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,hin,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,hin,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,hin,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,hin,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,hin,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,hin,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,hin,TRUE,admin,now() +consent,Consent,hin,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,hin,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,hin,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,hin,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,hin,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,hin,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,hin,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,hin,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,hin,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,hin,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,hin,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,hin,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,hin,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,hin,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,hin,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,hin,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,hin,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,hin,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,hin,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,hin,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,hin,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,hin,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,hin,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,hin,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,hin,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,hin,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,hin,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,hin,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,hin,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,hin,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,hin,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,hin,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,hin,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,hin,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,hin,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,hin,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,hin,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,hin,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,hin,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,hin,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,hin,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,hin,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,hin,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,hin,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,hin,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,hin,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,hin,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,hin,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,hin,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,hin,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,hin,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,hin,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,hin,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,hin,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,hin,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,hin,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,hin,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,hin,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,hin,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,hin,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,hin,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,hin,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,hin,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,hin,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,hin,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,hin,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,hin,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,hin,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,hin,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,hin,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,hin,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,hin,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,hin,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,hin,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,hin,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,hin,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,hin,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,hin,TRUE,admin,now() +partner-status-content-template,partner status notify content template,hin,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,hin,TRUE,admin,now() +Registration Consent,Consent in Registration Client,hin,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,hin,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,hin,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,hin,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,hin,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,hin,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,hin,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,hin,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,hin,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,hin,TRUE,admin,now() +otp-sms-template,OTP Send Service,hin,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,hin,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,hin,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,hin,TRUE,admin,now() +auth-email-content,Template for authorization content,tam,TRUE,admin,now() +auth-email-subject,Template for authorization subject,tam,TRUE,admin,now() +auth-sms,Template for authorization SMS,tam,TRUE,admin,now() +RPR_DUP_UIN_EMAIL,Template for duplicate UIN Email,tam,TRUE,admin,now() +RPR_DUP_UIN_SMS,Template for duplicate UIN SMS,tam,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL,Template for Technical Issue Email,tam,TRUE,admin,now() +RPR_TEC_ISSUE_SMS,Template for Technical Issue SMS,tam,TRUE,admin,now() +RPR_UIN_GEN_EMAIL,Template for UIN generation Email,tam,TRUE,admin,now() +RPR_UIN_GEN_SMS,Template for UIN generation SMS,tam,TRUE,admin,now() +RPR_UIN_UPD_EMAIL,Template for update details Email,tam,TRUE,admin,now() +RPR_UIN_UPD_SMS,Template for update Details SMS,tam,TRUE,admin,now() +NewReg-email-content-template,Template for new registration Email Content,tam,TRUE,admin,now() +NewReg-email-subject-template,Template for new registration Email Subject,tam,TRUE,admin,now() +NewReg-sms-template,Template for new registration SMS,tam,TRUE,admin,now() +OTP-email-content-template,Template for OTP generation Email Content,tam,TRUE,admin,now() +OTP-email-subject-template,Template for OTP generation Email Subject,tam,TRUE,admin,now() +OTP-sms-template,Template for OTP SMS,tam,TRUE,admin,now() +Update-email-content-template,Template for update registration Email Content,tam,TRUE,admin,now() +Update-email-subject-template,Template for update registration Email Subject,tam,TRUE,admin,now() +Update-sms-template,Template for update registration SMS,tam,TRUE,admin,now() +Email-Acknowledgement,Template for Email Acknowledgement,tam,TRUE,admin,now() +Onscreen-Acknowledgement,Template for Onscreen Acknowledgment,tam,TRUE,admin,now() +SMS-Acknowledgement,Template for SMS Acknowledgement,tam,TRUE,admin,now() +Acknowledgement-email-subject,Template for email subject of Acknowledgement,tam,TRUE,admin,now() +RPR_UIN_CARD_TEMPLATE,UIN card template,tam,TRUE,admin,now() +RPR_UIN_DEAC_SMS,Template for UIN Deactivation SMS,tam,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL,Template for UIN Deactivation Email,tam,TRUE,admin,now() +RPR_UIN_REAC_SMS,Template for UIN Reactivate SMS,tam,TRUE,admin,now() +RPR_UIN_REAC_EMAIL,Template for UIN Reactivate Email,tam,TRUE,admin,now() +reg-sms-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +reg-email-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +auth-otp-sms-template,auth otp service for sending otp,tam,TRUE,admin,now() +auth-otp-email-subject-template,auth otp email service subject,tam,TRUE,admin,now() +auth-otp-email-content-template,auth otp email service subject,tam,TRUE,admin,now() +ida-auth-otp-email-content-template,Template for Email Content,tam,TRUE,admin,now() +ida-auth-otp-email-subject-template,Template for Email Subject,tam,TRUE,admin,now() +ida-auth-otp-sms-template,Template for OTP in SMS,tam,TRUE,admin,now() +consent,Consent,tam,TRUE,admin,now() +updateUIN-email-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +updateUIN-sms-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +lostUIN-email-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +lostUIN-sms-notification,Registration Acknowledgement Template,tam,TRUE,admin,now() +cancel-appointment,Template for Cancel Appointment,tam,TRUE,admin,now() +RPR_LOST_UIN_SMS,Lost UIN Notification SMS,tam,TRUE,admin,now() +RPR_LOST_UIN_EMAIL,Lost UIN Notification Email,tam,TRUE,admin,now() +RPR_MASKED_UIN_CARD_TEMPLATE,Masked UIN card template,tam,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL,Authentication History Request Success Email,tam,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_SMS,Authentication History Request Success SMS,tam,TRUE,admin,now() +RS_AUTH_HIST_SUCCESS_EMAIL_SUB,Authentication History Request Success EMAIL Subject,tam,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL,Successful Download of e-UIN Email,tam,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_EMAIL_SUB,Download e-UIN Status Email Subject,tam,TRUE,admin,now() +RS_DOW_UIN_SUCCESS_SMS,Successful Download of e-UIN SMS,tam,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL,Successful Locking of Auth Types Email,tam,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Locking of Auth Types Email Subject,tam,TRUE,admin,now() +RS_LOCK_AUTH_SUCCESS_SMS,Successful Locking of Auth Types SMS,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL,Successful Unlocking of Auth Types Email,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_EMAIL_SUB,Successful Unlocking of Auth Types Email Subject,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_SUCCESS_SMS,Successful Unlocking of Auth Types SMS,tam,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL,VID Generation Success Email,tam,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_EMAIL_SUB,VID Generation Success Email Subject,tam,TRUE,admin,now() +RS_VIN_GEN_SUCCESS_SMS,VID Generation Success SMS,tam,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL,VID Revocation Success Email,tam,TRUE,admin,now() +RS_VIN_REV_SUCCESS_EMAIL_SUB,VID Revocation Success Email Subject,tam,TRUE,admin,now() +RS_VIN_REV_SUCCESS_SMS,VID Revocation Success SMS,tam,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL,Reprint Request Success Email,tam,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_EMAIL_SUB,Reprint Request Success Email Subject,tam,TRUE,admin,now() +RS_UIN_RPR_SUCCESS_SMS,Reprint Request Success SMS,tam,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL,Authentication History Request Failure Email,tam,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_EMAIL_SUB,Authentication History Request Failure Email Subject,tam,TRUE,admin,now() +RS_AUTH_HIST_FAILURE_SMS,Authentication History Request Failure SMS,tam,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL,Download e-UIN Failure Email,tam,TRUE,admin,now() +RS_DOW_UIN_FAILURE_EMAIL_SUB,Download e-UIN Failure Email Subject,tam,TRUE,admin,now() +RS_DOW_UIN_FAILURE_SMS,Download e-UIN Failure SMS,tam,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL,Failure in Locking of Auth Types Email,tam,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Locking of Auth Types Email Subject,tam,TRUE,admin,now() +RS_LOCK_AUTH_FAILURE_SMS,Failure in Locking of Auth Types SMS,tam,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL,Reprint Request Failure Email,tam,TRUE,admin,now() +RS_UIN_RPR_FAILURE_EMAIL_SUB,Reprint Request Failure Email Subject,tam,TRUE,admin,now() +RS_UIN_RPR_FAILURE_SMS,Reprint Request Failure SMS,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL,Failure in Unlocking of Auth Types Email,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_EMAIL_SUB,Failure in Unlocking of Auth Types Email Subject,tam,TRUE,admin,now() +RS_UNLOCK_AUTH_FAILURE_SMS,Failure in Unlocking of Auth Types SMS,tam,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL,VID Generation Failure Email,tam,TRUE,admin,now() +RS_VIN_GEN_FAILURE_EMAIL_SUB,VID Generation Failure Email Subject,tam,TRUE,admin,now() +RS_VIN_GEN_FAILURE_SMS,VID Generation Failure SMS,tam,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL,VID Revocation Failure Email,tam,TRUE,admin,now() +RS_VIN_REV_FAILURE_EMAIL_SUB,VID Revocation Failure Email Subject,tam,TRUE,admin,now() +RS_VIN_REV_FAILURE_SMS,VID Revocation Failure SMS,tam,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL,UIN Update Request Placed Successfully Email,tam,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_EMAIL_SUB,UIN Update Request Placed Successfully Email Subject,tam,TRUE,admin,now() +RS_UIN_UPDATE_SUCCESS_SMS,UIN Update Request Placed Successfully SMS,tam,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL,UIN Update Request Failed Email,tam,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_EMAIL_SUB,UIN Update Request Failed Email Subject,tam,TRUE,admin,now() +RS_UIN_UPDATE_FAILURE_SMS,UIN Update Request Failed SMS,tam,TRUE,admin,now() +RPR_RPV_SUC_EMAIL,Registration Packet Validation Success Email,tam,TRUE,admin,now() +RPR_RPV_SUC_SMS,Registration Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_UPV_SUC_EMAIL,Update Packet Validation Success Email,tam,TRUE,admin,now() +RPR_UPV_SUC_SMS,Update Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_LPV_SUC_EMAIL,Lost Packet Validation Success Email,tam,TRUE,admin,now() +RPR_LPV_SUC_SMS,Lost Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL,Resident Update Packet Validation Success Email,tam,TRUE,admin,now() +RPR_RUPV_SUC_SMS,Resident Update Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_PPV_SUC_EMAIL,Re-print Packet Validation Success Email,tam,TRUE,admin,now() +RPR_PPV_SUC_SMS,Re-print Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_APV_SUC_EMAIL,Activate Packet Validation Success Email,tam,TRUE,admin,now() +RPR_APV_SUC_SMS,Activate Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_DPV_SUC_EMAIL,De-activate Packet Validation Success Email,tam,TRUE,admin,now() +RPR_DPV_SUC_SMS,De-activate Packet Validation Success SMS,tam,TRUE,admin,now() +RPR_RPV_SUC_EMAIL_SUB,Registration Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_UPV_SUC_EMAIL_SUB,Update Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_LPV_SUC_EMAIL_SUB,Lost Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_PPV_SUC_EMAIL_SUB,Re-print Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_RUPV_SUC_EMAIL_SUB,Resident Update Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_APV_SUC_EMAIL_SUB,Activate Packet Validation Success Email Sub,tam,TRUE,admin,now() +RPR_DPV_SUC_EMAIL_SUB,De-activate Packet Validation Success Email Sub,tam,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_SMS,Credential Issuance Success SMS,tam,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL,Credential Issuance Success EMAIL,tam,TRUE,admin,now() +RS_CRE_REQ_SUCCESS_EMAIL_SUB,Credential Issuance Success EMAIL Subject,tam,TRUE,admin,now() +RS_CRE_STATUS_SMS,Credential Issuance Status Check SMS,tam,TRUE,admin,now() +RS_CRE_STATUS_EMAIL,Credential Issuance Status Check EMAIL,tam,TRUE,admin,now() +RS_CRE_STATUS_EMAIL_SUB,Credential Issuance Status Check EMAIL Subject,tam,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_SMS,Credential Request Cancel Success SMS,tam,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL,Credential Request Cancel Success EMAIL,tam,TRUE,admin,now() +RS_CRE_CANCEL_SUCCESS_EMAIL_SUB,Credential Request Cancel Success EMAIL Subject,tam,TRUE,admin,now() +RS_CRE_REQ_FAILURE_SMS,Credential Issuance Failure SMS,tam,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL,Credential Issuance Failure EMAIL,tam,TRUE,admin,now() +RS_CRE_REQ_FAILURE_EMAIL_SUB,Credential Issuance Failure EMAIL Subject,tam,TRUE,admin,now() +reg-ack-template-part,Acknowledgement generated after registration,tam,TRUE,admin,now() +reg-preview-template-part,Preview generated after registration,tam,TRUE,admin,now() +reg-dashboard-template,Dashboard of Registration Client,tam,TRUE,admin,now() +partner-reg-sub-template,partner registration notify subject template,tam,TRUE,admin,now() +partner-status-sub-template,partner status notify subject template,tam,TRUE,admin,now() +partner-apikey-status-sub-template,partner apikey status notify subject template,tam,TRUE,admin,now() +partner-reg-content-template,partner registration notify content template,tam,TRUE,admin,now() +partner-status-content-template,partner status notify content template,tam,TRUE,admin,now() +apikey-status-content-template,partner apikey status notify content template,tam,TRUE,admin,now() +Registration Consent,Consent in Registration Client,tam,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL,Email template requesting for additional info,tam,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_SMS,Email template requesting for additional info,tam,TRUE,admin,now() +RPR_DUP_UIN_EMAIL_SUB,Registration Failed because you have already Registered,tam,TRUE,admin,now() +RPR_TEC_ISSUE_EMAIL_SUB,Re-Register because there was a Technical Issue,tam,TRUE,admin,now() +RPR_UIN_REAC_EMAIL_SUB,Uin is activated successfully,tam,TRUE,admin,now() +RPR_UIN_DEAC_EMAIL_SUB,Uin is deactivated,tam,TRUE,admin,now() +RPR_UIN_GEN_EMAIL_SUB,UIN Generated,tam,TRUE,admin,now() +RPR_UIN_UPD_EMAIL_SUB,UIN Details Updated,tam,TRUE,admin,now() +RPR_PAUSED_FOR_ADD_INFO_EMAIL_SUB,Requesting the additional details for progressing on the application of UIN,tam,TRUE,admin,now() +otp-sms-template,OTP Send Service,tam,TRUE,admin,now() +otp-email-content-template,Template for OTP Email Content,tam,TRUE,admin,now() +otp-email-subject-template,Template for OTP Email Subject,tam,TRUE,admin,now() +cancel-appointment-email-subject,Template for email subject of cancel Appointment ,tam,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,eng,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,fra,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,ara,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,kan,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,hin,TRUE,admin,now() +reg-android-preview-template-part,Template for preview in Android regclient,tam,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,eng,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,fra,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,ara,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,kan,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,hin,TRUE,admin,now() +reg-android-ack-template-part,Template for Acknowledgement in Android regclient,tam,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,eng,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,eng,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,fra,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,fra,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,ara,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,ara,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,hin,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,hin,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,kan,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,kan,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL,Template for Supervisor Reject Email,tam,TRUE,admin,now() +RPR_SUP_REJECT_SMS,Template for Supervisor Reject SMS,tam,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,eng,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,fra,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,ara,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,hin,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,kan,TRUE,admin,now() +RPR_SUP_REJECT_EMAIL_SUBJECT,Template for Supervisor Reject Email Subject,tam,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,eng,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,eng,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,eng,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,eng,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,eng,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,eng,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,eng,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,eng,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,eng,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,eng,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,eng,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,eng,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,eng,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,eng,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,eng,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,eng,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,eng,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,eng,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,eng,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,eng,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,eng,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,eng,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,eng,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,eng,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,eng,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,eng,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,eng,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,eng,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,eng,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,eng,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,eng,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,eng,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,eng,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,eng,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,eng,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,eng,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,eng,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,eng,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,eng,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,eng,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,eng,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,eng,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,eng,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,eng,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,eng,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,eng,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,eng,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,eng,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,eng,TRUE,admin,now() +receive-otp,Receive OTP,eng,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,eng,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,eng,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,eng,TRUE,admin,now() +mosip.phone.template.property,Phone,eng,TRUE,admin,now() +mosip.email.template.property,Email,eng,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,eng,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,eng,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,eng,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,eng,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,eng,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,eng,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,eng,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,eng,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,eng,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,eng,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,eng,TRUE,admin,now() +mosip.demo.template.property,Demographic,eng,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,eng,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,eng,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,eng,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,eng,TRUE,admin,now() +mosip.locked.template.property,Locked status,eng,TRUE,admin,now() +mosip.event.status.success.template,Success event status,eng,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,eng,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,eng,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,eng,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,eng,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,eng,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,eng,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,eng,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,eng,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,eng,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,eng,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,eng,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,eng,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,eng,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,eng,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,eng,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,eng,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,eng,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,eng,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,eng,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,eng,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,eng,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,eng,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,eng,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,eng,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,eng,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,eng,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,eng,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,eng,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,eng,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,eng,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,eng,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,eng,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,eng,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,eng,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,eng,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,eng,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,eng,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,eng,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,eng,TRUE,admin,now() +mosip.template.ALL,All attribute,eng,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,eng,TRUE,admin,now() +supporting-docs-list,List of supporting documents,eng,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,eng,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,eng,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,eng,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,eng,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,eng,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,eng,TRUE,admin,now() +registration-centers-list,List of registration centers,eng,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,eng,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,eng,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,eng,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,eng,TRUE,admin,now() +vid-card-type,Vid Card Type,eng,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,fra,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,fra,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,fra,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,fra,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,fra,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,fra,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,fra,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,fra,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,ara,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,fra,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,fra,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,fra,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,fra,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,fra,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,fra,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,fra,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,fra,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,fra,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,fra,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,fra,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,fra,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,fra,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,fra,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,fra,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,fra,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,fra,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,fra,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,fra,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,fra,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,fra,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,fra,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,fra,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,fra,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,fra,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,fra,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,fra,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,fra,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,fra,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,fra,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,fra,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,fra,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,fra,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,fra,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,fra,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,fra,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,fra,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,fra,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,fra,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,fra,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,fra,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,fra,TRUE,admin,now() +receive-otp,Receive OTP,fra,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,fra,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,fra,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,fra,TRUE,admin,now() +mosip.phone.template.property,Phone,fra,TRUE,admin,now() +mosip.email.template.property,Email,fra,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,fra,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,fra,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,fra,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,fra,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,fra,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,fra,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,fra,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,fra,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,fra,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,fra,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,fra,TRUE,admin,now() +mosip.demo.template.property,Demographic,fra,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,fra,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,fra,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,fra,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,fra,TRUE,admin,now() +mosip.locked.template.property,Locked status,fra,TRUE,admin,now() +mosip.event.status.success.template,Success event status,fra,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,fra,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,fra,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,fra,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,fra,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,fra,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,fra,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,fra,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,fra,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,fra,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,fra,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,fra,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,fra,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,fra,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,fra,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,fra,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,fra,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,fra,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,fra,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,fra,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,fra,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,fra,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,fra,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,fra,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,fra,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,fra,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,fra,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,fra,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,fra,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,fra,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,fra,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,fra,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,fra,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,fra,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,fra,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,fra,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,fra,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,fra,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,fra,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,fra,TRUE,admin,now() +mosip.template.ALL,All attribute,fra,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,fra,TRUE,admin,now() +supporting-docs-list,List of supporting documents,fra,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,fra,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,fra,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,fra,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,fra,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,fra,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,fra,TRUE,admin,now() +registration-centers-list,List of registration centers,fra,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,fra,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,fra,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,fra,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,fra,TRUE,admin,now() +vid-card-type,Vid Card Type,fra,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,ara,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,ara,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,ara,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,ara,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,ara,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,ara,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,ara,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,ara,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,ara,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,ara,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,ara,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,ara,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,ara,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,ara,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,ara,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,ara,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,ara,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,ara,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,ara,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,ara,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,ara,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,ara,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,ara,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,ara,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,ara,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,ara,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,ara,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,ara,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,ara,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,ara,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,ara,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,ara,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,ara,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,ara,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,ara,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,ara,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,ara,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,ara,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,ara,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,ara,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,ara,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,ara,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,ara,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,ara,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,ara,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,ara,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,ara,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,ara,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,ara,TRUE,admin,now() +receive-otp,Receive OTP,ara,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,ara,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,ara,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,ara,TRUE,admin,now() +mosip.phone.template.property,Phone,ara,TRUE,admin,now() +mosip.email.template.property,Email,ara,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,ara,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,ara,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,ara,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,ara,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,ara,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,ara,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,ara,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,ara,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,ara,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,ara,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,ara,TRUE,admin,now() +mosip.demo.template.property,Demographic,ara,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,ara,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,ara,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,ara,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,ara,TRUE,admin,now() +mosip.locked.template.property,Locked status,ara,TRUE,admin,now() +mosip.event.status.success.template,Success event status,ara,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,ara,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,ara,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,ara,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,ara,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,ara,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,ara,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,ara,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,ara,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,ara,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,ara,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,ara,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,ara,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,ara,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,ara,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,ara,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,ara,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,ara,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,ara,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,ara,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,ara,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,ara,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,ara,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,ara,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,ara,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,ara,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,ara,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,ara,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,ara,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,ara,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,ara,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,ara,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,ara,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,ara,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,ara,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,ara,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,ara,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,ara,TRUE,admin,now() +mosip.template.ALL,All attribute,ara,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,ara,TRUE,admin,now() +supporting-docs-list,List of supporting documents,ara,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,ara,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,ara,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,ara,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,ara,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,ara,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,ara,TRUE,admin,now() +registration-centers-list,List of registration centers,ara,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,ara,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,ara,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,ara,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,ara,TRUE,admin,now() +vid-card-type,Vid Card Type,ara,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,hin,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,hin,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,hin,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,hin,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,hin,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,hin,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,hin,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,hin,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,hin,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,hin,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,hin,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,hin,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,hin,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,hin,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,hin,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,hin,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,hin,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,hin,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,hin,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,hin,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,hin,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,hin,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,hin,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,hin,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,hin,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,hin,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,hin,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,hin,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,hin,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,hin,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,hin,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,hin,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,hin,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,hin,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,hin,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,hin,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,hin,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,hin,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,hin,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,hin,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,hin,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,hin,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,hin,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,hin,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,hin,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,hin,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,hin,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,hin,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,hin,TRUE,admin,now() +receive-otp,Receive OTP,hin,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,hin,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,hin,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,hin,TRUE,admin,now() +mosip.phone.template.property,Phone,hin,TRUE,admin,now() +mosip.email.template.property,Email,hin,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,hin,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,hin,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,hin,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,hin,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,hin,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,hin,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,hin,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,hin,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,hin,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,hin,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,hin,TRUE,admin,now() +mosip.demo.template.property,Demographic,hin,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,hin,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,hin,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,hin,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,hin,TRUE,admin,now() +mosip.locked.template.property,Locked status,hin,TRUE,admin,now() +mosip.event.status.success.template,Success event status,hin,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,hin,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,hin,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,hin,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,hin,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,hin,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,hin,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,hin,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,hin,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,hin,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,hin,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,hin,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,hin,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,hin,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,hin,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,hin,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,hin,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,hin,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,hin,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,hin,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,hin,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,hin,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,hin,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,hin,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,hin,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,hin,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,hin,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,hin,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,hin,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,hin,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,hin,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,hin,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,hin,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,hin,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,hin,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,hin,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,hin,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,hin,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,hin,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,hin,TRUE,admin,now() +mosip.template.ALL,All attribute,hin,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,hin,TRUE,admin,now() +supporting-docs-list,List of supporting documents,hin,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,hin,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,hin,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,hin,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,hin,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,hin,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,hin,TRUE,admin,now() +registration-centers-list,List of registration centers,hin,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,hin,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,hin,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,hin,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,hin,TRUE,admin,now() +vid-card-type,Vid Card Type,hin,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,kan,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,kan,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,kan,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,kan,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,kan,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,kan,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,kan,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,kan,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,kan,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,kan,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,kan,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,kan,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,kan,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,kan,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,kan,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,kan,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,kan,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,kan,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,kan,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,kan,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,kan,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,kan,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,kan,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,kan,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,kan,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,kan,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,kan,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,kan,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,kan,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,kan,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,kan,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,kan,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,kan,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,kan,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,kan,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,kan,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,kan,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,kan,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,kan,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,kan,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,kan,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,kan,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,kan,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,kan,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,kan,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,kan,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,kan,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,kan,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,kan,TRUE,admin,now() +receive-otp,Receive OTP,kan,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,kan,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,kan,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,kan,TRUE,admin,now() +mosip.phone.template.property,Phone,kan,TRUE,admin,now() +mosip.email.template.property,Email,kan,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,kan,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,kan,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,kan,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,kan,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,kan,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,kan,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,kan,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,kan,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,kan,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,kan,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,kan,TRUE,admin,now() +mosip.demo.template.property,Demographic,kan,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,kan,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,kan,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,kan,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,kan,TRUE,admin,now() +mosip.locked.template.property,Locked status,kan,TRUE,admin,now() +mosip.event.status.success.template,Success event status,kan,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,kan,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,kan,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,kan,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,kan,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,kan,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,kan,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,kan,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,kan,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,kan,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,kan,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,kan,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,kan,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,kan,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,kan,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,kan,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,kan,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,kan,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,kan,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,kan,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,kan,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,kan,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,kan,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,kan,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,kan,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,kan,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,kan,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,kan,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,kan,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,kan,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,kan,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,kan,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,kan,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,kan,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,kan,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,kan,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,kan,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,kan,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,kan,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,kan,TRUE,admin,now() +mosip.template.ALL,All attribute,kan,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,kan,TRUE,admin,now() +supporting-docs-list,List of supporting documents,kan,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,kan,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,kan,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,kan,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,kan,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,kan,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,kan,TRUE,admin,now() +registration-centers-list,List of registration centers,kan,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,kan,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,kan,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,kan,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,kan,TRUE,admin,now() +vid-card-type,Vid Card Type,kan,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,tam,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,tam,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,tam,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,tam,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,tam,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,tam,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,tam,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,tam,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,tam,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,tam,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,tam,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,tam,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,tam,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,tam,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,tam,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,tam,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,tam,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,tam,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,tam,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,tam,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,tam,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,tam,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,tam,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,tam,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,tam,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,tam,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,tam,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,tam,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,tam,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,tam,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,tam,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,tam,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,tam,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,tam,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,tam,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,tam,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,tam,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,tam,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,tam,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,tam,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,tam,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,tam,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,tam,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,tam,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,tam,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,tam,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,tam,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,tam,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,tam,TRUE,admin,now() +receive-otp,Receive OTP,tam,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,tam,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,tam,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,tam,TRUE,admin,now() +mosip.phone.template.property,Phone,tam,TRUE,admin,now() +mosip.email.template.property,Email,tam,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,tam,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,tam,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,tam,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,tam,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,tam,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,tam,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,tam,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,tam,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,tam,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,tam,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,tam,TRUE,admin,now() +mosip.demo.template.property,Demographic,tam,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,tam,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,tam,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,tam,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,tam,TRUE,admin,now() +mosip.locked.template.property,Locked status,tam,TRUE,admin,now() +mosip.event.status.success.template,Success event status,tam,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,tam,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,tam,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,tam,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,tam,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,tam,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,tam,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,tam,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,tam,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,tam,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,tam,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,tam,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,tam,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,tam,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,tam,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,tam,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,tam,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,tam,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,tam,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,tam,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,tam,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,tam,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,tam,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,tam,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,tam,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,tam,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,tam,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,tam,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,tam,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,tam,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,tam,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,tam,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,tam,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,tam,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,tam,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,tam,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,tam,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,tam,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,tam,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,tam,TRUE,admin,now() +mosip.template.ALL,All attribute,tam,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,tam,TRUE,admin,now() +supporting-docs-list,List of supporting documents,tam,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,tam,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,tam,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,tam,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,tam,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,tam,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,tam,TRUE,admin,now() +registration-centers-list,List of registration centers,tam,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,tam,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,tam,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,tam,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,tam,TRUE,admin,now() +vid-card-type,Vid Card Type,tam,TRUE,admin,now() +cust-and-down-my-card-request-received-email-subject,Request received email subject to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-success-email-subject,Success email subject to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-failure-email-subject,Failure email subject to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-request-received-email-content,Request received email to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-success-email-content,Success email to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-failure-email-content,Failure email to customize and download my card,spa,TRUE,admin,now() +order-a-physical-card-request-received-email-subject,Request received email subject to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-success-email-subject,Success email subject to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-failure-email-subject,Failure email subject to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-request-received-email-content,Request received email to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-success-email-content,Success email to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-failure-email-content,Failure email to order a physical card,spa,TRUE,admin,now() +share-cred-with-partner-request-received-email-subject,Request received email subject to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-success-email-subject,Success email subject to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-failure-email-subject,Failure email subject to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-request-received-email-content,Request received email to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-success-email-content,Success email to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-failure-email-content,Failure email to share my credential with a partner,spa,TRUE,admin,now() +lock-unlock-auth-request-received-email-subject,Request received email subject to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-success-email-subject,Success email subject to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-failure-email-subject,Failure email subject to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-request-received-email-content,Request received email to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-success-email-content,Success email to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-failure-email-content,Failure email to lock/unlock authentication,spa,TRUE,admin,now() +update-demo-data-request-received-email-subject,Request received email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-success-email-subject,Success email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-failure-email-subject,Failure email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-request-received-email-content,Request received email to self update demographic data,spa,TRUE,admin,now() +update-demo-data-success-email-content,Success email to self update demographic data,spa,TRUE,admin,now() +update-demo-data-failure-email-content,Failure email to self update demographic data,spa,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-subject,Request received email subject to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-success-email-subject,Success email subject to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-failure-email-subject,Failure email subject to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-request-received-email-content,Request received email to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-success-email-content,Success email to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-failure-email-content,Failure email to generate or revoke VID,spa,TRUE,admin,now() +get-my-uin-card-request-received-email-subject,Request received email subject to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-success-email-subject,Success email subject to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-failure-email-subject,Failure email subject to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-request-received-email-content,Request received email to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-success-email-content,Success email to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-failure-email-content,Failure email to get my UIN card,spa,TRUE,admin,now() +verify-my-phone-email-request-received-email-subject,Request received email subject to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-success-email-subject,Success email subject to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-failure-email-subject,Failure email subject to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-request-received-email-content,Request received email to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-success-email-content,Success email to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-failure-email-content,Failure email to verify my phone and email,spa,TRUE,admin,now() +cust-and-down-my-card-request-received_SMS,Request received sms to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-success_SMS,Success sms to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-failure_SMS,Failure sms to customize and download my card,spa,TRUE,admin,now() +order-a-physical-card-request-received_SMS,Request received sms to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-success_SMS,Success sms to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-failure_SMS,Failure sms to order a physical card,spa,TRUE,admin,now() +share-cred-with-partner-request-received_SMS,Request received sms to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-success_SMS,Success sms to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-failure_SMS,Failure sms to share my credential with a partner,spa,TRUE,admin,now() +lock-unlock-auth-request-received_SMS,Request received sms to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-success_SMS,Success sms to lock/unlock authentication,spa,TRUE,admin,now() +lock-unlock-auth-failure_SMS,Failure sms to lock/unlock authentication,spa,TRUE,admin,now() +update-demo-data-request-received_SMS,Request received sms to self update demographic data,spa,TRUE,admin,now() +update-demo-data-success_SMS,Success sms to self update demographic data,spa,TRUE,admin,now() +update-demo-data-failure_SMS,Failure sms to self update demographic data,spa,TRUE,admin,now() +gen-or-revoke-vid-request-received_SMS,Request received sms to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-success_SMS,Success sms to generate or revoke VID,spa,TRUE,admin,now() +gen-or-revoke-vid-failure_SMS,Failure sms to generate or revoke VID,spa,TRUE,admin,now() +get-my-uin-card-request-received_SMS,Request received sms to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-success_SMS,Success sms to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-failure_SMS,Failure sms to get my UIN card,spa,TRUE,admin,now() +verify-my-phone-email-request-received_SMS,Request received sms to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-success_SMS,Success sms to verify my phone and email,spa,TRUE,admin,now() +verify-my-phone-email-failure_SMS,Failure sms to verify my phone and email,spa,TRUE,admin,now() +cust-and-down-my-card-positive-purpose,Positive purpose to customize and download my card,spa,TRUE,admin,now() +cust-and-down-my-card-negative-purpose,Negative purpose to customize and download my card,spa,TRUE,admin,now() +order-a-physical-card-positive purpose,Positive purpose to order a physical card,spa,TRUE,admin,now() +order-a-physical-card-negative purpose,Negative purpose to order a physical card,spa,TRUE,admin,now() +share-cred-with-partner-positive-purpose,Positive purpose to share my credential with a partner,spa,TRUE,admin,now() +share-cred-with-partner-negative-purpose,Negative purpose to share my credential with a partner,spa,TRUE,admin,now() +lock-unlock-auth-positive-purpose,Positive purpose to lock/unlock various authentication types,spa,TRUE,admin,now() +lock-unlock-auth-negative-purpose,Negative purpose to lock/unlock various authentication types,spa,TRUE,admin,now() +update-demo-data-positive-purpose,Positive Purpose to self update demographic data,spa,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,eng,TRUE,admin,now() +update-demo-data-negative-purpose,Negative Purpose to self update demographic data,spa,TRUE,admin,now() +gen-or-revoke-vid-positive-purpose,Positive Purpose to generate or revoke VIDs,spa,TRUE,admin,now() +gen-or-revoke-vid-negative-purpose,Negative Purpose to generate or revoke VIDs,spa,TRUE,admin,now() +get-my-uin-card-positive-purpose,Positive purpose to get my UIN card,spa,TRUE,admin,now() +get-my-uin-card-negative-purpose,Negative purpose to get my UIN card,spa,TRUE,admin,now() +verify-my-phone-email-positive-purpose,Positive purpose to verify my phone number and email ID,spa,TRUE,admin,now() +verify-my-phone-email-negative-purpose,Negative purpose to verify my phone number and email ID,spa,TRUE,admin,now() +cust-and-down-my-card-success-summary,Success summary to customize and download my card,spa,TRUE,admin,now() +order-a-physical-card-success-summary,Success summary to order a physical card,spa,TRUE,admin,now() +share-cred-with-partner-success-summary,Success summary to share my credential with a partner,spa,TRUE,admin,now() +lock-unlock-auth-success-summary,Success summary to lock/unlock various authentication types,spa,TRUE,admin,now() +update-demo-data-success-summary,Success summary to self update demographic data,spa,TRUE,admin,now() +gen-or-revoke-vid-success-summary,Success summary to generate or revoke VIDs,spa,TRUE,admin,now() +get-my-uin-card-success-summary,Success summary to get my UIN card,spa,TRUE,admin,now() +verify-my-phone-email-success-summary,Success summary to verify my phone and email,spa,TRUE,admin,now() +receive-otp-mail-subject,Receiving OTP mail Subject,spa,TRUE,admin,now() +receive-otp-mail-content,Receiving OTP Mail Content,spa,TRUE,admin,now() +receive-otp,Receive OTP,spa,TRUE,admin,now() +vid-card-download-positive-purpose,Vid Card Download Positive Purpose,spa,TRUE,admin,now() +vid-card-download-negative-purpose,Vid Card Download Negative Purpose,spa,TRUE,admin,now() +vid-card-download-positive-summary,Vid Card Download Positive Summary,spa,TRUE,admin,now() +mosip.phone.template.property,Phone,spa,TRUE,admin,now() +mosip.email.template.property,Email,spa,TRUE,admin,now() +vid-card-download-request-received-email-subject,Request received email subject to download my VID card,spa,TRUE,admin,now() +vid-card-download-success-email-subject,Success email subject to download my VID card,spa,TRUE,admin,now() +vid-card-download-failure-email-subject,Failure email subject to download my VID card,spa,TRUE,admin,now() +vid-card-download-request-received-email-content,Request received email to download my VID card,spa,TRUE,admin,now() +vid-card-download-success-email-content,Success email to download my VID card,spa,TRUE,admin,now() +vid-card-download-failure-email-content,Failure email to download my VID card,spa,TRUE,admin,now() +vid-card-download-request-received_SMS,Request received sms to download my VID card,spa,TRUE,admin,now() +vid-card-download-success_SMS,Success sms to download my VID card,spa,TRUE,admin,now() +vid-card-download-failure_SMS,Failure sms to download my VID card,spa,TRUE,admin,now() +mosip.otp-email.template.property,Email otp,spa,TRUE,admin,now() +mosip.otp-phone.template.property,Phone otp,spa,TRUE,admin,now() +mosip.demo.template.property,Demographic,spa,TRUE,admin,now() +mosip.bio-finger.template.property,Finger bio,spa,TRUE,admin,now() +mosip.bio-iris.template.property,Iris bio,spa,TRUE,admin,now() +mosip.bio-face.template.property,Face bio,spa,TRUE,admin,now() +mosip.unlocked.template.property,Unlocked status,spa,TRUE,admin,now() +mosip.locked.template.property,Locked status,spa,TRUE,admin,now() +mosip.event.status.success.template,Success event status,spa,TRUE,admin,now() +mosip.event.status.failed.template,Failed event status,spa,TRUE,admin,now() +mosip.event.status.inprogress.template,In progress event status,spa,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.Y.descr,OTP Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.Y.descr,OTP Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.Y.descr,Demo Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.Y.descr,Finger Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.Y.descr,Iris Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.Y.descr,Face Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.Y.descr,Pin Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.Y.descr,Static Pin Store Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.Y.descr,EKYC Authentication Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.Y.descr,KYC Authentication Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.Y.descr,KYC Exchange Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.Y.descr,Identity Key Binding Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.Y.descr,Token Request Success,spa,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.Y.descr,Token based Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.OTP-REQUEST.N.descr,OTP Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.OTP-AUTH.N.descr,OTP Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.DEMO-AUTH.N.descr,Demo Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.FINGERPRINT-AUTH.N.descr,Finger Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.IRIS-AUTH.N.descr,Iris Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.FACE-AUTH.N.descr,Face Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-AUTH.N.descr,Pin Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.STATIC-PIN-STORAGE.N.descr,Static Pin Store Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.EKYC-AUTH.N.descr,EKYC Authentication Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.KYC-AUTH.N.descr,KYC Authentication Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.KYC-EXCHANGE.N.descr,KYC Exchange Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.IDENTITY-KEY-BINDING.N.descr,Identity Key Binding Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-REQUEST.N.descr,Token Request Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.TOKEN-AUTH.N.descr,Token based Authentication Failed,spa,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.Y.descr,Unknown Request/Authentication Success,spa,TRUE,admin,now() +mosip.ida.auth-request.UNKNOWN.N.descr,Unknown Request/Authentication Failed,spa,TRUE,admin,now() +mosip.auth-type-code.OTP-REQUEST,OTP Request,spa,TRUE,admin,now() +mosip.auth-type-code.OTP-AUTH,OTP Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.DEMO-AUTH,Demo Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.FINGERPRINT-AUTH,Finger Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.IRIS-AUTH,Iris Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.FACE-AUTH,Face Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-AUTH,Pin Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.STATIC-PIN-STORAGE,Static Pin Store Request,spa,TRUE,admin,now() +mosip.auth-type-code.EKYC-AUTH,EKYC Authentication Request,spa,TRUE,admin,now() +mosip.auth-type-code.KYC-AUTH,KYC Authentication Request,spa,TRUE,admin,now() +mosip.auth-type-code.KYC-EXCHANGE,KYC Exchange Request,spa,TRUE,admin,now() +mosip.auth-type-code.IDENTITY-KEY-BINDING,Identity Key Binding Request,spa,TRUE,admin,now() +mosip.auth-type-code.TOKEN-REQUEST,Token Request,spa,TRUE,admin,now() +mosip.auth-type-code.TOKEN-AUTH,Token based Authentication,spa,TRUE,admin,now() +mosip.auth-type-code.PWD,PWD,spa,TRUE,admin,now() +mosip.auth-type-code.PIN,PIN,spa,TRUE,admin,now() +mosip.auth-type-code.OTP,OTP,spa,TRUE,admin,now() +mosip.auth-type-code.Wallet,Wallet,spa,TRUE,admin,now() +mosip.auth-type-code.L1-bio-device,L1-bio-device,spa,TRUE,admin,now() +mosip.template.UNKNOWN,Unknown attribute,spa,TRUE,admin,now() +mosip.event.type.AUTHENTICATION_REQUEST,Authentication Request event type,spa,TRUE,admin,now() +mosip.event.type.SHARE_CRED_WITH_PARTNER,Share Credential With Partner event type,spa,TRUE,admin,now() +mosip.event.type.DOWNLOAD_PERSONALIZED_CARD,Download Personalized Card event type,spa,TRUE,admin,now() +mosip.event.type.ORDER_PHYSICAL_CARD,Order a Physical Card event type,spa,TRUE,admin,now() +mosip.event.type.GET_MY_ID,Get UIN Card event type,spa,TRUE,admin,now() +mosip.event.type.UPDATE_MY_UIN,Update UIN Data event type,spa,TRUE,admin,now() +mosip.event.type.GENERATE_VID,Generate VID event type,spa,TRUE,admin,now() +mosip.event.type.REVOKE_VID,Revoke VID event type,spa,TRUE,admin,now() +mosip.event.type.AUTH_TYPE_LOCK_UNLOCK,Secure My ID event type,spa,TRUE,admin,now() +mosip.event.type.VID_CARD_DOWNLOAD,Download VID Card event type,spa,TRUE,admin,now() +mosip.event.type.SEND_OTP,Send OTP event type,spa,TRUE,admin,now() +mosip.event.type.VALIDATE_OTP,Verify My Phone/Email event type,spa,TRUE,admin,now() +mosip.event.type.DEFAULT,Default event type,spa,TRUE,admin,now() +mosip.service.type.AUTHENTICATION_REQUEST,Authentication Request service type,spa,TRUE,admin,now() +mosip.service.type.SERVICE_REQUEST,Service Request service type,spa,TRUE,admin,now() +mosip.service.type.DATA_UPDATE_REQUEST,Data Update Request service type,spa,TRUE,admin,now() +mosip.service.type.ID_MANAGEMENT_REQUEST,ID Management Request service type,spa,TRUE,admin,now() +mosip.service.type.DATA_SHARE_REQUEST,Data Share Request service type,spa,TRUE,admin,now() +mosip.service.type.ASYNC,Async service type,spa,TRUE,admin,now() +mosip.template.ALL,All attribute,spa,TRUE,admin,now() +acknowledgement-share-cred-with-partner,Acknowledgement for share credential with a partner,spa,TRUE,admin,now() +supporting-docs-list,List of supporting documents,spa,TRUE,admin,now() +acknowledgement-manage-my-vid,Acknowledgement for manage my vid,spa,TRUE,admin,now() +acknowledgement-order-a-physical-card,Acknowledgement for order a physical card,spa,TRUE,admin,now() +acknowledgement-download-a-personalized-card,Acknowledgement for Download a personalized card,spa,TRUE,admin,now() +acknowledgement-update-demographic-data,Acknowledgement for Update demographic data,spa,TRUE,admin,now() +acknowledgement-verify-email-id-or-phone-number,Acknowledgement for verify email id or phone number,spa,TRUE,admin,now() +acknowledgement-secure-my-id,Acknowledgement for Secure my Id,spa,TRUE,admin,now() +registration-centers-list,List of registration centers,spa,TRUE,admin,now() +service-history-type,Acknwoldegement service history type,spa,TRUE,admin,now() +acknowledgment-authentication-request,Acknowledgment Authentication Request,spa,TRUE,admin,now() +acknowledgment-get-my-id,Acknowledment Get My Id,spa,TRUE,admin,now() +acknowledgment-vid-card-download,Acknowledgment vid card download,spa,TRUE,admin,now() +vid-card-type,Vid Card Type,spa,TRUE,admin,now() +mosip.generated.template.property,Generated,eng,TRUE,admin,now() +mosip.revoked.template.property,Revoked,eng,TRUE,admin,now() +mosip.generated.template.property,Generated,fra,TRUE,admin,now() +mosip.revoked.template.property,Revoked,fra,TRUE,admin,now() +mosip.generated.template.property,Generated,ara,TRUE,admin,now() +mosip.revoked.template.property,Revoked,ara,TRUE,admin,now() +mosip.generated.template.property,Generated,hin,TRUE,admin,now() +mosip.revoked.template.property,Revoked,hin,TRUE,admin,now() +mosip.generated.template.property,Generated,kan,TRUE,admin,now() +mosip.revoked.template.property,Revoked,kan,TRUE,admin,now() +mosip.generated.template.property,Generated,tam,TRUE,admin,now() +mosip.revoked.template.property,Revoked,tam,TRUE,admin,now() +mosip.generated.template.property,Generated,spa,TRUE,admin,now() +mosip.revoked.template.property,Revoked,spa,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success-email-subject,Success email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success-email-content,Success email to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-failure-email-subject,Failure email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-failure-email-content,Failure email to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-success_SMS,Success sms to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-failure_SMS,Failure sms to self update demographic data,spa,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,eng,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,eng,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,eng,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,ara,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,ara,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,ara,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,tam,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,tam,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,tam,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,fra,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,fra,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,fra,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,spa,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,spa,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,spa,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,hin,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,hin,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,hin,TRUE,admin,now() +update-demo-data-discarded-email-subject,Failure email subject to discard draft,kan,TRUE,admin,now() +update-demo-data-discarded-email-content,Failure email content to discard draft,kan,TRUE,admin,now() +update-demo-data-discarded-SMS,Failure email SMS to discard draft,kan,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,eng,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,eng,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,fra,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,ara,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,hin,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,kan,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,tam,TRUE,admin,now() +mosip.event.status.cancelled.template,Cancelled event status,spa,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,fra,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,ara,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,hin,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,kan,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,tam,TRUE,admin,now() +update-demo-data-cancelled-summary,Cancelled summary to self update demographic data,spa,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,fra,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,ara,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,hin,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,kan,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,tam,TRUE,admin,now() +update-demo-data-cancelled-purpose,Cancelled summary to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success-summary,Success email subject to self update demographic data,spa,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,eng,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,hin,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,kan,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,tam,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,ara,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,fra,TRUE,admin,now() +update-demo-data-regproc-success-purpose,Success email subject to self update demographic data,spa,TRUE,admin,now() +Test-info-Template-auto,Test-info-Template auto description,kan,FALSE,masterdata-220005,now() diff --git a/mosip_master_csv/csv/title.csv b/mosip_master_csv/csv/title.csv new file mode 100644 index 00000000..655b3b43 --- /dev/null +++ b/mosip_master_csv/csv/title.csv @@ -0,0 +1,10 @@ +lang_code,code,name,descr,is_active +eng,MIR,Mr,Male Title,TRUE +eng,MRS,Mrs,Female Title,TRUE +eng,MIS,Miss,Unmarried Female Title,TRUE +fra,MIR,Monsieur,Titre masculin,TRUE +fra,MRS,Madame,Titre féminin,TRUE +fra,MIS,Mademoiselle,Titre de femme célibataire,TRUE +ara,MIR,السيد,لقب ذكر,TRUE +ara,MRS,السيدة,لقب أنثى,TRUE +ara,MIS,يغيب,لقب انثى غير متزوجة,TRUE diff --git a/mosip_master_csv/csv/ui_spec.csv b/mosip_master_csv/csv/ui_spec.csv new file mode 100644 index 00000000..d9eb1a27 --- /dev/null +++ b/mosip_master_csv/csv/ui_spec.csv @@ -0,0 +1,1000 @@ +id,version,domain,title,description,type,json_spec,identity_schema_id,identity_schema_version,effective_from,status_code,is_active,cr_by,cr_dtimes,upd_by,upd_dtimes,is_deleted,del_dtimes,,,,,,,, +9605258f-5b7c-4b1b-9579-543d7b55ddab,0.1,registration-client,Registration client settings spec,settings spec,settings,"[{""name"":""scheduledjobs"",""description"":{""ara"":""إعدادات الوظائف المجدولة"",""fra"":""Paramètres des travaux planifiés"",""eng"":""Scheduled Jobs Settings""},""label"":{""ara"":""إعدادات الوظائف المجدولة"",""fra"":""Paramètres des travaux planifiés"",""eng"":""Scheduled Jobs Settings""},""fxml"":""ScheduledJobsSettings.fxml"",""icon"":""scheduledjobs.png"",""order"":""1"",""shortcut-icon"":""scheduledjobs-shortcut.png"",""access-control"":[""REGISTRATION_SUPERVISOR""]},{""name"":""globalconfigs"",""description"":{""ara"":""إعدادات التكوين العامة"",""fra"":""Paramètres de configuration globale"",""eng"":""Global Config Settings""},""label"":{""ara"":""إعدادات التكوين العامة"",""fra"":""Paramètres de configuration globale"",""eng"":""Global Config Settings""},""fxml"":""GlobalConfigSettings.fxml"",""icon"":""globalconfigs.png"",""order"":""2"",""shortcut-icon"":""globalconfigs-shortcut.png"",""access-control"":[""REGISTRATION_SUPERVISOR"",""REGISTRATION_OFFICER""]},{""name"":""devices"",""description"":{""ara"":""إعدادات الجهاز"",""fra"":""Réglages de l'appareil"",""eng"":""Device Settings""},""label"":{""ara"":""إعدادات الجهاز"",""fra"":""Réglages de l'appareil"",""eng"":""Device Settings""},""fxml"":""DeviceSettings.fxml"",""icon"":""devices.png"",""order"":""3"",""shortcut-icon"":""devices-shortcut.png"",""access-control"":[""REGISTRATION_SUPERVISOR"",""REGISTRATION_OFFICER""]}]",1001,0.1,now(),PUBLISHED,t,110024,now(),110005,now(),f,,,,,,,,, +ff8df956-f529-45b6-9242-abe61bb02df9,0.1,registration-client,Fields spec,Fields spec,schema,"[{""id"":""IDSchemaVersion"",""inputRequired"":false,""type"":""number"",""minimum"":0,""maximum"":0,""description"":""ID Schema Version"",""label"":{""eng"":""IDSchemaVersion""},""controlType"":null,""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""none"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":null,""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""IdSchemaVersion""},{""id"":""UIN"",""inputRequired"":false,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""UIN"",""label"":{""eng"":""UIN""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""none"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":null,""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""UIN""},{""id"":""fullName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Full Name"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Nom complet"",""eng"":""Full Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""FullName"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""name""},{""id"":""dateOfBirth"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""dateOfBirth"",""label"":{""ara"":""الاسم الكامل"",""fra"":""DOB"",""eng"":""DOB""},""controlType"":""ageDate"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])/([0][1-9]|1[0-2])/([0][1-9]|[1-2][0-9]|3[01])$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""DateOfBirth"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.isNew || (identity.isUpdate && (identity.updatableFieldGroups contains 'IntroducerDetails' || identity.updatableFieldGroups contains 'DateOfBirth'))""}],""subType"":""dateOfBirth""},{""id"":""gender"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""gender"",""label"":{""ara"":""جنس"",""fra"":""Le genre"",""eng"":""Gender""},""controlType"":""dropdown"",""fieldType"":""dynamic"",""format"":"""",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""Gender"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""gender""},{""id"":""addressLine1"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine1"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line1"",""eng"":""line1""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine1""},{""id"":""addressLine2"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine2"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line2"",""eng"":""line2""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine2""},{""id"":""addressLine3"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine3"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line3"",""eng"":""line3""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine3""},{""id"":""residenceStatus"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""residenceStatus"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reside Status"",""eng"":""Residence Status""},""controlType"":""dropdown"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""kyc"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""ResidenceStatus"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""residenceStatus""},{""id"":""referenceIdentityNumber"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""referenceIdentityNumber"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reference Identity Number"",""eng"":""Reference Identity Number""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""kyc"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""ReferenceIdentityNumber"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""none""},{""id"":""region"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""region"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Region"",""eng"":""Region""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Region""},{""id"":""province"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""province"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Province"",""eng"":""Province""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Province""},{""id"":""city"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""city"",""label"":{""ara"":""الاسم الكامل"",""fra"":""City"",""eng"":""City""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""City""},{""id"":""zone"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""zone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Zone"",""eng"":""Zone""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":null,""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Zone""},{""id"":""postalCode"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""postalCode"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Postal"",""eng"":""Postal""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[(?i)A-Z0-9]{5}$|^NA$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Postal Code""},{""id"":""phone"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""phone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Phone"",""eng"":""Phone""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[+]*([0-9]{1})([0-9]{9})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Phone"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Phone""},{""id"":""email"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""email"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Email"",""eng"":""Email""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Email"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Email""},{""id"": ""introducerName"",""inputRequired"": true,""type"": ""simpleType"",""minimum"": 0,""maximum"": 0,""description"": ""introducerName"",""label"": {""ara"": ""اسم المُعرّف"",""fra"":""nom del'introducteur"",""eng"": ""Introducer Name""},""controlType"": ""textbox"",""fieldType"": ""default"",""format"": ""none"",""validators"": [],""fieldCategory"": ""evidence"",""alignmentGroup"": ""introducer"",""visible"": null,""contactType"": null,""group"": ""IntroducerDetails"",""groupLabel"": null,""changeAction"": null,""transliterate"": false,""templateName"": null,""fieldLayout"": null,""locationHierarchy"": null,""required"": false,""bioAttributes"": null,""requiredOn"": [{""engine"": ""MVEL"",""expr"": ""( identity.isNew && identity.isChild ) || ( identity.isUpdate && identity.isChild ) || ( !(identity.get('introducerRID') == nil || identity.get('introducerRID') == empty) || !(identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty))""}],""subType"": ""introducerName""},{""id"": ""introducerRID"",""inputRequired"": true,""type"": ""string"",""minimum"": 0,""maximum"": 0,""description"": ""introducerRID"",""label"": {""ara"": ""مقدم RID"",""fra"": ""Introducteur RID"",""eng"": ""Introducer RID""},""controlType"": ""textbox"",""fieldType"": ""default"",""format"": ""none"",""validators"": [{""type"": ""regex"",""validator"": ""^([0-9]{10,30})$"",""arguments"": [],""langCode"": null}],""fieldCategory"": ""evidence"",""alignmentGroup"": ""introducer"",""visible"": null,""contactType"": null,""group"": ""IntroducerDetails"",""groupLabel"": null,""changeAction"": null,""transliterate"": false,""templateName"": null,""fieldLayout"": null,""locationHierarchy"": null,""required"": false,""bioAttributes"": null,""requiredOn"": [{""engine"": ""MVEL"",""expr"": ""( !(identity.get('introducerName') == nil || identity.get('introducerName') == empty) && (identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty))""}],""subType"": ""RID""},{""id"": ""introducerUIN"",""inputRequired"": true,""type"": ""string"",""minimum"": 0,""maximum"": 0,""description"": ""introducerUIN"",""label"": {""ara"": ""مقدم في"",""fra"": ""Introducteur UIN"",""eng"": ""Introducer UIN""},""controlType"": ""textbox"",""fieldType"": ""default"",""format"": ""none"",""validators"": [{""type"": ""regex"",""validator"": ""^([0-9]{10,30})$"",""arguments"": [],""langCode"": null}],""fieldCategory"": ""evidence"",""alignmentGroup"": ""introducer"",""visible"": null,""contactType"": null,""group"": ""IntroducerDetails"",""groupLabel"": null,""changeAction"": null,""transliterate"": false,""templateName"": null,""fieldLayout"": null,""locationHierarchy"": null,""required"": false,""bioAttributes"": null,""requiredOn"": [{""engine"": ""MVEL"",""expr"": ""( !(identity.get('introducerName') == nil || identity.get('introducerName') == empty) && (identity.get('introducerRID') == nil || identity.get('introducerRID') == empty))""}],""subType"": ""UIN""},{""id"":""proofOfAddress"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfAddress"",""label"":{""ara"":""إثبات العنوان"",""fra"":""Address Proof"",""eng"":""Address Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.isNew || ( identity.isUpdate && (identity.updatableFields contains 'addressLine1' || identity.updatableFields contains 'addressLine2' || identity.updatableFields contains 'addressLine3'))""}],""subType"":""POA""},{""id"":""proofOfIdentity"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfIdentity"",""label"":{""ara"":""إثبات الهوية"",""fra"":""Identity Proof"",""eng"":""Identity Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.isNew || ( identity.isUpdate && identity.updatableFields contains 'fullName')""}],""subType"":""POI""},{""id"":""proofOfRelationship"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfRelationship"",""label"":{""ara"":""إثبات العلاقة"",""fra"":""Relationship Proof"",""eng"":""Relationship Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""( identity.isNew && identity.isChild ) || ( identity.isUpdate && (identity.updatableFieldGroups contains 'IntroducerDetails' || identity.isChild))""}],""subType"":""POR""},{""id"":""proofOfDateOfBirth"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfDateOfBirth"",""label"":{""ara"":""دليل DOB"",""fra"":""DOB Proof"",""eng"":""DOB Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.isUpdate && identity.updatableFields contains 'dateOfBirth'""}],""subType"":""POB""},{""id"":""proofOfException"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""},{""id"":""proofOfException-1"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء2"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""},{""id"":""individualBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Applicant Biometrics"",""eng"":""Applicant Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""(identity.isNew || identity.isLost || ( identity.isUpdate && identity.updatableFieldGroups contains 'Biometrics'))""}],""subType"":""applicant""},{""id"":""individualAuthBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":""Used to hold biometrics only for authentication"",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Authentication Biometrics"",""eng"":""Authentication Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":null,""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":false,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""!identity.isChild && identity.isUpdate && !(identity.updatableFieldGroups contains 'Biometrics' || identity.updatableFieldGroups contains 'IntroducerDetails')""}],""subType"":""applicant-auth""},{""id"": ""introducerBiometrics"",""inputRequired"": true,""type"": ""biometricsType"",""minimum"": 0,""maximum"": 0,""description"": """",""label"": {""ara"": ""مقدم القياسات الحيوية"",""fra"": ""Introducteur Biométrie"",""eng"": ""Introducer Biometrics""},""controlType"": ""biometrics"",""fieldType"": ""default"",""format"": ""none"",""validators"": [],""fieldCategory"": ""pvt"",""alignmentGroup"": null,""visible"": null,""contactType"": null,""group"": ""Biometrics"",""groupLabel"": null,""changeAction"": null,""transliterate"": false,""templateName"": null,""fieldLayout"": null,""locationHierarchy"": null,""required"": false,""bioAttributes"": [""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"": [{""engine"": ""MVEL"",""expr"": ""(identity.isChild && identity.isNew) || (identity.isUpdate && identity.updatableFieldGroups contains 'IntroducerDetails') || !(identity.get('introducerName') == nil || identity.get('introducerName') == empty)""}],""subType"": ""introducer""},{""id"":""consentText"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Consent"",""label"":{},""controlType"":""html"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consentText"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":""Registration Consent"",""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consentText""},{""id"":""consent"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""consent accepted"",""label"":{""ara"":""الاسم الكامل الكامل الكامل"",""fra"":""J'ai lu et j'accepte les termes et conditions pour partager mes PII"",""eng"":""I have read and accept terms and conditions to share my PII""},""controlType"":""checkbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consent"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consent""}]",1001,0.1,now(),PUBLISHED,t,110005,now(),110005,now(),f,,,,,,,,, +0b1177a3-0e92-4f53-9176-aca49d662328,0.1,registration-client,Screen spec,Screen spec,screens,"[{""order"":1,""name"":""ConsentDetails"",""label"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""caption"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""fields"":[""consentText"",""consent""],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":2,""name"":""DemographicDetails"",""label"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""caption"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""fields"":[""fullName"",""dateOfBirth"",""gender"",""residenceStatus"",""addressLine1"",""addressLine2"",""addressLine3"",""referenceIdentityNumber"",""region"",""province"",""city"",""zone"",""postalCode"",""phone"",""email"",""introducerName"",""introducerRID"",""introducerUIN""],""layoutTemplate"":null,""preRegFetchRequired"":true,""active"":false},{""order"":3,""name"":""DocumentsDetails"",""label"":{""ara"":""تحميل الوثيقة"",""fra"":""Des documents"",""eng"":""Document Upload""},""caption"":{""ara"":""وثائق"",""fra"":""Des documents"",""eng"":""Documents""},""fields"":[""proofOfAddress"",""proofOfIdentity"",""proofOfRelationship"",""proofOfDateOfBirth"",""proofOfException"",""proofOfException-1""],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":4,""name"":""BiometricDetails"",""label"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""caption"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""fields"":[""individualBiometrics"",""individualAuthBiometrics"",""introducerBiometrics""],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false}]",1001,0.1,now(),PUBLISHED,t,110005,now(),110005,now(),f,,,,,,,,, +cd005fa3-49bd-4de4-8634-81372b707fd1,0.1,pre-registration,Pre-registration UI Specification,Pre-registration UI Specification for Data capture,schema,"{""identity"":{""identity"":[{""id"":""IDSchemaVersion"",""description"":""ID Schema Version"",""type"":""number"",""controlType"":null,""fieldType"":""default"",""inputRequired"":false,""validators"":[],""required"":true},{""id"":""fullName"",""description"":""Enter Full Name"",""labelName"":{""eng"":""Full Name"",""ara"":""الاسم الكامل"",""fra"":""Nom complet""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""required"":true,""transliteration"":true},{""id"":""dateOfBirth"",""description"":""Enter DOB"",""labelName"":{""eng"":""Date Of Birth"",""ara"":""تاريخ الولادة"",""fra"":""Date de naissance""},""controlType"":""ageDate"",""inputRequired"":true,""fieldType"":""default"",""type"":""string"",""validators"":[],""required"":true},{""id"":""gender"",""description"":""Enter Gender"",""labelName"":{""eng"":""Gender"",""ara"":""جنس"",""fra"":""Le genre""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""dynamic"",""subType"":""gender"",""type"":""simpleType"",""validators"":[],""required"":true},{""id"":""residenceStatus"",""description"":""Residence status"",""labelName"":{""eng"":""Residence Status"",""ara"":""حالة الإقامة"",""fra"":""Statut de résidence""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""dynamic"",""subType"":""residenceStatus"",""type"":""simpleType"",""validators"":[],""required"":true},{""id"":""addressLine1"",""description"":""addressLine1"",""labelName"":{""eng"":""Address Line1"",""ara"":""العنوان السطر 1"",""fra"":""Adresse 1""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""required"":true,""transliteration"":true},{""id"":""addressLine2"",""description"":""addressLine2"",""labelName"":{""eng"":""Address Line2"",""ara"":""العنوان السطر 2"",""fra"":""Adresse 2""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""required"":false,""transliteration"":true},{""id"":""addressLine3"",""description"":""addressLine3"",""labelName"":{""eng"":""Address Line3"",""ara"":""العنوان السطر 3"",""fra"":""Adresse 3""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""required"":false,""transliteration"":true},{""id"":""region"",""description"":""region"",""labelName"":{""eng"":""Region"",""ara"":""منطقة"",""fra"":""Région""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""parentLocCode"":""MOR"",""locationHierarchyLevel"":1,""required"":true},{""id"":""province"",""description"":""province"",""labelName"":{""eng"":""Province"",""ara"":""المحافظة"",""fra"":""Province""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""locationHierarchyLevel"":2,""required"":true},{""id"":""city"",""description"":""city"",""labelName"":{""eng"":""City"",""ara"":""مدينة"",""fra"":""Ville""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[]}],""locationHierarchyLevel"":3,""required"":true},{""id"":""zone"",""description"":""zone"",""labelName"":{""eng"":""Zone"",""ara"":""منطقة"",""fra"":""Zone""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""default"",""type"":""simpleType"",""validators"":[],""locationHierarchyLevel"":4,""required"":true},{""id"":""postalCode"",""description"":""postalCode"",""labelName"":{""eng"":""Postal Code"",""ara"":""الكود البريدى"",""fra"":""code postal""},""controlType"":""dropdown"",""inputRequired"":true,""fieldType"":""default"",""type"":""string"",""validators"":[{""type"":""regex"",""validator"":""^[(?i)A-Z0-9]{5}$|^NA$"",""arguments"":[]}],""locationHierarchyLevel"":5,""required"":true},{""id"":""phone"",""description"":""phone"",""labelName"":{""eng"":""Phone"",""ara"":""هاتف"",""fra"":""Téléphone""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""string"",""validators"":[{""type"":""regex"",""validator"":""^([6-9]{1})([0-9]{9})$"",""arguments"":[]}],""required"":true},{""id"":""email"",""description"":""email"",""labelName"":{""eng"":""Email"",""ara"":""البريد الإلكتروني"",""fra"":""Email""},""controlType"":""textbox"",""inputRequired"":true,""fieldType"":""default"",""type"":""string"",""validators"":[{""type"":""regex"",""validator"":""^[\\w-\\+]+(\\.[\\w]+)*@[\\w-]+(\\.[\\w]+)*(\\.[a-zA-Z]{2,})$"",""arguments"":[]}],""required"":true},{""id"":""proofOfAddress"",""description"":""proofOfAddress"",""labelName"":{""ara"":""إثبات العنوان"",""fra"":""Address Proof"",""eng"":""Address Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POA"",""required"":false},{""id"":""proofOfIdentity"",""description"":""proofOfIdentity"",""labelName"":{""ara"":""إثبات الهوية"",""fra"":""Identity Proof"",""eng"":""Identity Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POI"",""required"":true},{""id"":""proofOfRelationship"",""description"":""proofOfRelationship"",""labelName"":{""ara"":""إثبات العلاقة"",""fra"":""Relationship Proof"",""eng"":""Relationship Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POR"",""required"":true},{""id"":""proofOfDateOfBirth"",""description"":""proofOfDateOfBirth"",""labelName"":{""ara"":""دليل DOB"",""fra"":""DOB Proof"",""eng"":""DOB Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POB"",""required"":true},{""id"":""proofOfException"",""description"":""proofOfException"",""labelName"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POE"",""required"":true},{""id"":""proofOfException-1"",""description"":""proofOfException"",""labelName"":{""ara"":""إثبات الاستثناء 2"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""inputRequired"":true,""validators"":[],""subType"":""POE"",""required"":true}],""locationHierarchy"":[""region"",""province"",""city"",""zone"",""postalCode""]}}",1001,0.1,now(),PUBLISHED,t,service-account-mosip-reg-client,now(),service-account-mosip-reg-client,now(),f,,,,,,,,, +c1ef9f1c-b1b6-4c78-871f-000ed543c191,0.1,registration-client,New Registration process,New Registration process,newProcess,"{""id"":""NEW"",""order"":1,""flow"":""NEW"",""isSubProcess"":false,""label"":{""eng"":""New Registration"",""ara"":""تسجيل جديد"",""fra"":""Nouvelle inscription""},""screens"":[{""order"":1,""name"":""consentdet"",""label"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""caption"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""fields"":[{""id"":""IDSchemaVersion"",""inputRequired"":false,""type"":""number"",""minimum"":0,""maximum"":0,""description"":""ID Schema Version"",""label"":{""eng"":""IDSchemaVersion""},""controlType"":null,""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""none"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":null,""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""IdSchemaVersion""},{""id"":""consentText"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Consent"",""label"":{},""controlType"":""html"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consentText"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":""Registration Consent"",""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consentText""},{""id"":""consent"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""consent accepted"",""label"":{""ara"":""الاسم الكامل الكامل الكامل"",""fra"":""J'ai lu et j'accepte les termes et conditions pour partager mes PII"",""eng"":""I have read and accept terms and conditions to share my PII""},""controlType"":""checkbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consent"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consent""},{""id"":""preferredLang"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""user preferred Language"",""label"":{""ara"":""لغة الإخطار"",""fra"":""Langue de notification"",""eng"":""Notification Langauge""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""PreferredLanguage"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""preferredLang""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":2,""name"":""DemographicDetails"",""label"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""caption"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""fields"":[{""id"":""fullName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Full Name"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Nom complet"",""eng"":""Full Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""FullName"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""name""},{""id"":""dateOfBirth"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""dateOfBirth"",""label"":{""ara"":""الاسم الكامل"",""fra"":""DOB"",""eng"":""DOB""},""controlType"":""ageDate"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])/([0][1-9]|1[0-2])/([0][1-9]|[1-2][0-9]|3[01])$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""DateOfBirth"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""dateOfBirth""},{""id"":""gender"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""gender"",""label"":{""ara"":""جنس"",""fra"":""Le genre"",""eng"":""Gender""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":"""",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""Gender"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""gender""},{""id"":""addressLine1"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine1"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line1"",""eng"":""line1""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine1""},{""id"":""addressLine2"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine2"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line2"",""eng"":""line2""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine2""},{""id"":""addressLine3"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine3"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line3"",""eng"":""line3""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine3""},{""id"":""residenceStatus"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""residenceStatus"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reside Status"",""eng"":""Residence Status""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""kyc"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""ResidenceStatus"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""residenceStatus""},{""id"":""referenceIdentityNumber"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""referenceIdentityNumber"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reference Identity Number"",""eng"":""Reference Identity Number""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""kyc"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""ReferenceIdentityNumber"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""none""},{""id"":""region"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""region"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Region"",""eng"":""Region""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Region""},{""id"":""province"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""province"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Province"",""eng"":""Province""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Province""},{""id"":""city"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""city"",""label"":{""ara"":""الاسم الكامل"",""fra"":""City"",""eng"":""City""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""City""},{""id"":""zone"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""zone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Zone"",""eng"":""Zone""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":null,""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Zone""},{""id"":""postalCode"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""postalCode"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Postal"",""eng"":""Postal""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[(?i)A-Z0-9]{5}$|^NA$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Postal Code""},{""id"":""phone"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""phone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Phone"",""eng"":""Phone""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[+]*([0-9]{1})([0-9]{9})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Phone"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Phone""},{""id"":""email"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""email"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Email"",""eng"":""Email""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Email"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Email""},{""id"":""introducerName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""introducerName"",""label"":{""ara"":""اسم المُعرّف"",""fra"":""nom del'introducteur"",""eng"":""Introducer Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""}],""subType"":""introducerName""},{""id"":""introducerRID"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerRID"",""label"":{""ara"":""مقدم RID"",""fra"":""Introducteur RID"",""eng"":""Introducer RID""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty)""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty)""}],""subType"":""RID""},{""id"":""introducerUIN"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerUIN"",""label"":{""ara"":""مقدم في"",""fra"":""Introducteur UIN"",""eng"":""Introducer UIN""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerRID') == nil || identity.get('introducerRID') == empty)""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerRID') == nil || identity.get('introducerRID') == empty)""}],""subType"":""UIN""}],""layoutTemplate"":null,""preRegFetchRequired"":true,""active"":false},{""order"":3,""name"":""Documents"",""label"":{""ara"":""تحميل الوثيقة"",""fra"":""Des documents"",""eng"":""Document Upload""},""caption"":{""ara"":""وثائق"",""fra"":""Des documents"",""eng"":""Documents""},""fields"":[{""id"":""proofOfAddress"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfAddress"",""label"":{""ara"":""إثبات العنوان"",""fra"":""Address Proof"",""eng"":""Address Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""POA""},{""id"":""proofOfIdentity"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfIdentity"",""label"":{""ara"":""إثبات الهوية"",""fra"":""Identity Proof"",""eng"":""Identity Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""POI""},{""id"":""proofOfRelationship"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfRelationship"",""label"":{""ara"":""إثبات العلاقة"",""fra"":""Relationship Proof"",""eng"":""Relationship Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""}],""subType"":""POR""},{""id"":""proofOfDateOfBirth"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfDateOfBirth"",""label"":{""ara"":""دليل DOB"",""fra"":""DOB Proof"",""eng"":""DOB Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POB""},{""id"":""proofOfException"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":4,""name"":""BiometricDetails"",""label"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""caption"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""fields"":[{""id"":""individualBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Applicant Biometrics"",""eng"":""Applicant Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""INFANT"",""process"":""ALL"",""validationExpr"":""face"",""bioAttributes"":[""face""]}],""required"":true,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[],""subType"":""applicant""},{""id"":""introducerBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""مقدم القياسات الحيوية"",""fra"":""Introducteur Biométrie"",""eng"":""Introducer Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""INFANT"",""process"":""ALL"",""validationExpr"":""leftEye || rightEye || rightIndex || rightLittle || rightRing || rightMiddle || leftIndex || leftLittle || leftRing || leftMiddle || leftThumb || rightThumb || face"",""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""]}],""required"":false,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""}],""subType"":""introducer""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false}],""caption"":{""eng"":""New Registration"",""ara"":""تسجيل جديد"",""fra"":""Nouvelle inscription""},""icon"":""NewReg.png"",""isActive"":true,""autoSelectedGroups"":null}",1001,0.1,now(),PUBLISHED,t,110024,now(),110024,now(),f,,,,,,,,, +703796d8-085f-4778-80be-df298c1b8367,0.1,registration-client,Update Registration process,Update Registration process,updateProcess,"{""id"":""UPDATE"",""order"":2,""flow"":""UPDATE"",""isSubProcess"":false,""label"":{""eng"":""Update UIN"",""ara"":""تحديث UIN"",""fra"":""Mettre à jour l'UIN""},""screens"":[{""order"":1,""name"":""consentdet"",""label"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""caption"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""fields"":[{""id"":""consentText"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Consent"",""label"":{},""controlType"":""html"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Consent"",""groupLabel"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""changeAction"":null,""transliterate"":false,""templateName"":""Registration Consent"",""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consentText""},{""id"":""consent"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""consent accepted"",""label"":{""ara"":""الاسم الكامل الكامل الكامل"",""fra"":""J'ai lu et j'accepte les termes et conditions pour partager mes PII"",""eng"":""I have read and accept terms and conditions to share my PII""},""controlType"":""checkbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Consent"",""groupLabel"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consent""},{""id"":""preferredLang"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""user preferred Language"",""label"":{""ara"":""لغة الإخطار"",""fra"":""Langue de notification"",""eng"":""Notification Langauge""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""PreferredLanguage"",""groupLabel"":{""ara"":""لغة الإخطار"",""fra"":""Langue de notification"",""eng"":""Notification Langauge""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""preferredLang""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":2,""name"":""DemographicDetails"",""label"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""caption"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""fields"":[{""id"":""fullName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Full Name"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Nom complet"",""eng"":""Full Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""FullName"",""groupLabel"":{""ara"":""الاسم الكامل"",""fra"":""Nom complet"",""eng"":""Full Name""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""name""},{""id"":""dateOfBirth"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""dateOfBirth"",""label"":{""ara"":""الاسم الكامل"",""fra"":""DOB"",""eng"":""DOB""},""controlType"":""ageDate"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])/([0][1-9]|1[0-2])/([0][1-9]|[1-2][0-9]|3[01])$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""DateOfBirth"",""groupLabel"":{""ara"":""تاريخ الولادة"",""fra"":""Date de naissance"",""eng"":""Date Of Birth""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""dateOfBirth""},{""id"":""gender"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""gender"",""label"":{""ara"":""جنس"",""fra"":""Le genre"",""eng"":""Gender""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":"""",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""Gender"",""groupLabel"":{""ara"":""جنس"",""fra"":""Le genre"",""eng"":""Gender""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""gender""},{""id"":""addressLine1"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine1"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line1"",""eng"":""line1""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":{""ara"":""تبوك"",""fra"":""Adresse"",""eng"":""Address""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine1""},{""id"":""addressLine2"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine2"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line2"",""eng"":""line2""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":{""ara"":""تبوك"",""fra"":""Adresse"",""eng"":""Address""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine2""},{""id"":""addressLine3"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine3"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line3"",""eng"":""line3""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":{""ara"":""تبوك"",""fra"":""Adresse"",""eng"":""Address""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine3""},{""id"":""residenceStatus"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""residenceStatus"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reside Status"",""eng"":""Residence Status""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""kyc"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""ResidenceStatus"",""groupLabel"":{""ara"":""الاسم الكامل"",""fra"":""Reside Status"",""eng"":""Residence Status""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""residenceStatus""},{""id"":""referenceIdentityNumber"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""referenceIdentityNumber"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reference Identity Number"",""eng"":""Reference Identity Number""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""kyc"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""ReferenceIdentityNumber"",""groupLabel"":{""ara"":""الاسم الكامل"",""fra"":""Reference Identity Number"",""eng"":""Reference Identity Number""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""none""},{""id"":""region"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""region"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Region"",""eng"":""Region""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":{""ara"":""موقع"",""fra"":""Lieu"",""eng"":""Location""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Region""},{""id"":""province"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""province"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Province"",""eng"":""Province""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":{""ara"":""موقع"",""fra"":""Lieu"",""eng"":""Location""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Province""},{""id"":""city"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""city"",""label"":{""ara"":""الاسم الكامل"",""fra"":""City"",""eng"":""City""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":{""ara"":""موقع"",""fra"":""Lieu"",""eng"":""Location""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""City""},{""id"":""zone"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""zone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Zone"",""eng"":""Zone""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":null,""group"":""Location"",""groupLabel"":{""ara"":""موقع"",""fra"":""Lieu"",""eng"":""Location""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Zone""},{""id"":""postalCode"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""postalCode"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Postal"",""eng"":""Postal""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[(?i)A-Z0-9]{5}$|^NA$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":{""ara"":""موقع"",""fra"":""Lieu"",""eng"":""Location""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Postal Code""},{""id"":""phone"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""phone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Phone"",""eng"":""Phone""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[+]*([0-9]{1})([0-9]{9})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Phone"",""groupLabel"":{""ara"":""الاسم الكامل"",""fra"":""Phone"",""eng"":""Phone""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Phone""},{""id"":""email"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""email"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Email"",""eng"":""Email""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Email"",""groupLabel"":{""ara"":""الاسم الكامل"",""fra"":""Email"",""eng"":""Email""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""Email""},{""id"":""introducerName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""introducerName"",""label"":{""ara"":""اسم المُعرّف"",""fra"":""nom del'introducteur"",""eng"":""Introducer Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":null,""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":{""ara"":""تفاصيل المعرف"",""eng"":""Introducer Details"",""fra"":""Détails de l'introducteur""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""introducerName""},{""id"":""introducerRID"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerRID"",""label"":{""ara"":""مقدم RID"",""fra"":""Introducteur RID"",""eng"":""Introducer RID""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":{""ara"":""تفاصيل المعرف"",""eng"":""Introducer Details"",""fra"":""Détails de l'introducteur""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty""}],""subType"":""RID""},{""id"":""introducerUIN"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerUIN"",""label"":{""ara"":""مقدم في"",""fra"":""Introducteur UIN"",""eng"":""Introducer UIN""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('introducerRID') == nil || identity.get('introducerRID') == empty""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":{""ara"":""تفاصيل المعرف"",""eng"":""Introducer Details"",""fra"":""Détails de l'introducteur""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('introducerRID') == nil || identity.get('introducerRID') == empty""}],""subType"":""UIN""}],""layoutTemplate"":null,""preRegFetchRequired"":true,""active"":false},{""order"":3,""name"":""Documents"",""label"":{""ara"":""تحميل الوثيقة"",""fra"":""Des documents"",""eng"":""Document Upload""},""caption"":{""ara"":""وثائق"",""fra"":""Des documents"",""eng"":""Documents""},""fields"":[{""id"":""proofOfAddress"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfAddress"",""label"":{""ara"":""إثبات العنوان"",""fra"":""Address Proof"",""eng"":""Address Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":{""ara"":""وثائق"",""fra"":""Documents"",""eng"":""Documents""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.updatableFieldGroups contains 'Address' || identity.updatableFieldGroups contains 'Location'""}],""subType"":""POA""},{""id"":""proofOfIdentity"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfIdentity"",""label"":{""ara"":""إثبات الهوية"",""fra"":""Identity Proof"",""eng"":""Identity Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":{""ara"":""وثائق"",""fra"":""Documents"",""eng"":""Documents""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.updatableFieldGroups contains 'FullName' || identity.updatableFieldGroups contains 'DateOfBirth'""}],""subType"":""POI""},{""id"":""proofOfRelationship"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfRelationship"",""label"":{""ara"":""إثبات العلاقة"",""fra"":""Relationship Proof"",""eng"":""Relationship Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":{""ara"":""وثائق"",""fra"":""Documents"",""eng"":""Documents""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' || identity.updatableFieldGroups contains 'IntroducerDetails'""}],""subType"":""POR""},{""id"":""proofOfDateOfBirth"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfDateOfBirth"",""label"":{""ara"":""دليل DOB"",""fra"":""DOB Proof"",""eng"":""DOB Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":{""ara"":""وثائق"",""fra"":""Documents"",""eng"":""Documents""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.updatableFieldGroups contains 'DateOfBirth'""}],""subType"":""POB""},{""id"":""proofOfException"",""inputRequired"":true,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":{""ara"":""وثائق"",""fra"":""Documents"",""eng"":""Documents""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":4,""name"":""BiometricDetails"",""label"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""caption"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""fields"":[{""id"":""individualBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Biométrie du demandeur"",""eng"":""Applicant Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":{""ara"":""القياسات الحيوية"",""fra"":""Biométrie"",""eng"":""Biometrics""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""INFANT"",""process"":""ALL"",""validationExpr"":""face"",""bioAttributes"":[""face""]}],""required"":true,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.updatableFieldGroups contains 'Biometrics'""}],""subType"":""applicant""},{""id"":""individualAuthBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":""Used to hold biometrics only for authentication"",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Authentification Biométrie"",""eng"":""Authentication Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":{""ara"":""القياسات الحيوية"",""fra"":""Biométrie"",""eng"":""Biometrics""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""ALL"",""process"":""ALL"",""validationExpr"":""leftEye || rightEye || rightIndex || rightLittle || rightRing || rightMiddle || leftIndex || leftLittle || leftRing || leftMiddle || leftThumb || rightThumb || face"",""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""]}],""required"":false,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""!(identity.get('ageGroup') == 'INFANT') && !(identity.updatableFieldGroups contains 'Biometrics')""}],""subType"":""applicant-auth""},{""id"":""introducerBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""مقدم القياسات الحيوية"",""fra"":""Introducteur Biométrie"",""eng"":""Introducer Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":{""ara"":""القياسات الحيوية"",""fra"":""Biométrie"",""eng"":""Biometrics""},""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""ALL"",""process"":""ALL"",""validationExpr"":""leftEye || rightEye || rightIndex || rightLittle || rightRing || rightMiddle || leftIndex || leftLittle || leftRing || leftMiddle || leftThumb || rightThumb || face"",""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""]}],""required"":false,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' || identity.updatableFieldGroups contains 'IntroducerDetails'""}],""subType"":""introducer""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false}],""caption"":{""eng"":""Update UIN"",""ara"":""تحديث UIN"",""fra"":""Mettre à jour l'UIN""},""icon"":""UINUpdate.png"",""isActive"":true,""autoSelectedGroups"":[""Consent"",""PreferredLanguage"",""Documents"",""Biometrics""]}",1001,0.1,now(),PUBLISHED,t,110024,now(),110024,now(),f,,,,,,,,, +78f07cba-0f5d-4e28-a970-f85d1ac302c9,0.1,registration-client,Lost Registration process,Lost Registration process,lostProcess,"{""id"":""LOST"",""order"":3,""flow"":""LOST"",""isSubProcess"":false,""label"":{""eng"":""Lost UIN"",""ara"":""فقدت UIN"",""fra"":""UIN perdu""},""screens"":[{""order"":1,""name"":""consentdet"",""label"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""caption"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""fields"":[{""id"":""IDSchemaVersion"",""inputRequired"":false,""type"":""number"",""minimum"":0,""maximum"":0,""description"":""ID Schema Version"",""label"":{""eng"":""IDSchemaVersion""},""controlType"":null,""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""none"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":null,""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""IdSchemaVersion""},{""id"":""consentText"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Consent"",""label"":{},""controlType"":""html"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consentText"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":""Registration Consent"",""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consentText""},{""id"":""consent"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""consent accepted"",""label"":{""ara"":""الاسم الكامل الكامل الكامل"",""fra"":""J'ai lu et j'accepte les termes et conditions pour partager mes PII"",""eng"":""I have read and accept terms and conditions to share my PII""},""controlType"":""checkbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consent"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consent""},{""id"":""preferredLang"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""user preferred Language"",""label"":{""ara"":""لغة الإخطار"",""fra"":""Langue de notification"",""eng"":""Notification Langauge""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""PreferredLanguage"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""preferredLang""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false},{""order"":2,""name"":""DemographicDetails"",""label"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""caption"":{""ara"":""التفاصيل الديموغرافية"",""fra"":""Détails démographiques"",""eng"":""Demographic Details""},""fields"":[{""id"":""fullName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Full Name"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Nom complet"",""eng"":""Full Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""FullName"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""name""},{""id"":""dateOfBirth"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""dateOfBirth"",""label"":{""ara"":""الاسم الكامل"",""fra"":""DOB"",""eng"":""DOB""},""controlType"":""ageDate"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(1869|18[7-9][0-9]|19[0-9][0-9]|20[0-9][0-9])/([0][1-9]|1[0-2])/([0][1-9]|[1-2][0-9]|3[01])$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""DateOfBirth"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""dateOfBirth""},{""id"":""gender"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""gender"",""label"":{""ara"":""جنس"",""fra"":""Le genre"",""eng"":""Gender""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":"""",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""Gender"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""gender""},{""id"":""addressLine1"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine1"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line1"",""eng"":""line1""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine1""},{""id"":""addressLine2"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine2"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line2"",""eng"":""line2""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine2""},{""id"":""addressLine3"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""addressLine3"",""label"":{""ara"":""الاسم الكامل"",""fra"":""line3"",""eng"":""line3""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{3,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""address"",""visible"":null,""contactType"":""Postal"",""group"":""Address"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""addressLine3""},{""id"":""residenceStatus"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""residenceStatus"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reside Status"",""eng"":""Residence Status""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""kyc"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""ResidenceStatus"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""residenceStatus""},{""id"":""referenceIdentityNumber"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""referenceIdentityNumber"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Reference Identity Number"",""eng"":""Reference Identity Number""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""kyc"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""ReferenceIdentityNumber"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""none""},{""id"":""region"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""region"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Region"",""eng"":""Region""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Region""},{""id"":""province"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""province"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Province"",""eng"":""Province""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Province""},{""id"":""city"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""city"",""label"":{""ara"":""الاسم الكامل"",""fra"":""City"",""eng"":""City""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^(?=.{0,50}$).*"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""City""},{""id"":""zone"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""zone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Zone"",""eng"":""Zone""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":null,""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Zone""},{""id"":""postalCode"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""postalCode"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Postal"",""eng"":""Postal""},""controlType"":""dropdown"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[(?i)A-Z0-9]{5}$|^NA$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""location"",""visible"":null,""contactType"":""Postal"",""group"":""Location"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Postal Code""},{""id"":""phone"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""phone"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Phone"",""eng"":""Phone""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[+]*([0-9]{1})([0-9]{9})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Phone"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Phone""},{""id"":""email"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""email"",""label"":{""ara"":""الاسم الكامل"",""fra"":""Email"",""eng"":""Email""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^[A-Za-z0-9_\\-]+(\\.[A-Za-z0-9_]+)*@[A-Za-z0-9_-]+(\\.[A-Za-z0-9_]+)*(\\.[a-zA-Z]{2,})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""pvt"",""alignmentGroup"":""contact"",""visible"":null,""contactType"":""email"",""group"":""Email"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""Email""},{""id"":""introducerName"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""introducerName"",""label"":{""ara"":""اسم المُعرّف"",""fra"":""nom del'introducteur"",""eng"":""Introducer Name""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT'""}],""subType"":""introducerName""},{""id"":""introducerRID"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerRID"",""label"":{""ara"":""مقدم RID"",""fra"":""Introducteur RID"",""eng"":""Introducer RID""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty)""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerUIN') == nil || identity.get('introducerUIN') == empty)""}],""subType"":""RID""},{""id"":""introducerUIN"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""introducerUIN"",""label"":{""ara"":""مقدم في"",""fra"":""Introducteur UIN"",""eng"":""Introducer UIN""},""controlType"":""textbox"",""fieldType"":""default"",""format"":""none"",""validators"":[{""type"":""regex"",""validator"":""^([0-9]{10,30})$"",""arguments"":[],""langCode"":null}],""fieldCategory"":""evidence"",""alignmentGroup"":""introducer"",""visible"":{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerRID') == nil || identity.get('introducerRID') == empty)""},""contactType"":null,""group"":""IntroducerDetails"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[{""engine"":""MVEL"",""expr"":""identity.get('ageGroup') == 'INFANT' && (identity.get('introducerRID') == nil || identity.get('introducerRID') == empty)""}],""subType"":""UIN""}],""layoutTemplate"":null,""preRegFetchRequired"":true,""active"":false},{""order"":3,""name"":""BiometricDetails"",""label"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""caption"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""fields"":[{""id"":""individualBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Applicant Biometrics"",""eng"":""Applicant Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""INFANT"",""process"":""ALL"",""validationExpr"":""face"",""bioAttributes"":[""face""]}],""required"":true,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[],""subType"":""applicant""},{""id"":""proofOfException"",""inputRequired"":false,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""active"":false}],""caption"":{""eng"":""Lost UIN"",""ara"":""فقدت UIN"",""fra"":""UIN perdu""},""icon"":""LostUIN.png"",""isActive"":true,""autoSelectedGroups"":null}",1001,0.1,now(),PUBLISHED,t,110024,now(),110024,now(),f,,,,,,,,, +6a080562-86d0-4dba-8bd9-4bdc89243e70,0.1,registration-client,Biometric correction Registration process,Biometric correction Registration process,bioCorrectionProcess,"{""id"":""BIOMETRIC_CORRECTION"",""order"":4,""flow"":""CORRECTION"",""isSubProcess"":false,""label"":{""eng"":""Biometric correction"",""ara"":""التصحيح البيومتري"",""fra"":""Correction biométrique""},""screens"":[{""order"":1,""name"":""consentdet"",""label"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""caption"":{""ara"":""موافقة"",""fra"":""Consentement"",""eng"":""Consent""},""fields"":[{""id"":""consentText"",""inputRequired"":true,""type"":""simpleType"",""minimum"":0,""maximum"":0,""description"":""Consent"",""label"":{},""controlType"":""html"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consentText"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":""Registration Consent"",""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consentText""},{""id"":""consent"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""consent accepted"",""label"":{""ara"":""الاسم الكامل الكامل الكامل"",""fra"":""J'ai lu et j'accepte les termes et conditions pour partager mes PII"",""eng"":""I have read and accept terms and conditions to share my PII""},""controlType"":""checkbox"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""consent"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""consent""},{""id"":""preferredLang"",""inputRequired"":true,""type"":""string"",""minimum"":0,""maximum"":0,""description"":""user preferred Language"",""label"":{""ara"":""لغة الإخطار"",""fra"":""Langue de notification"",""eng"":""Notification Langauge""},""controlType"":""button"",""fieldType"":""dynamic"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":""group1"",""visible"":null,""contactType"":null,""group"":""PreferredLanguage"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":true,""bioAttributes"":null,""requiredOn"":[],""subType"":""preferredLang""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""additionalInfoRequestIdRequired"":false,""active"":false},{""order"":2,""name"":""BiometricDetails"",""label"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""caption"":{""ara"":""التفاصيل البيومترية"",""fra"":""Détails biométriques"",""eng"":""Biometric Details""},""fields"":[{""id"":""individualBiometrics"",""inputRequired"":true,""type"":""biometricsType"",""minimum"":0,""maximum"":0,""description"":"""",""label"":{""ara"":""القياسات الحيوية الفردية"",""fra"":""Applicant Biometrics"",""eng"":""Applicant Biometrics""},""controlType"":""biometrics"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""pvt"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Biometrics"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":[{""ageGroup"":""INFANT"",""process"":""ALL"",""validationExpr"":""face"",""bioAttributes"":[""face""]}],""required"":true,""bioAttributes"":[""leftEye"",""rightEye"",""rightIndex"",""rightLittle"",""rightRing"",""rightMiddle"",""leftIndex"",""leftLittle"",""leftRing"",""leftMiddle"",""leftThumb"",""rightThumb"",""face""],""requiredOn"":[],""subType"":""applicant""},{""id"":""proofOfException"",""inputRequired"":false,""type"":""documentType"",""minimum"":0,""maximum"":0,""description"":""proofOfException"",""label"":{""ara"":""إثبات الاستثناء"",""fra"":""Exception Proof"",""eng"":""Exception Proof""},""controlType"":""fileupload"",""fieldType"":""default"",""format"":""none"",""validators"":[],""fieldCategory"":""evidence"",""alignmentGroup"":null,""visible"":null,""contactType"":null,""group"":""Documents"",""groupLabel"":null,""changeAction"":null,""transliterate"":false,""templateName"":null,""fieldLayout"":null,""locationHierarchy"":null,""conditionalBioAttributes"":null,""required"":false,""bioAttributes"":null,""requiredOn"":[],""subType"":""POE""}],""layoutTemplate"":null,""preRegFetchRequired"":false,""additionalInfoRequestIdRequired"":true,""active"":false}],""caption"":{""eng"":""Biometric correction"",""ara"":""التصحيح البيومتري"",""fra"":""Correction biométrique""},""icon"":""UINUpdate.png"",""isActive"":true,""autoSelectedGroups"":null} ",1001,0.1,now(),PUBLISHED,t,110024,now(),110024,now(),f,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, +,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/mosip_master_csv/csv/user_detail.csv b/mosip_master_csv/csv/user_detail.csv new file mode 100644 index 00000000..e7548bd2 --- /dev/null +++ b/mosip_master_csv/csv/user_detail.csv @@ -0,0 +1 @@ +lang_code,id,uin,name,email,mobile,status_code,regcntr_id,last_login_method,is_active diff --git a/mosip_master_csv/csv/user_detail_h.csv b/mosip_master_csv/csv/user_detail_h.csv new file mode 100644 index 00000000..1d8ed8ae --- /dev/null +++ b/mosip_master_csv/csv/user_detail_h.csv @@ -0,0 +1 @@ +lang_code,id,uin,name,email,mobile,status_code,regcntr_id,last_login_method,is_active,eff_dtimes diff --git a/mosip_master_csv/csv/valid_document.csv b/mosip_master_csv/csv/valid_document.csv new file mode 100644 index 00000000..bafd7ad4 --- /dev/null +++ b/mosip_master_csv/csv/valid_document.csv @@ -0,0 +1,37 @@ +doctyp_code,doccat_code,lang_code,is_active +CIN,POI,eng,TRUE +RNC,POA,eng,TRUE +COR,POA,eng,TRUE +CRN,POR,eng,TRUE +COB,POB,eng,TRUE +DOC001,POI,eng,TRUE +DOC002,POI,eng,TRUE +DOC003,POI,eng,TRUE +DOC004,POI,eng,TRUE +DOC005,POI,eng,TRUE +DOC006,POI,eng,TRUE +DOC007,POI,eng,TRUE +DOC008,POI,eng,TRUE +DOC009,POI,eng,TRUE +DOC010,POI,eng,TRUE +DOC011,POI,eng,TRUE +DOC012,POI,eng,TRUE +DOC001,POA,eng,TRUE +DOC013,POA,eng,TRUE +DOC014,POA,eng,TRUE +DOC015,POA,eng,TRUE +DOC004,POA,eng,TRUE +DOC005,POA,eng,TRUE +DOC006,POA,eng,TRUE +DOC016,POA,eng,TRUE +DOC017,POA,eng,TRUE +DOC018,POA,eng,TRUE +DOC008,POA,eng,TRUE +DOC024,POR,eng,TRUE +DOC025,POR,eng,TRUE +DOC026,POR,eng,TRUE +DOC001,POR,eng,TRUE +DOC027,POR,eng,TRUE +DOC028,POR,eng,TRUE +COE,POE,eng,TRUE +EOP,POE,eng,TRUE diff --git a/mosip_master_csv/csv/zone.csv b/mosip_master_csv/csv/zone.csv new file mode 100644 index 00000000..e6263b55 --- /dev/null +++ b/mosip_master_csv/csv/zone.csv @@ -0,0 +1,64 @@ +lang_code,code,name,hierarchy_level,hierarchy_level_name,hierarchy_path,parent_zone_code,is_active +eng,MOR,MyCountry,0,Country,MOR,,TRUE +fra,MOR,Maroc,0,Pays,MOR,,TRUE +eng,NTH,North,1,Direction,MOR/NTH,MOR,TRUE +fra,NTH,Nord,1,Direction,MOR/NTH,MOR,TRUE +eng,RSK,RabatSaleKenitra,2,Region,MOR/NTH/RSK,NTH,TRUE +fra,RSK,Rabat-Salé-Kénitra,2,Région,MOR/NTH/RSK,NTH,TRUE +eng,RBT,Rabat,3,Province,MOR/NTH/RSK/RBT,RSK,TRUE +fra,RBT,Rabat,3,Province,MOR/NTH/RSK/RBT,RSK,TRUE +eng,KTA,Kenitra,3,Province,MOR/NTH/RSK/KTA,RSK,TRUE +fra,KTA,Kénitra,3,Province,MOR/NTH/RSK/KTA,RSK,TRUE +eng,SAL,Salé ,3,Province,MOR/NTH/RSK/SAL,RSK,TRUE +fra,SAL,Sala,3,Province,MOR/NTH/RSK/SAL,RSK,TRUE +eng,CST,Casablanca-Settat,2,Region,MOR/NTH/CST,NTH,TRUE +fra,CST,Casablanca-Settat,2,Région,MOR/NTH/CST,NTH,TRUE +eng,BSN,Benslimane,3,Province,MOR/NTH/CST/BSN,CST,TRUE +fra,BSN,Benslimane,3,Province,MOR/NTH/CST/BSN,CST,TRUE +eng,CSB,Casablanca,3,Province,MOR/NTH/CST/CSB,CST,TRUE +fra,CSB,Casablanca,3,Province,MOR/NTH/CST/CSB,CST,TRUE +eng,STT,Settat,3,Province,MOR/NTH/CST/STT,CST,TRUE +fra,STT,Settat,3,Province,MOR/NTH/CST/STT,CST,TRUE +eng,ORT,Oriental,2,Region,MOR/NTH/ORT,NTH,TRUE +fra,ORT,Oriental,2,Région,MOR/NTH/ORT,NTH,TRUE +eng,NDR,Nador,3,Province,MOR/NTH/ORT/NDR,ORT,TRUE +fra,NDR,Nador,3,Province,MOR/NTH/ORT/NDR,ORT,TRUE +eng,BRK,Berkane,3,Province,MOR/NTH/ORT/BRK,ORT,TRUE +fra,BRK,Berkane,3,Province,MOR/NTH/ORT/BRK,ORT,TRUE +eng,JRD,Jerada ,3,Province,MOR/NTH/ORT/JRD,ORT,TRUE +fra,JRD,Jerada ,3,Province,MOR/NTH/ORT/JRD,ORT,TRUE +eng,STH,South,1,Direction,MOR/STH,MOR,TRUE +fra,STH,Sud,1,Direction,MOR/STH,MOR,TRUE +eng,MRS,Marrakesh-Safi,2,Region,MOR/STH/MRS,STH,TRUE +fra,MRS,Marrakesh-Safi,2,Région,MOR/STH/MRS,STH,TRUE +eng,SAF,Safi ,3,Province,MOR/STH/MRS/SAF,MRS,TRUE +fra,SAF,Safi ,3,Province,MOR/STH/MRS/SAF,MRS,TRUE +eng,YSF,Youssoufia ,3,Province,MOR/STH/MRS/YSF,MRS,TRUE +fra,YSF,Youssoufia ,3,Province,MOR/STH/MRS/YSF,MRS,TRUE +eng,SOS,Souss-Massa,2,Region,MOR/STH/SOS,STH,TRUE +fra,SOS,Sus-Massa,2,Région,MOR/STH/SOS,STH,TRUE +eng,TTA,Tata ,3,Province,MOR/STH/SOS/TTA,SOS,TRUE +fra,TTA,Tata ,3,Province,MOR/STH/SOS/TTA,SOS,TRUE +eng,TZT,Tiznit,3,Province,MOR/STH/SOS/TZT,SOS,TRUE +fra,TZT,Tiznit,3,Province,MOR/STH/SOS/TZT,SOS,TRUE +ara,MOR,مايكونتري,0,دولة,MOR,,TRUE +ara,NTH,شمال,1,اتجاه,MOR/NTH,MOR,TRUE +ara,RSK,الرباط ساليالقنيطرة,2,منطقة,MOR/NTH/RSK,NTH,TRUE +ara,RBT,الرباط,3,مقاطعة,MOR/NTH/RSK/RBT,RSK,TRUE +ara,KTA,القنيطرة,3,مقاطعة,MOR/NTH/RSK/KTA,RSK,TRUE +ara,SAL,قذر,3,مقاطعة,MOR/NTH/RSK/SAL,RSK,TRUE +ara,CST,الدار البيضاء سطات,2,منطقة,MOR/NTH/CST,NTH,TRUE +ara,BSN,بن سليمان,3,مقاطعة,MOR/NTH/CST/BSN,CST,TRUE +ara,CSB,الدار البيضاء,3,مقاطعة,MOR/NTH/CST/CSB,CST,TRUE +ara,STT,سطات,3,مقاطعة,MOR/NTH/CST/STT,CST,TRUE +ara,ORT,شرقية,2,منطقة,MOR/NTH/ORT,NTH,TRUE +ara,NDR,الناظور,3,مقاطعة,MOR/NTH/ORT/NDR,ORT,TRUE +ara,BRK,بركان,3,مقاطعة,MOR/NTH/ORT/BRK,ORT,TRUE +ara,JRD,جرادة,3,مقاطعة,MOR/NTH/ORT/JRD,ORT,TRUE +ara,STH,جنوب,1,اتجاه,MOR/STH,MOR,TRUE +ara,MRS,مراكشصف,2,منطقة,MOR/STH/MRS,STH,TRUE +ara,SAF,صافي,3,مقاطعة,MOR/STH/MRS/SAF,MRS,TRUE +ara,YSF,اليوسفية,3,مقاطعة,MOR/STH/MRS/YSF,MRS,TRUE +ara,SOS,سوس ماسة,2,منطقة,MOR/STH/SOS,STH,TRUE +ara,TTA,تاتا,3,مقاطعة,MOR/STH/SOS/TTA,SOS,TRUE +ara,TZT,تزنيت,3,مقاطعة,MOR/STH/SOS/TZT,SOS,TRUE diff --git a/mosip_master_csv/csv/zone_user.csv b/mosip_master_csv/csv/zone_user.csv new file mode 100644 index 00000000..d01f3832 --- /dev/null +++ b/mosip_master_csv/csv/zone_user.csv @@ -0,0 +1,3 @@ +lang_code,zone_code,usr_id,is_active +eng,MOR,globaladmin,TRUE +eng,MOR,service-account-mosip-resident-client,TRUE diff --git a/mosip_master_csv/csv/zone_user_h.csv b/mosip_master_csv/csv/zone_user_h.csv new file mode 100644 index 00000000..6bd6e836 --- /dev/null +++ b/mosip_master_csv/csv/zone_user_h.csv @@ -0,0 +1,3 @@ +lang_code,zone_code,usr_id,is_active,eff_dtimes +eng,MOR,globaladmin,TRUE,now() +eng,MOR,service-account-mosip-resident-client,TRUE,now()