@boozybats/shared
Advanced tools
Comparing version 1.3.43 to 1.3.44
@@ -72,2 +72,3 @@ import { Document as Document_2 } from 'mongoose'; | ||
seasonStartedAt: number; | ||
seasonTopUsers: User[]; | ||
}; | ||
@@ -74,0 +75,0 @@ horsesInfo: { |
@@ -288,3 +288,3 @@ "use strict"; | ||
respectBought: 0, | ||
seasonStartedAt: 0, | ||
seasonStartedAt: Date.now(), | ||
}, | ||
@@ -307,2 +307,13 @@ type: { | ||
}, | ||
seasonTopUsers: { | ||
required: false, | ||
default: [], | ||
type: [ | ||
{ | ||
required: true, | ||
type: mongoose_1.Schema.Types.ObjectId, | ||
ref: 'user', | ||
}, | ||
], | ||
}, | ||
}, | ||
@@ -309,0 +320,0 @@ }, |
@@ -46,2 +46,3 @@ import { Document } from 'mongoose'; | ||
seasonStartedAt: number; | ||
seasonTopUsers: User[]; | ||
}; | ||
@@ -48,0 +49,0 @@ horsesInfo: { |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.3.43", | ||
"version": "1.3.44", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
166104
3708