@geode/opengeodeweb-back 6.8.1 → 6.9.0-rc.1

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.
@@ -280,6 +280,98 @@
280
280
  "required": [],
281
281
  "additionalProperties": false
282
282
  },
283
+ "model_component_vertex_attribute_names": {
284
+ "$id": "opengeodeweb_back/model_component_vertex_attribute_names",
285
+ "route": "/model_component_vertex_attribute_names",
286
+ "methods": [
287
+ "POST"
288
+ ],
289
+ "type": "object",
290
+ "properties": {
291
+ "id": {
292
+ "type": "string",
293
+ "minLength": 1
294
+ },
295
+ "component_id": {
296
+ "type": "string",
297
+ "minLength": 1
298
+ }
299
+ },
300
+ "required": [
301
+ "id",
302
+ "component_id"
303
+ ],
304
+ "additionalProperties": false
305
+ },
306
+ "model_component_polyhedron_attribute_names": {
307
+ "$id": "opengeodeweb_back/model_component_polyhedron_attribute_names",
308
+ "route": "/model_component_polyhedron_attribute_names",
309
+ "methods": [
310
+ "POST"
311
+ ],
312
+ "type": "object",
313
+ "properties": {
314
+ "id": {
315
+ "type": "string",
316
+ "minLength": 1
317
+ },
318
+ "component_id": {
319
+ "type": "string",
320
+ "minLength": 1
321
+ }
322
+ },
323
+ "required": [
324
+ "id",
325
+ "component_id"
326
+ ],
327
+ "additionalProperties": false
328
+ },
329
+ "model_component_polygon_attribute_names": {
330
+ "$id": "opengeodeweb_back/model_component_polygon_attribute_names",
331
+ "route": "/model_component_polygon_attribute_names",
332
+ "methods": [
333
+ "POST"
334
+ ],
335
+ "type": "object",
336
+ "properties": {
337
+ "id": {
338
+ "type": "string",
339
+ "minLength": 1
340
+ },
341
+ "component_id": {
342
+ "type": "string",
343
+ "minLength": 1
344
+ }
345
+ },
346
+ "required": [
347
+ "id",
348
+ "component_id"
349
+ ],
350
+ "additionalProperties": false
351
+ },
352
+ "model_component_edge_attribute_names": {
353
+ "$id": "opengeodeweb_back/model_component_edge_attribute_names",
354
+ "route": "/model_component_edge_attribute_names",
355
+ "methods": [
356
+ "POST"
357
+ ],
358
+ "type": "object",
359
+ "properties": {
360
+ "id": {
361
+ "type": "string",
362
+ "minLength": 1
363
+ },
364
+ "component_id": {
365
+ "type": "string",
366
+ "minLength": 1
367
+ }
368
+ },
369
+ "required": [
370
+ "id",
371
+ "component_id"
372
+ ],
373
+ "additionalProperties": false
374
+ },
283
375
  "missing_files": {
284
376
  "$id": "opengeodeweb_back/missing_files",
285
377
  "route": "/missing_files",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "6.8.1",
3
+ "version": "6.9.0-rc.1",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_back routes route /",
@@ -8,7 +8,7 @@
8
8
  "build": "npm run json"
9
9
  },
10
10
  "dependencies": {
11
- "@geode/opengeodeweb-microservice": "latest"
11
+ "@geode/opengeodeweb-microservice": "next"
12
12
  },
13
13
  "exports": {
14
14
  "./opengeodeweb_back_schemas.json": {