@evergis/api 3.0.62 → 3.0.65
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.
- package/dist/__generated__/AccountService.d.ts +4 -4
- package/dist/__generated__/BulkOperationsService.d.ts +2 -35
- package/dist/__generated__/ImportService.d.ts +12 -1
- package/dist/__generated__/LayersService.d.ts +57 -46
- package/dist/__generated__/NamespaceService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +29 -29
- package/dist/__generated__/ResourceCatalogService.d.ts +2 -134
- package/dist/__generated__/SchedulerService.d.ts +12 -12
- package/dist/__generated__/SecurityService.d.ts +2 -2
- package/dist/__generated__/StyleService.d.ts +3 -3
- package/dist/__generated__/TablesService.d.ts +33 -22
- package/dist/__generated__/ToolsService.d.ts +0 -312
- package/dist/__generated__/WmsServerService.d.ts +3 -3
- package/dist/__generated__/data-contracts.d.ts +1722 -1996
- package/dist/api.cjs.development.js +167 -951
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +188 -1194
- package/dist/api.esm.js.map +1 -1
- package/dist/services/BulkOperations.d.ts +0 -5
- package/dist/services/Layers.d.ts +5 -5
- package/dist/services/PortalSettings.d.ts +3 -0
- package/dist/services/Projects.d.ts +4 -4
- package/dist/services/Tables.d.ts +3 -3
- package/package.json +2 -2
- package/dist/__generated__/AutosharedListService.d.ts +0 -53
- package/dist/__generated__/FavoritesService.d.ts +0 -31
- package/dist/__generated__/ScriptsService.d.ts +0 -31
package/dist/api.esm.js
CHANGED
|
@@ -209,53 +209,8 @@ let BulkOperationsService = /*#__PURE__*/function (_Service) {
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
_createClass(BulkOperationsService, [{
|
|
212
|
-
key: "
|
|
212
|
+
key: "batchResourcesPermissionsSet",
|
|
213
213
|
value:
|
|
214
|
-
/**
|
|
215
|
-
* No description
|
|
216
|
-
*
|
|
217
|
-
* @tags BulkOperations
|
|
218
|
-
* @name BatchUpdateCatalogResources
|
|
219
|
-
* @operationId BulkOperationsController_BatchUpdateCatalogResources
|
|
220
|
-
* @summary Overrides resources in catalog.
|
|
221
|
-
* @request PUT:/bulk/catalog/updateResources
|
|
222
|
-
* @response `200` Success
|
|
223
|
-
*/
|
|
224
|
-
function batchUpdateCatalogResources(data) {
|
|
225
|
-
return this.http.put("/bulk/catalog/updateResources", data).json();
|
|
226
|
-
}
|
|
227
|
-
/**
|
|
228
|
-
* No description
|
|
229
|
-
*
|
|
230
|
-
* @tags BulkOperations
|
|
231
|
-
* @name BatchAddResourcesToCatalog
|
|
232
|
-
* @operationId BulkOperationsController_BatchAddResourcesToCatalog
|
|
233
|
-
* @summary Add resources to catalog.
|
|
234
|
-
* @request POST:/bulk/catalog/addResources
|
|
235
|
-
* @response `200` Success
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
}, {
|
|
239
|
-
key: "batchAddResourcesToCatalog",
|
|
240
|
-
value: function batchAddResourcesToCatalog(data) {
|
|
241
|
-
return this.http.post("/bulk/catalog/addResources", data).json();
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* No description
|
|
245
|
-
*
|
|
246
|
-
* @tags BulkOperations
|
|
247
|
-
* @name BatchDeleteResourcesFromCatalog
|
|
248
|
-
* @operationId BulkOperationsController_BatchDeleteResourcesFromCatalog
|
|
249
|
-
* @summary Delete resources to catalog.
|
|
250
|
-
* @request POST:/bulk/catalog/removeResources
|
|
251
|
-
* @response `200` Success
|
|
252
|
-
*/
|
|
253
|
-
|
|
254
|
-
}, {
|
|
255
|
-
key: "batchDeleteResourcesFromCatalog",
|
|
256
|
-
value: function batchDeleteResourcesFromCatalog(data) {
|
|
257
|
-
return this.http.post("/bulk/catalog/removeResources", data).json();
|
|
258
|
-
}
|
|
259
214
|
/**
|
|
260
215
|
* No description
|
|
261
216
|
*
|
|
@@ -266,10 +221,7 @@ let BulkOperationsService = /*#__PURE__*/function (_Service) {
|
|
|
266
221
|
* @request PUT:/bulk/resources/permissions
|
|
267
222
|
* @response `200` Success
|
|
268
223
|
*/
|
|
269
|
-
|
|
270
|
-
}, {
|
|
271
|
-
key: "batchResourcesPermissionsSet",
|
|
272
|
-
value: function batchResourcesPermissionsSet(data) {
|
|
224
|
+
function batchResourcesPermissionsSet(data) {
|
|
273
225
|
return this.http.put("/bulk/resources/permissions", data).json();
|
|
274
226
|
}
|
|
275
227
|
}]);
|
|
@@ -288,29 +240,7 @@ let BulkOperations = /*#__PURE__*/function (_BulkOperationsServic) {
|
|
|
288
240
|
return _super.apply(this, arguments);
|
|
289
241
|
}
|
|
290
242
|
|
|
291
|
-
_createClass(BulkOperations
|
|
292
|
-
key: "updatePermissions",
|
|
293
|
-
value: function updatePermissions(data) {
|
|
294
|
-
return this.batchResourcesPermissionsSet(data);
|
|
295
|
-
}
|
|
296
|
-
}, {
|
|
297
|
-
key: "addToCatalog",
|
|
298
|
-
value: function addToCatalog(data) {
|
|
299
|
-
return this.batchAddResourcesToCatalog(data);
|
|
300
|
-
}
|
|
301
|
-
}, {
|
|
302
|
-
key: "deleteFromCatalog",
|
|
303
|
-
value: function deleteFromCatalog(data) {
|
|
304
|
-
return this.batchDeleteResourcesFromCatalog(data);
|
|
305
|
-
}
|
|
306
|
-
}, {
|
|
307
|
-
key: "updateCatalogResources",
|
|
308
|
-
value: function updateCatalogResources(data) {
|
|
309
|
-
return this.batchUpdateCatalogResources(data);
|
|
310
|
-
}
|
|
311
|
-
}]);
|
|
312
|
-
|
|
313
|
-
return BulkOperations;
|
|
243
|
+
return _createClass(BulkOperations);
|
|
314
244
|
}(BulkOperationsService);
|
|
315
245
|
|
|
316
246
|
/**
|
|
@@ -732,6 +662,22 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
732
662
|
value: function getCsvDataSchema(query) {
|
|
733
663
|
return this.http.get("/import/csvDataSchema", query).json();
|
|
734
664
|
}
|
|
665
|
+
/**
|
|
666
|
+
* No description
|
|
667
|
+
*
|
|
668
|
+
* @tags ImportService
|
|
669
|
+
* @name GetKmlDataSchema
|
|
670
|
+
* @operationId ImportServiceController_GetKmlDataSchema
|
|
671
|
+
* @summary Using a file uploaded to the file upload service, reads the kml file and returns the information about data schema of all layers in that file, available for import.
|
|
672
|
+
* @request GET:/import/kmlDataSchema
|
|
673
|
+
* @response `200` Success
|
|
674
|
+
*/
|
|
675
|
+
|
|
676
|
+
}, {
|
|
677
|
+
key: "getKmlDataSchema",
|
|
678
|
+
value: function getKmlDataSchema(query) {
|
|
679
|
+
return this.http.get("/import/kmlDataSchema", query).json();
|
|
680
|
+
}
|
|
735
681
|
/**
|
|
736
682
|
* No description
|
|
737
683
|
*
|
|
@@ -1474,7 +1420,8 @@ const _excluded = ["name"],
|
|
|
1474
1420
|
_excluded15 = ["name"],
|
|
1475
1421
|
_excluded16 = ["name"],
|
|
1476
1422
|
_excluded17 = ["name"],
|
|
1477
|
-
_excluded18 = ["
|
|
1423
|
+
_excluded18 = ["name"],
|
|
1424
|
+
_excluded19 = ["layerName"];
|
|
1478
1425
|
/**
|
|
1479
1426
|
* @title Spatial Processing Core API
|
|
1480
1427
|
* @version v0.6.0
|
|
@@ -1493,8 +1440,38 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1493
1440
|
}
|
|
1494
1441
|
|
|
1495
1442
|
_createClass(LayersService, [{
|
|
1496
|
-
key: "
|
|
1443
|
+
key: "getLayerInfo",
|
|
1497
1444
|
value:
|
|
1445
|
+
/**
|
|
1446
|
+
* No description
|
|
1447
|
+
*
|
|
1448
|
+
* @tags Layers
|
|
1449
|
+
* @name GetLayerInfo
|
|
1450
|
+
* @operationId LayersController_GetLayerInfoAsync
|
|
1451
|
+
* @summary Returns the layer information.
|
|
1452
|
+
* @request GET:/layers/{name}
|
|
1453
|
+
* @response `200` Success
|
|
1454
|
+
* @response `default` Error
|
|
1455
|
+
*/
|
|
1456
|
+
function getLayerInfo(name) {
|
|
1457
|
+
return this.http.get("/layers/" + name).json();
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
* No description
|
|
1461
|
+
*
|
|
1462
|
+
* @tags Layers
|
|
1463
|
+
* @name DeleteResource
|
|
1464
|
+
* @operationId LayersController_DeleteResource
|
|
1465
|
+
* @summary Deletes resource.
|
|
1466
|
+
* @request DELETE:/layers/{name}
|
|
1467
|
+
* @response `200` Success
|
|
1468
|
+
*/
|
|
1469
|
+
|
|
1470
|
+
}, {
|
|
1471
|
+
key: "deleteResource",
|
|
1472
|
+
value: function deleteResource(name) {
|
|
1473
|
+
return this.http.delete("/layers/" + name, null).then(() => {});
|
|
1474
|
+
}
|
|
1498
1475
|
/**
|
|
1499
1476
|
* No description
|
|
1500
1477
|
*
|
|
@@ -1505,7 +1482,10 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1505
1482
|
* @request GET:/layers
|
|
1506
1483
|
* @response `200` Success
|
|
1507
1484
|
*/
|
|
1508
|
-
|
|
1485
|
+
|
|
1486
|
+
}, {
|
|
1487
|
+
key: "getLayersList",
|
|
1488
|
+
value: function getLayersList(query) {
|
|
1509
1489
|
return this.http.get("/layers", query).json();
|
|
1510
1490
|
}
|
|
1511
1491
|
/**
|
|
@@ -1540,39 +1520,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1540
1520
|
value: function deleteResources(query) {
|
|
1541
1521
|
return this.http.delete("/layers", null, query).json();
|
|
1542
1522
|
}
|
|
1543
|
-
/**
|
|
1544
|
-
* No description
|
|
1545
|
-
*
|
|
1546
|
-
* @tags Layers
|
|
1547
|
-
* @name GetLayerInfo
|
|
1548
|
-
* @operationId LayersController_GetLayerInfo
|
|
1549
|
-
* @summary Returns the layer information.
|
|
1550
|
-
* @request GET:/layers/{name}
|
|
1551
|
-
* @response `200` Success
|
|
1552
|
-
* @response `default` Error
|
|
1553
|
-
*/
|
|
1554
|
-
|
|
1555
|
-
}, {
|
|
1556
|
-
key: "getLayerInfo",
|
|
1557
|
-
value: function getLayerInfo(name) {
|
|
1558
|
-
return this.http.get("/layers/" + name).json();
|
|
1559
|
-
}
|
|
1560
|
-
/**
|
|
1561
|
-
* No description
|
|
1562
|
-
*
|
|
1563
|
-
* @tags Layers
|
|
1564
|
-
* @name DeleteResource
|
|
1565
|
-
* @operationId LayersController_DeleteResource
|
|
1566
|
-
* @summary Deletes resource.
|
|
1567
|
-
* @request DELETE:/layers/{name}
|
|
1568
|
-
* @response `200` Success
|
|
1569
|
-
*/
|
|
1570
|
-
|
|
1571
|
-
}, {
|
|
1572
|
-
key: "deleteResource",
|
|
1573
|
-
value: function deleteResource(name) {
|
|
1574
|
-
return this.http.delete("/layers/" + name, null).then(() => {});
|
|
1575
|
-
}
|
|
1576
1523
|
/**
|
|
1577
1524
|
* No description
|
|
1578
1525
|
*
|
|
@@ -2113,6 +2060,27 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2113
2060
|
|
|
2114
2061
|
return this.http.delete("/layers/" + name + "/features/deleteByIds", null, query).json();
|
|
2115
2062
|
}
|
|
2063
|
+
/**
|
|
2064
|
+
* No description
|
|
2065
|
+
*
|
|
2066
|
+
* @tags Layers
|
|
2067
|
+
* @name DeleteByCondition
|
|
2068
|
+
* @operationId LayersController_DeleteByCondition
|
|
2069
|
+
* @summary Delete a list of features by condition with exclude given ids.
|
|
2070
|
+
* @request DELETE:/layers/{name}/features/deleteByCondition
|
|
2071
|
+
* @response `200` Success
|
|
2072
|
+
*/
|
|
2073
|
+
|
|
2074
|
+
}, {
|
|
2075
|
+
key: "deleteByCondition",
|
|
2076
|
+
value: function deleteByCondition(_ref13) {
|
|
2077
|
+
let {
|
|
2078
|
+
name
|
|
2079
|
+
} = _ref13,
|
|
2080
|
+
query = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
2081
|
+
|
|
2082
|
+
return this.http.delete("/layers/" + name + "/features/deleteByCondition", null, query).json();
|
|
2083
|
+
}
|
|
2116
2084
|
/**
|
|
2117
2085
|
* No description
|
|
2118
2086
|
*
|
|
@@ -2126,11 +2094,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2126
2094
|
|
|
2127
2095
|
}, {
|
|
2128
2096
|
key: "getByGeometryGet",
|
|
2129
|
-
value: function getByGeometryGet(
|
|
2097
|
+
value: function getByGeometryGet(_ref14) {
|
|
2130
2098
|
let {
|
|
2131
2099
|
name
|
|
2132
|
-
} =
|
|
2133
|
-
query = _objectWithoutPropertiesLoose(
|
|
2100
|
+
} = _ref14,
|
|
2101
|
+
query = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
2134
2102
|
|
|
2135
2103
|
return this.http.get("/layers/" + name + "/features/getByGeometryByClick", query).json();
|
|
2136
2104
|
}
|
|
@@ -2147,13 +2115,13 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2147
2115
|
|
|
2148
2116
|
}, {
|
|
2149
2117
|
key: "classify",
|
|
2150
|
-
value: function classify(
|
|
2118
|
+
value: function classify(_ref15) {
|
|
2151
2119
|
let {
|
|
2152
2120
|
name
|
|
2153
|
-
} =
|
|
2154
|
-
query = _objectWithoutPropertiesLoose(
|
|
2121
|
+
} = _ref15,
|
|
2122
|
+
query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
2155
2123
|
|
|
2156
|
-
return this.http.get("/layers/" + name + "/classify", query).
|
|
2124
|
+
return this.http.get("/layers/" + name + "/classify", query).then(() => {});
|
|
2157
2125
|
}
|
|
2158
2126
|
/**
|
|
2159
2127
|
* No description
|
|
@@ -2168,11 +2136,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2168
2136
|
|
|
2169
2137
|
}, {
|
|
2170
2138
|
key: "distincts",
|
|
2171
|
-
value: function distincts(
|
|
2139
|
+
value: function distincts(_ref16) {
|
|
2172
2140
|
let {
|
|
2173
2141
|
name
|
|
2174
|
-
} =
|
|
2175
|
-
query = _objectWithoutPropertiesLoose(
|
|
2142
|
+
} = _ref16,
|
|
2143
|
+
query = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
2176
2144
|
|
|
2177
2145
|
return this.http.get("/layers/" + name + "/distincts", query).json();
|
|
2178
2146
|
}
|
|
@@ -2189,11 +2157,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2189
2157
|
|
|
2190
2158
|
}, {
|
|
2191
2159
|
key: "aggregateAttribute",
|
|
2192
|
-
value: function aggregateAttribute(
|
|
2160
|
+
value: function aggregateAttribute(_ref17) {
|
|
2193
2161
|
let {
|
|
2194
2162
|
name
|
|
2195
|
-
} =
|
|
2196
|
-
query = _objectWithoutPropertiesLoose(
|
|
2163
|
+
} = _ref17,
|
|
2164
|
+
query = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
2197
2165
|
|
|
2198
2166
|
return this.http.get("/layers/" + name + "/aggregate-values", query).json();
|
|
2199
2167
|
}
|
|
@@ -2210,11 +2178,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2210
2178
|
|
|
2211
2179
|
}, {
|
|
2212
2180
|
key: "getFilteredFeaturesCount",
|
|
2213
|
-
value: function getFilteredFeaturesCount(
|
|
2181
|
+
value: function getFilteredFeaturesCount(_ref18) {
|
|
2214
2182
|
let {
|
|
2215
2183
|
name
|
|
2216
|
-
} =
|
|
2217
|
-
query = _objectWithoutPropertiesLoose(
|
|
2184
|
+
} = _ref18,
|
|
2185
|
+
query = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
2218
2186
|
|
|
2219
2187
|
return this.http.get("/layers/" + name + "/features/count", query).json();
|
|
2220
2188
|
}
|
|
@@ -2264,11 +2232,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2264
2232
|
|
|
2265
2233
|
}, {
|
|
2266
2234
|
key: "validateExpression",
|
|
2267
|
-
value: function validateExpression(
|
|
2235
|
+
value: function validateExpression(_ref19) {
|
|
2268
2236
|
let {
|
|
2269
2237
|
layerName
|
|
2270
|
-
} =
|
|
2271
|
-
query = _objectWithoutPropertiesLoose(
|
|
2238
|
+
} = _ref19,
|
|
2239
|
+
query = _objectWithoutPropertiesLoose(_ref19, _excluded19);
|
|
2272
2240
|
|
|
2273
2241
|
return this.http.get("/layers/" + layerName + "/validateExpression", query).json();
|
|
2274
2242
|
}
|
|
@@ -2608,22 +2576,6 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
2608
2576
|
value: function deleteResources(query) {
|
|
2609
2577
|
return this.http.delete("/tables", null, query).json();
|
|
2610
2578
|
}
|
|
2611
|
-
/**
|
|
2612
|
-
* No description
|
|
2613
|
-
*
|
|
2614
|
-
* @tags Tables
|
|
2615
|
-
* @name DeleteResource
|
|
2616
|
-
* @operationId TablesController_DeleteResource
|
|
2617
|
-
* @summary Deletes resource.
|
|
2618
|
-
* @request DELETE:/tables/{name}
|
|
2619
|
-
* @response `200` Success
|
|
2620
|
-
*/
|
|
2621
|
-
|
|
2622
|
-
}, {
|
|
2623
|
-
key: "deleteResource",
|
|
2624
|
-
value: function deleteResource(name) {
|
|
2625
|
-
return this.http.delete("/tables/" + name, null).then(() => {});
|
|
2626
|
-
}
|
|
2627
2579
|
/**
|
|
2628
2580
|
* No description
|
|
2629
2581
|
*
|
|
@@ -2656,6 +2608,22 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
2656
2608
|
value: function getTableInfo(name) {
|
|
2657
2609
|
return this.http.get("/tables/" + name).json();
|
|
2658
2610
|
}
|
|
2611
|
+
/**
|
|
2612
|
+
* No description
|
|
2613
|
+
*
|
|
2614
|
+
* @tags Tables
|
|
2615
|
+
* @name DeleteResource
|
|
2616
|
+
* @operationId TablesController_DeleteResource
|
|
2617
|
+
* @summary Deletes resource.
|
|
2618
|
+
* @request DELETE:/tables/{name}
|
|
2619
|
+
* @response `200` Success
|
|
2620
|
+
*/
|
|
2621
|
+
|
|
2622
|
+
}, {
|
|
2623
|
+
key: "deleteResource",
|
|
2624
|
+
value: function deleteResource(name) {
|
|
2625
|
+
return this.http.delete("/tables/" + name, null).then(() => {});
|
|
2626
|
+
}
|
|
2659
2627
|
/**
|
|
2660
2628
|
* No description
|
|
2661
2629
|
*
|
|
@@ -2677,6 +2645,22 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
2677
2645
|
|
|
2678
2646
|
return this.http.get("/tables/" + name + "/data", query).json();
|
|
2679
2647
|
}
|
|
2648
|
+
/**
|
|
2649
|
+
* No description
|
|
2650
|
+
*
|
|
2651
|
+
* @tags Tables
|
|
2652
|
+
* @name WriteTableData
|
|
2653
|
+
* @operationId TablesController_WriteTableData
|
|
2654
|
+
* @summary Adds the data to the table.
|
|
2655
|
+
* @request POST:/tables/{name}/data
|
|
2656
|
+
* @response `200` Success
|
|
2657
|
+
*/
|
|
2658
|
+
|
|
2659
|
+
}, {
|
|
2660
|
+
key: "writeTableData",
|
|
2661
|
+
value: function writeTableData(name, data) {
|
|
2662
|
+
return this.http.post("/tables/" + name + "/data", data).then(() => {});
|
|
2663
|
+
}
|
|
2680
2664
|
/**
|
|
2681
2665
|
* No description
|
|
2682
2666
|
*
|
|
@@ -3046,6 +3030,38 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
3046
3030
|
function getProjectLayersExtendedInfo(name) {
|
|
3047
3031
|
return this.http.get("/projects/" + name + "/extended-info").json();
|
|
3048
3032
|
}
|
|
3033
|
+
/**
|
|
3034
|
+
* No description
|
|
3035
|
+
*
|
|
3036
|
+
* @tags Projects
|
|
3037
|
+
* @name CreateShareProject
|
|
3038
|
+
* @operationId ProjectsController_CreateShareProject
|
|
3039
|
+
* @summary Create shared project.
|
|
3040
|
+
* @request POST:/projects/{name}/share
|
|
3041
|
+
* @response `200` Success
|
|
3042
|
+
*/
|
|
3043
|
+
|
|
3044
|
+
}, {
|
|
3045
|
+
key: "createShareProject",
|
|
3046
|
+
value: function createShareProject(name, data) {
|
|
3047
|
+
return this.http.post("/projects/" + name + "/share", data).json();
|
|
3048
|
+
}
|
|
3049
|
+
/**
|
|
3050
|
+
* No description
|
|
3051
|
+
*
|
|
3052
|
+
* @tags Projects
|
|
3053
|
+
* @name RemoveShareProject
|
|
3054
|
+
* @operationId ProjectsController_RemoveShareProject
|
|
3055
|
+
* @summary Delete shared project.
|
|
3056
|
+
* @request DELETE:/projects/{name}/share
|
|
3057
|
+
* @response `200` Success
|
|
3058
|
+
*/
|
|
3059
|
+
|
|
3060
|
+
}, {
|
|
3061
|
+
key: "removeShareProject",
|
|
3062
|
+
value: function removeShareProject(name) {
|
|
3063
|
+
return this.http.delete("/projects/" + name + "/share", null).then(() => {});
|
|
3064
|
+
}
|
|
3049
3065
|
/**
|
|
3050
3066
|
* No description
|
|
3051
3067
|
*
|
|
@@ -3110,38 +3126,6 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
3110
3126
|
value: function deleteResources(query) {
|
|
3111
3127
|
return this.http.delete("/projects", null, query).json();
|
|
3112
3128
|
}
|
|
3113
|
-
/**
|
|
3114
|
-
* No description
|
|
3115
|
-
*
|
|
3116
|
-
* @tags Projects
|
|
3117
|
-
* @name CreateShareProject
|
|
3118
|
-
* @operationId ProjectsController_CreateShareProject
|
|
3119
|
-
* @summary Create shared project.
|
|
3120
|
-
* @request POST:/projects/{name}/share
|
|
3121
|
-
* @response `200` Success
|
|
3122
|
-
*/
|
|
3123
|
-
|
|
3124
|
-
}, {
|
|
3125
|
-
key: "createShareProject",
|
|
3126
|
-
value: function createShareProject(name, data) {
|
|
3127
|
-
return this.http.post("/projects/" + name + "/share", data).json();
|
|
3128
|
-
}
|
|
3129
|
-
/**
|
|
3130
|
-
* No description
|
|
3131
|
-
*
|
|
3132
|
-
* @tags Projects
|
|
3133
|
-
* @name RemoveShareProject
|
|
3134
|
-
* @operationId ProjectsController_RemoveShareProject
|
|
3135
|
-
* @summary Delete shared project.
|
|
3136
|
-
* @request DELETE:/projects/{name}/share
|
|
3137
|
-
* @response `200` Success
|
|
3138
|
-
*/
|
|
3139
|
-
|
|
3140
|
-
}, {
|
|
3141
|
-
key: "removeShareProject",
|
|
3142
|
-
value: function removeShareProject(name) {
|
|
3143
|
-
return this.http.delete("/projects/" + name + "/share", null).then(() => {});
|
|
3144
|
-
}
|
|
3145
3129
|
/**
|
|
3146
3130
|
* No description
|
|
3147
3131
|
*
|
|
@@ -3725,7 +3709,6 @@ let Geocode = /*#__PURE__*/function (_GeocodeService) {
|
|
|
3725
3709
|
return Geocode;
|
|
3726
3710
|
}(GeocodeService);
|
|
3727
3711
|
|
|
3728
|
-
const _excluded$4 = ["resourceType"];
|
|
3729
3712
|
/**
|
|
3730
3713
|
* @title Spatial Processing Core API
|
|
3731
3714
|
* @version v0.6.0
|
|
@@ -3744,202 +3727,8 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
3744
3727
|
}
|
|
3745
3728
|
|
|
3746
3729
|
_createClass(ResourceCatalogService, [{
|
|
3747
|
-
key: "
|
|
3730
|
+
key: "checkLimits",
|
|
3748
3731
|
value:
|
|
3749
|
-
/**
|
|
3750
|
-
* No description
|
|
3751
|
-
*
|
|
3752
|
-
* @tags ResourceCatalog
|
|
3753
|
-
* @name GetProjects
|
|
3754
|
-
* @operationId ResourceCatalogController_GetProjectsAsync
|
|
3755
|
-
* @summary Returns list of the available tables.
|
|
3756
|
-
* @request GET:/resources/projects
|
|
3757
|
-
* @response `200` Success
|
|
3758
|
-
*/
|
|
3759
|
-
function getProjects(query) {
|
|
3760
|
-
return this.http.get("/resources/projects", query).json();
|
|
3761
|
-
}
|
|
3762
|
-
/**
|
|
3763
|
-
* No description
|
|
3764
|
-
*
|
|
3765
|
-
* @tags ResourceCatalog
|
|
3766
|
-
* @name GetTables
|
|
3767
|
-
* @operationId ResourceCatalogController_GetTablesAsync
|
|
3768
|
-
* @summary Returns list of the available resources.
|
|
3769
|
-
* @request GET:/resources/tables
|
|
3770
|
-
* @response `200` Success
|
|
3771
|
-
*/
|
|
3772
|
-
|
|
3773
|
-
}, {
|
|
3774
|
-
key: "getTables",
|
|
3775
|
-
value: function getTables(query) {
|
|
3776
|
-
return this.http.get("/resources/tables", query).json();
|
|
3777
|
-
}
|
|
3778
|
-
/**
|
|
3779
|
-
* No description
|
|
3780
|
-
*
|
|
3781
|
-
* @tags ResourceCatalog
|
|
3782
|
-
* @name GetLayers
|
|
3783
|
-
* @operationId ResourceCatalogController_GetLayersAsync
|
|
3784
|
-
* @summary Returns list of the available layers.
|
|
3785
|
-
* @request GET:/resources/layers
|
|
3786
|
-
* @response `200` Success
|
|
3787
|
-
*/
|
|
3788
|
-
|
|
3789
|
-
}, {
|
|
3790
|
-
key: "getLayers",
|
|
3791
|
-
value: function getLayers(query) {
|
|
3792
|
-
return this.http.get("/resources/layers", query).json();
|
|
3793
|
-
}
|
|
3794
|
-
/**
|
|
3795
|
-
* No description
|
|
3796
|
-
*
|
|
3797
|
-
* @tags ResourceCatalog
|
|
3798
|
-
* @name AddResource
|
|
3799
|
-
* @operationId ResourceCatalogController_AddResource
|
|
3800
|
-
* @summary Adds resources to catalog.
|
|
3801
|
-
* @request POST:/resources/{resourceType}/add
|
|
3802
|
-
* @response `200` Success
|
|
3803
|
-
*/
|
|
3804
|
-
|
|
3805
|
-
}, {
|
|
3806
|
-
key: "addResource",
|
|
3807
|
-
value: function addResource(resourceType, data) {
|
|
3808
|
-
return this.http.post("/resources/" + resourceType + "/add", data).then(() => {});
|
|
3809
|
-
}
|
|
3810
|
-
/**
|
|
3811
|
-
* No description
|
|
3812
|
-
*
|
|
3813
|
-
* @tags ResourceCatalog
|
|
3814
|
-
* @name AddResources
|
|
3815
|
-
* @operationId ResourceCatalogController_AddResources
|
|
3816
|
-
* @summary Adds resources to the user catalog.
|
|
3817
|
-
* @request POST:/resources/add
|
|
3818
|
-
* @response `200` Success
|
|
3819
|
-
*/
|
|
3820
|
-
|
|
3821
|
-
}, {
|
|
3822
|
-
key: "addResources",
|
|
3823
|
-
value: function addResources(query, data) {
|
|
3824
|
-
return this.http.post("/resources/add", data, query).then(() => {});
|
|
3825
|
-
}
|
|
3826
|
-
/**
|
|
3827
|
-
* No description
|
|
3828
|
-
*
|
|
3829
|
-
* @tags ResourceCatalog
|
|
3830
|
-
* @name RemoveResource
|
|
3831
|
-
* @operationId ResourceCatalogController_RemoveResource
|
|
3832
|
-
* @summary Removes resource from catalog for a given users list.
|
|
3833
|
-
* @request POST:/resources/{resourceType}/remove
|
|
3834
|
-
* @response `200` Success
|
|
3835
|
-
*/
|
|
3836
|
-
|
|
3837
|
-
}, {
|
|
3838
|
-
key: "removeResource",
|
|
3839
|
-
value: function removeResource(resourceType, data) {
|
|
3840
|
-
return this.http.post("/resources/" + resourceType + "/remove", data).then(() => {});
|
|
3841
|
-
}
|
|
3842
|
-
/**
|
|
3843
|
-
* No description
|
|
3844
|
-
*
|
|
3845
|
-
* @tags ResourceCatalog
|
|
3846
|
-
* @name GetNewResources
|
|
3847
|
-
* @operationId ResourceCatalogController_GetNewResources
|
|
3848
|
-
* @summary Get new resources count grouped by types.
|
|
3849
|
-
* @request GET:/resources/getNewResources
|
|
3850
|
-
* @response `200` Success
|
|
3851
|
-
*/
|
|
3852
|
-
|
|
3853
|
-
}, {
|
|
3854
|
-
key: "getNewResources",
|
|
3855
|
-
value: function getNewResources() {
|
|
3856
|
-
return this.http.get("/resources/getNewResources").json();
|
|
3857
|
-
}
|
|
3858
|
-
/**
|
|
3859
|
-
* No description
|
|
3860
|
-
*
|
|
3861
|
-
* @tags ResourceCatalog
|
|
3862
|
-
* @name TouchResources
|
|
3863
|
-
* @operationId ResourceCatalogController_TouchResources
|
|
3864
|
-
* @summary For current user marks a given list of the resources as used.
|
|
3865
|
-
* @request POST:/resources/{resourceType}/touchResources
|
|
3866
|
-
* @response `200` Success
|
|
3867
|
-
*/
|
|
3868
|
-
|
|
3869
|
-
}, {
|
|
3870
|
-
key: "touchResources",
|
|
3871
|
-
value: function touchResources(resourceType, data) {
|
|
3872
|
-
return this.http.post("/resources/" + resourceType + "/touchResources", data).then(() => {});
|
|
3873
|
-
}
|
|
3874
|
-
/**
|
|
3875
|
-
* No description
|
|
3876
|
-
*
|
|
3877
|
-
* @tags ResourceCatalog
|
|
3878
|
-
* @name ShareResources
|
|
3879
|
-
* @operationId ResourceCatalogController_ShareResources
|
|
3880
|
-
* @summary Share given resources for all users and adds it to common catalog.
|
|
3881
|
-
* @request POST:/resources/{resourceType}/shareAll
|
|
3882
|
-
* @response `200` Success
|
|
3883
|
-
*/
|
|
3884
|
-
|
|
3885
|
-
}, {
|
|
3886
|
-
key: "shareResources",
|
|
3887
|
-
value: function shareResources(resourceType, data) {
|
|
3888
|
-
return this.http.post("/resources/" + resourceType + "/shareAll", data).then(() => {});
|
|
3889
|
-
}
|
|
3890
|
-
/**
|
|
3891
|
-
* No description
|
|
3892
|
-
*
|
|
3893
|
-
* @tags ResourceCatalog
|
|
3894
|
-
* @name UnshareResources
|
|
3895
|
-
* @operationId ResourceCatalogController_UnshareResources
|
|
3896
|
-
* @summary Unshare given resources for all users and removes it from common catalog.
|
|
3897
|
-
* @request POST:/resources/{resourceType}/unshareAll
|
|
3898
|
-
* @response `200` Success
|
|
3899
|
-
*/
|
|
3900
|
-
|
|
3901
|
-
}, {
|
|
3902
|
-
key: "unshareResources",
|
|
3903
|
-
value: function unshareResources(resourceType, data) {
|
|
3904
|
-
return this.http.post("/resources/" + resourceType + "/unshareAll", data).then(() => {});
|
|
3905
|
-
}
|
|
3906
|
-
/**
|
|
3907
|
-
* No description
|
|
3908
|
-
*
|
|
3909
|
-
* @tags ResourceCatalog
|
|
3910
|
-
* @name GetResource
|
|
3911
|
-
* @operationId ResourceCatalogController_GetResource
|
|
3912
|
-
* @summary Returns the detailed information about resource in catalog.
|
|
3913
|
-
* @request GET:/resources/{resourceType}/{name}
|
|
3914
|
-
* @response `200` Success
|
|
3915
|
-
*/
|
|
3916
|
-
|
|
3917
|
-
}, {
|
|
3918
|
-
key: "getResource",
|
|
3919
|
-
value: function getResource(resourceType, name) {
|
|
3920
|
-
return this.http.get("/resources/" + resourceType + "/" + name).json();
|
|
3921
|
-
}
|
|
3922
|
-
/**
|
|
3923
|
-
* No description
|
|
3924
|
-
*
|
|
3925
|
-
* @tags ResourceCatalog
|
|
3926
|
-
* @name RemoveResource1
|
|
3927
|
-
* @operationId ResourceCatalogController_RemoveResource_1
|
|
3928
|
-
* @summary Removes resource from catalog for a given users list.
|
|
3929
|
-
* @request DELETE:/resources/{resourceType}
|
|
3930
|
-
* @response `200` Success
|
|
3931
|
-
*/
|
|
3932
|
-
|
|
3933
|
-
}, {
|
|
3934
|
-
key: "removeResource1",
|
|
3935
|
-
value: function removeResource1(_ref) {
|
|
3936
|
-
let {
|
|
3937
|
-
resourceType
|
|
3938
|
-
} = _ref,
|
|
3939
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$4);
|
|
3940
|
-
|
|
3941
|
-
return this.http.delete("/resources/" + resourceType, null, query).then(() => {});
|
|
3942
|
-
}
|
|
3943
3732
|
/**
|
|
3944
3733
|
* No description
|
|
3945
3734
|
*
|
|
@@ -3950,11 +3739,8 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
3950
3739
|
* @request GET:/resources/checkLimits
|
|
3951
3740
|
* @response `200` Success
|
|
3952
3741
|
*/
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
key: "checkLimits",
|
|
3956
|
-
value: function checkLimits() {
|
|
3957
|
-
return this.http.get("/resources/checkLimits").json();
|
|
3742
|
+
function checkLimits(query) {
|
|
3743
|
+
return this.http.get("/resources/checkLimits", query).json();
|
|
3958
3744
|
}
|
|
3959
3745
|
/**
|
|
3960
3746
|
* No description
|
|
@@ -3991,8 +3777,6 @@ let ResourceCatalog = /*#__PURE__*/function (_ResourceCatalogServi) {
|
|
|
3991
3777
|
return _createClass(ResourceCatalog);
|
|
3992
3778
|
}(ResourceCatalogService);
|
|
3993
3779
|
|
|
3994
|
-
const _excluded$5 = ["name"],
|
|
3995
|
-
_excluded2$3 = ["name"];
|
|
3996
3780
|
/**
|
|
3997
3781
|
* @title Spatial Processing Core API
|
|
3998
3782
|
* @version v0.6.0
|
|
@@ -4010,470 +3794,7 @@ let ToolsService = /*#__PURE__*/function (_Service) {
|
|
|
4010
3794
|
return _super.apply(this, arguments);
|
|
4011
3795
|
}
|
|
4012
3796
|
|
|
4013
|
-
_createClass(ToolsService
|
|
4014
|
-
key: "getTools",
|
|
4015
|
-
value:
|
|
4016
|
-
/**
|
|
4017
|
-
* No description
|
|
4018
|
-
*
|
|
4019
|
-
* @tags ToolsCatalog
|
|
4020
|
-
* @name GetTools
|
|
4021
|
-
* @operationId ToolsCatalogController_GetTools
|
|
4022
|
-
* @summary Gets list of tools according the user permissions with given filter.
|
|
4023
|
-
* @request GET:/tools
|
|
4024
|
-
* @response `200` Success
|
|
4025
|
-
*/
|
|
4026
|
-
function getTools(query) {
|
|
4027
|
-
return this.http.get("/tools", query).json();
|
|
4028
|
-
}
|
|
4029
|
-
/**
|
|
4030
|
-
* No description
|
|
4031
|
-
*
|
|
4032
|
-
* @tags ToolsCatalog
|
|
4033
|
-
* @name CreateTool
|
|
4034
|
-
* @operationId ToolsCatalogController_CreateTool
|
|
4035
|
-
* @summary Creates geotool with given toolInfo.
|
|
4036
|
-
* @request POST:/tools
|
|
4037
|
-
* @response `200` Success
|
|
4038
|
-
*/
|
|
4039
|
-
|
|
4040
|
-
}, {
|
|
4041
|
-
key: "createTool",
|
|
4042
|
-
value: function createTool(data) {
|
|
4043
|
-
return this.http.post("/tools", data).json();
|
|
4044
|
-
}
|
|
4045
|
-
/**
|
|
4046
|
-
* No description
|
|
4047
|
-
*
|
|
4048
|
-
* @tags ToolsCatalog
|
|
4049
|
-
* @name LoadToolInfo
|
|
4050
|
-
* @operationId ToolsCatalogController_LoadToolInfo
|
|
4051
|
-
* @summary Loads description of the given tool name.
|
|
4052
|
-
* @request GET:/tools/{name}/info
|
|
4053
|
-
* @response `200` Success
|
|
4054
|
-
*/
|
|
4055
|
-
|
|
4056
|
-
}, {
|
|
4057
|
-
key: "loadToolInfo",
|
|
4058
|
-
value: function loadToolInfo(name) {
|
|
4059
|
-
return this.http.get("/tools/" + name + "/info").json();
|
|
4060
|
-
}
|
|
4061
|
-
/**
|
|
4062
|
-
* No description
|
|
4063
|
-
*
|
|
4064
|
-
* @tags ToolsCatalog
|
|
4065
|
-
* @name LoadToolDefinition
|
|
4066
|
-
* @operationId ToolsCatalogController_LoadToolDefinition
|
|
4067
|
-
* @summary Loads description of the given tool name.
|
|
4068
|
-
* @request GET:/tools/{name}
|
|
4069
|
-
* @response `200` Success
|
|
4070
|
-
*/
|
|
4071
|
-
|
|
4072
|
-
}, {
|
|
4073
|
-
key: "loadToolDefinition",
|
|
4074
|
-
value: function loadToolDefinition(name) {
|
|
4075
|
-
return this.http.get("/tools/" + name).json();
|
|
4076
|
-
}
|
|
4077
|
-
/**
|
|
4078
|
-
* No description
|
|
4079
|
-
*
|
|
4080
|
-
* @tags ToolsCatalog
|
|
4081
|
-
* @name UpdateTool
|
|
4082
|
-
* @operationId ToolsCatalogController_UpdateTool
|
|
4083
|
-
* @summary Updates geotool with given toolInfo.
|
|
4084
|
-
* @request PATCH:/tools/{name}
|
|
4085
|
-
* @response `200` Success
|
|
4086
|
-
*/
|
|
4087
|
-
|
|
4088
|
-
}, {
|
|
4089
|
-
key: "updateTool",
|
|
4090
|
-
value: function updateTool(name, data) {
|
|
4091
|
-
return this.http.patch("/tools/" + name, data).then(() => {});
|
|
4092
|
-
}
|
|
4093
|
-
/**
|
|
4094
|
-
* No description
|
|
4095
|
-
*
|
|
4096
|
-
* @tags ToolsCatalog
|
|
4097
|
-
* @name DeleteTool
|
|
4098
|
-
* @operationId ToolsCatalogController_DeleteTool
|
|
4099
|
-
* @summary Deletes geotool with given name.
|
|
4100
|
-
* @request DELETE:/tools/{name}
|
|
4101
|
-
* @response `200` Success
|
|
4102
|
-
*/
|
|
4103
|
-
|
|
4104
|
-
}, {
|
|
4105
|
-
key: "deleteTool",
|
|
4106
|
-
value: function deleteTool(name) {
|
|
4107
|
-
return this.http.delete("/tools/" + name, null).then(() => {});
|
|
4108
|
-
}
|
|
4109
|
-
/**
|
|
4110
|
-
* No description
|
|
4111
|
-
*
|
|
4112
|
-
* @tags ToolsCatalog
|
|
4113
|
-
* @name AddToolPermissions
|
|
4114
|
-
* @operationId ToolsCatalogController_AddToolPermissions
|
|
4115
|
-
* @summary Adds permissions for the tool combining existing permissions with the given one.
|
|
4116
|
-
* @request POST:/tools/{name}/add-permissions
|
|
4117
|
-
* @response `200` Success
|
|
4118
|
-
*/
|
|
4119
|
-
|
|
4120
|
-
}, {
|
|
4121
|
-
key: "addToolPermissions",
|
|
4122
|
-
value: function addToolPermissions(name, data) {
|
|
4123
|
-
return this.http.post("/tools/" + name + "/add-permissions", data).then(() => {});
|
|
4124
|
-
}
|
|
4125
|
-
/**
|
|
4126
|
-
* No description
|
|
4127
|
-
*
|
|
4128
|
-
* @tags ToolsCatalog
|
|
4129
|
-
* @name RemoveToolPermissions
|
|
4130
|
-
* @operationId ToolsCatalogController_RemoveToolPermissions
|
|
4131
|
-
* @summary Removes permissions for the tool combining existing permissions with the given one.
|
|
4132
|
-
* @request POST:/tools/{name}/remove-permissions
|
|
4133
|
-
* @response `200` Success
|
|
4134
|
-
*/
|
|
4135
|
-
|
|
4136
|
-
}, {
|
|
4137
|
-
key: "removeToolPermissions",
|
|
4138
|
-
value: function removeToolPermissions(name, data) {
|
|
4139
|
-
return this.http.post("/tools/" + name + "/remove-permissions", data).then(() => {});
|
|
4140
|
-
}
|
|
4141
|
-
/**
|
|
4142
|
-
* No description
|
|
4143
|
-
*
|
|
4144
|
-
* @tags ToolsCatalog
|
|
4145
|
-
* @name ReplaceToolPermissions
|
|
4146
|
-
* @operationId ToolsCatalogController_ReplaceToolPermissions
|
|
4147
|
-
* @summary Replaces existing access control list for the layer with the given one.
|
|
4148
|
-
* @request PUT:/tools/{name}/set-permissions
|
|
4149
|
-
* @response `200` Success
|
|
4150
|
-
*/
|
|
4151
|
-
|
|
4152
|
-
}, {
|
|
4153
|
-
key: "replaceToolPermissions",
|
|
4154
|
-
value: function replaceToolPermissions(name, data) {
|
|
4155
|
-
return this.http.put("/tools/" + name + "/set-permissions", data).then(() => {});
|
|
4156
|
-
}
|
|
4157
|
-
/**
|
|
4158
|
-
* No description
|
|
4159
|
-
*
|
|
4160
|
-
* @tags ToolsCatalog
|
|
4161
|
-
* @name LoadToolPermission
|
|
4162
|
-
* @operationId ToolsCatalogController_LoadToolPermission
|
|
4163
|
-
* @summary Gets permissions of the given tool name.
|
|
4164
|
-
* @request GET:/tools/{name}/permissions
|
|
4165
|
-
* @response `200` Success
|
|
4166
|
-
*/
|
|
4167
|
-
|
|
4168
|
-
}, {
|
|
4169
|
-
key: "loadToolPermission",
|
|
4170
|
-
value: function loadToolPermission(name) {
|
|
4171
|
-
return this.http.get("/tools/" + name + "/permissions").json();
|
|
4172
|
-
}
|
|
4173
|
-
/**
|
|
4174
|
-
* No description
|
|
4175
|
-
*
|
|
4176
|
-
* @tags ToolsCatalog
|
|
4177
|
-
* @name ReloadTool
|
|
4178
|
-
* @operationId ToolsCatalogController_ReloadTool
|
|
4179
|
-
* @summary Reload given tool name.
|
|
4180
|
-
* @request GET:/tools/{name}/reload
|
|
4181
|
-
* @response `200` Success
|
|
4182
|
-
*/
|
|
4183
|
-
|
|
4184
|
-
}, {
|
|
4185
|
-
key: "reloadTool",
|
|
4186
|
-
value: function reloadTool(name) {
|
|
4187
|
-
return this.http.get("/tools/" + name + "/reload").then(() => {});
|
|
4188
|
-
}
|
|
4189
|
-
/**
|
|
4190
|
-
* No description
|
|
4191
|
-
*
|
|
4192
|
-
* @tags ToolsCatalog
|
|
4193
|
-
* @name GetToolsNames
|
|
4194
|
-
* @operationId ToolsCatalogController_GetToolsNames
|
|
4195
|
-
* @summary Gets list of tools according the user permissions with given filter.
|
|
4196
|
-
* @request GET:/tools/list-names
|
|
4197
|
-
* @response `200` Success
|
|
4198
|
-
*/
|
|
4199
|
-
|
|
4200
|
-
}, {
|
|
4201
|
-
key: "getToolsNames",
|
|
4202
|
-
value: function getToolsNames(query) {
|
|
4203
|
-
return this.http.get("/tools/list-names", query).json();
|
|
4204
|
-
}
|
|
4205
|
-
/**
|
|
4206
|
-
* No description
|
|
4207
|
-
*
|
|
4208
|
-
* @tags ToolsCatalog
|
|
4209
|
-
* @name AddToolToGroups
|
|
4210
|
-
* @operationId ToolsCatalogController_AddToolToGroups
|
|
4211
|
-
* @summary Adds geotools to list of groups.
|
|
4212
|
-
* @request POST:/tools/{name}/add-groups
|
|
4213
|
-
* @response `200` Success
|
|
4214
|
-
*/
|
|
4215
|
-
|
|
4216
|
-
}, {
|
|
4217
|
-
key: "addToolToGroups",
|
|
4218
|
-
value: function addToolToGroups(name, data) {
|
|
4219
|
-
return this.http.post("/tools/" + name + "/add-groups", data).then(() => {});
|
|
4220
|
-
}
|
|
4221
|
-
/**
|
|
4222
|
-
* No description
|
|
4223
|
-
*
|
|
4224
|
-
* @tags ToolsCatalog
|
|
4225
|
-
* @name RemoveFromGroups
|
|
4226
|
-
* @operationId ToolsCatalogController_RemoveFromGroups
|
|
4227
|
-
* @summary Removes geotool from list of groups.
|
|
4228
|
-
* @request POST:/tools/{name}/remove-groups
|
|
4229
|
-
* @response `200` Success
|
|
4230
|
-
*/
|
|
4231
|
-
|
|
4232
|
-
}, {
|
|
4233
|
-
key: "removeFromGroups",
|
|
4234
|
-
value: function removeFromGroups(name, data) {
|
|
4235
|
-
return this.http.post("/tools/" + name + "/remove-groups", data).then(() => {});
|
|
4236
|
-
}
|
|
4237
|
-
/**
|
|
4238
|
-
* No description
|
|
4239
|
-
*
|
|
4240
|
-
* @tags ToolsGroups
|
|
4241
|
-
* @name GetGroups
|
|
4242
|
-
* @operationId ToolsGroupsController_GetGroups
|
|
4243
|
-
* @summary Get list of groups with related info.
|
|
4244
|
-
* @request GET:/tools/groups
|
|
4245
|
-
* @response `200` Success
|
|
4246
|
-
*/
|
|
4247
|
-
|
|
4248
|
-
}, {
|
|
4249
|
-
key: "getGroups",
|
|
4250
|
-
value: function getGroups(query) {
|
|
4251
|
-
return this.http.get("/tools/groups", query).json();
|
|
4252
|
-
}
|
|
4253
|
-
/**
|
|
4254
|
-
* No description
|
|
4255
|
-
*
|
|
4256
|
-
* @tags ToolsGroups
|
|
4257
|
-
* @name CreateGroup
|
|
4258
|
-
* @operationId ToolsGroupsController_CreateGroup
|
|
4259
|
-
* @summary Create group with given createGroupInfo.
|
|
4260
|
-
* @request POST:/tools/groups
|
|
4261
|
-
* @response `200` Success
|
|
4262
|
-
*/
|
|
4263
|
-
|
|
4264
|
-
}, {
|
|
4265
|
-
key: "createGroup",
|
|
4266
|
-
value: function createGroup(data) {
|
|
4267
|
-
return this.http.post("/tools/groups", data).json();
|
|
4268
|
-
}
|
|
4269
|
-
/**
|
|
4270
|
-
* No description
|
|
4271
|
-
*
|
|
4272
|
-
* @tags ToolsGroups
|
|
4273
|
-
* @name LoadGroup
|
|
4274
|
-
* @operationId ToolsGroupsController_LoadGroup
|
|
4275
|
-
* @summary Loads tool group with id.
|
|
4276
|
-
* @request GET:/tools/groups/{id}
|
|
4277
|
-
* @response `200` Success
|
|
4278
|
-
*/
|
|
4279
|
-
|
|
4280
|
-
}, {
|
|
4281
|
-
key: "loadGroup",
|
|
4282
|
-
value: function loadGroup(id) {
|
|
4283
|
-
return this.http.get("/tools/groups/" + id).json();
|
|
4284
|
-
}
|
|
4285
|
-
/**
|
|
4286
|
-
* No description
|
|
4287
|
-
*
|
|
4288
|
-
* @tags ToolsGroups
|
|
4289
|
-
* @name UpdateGroup
|
|
4290
|
-
* @operationId ToolsGroupsController_UpdateGroup
|
|
4291
|
-
* @summary Update group with given updateGroupInfo.
|
|
4292
|
-
* @request POST:/tools/groups/{id}
|
|
4293
|
-
* @response `200` Success
|
|
4294
|
-
*/
|
|
4295
|
-
|
|
4296
|
-
}, {
|
|
4297
|
-
key: "updateGroup",
|
|
4298
|
-
value: function updateGroup(id, data) {
|
|
4299
|
-
return this.http.post("/tools/groups/" + id, data).then(() => {});
|
|
4300
|
-
}
|
|
4301
|
-
/**
|
|
4302
|
-
* No description
|
|
4303
|
-
*
|
|
4304
|
-
* @tags ToolsGroups
|
|
4305
|
-
* @name DeleteGroup
|
|
4306
|
-
* @operationId ToolsGroupsController_DeleteGroup
|
|
4307
|
-
* @summary Deletes group with given id.
|
|
4308
|
-
* @request DELETE:/tools/groups/{id}
|
|
4309
|
-
* @response `200` Success
|
|
4310
|
-
*/
|
|
4311
|
-
|
|
4312
|
-
}, {
|
|
4313
|
-
key: "deleteGroup",
|
|
4314
|
-
value: function deleteGroup(id) {
|
|
4315
|
-
return this.http.delete("/tools/groups/" + id, null).then(() => {});
|
|
4316
|
-
}
|
|
4317
|
-
/**
|
|
4318
|
-
* No description
|
|
4319
|
-
*
|
|
4320
|
-
* @tags ToolsGroups
|
|
4321
|
-
* @name AddToolsToGroup
|
|
4322
|
-
* @operationId ToolsGroupsController_AddToolsToGroup
|
|
4323
|
-
* @summary Adds geotools to group.
|
|
4324
|
-
* @request POST:/tools/groups/add-tools
|
|
4325
|
-
* @response `200` Success
|
|
4326
|
-
*/
|
|
4327
|
-
|
|
4328
|
-
}, {
|
|
4329
|
-
key: "addToolsToGroup",
|
|
4330
|
-
value: function addToolsToGroup(data) {
|
|
4331
|
-
return this.http.post("/tools/groups/add-tools", data).then(() => {});
|
|
4332
|
-
}
|
|
4333
|
-
/**
|
|
4334
|
-
* No description
|
|
4335
|
-
*
|
|
4336
|
-
* @tags ToolsGroups
|
|
4337
|
-
* @name RemoveToolsFromGroup
|
|
4338
|
-
* @operationId ToolsGroupsController_RemoveToolsFromGroup
|
|
4339
|
-
* @summary Remove geotools from group.
|
|
4340
|
-
* @request POST:/tools/groups/remove-tools
|
|
4341
|
-
* @response `200` Success
|
|
4342
|
-
*/
|
|
4343
|
-
|
|
4344
|
-
}, {
|
|
4345
|
-
key: "removeToolsFromGroup",
|
|
4346
|
-
value: function removeToolsFromGroup(data) {
|
|
4347
|
-
return this.http.post("/tools/groups/remove-tools", data).then(() => {});
|
|
4348
|
-
}
|
|
4349
|
-
/**
|
|
4350
|
-
* No description
|
|
4351
|
-
*
|
|
4352
|
-
* @tags ToolsGroups
|
|
4353
|
-
* @name GetGroupsInfo
|
|
4354
|
-
* @operationId ToolsGroupsController_GetGroupsInfo
|
|
4355
|
-
* @summary Get tools info.
|
|
4356
|
-
* @request GET:/tools/groups/list-info
|
|
4357
|
-
* @response `200` Success
|
|
4358
|
-
*/
|
|
4359
|
-
|
|
4360
|
-
}, {
|
|
4361
|
-
key: "getGroupsInfo",
|
|
4362
|
-
value: function getGroupsInfo(query) {
|
|
4363
|
-
return this.http.get("/tools/groups/list-info", query).json();
|
|
4364
|
-
}
|
|
4365
|
-
/**
|
|
4366
|
-
* No description
|
|
4367
|
-
*
|
|
4368
|
-
* @tags ToolsRunner
|
|
4369
|
-
* @name EvaluateTool
|
|
4370
|
-
* @operationId ToolsRunnerController_EvaluateTool
|
|
4371
|
-
* @summary Evaluate tool with given parameters parameters.
|
|
4372
|
-
* @request POST:/tools/{name}/evaluate
|
|
4373
|
-
* @response `200` Success
|
|
4374
|
-
* @response `400` Bad Request
|
|
4375
|
-
* @response `402` Client Error
|
|
4376
|
-
*/
|
|
4377
|
-
|
|
4378
|
-
}, {
|
|
4379
|
-
key: "evaluateTool",
|
|
4380
|
-
value: function evaluateTool(_ref, data) {
|
|
4381
|
-
let {
|
|
4382
|
-
name
|
|
4383
|
-
} = _ref,
|
|
4384
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$5);
|
|
4385
|
-
|
|
4386
|
-
return this.http.post("/tools/" + name + "/evaluate", data, query).json();
|
|
4387
|
-
}
|
|
4388
|
-
/**
|
|
4389
|
-
* No description
|
|
4390
|
-
*
|
|
4391
|
-
* @tags ToolsRunner
|
|
4392
|
-
* @name ExecuteTool
|
|
4393
|
-
* @operationId ToolsRunnerController_ExecuteTool
|
|
4394
|
-
* @summary Runs the tool of the given with given parameters parameters.
|
|
4395
|
-
* @request POST:/tools/{name}/run
|
|
4396
|
-
* @response `200` Success
|
|
4397
|
-
* @response `400` Bad Request
|
|
4398
|
-
*/
|
|
4399
|
-
|
|
4400
|
-
}, {
|
|
4401
|
-
key: "executeTool",
|
|
4402
|
-
value: function executeTool(_ref2, data) {
|
|
4403
|
-
let {
|
|
4404
|
-
name
|
|
4405
|
-
} = _ref2,
|
|
4406
|
-
query = _objectWithoutPropertiesLoose(_ref2, _excluded2$3);
|
|
4407
|
-
|
|
4408
|
-
return this.http.post("/tools/" + name + "/run", data, query).json();
|
|
4409
|
-
}
|
|
4410
|
-
/**
|
|
4411
|
-
* No description
|
|
4412
|
-
*
|
|
4413
|
-
* @tags ToolsRunner
|
|
4414
|
-
* @name GetToolsLists
|
|
4415
|
-
* @operationId ToolsRunnerController_GetToolsLists
|
|
4416
|
-
* @summary Get list of current user's tools.
|
|
4417
|
-
* @request GET:/tools/journal
|
|
4418
|
-
* @response `200` Success
|
|
4419
|
-
*/
|
|
4420
|
-
|
|
4421
|
-
}, {
|
|
4422
|
-
key: "getToolsLists",
|
|
4423
|
-
value: function getToolsLists(query) {
|
|
4424
|
-
return this.http.get("/tools/journal", query).json();
|
|
4425
|
-
}
|
|
4426
|
-
/**
|
|
4427
|
-
* No description
|
|
4428
|
-
*
|
|
4429
|
-
* @tags ToolsRunner
|
|
4430
|
-
* @name GetTool
|
|
4431
|
-
* @operationId ToolsRunnerController_GetTool
|
|
4432
|
-
* @summary Get tool launch by given id.
|
|
4433
|
-
* @request GET:/tools/journal/{id}
|
|
4434
|
-
* @response `200` Success
|
|
4435
|
-
*/
|
|
4436
|
-
|
|
4437
|
-
}, {
|
|
4438
|
-
key: "getTool",
|
|
4439
|
-
value: function getTool(id) {
|
|
4440
|
-
return this.http.get("/tools/journal/" + id).json();
|
|
4441
|
-
}
|
|
4442
|
-
/**
|
|
4443
|
-
* No description
|
|
4444
|
-
*
|
|
4445
|
-
* @tags ToolsRunner
|
|
4446
|
-
* @name CancelExecute
|
|
4447
|
-
* @operationId ToolsRunnerController_CancelExecute
|
|
4448
|
-
* @summary Cancel executing tool with given id id.
|
|
4449
|
-
* @request POST:/tools/{id}/cancel
|
|
4450
|
-
* @response `200` Success
|
|
4451
|
-
*/
|
|
4452
|
-
|
|
4453
|
-
}, {
|
|
4454
|
-
key: "cancelExecute",
|
|
4455
|
-
value: function cancelExecute(id) {
|
|
4456
|
-
return this.http.post("/tools/" + id + "/cancel", null).then(() => {});
|
|
4457
|
-
}
|
|
4458
|
-
/**
|
|
4459
|
-
* No description
|
|
4460
|
-
*
|
|
4461
|
-
* @tags ToolsRunner
|
|
4462
|
-
* @name GetToolResult
|
|
4463
|
-
* @operationId ToolsRunnerController_GetToolResult
|
|
4464
|
-
* @summary Get result of tool execution by tool id id.
|
|
4465
|
-
* @request POST:/tools/{id}/result
|
|
4466
|
-
* @response `200` Success
|
|
4467
|
-
*/
|
|
4468
|
-
|
|
4469
|
-
}, {
|
|
4470
|
-
key: "getToolResult",
|
|
4471
|
-
value: function getToolResult(id, data) {
|
|
4472
|
-
return this.http.post("/tools/" + id + "/result", data).json();
|
|
4473
|
-
}
|
|
4474
|
-
}]);
|
|
4475
|
-
|
|
4476
|
-
return ToolsService;
|
|
3797
|
+
return _createClass(ToolsService);
|
|
4477
3798
|
}(Service);
|
|
4478
3799
|
|
|
4479
3800
|
let Tools = /*#__PURE__*/function (_ToolsService) {
|
|
@@ -6814,6 +6135,12 @@ Extent
|
|
|
6814
6135
|
Count
|
|
6815
6136
|
|
|
6816
6137
|
OnlyValue
|
|
6138
|
+
|
|
6139
|
+
WeightedAvg
|
|
6140
|
+
|
|
6141
|
+
DensityIndicators
|
|
6142
|
+
|
|
6143
|
+
DividedSum
|
|
6817
6144
|
*/
|
|
6818
6145
|
var AggregationFunction;
|
|
6819
6146
|
|
|
@@ -6827,65 +6154,11 @@ var AggregationFunction;
|
|
|
6827
6154
|
AggregationFunction["Extent"] = "Extent";
|
|
6828
6155
|
AggregationFunction["Count"] = "Count";
|
|
6829
6156
|
AggregationFunction["OnlyValue"] = "OnlyValue";
|
|
6157
|
+
AggregationFunction["WeightedAvg"] = "WeightedAvg";
|
|
6158
|
+
AggregationFunction["DensityIndicators"] = "DensityIndicators";
|
|
6159
|
+
AggregationFunction["DividedSum"] = "DividedSum";
|
|
6830
6160
|
})(AggregationFunction || (AggregationFunction = {}));
|
|
6831
6161
|
/**
|
|
6832
|
-
* Type of the argument of a server task script.
|
|
6833
|
-
|
|
6834
|
-
string
|
|
6835
|
-
|
|
6836
|
-
int32
|
|
6837
|
-
|
|
6838
|
-
int64
|
|
6839
|
-
|
|
6840
|
-
double
|
|
6841
|
-
|
|
6842
|
-
float
|
|
6843
|
-
|
|
6844
|
-
boolean
|
|
6845
|
-
|
|
6846
|
-
datetime
|
|
6847
|
-
|
|
6848
|
-
enum
|
|
6849
|
-
|
|
6850
|
-
dataSource
|
|
6851
|
-
|
|
6852
|
-
polygon
|
|
6853
|
-
|
|
6854
|
-
polyline
|
|
6855
|
-
|
|
6856
|
-
point
|
|
6857
|
-
|
|
6858
|
-
envelope
|
|
6859
|
-
|
|
6860
|
-
attribute
|
|
6861
|
-
|
|
6862
|
-
array
|
|
6863
|
-
|
|
6864
|
-
serviceInfo
|
|
6865
|
-
*/
|
|
6866
|
-
|
|
6867
|
-
|
|
6868
|
-
var ArgumentType;
|
|
6869
|
-
|
|
6870
|
-
(function (ArgumentType) {
|
|
6871
|
-
ArgumentType["String"] = "string";
|
|
6872
|
-
ArgumentType["Int32"] = "int32";
|
|
6873
|
-
ArgumentType["Int64"] = "int64";
|
|
6874
|
-
ArgumentType["Double"] = "double";
|
|
6875
|
-
ArgumentType["Float"] = "float";
|
|
6876
|
-
ArgumentType["Boolean"] = "boolean";
|
|
6877
|
-
ArgumentType["DateTime"] = "datetime";
|
|
6878
|
-
ArgumentType["Enum"] = "enum";
|
|
6879
|
-
ArgumentType["DataSource"] = "dataSource";
|
|
6880
|
-
ArgumentType["Polygon"] = "polygon";
|
|
6881
|
-
ArgumentType["Polyline"] = "polyline";
|
|
6882
|
-
ArgumentType["Point"] = "point";
|
|
6883
|
-
ArgumentType["Envelope"] = "envelope";
|
|
6884
|
-
ArgumentType["Attribute"] = "attribute";
|
|
6885
|
-
ArgumentType["Array"] = "array";
|
|
6886
|
-
ArgumentType["ServiceInfo"] = "serviceInfo";
|
|
6887
|
-
})(ArgumentType || (ArgumentType = {}));
|
|
6888
|
-
/**
|
|
6889
6162
|
* Types of the attributes that are supported by the system.
|
|
6890
6163
|
|
|
6891
6164
|
Unknown
|
|
@@ -6946,48 +6219,8 @@ var ClassificationType;
|
|
|
6946
6219
|
ClassificationType["Quantile"] = "quantile";
|
|
6947
6220
|
})(ClassificationType || (ClassificationType = {}));
|
|
6948
6221
|
/**
|
|
6949
|
-
* Types of errors that can occur during layer initialize.
|
|
6950
|
-
|
|
6951
|
-
Unknown
|
|
6952
|
-
|
|
6953
|
-
SerializeError
|
|
6954
|
-
|
|
6955
|
-
InvalidDataService
|
|
6956
|
-
|
|
6957
|
-
InvalidConfiguration
|
|
6958
|
-
|
|
6959
|
-
InvalidDataServiceName
|
|
6960
|
-
|
|
6961
|
-
InvalidTableName
|
|
6962
|
-
|
|
6963
|
-
ResourceNotFound
|
|
6964
|
-
|
|
6965
|
-
InvalidCondition
|
|
6966
|
-
|
|
6967
|
-
InvalidAttributes
|
|
6968
|
-
|
|
6969
|
-
InvalidIdAttribute
|
|
6970
|
-
|
|
6971
|
-
InvalidGeometryAttribute
|
|
6972
|
-
|
|
6973
|
-
InvalidGeometryAttributeType
|
|
6974
|
-
|
|
6975
|
-
InvalidColumnName
|
|
6976
|
-
|
|
6977
|
-
InvalidIdColumnSettings
|
|
6978
|
-
|
|
6979
|
-
ColumnNotExistsInTable
|
|
6980
|
-
|
|
6981
|
-
InvalidStyle
|
|
6982
|
-
|
|
6983
|
-
InvalidLayerType
|
|
6984
|
-
|
|
6985
|
-
ColumnLoadingError
|
|
6986
|
-
|
|
6987
|
-
InvalidAttributeFormat
|
|
6988
|
-
|
|
6989
|
-
DataSourceNotFound
|
|
6990
|
-
*/
|
|
6222
|
+
* Types of errors that can occur during layer initialize.
|
|
6223
|
+
*/
|
|
6991
6224
|
|
|
6992
6225
|
|
|
6993
6226
|
var ConfigurationErrorEnum;
|
|
@@ -7015,24 +6248,6 @@ var ConfigurationErrorEnum;
|
|
|
7015
6248
|
ConfigurationErrorEnum["DataSourceNotFound"] = "DataSourceNotFound";
|
|
7016
6249
|
})(ConfigurationErrorEnum || (ConfigurationErrorEnum = {}));
|
|
7017
6250
|
/**
|
|
7018
|
-
* Specifies display element type.
|
|
7019
|
-
|
|
7020
|
-
none
|
|
7021
|
-
|
|
7022
|
-
checkbox
|
|
7023
|
-
|
|
7024
|
-
select
|
|
7025
|
-
*/
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
var ElementType;
|
|
7029
|
-
|
|
7030
|
-
(function (ElementType) {
|
|
7031
|
-
ElementType["None"] = "none";
|
|
7032
|
-
ElementType["Checkbox"] = "checkbox";
|
|
7033
|
-
ElementType["Select"] = "select";
|
|
7034
|
-
})(ElementType || (ElementType = {}));
|
|
7035
|
-
/**
|
|
7036
6251
|
* Type of the error.
|
|
7037
6252
|
|
|
7038
6253
|
ResourceLimitExceeded
|
|
@@ -7057,68 +6272,8 @@ var ErrorDetailsType;
|
|
|
7057
6272
|
ErrorDetailsType["DuplicateContent"] = "DuplicateContent";
|
|
7058
6273
|
})(ErrorDetailsType || (ErrorDetailsType = {}));
|
|
7059
6274
|
/**
|
|
7060
|
-
* Error status code.
|
|
7061
|
-
|
|
7062
|
-
NotSpecified
|
|
7063
|
-
|
|
7064
|
-
LimitError
|
|
7065
|
-
|
|
7066
|
-
ValidationError
|
|
7067
|
-
|
|
7068
|
-
JwtExpired
|
|
7069
|
-
|
|
7070
|
-
TokenInvalid
|
|
7071
|
-
|
|
7072
|
-
RefreshTokenExpired
|
|
7073
|
-
|
|
7074
|
-
RefreshTokenInvalid
|
|
7075
|
-
|
|
7076
|
-
CreateUserFailed
|
|
7077
|
-
|
|
7078
|
-
SetUserPasswordFailed
|
|
7079
|
-
|
|
7080
|
-
SetUserRoleFailed
|
|
7081
|
-
|
|
7082
|
-
UpdateUserFailed
|
|
7083
|
-
|
|
7084
|
-
RemoveUserFailed
|
|
7085
|
-
|
|
7086
|
-
CreateRoleFailed
|
|
7087
|
-
|
|
7088
|
-
UpdateRoleFailed
|
|
7089
|
-
|
|
7090
|
-
RemoveUserRoleFailed
|
|
7091
|
-
|
|
7092
|
-
ChangeActiveStateFailed
|
|
7093
|
-
|
|
7094
|
-
RemoveRoleFailed
|
|
7095
|
-
|
|
7096
|
-
UserNotFound
|
|
7097
|
-
|
|
7098
|
-
RoleNotFound
|
|
7099
|
-
|
|
7100
|
-
EmailNotConfirmed
|
|
7101
|
-
|
|
7102
|
-
DuplicateEmailError
|
|
7103
|
-
|
|
7104
|
-
InvalidPassword
|
|
7105
|
-
|
|
7106
|
-
RoleExists
|
|
7107
|
-
|
|
7108
|
-
UserExists
|
|
7109
|
-
|
|
7110
|
-
UserLockedError
|
|
7111
|
-
|
|
7112
|
-
InvalidEmail
|
|
7113
|
-
|
|
7114
|
-
InvalidUsername
|
|
7115
|
-
|
|
7116
|
-
Unauthorized
|
|
7117
|
-
|
|
7118
|
-
EmailNotChanged
|
|
7119
|
-
|
|
7120
|
-
EmailNotSet
|
|
7121
|
-
*/
|
|
6275
|
+
* Error status code.
|
|
6276
|
+
*/
|
|
7122
6277
|
|
|
7123
6278
|
|
|
7124
6279
|
var ErrorType;
|
|
@@ -7171,14 +6326,8 @@ var FeatureType;
|
|
|
7171
6326
|
FeatureType["GeometricFeature"] = "GeometricFeature";
|
|
7172
6327
|
})(FeatureType || (FeatureType = {}));
|
|
7173
6328
|
/**
|
|
7174
|
-
* Sets whether font should be styled.
|
|
7175
|
-
|
|
7176
|
-
normal
|
|
7177
|
-
|
|
7178
|
-
oblique
|
|
7179
|
-
|
|
7180
|
-
italic
|
|
7181
|
-
*/
|
|
6329
|
+
* Sets whether font should be styled.
|
|
6330
|
+
*/
|
|
7182
6331
|
|
|
7183
6332
|
|
|
7184
6333
|
var FontStyle;
|
|
@@ -7262,84 +6411,9 @@ var Group;
|
|
|
7262
6411
|
Group["Public"] = "public";
|
|
7263
6412
|
Group["All"] = "all";
|
|
7264
6413
|
})(Group || (Group = {}));
|
|
7265
|
-
|
|
7266
|
-
var HttpStatusCode;
|
|
7267
|
-
|
|
7268
|
-
(function (HttpStatusCode) {
|
|
7269
|
-
HttpStatusCode["Continue"] = "Continue";
|
|
7270
|
-
HttpStatusCode["SwitchingProtocols"] = "SwitchingProtocols";
|
|
7271
|
-
HttpStatusCode["Processing"] = "Processing";
|
|
7272
|
-
HttpStatusCode["EarlyHints"] = "EarlyHints";
|
|
7273
|
-
HttpStatusCode["OK"] = "OK";
|
|
7274
|
-
HttpStatusCode["Created"] = "Created";
|
|
7275
|
-
HttpStatusCode["Accepted"] = "Accepted";
|
|
7276
|
-
HttpStatusCode["NonAuthoritativeInformation"] = "NonAuthoritativeInformation";
|
|
7277
|
-
HttpStatusCode["NoContent"] = "NoContent";
|
|
7278
|
-
HttpStatusCode["ResetContent"] = "ResetContent";
|
|
7279
|
-
HttpStatusCode["PartialContent"] = "PartialContent";
|
|
7280
|
-
HttpStatusCode["MultiStatus"] = "MultiStatus";
|
|
7281
|
-
HttpStatusCode["AlreadyReported"] = "AlreadyReported";
|
|
7282
|
-
HttpStatusCode["IMUsed"] = "IMUsed";
|
|
7283
|
-
HttpStatusCode["MultipleChoices"] = "Ambiguous";
|
|
7284
|
-
HttpStatusCode["Ambiguous"] = "Moved";
|
|
7285
|
-
HttpStatusCode["MovedPermanently"] = "Redirect";
|
|
7286
|
-
HttpStatusCode["Moved"] = "RedirectMethod";
|
|
7287
|
-
HttpStatusCode["Found"] = "NotModified";
|
|
7288
|
-
HttpStatusCode["Redirect"] = "UseProxy";
|
|
7289
|
-
HttpStatusCode["SeeOther"] = "Unused";
|
|
7290
|
-
HttpStatusCode["RedirectMethod"] = "TemporaryRedirect";
|
|
7291
|
-
HttpStatusCode["NotModified"] = "PermanentRedirect";
|
|
7292
|
-
HttpStatusCode["UseProxy"] = "BadRequest";
|
|
7293
|
-
HttpStatusCode["Unused"] = "Unauthorized";
|
|
7294
|
-
HttpStatusCode["TemporaryRedirect"] = "PaymentRequired";
|
|
7295
|
-
HttpStatusCode["RedirectKeepVerb"] = "Forbidden";
|
|
7296
|
-
HttpStatusCode["PermanentRedirect"] = "NotFound";
|
|
7297
|
-
HttpStatusCode["BadRequest"] = "MethodNotAllowed";
|
|
7298
|
-
HttpStatusCode["Unauthorized"] = "NotAcceptable";
|
|
7299
|
-
HttpStatusCode["PaymentRequired"] = "ProxyAuthenticationRequired";
|
|
7300
|
-
HttpStatusCode["Forbidden"] = "RequestTimeout";
|
|
7301
|
-
HttpStatusCode["NotFound"] = "Conflict";
|
|
7302
|
-
HttpStatusCode["MethodNotAllowed"] = "Gone";
|
|
7303
|
-
HttpStatusCode["NotAcceptable"] = "LengthRequired";
|
|
7304
|
-
HttpStatusCode["ProxyAuthenticationRequired"] = "PreconditionFailed";
|
|
7305
|
-
HttpStatusCode["RequestTimeout"] = "RequestEntityTooLarge";
|
|
7306
|
-
HttpStatusCode["Conflict"] = "RequestUriTooLong";
|
|
7307
|
-
HttpStatusCode["Gone"] = "UnsupportedMediaType";
|
|
7308
|
-
HttpStatusCode["LengthRequired"] = "RequestedRangeNotSatisfiable";
|
|
7309
|
-
HttpStatusCode["PreconditionFailed"] = "ExpectationFailed";
|
|
7310
|
-
HttpStatusCode["RequestEntityTooLarge"] = "MisdirectedRequest";
|
|
7311
|
-
HttpStatusCode["RequestUriTooLong"] = "UnprocessableEntity";
|
|
7312
|
-
HttpStatusCode["UnsupportedMediaType"] = "Locked";
|
|
7313
|
-
HttpStatusCode["RequestedRangeNotSatisfiable"] = "FailedDependency";
|
|
7314
|
-
HttpStatusCode["ExpectationFailed"] = "UpgradeRequired";
|
|
7315
|
-
HttpStatusCode["MisdirectedRequest"] = "PreconditionRequired";
|
|
7316
|
-
HttpStatusCode["UnprocessableEntity"] = "TooManyRequests";
|
|
7317
|
-
HttpStatusCode["Locked"] = "RequestHeaderFieldsTooLarge";
|
|
7318
|
-
HttpStatusCode["FailedDependency"] = "UnavailableForLegalReasons";
|
|
7319
|
-
HttpStatusCode["UpgradeRequired"] = "InternalServerError";
|
|
7320
|
-
HttpStatusCode["PreconditionRequired"] = "NotImplemented";
|
|
7321
|
-
HttpStatusCode["TooManyRequests"] = "BadGateway";
|
|
7322
|
-
HttpStatusCode["RequestHeaderFieldsTooLarge"] = "ServiceUnavailable";
|
|
7323
|
-
HttpStatusCode["UnavailableForLegalReasons"] = "GatewayTimeout";
|
|
7324
|
-
HttpStatusCode["InternalServerError"] = "HttpVersionNotSupported";
|
|
7325
|
-
HttpStatusCode["NotImplemented"] = "VariantAlsoNegotiates";
|
|
7326
|
-
HttpStatusCode["BadGateway"] = "InsufficientStorage";
|
|
7327
|
-
HttpStatusCode["ServiceUnavailable"] = "LoopDetected";
|
|
7328
|
-
HttpStatusCode["GatewayTimeout"] = "NotExtended";
|
|
7329
|
-
HttpStatusCode["HttpVersionNotSupported"] = "NetworkAuthenticationRequired";
|
|
7330
|
-
HttpStatusCode["VariantAlsoNegotiates"] = "VariantAlsoNegotiates";
|
|
7331
|
-
HttpStatusCode["InsufficientStorage"] = "InsufficientStorage";
|
|
7332
|
-
HttpStatusCode["LoopDetected"] = "LoopDetected";
|
|
7333
|
-
HttpStatusCode["NotExtended"] = "NotExtended";
|
|
7334
|
-
HttpStatusCode["NetworkAuthenticationRequired"] = "NetworkAuthenticationRequired";
|
|
7335
|
-
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
7336
6414
|
/**
|
|
7337
6415
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
7338
6416
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
7339
|
-
|
|
7340
|
-
small
|
|
7341
|
-
|
|
7342
|
-
large
|
|
7343
6417
|
*/
|
|
7344
6418
|
|
|
7345
6419
|
|
|
@@ -7350,22 +6424,8 @@ var LineEndingSize;
|
|
|
7350
6424
|
LineEndingSize["Large"] = "large";
|
|
7351
6425
|
})(LineEndingSize || (LineEndingSize = {}));
|
|
7352
6426
|
/**
|
|
7353
|
-
* Type of the line ending.
|
|
7354
|
-
|
|
7355
|
-
none
|
|
7356
|
-
|
|
7357
|
-
arrow
|
|
7358
|
-
|
|
7359
|
-
filledArrow
|
|
7360
|
-
|
|
7361
|
-
square
|
|
7362
|
-
|
|
7363
|
-
filledSquare
|
|
7364
|
-
|
|
7365
|
-
circle
|
|
7366
|
-
|
|
7367
|
-
filledCircle
|
|
7368
|
-
*/
|
|
6427
|
+
* Type of the line ending.
|
|
6428
|
+
*/
|
|
7369
6429
|
|
|
7370
6430
|
|
|
7371
6431
|
var LineEndingType;
|
|
@@ -7458,7 +6518,7 @@ var PolicyType;
|
|
|
7458
6518
|
PolicyType["MaxFeaturesInOneTable"] = "MaxFeaturesInOneTable";
|
|
7459
6519
|
})(PolicyType || (PolicyType = {}));
|
|
7460
6520
|
/**
|
|
7461
|
-
* The
|
|
6521
|
+
* The `ResourceType` represents resource manager supports types.
|
|
7462
6522
|
|
|
7463
6523
|
Unknown
|
|
7464
6524
|
|
|
@@ -7484,16 +6544,6 @@ var ResourceType;
|
|
|
7484
6544
|
ResourceType["File"] = "file";
|
|
7485
6545
|
ResourceType["Feature"] = "feature";
|
|
7486
6546
|
})(ResourceType || (ResourceType = {}));
|
|
7487
|
-
/**
|
|
7488
|
-
*
|
|
7489
|
-
|
|
7490
|
-
tables
|
|
7491
|
-
|
|
7492
|
-
layers
|
|
7493
|
-
|
|
7494
|
-
projects
|
|
7495
|
-
*/
|
|
7496
|
-
|
|
7497
6547
|
|
|
7498
6548
|
var ResourceTypeLink;
|
|
7499
6549
|
|
|
@@ -7536,7 +6586,7 @@ var ServerTaskStatus;
|
|
|
7536
6586
|
ServerTaskStatus["Timeout"] = "Timeout";
|
|
7537
6587
|
})(ServerTaskStatus || (ServerTaskStatus = {}));
|
|
7538
6588
|
/**
|
|
7539
|
-
* The
|
|
6589
|
+
* The `StringSubType` provides information about string attribute subtype.
|
|
7540
6590
|
|
|
7541
6591
|
None
|
|
7542
6592
|
|
|
@@ -7554,16 +6604,8 @@ var StringSubType;
|
|
|
7554
6604
|
StringSubType["PkkCode"] = "PkkCode";
|
|
7555
6605
|
})(StringSubType || (StringSubType = {}));
|
|
7556
6606
|
/**
|
|
7557
|
-
* Sets the horizontal alignment of text.
|
|
7558
|
-
|
|
7559
|
-
right
|
|
7560
|
-
|
|
7561
|
-
left
|
|
7562
|
-
|
|
7563
|
-
center
|
|
7564
|
-
|
|
7565
|
-
justified
|
|
7566
|
-
*/
|
|
6607
|
+
* Sets the horizontal alignment of text.
|
|
6608
|
+
*/
|
|
7567
6609
|
|
|
7568
6610
|
|
|
7569
6611
|
var TextAlignment;
|
|
@@ -7575,14 +6617,8 @@ var TextAlignment;
|
|
|
7575
6617
|
TextAlignment["Justified"] = "justified";
|
|
7576
6618
|
})(TextAlignment || (TextAlignment = {}));
|
|
7577
6619
|
/**
|
|
7578
|
-
* Sets the vertical alignment of text.
|
|
7579
|
-
|
|
7580
|
-
top
|
|
7581
|
-
|
|
7582
|
-
bottom
|
|
7583
|
-
|
|
7584
|
-
middle
|
|
7585
|
-
*/
|
|
6620
|
+
* Sets the vertical alignment of text.
|
|
6621
|
+
*/
|
|
7586
6622
|
|
|
7587
6623
|
|
|
7588
6624
|
var TextVerticalAlignment;
|
|
@@ -7592,48 +6628,6 @@ var TextVerticalAlignment;
|
|
|
7592
6628
|
TextVerticalAlignment["Bottom"] = "bottom";
|
|
7593
6629
|
TextVerticalAlignment["Middle"] = "middle";
|
|
7594
6630
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
7595
|
-
/**
|
|
7596
|
-
* The {ToolStatus} describes state of the tool.
|
|
7597
|
-
|
|
7598
|
-
Pending
|
|
7599
|
-
|
|
7600
|
-
Running
|
|
7601
|
-
|
|
7602
|
-
Delivered
|
|
7603
|
-
|
|
7604
|
-
Failed
|
|
7605
|
-
|
|
7606
|
-
Completed
|
|
7607
|
-
|
|
7608
|
-
Canceled
|
|
7609
|
-
*/
|
|
7610
|
-
|
|
7611
|
-
|
|
7612
|
-
var ToolStatus;
|
|
7613
|
-
|
|
7614
|
-
(function (ToolStatus) {
|
|
7615
|
-
ToolStatus["Pending"] = "Pending";
|
|
7616
|
-
ToolStatus["Running"] = "Running";
|
|
7617
|
-
ToolStatus["Delivered"] = "Delivered";
|
|
7618
|
-
ToolStatus["Failed"] = "Failed";
|
|
7619
|
-
ToolStatus["Completed"] = "Completed";
|
|
7620
|
-
ToolStatus["Canceled"] = "Canceled";
|
|
7621
|
-
})(ToolStatus || (ToolStatus = {}));
|
|
7622
|
-
/**
|
|
7623
|
-
* Tool result storage type.
|
|
7624
|
-
|
|
7625
|
-
staticStorage
|
|
7626
|
-
|
|
7627
|
-
layersStorage
|
|
7628
|
-
*/
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
var ToolStorageType;
|
|
7632
|
-
|
|
7633
|
-
(function (ToolStorageType) {
|
|
7634
|
-
ToolStorageType["StaticStorage"] = "staticStorage";
|
|
7635
|
-
ToolStorageType["LayersStorage"] = "layersStorage";
|
|
7636
|
-
})(ToolStorageType || (ToolStorageType = {}));
|
|
7637
6631
|
|
|
7638
|
-
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent,
|
|
6632
|
+
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
7639
6633
|
//# sourceMappingURL=api.esm.js.map
|