@evergis/api 3.0.60 → 3.0.63

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
@@ -5897,16 +5897,7 @@ let PortalSettings = /*#__PURE__*/function (_ClientSettingsServic) {
5897
5897
  _createClass(PortalSettings, [{
5898
5898
  key: "fetchPortalSettings",
5899
5899
  value: async function fetchPortalSettings(query) {
5900
- var _config$settings, _config$settings2, _config$settings3;
5901
-
5902
- const config = JSON.parse(await this.getConfiguration(query));
5903
- this.config = _extends({}, config || {}, {
5904
- settings: {
5905
- withPortal: (config == null ? void 0 : (_config$settings = config.settings) == null ? void 0 : _config$settings.withPortal) === undefined || config.settings.withPortal,
5906
- allowRegistration: (config == null ? void 0 : (_config$settings2 = config.settings) == null ? void 0 : _config$settings2.allowRegistration) === undefined || config.settings.allowRegistration,
5907
- allowSNS: (config == null ? void 0 : (_config$settings3 = config.settings) == null ? void 0 : _config$settings3.allowSNS) === undefined || config.settings.allowSNS
5908
- }
5909
- });
5900
+ this.config = JSON.parse(await this.getConfiguration(query));
5910
5901
  return this.config;
5911
5902
  }
5912
5903
  }]);
@@ -7250,6 +7241,27 @@ var GeometryType;
7250
7241
  GeometryType["Envelope"] = "envelope";
7251
7242
  GeometryType["Multipoint"] = "multipoint";
7252
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 = {}));
7253
7265
 
7254
7266
  var HttpStatusCode;
7255
7267
 
@@ -7623,5 +7635,5 @@ var ToolStorageType;
7623
7635
  ToolStorageType["LayersStorage"] = "layersStorage";
7624
7636
  })(ToolStorageType || (ToolStorageType = {}));
7625
7637
 
7626
- 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 };
7627
7639
  //# sourceMappingURL=api.esm.js.map