@evergis/api 3.0.206 → 3.0.208
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/LICENSE +20 -20
- package/README.md +21 -21
- package/dist/Api.d.ts +2 -0
- package/dist/__generated__/DataSourceService.d.ts +16 -5
- 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 +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +308 -232
- package/dist/api.cjs.development.js +130 -16
- 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 +344 -224
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -82,47 +82,47 @@ export interface AggregationDataResultDc {
|
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
*
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
None
|
|
87
|
-
|
|
87
|
+
|
|
88
88
|
Array
|
|
89
|
-
|
|
89
|
+
|
|
90
90
|
Min
|
|
91
|
-
|
|
91
|
+
|
|
92
92
|
Max
|
|
93
|
-
|
|
93
|
+
|
|
94
94
|
Avg
|
|
95
|
-
|
|
95
|
+
|
|
96
96
|
Sum
|
|
97
|
-
|
|
97
|
+
|
|
98
98
|
Extent
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
H3
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
Count
|
|
103
|
-
|
|
103
|
+
|
|
104
104
|
TotalCount
|
|
105
|
-
|
|
105
|
+
|
|
106
106
|
DistinctCount
|
|
107
|
-
|
|
107
|
+
|
|
108
108
|
First
|
|
109
|
-
|
|
109
|
+
|
|
110
110
|
Last
|
|
111
|
-
|
|
111
|
+
|
|
112
112
|
Median
|
|
113
|
-
|
|
113
|
+
|
|
114
114
|
Mod
|
|
115
|
-
|
|
115
|
+
|
|
116
116
|
StdDeviation
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
SumOfProduct
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
OnlyValue
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
WeightedAvg
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
DensityIndicators
|
|
125
|
-
|
|
125
|
+
|
|
126
126
|
DividedSum
|
|
127
127
|
*/
|
|
128
128
|
export declare enum AggregationFunction {
|
|
@@ -617,13 +617,13 @@ export interface AttributeIconDc {
|
|
|
617
617
|
}
|
|
618
618
|
/**
|
|
619
619
|
*
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
Unknown
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
Icon
|
|
624
|
-
|
|
624
|
+
|
|
625
625
|
PNG
|
|
626
|
-
|
|
626
|
+
|
|
627
627
|
SVG
|
|
628
628
|
*/
|
|
629
629
|
export declare enum AttributeIconType {
|
|
@@ -634,13 +634,13 @@ export declare enum AttributeIconType {
|
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
636
|
*
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
None
|
|
639
|
-
|
|
639
|
+
|
|
640
640
|
SelectFromHandBook
|
|
641
|
-
|
|
641
|
+
|
|
642
642
|
SelectFromRange
|
|
643
|
-
|
|
643
|
+
|
|
644
644
|
ViewHandBook
|
|
645
645
|
*/
|
|
646
646
|
export declare enum AttributeSelectorType {
|
|
@@ -651,31 +651,31 @@ export declare enum AttributeSelectorType {
|
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
653
653
|
*
|
|
654
|
-
|
|
654
|
+
|
|
655
655
|
Unknown
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
String
|
|
658
|
-
|
|
658
|
+
|
|
659
659
|
Int32
|
|
660
|
-
|
|
660
|
+
|
|
661
661
|
Int64
|
|
662
|
-
|
|
662
|
+
|
|
663
663
|
Double
|
|
664
|
-
|
|
664
|
+
|
|
665
665
|
DateTime
|
|
666
|
-
|
|
666
|
+
|
|
667
667
|
Boolean
|
|
668
|
-
|
|
668
|
+
|
|
669
669
|
Point
|
|
670
|
-
|
|
670
|
+
|
|
671
671
|
Polyline
|
|
672
|
-
|
|
672
|
+
|
|
673
673
|
MultiPolygon
|
|
674
|
-
|
|
674
|
+
|
|
675
675
|
Multipoint
|
|
676
|
-
|
|
676
|
+
|
|
677
677
|
H3Index
|
|
678
|
-
|
|
678
|
+
|
|
679
679
|
Json
|
|
680
680
|
*/
|
|
681
681
|
export declare enum AttributeType {
|
|
@@ -716,9 +716,9 @@ export interface AttributesConfigurationDc {
|
|
|
716
716
|
* An authorization grant is a credential representing the resource
|
|
717
717
|
owner's authorization (to access its protected resources) used by the
|
|
718
718
|
client to obtain an access token.
|
|
719
|
-
|
|
719
|
+
|
|
720
720
|
authorization_code
|
|
721
|
-
|
|
721
|
+
|
|
722
722
|
refresh_token
|
|
723
723
|
*/
|
|
724
724
|
export declare enum AuthorizationGrant {
|
|
@@ -874,6 +874,8 @@ export interface CatalogResourceDc {
|
|
|
874
874
|
* File
|
|
875
875
|
*
|
|
876
876
|
* TaskPrototype
|
|
877
|
+
*
|
|
878
|
+
* DataSource
|
|
877
879
|
*/
|
|
878
880
|
type?: CatalogResourceType;
|
|
879
881
|
/** Resource subtype. */
|
|
@@ -893,8 +895,6 @@ export interface CatalogResourceDc {
|
|
|
893
895
|
contentType?: string;
|
|
894
896
|
/** Preview. */
|
|
895
897
|
preview?: string;
|
|
896
|
-
/** Check if resource has children. */
|
|
897
|
-
hasChildren?: boolean;
|
|
898
898
|
/** Check if resource is directory. */
|
|
899
899
|
isDirectory?: boolean;
|
|
900
900
|
/** Check if resource is temporary. */
|
|
@@ -935,21 +935,25 @@ export interface CatalogResourceDc {
|
|
|
935
935
|
* read,write,configure
|
|
936
936
|
*/
|
|
937
937
|
permissions?: Permissions;
|
|
938
|
+
/** Table schema. */
|
|
939
|
+
schema?: string;
|
|
938
940
|
}
|
|
939
941
|
/**
|
|
940
942
|
*
|
|
941
|
-
|
|
943
|
+
|
|
942
944
|
None
|
|
943
|
-
|
|
945
|
+
|
|
944
946
|
Map
|
|
945
|
-
|
|
947
|
+
|
|
946
948
|
Layer
|
|
947
|
-
|
|
949
|
+
|
|
948
950
|
Table
|
|
949
|
-
|
|
951
|
+
|
|
950
952
|
File
|
|
951
|
-
|
|
953
|
+
|
|
952
954
|
TaskPrototype
|
|
955
|
+
|
|
956
|
+
DataSource
|
|
953
957
|
*/
|
|
954
958
|
export declare enum CatalogResourceType {
|
|
955
959
|
None = "None",
|
|
@@ -957,7 +961,8 @@ export declare enum CatalogResourceType {
|
|
|
957
961
|
Layer = "Layer",
|
|
958
962
|
Table = "Table",
|
|
959
963
|
File = "File",
|
|
960
|
-
TaskPrototype = "TaskPrototype"
|
|
964
|
+
TaskPrototype = "TaskPrototype",
|
|
965
|
+
DataSource = "DataSource"
|
|
961
966
|
}
|
|
962
967
|
/**
|
|
963
968
|
* Ending with an empty circle.
|
|
@@ -992,15 +997,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
992
997
|
};
|
|
993
998
|
/**
|
|
994
999
|
* Describes classification methods.
|
|
995
|
-
|
|
1000
|
+
|
|
996
1001
|
none
|
|
997
|
-
|
|
1002
|
+
|
|
998
1003
|
naturalBreaks
|
|
999
|
-
|
|
1004
|
+
|
|
1000
1005
|
equalInterval
|
|
1001
|
-
|
|
1006
|
+
|
|
1002
1007
|
quantile
|
|
1003
|
-
|
|
1008
|
+
|
|
1004
1009
|
unique
|
|
1005
1010
|
*/
|
|
1006
1011
|
export declare enum ClassificationType {
|
|
@@ -1012,11 +1017,11 @@ export declare enum ClassificationType {
|
|
|
1012
1017
|
}
|
|
1013
1018
|
/**
|
|
1014
1019
|
*
|
|
1015
|
-
|
|
1020
|
+
|
|
1016
1021
|
decimal
|
|
1017
|
-
|
|
1022
|
+
|
|
1018
1023
|
dateTime
|
|
1019
|
-
|
|
1024
|
+
|
|
1020
1025
|
text
|
|
1021
1026
|
*/
|
|
1022
1027
|
export declare enum ClassifyAttributeType {
|
|
@@ -1310,55 +1315,55 @@ export interface ConfigDc {
|
|
|
1310
1315
|
}
|
|
1311
1316
|
/**
|
|
1312
1317
|
*
|
|
1313
|
-
|
|
1318
|
+
|
|
1314
1319
|
Unknown
|
|
1315
|
-
|
|
1320
|
+
|
|
1316
1321
|
SerializeError
|
|
1317
|
-
|
|
1322
|
+
|
|
1318
1323
|
InvalidDataService
|
|
1319
|
-
|
|
1324
|
+
|
|
1320
1325
|
InvalidConfiguration
|
|
1321
|
-
|
|
1326
|
+
|
|
1322
1327
|
InvalidDataServiceName
|
|
1323
|
-
|
|
1328
|
+
|
|
1324
1329
|
InvalidTableName
|
|
1325
|
-
|
|
1330
|
+
|
|
1326
1331
|
InvalidLayerName
|
|
1327
|
-
|
|
1332
|
+
|
|
1328
1333
|
ResourceNotFound
|
|
1329
|
-
|
|
1334
|
+
|
|
1330
1335
|
InvalidCondition
|
|
1331
|
-
|
|
1336
|
+
|
|
1332
1337
|
InvalidAttributes
|
|
1333
|
-
|
|
1338
|
+
|
|
1334
1339
|
InvalidIdAttribute
|
|
1335
|
-
|
|
1340
|
+
|
|
1336
1341
|
InvalidGeometryAttribute
|
|
1337
|
-
|
|
1342
|
+
|
|
1338
1343
|
InvalidGeometryAttributeType
|
|
1339
|
-
|
|
1344
|
+
|
|
1340
1345
|
InvalidColumnName
|
|
1341
|
-
|
|
1346
|
+
|
|
1342
1347
|
InvalidIdColumnSettings
|
|
1343
|
-
|
|
1348
|
+
|
|
1344
1349
|
ColumnNotExistsInTable
|
|
1345
|
-
|
|
1350
|
+
|
|
1346
1351
|
InvalidStyle
|
|
1347
|
-
|
|
1352
|
+
|
|
1348
1353
|
InvalidLayerType
|
|
1349
|
-
|
|
1354
|
+
|
|
1350
1355
|
ColumnLoadingError
|
|
1351
|
-
|
|
1356
|
+
|
|
1352
1357
|
InvalidAttributeFormat
|
|
1353
|
-
|
|
1358
|
+
|
|
1354
1359
|
DataSourceNotFound
|
|
1355
|
-
|
|
1360
|
+
|
|
1356
1361
|
DuplicateColumns
|
|
1357
|
-
|
|
1362
|
+
|
|
1358
1363
|
DuplicateAttributes
|
|
1359
|
-
|
|
1364
|
+
|
|
1360
1365
|
TableWithoutColumns
|
|
1361
|
-
|
|
1366
|
+
|
|
1362
1367
|
InvalidTableReferenceConfiguration
|
|
1363
1368
|
*/
|
|
1364
1369
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1551,7 +1556,7 @@ export interface CreateUserDc {
|
|
|
1551
1556
|
/** Namespace. */
|
|
1552
1557
|
namespace?: string;
|
|
1553
1558
|
/** Username. */
|
|
1554
|
-
username
|
|
1559
|
+
username?: string;
|
|
1555
1560
|
/**
|
|
1556
1561
|
* Email.
|
|
1557
1562
|
* @format email
|
|
@@ -1611,6 +1616,12 @@ export declare type DashedBrushDc = StrokeBrushDc & {
|
|
|
1611
1616
|
* Data source data contract.
|
|
1612
1617
|
*/
|
|
1613
1618
|
export interface DataSourceDc {
|
|
1619
|
+
/** Parent id. */
|
|
1620
|
+
parentId?: string;
|
|
1621
|
+
/** Login of the owner. */
|
|
1622
|
+
owner?: string;
|
|
1623
|
+
/** Access control list for a security object. */
|
|
1624
|
+
acl?: AccessControlListDc;
|
|
1614
1625
|
/** Name. */
|
|
1615
1626
|
name?: string;
|
|
1616
1627
|
/** Alias. */
|
|
@@ -1622,15 +1633,44 @@ export interface DataSourceDc {
|
|
|
1622
1633
|
*
|
|
1623
1634
|
* Postgres
|
|
1624
1635
|
*
|
|
1636
|
+
* Trino
|
|
1637
|
+
*
|
|
1625
1638
|
* S3
|
|
1626
1639
|
*
|
|
1627
1640
|
* GisServer
|
|
1628
1641
|
*/
|
|
1629
1642
|
type?: DataSourceType;
|
|
1630
|
-
/**
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1643
|
+
/** Tags. */
|
|
1644
|
+
tags?: string[];
|
|
1645
|
+
}
|
|
1646
|
+
/**
|
|
1647
|
+
* Data source info.
|
|
1648
|
+
*/
|
|
1649
|
+
export interface DataSourceInfoDc {
|
|
1650
|
+
/** Name. */
|
|
1651
|
+
name?: string;
|
|
1652
|
+
/** Alias. */
|
|
1653
|
+
alias?: string;
|
|
1654
|
+
/** Description. */
|
|
1655
|
+
description?: string;
|
|
1656
|
+
/**
|
|
1657
|
+
*
|
|
1658
|
+
*
|
|
1659
|
+
* Postgres
|
|
1660
|
+
*
|
|
1661
|
+
* Trino
|
|
1662
|
+
*
|
|
1663
|
+
* S3
|
|
1664
|
+
*
|
|
1665
|
+
* GisServer
|
|
1666
|
+
*/
|
|
1667
|
+
type?: DataSourceType;
|
|
1668
|
+
/** Tags. */
|
|
1669
|
+
tags?: string[];
|
|
1670
|
+
/** Parent id. */
|
|
1671
|
+
parentId?: string;
|
|
1672
|
+
/** Resource id. */
|
|
1673
|
+
resourceId?: string;
|
|
1634
1674
|
/**
|
|
1635
1675
|
* Date and time when the remote connection was created.
|
|
1636
1676
|
* @format date-time
|
|
@@ -1648,15 +1688,18 @@ export interface DataSourceDc {
|
|
|
1648
1688
|
}
|
|
1649
1689
|
/**
|
|
1650
1690
|
*
|
|
1651
|
-
|
|
1691
|
+
|
|
1652
1692
|
Postgres
|
|
1653
|
-
|
|
1693
|
+
|
|
1694
|
+
Trino
|
|
1695
|
+
|
|
1654
1696
|
S3
|
|
1655
|
-
|
|
1697
|
+
|
|
1656
1698
|
GisServer
|
|
1657
1699
|
*/
|
|
1658
1700
|
export declare enum DataSourceType {
|
|
1659
1701
|
Postgres = "Postgres",
|
|
1702
|
+
Trino = "Trino",
|
|
1660
1703
|
S3 = "S3",
|
|
1661
1704
|
GisServer = "GisServer"
|
|
1662
1705
|
}
|
|
@@ -1665,6 +1708,9 @@ export declare enum DataSourceType {
|
|
|
1665
1708
|
*/
|
|
1666
1709
|
export declare type DefaultTableConfigurationDc = TableConfigurationBaseDc & {
|
|
1667
1710
|
type?: string | null;
|
|
1711
|
+
schemaName?: string | null;
|
|
1712
|
+
tableName?: string | null;
|
|
1713
|
+
dataProvider?: string | null;
|
|
1668
1714
|
};
|
|
1669
1715
|
/**
|
|
1670
1716
|
* Dependent resource description.
|
|
@@ -1780,15 +1826,15 @@ export interface ErrorDetailsDc {
|
|
|
1780
1826
|
}
|
|
1781
1827
|
/**
|
|
1782
1828
|
* Type of the error.
|
|
1783
|
-
|
|
1829
|
+
|
|
1784
1830
|
ResourceLimitExceeded
|
|
1785
|
-
|
|
1831
|
+
|
|
1786
1832
|
ResourceNotFound
|
|
1787
|
-
|
|
1833
|
+
|
|
1788
1834
|
InternalError
|
|
1789
|
-
|
|
1835
|
+
|
|
1790
1836
|
BadRequest
|
|
1791
|
-
|
|
1837
|
+
|
|
1792
1838
|
DuplicateContent
|
|
1793
1839
|
*/
|
|
1794
1840
|
export declare enum ErrorDetailsType {
|
|
@@ -2280,9 +2326,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2280
2326
|
};
|
|
2281
2327
|
/**
|
|
2282
2328
|
* Type of the feature.
|
|
2283
|
-
|
|
2329
|
+
|
|
2284
2330
|
Unknown
|
|
2285
|
-
|
|
2331
|
+
|
|
2286
2332
|
GeometricFeature
|
|
2287
2333
|
*/
|
|
2288
2334
|
export declare enum FeatureType {
|
|
@@ -2409,11 +2455,11 @@ export interface FilterDc {
|
|
|
2409
2455
|
}
|
|
2410
2456
|
/**
|
|
2411
2457
|
* Sets whether font should be styled.
|
|
2412
|
-
|
|
2458
|
+
|
|
2413
2459
|
normal
|
|
2414
|
-
|
|
2460
|
+
|
|
2415
2461
|
oblique
|
|
2416
|
-
|
|
2462
|
+
|
|
2417
2463
|
italic
|
|
2418
2464
|
*/
|
|
2419
2465
|
export declare enum FontStyle {
|
|
@@ -2423,27 +2469,27 @@ export declare enum FontStyle {
|
|
|
2423
2469
|
}
|
|
2424
2470
|
/**
|
|
2425
2471
|
* Specifies the weight (or boldness) of the font.
|
|
2426
|
-
|
|
2472
|
+
|
|
2427
2473
|
Thin
|
|
2428
|
-
|
|
2474
|
+
|
|
2429
2475
|
ExtraLight
|
|
2430
|
-
|
|
2476
|
+
|
|
2431
2477
|
Light
|
|
2432
|
-
|
|
2478
|
+
|
|
2433
2479
|
SemiLight
|
|
2434
|
-
|
|
2480
|
+
|
|
2435
2481
|
Normal
|
|
2436
|
-
|
|
2482
|
+
|
|
2437
2483
|
Medium
|
|
2438
|
-
|
|
2484
|
+
|
|
2439
2485
|
DemiBold
|
|
2440
|
-
|
|
2486
|
+
|
|
2441
2487
|
Bold
|
|
2442
|
-
|
|
2488
|
+
|
|
2443
2489
|
ExtraBold
|
|
2444
|
-
|
|
2490
|
+
|
|
2445
2491
|
Black
|
|
2446
|
-
|
|
2492
|
+
|
|
2447
2493
|
ExtraBlack
|
|
2448
2494
|
*/
|
|
2449
2495
|
export declare enum FontWeight {
|
|
@@ -2538,17 +2584,17 @@ export interface GeometryDc {
|
|
|
2538
2584
|
}
|
|
2539
2585
|
/**
|
|
2540
2586
|
*
|
|
2541
|
-
|
|
2587
|
+
|
|
2542
2588
|
unknown
|
|
2543
|
-
|
|
2589
|
+
|
|
2544
2590
|
point
|
|
2545
|
-
|
|
2591
|
+
|
|
2546
2592
|
polyline
|
|
2547
|
-
|
|
2593
|
+
|
|
2548
2594
|
multipolygon
|
|
2549
|
-
|
|
2595
|
+
|
|
2550
2596
|
envelope
|
|
2551
|
-
|
|
2597
|
+
|
|
2552
2598
|
multipoint
|
|
2553
2599
|
*/
|
|
2554
2600
|
export declare enum GeometryType {
|
|
@@ -2727,13 +2773,13 @@ export interface GridElementDc {
|
|
|
2727
2773
|
}
|
|
2728
2774
|
/**
|
|
2729
2775
|
* Resource group.
|
|
2730
|
-
|
|
2776
|
+
|
|
2731
2777
|
my
|
|
2732
|
-
|
|
2778
|
+
|
|
2733
2779
|
role
|
|
2734
|
-
|
|
2780
|
+
|
|
2735
2781
|
public
|
|
2736
|
-
|
|
2782
|
+
|
|
2737
2783
|
all
|
|
2738
2784
|
*/
|
|
2739
2785
|
export declare enum Group {
|
|
@@ -3287,13 +3333,13 @@ export interface LegendTemplateModelDc {
|
|
|
3287
3333
|
}
|
|
3288
3334
|
/**
|
|
3289
3335
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3290
|
-
|
|
3336
|
+
|
|
3291
3337
|
Flat
|
|
3292
|
-
|
|
3338
|
+
|
|
3293
3339
|
Square
|
|
3294
|
-
|
|
3340
|
+
|
|
3295
3341
|
Round
|
|
3296
|
-
|
|
3342
|
+
|
|
3297
3343
|
Triangle
|
|
3298
3344
|
*/
|
|
3299
3345
|
export declare enum LineCapStyle {
|
|
@@ -3337,29 +3383,29 @@ export interface LineEndingBaseDc {
|
|
|
3337
3383
|
}
|
|
3338
3384
|
/**
|
|
3339
3385
|
* Type of the line ending.
|
|
3340
|
-
|
|
3386
|
+
|
|
3341
3387
|
none
|
|
3342
|
-
|
|
3388
|
+
|
|
3343
3389
|
arrow
|
|
3344
|
-
|
|
3390
|
+
|
|
3345
3391
|
filledArrow
|
|
3346
|
-
|
|
3392
|
+
|
|
3347
3393
|
square
|
|
3348
|
-
|
|
3394
|
+
|
|
3349
3395
|
filledSquare
|
|
3350
|
-
|
|
3396
|
+
|
|
3351
3397
|
circle
|
|
3352
|
-
|
|
3398
|
+
|
|
3353
3399
|
filledCircle
|
|
3354
|
-
|
|
3400
|
+
|
|
3355
3401
|
diamond
|
|
3356
|
-
|
|
3402
|
+
|
|
3357
3403
|
filledDiamond
|
|
3358
|
-
|
|
3404
|
+
|
|
3359
3405
|
roundSquare
|
|
3360
|
-
|
|
3406
|
+
|
|
3361
3407
|
filledRoundSquare
|
|
3362
|
-
|
|
3408
|
+
|
|
3363
3409
|
svg
|
|
3364
3410
|
*/
|
|
3365
3411
|
export declare enum LineEndingType {
|
|
@@ -3378,11 +3424,11 @@ export declare enum LineEndingType {
|
|
|
3378
3424
|
}
|
|
3379
3425
|
/**
|
|
3380
3426
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3381
|
-
|
|
3427
|
+
|
|
3382
3428
|
Miter
|
|
3383
|
-
|
|
3429
|
+
|
|
3384
3430
|
Bevel
|
|
3385
|
-
|
|
3431
|
+
|
|
3386
3432
|
Round
|
|
3387
3433
|
*/
|
|
3388
3434
|
export declare enum LineJoinType {
|
|
@@ -3487,7 +3533,7 @@ export interface LoginResultDc {
|
|
|
3487
3533
|
}
|
|
3488
3534
|
/**
|
|
3489
3535
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3490
|
-
|
|
3536
|
+
|
|
3491
3537
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3492
3538
|
*/
|
|
3493
3539
|
export interface MapTableInfoDc {
|
|
@@ -3591,15 +3637,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3591
3637
|
export declare type ObjectId = object;
|
|
3592
3638
|
/**
|
|
3593
3639
|
*
|
|
3594
|
-
|
|
3640
|
+
|
|
3595
3641
|
Unknown
|
|
3596
|
-
|
|
3642
|
+
|
|
3597
3643
|
union
|
|
3598
|
-
|
|
3644
|
+
|
|
3599
3645
|
intersection
|
|
3600
|
-
|
|
3646
|
+
|
|
3601
3647
|
subtraction
|
|
3602
|
-
|
|
3648
|
+
|
|
3603
3649
|
symDifference
|
|
3604
3650
|
*/
|
|
3605
3651
|
export declare enum Operation {
|
|
@@ -3619,11 +3665,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3619
3665
|
};
|
|
3620
3666
|
/**
|
|
3621
3667
|
* Filter exists resources by owner.
|
|
3622
|
-
|
|
3668
|
+
|
|
3623
3669
|
My
|
|
3624
|
-
|
|
3670
|
+
|
|
3625
3671
|
Shared
|
|
3626
|
-
|
|
3672
|
+
|
|
3627
3673
|
Public
|
|
3628
3674
|
*/
|
|
3629
3675
|
export declare enum OwnerFilter {
|
|
@@ -3652,14 +3698,14 @@ export interface PagedListConfigDc {
|
|
|
3652
3698
|
limit?: number;
|
|
3653
3699
|
items?: ConfigDc[];
|
|
3654
3700
|
}
|
|
3655
|
-
export interface
|
|
3701
|
+
export interface PagedListDataSourceInfoDc {
|
|
3656
3702
|
/** @format int64 */
|
|
3657
3703
|
totalCount?: number;
|
|
3658
3704
|
/** @format int32 */
|
|
3659
3705
|
offset?: number;
|
|
3660
3706
|
/** @format int32 */
|
|
3661
3707
|
limit?: number;
|
|
3662
|
-
items?:
|
|
3708
|
+
items?: (DataSourceInfoDc | PostgresDataSourceInfoDc)[];
|
|
3663
3709
|
}
|
|
3664
3710
|
export interface PagedListExtendedUserInfoDc {
|
|
3665
3711
|
/** @format int64 */
|
|
@@ -3883,9 +3929,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3883
3929
|
};
|
|
3884
3930
|
/**
|
|
3885
3931
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3886
|
-
|
|
3932
|
+
|
|
3887
3933
|
xyz
|
|
3888
|
-
|
|
3934
|
+
|
|
3889
3935
|
tms
|
|
3890
3936
|
*/
|
|
3891
3937
|
export declare enum PbfSchema {
|
|
@@ -3906,19 +3952,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3906
3952
|
};
|
|
3907
3953
|
/**
|
|
3908
3954
|
*
|
|
3909
|
-
|
|
3955
|
+
|
|
3910
3956
|
none
|
|
3911
|
-
|
|
3957
|
+
|
|
3912
3958
|
configure
|
|
3913
|
-
|
|
3959
|
+
|
|
3914
3960
|
write
|
|
3915
|
-
|
|
3961
|
+
|
|
3916
3962
|
read
|
|
3917
|
-
|
|
3963
|
+
|
|
3918
3964
|
read,configure
|
|
3919
|
-
|
|
3965
|
+
|
|
3920
3966
|
read,write
|
|
3921
|
-
|
|
3967
|
+
|
|
3922
3968
|
read,write,configure
|
|
3923
3969
|
*/
|
|
3924
3970
|
export declare enum Permissions {
|
|
@@ -3976,19 +4022,19 @@ export interface PolicyDc {
|
|
|
3976
4022
|
}
|
|
3977
4023
|
/**
|
|
3978
4024
|
* Type of the authorization policy.
|
|
3979
|
-
|
|
4025
|
+
|
|
3980
4026
|
Unknown
|
|
3981
|
-
|
|
4027
|
+
|
|
3982
4028
|
CreateTable
|
|
3983
|
-
|
|
4029
|
+
|
|
3984
4030
|
CreateLayer
|
|
3985
|
-
|
|
4031
|
+
|
|
3986
4032
|
CreateProject
|
|
3987
|
-
|
|
4033
|
+
|
|
3988
4034
|
MaxFeaturesInOneTable
|
|
3989
|
-
|
|
4035
|
+
|
|
3990
4036
|
MaxObjectsToExport
|
|
3991
|
-
|
|
4037
|
+
|
|
3992
4038
|
MaxUploadContentSize
|
|
3993
4039
|
*/
|
|
3994
4040
|
export declare enum PolicyType {
|
|
@@ -4082,6 +4128,28 @@ export declare type PolylineSymbolDc = SymbolDc & {
|
|
|
4082
4128
|
* The position at the map in [X, Y] format.
|
|
4083
4129
|
*/
|
|
4084
4130
|
export declare type PositionDc = number[];
|
|
4131
|
+
/**
|
|
4132
|
+
* Postgres connection data source connection.
|
|
4133
|
+
*/
|
|
4134
|
+
export declare type PostgresDataSourceDc = DataSourceDc & {
|
|
4135
|
+
host?: string | null;
|
|
4136
|
+
userName?: string | null;
|
|
4137
|
+
password?: string | null;
|
|
4138
|
+
port?: number | null;
|
|
4139
|
+
database?: string | null;
|
|
4140
|
+
schema?: string | null;
|
|
4141
|
+
};
|
|
4142
|
+
/**
|
|
4143
|
+
* Postgres data source info.
|
|
4144
|
+
*/
|
|
4145
|
+
export declare type PostgresDataSourceInfoDc = DataSourceInfoDc & {
|
|
4146
|
+
host?: string | null;
|
|
4147
|
+
userName?: string | null;
|
|
4148
|
+
password?: string | null;
|
|
4149
|
+
port?: number;
|
|
4150
|
+
database?: string | null;
|
|
4151
|
+
schema?: string | null;
|
|
4152
|
+
};
|
|
4085
4153
|
/**
|
|
4086
4154
|
* Configuration of a postgres feature layer service.
|
|
4087
4155
|
*/
|
|
@@ -4348,11 +4416,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4348
4416
|
}
|
|
4349
4417
|
/**
|
|
4350
4418
|
* Stream quality.
|
|
4351
|
-
|
|
4419
|
+
|
|
4352
4420
|
Low
|
|
4353
|
-
|
|
4421
|
+
|
|
4354
4422
|
Medium
|
|
4355
|
-
|
|
4423
|
+
|
|
4356
4424
|
High
|
|
4357
4425
|
*/
|
|
4358
4426
|
export declare enum Quality {
|
|
@@ -4738,7 +4806,7 @@ export interface RegisterClientResponseDc {
|
|
|
4738
4806
|
*/
|
|
4739
4807
|
export interface RegisterUserDc {
|
|
4740
4808
|
/** Username. */
|
|
4741
|
-
username
|
|
4809
|
+
username?: string;
|
|
4742
4810
|
/**
|
|
4743
4811
|
* Email.
|
|
4744
4812
|
* @format email
|
|
@@ -4747,7 +4815,7 @@ export interface RegisterUserDc {
|
|
|
4747
4815
|
/** Phone number. */
|
|
4748
4816
|
phone?: string;
|
|
4749
4817
|
/** Password. */
|
|
4750
|
-
password
|
|
4818
|
+
password?: string;
|
|
4751
4819
|
}
|
|
4752
4820
|
/**
|
|
4753
4821
|
* Configuration for the remote tile service.
|
|
@@ -4860,15 +4928,15 @@ export interface ResourceInfoDc {
|
|
|
4860
4928
|
}
|
|
4861
4929
|
/**
|
|
4862
4930
|
* Resources types filter.
|
|
4863
|
-
|
|
4931
|
+
|
|
4864
4932
|
RemoteTileService
|
|
4865
|
-
|
|
4933
|
+
|
|
4866
4934
|
ProxyService
|
|
4867
|
-
|
|
4935
|
+
|
|
4868
4936
|
PostgresLayerService
|
|
4869
|
-
|
|
4937
|
+
|
|
4870
4938
|
QueryLayerService
|
|
4871
|
-
|
|
4939
|
+
|
|
4872
4940
|
TileCatalogTable
|
|
4873
4941
|
*/
|
|
4874
4942
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4880,19 +4948,19 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4880
4948
|
}
|
|
4881
4949
|
/**
|
|
4882
4950
|
*
|
|
4883
|
-
|
|
4951
|
+
|
|
4884
4952
|
Unknown
|
|
4885
|
-
|
|
4953
|
+
|
|
4886
4954
|
table
|
|
4887
|
-
|
|
4955
|
+
|
|
4888
4956
|
layer
|
|
4889
|
-
|
|
4957
|
+
|
|
4890
4958
|
project
|
|
4891
|
-
|
|
4959
|
+
|
|
4892
4960
|
file
|
|
4893
|
-
|
|
4961
|
+
|
|
4894
4962
|
feature
|
|
4895
|
-
|
|
4963
|
+
|
|
4896
4964
|
tag
|
|
4897
4965
|
*/
|
|
4898
4966
|
export declare enum ResourceType {
|
|
@@ -4906,20 +4974,22 @@ export declare enum ResourceType {
|
|
|
4906
4974
|
}
|
|
4907
4975
|
/**
|
|
4908
4976
|
* Resources types filter.
|
|
4909
|
-
|
|
4977
|
+
|
|
4910
4978
|
Map
|
|
4911
|
-
|
|
4979
|
+
|
|
4912
4980
|
Layer
|
|
4913
|
-
|
|
4981
|
+
|
|
4914
4982
|
Table
|
|
4915
|
-
|
|
4983
|
+
|
|
4916
4984
|
RasterCatalog
|
|
4917
|
-
|
|
4985
|
+
|
|
4918
4986
|
ProxyService
|
|
4919
|
-
|
|
4987
|
+
|
|
4920
4988
|
RemoteTileService
|
|
4921
|
-
|
|
4989
|
+
|
|
4922
4990
|
File
|
|
4991
|
+
|
|
4992
|
+
DataSource
|
|
4923
4993
|
*/
|
|
4924
4994
|
export declare enum ResourceTypeFilter {
|
|
4925
4995
|
Map = "Map",
|
|
@@ -4928,7 +4998,8 @@ export declare enum ResourceTypeFilter {
|
|
|
4928
4998
|
RasterCatalog = "RasterCatalog",
|
|
4929
4999
|
ProxyService = "ProxyService",
|
|
4930
5000
|
RemoteTileService = "RemoteTileService",
|
|
4931
|
-
File = "File"
|
|
5001
|
+
File = "File",
|
|
5002
|
+
DataSource = "DataSource"
|
|
4932
5003
|
}
|
|
4933
5004
|
export declare enum ResourceTypeLink {
|
|
4934
5005
|
Table = "tables",
|
|
@@ -4937,9 +5008,9 @@ export declare enum ResourceTypeLink {
|
|
|
4937
5008
|
}
|
|
4938
5009
|
/**
|
|
4939
5010
|
* Response type.
|
|
4940
|
-
|
|
5011
|
+
|
|
4941
5012
|
code
|
|
4942
|
-
|
|
5013
|
+
|
|
4943
5014
|
token
|
|
4944
5015
|
*/
|
|
4945
5016
|
export declare enum ResponseType {
|
|
@@ -5189,21 +5260,21 @@ export interface ServerInfoDc {
|
|
|
5189
5260
|
}
|
|
5190
5261
|
/**
|
|
5191
5262
|
* Status of the server task.
|
|
5192
|
-
|
|
5263
|
+
|
|
5193
5264
|
None
|
|
5194
|
-
|
|
5265
|
+
|
|
5195
5266
|
Scheduled
|
|
5196
|
-
|
|
5267
|
+
|
|
5197
5268
|
Planning
|
|
5198
|
-
|
|
5269
|
+
|
|
5199
5270
|
Executing
|
|
5200
|
-
|
|
5271
|
+
|
|
5201
5272
|
Completed
|
|
5202
|
-
|
|
5273
|
+
|
|
5203
5274
|
Failed
|
|
5204
|
-
|
|
5275
|
+
|
|
5205
5276
|
Canceled
|
|
5206
|
-
|
|
5277
|
+
|
|
5207
5278
|
Timeout
|
|
5208
5279
|
*/
|
|
5209
5280
|
export declare enum ServerTaskStatus {
|
|
@@ -5464,7 +5535,7 @@ export interface SimpleEndingDc {
|
|
|
5464
5535
|
}
|
|
5465
5536
|
/**
|
|
5466
5537
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5467
|
-
|
|
5538
|
+
|
|
5468
5539
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5469
5540
|
stroke width and color of the symbol.
|
|
5470
5541
|
*/
|
|
@@ -5539,11 +5610,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5539
5610
|
}
|
|
5540
5611
|
/**
|
|
5541
5612
|
*
|
|
5542
|
-
|
|
5613
|
+
|
|
5543
5614
|
Basic
|
|
5544
|
-
|
|
5615
|
+
|
|
5545
5616
|
PreserveTopology
|
|
5546
|
-
|
|
5617
|
+
|
|
5547
5618
|
VW
|
|
5548
5619
|
*/
|
|
5549
5620
|
export declare enum SimplifyType {
|
|
@@ -5694,13 +5765,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5694
5765
|
};
|
|
5695
5766
|
/**
|
|
5696
5767
|
*
|
|
5697
|
-
|
|
5768
|
+
|
|
5698
5769
|
None
|
|
5699
|
-
|
|
5770
|
+
|
|
5700
5771
|
Image
|
|
5701
|
-
|
|
5772
|
+
|
|
5702
5773
|
PkkCode
|
|
5703
|
-
|
|
5774
|
+
|
|
5704
5775
|
Attachments
|
|
5705
5776
|
*/
|
|
5706
5777
|
export declare enum StringSubType {
|
|
@@ -5916,9 +5987,9 @@ export interface TagsFilterDto {
|
|
|
5916
5987
|
}
|
|
5917
5988
|
/**
|
|
5918
5989
|
* Task owner group.
|
|
5919
|
-
|
|
5990
|
+
|
|
5920
5991
|
my
|
|
5921
|
-
|
|
5992
|
+
|
|
5922
5993
|
all
|
|
5923
5994
|
*/
|
|
5924
5995
|
export declare enum TaskGroup {
|
|
@@ -6134,15 +6205,24 @@ export interface TemplateModelDc {
|
|
|
6134
6205
|
/** Checks if title enabled. */
|
|
6135
6206
|
titleEnabled?: boolean;
|
|
6136
6207
|
}
|
|
6208
|
+
/**
|
|
6209
|
+
* Test connection data contract.
|
|
6210
|
+
*/
|
|
6211
|
+
export interface TestConnectionInfoDc {
|
|
6212
|
+
/** Check if connection succeed. */
|
|
6213
|
+
isSuccess?: boolean;
|
|
6214
|
+
/** Message. */
|
|
6215
|
+
message?: string;
|
|
6216
|
+
}
|
|
6137
6217
|
/**
|
|
6138
6218
|
* Sets the horizontal alignment of text.
|
|
6139
|
-
|
|
6219
|
+
|
|
6140
6220
|
right
|
|
6141
|
-
|
|
6221
|
+
|
|
6142
6222
|
left
|
|
6143
|
-
|
|
6223
|
+
|
|
6144
6224
|
center
|
|
6145
|
-
|
|
6225
|
+
|
|
6146
6226
|
justified
|
|
6147
6227
|
*/
|
|
6148
6228
|
export declare enum TextAlignment {
|
|
@@ -6162,11 +6242,11 @@ export interface TextBackgroundDc {
|
|
|
6162
6242
|
}
|
|
6163
6243
|
/**
|
|
6164
6244
|
* Sets the vertical alignment of text.
|
|
6165
|
-
|
|
6245
|
+
|
|
6166
6246
|
top
|
|
6167
|
-
|
|
6247
|
+
|
|
6168
6248
|
bottom
|
|
6169
|
-
|
|
6249
|
+
|
|
6170
6250
|
middle
|
|
6171
6251
|
*/
|
|
6172
6252
|
export declare enum TextVerticalAlignment {
|
|
@@ -6609,7 +6689,7 @@ export interface UpdateUserDc {
|
|
|
6609
6689
|
/** Namespace. */
|
|
6610
6690
|
namespace?: string;
|
|
6611
6691
|
/** Username. */
|
|
6612
|
-
username
|
|
6692
|
+
username?: string;
|
|
6613
6693
|
/**
|
|
6614
6694
|
* Email.
|
|
6615
6695
|
* @format email
|
|
@@ -7758,7 +7838,7 @@ export interface ValidateExpressionParams {
|
|
|
7758
7838
|
/** Layer name. */
|
|
7759
7839
|
layerName: string;
|
|
7760
7840
|
}
|
|
7761
|
-
export interface
|
|
7841
|
+
export interface GetRasterMetaParams2 {
|
|
7762
7842
|
/**
|
|
7763
7843
|
* Min value for build histogram.
|
|
7764
7844
|
* @format double
|
|
@@ -7877,7 +7957,7 @@ export interface GetProjectsListParams {
|
|
|
7877
7957
|
tags?: string[];
|
|
7878
7958
|
}
|
|
7879
7959
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7880
|
-
export interface
|
|
7960
|
+
export interface DeleteResourcesParams4 {
|
|
7881
7961
|
/** Resource names. */
|
|
7882
7962
|
names?: string[];
|
|
7883
7963
|
}
|
|
@@ -8160,7 +8240,7 @@ export interface StatisticsDbParams {
|
|
|
8160
8240
|
*/
|
|
8161
8241
|
types?: AggregationFunction[];
|
|
8162
8242
|
}
|
|
8163
|
-
export interface
|
|
8243
|
+
export interface ClassifyParams2 {
|
|
8164
8244
|
/** Layer name. */
|
|
8165
8245
|
name: string;
|
|
8166
8246
|
/** Attribute name. */
|
|
@@ -8293,10 +8373,6 @@ export interface GetTableListParams {
|
|
|
8293
8373
|
acl?: string;
|
|
8294
8374
|
}
|
|
8295
8375
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8296
|
-
export interface DeleteResourcesParams7 {
|
|
8297
|
-
/** Resource names. */
|
|
8298
|
-
names?: string[];
|
|
8299
|
-
}
|
|
8300
8376
|
export interface GetTablesInfoParams {
|
|
8301
8377
|
/** Table names. */
|
|
8302
8378
|
tableNames?: string[];
|
|
@@ -8450,7 +8526,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8450
8526
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8451
8527
|
AcceptFormats?: string[];
|
|
8452
8528
|
}
|
|
8453
|
-
export interface
|
|
8529
|
+
export interface GetCapabilitiesParams7 {
|
|
8454
8530
|
/** Output format of service metadata. */
|
|
8455
8531
|
Format?: string;
|
|
8456
8532
|
/** Must be WMS. */
|