@geode/opengeodeweb-back 6.12.0-rc.3 → 6.12.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.
@@ -309,14 +309,18 @@
309
309
  "type": "string",
310
310
  "minLength": 1
311
311
  },
312
- "component_id": {
313
- "type": "string",
314
- "minLength": 1
312
+ "component_ids": {
313
+ "type": "array",
314
+ "items": {
315
+ "type": "string",
316
+ "minLength": 1
317
+ },
318
+ "minItems": 1
315
319
  }
316
320
  },
317
321
  "required": [
318
322
  "id",
319
- "component_id"
323
+ "component_ids"
320
324
  ],
321
325
  "additionalProperties": false
322
326
  },
@@ -332,14 +336,18 @@
332
336
  "type": "string",
333
337
  "minLength": 1
334
338
  },
335
- "component_id": {
336
- "type": "string",
337
- "minLength": 1
339
+ "component_ids": {
340
+ "type": "array",
341
+ "items": {
342
+ "type": "string",
343
+ "minLength": 1
344
+ },
345
+ "minItems": 1
338
346
  }
339
347
  },
340
348
  "required": [
341
349
  "id",
342
- "component_id"
350
+ "component_ids"
343
351
  ],
344
352
  "additionalProperties": false
345
353
  },
@@ -355,14 +363,18 @@
355
363
  "type": "string",
356
364
  "minLength": 1
357
365
  },
358
- "component_id": {
359
- "type": "string",
360
- "minLength": 1
366
+ "component_ids": {
367
+ "type": "array",
368
+ "items": {
369
+ "type": "string",
370
+ "minLength": 1
371
+ },
372
+ "minItems": 1
361
373
  }
362
374
  },
363
375
  "required": [
364
376
  "id",
365
- "component_id"
377
+ "component_ids"
366
378
  ],
367
379
  "additionalProperties": false
368
380
  },
@@ -378,14 +390,18 @@
378
390
  "type": "string",
379
391
  "minLength": 1
380
392
  },
381
- "component_id": {
382
- "type": "string",
383
- "minLength": 1
393
+ "component_ids": {
394
+ "type": "array",
395
+ "items": {
396
+ "type": "string",
397
+ "minLength": 1
398
+ },
399
+ "minItems": 1
384
400
  }
385
401
  },
386
402
  "required": [
387
403
  "id",
388
- "component_id"
404
+ "component_ids"
389
405
  ],
390
406
  "additionalProperties": false
391
407
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "6.12.0-rc.3",
3
+ "version": "6.12.0",
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": "next"
11
+ "@geode/opengeodeweb-microservice": "latest"
12
12
  },
13
13
  "exports": {
14
14
  "./opengeodeweb_back_schemas.json": {