@yrpri/api 9.0.136 → 9.0.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/authorization.cjs CHANGED
@@ -934,6 +934,8 @@ auth.entity("group", function (req, done) {
934
934
  match = req.originalUrl.match(/agents\/(\w+)/);
935
935
  if (!match)
936
936
  match = req.originalUrl.match(/pdf_processing\/(\w+)/);
937
+ if (!match)
938
+ match = req.originalUrl.match(/docx_processing\/(\w+)/);
937
939
  if (!match)
938
940
  match = req.originalUrl.match(/feedback\/(\w+)/);
939
941
  if (!match)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.136",
3
+ "version": "9.0.137",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {