@geode/opengeodeweb-back 5.9.1 → 5.10.0-rc.10

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.
@@ -0,0 +1,326 @@
1
+ {
2
+ "opengeodeweb_back": {
3
+ "models": {
4
+ "vtm_component_indices": {
5
+ "$id": "opengeodeweb_back/models/vtm_component_indices",
6
+ "route": "/vtm_component_indices",
7
+ "methods": [
8
+ "POST"
9
+ ],
10
+ "type": "object",
11
+ "properties": {
12
+ "id": {
13
+ "type": "string",
14
+ "minLength": 1
15
+ }
16
+ },
17
+ "required": [
18
+ "id"
19
+ ],
20
+ "additionalProperties": false
21
+ },
22
+ "mesh_components": {
23
+ "$id": "opengeodeweb_back/models/mesh_components",
24
+ "route": "/mesh_components",
25
+ "methods": [
26
+ "POST"
27
+ ],
28
+ "type": "object",
29
+ "properties": {
30
+ "id": {
31
+ "type": "string",
32
+ "minLength": 1
33
+ }
34
+ },
35
+ "required": [
36
+ "id"
37
+ ],
38
+ "additionalProperties": false
39
+ }
40
+ },
41
+ "vertex_attribute_names": {
42
+ "$id": "opengeodeweb_back/vertex_attribute_names",
43
+ "route": "/vertex_attribute_names",
44
+ "methods": [
45
+ "POST"
46
+ ],
47
+ "type": "object",
48
+ "properties": {
49
+ "id": {
50
+ "type": "string",
51
+ "minLength": 1
52
+ }
53
+ },
54
+ "required": [
55
+ "id"
56
+ ],
57
+ "additionalProperties": false
58
+ },
59
+ "upload_file": {
60
+ "$id": "opengeodeweb_back/upload_file",
61
+ "route": "/upload_file",
62
+ "methods": [
63
+ "OPTIONS",
64
+ "PUT"
65
+ ],
66
+ "type": "object",
67
+ "properties": {
68
+ "filename": {
69
+ "type": "string",
70
+ "minLength": 1
71
+ }
72
+ },
73
+ "additionalProperties": false
74
+ },
75
+ "texture_coordinates": {
76
+ "$id": "opengeodeweb_back/texture_coordinates",
77
+ "route": "/texture_coordinates",
78
+ "methods": [
79
+ "POST"
80
+ ],
81
+ "type": "object",
82
+ "properties": {
83
+ "id": {
84
+ "type": "string",
85
+ "minLength": 1
86
+ }
87
+ },
88
+ "required": [
89
+ "id"
90
+ ],
91
+ "additionalProperties": false
92
+ },
93
+ "save_viewable_file": {
94
+ "$id": "opengeodeweb_back/save_viewable_file",
95
+ "route": "/save_viewable_file",
96
+ "methods": [
97
+ "POST"
98
+ ],
99
+ "type": "object",
100
+ "properties": {
101
+ "input_geode_object": {
102
+ "type": "string",
103
+ "minLength": 1
104
+ },
105
+ "filename": {
106
+ "type": "string",
107
+ "minLength": 1
108
+ }
109
+ },
110
+ "required": [
111
+ "input_geode_object",
112
+ "filename"
113
+ ],
114
+ "additionalProperties": false
115
+ },
116
+ "polyhedron_attribute_names": {
117
+ "$id": "opengeodeweb_back/polyhedron_attribute_names",
118
+ "route": "/polyhedron_attribute_names",
119
+ "methods": [
120
+ "POST"
121
+ ],
122
+ "type": "object",
123
+ "properties": {
124
+ "id": {
125
+ "type": "string",
126
+ "minLength": 1
127
+ }
128
+ },
129
+ "required": [
130
+ "id"
131
+ ],
132
+ "additionalProperties": false
133
+ },
134
+ "polygon_attribute_names": {
135
+ "$id": "opengeodeweb_back/polygon_attribute_names",
136
+ "route": "/polygon_attribute_names",
137
+ "methods": [
138
+ "POST"
139
+ ],
140
+ "type": "object",
141
+ "properties": {
142
+ "id": {
143
+ "type": "string",
144
+ "minLength": 1
145
+ }
146
+ },
147
+ "required": [
148
+ "id"
149
+ ],
150
+ "additionalProperties": false
151
+ },
152
+ "ping": {
153
+ "$id": "opengeodeweb_back/ping",
154
+ "route": "/ping",
155
+ "methods": [
156
+ "POST"
157
+ ],
158
+ "type": "object",
159
+ "properties": {},
160
+ "required": [],
161
+ "additionalProperties": false
162
+ },
163
+ "missing_files": {
164
+ "$id": "opengeodeweb_back/missing_files",
165
+ "route": "/missing_files",
166
+ "methods": [
167
+ "POST"
168
+ ],
169
+ "type": "object",
170
+ "properties": {
171
+ "input_geode_object": {
172
+ "type": "string",
173
+ "minLength": 1
174
+ },
175
+ "filename": {
176
+ "type": "string",
177
+ "minLength": 1
178
+ }
179
+ },
180
+ "required": [
181
+ "input_geode_object",
182
+ "filename"
183
+ ],
184
+ "additionalProperties": false
185
+ },
186
+ "inspect_file": {
187
+ "$id": "opengeodeweb_back/inspect_file",
188
+ "route": "/inspect_file",
189
+ "methods": [
190
+ "POST"
191
+ ],
192
+ "type": "object",
193
+ "properties": {
194
+ "filename": {
195
+ "type": "string",
196
+ "minLength": 1
197
+ },
198
+ "input_geode_object": {
199
+ "type": "string",
200
+ "minLength": 1
201
+ }
202
+ },
203
+ "required": [
204
+ "filename",
205
+ "input_geode_object"
206
+ ],
207
+ "additionalProperties": false
208
+ },
209
+ "geographic_coordinate_systems": {
210
+ "$id": "opengeodeweb_back/geographic_coordinate_systems",
211
+ "route": "/geographic_coordinate_systems",
212
+ "methods": [
213
+ "POST"
214
+ ],
215
+ "type": "object",
216
+ "properties": {
217
+ "input_geode_object": {
218
+ "type": "string",
219
+ "minLength": 1
220
+ }
221
+ },
222
+ "required": [
223
+ "input_geode_object"
224
+ ],
225
+ "additionalProperties": false
226
+ },
227
+ "geode_objects_and_output_extensions": {
228
+ "$id": "opengeodeweb_back/geode_objects_and_output_extensions",
229
+ "route": "/geode_objects_and_output_extensions",
230
+ "methods": [
231
+ "POST"
232
+ ],
233
+ "type": "object",
234
+ "properties": {
235
+ "input_geode_object": {
236
+ "type": "string",
237
+ "minLength": 1
238
+ },
239
+ "filename": {
240
+ "type": "string",
241
+ "minLength": 1
242
+ }
243
+ },
244
+ "required": [
245
+ "input_geode_object",
246
+ "filename"
247
+ ],
248
+ "additionalProperties": false
249
+ },
250
+ "create_point": {
251
+ "$id": "opengeodeweb_back/create_point",
252
+ "route": "/create_point",
253
+ "methods": [
254
+ "POST"
255
+ ],
256
+ "type": "object",
257
+ "properties": {
258
+ "title": {
259
+ "type": "string",
260
+ "minLength": 1
261
+ },
262
+ "x": {
263
+ "type": "number"
264
+ },
265
+ "y": {
266
+ "type": "number"
267
+ },
268
+ "z": {
269
+ "type": "number"
270
+ }
271
+ },
272
+ "required": [
273
+ "title",
274
+ "x",
275
+ "y",
276
+ "z"
277
+ ],
278
+ "additionalProperties": false
279
+ },
280
+ "allowed_objects": {
281
+ "$id": "opengeodeweb_back/allowed_objects",
282
+ "route": "/allowed_objects",
283
+ "methods": [
284
+ "POST"
285
+ ],
286
+ "type": "object",
287
+ "properties": {
288
+ "filename": {
289
+ "type": "string",
290
+ "minLength": 1
291
+ },
292
+ "supported_feature": {
293
+ "type": [
294
+ "string",
295
+ "null"
296
+ ]
297
+ }
298
+ },
299
+ "required": [
300
+ "filename",
301
+ "supported_feature"
302
+ ],
303
+ "additionalProperties": false
304
+ },
305
+ "allowed_files": {
306
+ "$id": "opengeodeweb_back/allowed_files",
307
+ "route": "/allowed_files",
308
+ "methods": [
309
+ "POST"
310
+ ],
311
+ "type": "object",
312
+ "properties": {
313
+ "supported_feature": {
314
+ "type": [
315
+ "string",
316
+ "null"
317
+ ]
318
+ }
319
+ },
320
+ "required": [
321
+ "supported_feature"
322
+ ],
323
+ "additionalProperties": false
324
+ }
325
+ }
326
+ }
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@geode/opengeodeweb-back",
3
- "version": "5.9.1",
3
+ "version": "5.10.0-rc.10",
4
4
  "description": "",
5
5
  "scripts": {
6
- "json": "node generate_schemas.js opengeodeweb_back routes route /"
6
+ "json": "node generate_schemas.js opengeodeweb_back routes route /",
7
+ "test": "npm run json",
8
+ "build": "npm run json"
7
9
  },
8
10
  "dependencies": {
9
11
  "glob": "^11.0.3"