From 1e604f082bc677d1f41323b8fd0817deca7974dc Mon Sep 17 00:00:00 2001 From: Yash S <119652212+yashmsonkusare@users.noreply.github.com> Date: Tue, 23 Jan 2024 13:58:52 +0530 Subject: [PATCH] MOSIP-26628:Updated the errorMessage for errorCode-"KER-MSD-391" in all lang (#455) * Updated the errorMessage for all languages Signed-off-by: Yash S <119652212+yashmsonkusare@users.noreply.github.com> * Added the errorCode and errorMessage for digital card service Signed-off-by: Yash S <119652212+yashmsonkusare@users.noreply.github.com> * Updated the delimiter to supported "|" Signed-off-by: Yash S <119652212+yashmsonkusare@users.noreply.github.com> --------- Signed-off-by: Yash S <119652212+yashmsonkusare@users.noreply.github.com> --- artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json | 7 +++++-- artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json | 7 +++++-- artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json | 7 +++++-- artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json | 7 +++++-- artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json | 7 +++++-- artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json | 7 +++++-- artifacts/src/master-templates/appl_form_type.csv | 4 ++-- .../master-templates/applicant_valid_document.csv | 4 ++-- .../src/master-templates/biometric_attribute.csv | 4 ++-- artifacts/src/master-templates/biometric_type.csv | 4 ++-- artifacts/src/master-templates/blocklisted_words.csv | 4 ++-- artifacts/src/master-templates/daysofweek_list.csv | 4 ++-- artifacts/src/master-templates/device_master.csv | 4 ++-- artifacts/src/master-templates/device_spec.csv | 4 ++-- artifacts/src/master-templates/device_type.csv | 4 ++-- artifacts/src/master-templates/doc_category.csv | 4 ++-- artifacts/src/master-templates/doc_type.csv | 8 ++++---- artifacts/src/master-templates/dynamic_field.csv | 4 ++-- artifacts/src/master-templates/gender.csv | 4 ++-- artifacts/src/master-templates/id_type.csv | 4 ++-- artifacts/src/master-templates/identity_schema.csv | 4 ++-- artifacts/src/master-templates/individual_type.csv | 8 ++++---- artifacts/src/master-templates/language.csv | 4 ++-- .../src/master-templates/loc_hierarchy_list.csv | 4 ++-- artifacts/src/master-templates/loc_holiday.csv | 4 ++-- artifacts/src/master-templates/location.csv | 4 ++-- artifacts/src/master-templates/machine_master.csv | 4 ++-- artifacts/src/master-templates/machine_spec.csv | 4 ++-- artifacts/src/master-templates/machine_type.csv | 4 ++-- artifacts/src/master-templates/module_detail.csv | 4 ++-- artifacts/src/master-templates/reason_category.csv | 4 ++-- artifacts/src/master-templates/reason_list.csv | 4 ++-- artifacts/src/master-templates/reg_center_type.csv | 4 ++-- .../src/master-templates/reg_exceptional_holiday.csv | 4 ++-- .../src/master-templates/reg_working_nonworking.csv | 12 ++++-------- .../src/master-templates/registration_center.csv | 4 ++-- artifacts/src/master-templates/template.csv | 4 ++-- .../src/master-templates/template_file_format.csv | 4 ++-- artifacts/src/master-templates/template_type.csv | 4 ++-- artifacts/src/master-templates/title.csv | 4 ++-- artifacts/src/master-templates/user_detail.csv | 4 ++-- artifacts/src/master-templates/valid_document.csv | 4 ++-- artifacts/src/master-templates/zone.csv | 4 ++-- artifacts/src/master-templates/zone_user.csv | 4 ++-- 44 files changed, 112 insertions(+), 98 deletions(-) diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json index e2d46258..4eee26eb 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/ara.json @@ -1333,7 +1333,7 @@ "KER-MSD-337": "حدث خطأ أثناء إحضار المنطقة" , "KER-MSD-339": "لم يتم العثور على منطقة للمستخدم الذي قام بتسجيل الدخول٪ s" , "KER-MSD-338": "حدث خطأ أثناء إحضار منطقة المستخدم" , - "KER-MSD-391": "الكيان لمعرف المستخدم المحدد غير موجود" , + "KER-MSD-391": "تعيين المنطقة مفقود. يرجى تعيين المستخدم للمنطقة", "KER-MSD-392": "لم يتم العثور على الكيان الخاص برمز المنطقة الخاص بمعرف المستخدم" , "ADM-PKT-001": "المسؤول غير مخول" , "KER-MSD-393": "خطأ داخلي في الخادم" , @@ -1487,6 +1487,9 @@ "ADM-AVD-006": "الرجاء الإقرار بالتفاصيل قبل تنزيل البطاقة الرقمية", "ADM-AVD-007": "معرّف الطلب غير موجود", "ADM-AVD-008": "تجاوز حد البحث اليومي الخاص بك. يرجى محاولة البحث مرة أخرى غدًا.", - "ADM-AVD-009": "انتهت صلاحية استخدام مشاركة البيانات" + "ADM-AVD-009": "انتهت صلاحية استخدام مشاركة البيانات", + "ADM-AVD-509" : "لم يتم العثور على RID", + "ADM-AVD-510" : "تم تجاوز حد البحث لمقدم الطلب", + "ADM-AVD-511" : "طلب معرف غير موجود" } } diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json index 73a90c62..23d812dd 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/eng.json @@ -1283,7 +1283,7 @@ "KER-MSD-337": "Error occured while fetching zone", "KER-MSD-339": "No zone found for the logged-in user %s", "KER-MSD-338": "Error Occured while fetching zone of the user", - "KER-MSD-391": "Entity for user ID specified Not Found", + "KER-MSD-391": "Zone mapping missing. Kindly map the user to zone", "KER-MSD-392": "Entity for Zone Code of user ID specified Not Found", "ADM-PKT-001": "Admin is not authorized", "KER-MSD-393": "Internal Server Error", @@ -1436,6 +1436,9 @@ "ADM-AVD-006" : "Please acknowledge the details before downloading digital card", "ADM-AVD-007" : "Request id not found", "ADM-AVD-008" : "Your daily search limit has exceeded. Please try searching again tomorrow.", - "ADM-AVD-009" : "Data share usuage expired" + "ADM-AVD-009" : "Data share usuage expired", + "ADM-AVD-509" : "RID not found", + "ADM-AVD-510" : "Applicant search limit exceeded", + "ADM-AVD-511" : "Request id not found" } } diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json index 3f2e69d9..536391ef 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/fra.json @@ -1551,7 +1551,7 @@ "KER-MSD-337": "Une erreur s'est produite lors de la récupération de la zone", "KER-MSD-339": "Aucune zone trouvée pour l'utilisateur connecté %s", "KER-MSD-338": "Une erreur s'est produite lors de la récupération de la zone de l'utilisateur", - "KER-MSD-391": "Entité pour l'ID utilisateur spécifié introuvable", + "KER-MSD-391": "Mappage de zone manquant. Veuillez mapper l'utilisateur à la zone", "KER-MSD-392": "Entité pour le code de zone de l'ID utilisateur spécifié introuvable", "ADM-PKT-001": "L'administrateur n'est pas autorisé", "KER-MSD-393": "Erreur du serveur interne", @@ -1704,6 +1704,9 @@ "ADM-AVD-006" : "Veuillez prendre connaissance des détails avant de télécharger la carte numérique", "ADM-AVD-007" : "Identifiant de la requête introuvable", "ADM-AVD-008" : "Votre limite de recherche quotidienne a été dépassée. Veuillez réessayer demain.", - "ADM-AVD-009" : "L'utilisation du partage de données a expiré" + "ADM-AVD-009" : "L'utilisation du partage de données a expiré", + "ADM-AVD-509" : "RID introuvable", + "ADM-AVD-510" : "Limite de recherche de candidats dépassée", + "ADM-AVD-511" : "ID de demande introuvable" } } \ No newline at end of file diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json index 50857a37..af7f0416 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/hin.json @@ -1398,7 +1398,7 @@ "KER-MSD-337": "ज़ोन लाते समय त्रुटि हुई", "KER-MSD-339": "लॉग-इन उपयोगकर्ता %s के लिए कोई क्षेत्र नहीं मिला", "KER-MSD-338": "उपयोगकर्ता के क्षेत्र को लाने में त्रुटि हुई", - "KER-MSD-391": "उपयोगकर्ता आईडी के लिए इकाई निर्दिष्ट नहीं मिली", + "KER-MSD-391": "जोन मैपिंग गायब है। कृपया उपयोगकर्ता को ज़ोन में मैप करें", "KER-MSD-392": "उपयोगकर्ता आईडी के जोन कोड के लिए इकाई निर्दिष्ट नहीं मिली", "ADM-PKT-001": "व्यवस्थापक अधिकृत नहीं है", "KER-MSD-393": "आंतरिक सर्वर त्रुटि", @@ -1459,6 +1459,9 @@ "ADM-AVD-006" : "कृपया डिजिटल कार्ड डाउनलोड करने से पहले विवरण स्वीकार करें", "ADM-AVD-007" : "अनुरोध आईडी नहीं मिली", "ADM-AVD-008" : "आपकी दैनिक खोज सीमा पार हो गई है। कृपया कल फिर से खोजने का प्रयास करें।", - "ADM-AVD-009" : "डेटा शेयर उपयोग की समय सीमा समाप्त" + "ADM-AVD-009" : "डेटा शेयर उपयोग की समय सीमा समाप्त", + "ADM-AVD-509" : "आरआईडी नहीं मिला", + "ADM-AVD-510" : "आवेदक खोज सीमा पार हो गई", + "ADM-AVD-511" : "अनुरोध आईडी नहीं मिला" } } diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json index 266628a8..de04d743 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/kan.json @@ -1410,7 +1410,7 @@ "KER-MSD-337": "ವಲಯವನ್ನು ತರುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", "KER-MSD-339": "ಲಾಗ್ ಇನ್ ಮಾಡಿದ ಬಳಕೆದಾರರಿಗೆ ಯಾವುದೇ ವಲಯ ಕಂಡುಬಂದಿಲ್ಲ %s", "KER-MSD-338": "ಬಳಕೆದಾರರ ವಲಯವನ್ನು ಪಡೆಯುವಾಗ ದೋಷ ಸಂಭವಿಸಿದೆ", - "KER-MSD-391": "ನಿರ್ದಿಷ್ಟಪಡಿಸಿದ ಬಳಕೆದಾರ ID ಗಾಗಿ ಅಸ್ತಿತ್ವ ಕಂಡುಬಂದಿಲ್ಲ", + "KER-MSD-391": "ವಲಯ ಮ್ಯಾಪಿಂಗ್ ಕಾಣೆಯಾಗಿದೆ. ದಯವಿಟ್ಟು ಬಳಕೆದಾರರನ್ನು ವಲಯಕ್ಕೆ ನಕ್ಷೆ ಮಾಡಿ", "KER-MSD-392": "ಬಳಕೆದಾರ ID ಯ ವಲಯ ಕೋಡ್‌ಗಾಗಿ ಅಸ್ತಿತ್ವವು ನಿರ್ದಿಷ್ಟವಾಗಿಲ್ಲ", "ADM-PKT-001": "ನಿರ್ವಾಹಕರಿಗೆ ಅಧಿಕಾರವಿಲ್ಲ", "KER-MSD-393": "ಆಂತರಿಕ ಸರ್ವರ್ ದೋಷ", @@ -1470,6 +1470,9 @@ "ADM-AVD-006" : "ಡಿಜಿಟಲ್ ಕಾರ್ಡ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ಮೊದಲು ದಯವಿಟ್ಟು ವಿವರಗಳನ್ನು ಅಂಗೀಕರಿಸಿ", "ADM-AVD-007" : "ವಿನಂತಿ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ", "ADM-AVD-008" : "ನಿಮ್ಮ ದೈನಂದಿನ ಹುಡುಕಾಟದ ಮಿತಿ ಮೀರಿದೆ. ದಯವಿಟ್ಟು ನಾಳೆ ಮತ್ತೆ ಹುಡುಕಲು ಪ್ರಯತ್ನಿಸಿ.", - "ADM-AVD-009" : "ಡೇಟಾ ಹಂಚಿಕೆ ಬಳಕೆ ಅವಧಿ ಮೀರಿದೆ" + "ADM-AVD-009" : "ಡೇಟಾ ಹಂಚಿಕೆ ಬಳಕೆ ಅವಧಿ ಮೀರಿದೆ", + "ADM-AVD-509" : "RID ಕಂಡುಬಂದಿಲ್ಲ", + "ADM-AVD-510" : "ಅರ್ಜಿದಾರರ ಹುಡುಕಾಟದ ಮಿತಿ ಮೀರಿದೆ", + "ADM-AVD-511" : "ವಿನಂತಿಯ ಐಡಿ ಕಂಡುಬಂದಿಲ್ಲ" } } diff --git a/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json b/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json index 542a4505..6c8516e6 100644 --- a/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json +++ b/artifacts/src/i18n/admin-i18n-bundle/i18n/tam.json @@ -1407,7 +1407,7 @@ "KER-MSD-337": "மண்டலத்தைப் பெறும்போது பிழை ஏற்பட்டது", "KER-MSD-339": "உள்நுழைந்த பயனருக்கு %s இல்லை", "KER-MSD-338": "பயனரின் மண்டலத்தைப் பெறுவதில் பிழை ஏற்பட்டது", - "KER-MSD-391": "குறிப்பிடப்பட்ட பயனர் அடையாளங்களுக்கான நிறுவனம் கண்டுபிடிக்கப்படவில்லை", + "KER-MSD-391": "மண்டல மேப்பிங் இல்லை. தயவுசெய்து பயனரை மண்டலத்திற்கு வரைபடமாக்குங்கள்", "KER-MSD-392": "குறிப்பிடப்பட்ட பயனர் ஐடியின் மண்டலக் குறியீட்டிற்கான நிறுவனம் கண்டுபிடிக்கப்படவில்லை", "ADM-PKT-001": "நிர்வாகம் அங்கீகரிக்கப்படவில்லை", "KER-MSD-393": "உள் சேவையக பிழை", @@ -1469,6 +1469,9 @@ "ADM-AVD-006" : "டிஜிட்டல் கார்டைப் பதிவிறக்கும் முன் விவரங்களை ஒப்புக்கொள்ளவும்", "ADM-AVD-007" : "கோரிக்கை ஐடி கிடைக்கவில்லை", "ADM-AVD-008" : "உங்கள் தினசரி தேடல் வரம்பு மீறப்பட்டுள்ளது. தயவுசெய்து நாளை மீண்டும் தேட முயற்சிக்கவும்.", - "ADM-AVD-009" : "தரவு பகிர்வு பயன்பாடு காலாவதியானது" + "ADM-AVD-009" : "தரவு பகிர்வு பயன்பாடு காலாவதியானது", + "ADM-AVD-509" : "RID கிடைக்கவில்லை", + "ADM-AVD-510" : "விண்ணப்பதாரர் தேடல் வரம்பு மீறப்பட்டது", + "ADM-AVD-511" : "கோரிக்கை ஐடி கிடைக்கவில்லை" } } diff --git a/artifacts/src/master-templates/appl_form_type.csv b/artifacts/src/master-templates/appl_form_type.csv index d845648d..3a13e73f 100644 --- a/artifacts/src/master-templates/appl_form_type.csv +++ b/artifacts/src/master-templates/appl_form_type.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -BBB,Test,Test,eng,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +BBB|Test|Test|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/applicant_valid_document.csv b/artifacts/src/master-templates/applicant_valid_document.csv index 661b60cd..f200648e 100644 --- a/artifacts/src/master-templates/applicant_valid_document.csv +++ b/artifacts/src/master-templates/applicant_valid_document.csv @@ -1,2 +1,2 @@ -appTypeCode,docCategoryCode,docTypeCode,langCode,isActive,isDeleted -ABC,POI,CIN,eng,TRUE,FALSE +appTypeCode|docCategoryCode|docTypeCode|langCode|isActive|isDeleted +ABC|POI|CIN|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/biometric_attribute.csv b/artifacts/src/master-templates/biometric_attribute.csv index af27db17..11e43534 100644 --- a/artifacts/src/master-templates/biometric_attribute.csv +++ b/artifacts/src/master-templates/biometric_attribute.csv @@ -1,2 +1,2 @@ -code,name,description,biometricTypeCode,langCode,isActive,isDeleted -AB,FOOT,Print ofFOOT,FNR,eng,TRUE,FALSE +code|name|description|biometricTypeCode|langCode|isActive|isDeleted +AB|FOOT|Print ofFOOT|FNR|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/biometric_type.csv b/artifacts/src/master-templates/biometric_type.csv index 11c8fbe2..e2bfa986 100644 --- a/artifacts/src/master-templates/biometric_type.csv +++ b/artifacts/src/master-templates/biometric_type.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -FTT,FOOTPRINT,FOOTPRINT,eng,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +FTT|FOOTPRINT|FOOTPRINT|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/blocklisted_words.csv b/artifacts/src/master-templates/blocklisted_words.csv index ded25954..38f13c59 100644 --- a/artifacts/src/master-templates/blocklisted_words.csv +++ b/artifacts/src/master-templates/blocklisted_words.csv @@ -1,2 +1,2 @@ -word,description,langCode,isActive,isDeleted -douchebag,slangUpdate,eng,TRUE,FALSE +word|description|langCode|isActive|isDeleted +douchebag|slangUpdate|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/daysofweek_list.csv b/artifacts/src/master-templates/daysofweek_list.csv index 929f40aa..2aad5356 100644 --- a/artifacts/src/master-templates/daysofweek_list.csv +++ b/artifacts/src/master-templates/daysofweek_list.csv @@ -1,2 +1,2 @@ -code,name,daySeq,isGlobalWorking,langCode,isActive,isDeleted -108,ABC,8,TRUE,eng,TRUE,FALSE +code|name|daySeq|isGlobalWorking|langCode|isActive|isDeleted +108|ABC|8|TRUE|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/device_master.csv b/artifacts/src/master-templates/device_master.csv index 450f0ff9..f388690e 100644 --- a/artifacts/src/master-templates/device_master.csv +++ b/artifacts/src/master-templates/device_master.csv @@ -1,2 +1,2 @@ -id,name,macAddress,serialNum,ipAddress,validityDateTime,deviceSpecId,zoneCode,regCenterId,langCode,isActive,isDeleted -4013,DeviceUploadTest,54-BF-64-4C-91-6B,222222,127.0.0.3,2022-11-17T09:50:23.637Z,327,KTA,10001,eng,TRUE,FALSE +id|name|macAddress|serialNum|ipAddress|validityDateTime|deviceSpecId|zoneCode|regCenterId|langCode|isActive|isDeleted +4013|DeviceUploadTest|54-BF-64-4C-91-6B|222222|127.0.0.3|2022-11-17T09:50:23.637Z|327|KTA|10001|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/device_spec.csv b/artifacts/src/master-templates/device_spec.csv index 964f1303..bf3e58a2 100644 --- a/artifacts/src/master-templates/device_spec.csv +++ b/artifacts/src/master-templates/device_spec.csv @@ -1,2 +1,2 @@ -id,name,brand,model,deviceTypeCode,minDriverversion,description,langCode,isActive,isDeleted -678,ewwv,Greenbit,DactyScan84c,IRS,1.12,Tocapture,eng,TRUE,FALSE +id|name|brand|model|deviceTypeCode|minDriverversion|description|langCode|isActive|isDeleted +678|ewwv|Greenbit|DactyScan84c|IRS|1.12|Tocapture|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/device_type.csv b/artifacts/src/master-templates/device_type.csv index 4cf86e7f..72fd917f 100644 --- a/artifacts/src/master-templates/device_type.csv +++ b/artifacts/src/master-templates/device_type.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -ABC,ABC,For printing Documents,eng,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +ABC|ABC|For printing Documents|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/doc_category.csv b/artifacts/src/master-templates/doc_category.csv index a05d0d45..6822509c 100644 --- a/artifacts/src/master-templates/doc_category.csv +++ b/artifacts/src/master-templates/doc_category.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -ABC,ABC,ABC,eng,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +ABC|ABC|ABC|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/doc_type.csv b/artifacts/src/master-templates/doc_type.csv index ae6e23c5..dee0edbe 100644 --- a/artifacts/src/master-templates/doc_type.csv +++ b/artifacts/src/master-templates/doc_type.csv @@ -1,4 +1,4 @@ -code,name,description,langCode,isActive,isDeleted -TC001,PPP,Preuve didentité,fra,TRUE,FALSE -TC002,PPP,Proof of Idendity,eng,TRUE,FALSE -TC003,PPP,إثبات الهوية,ara,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +TC001|PPP|Preuve didentité|fra|TRUE|FALSE +TC002|PPP|Proof of Idendity|eng|TRUE|FALSE +TC003|PPP|إثبات الهوية|ara|TRUE|FALSE diff --git a/artifacts/src/master-templates/dynamic_field.csv b/artifacts/src/master-templates/dynamic_field.csv index 904b12a7..75387b48 100644 --- a/artifacts/src/master-templates/dynamic_field.csv +++ b/artifacts/src/master-templates/dynamic_field.csv @@ -1,2 +1,2 @@ -id,name,description,dataType,valueJson,langCode,isActive,isDeleted -Test,bloodType,BloodType,string,"{"value":"français","code":"fra"}",eng,TRUE,FALSE +id|name|description|dataType|valueJson|langCode|isActive|isDeleted +Test|bloodType|BloodType|string|"{"value":"français"|"code":"fra"}"|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/gender.csv b/artifacts/src/master-templates/gender.csv index db3ac49a..9f14c1d2 100644 --- a/artifacts/src/master-templates/gender.csv +++ b/artifacts/src/master-templates/gender.csv @@ -1,2 +1,2 @@ -code,genderName,langCode,isActive,isDeleted -DDD,AAA,ara,TRUE,FALSE +code|genderName|langCode|isActive|isDeleted +DDD|AAA|ara|TRUE|FALSE diff --git a/artifacts/src/master-templates/id_type.csv b/artifacts/src/master-templates/id_type.csv index 2eec5746..9a996473 100644 --- a/artifacts/src/master-templates/id_type.csv +++ b/artifacts/src/master-templates/id_type.csv @@ -1,2 +1,2 @@ -code,name,descr,langCode,isActive,isDeleted -yyy,Unique Identification Number,National ID given to the applicant,eng,FALSE,FALSE +code|name|descr|langCode|isActive|isDeleted +yyy|Unique Identification Number|National ID given to the applicant|eng|FALSE|FALSE diff --git a/artifacts/src/master-templates/identity_schema.csv b/artifacts/src/master-templates/identity_schema.csv index f1506569..ee1f5601 100644 --- a/artifacts/src/master-templates/identity_schema.csv +++ b/artifacts/src/master-templates/identity_schema.csv @@ -1,2 +1,2 @@ -id,idVersion,title,description,schemaJson,status,additionalProperties,effectiveFrom,langCode,isActive,isDeleted -1008,0.200,Mosip Identity,Mosip Sample identity,"{"id":"mosip.applicanttype.fetch","request":{"attributes":[{"attribute":"gender","value":[{"language":"eng","value":"FLE"},{"language":"ara","value":"FLE"},{"language":"fra","value":"FLE"}]},{"attribute":"dateOfBirth","value":"1981/10/04"},{"attribute":"residenceStatus","value":[{"language":"eng","value":"FR"},{"language":"ara","value":"FR"},{"language":"fra","value":"FR"}]},{"attribute":"biometricAvailable","value":false}]},"metadata":{},"version":"1.0","requesttime":"2021-11-10T05:04:56.243Z"}",PUBLISHED,FALSE,2022-11-17T09:50:23.637Z,eng,TRUE,FALSE +id|idVersion|title|description|schemaJson|status|additionalProperties|effectiveFrom|langCode|isActive|isDeleted +1008|0.200|Mosip Identity|Mosip Sample identity|"{"id":"mosip.applicanttype.fetch"|"request":{"attributes":[{"attribute":"gender"|"value":[{"language":"eng"|"value":"FLE"}|{"language":"ara"|"value":"FLE"}|{"language":"fra"|"value":"FLE"}]}|{"attribute":"dateOfBirth"|"value":"1981/10/04"}|{"attribute":"residenceStatus"|"value":[{"language":"eng"|"value":"FR"}|{"language":"ara"|"value":"FR"}|{"language":"fra"|"value":"FR"}]}|{"attribute":"biometricAvailable"|"value":false}]}|"metadata":{}|"version":"1.0"|"requesttime":"2021-11-10T05:04:56.243Z"}"|PUBLISHED|FALSE|2022-11-17T09:50:23.637Z|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/individual_type.csv b/artifacts/src/master-templates/individual_type.csv index 079073ec..a2cf4a10 100644 --- a/artifacts/src/master-templates/individual_type.csv +++ b/artifacts/src/master-templates/individual_type.csv @@ -1,4 +1,4 @@ -code,name,langCode,isActive,isDeleted -ind,foreign,eng,FALSE,FALSE -AAA,AAA,eng,TRUE,FALSE -BBB,BBB,eng,TRUE,FALSE +code|name|langCode|isActive|isDeleted +ind|foreign|eng|FALSE|FALSE +AAA|AAA|eng|TRUE|FALSE +BBB|BBB|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/language.csv b/artifacts/src/master-templates/language.csv index d2925075..a21686a7 100644 --- a/artifacts/src/master-templates/language.csv +++ b/artifacts/src/master-templates/language.csv @@ -1,2 +1,2 @@ -code,name,family,nativeName,isActive,isDeleted -odi,odia,Indo-European,odia,TRUE,FALSE +code|name|family|nativeName|isActive|isDeleted +odi|odia|Indo-European|odia|TRUE|FALSE diff --git a/artifacts/src/master-templates/loc_hierarchy_list.csv b/artifacts/src/master-templates/loc_hierarchy_list.csv index dbfcf846..74ffb1b3 100644 --- a/artifacts/src/master-templates/loc_hierarchy_list.csv +++ b/artifacts/src/master-templates/loc_hierarchy_list.csv @@ -1,2 +1,2 @@ -hierarchyLevel,hierarchyLevelName,langCode,isActive,isDeleted -7,ward,hin,TRUE,FALSE +hierarchyLevel|hierarchyLevelName|langCode|isActive|isDeleted +7|ward|hin|TRUE|FALSE diff --git a/artifacts/src/master-templates/loc_holiday.csv b/artifacts/src/master-templates/loc_holiday.csv index 321baad3..684f338a 100644 --- a/artifacts/src/master-templates/loc_holiday.csv +++ b/artifacts/src/master-templates/loc_holiday.csv @@ -1,2 +1,2 @@ -holidayId,locationCode,holidayDate,holidayName,holidayDesc,langCode,isActive,isDeleted -123456,KTA,2021-12-04,test,National Holiday,eng,TRUE,FALSE +holidayId|locationCode|holidayDate|holidayName|holidayDesc|langCode|isActive|isDeleted +123456|KTA|2021-12-04|test|National Holiday|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/location.csv b/artifacts/src/master-templates/location.csv index 68535a57..40235180 100644 --- a/artifacts/src/master-templates/location.csv +++ b/artifacts/src/master-templates/location.csv @@ -1,2 +1,2 @@ -code,name,hierarchyLevel,hierarchyName,parentLocCode,langCode,isActive,isDeleted -98761,LLLL,5,Postal Code,BNMR,eng,TRUE,FALSE +code|name|hierarchyLevel|hierarchyName|parentLocCode|langCode|isActive|isDeleted +98761|LLLL|5|Postal Code|BNMR|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/machine_master.csv b/artifacts/src/master-templates/machine_master.csv index d6da1bf1..dee4179e 100644 --- a/artifacts/src/master-templates/machine_master.csv +++ b/artifacts/src/master-templates/machine_master.csv @@ -1,2 +1,2 @@ -id,name,macAddress,serialNum,ipAddress,validityDateTime,machineSpecId,publicKey,keyIndex,signPublicKey,signKeyIndex,zoneCode,regCenterId,langCode,isActive,isDeleted -10190,techno-252,3C-2C-30-D1-E5-65,FB5962911688,192.168.0.408,2022-11-17T09:50:23.637Z,1001,AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDCHegKJ3vRn__8h1knXKiLA8qfO5LebzBlRO2tAcI3HvLyL9rPkVrXWYQ6wAn4VQk015C1hViU-7k752dYE5WUAUbgsxOHvvDPH1t72CNHNj9dyE86wGqR9AtK3yz0yf1IP_xgtWpiaQ2V9t2d3LtgPYWnRuPJbcl97nLXXL6PGfh1mRwsQUi94coEBPMZ9YLLOAFckPuDZt-lEcXIMkj8r0uNwAZUSEvGifTNWbLjC5BRlJBmvScIlptXqIwBaq2kSMVK2X1KbQ6TM8zkA_co4LEAIZfcpMgPn6RdW0yFtcx24HqrCY8v0DHregwoCPPpw8HvB-r5aR09mXG64zsJ,B9:6A:BF:7B:31:4F:9F:52:B1:24:B1:E4:2B:20:DD:5C:6A:BD:43:6E:20:51:5C:EB:73:E0:84:3D:06:5E:2C:45,AAEABAAEAHIAAAAQABQACwgAAAEAAQEAr93rKokeZGIzcCtFX3iyCvwpmfnd9jz0nF__0bxWr0mH8Zs0rhlG6vKRagx31I4CdrLAECOwMZ0r7Y3utTqHqelQE3MJLtboKITOqYRpBkqHSm1jGaEb8a1E9yoJri3tZrBCrAShimrN_SbtS1uKbJUG3cuVuE0gtGLI1d5wMfS_4PSz3RwvZtGHisEb3zbV6SLcJkgcDeMbUD7P25SVJd1xrJybuGIgyeSZxOgLzy1P-qHCiOXiAO9o06fwyIhIYbeZYz5th4rq7Rb6mRK9EWFpLrLvBL0F6USiidl8qNCxxZZFUp3W5xFANVYfRvgLKI33zBYniZ7aTE8PgrYa2w,CE:19:36:5F:89:6D:D3:3E:6D:1B:64:EF:CE:04:F1:14:D5:73:9D:FF:EC:18:FB:CC:DF:C8:74:8E:1E:DC:BF:73,NTH,10006,eng,TRUE,FALSE +id|name|macAddress|serialNum|ipAddress|validityDateTime|machineSpecId|publicKey|keyIndex|signPublicKey|signKeyIndex|zoneCode|regCenterId|langCode|isActive|isDeleted +10190|techno-252|3C-2C-30-D1-E5-65|FB5962911688|192.168.0.408|2022-11-17T09:50:23.637Z|1001|AAEACwACAHIAIINxl2dEhLP4GpDMjUal1yT9UtduBlILZPKh2hszFGmqABAAFwALCAAAAQABAQDCHegKJ3vRn__8h1knXKiLA8qfO5LebzBlRO2tAcI3HvLyL9rPkVrXWYQ6wAn4VQk015C1hViU-7k752dYE5WUAUbgsxOHvvDPH1t72CNHNj9dyE86wGqR9AtK3yz0yf1IP_xgtWpiaQ2V9t2d3LtgPYWnRuPJbcl97nLXXL6PGfh1mRwsQUi94coEBPMZ9YLLOAFckPuDZt-lEcXIMkj8r0uNwAZUSEvGifTNWbLjC5BRlJBmvScIlptXqIwBaq2kSMVK2X1KbQ6TM8zkA_co4LEAIZfcpMgPn6RdW0yFtcx24HqrCY8v0DHregwoCPPpw8HvB-r5aR09mXG64zsJ|B9:6A:BF:7B:31:4F:9F:52:B1:24:B1:E4:2B:20:DD:5C:6A:BD:43:6E:20:51:5C:EB:73:E0:84:3D:06:5E:2C:45|AAEABAAEAHIAAAAQABQACwgAAAEAAQEAr93rKokeZGIzcCtFX3iyCvwpmfnd9jz0nF__0bxWr0mH8Zs0rhlG6vKRagx31I4CdrLAECOwMZ0r7Y3utTqHqelQE3MJLtboKITOqYRpBkqHSm1jGaEb8a1E9yoJri3tZrBCrAShimrN_SbtS1uKbJUG3cuVuE0gtGLI1d5wMfS_4PSz3RwvZtGHisEb3zbV6SLcJkgcDeMbUD7P25SVJd1xrJybuGIgyeSZxOgLzy1P-qHCiOXiAO9o06fwyIhIYbeZYz5th4rq7Rb6mRK9EWFpLrLvBL0F6USiidl8qNCxxZZFUp3W5xFANVYfRvgLKI33zBYniZ7aTE8PgrYa2w|CE:19:36:5F:89:6D:D3:3E:6D:1B:64:EF:CE:04:F1:14:D5:73:9D:FF:EC:18:FB:CC:DF:C8:74:8E:1E:DC:BF:73|NTH|10006|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/machine_spec.csv b/artifacts/src/master-templates/machine_spec.csv index be092ed3..b5088f80 100644 --- a/artifacts/src/master-templates/machine_spec.csv +++ b/artifacts/src/master-templates/machine_spec.csv @@ -1,2 +1,2 @@ -id,name,brand,model,machineTypeCode,minDriverversion,description,langCode,isActive,isDeleted -123,Vostro,Dell,3568,DKS,1.455,To take enrollments,eng,TRUE,FALSE +id|name|brand|model|machineTypeCode|minDriverversion|description|langCode|isActive|isDeleted +123|Vostro|Dell|3568|DKS|1.455|To take enrollments|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/machine_type.csv b/artifacts/src/master-templates/machine_type.csv index f31bf22e..4e5979cc 100644 --- a/artifacts/src/master-templates/machine_type.csv +++ b/artifacts/src/master-templates/machine_type.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -123,TEST1,AnbjhbnjA,eng,TRUE,FALSE +code|name|description|langCode|isActive|isDeleted +123|TEST1|AnbjhbnjA|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/module_detail.csv b/artifacts/src/master-templates/module_detail.csv index d6b2522d..13dc3871 100644 --- a/artifacts/src/master-templates/module_detail.csv +++ b/artifacts/src/master-templates/module_detail.csv @@ -1,2 +1,2 @@ -id,name,description,langCode,isActive,isDeleted -10107,Pre-Reg,Web portal for pre-registrations,eng,FALSE,FALSE +id|name|description|langCode|isActive|isDeleted +10107|Pre-Reg|Web portal for pre-registrations|eng|FALSE|FALSE diff --git a/artifacts/src/master-templates/reason_category.csv b/artifacts/src/master-templates/reason_category.csv index 3b741e54..da94c9c9 100644 --- a/artifacts/src/master-templates/reason_category.csv +++ b/artifacts/src/master-templates/reason_category.csv @@ -1,2 +1,2 @@ -code,name,description,langCode,isActive,isDeleted -MNO,Manuel,Renvoi en,fra,FALSE,FALSE +code|name|description|langCode|isActive|isDeleted +MNO|Manuel|Renvoi en|fra|FALSE|FALSE diff --git a/artifacts/src/master-templates/reason_list.csv b/artifacts/src/master-templates/reason_list.csv index def6a82b..0b9a3165 100644 --- a/artifacts/src/master-templates/reason_list.csv +++ b/artifacts/src/master-templates/reason_list.csv @@ -1,2 +1,2 @@ -code,name,description,rsnCatCode,langCode,isActive,isDeleted -IAF,test,test2,CLR,eng,FALSE,FALSE +code|name|description|rsnCatCode|langCode|isActive|isDeleted +IAF|test|test2|CLR|eng|FALSE|FALSE diff --git a/artifacts/src/master-templates/reg_center_type.csv b/artifacts/src/master-templates/reg_center_type.csv index 15ce339c..3caab45c 100644 --- a/artifacts/src/master-templates/reg_center_type.csv +++ b/artifacts/src/master-templates/reg_center_type.csv @@ -1,2 +1,2 @@ -code,name,descr,langCode,isActive,isDeleted -124,Regular,Regular Registration Center,eng,TRUE,FALSE +code|name|descr|langCode|isActive|isDeleted +124|Regular|Regular Registration Center|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/reg_exceptional_holiday.csv b/artifacts/src/master-templates/reg_exceptional_holiday.csv index 5f4c01ed..32425d39 100644 --- a/artifacts/src/master-templates/reg_exceptional_holiday.csv +++ b/artifacts/src/master-templates/reg_exceptional_holiday.csv @@ -1,2 +1,2 @@ -registrationCenterId,exceptionHolidayDate,exceptionHolidayName,exceptionHolidayReson,langCode,isActive,isDeleted -10001,2021-01-01,Emergency Holiday,urgent,eng,TRUE,FALSE +registrationCenterId|exceptionHolidayDate|exceptionHolidayName|exceptionHolidayReson|langCode|isActive|isDeleted +10001|2021-01-01|Emergency Holiday|urgent|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/reg_working_nonworking.csv b/artifacts/src/master-templates/reg_working_nonworking.csv index 6d8a4b49..c2952b39 100644 --- a/artifacts/src/master-templates/reg_working_nonworking.csv +++ b/artifacts/src/master-templates/reg_working_nonworking.csv @@ -1,8 +1,4 @@ -registrationCenterId,dayCode,languagecode,isWorking,isActive,isDeleted -10029,101,eng,FALSE,TRUE,FALSE -10029,102,eng,TRUE,TRUE,FALSE -10029,103,eng,TRUE,TRUE,FALSE -10029,104,eng,TRUE,TRUE,FALSE -10029,105,eng,TRUE,TRUE,FALSE -10029,106,eng,TRUE,TRUE,FALSE -10029,107,eng,FALSE,TRUE,FALSE +registrationCenterId|dayCode|languagecode|isWorking|isActive|isDeleted +10029|101|eng|FALSE|TRUE|FALSE +10029|102|eng|TRUE|TRUE|FALSE +10029|103|eng|TRUE|TRUE|FALSE diff --git a/artifacts/src/master-templates/registration_center.csv b/artifacts/src/master-templates/registration_center.csv index bb46e3b9..d8509297 100644 --- a/artifacts/src/master-templates/registration_center.csv +++ b/artifacts/src/master-templates/registration_center.csv @@ -1,2 +1,2 @@ -id,name,centerTypeCode,addressLine1,addressLine2,addressLine3,latitude,longitude,locationCode,contactPhone,contactPerson,numberOfKiosks,workingHours,perKioskProcessTime,centerStartTime,centerEndTime,lunchStartTime,lunchEndTime,timeZone,holidayLocationCode,zoneCode,langCode,isActive,isDeleted -123456,Insert2,REG,Lane1,Lane2,Lane3,4.52117,-6.453275,14022,8130538887,Tester1,3,08:00:00,00:15:00,09:00:00,17:00:00,13:00:00,14:00:00,(GTM+01:00) CENTRAL EUROPEAN TIME,KTA,RBT,eng,TRUE,FALSE +id|name|centerTypeCode|addressLine1|addressLine2|addressLine3|latitude|longitude|locationCode|contactPhone|contactPerson|numberOfKiosks|workingHours|perKioskProcessTime|centerStartTime|centerEndTime|lunchStartTime|lunchEndTime|timeZone|holidayLocationCode|zoneCode|langCode|isActive|isDeleted +123456|Insert2|REG|Lane1|Lane2|Lane3|4.52117|-6.453275|14022|8130538887|Tester1|3|08:00:00|00:15:00|09:00:00|17:00:00|13:00:00|14:00:00|(GTM+01:00) CENTRAL EUROPEAN TIME|KTA|RBT|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/template.csv b/artifacts/src/master-templates/template.csv index ec9066da..79b33f26 100644 --- a/artifacts/src/master-templates/template.csv +++ b/artifacts/src/master-templates/template.csv @@ -1,2 +1,2 @@ -id,name,description,fileFormatCode,model,fileText,moduleId,moduleName,templateTypeCode,langCode,isActive,isDeleted -1386,Authentication History Request Failure SMS,Authentication History Request Failure SMS,txt,velocity,Hi $firstName_eng Your Request for Authentication History has failed.Thank You!,10006,Resident Portal,RS_AUTH_HIST_FAILURE_SMS,eng,TRUE,FALSE +id|name|description|fileFormatCode|model|fileText|moduleId|moduleName|templateTypeCode|langCode|isActive|isDeleted +1386|Authentication History Request Failure SMS|Authentication History Request Failure SMS|txt|velocity|Hi $firstName_eng Your Request for Authentication History has failed.Thank You!|10006|Resident Portal|RS_AUTH_HIST_FAILURE_SMS|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/template_file_format.csv b/artifacts/src/master-templates/template_file_format.csv index b1b2958a..81c42404 100644 --- a/artifacts/src/master-templates/template_file_format.csv +++ b/artifacts/src/master-templates/template_file_format.csv @@ -1,2 +1,2 @@ -code,description,langCode,isActive,isDeleted -ABC,testla,eng,TRUE,FALSE +code|description|langCode|isActive|isDeleted +ABC|testla|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/template_type.csv b/artifacts/src/master-templates/template_type.csv index 2271c96f..8161c695 100644 --- a/artifacts/src/master-templates/template_type.csv +++ b/artifacts/src/master-templates/template_type.csv @@ -1,2 +1,2 @@ -code,description,langCode,isActive,isDeleted -TST,Test,eng,FALSE,FALSE +code|description|langCode|isActive|isDeleted +TST|Test|eng|FALSE|FALSE diff --git a/artifacts/src/master-templates/title.csv b/artifacts/src/master-templates/title.csv index 2ba8f8ae..7b988fc8 100644 --- a/artifacts/src/master-templates/title.csv +++ b/artifacts/src/master-templates/title.csv @@ -1,2 +1,2 @@ -code,titleName,titleDescription,isActive,langCode,isDeleted -TL2,dfv df,dfvdfv,TRUE,ara,FALSE +code|titleName|titleDescription|isActive|langCode|isDeleted +TL2|dfv df|dfvdfv|TRUE|ara|FALSE diff --git a/artifacts/src/master-templates/user_detail.csv b/artifacts/src/master-templates/user_detail.csv index 1cf88715..07f1a7ba 100644 --- a/artifacts/src/master-templates/user_detail.csv +++ b/artifacts/src/master-templates/user_detail.csv @@ -1,2 +1,2 @@ -id,name,statusCode,regCenterId,langCode,isActive,isDeleted -110222,TestUser,ACT,10001,eng,TRUE,FALSE +id|name|statusCode|regCenterId|langCode|isActive|isDeleted +110222|TestUser|ACT|10001|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/valid_document.csv b/artifacts/src/master-templates/valid_document.csv index a9d947b4..1f73d723 100644 --- a/artifacts/src/master-templates/valid_document.csv +++ b/artifacts/src/master-templates/valid_document.csv @@ -1,2 +1,2 @@ -docTypeCode,docCategoryCode,langCode,isActive,isDeleted -POI,CIN,ara,TRUE,FALSE +docTypeCode|docCategoryCode|langCode|isActive|isDeleted +POI|CIN|ara|TRUE|FALSE diff --git a/artifacts/src/master-templates/zone.csv b/artifacts/src/master-templates/zone.csv index ef1df8ae..60dd9232 100644 --- a/artifacts/src/master-templates/zone.csv +++ b/artifacts/src/master-templates/zone.csv @@ -1,2 +1,2 @@ -code,name,hierarchyLevel,hierarchyName,hierarchyPath,parentZoneCode,langCode,isActive,isDeleted -TST,Test,4,Test,MOR/NTH/CST/RBT/TST,RBT,eng,TRUE,FALSE +code|name|hierarchyLevel|hierarchyName|hierarchyPath|parentZoneCode|langCode|isActive|isDeleted +TST|Test|4|Test|MOR/NTH/CST/RBT/TST|RBT|eng|TRUE|FALSE diff --git a/artifacts/src/master-templates/zone_user.csv b/artifacts/src/master-templates/zone_user.csv index 4c686190..c69a3c3e 100644 --- a/artifacts/src/master-templates/zone_user.csv +++ b/artifacts/src/master-templates/zone_user.csv @@ -1,2 +1,2 @@ -zoneCode,userId,langCode,isActive,isDeleted -NTH,343434,eng,TRUE,FALSE +zoneCode|userId|langCode|isActive|isDeleted +NTH|343434|eng|TRUE|FALSE