@evergis/api 4.0.19 → 4.0.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.
- package/dist/__generated__/LayersService.d.ts +14 -2
- package/dist/__generated__/ProjectsService.d.ts +14 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +47 -13
- package/dist/api.cjs.development.js +36 -0
- 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 +42 -2
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -4411,6 +4411,23 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4411
4411
|
|
|
4412
4412
|
return this.http.get("/layers/" + layerName + "/validateExpression", query).json();
|
|
4413
4413
|
}
|
|
4414
|
+
/**
|
|
4415
|
+
* No description
|
|
4416
|
+
*
|
|
4417
|
+
* @tags Layers
|
|
4418
|
+
* @name FlipCoordinates
|
|
4419
|
+
* @operationId LayersController_FlipCoordinates
|
|
4420
|
+
* @summary Flip geometry coordinates.
|
|
4421
|
+
* @request POST:/layers/{layerName}/flip-coordinates
|
|
4422
|
+
* @secure
|
|
4423
|
+
* @response `200` OK
|
|
4424
|
+
*/
|
|
4425
|
+
|
|
4426
|
+
}, {
|
|
4427
|
+
key: "flipCoordinates",
|
|
4428
|
+
value: function flipCoordinates(layerName) {
|
|
4429
|
+
return this.http.post("/layers/" + layerName + "/flip-coordinates", null).json();
|
|
4430
|
+
}
|
|
4414
4431
|
/**
|
|
4415
4432
|
* No description
|
|
4416
4433
|
*
|
|
@@ -5423,6 +5440,23 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5423
5440
|
value: function deleteResource(name) {
|
|
5424
5441
|
return this.http.delete("/projects/" + name, null).then(() => {});
|
|
5425
5442
|
}
|
|
5443
|
+
/**
|
|
5444
|
+
* No description
|
|
5445
|
+
*
|
|
5446
|
+
* @tags Projects
|
|
5447
|
+
* @name UpdateProjectV2
|
|
5448
|
+
* @operationId ProjectsController_UpdateProjectV2
|
|
5449
|
+
* @summary Update table.
|
|
5450
|
+
* @request PATCH:/projects/{name}/v2
|
|
5451
|
+
* @secure
|
|
5452
|
+
* @response `200` OK
|
|
5453
|
+
*/
|
|
5454
|
+
|
|
5455
|
+
}, {
|
|
5456
|
+
key: "updateProjectV2",
|
|
5457
|
+
value: function updateProjectV2(name, data) {
|
|
5458
|
+
return this.http.patch("/projects/" + name + "/v2", data).json();
|
|
5459
|
+
}
|
|
5426
5460
|
/**
|
|
5427
5461
|
* No description
|
|
5428
5462
|
*
|
|
@@ -7643,7 +7677,7 @@ var CatalogResourceType;
|
|
|
7643
7677
|
CatalogResourceType["DataSource"] = "DataSource";
|
|
7644
7678
|
})(CatalogResourceType || (CatalogResourceType = {}));
|
|
7645
7679
|
/**
|
|
7646
|
-
*
|
|
7680
|
+
*
|
|
7647
7681
|
|
|
7648
7682
|
none
|
|
7649
7683
|
|
|
@@ -7653,6 +7687,10 @@ equalInterval
|
|
|
7653
7687
|
|
|
7654
7688
|
quantile
|
|
7655
7689
|
|
|
7690
|
+
distinct
|
|
7691
|
+
|
|
7692
|
+
step
|
|
7693
|
+
|
|
7656
7694
|
unique
|
|
7657
7695
|
*/
|
|
7658
7696
|
|
|
@@ -7664,6 +7702,8 @@ var ClassificationType;
|
|
|
7664
7702
|
ClassificationType["NaturalBreaks"] = "naturalBreaks";
|
|
7665
7703
|
ClassificationType["EqualInterval"] = "equalInterval";
|
|
7666
7704
|
ClassificationType["Quantile"] = "quantile";
|
|
7705
|
+
ClassificationType["Distinct"] = "distinct";
|
|
7706
|
+
ClassificationType["Step"] = "step";
|
|
7667
7707
|
ClassificationType["Unique"] = "unique";
|
|
7668
7708
|
})(ClassificationType || (ClassificationType = {}));
|
|
7669
7709
|
/**
|
|
@@ -8155,7 +8195,7 @@ var Quality;
|
|
|
8155
8195
|
Quality["High"] = "High";
|
|
8156
8196
|
})(Quality || (Quality = {}));
|
|
8157
8197
|
/**
|
|
8158
|
-
*
|
|
8198
|
+
*
|
|
8159
8199
|
|
|
8160
8200
|
Init
|
|
8161
8201
|
|