group lookups added also fanavaran module grant access

This commit is contained in:
2026-07-29 17:32:57 +03:30
parent 50ea476fa5
commit 914e97687f
4 changed files with 45 additions and 5 deletions

View File

@@ -107,6 +107,16 @@ export const FANAVARAN_REMOTE_LOOKUPS: FanavaranRemoteLookupDefinition[] = [
url: `${FANAVARAN_LOOKUP_BASE_URL}/common/base-info/Provinces`,
cacheFile: "provinces.json",
},
{
name: "used-place",
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/used-place`,
cacheFile: "used-place.json",
},
{
name: "dmg-business-line",
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/dmg-business-line`,
cacheFile: "dmg-business-line.json",
},
];
export const TEJARAT_STATIC_ACCIDENT_FILES = {