diff --git a/data/kl/Evidence/MediaType.json b/data/kl/Evidence/MediaType.json index cbdf048..bc2fafe 100644 --- a/data/kl/Evidence/MediaType.json +++ b/data/kl/Evidence/MediaType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "Evidence", "MediaType": [ { diff --git a/data/kl/Evidence/SourceType.json b/data/kl/Evidence/SourceType.json index 1f4bd16..e474c8b 100644 --- a/data/kl/Evidence/SourceType.json +++ b/data/kl/Evidence/SourceType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "Evidence", "SourceType": [ { diff --git a/data/kl/PAYMENT/paymentMode.json b/data/kl/PAYMENT/paymentMode.json index afb9a5c..d5cbe60 100644 --- a/data/kl/PAYMENT/paymentMode.json +++ b/data/kl/PAYMENT/paymentMode.json @@ -1,86 +1,60 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "payment", "paymentMode": [ { "id": 1, "suffix": "CASE_FILING", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 2, "suffix": "APPL_FILING", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 3, "suffix": "SMS_COURT", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 4, "suffix": "EMAIL_COURT", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 5, "suffix": "POST_COURT", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 6, "suffix": "POST_PROCESS", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 7, "suffix": "EPOST_COURT", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 8, "suffix": "ICOPS_COURT", "gateway": "eTreasury", - "paymentMode": [ - "ONLINE", - "OFFLINE" - ] + "paymentMode": ["ONLINE", "OFFLINE"] }, { "id": 9, "suffix": "EPOST_PROCESS", "gateway": "SBI", - "paymentMode": [ - "ONLINE" - ] + "paymentMode": ["ONLINE"] } ] -} \ No newline at end of file +} diff --git a/data/kl/PAYMENT/paymentType.json b/data/kl/PAYMENT/paymentType.json index d9aac60..9d72218 100644 --- a/data/kl/PAYMENT/paymentType.json +++ b/data/kl/PAYMENT/paymentType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "payment", "paymentType": [ { diff --git a/data/kl/User Registration/IdentifierType.json b/data/kl/User Registration/IdentifierType.json index 90a3fb4..c4dc9f7 100644 --- a/data/kl/User Registration/IdentifierType.json +++ b/data/kl/User Registration/IdentifierType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "User Registration", "IdentityType": [ { diff --git a/data/kl/case/CaseOverallStatusType.json b/data/kl/case/CaseOverallStatusType.json index ff3517a..692c947 100644 --- a/data/kl/case/CaseOverallStatusType.json +++ b/data/kl/case/CaseOverallStatusType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "case", "CaseOverallStatusType": [ { diff --git a/data/kl/case/ComplainantRespondentType.json b/data/kl/case/ComplainantRespondentType.json index bfdf975..093ad3f 100644 --- a/data/kl/case/ComplainantRespondentType.json +++ b/data/kl/case/ComplainantRespondentType.json @@ -1,28 +1,28 @@ { - "tenantId": "pg", - "moduleName": "case", - "ComplainantRespondentType": [ - { - "id": 1, - "complainantTypeId": 1, - "code": "INDIVIDUAL", - "name": "Individual", - "showCompanyDetails": false, - "complainantLocation": true, - "commonFields": true, - "isIndividual": true, - "isactive": true - }, - { - "id": 2, - "complainantTypeId": 2, - "code": "REPRESENTATIVE", - "name": "Entity", - "showCompanyDetails": true, - "complainantLocation": false, - "commonFields": true, - "isIndividual": false, - "isactive": true - } - ] -} \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "ComplainantRespondentType": [ + { + "id": 1, + "complainantTypeId": 1, + "code": "INDIVIDUAL", + "name": "Individual", + "showCompanyDetails": false, + "complainantLocation": true, + "commonFields": true, + "isIndividual": true, + "isactive": true + }, + { + "id": 2, + "complainantTypeId": 2, + "code": "REPRESENTATIVE", + "name": "Entity", + "showCompanyDetails": true, + "complainantLocation": false, + "commonFields": true, + "isIndividual": false, + "isactive": true + } + ] +} diff --git a/data/kl/case/DispatchMode.json b/data/kl/case/DispatchMode.json index ec0d2aa..9ee11d2 100644 --- a/data/kl/case/DispatchMode.json +++ b/data/kl/case/DispatchMode.json @@ -1,12 +1,12 @@ { - "tenantId": "pg", - "moduleName": "case", - "DispatchMode": [ - { - "id": 1, - "code": "POST", - "name": "Post", - "isActive": true - } - ] - } \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "DispatchMode": [ + { + "id": 1, + "code": "POST", + "name": "Post", + "isActive": true + } + ] +} diff --git a/data/kl/case/LiabilityCategory.json b/data/kl/case/LiabilityCategory.json index 3ea2e0b..a86ad0c 100644 --- a/data/kl/case/LiabilityCategory.json +++ b/data/kl/case/LiabilityCategory.json @@ -1,22 +1,22 @@ { - "tenantId": "pg", - "moduleName": "case", - "LiabilityCategory": [ - { - "id": 1, - "liabilityType": 1, - "code": "FULL_LIABILITY", - "name": "FULL_LIABILITY", - "showAmountCovered": false, - "isActive": true - }, - { - "id": 2, - "liabilityType": 2, - "code": "PARTIAL_LIABILITY", - "name": "PARTIAL_LIABILITY", - "showAmountCovered": true, - "isActive": true - } - ] - } \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "LiabilityCategory": [ + { + "id": 1, + "liabilityType": 1, + "code": "FULL_LIABILITY", + "name": "FULL_LIABILITY", + "showAmountCovered": false, + "isActive": true + }, + { + "id": 2, + "liabilityType": 2, + "code": "PARTIAL_LIABILITY", + "name": "PARTIAL_LIABILITY", + "showAmountCovered": true, + "isActive": true + } + ] +} diff --git a/data/kl/case/OfflinePaymentMode.json b/data/kl/case/OfflinePaymentMode.json index 38f778e..1fa958b 100644 --- a/data/kl/case/OfflinePaymentMode.json +++ b/data/kl/case/OfflinePaymentMode.json @@ -1,31 +1,30 @@ { - "tenantId": "pg", - "moduleName": "case", - "OfflinePaymentMode": [ - { - "id": 1, - "code": "CASH", - "name": "Cash", - "isactive": true - }, - { - "id": 2, - "code": "CHEQUE", - "name": "Cheque", - "isactive": true - }, - { - "id": 3, - "code": "DD", - "name": "Demand Draft", - "isactive": true - }, - { - "id": 4, - "code": "STAMP", - "name": "Stamp", - "isactive": true - } - ] - } - \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "OfflinePaymentMode": [ + { + "id": 1, + "code": "CASH", + "name": "Cash", + "isactive": true + }, + { + "id": 2, + "code": "CHEQUE", + "name": "Cheque", + "isactive": true + }, + { + "id": 3, + "code": "DD", + "name": "Demand Draft", + "isactive": true + }, + { + "id": 4, + "code": "STAMP", + "name": "Stamp", + "isactive": true + } + ] +} diff --git a/data/kl/case/OutcomeType.json b/data/kl/case/OutcomeType.json index 209f586..533deb6 100644 --- a/data/kl/case/OutcomeType.json +++ b/data/kl/case/OutcomeType.json @@ -1,5 +1,5 @@ { - "tenantId": "pg", + "tenantId": "kl", "moduleName": "case", "OutcomeType": [ { @@ -10,9 +10,9 @@ "judgementList": [ "DISMISSED", "ALLOWED", - "PARTLY_ALLOWED", + "PARTIALLYALLOWED", "CONVICTED", - "PARTLY_CONVICTED" + "PARTIALLYCONVICTED" ] }, { diff --git a/data/kl/case/RequiredDocuments.json b/data/kl/case/RequiredDocuments.json index 21bfb39..43fc47e 100644 --- a/data/kl/case/RequiredDocuments.json +++ b/data/kl/case/RequiredDocuments.json @@ -1,12 +1,11 @@ { - "tenantId": "pg", - "moduleName": "case", - "RequiredDocuments": [ - { - "caseType": "NIA-138", - "fileStoreId": "a06bd827-1f69-4f4f-99dd-7783e670b6d9", - "isActive": true - } - ] - } - \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "RequiredDocuments": [ + { + "caseType": "NIA-138", + "fileStoreId": "a06bd827-1f69-4f4f-99dd-7783e670b6d9", + "isActive": true + } + ] +} diff --git a/data/kl/case/SubStage.json b/data/kl/case/SubStage.json index 1d86142..45cc00c 100644 --- a/data/kl/case/SubStage.json +++ b/data/kl/case/SubStage.json @@ -1,46 +1,46 @@ { - "tenantId": "pg", - "moduleName": "case", - "SubStage": [ - { - "id": 1, - "subStage": "Filing" - }, - { - "id": 2, - "subStage": "Cognizance" - }, - { - "id": 3, - "subStage": "Inquiry" - }, - { - "id": 4, - "subStage": "Appearance" - }, - { - "id": 5, - "subStage": "Framing of charges" - }, - { - "id": 6, - "subStage": "Evidence" - }, - { - "id": 7, - "subStage": "Arguments" - }, - { - "id": 8, - "subStage": "Judgement" - }, - { - "id": 9, - "subStage": "Post-Judgement" - }, - { - "id": 10, - "subStage": "Referred to ADR" - } - ] -} \ No newline at end of file + "tenantId": "kl", + "moduleName": "case", + "SubStage": [ + { + "id": 1, + "subStage": "Filing" + }, + { + "id": 2, + "subStage": "Cognizance" + }, + { + "id": 3, + "subStage": "Inquiry" + }, + { + "id": 4, + "subStage": "Appearance" + }, + { + "id": 5, + "subStage": "Framing of charges" + }, + { + "id": 6, + "subStage": "Evidence" + }, + { + "id": 7, + "subStage": "Arguments" + }, + { + "id": 8, + "subStage": "Judgement" + }, + { + "id": 9, + "subStage": "Post-Judgement" + }, + { + "id": 10, + "subStage": "Referred to ADR" + } + ] +} diff --git a/data/kl/common-masters/Court_Rooms.json b/data/kl/common-masters/Court_Rooms.json index 42f81bd..3854628 100644 --- a/data/kl/common-masters/Court_Rooms.json +++ b/data/kl/common-masters/Court_Rooms.json @@ -1,14 +1,13 @@ { - "tenantId": "kl", - "moduleName": "common-masters", - "Court_Rooms": - [ - { - "code": "CJFCM_KOLLAM", - "name": "Court of the Judicial First Class Magistrate Kollam", - "email": "court@gmail.com", - "active": true, - "address": "dummy address" - } - ] - } + "tenantId": "kl", + "moduleName": "common-masters", + "Court_Rooms": [ + { + "code": "CJFCM_KOLLAM", + "name": "Court of the Judicial First Class Magistrate Kollam", + "email": "court@gmail.com", + "active": true, + "address": "dummy address" + } + ] +}