update the fanavaran which accepts unknown person too

This commit is contained in:
2026-09-14 13:42:53 +03:30
parent 6e5b7cb1fd
commit b13b0211ad
9 changed files with 758 additions and 4 deletions

View File

@@ -117,6 +117,36 @@ export const FANAVARAN_REMOTE_LOOKUPS: FanavaranRemoteLookupDefinition[] = [
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/dmg-business-line`,
cacheFile: "dmg-business-line.json",
},
{
name: "gender",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/gender`,
cacheFile: "gender.json",
},
{
name: "marital-status",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/marital-status`,
cacheFile: "marital-status.json",
},
{
name: "ans",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/ans`,
cacheFile: "ans.json",
},
{
name: "countries",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/countries`,
cacheFile: "countries.json",
},
{
name: "person-kind",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/person-kind`,
cacheFile: "person-kind.json",
},
{
name: "cii-validation-status",
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/code-list/cii-validation-status`,
cacheFile: "cii-validation-status.json",
},
];
export const TEJARAT_STATIC_ACCIDENT_FILES = {