@evergis/api 3.0.61 → 3.0.62
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__/S3Service.d.ts +75 -0
- package/dist/__generated__/WmsServerService.d.ts +16 -5
- package/dist/__generated__/data-contracts.d.ts +104 -11
- 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
|
@@ -7241,6 +7241,27 @@ var GeometryType;
|
|
|
7241
7241
|
GeometryType["Envelope"] = "envelope";
|
|
7242
7242
|
GeometryType["Multipoint"] = "multipoint";
|
|
7243
7243
|
})(GeometryType || (GeometryType = {}));
|
|
7244
|
+
/**
|
|
7245
|
+
* Resource group.
|
|
7246
|
+
|
|
7247
|
+
my
|
|
7248
|
+
|
|
7249
|
+
role
|
|
7250
|
+
|
|
7251
|
+
public
|
|
7252
|
+
|
|
7253
|
+
all
|
|
7254
|
+
*/
|
|
7255
|
+
|
|
7256
|
+
|
|
7257
|
+
var Group;
|
|
7258
|
+
|
|
7259
|
+
(function (Group) {
|
|
7260
|
+
Group["My"] = "my";
|
|
7261
|
+
Group["Role"] = "role";
|
|
7262
|
+
Group["Public"] = "public";
|
|
7263
|
+
Group["All"] = "all";
|
|
7264
|
+
})(Group || (Group = {}));
|
|
7244
7265
|
|
|
7245
7266
|
var HttpStatusCode;
|
|
7246
7267
|
|
|
@@ -7614,5 +7635,5 @@ var ToolStorageType;
|
|
|
7614
7635
|
ToolStorageType["LayersStorage"] = "layersStorage";
|
|
7615
7636
|
})(ToolStorageType || (ToolStorageType = {}));
|
|
7616
7637
|
|
|
7617
|
-
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, ArgumentType, AttributeType, BulkOperations, ClassificationType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ElementType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, HttpClient, HttpStatusCode, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, ToolStatus, ToolStorageType, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
7638
|
+
export { API_USER_INFO_KEY, Account, AccountPreview, AggregationFunction, Api, ApiEvent, ArgumentType, AttributeType, BulkOperations, ClassificationType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ElementType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, FileUpload, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, HttpStatusCode, IceRouter, Import, Layers, LayersManager, LineEndingSize, LineEndingType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SpatialProcessor, StringSubType, Styles, Tables, TextAlignment, TextVerticalAlignment, ToolStatus, ToolStorageType, Tools, UrlPath, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
7618
7639
|
//# sourceMappingURL=api.esm.js.map
|