@evergis/api 3.0.154 → 3.0.155
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__/LayersService.d.ts +4 -4
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +51 -28
- package/dist/api.cjs.development.js +4 -1
- 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 +10 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams2, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PostgresLayerServiceConfigurationDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -137,7 +137,7 @@ export declare class LayersService extends Service {
|
|
|
137
137
|
* @request POST:/layers#type=PostgresLayerService
|
|
138
138
|
* @response `default` Error
|
|
139
139
|
*/
|
|
140
|
-
publishPostgresLayerService(data:
|
|
140
|
+
publishPostgresLayerService(data: PostgresLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
|
|
141
141
|
/**
|
|
142
142
|
* No description
|
|
143
143
|
*
|
|
@@ -236,7 +236,7 @@ export declare class LayersService extends Service {
|
|
|
236
236
|
* @request PATCH:/layers/{name}#type=PostgresLayerService
|
|
237
237
|
* @response `default` Error
|
|
238
238
|
*/
|
|
239
|
-
updatePostgresLayerService(name: string, data:
|
|
239
|
+
updatePostgresLayerService(name: string, data: PostgresLayerServiceConfigurationDc): Promise<FeatureLayerServiceInfoDc>;
|
|
240
240
|
/**
|
|
241
241
|
* No description
|
|
242
242
|
*
|
|
@@ -523,7 +523,7 @@ export declare class LayersService extends Service {
|
|
|
523
523
|
* @request GET:/layers/{name}/{id}/metadata
|
|
524
524
|
* @response `200` Success
|
|
525
525
|
*/
|
|
526
|
-
getRasterMeta({ name, id, ...query }:
|
|
526
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams2): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
527
527
|
/**
|
|
528
528
|
* No description
|
|
529
529
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams6, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class ProjectsService extends Service {
|
|
|
49
49
|
* @request DELETE:/projects
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams9, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,7 +27,7 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/statistics/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams9): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams9, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams1, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
|
|
|
16
16
|
* @request GET:/wms#REQUEST=GetCapabilities
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams1): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -569,7 +569,7 @@ export interface AttributesConfigurationDc {
|
|
|
569
569
|
/** The name of the table in data source service, that contains the data for this layer. */
|
|
570
570
|
tableName?: string;
|
|
571
571
|
/** Configuration of the attributes of the layer. */
|
|
572
|
-
attributes?: AttributeConfigurationDc[];
|
|
572
|
+
attributes?: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
|
|
573
573
|
/** Configurations of the related tables. */
|
|
574
574
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
575
575
|
}
|
|
@@ -788,6 +788,7 @@ export interface ClassifyResultObject {
|
|
|
788
788
|
export declare type ClusterSymbolDc = SymbolDc & {
|
|
789
789
|
type?: string;
|
|
790
790
|
labelSymbol?: PointLabelSymbolDc;
|
|
791
|
+
customClusterSymbol?: SvgPointSymbolDc;
|
|
791
792
|
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
792
793
|
fillColor?: ParameterDcColor;
|
|
793
794
|
strokeColor?: ParameterDcColor;
|
|
@@ -1121,7 +1122,7 @@ export declare enum ConfigurationErrorEnum {
|
|
|
1121
1122
|
export declare type ConfiguredLayerDataStorageDc = BaseTaskDataStorageDc & {
|
|
1122
1123
|
type?: string;
|
|
1123
1124
|
serviceName: string;
|
|
1124
|
-
attributesConfiguration?: AttributesConfigurationDc;
|
|
1125
|
+
attributesConfiguration?: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
1125
1126
|
};
|
|
1126
1127
|
/**
|
|
1127
1128
|
* Describes resource to copy.
|
|
@@ -1339,6 +1340,18 @@ export declare type EnvelopeDc = GeometryDc & {
|
|
|
1339
1340
|
coordinates: PositionDc[];
|
|
1340
1341
|
type?: GeometryType;
|
|
1341
1342
|
};
|
|
1343
|
+
/**
|
|
1344
|
+
* Configuration of an attribute in a feature layer.
|
|
1345
|
+
*/
|
|
1346
|
+
export declare type EqlAttributeConfigurationDc = AttributeConfigurationDc & {
|
|
1347
|
+
type?: AttributeType;
|
|
1348
|
+
};
|
|
1349
|
+
/**
|
|
1350
|
+
* Configuration of the attribute set in a feature layer.
|
|
1351
|
+
*/
|
|
1352
|
+
export declare type EqlAttributesConfigurationDc = AttributesConfigurationDc & {
|
|
1353
|
+
attributes?: EqlAttributeConfigurationDc[];
|
|
1354
|
+
};
|
|
1342
1355
|
/**
|
|
1343
1356
|
* Resource error details.
|
|
1344
1357
|
*/
|
|
@@ -2690,7 +2703,7 @@ export declare enum LineJoinType {
|
|
|
2690
2703
|
* Linear service configuration Dc.
|
|
2691
2704
|
*/
|
|
2692
2705
|
export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
2693
|
-
attributesConfiguration: AttributesConfigurationDc;
|
|
2706
|
+
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
2694
2707
|
style?: StyleDc;
|
|
2695
2708
|
condition?: string;
|
|
2696
2709
|
featuresLimit?: number;
|
|
@@ -3396,7 +3409,7 @@ export declare type PositionDc = number[];
|
|
|
3396
3409
|
* Configuration of a postgres feature layer service.
|
|
3397
3410
|
*/
|
|
3398
3411
|
export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3399
|
-
attributesConfiguration: AttributesConfigurationDc;
|
|
3412
|
+
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
3400
3413
|
style?: StyleDc;
|
|
3401
3414
|
condition?: string;
|
|
3402
3415
|
featuresLimit?: number;
|
|
@@ -3407,7 +3420,7 @@ export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBa
|
|
|
3407
3420
|
* Configuration of a postgres tile catalog service.
|
|
3408
3421
|
*/
|
|
3409
3422
|
export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3410
|
-
attributesConfiguration: AttributesConfigurationDc;
|
|
3423
|
+
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
3411
3424
|
style?: StyleDc;
|
|
3412
3425
|
condition?: string;
|
|
3413
3426
|
featuresLimit?: number;
|
|
@@ -3653,10 +3666,16 @@ export interface ProxyServiceInfoDc {
|
|
|
3653
3666
|
/**
|
|
3654
3667
|
* Configuration of a postgres feature layer service.
|
|
3655
3668
|
*/
|
|
3656
|
-
export declare type QueryLayerServiceConfigurationDc =
|
|
3669
|
+
export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3657
3670
|
eql?: string;
|
|
3658
3671
|
srid?: number;
|
|
3659
3672
|
geometryType?: AttributeType;
|
|
3673
|
+
attributesConfiguration: EqlAttributesConfigurationDc;
|
|
3674
|
+
style?: StyleDc;
|
|
3675
|
+
condition?: string;
|
|
3676
|
+
featuresLimit?: number;
|
|
3677
|
+
extentOffset?: number;
|
|
3678
|
+
simplify?: SimplifyInfoDc;
|
|
3660
3679
|
};
|
|
3661
3680
|
/**
|
|
3662
3681
|
* Service info for a feature layer service.
|
|
@@ -3918,11 +3937,20 @@ OneToMany
|
|
|
3918
3937
|
OneToOne
|
|
3919
3938
|
|
|
3920
3939
|
Intersect
|
|
3940
|
+
|
|
3941
|
+
RightJoin
|
|
3942
|
+
|
|
3943
|
+
FullJoin
|
|
3944
|
+
|
|
3945
|
+
CrossJoin
|
|
3921
3946
|
*/
|
|
3922
3947
|
export declare enum ReferenceJoinType {
|
|
3923
3948
|
OneToMany = "OneToMany",
|
|
3924
3949
|
OneToOne = "OneToOne",
|
|
3925
|
-
Intersect = "Intersect"
|
|
3950
|
+
Intersect = "Intersect",
|
|
3951
|
+
RightJoin = "RightJoin",
|
|
3952
|
+
FullJoin = "FullJoin",
|
|
3953
|
+
CrossJoin = "CrossJoin"
|
|
3926
3954
|
}
|
|
3927
3955
|
/**
|
|
3928
3956
|
* Data contract for register new user.
|
|
@@ -4149,7 +4177,7 @@ export interface RouteFeatureDc {
|
|
|
4149
4177
|
* Route service configuration Dc.
|
|
4150
4178
|
*/
|
|
4151
4179
|
export declare type RouteServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
4152
|
-
attributesConfiguration: AttributesConfigurationDc;
|
|
4180
|
+
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
4153
4181
|
style?: StyleDc;
|
|
4154
4182
|
condition?: string;
|
|
4155
4183
|
featuresLimit?: number;
|
|
@@ -4542,11 +4570,8 @@ export interface SimpleEndingDc {
|
|
|
4542
4570
|
* svg
|
|
4543
4571
|
*/
|
|
4544
4572
|
type?: LineEndingType;
|
|
4545
|
-
/**
|
|
4546
|
-
|
|
4547
|
-
* @format float
|
|
4548
|
-
*/
|
|
4549
|
-
size?: number;
|
|
4573
|
+
/** Ending size. */
|
|
4574
|
+
size?: CalculatedParameterDc;
|
|
4550
4575
|
/** Ending offset. */
|
|
4551
4576
|
offset?: CalculatedParameterDc[];
|
|
4552
4577
|
/**
|
|
@@ -4843,7 +4868,7 @@ export interface SvgParameterDc {
|
|
|
4843
4868
|
*/
|
|
4844
4869
|
export declare type SvgPointSymbolDc = SymbolDc & {
|
|
4845
4870
|
type?: string;
|
|
4846
|
-
data?:
|
|
4871
|
+
data?: ParameterDcString;
|
|
4847
4872
|
background?: SvgParameterDc;
|
|
4848
4873
|
figure?: SvgParameterDc;
|
|
4849
4874
|
size?: CalculatedParameterDc;
|
|
@@ -4938,7 +4963,7 @@ export interface TableReferenceConfigurationDc {
|
|
|
4938
4963
|
/** The column name in the related table that is used for foreign key relationship. */
|
|
4939
4964
|
targetColumn: string;
|
|
4940
4965
|
/** Configuration of the attributes that get values from this table. */
|
|
4941
|
-
attributes: AttributeConfigurationDc[];
|
|
4966
|
+
attributes: (AttributeConfigurationDc | EqlAttributeConfigurationDc)[];
|
|
4942
4967
|
/** Child related tables configurations. */
|
|
4943
4968
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
4944
4969
|
/**
|
|
@@ -4949,6 +4974,12 @@ export interface TableReferenceConfigurationDc {
|
|
|
4949
4974
|
* OneToOne
|
|
4950
4975
|
*
|
|
4951
4976
|
* Intersect
|
|
4977
|
+
*
|
|
4978
|
+
* RightJoin
|
|
4979
|
+
*
|
|
4980
|
+
* FullJoin
|
|
4981
|
+
*
|
|
4982
|
+
* CrossJoin
|
|
4952
4983
|
*/
|
|
4953
4984
|
joinType?: ReferenceJoinType;
|
|
4954
4985
|
/** Condition to referenced table. */
|
|
@@ -6118,14 +6149,6 @@ export interface GetLayersInfoParams {
|
|
|
6118
6149
|
/** ProjectName array with layers. */
|
|
6119
6150
|
projectNames?: string[];
|
|
6120
6151
|
}
|
|
6121
|
-
/**
|
|
6122
|
-
* Configuration of a postgres feature layer service.
|
|
6123
|
-
*/
|
|
6124
|
-
export declare type PublishPostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
|
|
6125
|
-
/**
|
|
6126
|
-
* Configuration of a postgres feature layer service.
|
|
6127
|
-
*/
|
|
6128
|
-
export declare type UpdatePostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
|
|
6129
6152
|
export interface GetFeaturesParams {
|
|
6130
6153
|
/** Sets features filtering query. */
|
|
6131
6154
|
query?: string;
|
|
@@ -6526,7 +6549,7 @@ export interface ValidateExpressionParams {
|
|
|
6526
6549
|
/** Layer name. */
|
|
6527
6550
|
layerName: string;
|
|
6528
6551
|
}
|
|
6529
|
-
export interface
|
|
6552
|
+
export interface GetRasterMetaParams2 {
|
|
6530
6553
|
/**
|
|
6531
6554
|
* Min value for build histogram.
|
|
6532
6555
|
* @format double
|
|
@@ -6653,7 +6676,7 @@ export interface GetProjectsListParams {
|
|
|
6653
6676
|
tags?: string[];
|
|
6654
6677
|
}
|
|
6655
6678
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6656
|
-
export interface
|
|
6679
|
+
export interface DeleteResourcesParams6 {
|
|
6657
6680
|
/** Resource names. */
|
|
6658
6681
|
names?: string[];
|
|
6659
6682
|
}
|
|
@@ -6897,7 +6920,7 @@ export interface StatisticsDbParams {
|
|
|
6897
6920
|
*/
|
|
6898
6921
|
types?: AggregationFunction[];
|
|
6899
6922
|
}
|
|
6900
|
-
export interface
|
|
6923
|
+
export interface ClassifyParams9 {
|
|
6901
6924
|
/** Layer name. */
|
|
6902
6925
|
name?: string;
|
|
6903
6926
|
/** Attribute name. */
|
|
@@ -7021,7 +7044,7 @@ export interface GetTableListParams {
|
|
|
7021
7044
|
acl?: string;
|
|
7022
7045
|
}
|
|
7023
7046
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
7024
|
-
export interface
|
|
7047
|
+
export interface DeleteResourcesParams9 {
|
|
7025
7048
|
/** Resource names. */
|
|
7026
7049
|
names?: string[];
|
|
7027
7050
|
}
|
|
@@ -7178,7 +7201,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7178
7201
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7179
7202
|
AcceptFormats?: string[];
|
|
7180
7203
|
}
|
|
7181
|
-
export interface
|
|
7204
|
+
export interface GetCapabilitiesParams1 {
|
|
7182
7205
|
/** Output format of service metadata. */
|
|
7183
7206
|
Format?: string;
|
|
7184
7207
|
/** Must be WMS. */
|
|
@@ -5773,7 +5773,7 @@ function createGuard(type) {
|
|
|
5773
5773
|
};
|
|
5774
5774
|
}
|
|
5775
5775
|
|
|
5776
|
-
const isLayer = /*#__PURE__*/createGuard(['PostgresLayerService', 'PostgresTileLayerService']);
|
|
5776
|
+
const isLayer = /*#__PURE__*/createGuard(['PostgresLayerService', 'PostgresTileLayerService', 'QueryLayerService']);
|
|
5777
5777
|
|
|
5778
5778
|
const addSubDomainToLocation = subDomain => window.location.protocol + "//" + subDomain + "." + window.location.host;
|
|
5779
5779
|
|
|
@@ -7120,6 +7120,9 @@ function isFeatureLayer(layer) {
|
|
|
7120
7120
|
ReferenceJoinType["OneToMany"] = "OneToMany";
|
|
7121
7121
|
ReferenceJoinType["OneToOne"] = "OneToOne";
|
|
7122
7122
|
ReferenceJoinType["Intersect"] = "Intersect";
|
|
7123
|
+
ReferenceJoinType["RightJoin"] = "RightJoin";
|
|
7124
|
+
ReferenceJoinType["FullJoin"] = "FullJoin";
|
|
7125
|
+
ReferenceJoinType["CrossJoin"] = "CrossJoin";
|
|
7123
7126
|
})(exports.ReferenceJoinType || (exports.ReferenceJoinType = {}));
|
|
7124
7127
|
|
|
7125
7128
|
(function (ResourceType) {
|