@geode/opengeodeweb-back 6.9.4-rc.1 → 6.10.0-rc.2

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.
@@ -176,6 +176,23 @@
176
176
  ],
177
177
  "additionalProperties": false
178
178
  },
179
+ "validate": {
180
+ "$id": "opengeodeweb_back/validate",
181
+ "route": "/validate",
182
+ "methods": [
183
+ "POST"
184
+ ],
185
+ "type": "object",
186
+ "properties": {
187
+ "id": {
188
+ "type": "string"
189
+ }
190
+ },
191
+ "required": [
192
+ "id"
193
+ ],
194
+ "additionalProperties": false
195
+ },
179
196
  "upload_file": {
180
197
  "$id": "opengeodeweb_back/upload_file",
181
198
  "route": "/upload_file",
@@ -406,29 +423,6 @@
406
423
  "required": [],
407
424
  "additionalProperties": false
408
425
  },
409
- "inspect_file": {
410
- "$id": "opengeodeweb_back/inspect_file",
411
- "route": "/inspect_file",
412
- "methods": [
413
- "POST"
414
- ],
415
- "type": "object",
416
- "properties": {
417
- "filename": {
418
- "type": "string",
419
- "minLength": 1
420
- },
421
- "geode_object_type": {
422
- "type": "string",
423
- "minLength": 1
424
- }
425
- },
426
- "required": [
427
- "filename",
428
- "geode_object_type"
429
- ],
430
- "additionalProperties": false
431
- },
432
426
  "import_project": {
433
427
  "$id": "opengeodeweb_back/import_project",
434
428
  "route": "/import_project",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "6.9.4-rc.1",
3
+ "version": "6.10.0-rc.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_back routes route /",