@geode/opengeodeweb-front 2.0.0-rc.20 → 2.0.0-rc.21

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.
@@ -62,9 +62,7 @@
62
62
  }
63
63
 
64
64
  async function get_crs_table() {
65
- let params = {
66
- geode_object: geode_object,
67
- }
65
+ const params = { geode_object: geode_object }
68
66
  toggle_loading()
69
67
  await api_fetch(
70
68
  { schema, params },
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "description": "OpenSource Vue/Vuetify framework for web applications",
21
21
  "type": "module",
22
- "version": "2.0.0-rc.20",
22
+ "version": "2.0.0-rc.21",
23
23
  "main": "./nuxt.config.js",
24
24
  "dependencies": {
25
25
  "@kitware/vtk.js": "^29.1.1",
@@ -1,9 +0,0 @@
1
- {
2
- "$id": "/tools/crs_selector/geographic_coordinate_systems",
3
- "type": "object",
4
- "properties": {
5
- "geode_object": {
6
- "type": "string"
7
- }
8
- }
9
- }
@@ -1,24 +0,0 @@
1
- {
2
- "$id": "/workflows/captcha_validation",
3
- "type": "object",
4
- "properties": {
5
- "is_captcha_validated": {
6
- "type": "boolean"
7
- },
8
- "is_cloud_running": {
9
- "type": "boolean"
10
- },
11
- "is_connexion_launched": {
12
- "type": "boolean"
13
- },
14
- "site_key": {
15
- "type": "string"
16
- }
17
- },
18
- "required": [
19
- "is_captcha_validated",
20
- "is_cloud_running",
21
- "is_connexion_launched",
22
- "site_key"
23
- ]
24
- }
@@ -1,7 +0,0 @@
1
- {
2
- "$id": "/tools/file_converter/versions",
3
- "method": "GET",
4
- "type": "object",
5
- "properties": {},
6
- "additionalProperties": false
7
- }