@evergis/api 4.0.17 → 4.0.18
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__/CatalogService.d.ts +0 -12
- package/dist/__generated__/LayersService.d.ts +20 -8
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +51 -14
- package/dist/api.cjs.development.js +25 -25
- 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 +25 -25
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -999,23 +999,6 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
999
999
|
value: function setPermissions(data) {
|
|
1000
1000
|
return this.http.put("/resources/permissions", data).then(() => {});
|
|
1001
1001
|
}
|
|
1002
|
-
/**
|
|
1003
|
-
* No description
|
|
1004
|
-
*
|
|
1005
|
-
* @tags Catalog
|
|
1006
|
-
* @name DownloadFile
|
|
1007
|
-
* @operationId CatalogController_DownloadFile
|
|
1008
|
-
* @summary Download file.
|
|
1009
|
-
* @request GET:/resources/{resourceId}/download
|
|
1010
|
-
* @secure
|
|
1011
|
-
* @response `200` OK
|
|
1012
|
-
*/
|
|
1013
|
-
|
|
1014
|
-
}, {
|
|
1015
|
-
key: "downloadFile",
|
|
1016
|
-
value: function downloadFile(resourceId) {
|
|
1017
|
-
return this.http.get("/resources/" + resourceId + "/download").blob();
|
|
1018
|
-
}
|
|
1019
1002
|
/**
|
|
1020
1003
|
* No description
|
|
1021
1004
|
*
|
|
@@ -3561,6 +3544,23 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3561
3544
|
value: function getBulkExtents(query, data) {
|
|
3562
3545
|
return this.http.post("/bulk/layers/extent", data, query).json();
|
|
3563
3546
|
}
|
|
3547
|
+
/**
|
|
3548
|
+
* No description
|
|
3549
|
+
*
|
|
3550
|
+
* @tags Layers
|
|
3551
|
+
* @name GetFilteredFeaturesCount
|
|
3552
|
+
* @operationId LayersController_GetFilteredFeaturesCount
|
|
3553
|
+
* @summary Returns list of features count according layer filter.
|
|
3554
|
+
* @request POST:/bulk/layers/features/count
|
|
3555
|
+
* @secure
|
|
3556
|
+
* @response `200` OK
|
|
3557
|
+
*/
|
|
3558
|
+
|
|
3559
|
+
}, {
|
|
3560
|
+
key: "getFilteredFeaturesCount",
|
|
3561
|
+
value: function getFilteredFeaturesCount(data) {
|
|
3562
|
+
return this.http.post("/bulk/layers/features/count", data).json();
|
|
3563
|
+
}
|
|
3564
3564
|
/**
|
|
3565
3565
|
* No description
|
|
3566
3566
|
*
|
|
@@ -4329,8 +4329,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4329
4329
|
* No description
|
|
4330
4330
|
*
|
|
4331
4331
|
* @tags Layers
|
|
4332
|
-
* @name
|
|
4333
|
-
* @operationId
|
|
4332
|
+
* @name GetFilteredFeaturesCount1
|
|
4333
|
+
* @operationId LayersController_GetFilteredFeaturesCount_1
|
|
4334
4334
|
* @summary Get features count according layer filter of the given name.
|
|
4335
4335
|
* @request GET:/layers/{name}/features/count
|
|
4336
4336
|
* @secure
|
|
@@ -4338,8 +4338,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4338
4338
|
*/
|
|
4339
4339
|
|
|
4340
4340
|
}, {
|
|
4341
|
-
key: "
|
|
4342
|
-
value: function
|
|
4341
|
+
key: "getFilteredFeaturesCount1",
|
|
4342
|
+
value: function getFilteredFeaturesCount1(_ref16) {
|
|
4343
4343
|
let {
|
|
4344
4344
|
name
|
|
4345
4345
|
} = _ref16,
|
|
@@ -4351,8 +4351,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4351
4351
|
* No description
|
|
4352
4352
|
*
|
|
4353
4353
|
* @tags Layers
|
|
4354
|
-
* @name
|
|
4355
|
-
* @operationId
|
|
4354
|
+
* @name GetFilteredFeaturesCount2
|
|
4355
|
+
* @operationId LayersController_GetFilteredFeaturesCount_2
|
|
4356
4356
|
* @summary Get features count according layer filter of the given name.
|
|
4357
4357
|
* @request POST:/layers/{name}/features/count
|
|
4358
4358
|
* @secure
|
|
@@ -4360,8 +4360,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4360
4360
|
*/
|
|
4361
4361
|
|
|
4362
4362
|
}, {
|
|
4363
|
-
key: "
|
|
4364
|
-
value: function
|
|
4363
|
+
key: "getFilteredFeaturesCount2",
|
|
4364
|
+
value: function getFilteredFeaturesCount2(name, data) {
|
|
4365
4365
|
return this.http.post("/layers/" + name + "/features/count", data).json();
|
|
4366
4366
|
}
|
|
4367
4367
|
/**
|