pilas-bloques-models
Advanced tools
Comparing version 1.2.10 to 1.2.11
import { ReturnModelType } from '@typegoose/typegoose'; | ||
import { Base } from '@typegoose/typegoose/lib/defaultClasses'; | ||
import { Schema } from 'mongoose'; | ||
import { ExperimentGroup } from './context'; | ||
export declare class Answer { | ||
@@ -18,2 +19,3 @@ question: Schema.Types.Mixed & { | ||
answers: Answer[]; | ||
experimentGroup: ExperimentGroup; | ||
profile: { | ||
@@ -20,0 +22,0 @@ nickName: string; |
@@ -103,2 +103,6 @@ "use strict"; | ||
__decorate([ | ||
typegoose_1.prop(), | ||
__metadata("design:type", String) | ||
], User.prototype, "experimentGroup", void 0); | ||
__decorate([ | ||
typegoose_1.prop({ _id: false }), | ||
@@ -105,0 +109,0 @@ __metadata("design:type", Object) |
{ | ||
"name": "pilas-bloques-models", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "Pilas Bloques models for development.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
62832
554
1