feat: passport type option

This commit is contained in:
puriphatt 2024-08-27 15:32:18 +07:00
parent 98e44c7935
commit f6c98b4936
2 changed files with 68 additions and 3 deletions

View file

@ -823,6 +823,37 @@
"value": "type90Days",
"type": "string"
}
],
"passportType": [
{
"label": "Ordinary Passport",
"value": "ordinary"
},
{
"label": "Official Passport",
"value": "official"
},
{
"label": "Diplomatic Passport",
"value": "diplomatic"
},
{
"label": "Temporary Passport",
"value": "temporary"
},
{
"label": "Monk Passport",
"value": "monk"
},
{
"label": "Hajj Passport",
"value": "hajj"
},
{
"label": "Certificate of Identity",
"value": "ci"
}
]
},
@ -1650,6 +1681,37 @@
"value": "type90Days",
"type": "string"
}
],
"passportType": [
{
"label": "หนังสือเดินทางธรรมดา",
"value": "ordinary"
},
{
"label": "หนังสือเดินทางราชการ",
"value": "official"
},
{
"label": "หนังสือเดินทางทูต",
"value": "diplomatic"
},
{
"label": "หนังสือเดินทางชั่วคราว",
"value": "temporary"
},
{
"label": "หนังสือเดินทางพระ",
"value": "monk"
},
{
"label": "หนังสือเดินทางเพื่อไปประกอบพิธีฮัจญ์",
"value": "hajj"
},
{
"label": "เอกสารสำคัญประจำตัวเพื่อใช้แทนหนังสือเดินทาง",
"value": "ci"
}
]
}
}