vr-commons 1.0.33 → 1.0.34

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.
@@ -268,7 +268,7 @@ exports.createRiderSchema = zod_1.z.object({
268
268
  .optional()
269
269
  .nullable(),
270
270
  plateNumber: zod_1.z.string().max(20, "Plate number cannot exceed 20 characters"),
271
- securityClearanceId: zod_1.z.string().max(30, "SecurityClearanceId required"),
271
+ securityClearanceId: zod_1.z.string().max(50, "SecurityClearanceId required"),
272
272
  }),
273
273
  params: zod_1.z.object({}).optional(),
274
274
  query: zod_1.z.object({}).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vr-commons",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "Shared functions package",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",