forked from Yara724/api
fanavaran stage by stage implemented i am so bored to send smart commit sorry MR sina
This commit is contained in:
@@ -41,6 +41,31 @@ export const FANAVARAN_REMOTE_LOOKUPS: FanavaranRemoteLookupDefinition[] = [
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/accident-culprit-type`,
|
||||
cacheFile: "accident-culprit-type.json",
|
||||
},
|
||||
{
|
||||
name: "inspection-place",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/inspection-place`,
|
||||
cacheFile: "inspection-place.json",
|
||||
},
|
||||
{
|
||||
name: "drop-amount-status",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/drop-amount-status`,
|
||||
cacheFile: "drop-amount-status.json",
|
||||
},
|
||||
{
|
||||
name: "car-components",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/base-info/car-components`,
|
||||
cacheFile: "car-components.json",
|
||||
},
|
||||
{
|
||||
name: "accident-level",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/accident-level`,
|
||||
cacheFile: "accident-level.json",
|
||||
},
|
||||
{
|
||||
name: "expert-status",
|
||||
url: `${FANAVARAN_LOOKUP_BASE_URL}/car/code-list/expert-status`,
|
||||
cacheFile: "expert-status.json",
|
||||
},
|
||||
];
|
||||
|
||||
export const TEJARAT_STATIC_ACCIDENT_FILES = {
|
||||
|
||||
Reference in New Issue
Block a user