@evergis/api 3.0.162 → 3.0.164
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 +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -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 +42 -8
- package/dist/api.cjs.development.js +7 -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 +23 -2
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -7238,6 +7238,27 @@ var AggregationFunction;
|
|
|
7238
7238
|
AggregationFunction["DividedSum"] = "DividedSum";
|
|
7239
7239
|
})(AggregationFunction || (AggregationFunction = {}));
|
|
7240
7240
|
/**
|
|
7241
|
+
* Attribute selector type.
|
|
7242
|
+
|
|
7243
|
+
None
|
|
7244
|
+
|
|
7245
|
+
SelectFromHandBook
|
|
7246
|
+
|
|
7247
|
+
SelectFromRange
|
|
7248
|
+
|
|
7249
|
+
ViewHandBook
|
|
7250
|
+
*/
|
|
7251
|
+
|
|
7252
|
+
|
|
7253
|
+
var AttributeSelectorType;
|
|
7254
|
+
|
|
7255
|
+
(function (AttributeSelectorType) {
|
|
7256
|
+
AttributeSelectorType["None"] = "None";
|
|
7257
|
+
AttributeSelectorType["SelectFromHandBook"] = "SelectFromHandBook";
|
|
7258
|
+
AttributeSelectorType["SelectFromRange"] = "SelectFromRange";
|
|
7259
|
+
AttributeSelectorType["ViewHandBook"] = "ViewHandBook";
|
|
7260
|
+
})(AttributeSelectorType || (AttributeSelectorType = {}));
|
|
7261
|
+
/**
|
|
7241
7262
|
* Types of the attributes that are supported by the system.
|
|
7242
7263
|
|
|
7243
7264
|
Unknown
|
|
@@ -7310,7 +7331,7 @@ var ClassificationType;
|
|
|
7310
7331
|
ClassificationType["Unique"] = "unique";
|
|
7311
7332
|
})(ClassificationType || (ClassificationType = {}));
|
|
7312
7333
|
/**
|
|
7313
|
-
*
|
|
7334
|
+
*
|
|
7314
7335
|
|
|
7315
7336
|
decimal
|
|
7316
7337
|
|
|
@@ -7968,5 +7989,5 @@ var TextVerticalAlignment;
|
|
|
7968
7989
|
TextVerticalAlignment["Middle"] = "middle";
|
|
7969
7990
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
7970
7991
|
|
|
7971
|
-
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, Cameras, 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, LineCapStyle, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, PbfSchema, 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 };
|
|
7992
|
+
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeSelectorType, AttributeType, BulkOperations, Cameras, 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, LineCapStyle, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, PbfSchema, 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 };
|
|
7972
7993
|
//# sourceMappingURL=api.esm.js.map
|