@test137e29b/module-hrp-database-types
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.vehicleSchema = new mongoose_1.Schema({ | ||
owner: { type: mongoose_1.Types.ObjectId, required: true }, | ||
owner: { type: String, required: true }, | ||
model: { type: String, required: true }, | ||
@@ -10,0 +10,0 @@ numberPlate: { type: String, required: true }, |
{ | ||
"name": "@test137e29b/module-hrp-database-types", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Database Types and Exported Repository Wrappers for HorizonRP on FiveM.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,3 @@ import { ClientEntity } from '@test137e29b/fm-mongoose-repository/dist/repository/types'; | ||
{ | ||
owner: { type: Types.ObjectId, required: true }, | ||
owner: { type: String, required: true }, | ||
model: { type: String, required: true }, | ||
@@ -11,0 +11,0 @@ numberPlate: { type: String, required: true }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55960