@geode/opengeodeweb-viewer 1.22.0-rc.1 → 1.22.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.
@@ -9,10 +9,14 @@
9
9
  "id": {
10
10
  "type": "string",
11
11
  "minLength": 1
12
+ },
13
+ "name": {
14
+ "type": "string"
12
15
  }
13
16
  },
14
17
  "required": [
15
- "id"
18
+ "id",
19
+ "name"
16
20
  ],
17
21
  "additionalProperties": false
18
22
  },
@@ -1014,10 +1018,14 @@
1014
1018
  "id": {
1015
1019
  "type": "string",
1016
1020
  "minLength": 1
1021
+ },
1022
+ "name": {
1023
+ "type": "string"
1017
1024
  }
1018
1025
  },
1019
1026
  "required": [
1020
- "id"
1027
+ "id",
1028
+ "name"
1021
1029
  ],
1022
1030
  "additionalProperties": false
1023
1031
  },
@@ -1863,10 +1871,14 @@
1863
1871
  "id": {
1864
1872
  "type": "string",
1865
1873
  "minLength": 1
1874
+ },
1875
+ "name": {
1876
+ "type": "string"
1866
1877
  }
1867
1878
  },
1868
1879
  "required": [
1869
- "id"
1880
+ "id",
1881
+ "name"
1870
1882
  ],
1871
1883
  "additionalProperties": false
1872
1884
  },
@@ -2470,6 +2482,24 @@
2470
2482
  ],
2471
2483
  "additionalProperties": false
2472
2484
  },
2485
+ "pick_colormap": {
2486
+ "$id": "opengeodeweb_viewer.viewer.pick_colormap",
2487
+ "route": "pick_colormap",
2488
+ "rpc": "pick_colormap",
2489
+ "type": "object",
2490
+ "properties": {
2491
+ "x": {
2492
+ "type": "number"
2493
+ },
2494
+ "y": {
2495
+ "type": "number"
2496
+ }
2497
+ },
2498
+ "required": [
2499
+ "x",
2500
+ "y"
2501
+ ]
2502
+ },
2473
2503
  "highlight": {
2474
2504
  "$id": "opengeodeweb_viewer.viewer.highlight",
2475
2505
  "rpc": "highlight",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-viewer",
3
- "version": "1.22.0-rc.1",
3
+ "version": "1.22.0-rc.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",