colibris-types 1.0.13 → 1.0.14

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.
Files changed (2) hide show
  1. package/lib/computers.js +1 -1
  2. package/package.json +1 -1
package/lib/computers.js CHANGED
@@ -135,7 +135,7 @@ const ComputerUpload = z.object({
135
135
  ExitDate: z.coerce.date().optional(),
136
136
  ExitReason: z.string().optional(),
137
137
  AuditDate: z.coerce.date().optional(),
138
- ValorisationAmount: z.number().optional(),
138
+ ValorisationAmount: z.coerce.number().optional(),
139
139
  ReturnCosts: z.coerce.number().optional(),
140
140
  AuditGrade: z.string().optional(),
141
141
  InsuranceRefundAmount: z.coerce.number().optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "colibris-types",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",