@yrpri/api 9.0.176 → 9.0.178

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
@@ -936,6 +936,10 @@ auth.entity("group", function (req, done) {
936
936
  match = req.originalUrl.match(/pdf_processing\/(\w+)/);
937
937
  if (!match)
938
938
  match = req.originalUrl.match(/docx_processing\/(\w+)/);
939
+ if (!match)
940
+ match = req.originalUrl.match(/xls_processing\/(\w+)/);
941
+ if (!match)
942
+ match = req.originalUrl.match(/ppt_processing\/(\w+)/);
939
943
  if (!match)
940
944
  match = req.originalUrl.match(/feedback\/(\w+)/);
941
945
  if (!match)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.176",
3
+ "version": "9.0.178",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@google-cloud/vertexai": "^1.10.0",
26
26
  "@google-cloud/vision": "^5.1.0",
27
27
  "@node-saml/passport-saml": "^5.0.1",
28
- "@policysynth/agents": "^1.3.144",
28
+ "@policysynth/agents": "^1.3.145",
29
29
  "async": "^3.2.6",
30
30
  "authorized": "^1.0.0",
31
31
  "aws-sdk": "^2.1692.0",