@geode/opengeodeweb-back 5.13.1 → 5.14.0

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.
@@ -213,7 +213,7 @@
213
213
  ],
214
214
  "type": "object",
215
215
  "properties": {
216
- "input_geode_object": {
216
+ "geode_object_type": {
217
217
  "type": "string",
218
218
  "minLength": 1
219
219
  },
@@ -223,7 +223,7 @@
223
223
  }
224
224
  },
225
225
  "required": [
226
- "input_geode_object",
226
+ "geode_object_type",
227
227
  "filename"
228
228
  ],
229
229
  "additionalProperties": false
@@ -283,7 +283,7 @@
283
283
  ],
284
284
  "type": "object",
285
285
  "properties": {
286
- "input_geode_object": {
286
+ "geode_object_type": {
287
287
  "type": "string",
288
288
  "minLength": 1
289
289
  },
@@ -293,7 +293,7 @@
293
293
  }
294
294
  },
295
295
  "required": [
296
- "input_geode_object",
296
+ "geode_object_type",
297
297
  "filename"
298
298
  ],
299
299
  "additionalProperties": false
@@ -321,14 +321,14 @@
321
321
  "type": "string",
322
322
  "minLength": 1
323
323
  },
324
- "input_geode_object": {
324
+ "geode_object_type": {
325
325
  "type": "string",
326
326
  "minLength": 1
327
327
  }
328
328
  },
329
329
  "required": [
330
330
  "filename",
331
- "input_geode_object"
331
+ "geode_object_type"
332
332
  ],
333
333
  "additionalProperties": false
334
334
  },
@@ -351,13 +351,13 @@
351
351
  ],
352
352
  "type": "object",
353
353
  "properties": {
354
- "input_geode_object": {
354
+ "geode_object_type": {
355
355
  "type": "string",
356
356
  "minLength": 1
357
357
  }
358
358
  },
359
359
  "required": [
360
- "input_geode_object"
360
+ "geode_object_type"
361
361
  ],
362
362
  "additionalProperties": false
363
363
  },
@@ -369,7 +369,7 @@
369
369
  ],
370
370
  "type": "object",
371
371
  "properties": {
372
- "input_geode_object": {
372
+ "geode_object_type": {
373
373
  "type": "string",
374
374
  "minLength": 1
375
375
  },
@@ -379,7 +379,7 @@
379
379
  }
380
380
  },
381
381
  "required": [
382
- "input_geode_object",
382
+ "geode_object_type",
383
383
  "filename"
384
384
  ],
385
385
  "additionalProperties": false
@@ -406,6 +406,24 @@
406
406
  ],
407
407
  "additionalProperties": false
408
408
  },
409
+ "cell_attribute_names": {
410
+ "$id": "opengeodeweb_back/cell_attribute_names",
411
+ "route": "/cell_attribute_names",
412
+ "methods": [
413
+ "POST"
414
+ ],
415
+ "type": "object",
416
+ "properties": {
417
+ "id": {
418
+ "type": "string",
419
+ "minLength": 1
420
+ }
421
+ },
422
+ "required": [
423
+ "id"
424
+ ],
425
+ "additionalProperties": false
426
+ },
409
427
  "allowed_objects": {
410
428
  "$id": "opengeodeweb_back/allowed_objects",
411
429
  "route": "/allowed_objects",
@@ -417,17 +435,10 @@
417
435
  "filename": {
418
436
  "type": "string",
419
437
  "minLength": 1
420
- },
421
- "supported_feature": {
422
- "type": [
423
- "string",
424
- "null"
425
- ]
426
438
  }
427
439
  },
428
440
  "required": [
429
- "filename",
430
- "supported_feature"
441
+ "filename"
431
442
  ],
432
443
  "additionalProperties": false
433
444
  },
@@ -438,17 +449,8 @@
438
449
  "POST"
439
450
  ],
440
451
  "type": "object",
441
- "properties": {
442
- "supported_feature": {
443
- "type": [
444
- "string",
445
- "null"
446
- ]
447
- }
448
- },
449
- "required": [
450
- "supported_feature"
451
- ],
452
+ "properties": {},
453
+ "required": [],
452
454
  "additionalProperties": false
453
455
  }
454
456
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "5.13.1",
3
+ "version": "5.14.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_back routes route /",