@geode/opengeodeweb-viewer 1.17.0-rc.2 → 1.17.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.
|
@@ -1021,6 +1021,25 @@
|
|
|
1021
1021
|
],
|
|
1022
1022
|
"additionalProperties": false
|
|
1023
1023
|
},
|
|
1024
|
+
"highlight": {
|
|
1025
|
+
"$id": "opengeodeweb_viewer.mesh.highlight",
|
|
1026
|
+
"rpc": "highlight",
|
|
1027
|
+
"type": "object",
|
|
1028
|
+
"properties": {
|
|
1029
|
+
"id": {
|
|
1030
|
+
"type": "string",
|
|
1031
|
+
"minLength": 1
|
|
1032
|
+
},
|
|
1033
|
+
"visibility": {
|
|
1034
|
+
"type": "boolean"
|
|
1035
|
+
}
|
|
1036
|
+
},
|
|
1037
|
+
"required": [
|
|
1038
|
+
"id",
|
|
1039
|
+
"visibility"
|
|
1040
|
+
],
|
|
1041
|
+
"additionalProperties": false
|
|
1042
|
+
},
|
|
1024
1043
|
"deregister": {
|
|
1025
1044
|
"$id": "opengeodeweb_viewer.mesh.deregister",
|
|
1026
1045
|
"rpc": "deregister",
|
|
@@ -1495,6 +1514,32 @@
|
|
|
1495
1514
|
],
|
|
1496
1515
|
"additionalProperties": false
|
|
1497
1516
|
},
|
|
1517
|
+
"highlight": {
|
|
1518
|
+
"$id": "opengeodeweb_viewer.model.highlight",
|
|
1519
|
+
"rpc": "highlight",
|
|
1520
|
+
"type": "object",
|
|
1521
|
+
"properties": {
|
|
1522
|
+
"id": {
|
|
1523
|
+
"type": "string",
|
|
1524
|
+
"minLength": 1
|
|
1525
|
+
},
|
|
1526
|
+
"block_ids": {
|
|
1527
|
+
"type": "array",
|
|
1528
|
+
"items": {
|
|
1529
|
+
"type": "integer"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"visibility": {
|
|
1533
|
+
"type": "boolean"
|
|
1534
|
+
}
|
|
1535
|
+
},
|
|
1536
|
+
"required": [
|
|
1537
|
+
"id",
|
|
1538
|
+
"block_ids",
|
|
1539
|
+
"visibility"
|
|
1540
|
+
],
|
|
1541
|
+
"additionalProperties": false
|
|
1542
|
+
},
|
|
1498
1543
|
"deregister": {
|
|
1499
1544
|
"$id": "opengeodeweb_viewer.model.deregister",
|
|
1500
1545
|
"rpc": "deregister",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geode/opengeodeweb-viewer",
|
|
3
|
-
"version": "1.17.0
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"json": "npx opengeodeweb-microservice-generate opengeodeweb_viewer rpc rpc .",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build": "npm run json"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@geode/opengeodeweb-microservice": "
|
|
11
|
+
"@geode/opengeodeweb-microservice": "latest"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
"./opengeodeweb_viewer_schemas.json": {
|