@evergis/api 3.0.119 → 3.0.121
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__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/SymbolStorageService.d.ts +207 -0
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +239 -4
- package/dist/api.cjs.development.js +6 -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 +19 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -6637,6 +6637,8 @@ Sum
|
|
|
6637
6637
|
|
|
6638
6638
|
Extent
|
|
6639
6639
|
|
|
6640
|
+
H3
|
|
6641
|
+
|
|
6640
6642
|
Count
|
|
6641
6643
|
|
|
6642
6644
|
TotalCount
|
|
@@ -6673,6 +6675,7 @@ var AggregationFunction;
|
|
|
6673
6675
|
AggregationFunction["Avg"] = "Avg";
|
|
6674
6676
|
AggregationFunction["Sum"] = "Sum";
|
|
6675
6677
|
AggregationFunction["Extent"] = "Extent";
|
|
6678
|
+
AggregationFunction["H3"] = "H3";
|
|
6676
6679
|
AggregationFunction["Count"] = "Count";
|
|
6677
6680
|
AggregationFunction["TotalCount"] = "TotalCount";
|
|
6678
6681
|
AggregationFunction["DistinctCount"] = "DistinctCount";
|
|
@@ -7258,6 +7261,21 @@ var ServerTaskStatus;
|
|
|
7258
7261
|
ServerTaskStatus["Timeout"] = "Timeout";
|
|
7259
7262
|
})(ServerTaskStatus || (ServerTaskStatus = {}));
|
|
7260
7263
|
/**
|
|
7264
|
+
* Simplify type.
|
|
7265
|
+
|
|
7266
|
+
Basic
|
|
7267
|
+
|
|
7268
|
+
PreserveTopology
|
|
7269
|
+
*/
|
|
7270
|
+
|
|
7271
|
+
|
|
7272
|
+
var SimplifyType;
|
|
7273
|
+
|
|
7274
|
+
(function (SimplifyType) {
|
|
7275
|
+
SimplifyType["Basic"] = "Basic";
|
|
7276
|
+
SimplifyType["PreserveTopology"] = "PreserveTopology";
|
|
7277
|
+
})(SimplifyType || (SimplifyType = {}));
|
|
7278
|
+
/**
|
|
7261
7279
|
* The `StringSubType` provides information about string attribute subtype.
|
|
7262
7280
|
|
|
7263
7281
|
None
|
|
@@ -7330,5 +7348,5 @@ var TextVerticalAlignment;
|
|
|
7330
7348
|
TextVerticalAlignment["Middle"] = "middle";
|
|
7331
7349
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
7332
7350
|
|
|
7333
|
-
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ReferenceJoinType, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TaskGroup, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
7351
|
+
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ReferenceJoinType, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SimplifyType, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TaskGroup, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
7334
7352
|
//# sourceMappingURL=api.esm.js.map
|