@shisyamo4131/air-guard-v2-schemas 2.3.7-dev.15 → 2.3.7-dev.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shisyamo4131/air-guard-v2-schemas",
3
- "version": "2.3.7-dev.15",
3
+ "version": "2.3.7-dev.16",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -276,6 +276,13 @@ export const fieldDefinitions = {
276
276
  ...generalDefinitions.oneLine,
277
277
  label: "本名",
278
278
  length: 50,
279
+ component: {
280
+ name: generalDefinitions.oneLine.component.name,
281
+ attrs: {
282
+ hint: "パスポート等の表記をご入力ください。",
283
+ persistentHint: true,
284
+ },
285
+ },
279
286
  },
280
287
  lastName: {
281
288
  ...generalDefinitions.oneLine,