@evergis/api 3.0.77 → 3.0.78
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__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +94 -6
- 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 +22 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -6458,6 +6458,8 @@ naturalBreaks
|
|
|
6458
6458
|
equalInterval
|
|
6459
6459
|
|
|
6460
6460
|
quantile
|
|
6461
|
+
|
|
6462
|
+
unique
|
|
6461
6463
|
*/
|
|
6462
6464
|
|
|
6463
6465
|
|
|
@@ -6468,6 +6470,7 @@ var ClassificationType;
|
|
|
6468
6470
|
ClassificationType["NaturalBreaks"] = "naturalBreaks";
|
|
6469
6471
|
ClassificationType["EqualInterval"] = "equalInterval";
|
|
6470
6472
|
ClassificationType["Quantile"] = "quantile";
|
|
6473
|
+
ClassificationType["Distinct"] = "unique";
|
|
6471
6474
|
})(ClassificationType || (ClassificationType = {}));
|
|
6472
6475
|
/**
|
|
6473
6476
|
* Type of attribute.
|
|
@@ -6475,6 +6478,8 @@ var ClassificationType;
|
|
|
6475
6478
|
decimal
|
|
6476
6479
|
|
|
6477
6480
|
dateTime
|
|
6481
|
+
|
|
6482
|
+
text
|
|
6478
6483
|
*/
|
|
6479
6484
|
|
|
6480
6485
|
|
|
@@ -6483,6 +6488,7 @@ var ClassifyAttributeType;
|
|
|
6483
6488
|
(function (ClassifyAttributeType) {
|
|
6484
6489
|
ClassifyAttributeType["Decimal"] = "decimal";
|
|
6485
6490
|
ClassifyAttributeType["DateTime"] = "dateTime";
|
|
6491
|
+
ClassifyAttributeType["Text"] = "text";
|
|
6486
6492
|
})(ClassifyAttributeType || (ClassifyAttributeType = {}));
|
|
6487
6493
|
/**
|
|
6488
6494
|
* Types of errors that can occur during layer initialize.
|
|
@@ -6813,6 +6819,21 @@ var ResourceTypeLink;
|
|
|
6813
6819
|
ResourceTypeLink["Project"] = "projects";
|
|
6814
6820
|
})(ResourceTypeLink || (ResourceTypeLink = {}));
|
|
6815
6821
|
/**
|
|
6822
|
+
* Save mode (create or update).
|
|
6823
|
+
|
|
6824
|
+
create
|
|
6825
|
+
|
|
6826
|
+
update
|
|
6827
|
+
*/
|
|
6828
|
+
|
|
6829
|
+
|
|
6830
|
+
var SaveMode;
|
|
6831
|
+
|
|
6832
|
+
(function (SaveMode) {
|
|
6833
|
+
SaveMode["Create"] = "create";
|
|
6834
|
+
SaveMode["Update"] = "update";
|
|
6835
|
+
})(SaveMode || (SaveMode = {}));
|
|
6836
|
+
/**
|
|
6816
6837
|
* Status of the server task.
|
|
6817
6838
|
|
|
6818
6839
|
None
|
|
@@ -6889,5 +6910,5 @@ var TextVerticalAlignment;
|
|
|
6889
6910
|
TextVerticalAlignment["Middle"] = "middle";
|
|
6890
6911
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
6891
6912
|
|
|
6892
|
-
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
6913
|
+
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, SaveMode, Scheduler, Security, ServerTaskStatus, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
6893
6914
|
//# sourceMappingURL=api.esm.js.map
|