From 765fbba63c9f7e792d5d19dc5108d1fd7ba62110 Mon Sep 17 00:00:00 2001 From: Lokendra Tyagi Date: Wed, 17 Apr 2024 11:21:20 +0530 Subject: [PATCH] added segment code module in master config --- master-config.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/master-config.json b/master-config.json index 8c90530..b20f51d 100644 --- a/master-config.json +++ b/master-config.json @@ -373,5 +373,55 @@ "$.code" ] } + }, + "segment-codes": { + "AdministrativeCodes": { + "masterName": "AdministrativeCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + }, + "EconomicSegmentCodes": { + "masterName": "EconomicSegmentCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + }, + "FunctionCodes": { + "masterName": "FunctionCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + }, + "RecipientSegmentCodes": { + "masterName": "RecipientSegmentCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + }, + "SourceOfFundCodes": { + "masterName": "SourceOfFundCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + }, + "TargetSegmentCodes": { + "masterName": "TargetSegmentCodes", + "moduleDefinition": null, + "isStateLevel": true, + "uniqueKeys": [ + "$.code" + ] + } } }