@evergis/api 3.0.195 → 3.0.197

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/api.esm.js CHANGED
@@ -4554,6 +4554,14 @@ let Layers = /*#__PURE__*/function (_LayersService) {
4554
4554
  value: function findOne(name) {
4555
4555
  return this.getLayerInfo(name);
4556
4556
  }
4557
+ }, {
4558
+ key: "findMany",
4559
+ value: function findMany(layerNames, projectNames) {
4560
+ return this.getLayersInfo({
4561
+ layerNames,
4562
+ projectNames
4563
+ });
4564
+ }
4557
4565
  }, {
4558
4566
  key: "findAll",
4559
4567
  value: function findAll(params) {
@@ -8125,6 +8133,27 @@ var AggregationFunction;
8125
8133
  /**
8126
8134
  *
8127
8135
 
8136
+ Unknown
8137
+
8138
+ Icon
8139
+
8140
+ PNG
8141
+
8142
+ SVG
8143
+ */
8144
+
8145
+
8146
+ var AttributeIconType;
8147
+
8148
+ (function (AttributeIconType) {
8149
+ AttributeIconType["Unknown"] = "Unknown";
8150
+ AttributeIconType["Icon"] = "Icon";
8151
+ AttributeIconType["PNG"] = "PNG";
8152
+ AttributeIconType["SVG"] = "SVG";
8153
+ })(AttributeIconType || (AttributeIconType = {}));
8154
+ /**
8155
+ *
8156
+
8128
8157
  None
8129
8158
 
8130
8159
  SelectFromHandBook
@@ -8999,5 +9028,5 @@ var TextVerticalAlignment;
8999
9028
  TextVerticalAlignment["Middle"] = "middle";
9000
9029
  })(TextVerticalAlignment || (TextVerticalAlignment = {}));
9001
9030
 
9002
- export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineCapStyle, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, 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 };
9031
+ export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineCapStyle, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, 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 };
9003
9032
  //# sourceMappingURL=api.esm.js.map