@evergis/api 3.0.197 → 3.0.198
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__/DataSourceService.d.ts +31 -0
- package/dist/__generated__/EqlService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +76 -13
- package/dist/api.cjs.development.js +10 -7
- 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 +21 -12
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -2072,7 +2072,7 @@ let EqlService = /*#__PURE__*/function (_Service) {
|
|
|
2072
2072
|
* @response `200` OK
|
|
2073
2073
|
*/
|
|
2074
2074
|
function getQueryResult(data) {
|
|
2075
|
-
return this.http.post("/eql/query", data).
|
|
2075
|
+
return this.http.post("/eql/query", data).json();
|
|
2076
2076
|
}
|
|
2077
2077
|
/**
|
|
2078
2078
|
* No description
|
|
@@ -8391,6 +8391,18 @@ var ConfigurationErrorEnum;
|
|
|
8391
8391
|
ConfigurationErrorEnum["InvalidTableReferenceConfiguration"] = "InvalidTableReferenceConfiguration";
|
|
8392
8392
|
})(ConfigurationErrorEnum || (ConfigurationErrorEnum = {}));
|
|
8393
8393
|
/**
|
|
8394
|
+
* Data source type.
|
|
8395
|
+
|
|
8396
|
+
Postgres
|
|
8397
|
+
*/
|
|
8398
|
+
|
|
8399
|
+
|
|
8400
|
+
var DataSourceType;
|
|
8401
|
+
|
|
8402
|
+
(function (DataSourceType) {
|
|
8403
|
+
DataSourceType["Postgres"] = "Postgres";
|
|
8404
|
+
})(DataSourceType || (DataSourceType = {}));
|
|
8405
|
+
/**
|
|
8394
8406
|
* Type of the error.
|
|
8395
8407
|
|
|
8396
8408
|
ResourceLimitExceeded
|
|
@@ -8681,26 +8693,23 @@ var Operation;
|
|
|
8681
8693
|
Operation["SymDifference"] = "symDifference";
|
|
8682
8694
|
})(Operation || (Operation = {}));
|
|
8683
8695
|
/**
|
|
8684
|
-
*
|
|
8696
|
+
* Filter exists resources by owner.
|
|
8685
8697
|
|
|
8686
8698
|
My
|
|
8687
8699
|
|
|
8688
8700
|
Shared
|
|
8689
8701
|
|
|
8690
8702
|
Public
|
|
8691
|
-
|
|
8692
|
-
All
|
|
8693
8703
|
*/
|
|
8694
8704
|
|
|
8695
8705
|
|
|
8696
|
-
var
|
|
8706
|
+
var OwnerFilterDc;
|
|
8697
8707
|
|
|
8698
|
-
(function (
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
})(OwnerFilter || (OwnerFilter = {}));
|
|
8708
|
+
(function (OwnerFilterDc) {
|
|
8709
|
+
OwnerFilterDc["My"] = "My";
|
|
8710
|
+
OwnerFilterDc["Shared"] = "Shared";
|
|
8711
|
+
OwnerFilterDc["Public"] = "Public";
|
|
8712
|
+
})(OwnerFilterDc || (OwnerFilterDc = {}));
|
|
8704
8713
|
/**
|
|
8705
8714
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
8706
8715
|
|
|
@@ -9028,5 +9037,5 @@ var TextVerticalAlignment;
|
|
|
9028
9037
|
TextVerticalAlignment["Middle"] = "middle";
|
|
9029
9038
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
9030
9039
|
|
|
9031
|
-
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, Eql, 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,
|
|
9040
|
+
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, 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, OwnerFilterDc, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, 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 };
|
|
9032
9041
|
//# sourceMappingURL=api.esm.js.map
|