@evergis/api 4.0.7 → 4.0.10

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
@@ -2229,16 +2229,16 @@ let EqlService = /*#__PURE__*/function (_Service) {
2229
2229
  * No description
2230
2230
  *
2231
2231
  * @tags Eql
2232
- * @name GetQueryResult
2233
- * @operationId EqlController_GetQueryResult
2232
+ * @name GetPagedQueryResult
2233
+ * @operationId EqlController_GetPagedQueryResult
2234
2234
  * @summary Perform resources set acl access batch operation.
2235
2235
  * @request POST:/eql/query
2236
2236
  * @response `200` OK
2237
2237
  */
2238
2238
 
2239
2239
  }, {
2240
- key: "getQueryResult",
2241
- value: function getQueryResult(data) {
2240
+ key: "getPagedQueryResult",
2241
+ value: function getPagedQueryResult(data) {
2242
2242
  return this.http.post("/eql/query", data).json();
2243
2243
  }
2244
2244
  /**
@@ -2836,58 +2836,6 @@ let Filters = /*#__PURE__*/function (_FiltersService) {
2836
2836
  return _createClass(Filters);
2837
2837
  }(FiltersService);
2838
2838
 
2839
- /**
2840
- * @title Spatial Processing Core API
2841
- * @version 1.5.1.0
2842
- * @baseUrl /sp
2843
- */
2844
-
2845
- let GeneralService = /*#__PURE__*/function (_Service) {
2846
- _inherits(GeneralService, _Service);
2847
-
2848
- var _super = /*#__PURE__*/_createSuper(GeneralService);
2849
-
2850
- function GeneralService() {
2851
- _classCallCheck(this, GeneralService);
2852
-
2853
- return _super.apply(this, arguments);
2854
- }
2855
-
2856
- _createClass(GeneralService, [{
2857
- key: "getServerInfo",
2858
- value:
2859
- /**
2860
- * No description
2861
- *
2862
- * @tags General
2863
- * @name GetServerInfo
2864
- * @operationId GeneralController_GetServerInfo
2865
- * @summary Returns basic information about the server.
2866
- * @request GET:/
2867
- * @response `200` OK
2868
- */
2869
- function getServerInfo() {
2870
- return this.http.get("/").json();
2871
- }
2872
- }]);
2873
-
2874
- return GeneralService;
2875
- }(Service);
2876
-
2877
- let General = /*#__PURE__*/function (_GeneralService) {
2878
- _inherits(General, _GeneralService);
2879
-
2880
- var _super = /*#__PURE__*/_createSuper(General);
2881
-
2882
- function General() {
2883
- _classCallCheck(this, General);
2884
-
2885
- return _super.apply(this, arguments);
2886
- }
2887
-
2888
- return _createClass(General);
2889
- }(GeneralService);
2890
-
2891
2839
  const _excluded$2 = ["providerName"],
2892
2840
  _excluded2$1 = ["providerName"],
2893
2841
  _excluded3$1 = ["providerName"];
@@ -3570,7 +3518,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3570
3518
  * @operationId LayersController_UpdateMapboxService
3571
3519
  * @summary Update mapbox service.
3572
3520
  * @request PATCH:/layers/{name}#type=Mapbox
3573
- * @response `default` Error
3521
+ * @response `200` OK
3574
3522
  */
3575
3523
 
3576
3524
  }, {
@@ -3588,7 +3536,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3588
3536
  * @operationId LayersController_UpdatePythonService
3589
3537
  * @summary Update python service.
3590
3538
  * @request PATCH:/layers/{name}#type=Python
3591
- * @response `default` Error
3539
+ * @response `200` OK
3592
3540
  */
3593
3541
 
3594
3542
  }, {
@@ -3606,7 +3554,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3606
3554
  * @operationId LayersController_UpdateProxyService
3607
3555
  * @summary Update Proxy Service.
3608
3556
  * @request PATCH:/layers/{name}#type=ProxyService
3609
- * @response `default` Error
3557
+ * @response `200` OK
3610
3558
  */
3611
3559
 
3612
3560
  }, {
@@ -3624,7 +3572,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3624
3572
  * @operationId LayersController_UpdateTileCatalogService
3625
3573
  * @summary Update Postgres Tile Catalog Service.
3626
3574
  * @request PATCH:/layers/{name}#type=PostgresTileLayerService
3627
- * @response `default` Error
3575
+ * @response `200` OK
3628
3576
  */
3629
3577
 
3630
3578
  }, {
@@ -3642,7 +3590,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3642
3590
  * @operationId LayersController_UpdateRemoteTileService
3643
3591
  * @summary Update Remote Tile Service.
3644
3592
  * @request PATCH:/layers/{name}#type=RemoteTileService
3645
- * @response `default` Error
3593
+ * @response `200` OK
3646
3594
  */
3647
3595
 
3648
3596
  }, {
@@ -3660,7 +3608,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3660
3608
  * @operationId LayersController_UpdateQueryLayerService
3661
3609
  * @summary Update EQL-based Query Layer Service.
3662
3610
  * @request PATCH:/layers/{name}#type=QueryLayerService
3663
- * @response `default` Error
3611
+ * @response `200` OK
3664
3612
  */
3665
3613
 
3666
3614
  }, {
@@ -4126,7 +4074,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
4126
4074
  * @summary Validates the given EQL expression against the requested layer. If the expression is valid, it can be executed on the features in the layer to produce a value of some type. The type of the resulting value will be also returned in the validation result.
4127
4075
  * @request GET:/layers/{layerName}/validateExpression
4128
4076
  * @response `200` OK
4129
- * @response `400` Bad Request
4130
4077
  */
4131
4078
 
4132
4079
  }, {
@@ -4910,7 +4857,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
4910
4857
  * @response `200` OK
4911
4858
  */
4912
4859
  function print(data) {
4913
- return this.http.post("/print/print", data).blob();
4860
+ return this.http.post("/print/print", data).then(() => {});
4914
4861
  }
4915
4862
  /**
4916
4863
  * No description
@@ -6930,7 +6877,6 @@ let Api = /*#__PURE__*/function (_EventEmitter) {
6930
6877
  _this.print = new Print(_this.http);
6931
6878
  _this.tools = new Tools(_this.http);
6932
6879
  _this.resourceCatalog = new ResourceCatalog(_this.http);
6933
- _this.general = new General(_this.http);
6934
6880
  _this.external = new External(_this.http);
6935
6881
  _this.clientSettings = new ClientSettings(_this.http);
6936
6882
  _this.portalSettings = new PortalSettings(_this.http);
@@ -8057,24 +8003,36 @@ var WorkerMethodType;
8057
8003
  /**
8058
8004
  *
8059
8005
 
8060
- Integer
8006
+ Int32
8007
+
8008
+ Int64
8061
8009
 
8062
8010
  Double
8063
8011
 
8064
8012
  String
8065
8013
 
8066
- Extent
8014
+ Boolean
8015
+
8016
+ DateTime
8017
+
8018
+ Point
8067
8019
 
8068
8020
  Geometry
8069
8021
 
8022
+ Polyline
8023
+
8024
+ MultiPolygon
8025
+
8026
+ Polygon
8027
+
8028
+ Multipoint
8029
+
8070
8030
  IntergerArray
8071
8031
 
8072
8032
  DoubleArray
8073
8033
 
8074
8034
  StringArray
8075
8035
 
8076
- Boolean
8077
-
8078
8036
  SourceEql
8079
8037
 
8080
8038
  Layer
@@ -8085,32 +8043,38 @@ Folder
8085
8043
 
8086
8044
  Json
8087
8045
 
8088
- Expression
8046
+ Attribute
8089
8047
 
8090
- Expressions
8048
+ AttributeArray
8091
8049
  */
8092
8050
 
8093
8051
 
8094
8052
  var WorkerSettingsFieldType;
8095
8053
 
8096
8054
  (function (WorkerSettingsFieldType) {
8097
- WorkerSettingsFieldType["Integer"] = "Integer";
8055
+ WorkerSettingsFieldType["Int32"] = "Int32";
8056
+ WorkerSettingsFieldType["Int64"] = "Int64";
8098
8057
  WorkerSettingsFieldType["Double"] = "Double";
8099
8058
  WorkerSettingsFieldType["String"] = "String";
8100
- WorkerSettingsFieldType["Extent"] = "Extent";
8059
+ WorkerSettingsFieldType["Boolean"] = "Boolean";
8060
+ WorkerSettingsFieldType["DateTime"] = "DateTime";
8061
+ WorkerSettingsFieldType["Point"] = "Point";
8101
8062
  WorkerSettingsFieldType["Geometry"] = "Geometry";
8063
+ WorkerSettingsFieldType["Polyline"] = "Polyline";
8064
+ WorkerSettingsFieldType["MultiPolygon"] = "MultiPolygon";
8065
+ WorkerSettingsFieldType["Polygon"] = "Polygon";
8066
+ WorkerSettingsFieldType["Multipoint"] = "Multipoint";
8102
8067
  WorkerSettingsFieldType["IntergerArray"] = "IntergerArray";
8103
8068
  WorkerSettingsFieldType["DoubleArray"] = "DoubleArray";
8104
8069
  WorkerSettingsFieldType["StringArray"] = "StringArray";
8105
- WorkerSettingsFieldType["Boolean"] = "Boolean";
8106
8070
  WorkerSettingsFieldType["SourceEql"] = "SourceEql";
8107
8071
  WorkerSettingsFieldType["Layer"] = "Layer";
8108
8072
  WorkerSettingsFieldType["Table"] = "Table";
8109
8073
  WorkerSettingsFieldType["Folder"] = "Folder";
8110
8074
  WorkerSettingsFieldType["Json"] = "Json";
8111
- WorkerSettingsFieldType["Expression"] = "Expression";
8112
- WorkerSettingsFieldType["Expressions"] = "Expressions";
8075
+ WorkerSettingsFieldType["Attribute"] = "Attribute";
8076
+ WorkerSettingsFieldType["AttributeArray"] = "AttributeArray";
8113
8077
  })(WorkerSettingsFieldType || (WorkerSettingsFieldType = {}));
8114
8078
 
8115
- export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LineCapStyle, LineEndingType, LineJoinType, Names, Notification, NotificationEvent, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, RemoteTaskManager, RemoteTaskStatus, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Styles, Tables, TaskResourceSubType, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
8079
+ export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LineCapStyle, LineEndingType, LineJoinType, Names, Notification, NotificationEvent, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, RemoteTaskManager, RemoteTaskStatus, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Styles, Tables, TaskResourceSubType, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
8116
8080
  //# sourceMappingURL=api.esm.js.map