@universe/models
Advanced tools
Comparing version
@@ -86,6 +86,6 @@ import { Database } from 'better-sqlite3'; | ||
Score: { | ||
getById: (personId: string, name: string) => Models.IScore | null; | ||
getById: (personId: string, name: string, value: number) => Models.IScore | null; | ||
insert: (data: Models.IPartialScore | Models.IPartialSQLScore) => Models.CreateDiff<Models.ModelType.SCORE>; | ||
upsert: (data: Models.IPartialScore | Models.IPartialSQLScore) => Models.CreateDiff<Models.ModelType.SCORE> | Models.UpdateDiff<Models.ModelType.SCORE> | null; | ||
delete: (personId: string, name: string) => Models.DeleteDiff<Models.ModelType.SCORE> | null; | ||
delete: (personId: string, name: string, value: number) => Models.DeleteDiff<Models.ModelType.SCORE> | null; | ||
apply(diff: Models.Diff<Models.ModelType.SCORE>): Models.Diff<Models.ModelType.SCORE> | null; | ||
@@ -92,0 +92,0 @@ rollback(diff: Models.Diff<Models.ModelType.SCORE>): Models.Diff<Models.ModelType.SCORE> | null; |
{ | ||
"name": "@universe/models", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "dist/src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "Universe data models.", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1883403
-1.28%15019
-0.1%