pilas-bloques-models
Advanced tools
Comparing version 1.2.1 to 1.2.2
import { Schema } from 'mongoose'; | ||
export declare class Context { | ||
online: Boolean; | ||
browserId: Number; | ||
browserId: string; | ||
id: string; | ||
userId: Number; | ||
timestamp: string; | ||
userId: string; | ||
answers: Schema.Types.Mixed[]; | ||
} | ||
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>; |
@@ -23,3 +23,3 @@ "use strict"; | ||
typegoose_1.prop({ required: true }), | ||
__metadata("design:type", Number) | ||
__metadata("design:type", String) | ||
], Context.prototype, "browserId", void 0); | ||
@@ -32,9 +32,5 @@ __decorate([ | ||
typegoose_1.prop({ required: true }), | ||
__metadata("design:type", Number) | ||
__metadata("design:type", String) | ||
], Context.prototype, "userId", void 0); | ||
__decorate([ | ||
typegoose_1.prop({ required: true }), | ||
__metadata("design:type", String) | ||
], Context.prototype, "timestamp", void 0); | ||
__decorate([ | ||
typegoose_1.prop(), | ||
@@ -41,0 +37,0 @@ __metadata("design:type", Array) |
@@ -20,3 +20,3 @@ import { Ref } from '@typegoose/typegoose'; | ||
export declare class CompleteSolution extends BaseSolution { | ||
ast: string; | ||
ast: Schema.Types.Mixed[]; | ||
turboModeOn: boolean; | ||
@@ -23,0 +23,0 @@ timestamp: string; |
@@ -71,3 +71,3 @@ "use strict"; | ||
typegoose_1.prop({ required: true }), | ||
__metadata("design:type", String) | ||
__metadata("design:type", Array) | ||
], CompleteSolution.prototype, "ast", void 0); | ||
@@ -74,0 +74,0 @@ __decorate([ |
{ | ||
"name": "pilas-bloques-models", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"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
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
23853
475