Skip to content

Commit acbd72c

Browse files
authored
Add FIX operation & skipLowValidation-feature (#310)
* Fix sanitize cataloger (#306) * Dependency update (#308) * Bump the production-dependencies group across 1 directory with 2 updates (#305) Bumps the production-dependencies group with 2 updates in the / directory: [@natlibfi/melinda-rest-api-commons](https://github.com/natlibfi/melinda-rest-api-commons) and [express](https://github.com/expressjs/express). * Add fix operation (#297) Add prio endpoint /fix/:id to run fix operation (available default fixTypes: UNDEL and DELET) for a record in the datastore * Dependency update (#293) * Bump the development-dependencies group with 2 updates (#292) Bumps the development-dependencies group with 2 updates: [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). * Bump the production-dependencies group with 2 updates (#291) Bumps the production-dependencies group with 2 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js). * Update deps * Bump @babel/cli in the development-dependencies group (#299) Bumps the development-dependencies group with 1 update: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli). * Bump @babel/runtime in the production-dependencies group (#298) Bumps the production-dependencies group with 1 update: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). * Fix sanitize cataloger (#306) (#307) * Fix sanitize cataloger (#306) Prio: Do not error when cataloger parameter is used without special KVP priviledges if id in cataloger parameter matches id used for logging in * Dependency update (#308) * Bump the production-dependencies group across 1 directory with 2 updates (#305) Bumps the production-dependencies group with 2 updates in the / directory: [@natlibfi/melinda-rest-api-commons](https://github.com/natlibfi/melinda-rest-api-commons) and [express](https://github.com/expressjs/express). * Skip low validation (#312) * 3.4.0-alpha.3
1 parent dd55676 commit acbd72c

11 files changed

+708
-63
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Melinda REST API for ILS integration
2222
| REQUIRE_AUTH_FOR_READ | No | false |
2323
| REQUIRE_KVP_FOR_WRITE | No | false |
2424
| DEFAULT_ACCEPT | No | application/json |
25+
| FIX_TYPES | No | UNDEL,DELET
2526

2627
### ApiDoc
2728
https://rest.api.melinda-test.kansalliskirjasto.fi/apidoc/v1/bib/

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "[email protected]:natlibfi/melinda-rest-api-http.git"
1515
},
1616
"license": "MIT",
17-
"version": "3.3.13",
17+
"version": "3.4.0-alpha.3",
1818
"main": "dist/index.js",
1919
"engines": {
2020
"node": ">=18"
@@ -34,7 +34,7 @@
3434
"@natlibfi/marc-record-serializers": "^10.1.2",
3535
"@natlibfi/melinda-backend-commons": "^2.3.1",
3636
"@natlibfi/melinda-commons": "^13.0.17",
37-
"@natlibfi/melinda-rest-api-commons": "^4.1.11",
37+
"@natlibfi/melinda-rest-api-commons": "^4.2.0",
3838
"@natlibfi/passport-melinda-aleph": "^2.0.4",
3939
"@natlibfi/sru-client": "^6.0.14",
4040
"body-parser": "^1.20.2",

0 commit comments

Comments
 (0)