@evergis/api 4.1.55-alpha.1 → 4.1.55
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__/EqlService.d.ts +2 -2
- package/dist/__generated__/LayersService.d.ts +4 -4
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +267 -441
- package/dist/api.esm.js +32 -51
- package/dist/api.esm.js.map +1 -1
- package/dist/index.js +31 -50
- package/dist/index.js.map +1 -1
- package/dist/services/Layers.d.ts +2 -2
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -1416,7 +1416,7 @@ class EqlService extends Service {
|
|
|
1416
1416
|
* @response `200` OK
|
|
1417
1417
|
*/
|
|
1418
1418
|
getLayerParameters(query) {
|
|
1419
|
-
return this.http.get(`/eql/getParam`, query).
|
|
1419
|
+
return this.http.get(`/eql/getParam`, query).text();
|
|
1420
1420
|
}
|
|
1421
1421
|
/**
|
|
1422
1422
|
* No description
|
|
@@ -4948,7 +4948,9 @@ class TablesService extends Service {
|
|
|
4948
4948
|
* @response `200` OK
|
|
4949
4949
|
*/
|
|
4950
4950
|
getTableData({ name, ...query }) {
|
|
4951
|
-
return this.http
|
|
4951
|
+
return this.http
|
|
4952
|
+
.get(`/tables/${name}/data`, query)
|
|
4953
|
+
.json();
|
|
4952
4954
|
}
|
|
4953
4955
|
/**
|
|
4954
4956
|
* No description
|
|
@@ -5313,9 +5315,9 @@ LineString
|
|
|
5313
5315
|
|
|
5314
5316
|
Polygon
|
|
5315
5317
|
|
|
5316
|
-
|
|
5318
|
+
Multipoint
|
|
5317
5319
|
|
|
5318
|
-
|
|
5320
|
+
Polyline
|
|
5319
5321
|
|
|
5320
5322
|
H3Index
|
|
5321
5323
|
|
|
@@ -5337,8 +5339,8 @@ var AttributeType;
|
|
|
5337
5339
|
AttributeType["Point"] = "Point";
|
|
5338
5340
|
AttributeType["LineString"] = "LineString";
|
|
5339
5341
|
AttributeType["Polygon"] = "Polygon";
|
|
5340
|
-
AttributeType["
|
|
5341
|
-
AttributeType["
|
|
5342
|
+
AttributeType["Multipoint"] = "Multipoint";
|
|
5343
|
+
AttributeType["Polyline"] = "Polyline";
|
|
5342
5344
|
AttributeType["H3Index"] = "H3Index";
|
|
5343
5345
|
AttributeType["Json"] = "Json";
|
|
5344
5346
|
AttributeType["MultiPolygon"] = "MultiPolygon";
|
|
@@ -5623,60 +5625,39 @@ var ErrorType;
|
|
|
5623
5625
|
/**
|
|
5624
5626
|
*
|
|
5625
5627
|
|
|
5626
|
-
|
|
5627
|
-
|
|
5628
|
-
Point
|
|
5629
|
-
|
|
5630
|
-
LineString
|
|
5631
|
-
|
|
5632
|
-
Polygon
|
|
5633
|
-
|
|
5634
|
-
MultiPoint
|
|
5635
|
-
|
|
5636
|
-
MultiLineString
|
|
5637
|
-
|
|
5638
|
-
MultiPolygon
|
|
5639
|
-
|
|
5640
|
-
GeometryCollection
|
|
5628
|
+
unknown
|
|
5641
5629
|
|
|
5642
|
-
|
|
5630
|
+
point
|
|
5643
5631
|
|
|
5644
|
-
|
|
5632
|
+
polyline
|
|
5645
5633
|
|
|
5646
|
-
|
|
5634
|
+
polygon
|
|
5647
5635
|
|
|
5648
|
-
|
|
5636
|
+
envelope
|
|
5649
5637
|
|
|
5650
|
-
|
|
5638
|
+
multipoint
|
|
5651
5639
|
|
|
5652
|
-
|
|
5640
|
+
line
|
|
5653
5641
|
|
|
5654
|
-
|
|
5642
|
+
ring
|
|
5655
5643
|
|
|
5656
|
-
|
|
5644
|
+
multipolygon
|
|
5657
5645
|
|
|
5658
|
-
|
|
5646
|
+
collection
|
|
5659
5647
|
*/
|
|
5660
|
-
var
|
|
5661
|
-
(function (
|
|
5662
|
-
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
|
|
5666
|
-
|
|
5667
|
-
|
|
5668
|
-
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
|
|
5673
|
-
OgcGeometryType["MultiCurve"] = "MultiCurve";
|
|
5674
|
-
OgcGeometryType["MultiSurface"] = "MultiSurface";
|
|
5675
|
-
OgcGeometryType["Curve"] = "Curve";
|
|
5676
|
-
OgcGeometryType["Surface"] = "Surface";
|
|
5677
|
-
OgcGeometryType["PolyhedralSurface"] = "PolyhedralSurface";
|
|
5678
|
-
OgcGeometryType["TIN"] = "TIN";
|
|
5679
|
-
})(OgcGeometryType || (OgcGeometryType = {}));
|
|
5648
|
+
var GeometryType;
|
|
5649
|
+
(function (GeometryType) {
|
|
5650
|
+
GeometryType["Unknown"] = "unknown";
|
|
5651
|
+
GeometryType["Point"] = "point";
|
|
5652
|
+
GeometryType["Polyline"] = "polyline";
|
|
5653
|
+
GeometryType["Polygon"] = "polygon";
|
|
5654
|
+
GeometryType["Envelope"] = "envelope";
|
|
5655
|
+
GeometryType["Multipoint"] = "multipoint";
|
|
5656
|
+
GeometryType["LineString"] = "line";
|
|
5657
|
+
GeometryType["LinearRing"] = "ring";
|
|
5658
|
+
GeometryType["MultiPolygon"] = "multipolygon";
|
|
5659
|
+
GeometryType["GeometryCollection"] = "collection";
|
|
5660
|
+
})(GeometryType || (GeometryType = {}));
|
|
5680
5661
|
/**
|
|
5681
5662
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
5682
5663
|
|
|
@@ -6014,5 +5995,5 @@ var WorkerSettingsFieldType;
|
|
|
6014
5995
|
WorkerSettingsFieldType["AttributeArray"] = "AttributeArray";
|
|
6015
5996
|
})(WorkerSettingsFieldType || (WorkerSettingsFieldType = {}));
|
|
6016
5997
|
|
|
6017
|
-
export { AccessMode, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConflictResolutionStrategy, ConnectionStatus, DataSourceConnectionType, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External, Feedback, FileUpload, Filters, GEOCODE_PROVIDER, Geocode, HttpClient, Import, Layers, Names, Notification, NotificationEvent,
|
|
5998
|
+
export { AccessMode, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConflictResolutionStrategy, ConnectionStatus, DataSourceConnectionType, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External, Feedback, FileUpload, Filters, GEOCODE_PROVIDER, Geocode, GeometryType, HttpClient, Import, Layers, Names, Notification, NotificationEvent, PbfSchema, Permissions, PolicyType, PortalSettings, Projects, RemoteTaskManager, RemoteTaskStatus, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Tables, TaskResourceSubType, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique, useToken };
|
|
6018
5999
|
//# sourceMappingURL=api.esm.js.map
|