@evergis/api 3.0.194 → 3.0.195
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__/CatalogService.d.ts +7 -29
- package/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +24 -13
- package/dist/__generated__/TagsService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +92 -95
- package/dist/api.cjs.development.js +59 -57
- 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 +96 -58
- 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
|
@@ -548,37 +548,8 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
_createClass(CatalogService, [{
|
|
551
|
-
key: "
|
|
551
|
+
key: "getTags",
|
|
552
552
|
value:
|
|
553
|
-
/**
|
|
554
|
-
* No description
|
|
555
|
-
*
|
|
556
|
-
* @tags Catalog
|
|
557
|
-
* @name GetAll
|
|
558
|
-
* @operationId CatalogController_GetAll
|
|
559
|
-
* @summary Get all resource with given.
|
|
560
|
-
* @request GET:/resources
|
|
561
|
-
* @response `200` OK
|
|
562
|
-
*/
|
|
563
|
-
function getAll(query) {
|
|
564
|
-
return this.http.get("/resources", query).json();
|
|
565
|
-
}
|
|
566
|
-
/**
|
|
567
|
-
* No description
|
|
568
|
-
*
|
|
569
|
-
* @tags Catalog
|
|
570
|
-
* @name PostGetAll
|
|
571
|
-
* @operationId CatalogController_PostGetAll
|
|
572
|
-
* @summary Get all resource with given.
|
|
573
|
-
* @request POST:/resources
|
|
574
|
-
* @response `200` OK
|
|
575
|
-
*/
|
|
576
|
-
|
|
577
|
-
}, {
|
|
578
|
-
key: "postGetAll",
|
|
579
|
-
value: function postGetAll(query, data) {
|
|
580
|
-
return this.http.post("/resources", data, query).json();
|
|
581
|
-
}
|
|
582
553
|
/**
|
|
583
554
|
* No description
|
|
584
555
|
*
|
|
@@ -589,10 +560,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
589
560
|
* @request GET:/resources/tags
|
|
590
561
|
* @response `200` OK
|
|
591
562
|
*/
|
|
592
|
-
|
|
593
|
-
}, {
|
|
594
|
-
key: "getTags",
|
|
595
|
-
value: function getTags(query) {
|
|
563
|
+
function getTags(query) {
|
|
596
564
|
return this.http.get("/resources/tags", query).json();
|
|
597
565
|
}
|
|
598
566
|
/**
|
|
@@ -615,17 +583,17 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
615
583
|
* No description
|
|
616
584
|
*
|
|
617
585
|
* @tags Catalog
|
|
618
|
-
* @name
|
|
619
|
-
* @operationId
|
|
620
|
-
* @summary
|
|
621
|
-
* @request POST:/resources
|
|
586
|
+
* @name PostGetAll
|
|
587
|
+
* @operationId CatalogController_PostGetAll
|
|
588
|
+
* @summary Get all resource with given.
|
|
589
|
+
* @request POST:/resources
|
|
622
590
|
* @response `200` OK
|
|
623
591
|
*/
|
|
624
592
|
|
|
625
593
|
}, {
|
|
626
|
-
key: "
|
|
627
|
-
value: function
|
|
628
|
-
return this.http.post("/resources
|
|
594
|
+
key: "postGetAll",
|
|
595
|
+
value: function postGetAll(query, data) {
|
|
596
|
+
return this.http.post("/resources", data, query).json();
|
|
629
597
|
}
|
|
630
598
|
/**
|
|
631
599
|
* No description
|
|
@@ -6940,22 +6908,6 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6940
6908
|
value: function deleteResources(query) {
|
|
6941
6909
|
return this.http.delete("/tables", null, query).json();
|
|
6942
6910
|
}
|
|
6943
|
-
/**
|
|
6944
|
-
* No description
|
|
6945
|
-
*
|
|
6946
|
-
* @tags Tables
|
|
6947
|
-
* @name CreateViewFromQueryLayer
|
|
6948
|
-
* @operationId TablesController_CreateViewFromQueryLayer
|
|
6949
|
-
* @summary Creates a new view from query layer.
|
|
6950
|
-
* @request POST:/tables/fromLayer
|
|
6951
|
-
* @response `200` OK
|
|
6952
|
-
*/
|
|
6953
|
-
|
|
6954
|
-
}, {
|
|
6955
|
-
key: "createViewFromQueryLayer",
|
|
6956
|
-
value: function createViewFromQueryLayer(data) {
|
|
6957
|
-
return this.http.post("/tables/fromLayer", data).json();
|
|
6958
|
-
}
|
|
6959
6911
|
/**
|
|
6960
6912
|
* No description
|
|
6961
6913
|
*
|
|
@@ -7168,6 +7120,38 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7168
7120
|
value: function unmapTable(name) {
|
|
7169
7121
|
return this.http.delete("/tables/map-table/" + name, null).then(() => {});
|
|
7170
7122
|
}
|
|
7123
|
+
/**
|
|
7124
|
+
* No description
|
|
7125
|
+
*
|
|
7126
|
+
* @tags Tables
|
|
7127
|
+
* @name CreateViewFromQueryLayer
|
|
7128
|
+
* @operationId TablesController_CreateViewFromQueryLayer
|
|
7129
|
+
* @summary Creates a new view from query layer.
|
|
7130
|
+
* @request POST:/tables/fromLayer
|
|
7131
|
+
* @response `200` OK
|
|
7132
|
+
*/
|
|
7133
|
+
|
|
7134
|
+
}, {
|
|
7135
|
+
key: "createViewFromQueryLayer",
|
|
7136
|
+
value: function createViewFromQueryLayer(data) {
|
|
7137
|
+
return this.http.post("/tables/fromLayer", data).json();
|
|
7138
|
+
}
|
|
7139
|
+
/**
|
|
7140
|
+
* No description
|
|
7141
|
+
*
|
|
7142
|
+
* @tags Tables
|
|
7143
|
+
* @name CreateViewFromQuery
|
|
7144
|
+
* @operationId TablesController_CreateViewFromQuery
|
|
7145
|
+
* @summary Creates a new view from query.
|
|
7146
|
+
* @request POST:/tables/fromQuery
|
|
7147
|
+
* @response `200` OK
|
|
7148
|
+
*/
|
|
7149
|
+
|
|
7150
|
+
}, {
|
|
7151
|
+
key: "createViewFromQuery",
|
|
7152
|
+
value: function createViewFromQuery(data) {
|
|
7153
|
+
return this.http.post("/tables/fromQuery", data).json();
|
|
7154
|
+
}
|
|
7171
7155
|
/**
|
|
7172
7156
|
* No description
|
|
7173
7157
|
*
|
|
@@ -8782,6 +8766,30 @@ var Quality;
|
|
|
8782
8766
|
Quality["High"] = "High";
|
|
8783
8767
|
})(Quality || (Quality = {}));
|
|
8784
8768
|
/**
|
|
8769
|
+
* Resources types filter.
|
|
8770
|
+
|
|
8771
|
+
RemoteTileService
|
|
8772
|
+
|
|
8773
|
+
ProxyService
|
|
8774
|
+
|
|
8775
|
+
PostgresLayerService
|
|
8776
|
+
|
|
8777
|
+
QueryLayerService
|
|
8778
|
+
|
|
8779
|
+
TileCatalogTable
|
|
8780
|
+
*/
|
|
8781
|
+
|
|
8782
|
+
|
|
8783
|
+
var ResourceSubTypeFilter;
|
|
8784
|
+
|
|
8785
|
+
(function (ResourceSubTypeFilter) {
|
|
8786
|
+
ResourceSubTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
8787
|
+
ResourceSubTypeFilter["ProxyService"] = "ProxyService";
|
|
8788
|
+
ResourceSubTypeFilter["PostgresLayerService"] = "PostgresLayerService";
|
|
8789
|
+
ResourceSubTypeFilter["QueryLayerService"] = "QueryLayerService";
|
|
8790
|
+
ResourceSubTypeFilter["TileCatalogTable"] = "TileCatalogTable";
|
|
8791
|
+
})(ResourceSubTypeFilter || (ResourceSubTypeFilter = {}));
|
|
8792
|
+
/**
|
|
8785
8793
|
*
|
|
8786
8794
|
|
|
8787
8795
|
Unknown
|
|
@@ -8811,6 +8819,36 @@ var ResourceType;
|
|
|
8811
8819
|
ResourceType["Feature"] = "feature";
|
|
8812
8820
|
ResourceType["Tag"] = "tag";
|
|
8813
8821
|
})(ResourceType || (ResourceType = {}));
|
|
8822
|
+
/**
|
|
8823
|
+
* Resources types filter.
|
|
8824
|
+
|
|
8825
|
+
Map
|
|
8826
|
+
|
|
8827
|
+
Layer
|
|
8828
|
+
|
|
8829
|
+
Table
|
|
8830
|
+
|
|
8831
|
+
RasterCatalog
|
|
8832
|
+
|
|
8833
|
+
ProxyService
|
|
8834
|
+
|
|
8835
|
+
RemoteTileService
|
|
8836
|
+
|
|
8837
|
+
File
|
|
8838
|
+
*/
|
|
8839
|
+
|
|
8840
|
+
|
|
8841
|
+
var ResourceTypeFilter;
|
|
8842
|
+
|
|
8843
|
+
(function (ResourceTypeFilter) {
|
|
8844
|
+
ResourceTypeFilter["Map"] = "Map";
|
|
8845
|
+
ResourceTypeFilter["Layer"] = "Layer";
|
|
8846
|
+
ResourceTypeFilter["Table"] = "Table";
|
|
8847
|
+
ResourceTypeFilter["RasterCatalog"] = "RasterCatalog";
|
|
8848
|
+
ResourceTypeFilter["ProxyService"] = "ProxyService";
|
|
8849
|
+
ResourceTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
8850
|
+
ResourceTypeFilter["File"] = "File";
|
|
8851
|
+
})(ResourceTypeFilter || (ResourceTypeFilter = {}));
|
|
8814
8852
|
|
|
8815
8853
|
var ResourceTypeLink;
|
|
8816
8854
|
|
|
@@ -8961,5 +8999,5 @@ var TextVerticalAlignment;
|
|
|
8961
8999
|
TextVerticalAlignment["Middle"] = "middle";
|
|
8962
9000
|
})(TextVerticalAlignment || (TextVerticalAlignment = {}));
|
|
8963
9001
|
|
|
8964
|
-
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, 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, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, ResourceCatalog, ResourceSeparator, ResourceType, 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 };
|
|
9002
|
+
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, 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, OwnerFilter, 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 };
|
|
8965
9003
|
//# sourceMappingURL=api.esm.js.map
|