pilas-bloques-models
Advanced tools
Comparing version 1.2.13 to 1.2.14
@@ -11,3 +11,4 @@ import { Answer } from './user'; | ||
url: string; | ||
ip: string; | ||
} | ||
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>; |
@@ -45,2 +45,6 @@ "use strict"; | ||
], Context.prototype, "url", void 0); | ||
__decorate([ | ||
typegoose_1.prop(), | ||
__metadata("design:type", String) | ||
], Context.prototype, "ip", void 0); | ||
Context = __decorate([ | ||
@@ -47,0 +51,0 @@ typegoose_1.modelOptions({ options: { allowMixed: typegoose_1.Severity.ALLOW } }) |
@@ -14,3 +14,8 @@ import { Ref } from '@typegoose/typegoose'; | ||
stoppedByUser: boolean; | ||
error: string; | ||
error: { | ||
name: 'ActividadError' | string; | ||
message: string; | ||
stack?: string; | ||
nombreAnimacion?: string; | ||
}; | ||
}; | ||
@@ -17,0 +22,0 @@ user: Ref<User>; |
{ | ||
"name": "pilas-bloques-models", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "Pilas Bloques models for development.", | ||
@@ -10,6 +10,7 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"prepublish": "rm -Rf dist && tsc", | ||
"release:patch": "npm version patch", | ||
"release:minor": "npm version minor", | ||
"release:major": "npm version major", | ||
"prepublishOnly": "rm -Rf dist && tsc && npm run release:$npm_config_type && git push origin" | ||
"prepublishOnly": "npm run prepublish && npm run release:$npm_config_type && git push origin" | ||
}, | ||
@@ -16,0 +17,0 @@ "repository": { |
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
63249
569