@shisyamo4131/air-guard-v2-schemas 1.3.1-dev.4 → 1.3.1-dev.5

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": "1.3.1-dev.4",
3
+ "version": "1.3.1-dev.5",
4
4
  "description": "Schemas for AirGuard V2",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -199,7 +199,7 @@ const classProps = {
199
199
  label: "資格残業(調整)",
200
200
  default: 0,
201
201
  }),
202
- billingDateAt: defField("dateAt", { label: "請求日付", required: true }),
202
+ billingDateAt: defField("dateAt", { label: "請求日付" }),
203
203
  employees: defField("array", { customClass: OperationResultDetail }),
204
204
  outsourcers: defField("array", {
205
205
  customClass: OperationResultDetail,