forked from Yara724/api
update the fanavaran which accepts unknown person too
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user