mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Adding schema validation for records endpoint
Summary: Adding validation for api /records endpoint, that checks if the json payload is valid. Modifying POST /records endpoint to allow creating blank or partial records. Test Plan: Updated tests Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3061
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
"express": "4.16.4",
|
||||
"file-type": "14.1.4",
|
||||
"fs-extra": "7.0.0",
|
||||
"grain-rpc": "0.1.6",
|
||||
"grain-rpc": "0.1.7",
|
||||
"grainjs": "1.0.1",
|
||||
"highlight.js": "9.13.1",
|
||||
"i18n-iso-countries": "6.1.0",
|
||||
@@ -121,7 +121,7 @@
|
||||
"saml2-js": "2.0.3",
|
||||
"short-uuid": "3.1.1",
|
||||
"tmp": "0.0.33",
|
||||
"ts-interface-checker": "0.1.6",
|
||||
"ts-interface-checker": "1.0.2",
|
||||
"typeorm": "0.2.18",
|
||||
"uuid": "3.3.2",
|
||||
"winston": "2.4.5",
|
||||
@@ -129,6 +129,6 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"jquery": "2.2.1",
|
||||
"ts-interface-checker": "0.1.6"
|
||||
"ts-interface-checker": "1.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user