@evergis/api 3.0.206 → 3.0.207
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 +5 -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 +294 -224
- package/dist/api.cjs.development.js +113 -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 +325 -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. */
|
|
@@ -938,18 +938,20 @@ export interface CatalogResourceDc {
|
|
|
938
938
|
}
|
|
939
939
|
/**
|
|
940
940
|
*
|
|
941
|
-
|
|
941
|
+
|
|
942
942
|
None
|
|
943
|
-
|
|
943
|
+
|
|
944
944
|
Map
|
|
945
|
-
|
|
945
|
+
|
|
946
946
|
Layer
|
|
947
|
-
|
|
947
|
+
|
|
948
948
|
Table
|
|
949
|
-
|
|
949
|
+
|
|
950
950
|
File
|
|
951
|
-
|
|
951
|
+
|
|
952
952
|
TaskPrototype
|
|
953
|
+
|
|
954
|
+
DataSource
|
|
953
955
|
*/
|
|
954
956
|
export declare enum CatalogResourceType {
|
|
955
957
|
None = "None",
|
|
@@ -957,7 +959,8 @@ export declare enum CatalogResourceType {
|
|
|
957
959
|
Layer = "Layer",
|
|
958
960
|
Table = "Table",
|
|
959
961
|
File = "File",
|
|
960
|
-
TaskPrototype = "TaskPrototype"
|
|
962
|
+
TaskPrototype = "TaskPrototype",
|
|
963
|
+
DataSource = "DataSource"
|
|
961
964
|
}
|
|
962
965
|
/**
|
|
963
966
|
* Ending with an empty circle.
|
|
@@ -992,15 +995,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
992
995
|
};
|
|
993
996
|
/**
|
|
994
997
|
* Describes classification methods.
|
|
995
|
-
|
|
998
|
+
|
|
996
999
|
none
|
|
997
|
-
|
|
1000
|
+
|
|
998
1001
|
naturalBreaks
|
|
999
|
-
|
|
1002
|
+
|
|
1000
1003
|
equalInterval
|
|
1001
|
-
|
|
1004
|
+
|
|
1002
1005
|
quantile
|
|
1003
|
-
|
|
1006
|
+
|
|
1004
1007
|
unique
|
|
1005
1008
|
*/
|
|
1006
1009
|
export declare enum ClassificationType {
|
|
@@ -1012,11 +1015,11 @@ export declare enum ClassificationType {
|
|
|
1012
1015
|
}
|
|
1013
1016
|
/**
|
|
1014
1017
|
*
|
|
1015
|
-
|
|
1018
|
+
|
|
1016
1019
|
decimal
|
|
1017
|
-
|
|
1020
|
+
|
|
1018
1021
|
dateTime
|
|
1019
|
-
|
|
1022
|
+
|
|
1020
1023
|
text
|
|
1021
1024
|
*/
|
|
1022
1025
|
export declare enum ClassifyAttributeType {
|
|
@@ -1310,55 +1313,55 @@ export interface ConfigDc {
|
|
|
1310
1313
|
}
|
|
1311
1314
|
/**
|
|
1312
1315
|
*
|
|
1313
|
-
|
|
1316
|
+
|
|
1314
1317
|
Unknown
|
|
1315
|
-
|
|
1318
|
+
|
|
1316
1319
|
SerializeError
|
|
1317
|
-
|
|
1320
|
+
|
|
1318
1321
|
InvalidDataService
|
|
1319
|
-
|
|
1322
|
+
|
|
1320
1323
|
InvalidConfiguration
|
|
1321
|
-
|
|
1324
|
+
|
|
1322
1325
|
InvalidDataServiceName
|
|
1323
|
-
|
|
1326
|
+
|
|
1324
1327
|
InvalidTableName
|
|
1325
|
-
|
|
1328
|
+
|
|
1326
1329
|
InvalidLayerName
|
|
1327
|
-
|
|
1330
|
+
|
|
1328
1331
|
ResourceNotFound
|
|
1329
|
-
|
|
1332
|
+
|
|
1330
1333
|
InvalidCondition
|
|
1331
|
-
|
|
1334
|
+
|
|
1332
1335
|
InvalidAttributes
|
|
1333
|
-
|
|
1336
|
+
|
|
1334
1337
|
InvalidIdAttribute
|
|
1335
|
-
|
|
1338
|
+
|
|
1336
1339
|
InvalidGeometryAttribute
|
|
1337
|
-
|
|
1340
|
+
|
|
1338
1341
|
InvalidGeometryAttributeType
|
|
1339
|
-
|
|
1342
|
+
|
|
1340
1343
|
InvalidColumnName
|
|
1341
|
-
|
|
1344
|
+
|
|
1342
1345
|
InvalidIdColumnSettings
|
|
1343
|
-
|
|
1346
|
+
|
|
1344
1347
|
ColumnNotExistsInTable
|
|
1345
|
-
|
|
1348
|
+
|
|
1346
1349
|
InvalidStyle
|
|
1347
|
-
|
|
1350
|
+
|
|
1348
1351
|
InvalidLayerType
|
|
1349
|
-
|
|
1352
|
+
|
|
1350
1353
|
ColumnLoadingError
|
|
1351
|
-
|
|
1354
|
+
|
|
1352
1355
|
InvalidAttributeFormat
|
|
1353
|
-
|
|
1356
|
+
|
|
1354
1357
|
DataSourceNotFound
|
|
1355
|
-
|
|
1358
|
+
|
|
1356
1359
|
DuplicateColumns
|
|
1357
|
-
|
|
1360
|
+
|
|
1358
1361
|
DuplicateAttributes
|
|
1359
|
-
|
|
1362
|
+
|
|
1360
1363
|
TableWithoutColumns
|
|
1361
|
-
|
|
1364
|
+
|
|
1362
1365
|
InvalidTableReferenceConfiguration
|
|
1363
1366
|
*/
|
|
1364
1367
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1470,6 +1473,14 @@ export declare type CopyTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
1470
1473
|
condition?: string | null;
|
|
1471
1474
|
attributeMapping?: Record<string, string | null>;
|
|
1472
1475
|
};
|
|
1476
|
+
/**
|
|
1477
|
+
* Create data source data contract.
|
|
1478
|
+
*/
|
|
1479
|
+
export declare type CreateDataSourceDc = DataSourceDc & {
|
|
1480
|
+
parentId?: string | null;
|
|
1481
|
+
owner?: string | null;
|
|
1482
|
+
acl?: AccessControlListDc;
|
|
1483
|
+
};
|
|
1473
1484
|
/**
|
|
1474
1485
|
* Create directory request.
|
|
1475
1486
|
*/
|
|
@@ -1551,7 +1562,7 @@ export interface CreateUserDc {
|
|
|
1551
1562
|
/** Namespace. */
|
|
1552
1563
|
namespace?: string;
|
|
1553
1564
|
/** Username. */
|
|
1554
|
-
username
|
|
1565
|
+
username?: string;
|
|
1555
1566
|
/**
|
|
1556
1567
|
* Email.
|
|
1557
1568
|
* @format email
|
|
@@ -1622,11 +1633,58 @@ 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;
|
|
1643
|
+
/** Tags. */
|
|
1644
|
+
tags?: string[];
|
|
1645
|
+
/** Connection string. */
|
|
1646
|
+
connectionString?: string;
|
|
1647
|
+
/** Schema. */
|
|
1648
|
+
schema?: string;
|
|
1649
|
+
/**
|
|
1650
|
+
* Date and time when the remote connection was created.
|
|
1651
|
+
* @format date-time
|
|
1652
|
+
*/
|
|
1653
|
+
created?: string;
|
|
1654
|
+
/**
|
|
1655
|
+
* Date and time when the remote connection was last modified.
|
|
1656
|
+
* @format date-time
|
|
1657
|
+
*/
|
|
1658
|
+
modified?: string;
|
|
1659
|
+
}
|
|
1660
|
+
/**
|
|
1661
|
+
* Data source info.
|
|
1662
|
+
*/
|
|
1663
|
+
export interface DataSourceInfoDc {
|
|
1664
|
+
/** Name. */
|
|
1665
|
+
name?: string;
|
|
1666
|
+
/** Alias. */
|
|
1667
|
+
alias?: string;
|
|
1668
|
+
/** Description. */
|
|
1669
|
+
description?: string;
|
|
1670
|
+
/**
|
|
1671
|
+
*
|
|
1672
|
+
*
|
|
1673
|
+
* Postgres
|
|
1674
|
+
*
|
|
1675
|
+
* Trino
|
|
1676
|
+
*
|
|
1677
|
+
* S3
|
|
1678
|
+
*
|
|
1679
|
+
* GisServer
|
|
1680
|
+
*/
|
|
1681
|
+
type?: DataSourceType;
|
|
1682
|
+
/** Tags. */
|
|
1683
|
+
tags?: string[];
|
|
1684
|
+
/** Parent id. */
|
|
1685
|
+
parentId?: string;
|
|
1686
|
+
/** Resource id. */
|
|
1687
|
+
resourceId?: string;
|
|
1630
1688
|
/** Connection string. */
|
|
1631
1689
|
connectionString?: string;
|
|
1632
1690
|
/** Schema. */
|
|
@@ -1648,15 +1706,18 @@ export interface DataSourceDc {
|
|
|
1648
1706
|
}
|
|
1649
1707
|
/**
|
|
1650
1708
|
*
|
|
1651
|
-
|
|
1709
|
+
|
|
1652
1710
|
Postgres
|
|
1653
|
-
|
|
1711
|
+
|
|
1712
|
+
Trino
|
|
1713
|
+
|
|
1654
1714
|
S3
|
|
1655
|
-
|
|
1715
|
+
|
|
1656
1716
|
GisServer
|
|
1657
1717
|
*/
|
|
1658
1718
|
export declare enum DataSourceType {
|
|
1659
1719
|
Postgres = "Postgres",
|
|
1720
|
+
Trino = "Trino",
|
|
1660
1721
|
S3 = "S3",
|
|
1661
1722
|
GisServer = "GisServer"
|
|
1662
1723
|
}
|
|
@@ -1665,6 +1726,9 @@ export declare enum DataSourceType {
|
|
|
1665
1726
|
*/
|
|
1666
1727
|
export declare type DefaultTableConfigurationDc = TableConfigurationBaseDc & {
|
|
1667
1728
|
type?: string | null;
|
|
1729
|
+
schemaName?: string | null;
|
|
1730
|
+
tableName?: string | null;
|
|
1731
|
+
dataProvider?: string | null;
|
|
1668
1732
|
};
|
|
1669
1733
|
/**
|
|
1670
1734
|
* Dependent resource description.
|
|
@@ -1780,15 +1844,15 @@ export interface ErrorDetailsDc {
|
|
|
1780
1844
|
}
|
|
1781
1845
|
/**
|
|
1782
1846
|
* Type of the error.
|
|
1783
|
-
|
|
1847
|
+
|
|
1784
1848
|
ResourceLimitExceeded
|
|
1785
|
-
|
|
1849
|
+
|
|
1786
1850
|
ResourceNotFound
|
|
1787
|
-
|
|
1851
|
+
|
|
1788
1852
|
InternalError
|
|
1789
|
-
|
|
1853
|
+
|
|
1790
1854
|
BadRequest
|
|
1791
|
-
|
|
1855
|
+
|
|
1792
1856
|
DuplicateContent
|
|
1793
1857
|
*/
|
|
1794
1858
|
export declare enum ErrorDetailsType {
|
|
@@ -2280,9 +2344,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2280
2344
|
};
|
|
2281
2345
|
/**
|
|
2282
2346
|
* Type of the feature.
|
|
2283
|
-
|
|
2347
|
+
|
|
2284
2348
|
Unknown
|
|
2285
|
-
|
|
2349
|
+
|
|
2286
2350
|
GeometricFeature
|
|
2287
2351
|
*/
|
|
2288
2352
|
export declare enum FeatureType {
|
|
@@ -2409,11 +2473,11 @@ export interface FilterDc {
|
|
|
2409
2473
|
}
|
|
2410
2474
|
/**
|
|
2411
2475
|
* Sets whether font should be styled.
|
|
2412
|
-
|
|
2476
|
+
|
|
2413
2477
|
normal
|
|
2414
|
-
|
|
2478
|
+
|
|
2415
2479
|
oblique
|
|
2416
|
-
|
|
2480
|
+
|
|
2417
2481
|
italic
|
|
2418
2482
|
*/
|
|
2419
2483
|
export declare enum FontStyle {
|
|
@@ -2423,27 +2487,27 @@ export declare enum FontStyle {
|
|
|
2423
2487
|
}
|
|
2424
2488
|
/**
|
|
2425
2489
|
* Specifies the weight (or boldness) of the font.
|
|
2426
|
-
|
|
2490
|
+
|
|
2427
2491
|
Thin
|
|
2428
|
-
|
|
2492
|
+
|
|
2429
2493
|
ExtraLight
|
|
2430
|
-
|
|
2494
|
+
|
|
2431
2495
|
Light
|
|
2432
|
-
|
|
2496
|
+
|
|
2433
2497
|
SemiLight
|
|
2434
|
-
|
|
2498
|
+
|
|
2435
2499
|
Normal
|
|
2436
|
-
|
|
2500
|
+
|
|
2437
2501
|
Medium
|
|
2438
|
-
|
|
2502
|
+
|
|
2439
2503
|
DemiBold
|
|
2440
|
-
|
|
2504
|
+
|
|
2441
2505
|
Bold
|
|
2442
|
-
|
|
2506
|
+
|
|
2443
2507
|
ExtraBold
|
|
2444
|
-
|
|
2508
|
+
|
|
2445
2509
|
Black
|
|
2446
|
-
|
|
2510
|
+
|
|
2447
2511
|
ExtraBlack
|
|
2448
2512
|
*/
|
|
2449
2513
|
export declare enum FontWeight {
|
|
@@ -2538,17 +2602,17 @@ export interface GeometryDc {
|
|
|
2538
2602
|
}
|
|
2539
2603
|
/**
|
|
2540
2604
|
*
|
|
2541
|
-
|
|
2605
|
+
|
|
2542
2606
|
unknown
|
|
2543
|
-
|
|
2607
|
+
|
|
2544
2608
|
point
|
|
2545
|
-
|
|
2609
|
+
|
|
2546
2610
|
polyline
|
|
2547
|
-
|
|
2611
|
+
|
|
2548
2612
|
multipolygon
|
|
2549
|
-
|
|
2613
|
+
|
|
2550
2614
|
envelope
|
|
2551
|
-
|
|
2615
|
+
|
|
2552
2616
|
multipoint
|
|
2553
2617
|
*/
|
|
2554
2618
|
export declare enum GeometryType {
|
|
@@ -2727,13 +2791,13 @@ export interface GridElementDc {
|
|
|
2727
2791
|
}
|
|
2728
2792
|
/**
|
|
2729
2793
|
* Resource group.
|
|
2730
|
-
|
|
2794
|
+
|
|
2731
2795
|
my
|
|
2732
|
-
|
|
2796
|
+
|
|
2733
2797
|
role
|
|
2734
|
-
|
|
2798
|
+
|
|
2735
2799
|
public
|
|
2736
|
-
|
|
2800
|
+
|
|
2737
2801
|
all
|
|
2738
2802
|
*/
|
|
2739
2803
|
export declare enum Group {
|
|
@@ -3287,13 +3351,13 @@ export interface LegendTemplateModelDc {
|
|
|
3287
3351
|
}
|
|
3288
3352
|
/**
|
|
3289
3353
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3290
|
-
|
|
3354
|
+
|
|
3291
3355
|
Flat
|
|
3292
|
-
|
|
3356
|
+
|
|
3293
3357
|
Square
|
|
3294
|
-
|
|
3358
|
+
|
|
3295
3359
|
Round
|
|
3296
|
-
|
|
3360
|
+
|
|
3297
3361
|
Triangle
|
|
3298
3362
|
*/
|
|
3299
3363
|
export declare enum LineCapStyle {
|
|
@@ -3337,29 +3401,29 @@ export interface LineEndingBaseDc {
|
|
|
3337
3401
|
}
|
|
3338
3402
|
/**
|
|
3339
3403
|
* Type of the line ending.
|
|
3340
|
-
|
|
3404
|
+
|
|
3341
3405
|
none
|
|
3342
|
-
|
|
3406
|
+
|
|
3343
3407
|
arrow
|
|
3344
|
-
|
|
3408
|
+
|
|
3345
3409
|
filledArrow
|
|
3346
|
-
|
|
3410
|
+
|
|
3347
3411
|
square
|
|
3348
|
-
|
|
3412
|
+
|
|
3349
3413
|
filledSquare
|
|
3350
|
-
|
|
3414
|
+
|
|
3351
3415
|
circle
|
|
3352
|
-
|
|
3416
|
+
|
|
3353
3417
|
filledCircle
|
|
3354
|
-
|
|
3418
|
+
|
|
3355
3419
|
diamond
|
|
3356
|
-
|
|
3420
|
+
|
|
3357
3421
|
filledDiamond
|
|
3358
|
-
|
|
3422
|
+
|
|
3359
3423
|
roundSquare
|
|
3360
|
-
|
|
3424
|
+
|
|
3361
3425
|
filledRoundSquare
|
|
3362
|
-
|
|
3426
|
+
|
|
3363
3427
|
svg
|
|
3364
3428
|
*/
|
|
3365
3429
|
export declare enum LineEndingType {
|
|
@@ -3378,11 +3442,11 @@ export declare enum LineEndingType {
|
|
|
3378
3442
|
}
|
|
3379
3443
|
/**
|
|
3380
3444
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3381
|
-
|
|
3445
|
+
|
|
3382
3446
|
Miter
|
|
3383
|
-
|
|
3447
|
+
|
|
3384
3448
|
Bevel
|
|
3385
|
-
|
|
3449
|
+
|
|
3386
3450
|
Round
|
|
3387
3451
|
*/
|
|
3388
3452
|
export declare enum LineJoinType {
|
|
@@ -3487,7 +3551,7 @@ export interface LoginResultDc {
|
|
|
3487
3551
|
}
|
|
3488
3552
|
/**
|
|
3489
3553
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3490
|
-
|
|
3554
|
+
|
|
3491
3555
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3492
3556
|
*/
|
|
3493
3557
|
export interface MapTableInfoDc {
|
|
@@ -3591,15 +3655,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3591
3655
|
export declare type ObjectId = object;
|
|
3592
3656
|
/**
|
|
3593
3657
|
*
|
|
3594
|
-
|
|
3658
|
+
|
|
3595
3659
|
Unknown
|
|
3596
|
-
|
|
3660
|
+
|
|
3597
3661
|
union
|
|
3598
|
-
|
|
3662
|
+
|
|
3599
3663
|
intersection
|
|
3600
|
-
|
|
3664
|
+
|
|
3601
3665
|
subtraction
|
|
3602
|
-
|
|
3666
|
+
|
|
3603
3667
|
symDifference
|
|
3604
3668
|
*/
|
|
3605
3669
|
export declare enum Operation {
|
|
@@ -3619,11 +3683,11 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3619
3683
|
};
|
|
3620
3684
|
/**
|
|
3621
3685
|
* Filter exists resources by owner.
|
|
3622
|
-
|
|
3686
|
+
|
|
3623
3687
|
My
|
|
3624
|
-
|
|
3688
|
+
|
|
3625
3689
|
Shared
|
|
3626
|
-
|
|
3690
|
+
|
|
3627
3691
|
Public
|
|
3628
3692
|
*/
|
|
3629
3693
|
export declare enum OwnerFilter {
|
|
@@ -3652,14 +3716,14 @@ export interface PagedListConfigDc {
|
|
|
3652
3716
|
limit?: number;
|
|
3653
3717
|
items?: ConfigDc[];
|
|
3654
3718
|
}
|
|
3655
|
-
export interface
|
|
3719
|
+
export interface PagedListDataSourceInfoDc {
|
|
3656
3720
|
/** @format int64 */
|
|
3657
3721
|
totalCount?: number;
|
|
3658
3722
|
/** @format int32 */
|
|
3659
3723
|
offset?: number;
|
|
3660
3724
|
/** @format int32 */
|
|
3661
3725
|
limit?: number;
|
|
3662
|
-
items?:
|
|
3726
|
+
items?: DataSourceInfoDc[];
|
|
3663
3727
|
}
|
|
3664
3728
|
export interface PagedListExtendedUserInfoDc {
|
|
3665
3729
|
/** @format int64 */
|
|
@@ -3883,9 +3947,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3883
3947
|
};
|
|
3884
3948
|
/**
|
|
3885
3949
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3886
|
-
|
|
3950
|
+
|
|
3887
3951
|
xyz
|
|
3888
|
-
|
|
3952
|
+
|
|
3889
3953
|
tms
|
|
3890
3954
|
*/
|
|
3891
3955
|
export declare enum PbfSchema {
|
|
@@ -3906,19 +3970,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3906
3970
|
};
|
|
3907
3971
|
/**
|
|
3908
3972
|
*
|
|
3909
|
-
|
|
3973
|
+
|
|
3910
3974
|
none
|
|
3911
|
-
|
|
3975
|
+
|
|
3912
3976
|
configure
|
|
3913
|
-
|
|
3977
|
+
|
|
3914
3978
|
write
|
|
3915
|
-
|
|
3979
|
+
|
|
3916
3980
|
read
|
|
3917
|
-
|
|
3981
|
+
|
|
3918
3982
|
read,configure
|
|
3919
|
-
|
|
3983
|
+
|
|
3920
3984
|
read,write
|
|
3921
|
-
|
|
3985
|
+
|
|
3922
3986
|
read,write,configure
|
|
3923
3987
|
*/
|
|
3924
3988
|
export declare enum Permissions {
|
|
@@ -3976,19 +4040,19 @@ export interface PolicyDc {
|
|
|
3976
4040
|
}
|
|
3977
4041
|
/**
|
|
3978
4042
|
* Type of the authorization policy.
|
|
3979
|
-
|
|
4043
|
+
|
|
3980
4044
|
Unknown
|
|
3981
|
-
|
|
4045
|
+
|
|
3982
4046
|
CreateTable
|
|
3983
|
-
|
|
4047
|
+
|
|
3984
4048
|
CreateLayer
|
|
3985
|
-
|
|
4049
|
+
|
|
3986
4050
|
CreateProject
|
|
3987
|
-
|
|
4051
|
+
|
|
3988
4052
|
MaxFeaturesInOneTable
|
|
3989
|
-
|
|
4053
|
+
|
|
3990
4054
|
MaxObjectsToExport
|
|
3991
|
-
|
|
4055
|
+
|
|
3992
4056
|
MaxUploadContentSize
|
|
3993
4057
|
*/
|
|
3994
4058
|
export declare enum PolicyType {
|
|
@@ -4348,11 +4412,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4348
4412
|
}
|
|
4349
4413
|
/**
|
|
4350
4414
|
* Stream quality.
|
|
4351
|
-
|
|
4415
|
+
|
|
4352
4416
|
Low
|
|
4353
|
-
|
|
4417
|
+
|
|
4354
4418
|
Medium
|
|
4355
|
-
|
|
4419
|
+
|
|
4356
4420
|
High
|
|
4357
4421
|
*/
|
|
4358
4422
|
export declare enum Quality {
|
|
@@ -4738,7 +4802,7 @@ export interface RegisterClientResponseDc {
|
|
|
4738
4802
|
*/
|
|
4739
4803
|
export interface RegisterUserDc {
|
|
4740
4804
|
/** Username. */
|
|
4741
|
-
username
|
|
4805
|
+
username?: string;
|
|
4742
4806
|
/**
|
|
4743
4807
|
* Email.
|
|
4744
4808
|
* @format email
|
|
@@ -4747,7 +4811,7 @@ export interface RegisterUserDc {
|
|
|
4747
4811
|
/** Phone number. */
|
|
4748
4812
|
phone?: string;
|
|
4749
4813
|
/** Password. */
|
|
4750
|
-
password
|
|
4814
|
+
password?: string;
|
|
4751
4815
|
}
|
|
4752
4816
|
/**
|
|
4753
4817
|
* Configuration for the remote tile service.
|
|
@@ -4860,15 +4924,15 @@ export interface ResourceInfoDc {
|
|
|
4860
4924
|
}
|
|
4861
4925
|
/**
|
|
4862
4926
|
* Resources types filter.
|
|
4863
|
-
|
|
4927
|
+
|
|
4864
4928
|
RemoteTileService
|
|
4865
|
-
|
|
4929
|
+
|
|
4866
4930
|
ProxyService
|
|
4867
|
-
|
|
4931
|
+
|
|
4868
4932
|
PostgresLayerService
|
|
4869
|
-
|
|
4933
|
+
|
|
4870
4934
|
QueryLayerService
|
|
4871
|
-
|
|
4935
|
+
|
|
4872
4936
|
TileCatalogTable
|
|
4873
4937
|
*/
|
|
4874
4938
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4880,19 +4944,19 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4880
4944
|
}
|
|
4881
4945
|
/**
|
|
4882
4946
|
*
|
|
4883
|
-
|
|
4947
|
+
|
|
4884
4948
|
Unknown
|
|
4885
|
-
|
|
4949
|
+
|
|
4886
4950
|
table
|
|
4887
|
-
|
|
4951
|
+
|
|
4888
4952
|
layer
|
|
4889
|
-
|
|
4953
|
+
|
|
4890
4954
|
project
|
|
4891
|
-
|
|
4955
|
+
|
|
4892
4956
|
file
|
|
4893
|
-
|
|
4957
|
+
|
|
4894
4958
|
feature
|
|
4895
|
-
|
|
4959
|
+
|
|
4896
4960
|
tag
|
|
4897
4961
|
*/
|
|
4898
4962
|
export declare enum ResourceType {
|
|
@@ -4906,19 +4970,19 @@ export declare enum ResourceType {
|
|
|
4906
4970
|
}
|
|
4907
4971
|
/**
|
|
4908
4972
|
* Resources types filter.
|
|
4909
|
-
|
|
4973
|
+
|
|
4910
4974
|
Map
|
|
4911
|
-
|
|
4975
|
+
|
|
4912
4976
|
Layer
|
|
4913
|
-
|
|
4977
|
+
|
|
4914
4978
|
Table
|
|
4915
|
-
|
|
4979
|
+
|
|
4916
4980
|
RasterCatalog
|
|
4917
|
-
|
|
4981
|
+
|
|
4918
4982
|
ProxyService
|
|
4919
|
-
|
|
4983
|
+
|
|
4920
4984
|
RemoteTileService
|
|
4921
|
-
|
|
4985
|
+
|
|
4922
4986
|
File
|
|
4923
4987
|
*/
|
|
4924
4988
|
export declare enum ResourceTypeFilter {
|
|
@@ -4937,9 +5001,9 @@ export declare enum ResourceTypeLink {
|
|
|
4937
5001
|
}
|
|
4938
5002
|
/**
|
|
4939
5003
|
* Response type.
|
|
4940
|
-
|
|
5004
|
+
|
|
4941
5005
|
code
|
|
4942
|
-
|
|
5006
|
+
|
|
4943
5007
|
token
|
|
4944
5008
|
*/
|
|
4945
5009
|
export declare enum ResponseType {
|
|
@@ -5189,21 +5253,21 @@ export interface ServerInfoDc {
|
|
|
5189
5253
|
}
|
|
5190
5254
|
/**
|
|
5191
5255
|
* Status of the server task.
|
|
5192
|
-
|
|
5256
|
+
|
|
5193
5257
|
None
|
|
5194
|
-
|
|
5258
|
+
|
|
5195
5259
|
Scheduled
|
|
5196
|
-
|
|
5260
|
+
|
|
5197
5261
|
Planning
|
|
5198
|
-
|
|
5262
|
+
|
|
5199
5263
|
Executing
|
|
5200
|
-
|
|
5264
|
+
|
|
5201
5265
|
Completed
|
|
5202
|
-
|
|
5266
|
+
|
|
5203
5267
|
Failed
|
|
5204
|
-
|
|
5268
|
+
|
|
5205
5269
|
Canceled
|
|
5206
|
-
|
|
5270
|
+
|
|
5207
5271
|
Timeout
|
|
5208
5272
|
*/
|
|
5209
5273
|
export declare enum ServerTaskStatus {
|
|
@@ -5464,7 +5528,7 @@ export interface SimpleEndingDc {
|
|
|
5464
5528
|
}
|
|
5465
5529
|
/**
|
|
5466
5530
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5467
|
-
|
|
5531
|
+
|
|
5468
5532
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5469
5533
|
stroke width and color of the symbol.
|
|
5470
5534
|
*/
|
|
@@ -5539,11 +5603,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5539
5603
|
}
|
|
5540
5604
|
/**
|
|
5541
5605
|
*
|
|
5542
|
-
|
|
5606
|
+
|
|
5543
5607
|
Basic
|
|
5544
|
-
|
|
5608
|
+
|
|
5545
5609
|
PreserveTopology
|
|
5546
|
-
|
|
5610
|
+
|
|
5547
5611
|
VW
|
|
5548
5612
|
*/
|
|
5549
5613
|
export declare enum SimplifyType {
|
|
@@ -5694,13 +5758,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5694
5758
|
};
|
|
5695
5759
|
/**
|
|
5696
5760
|
*
|
|
5697
|
-
|
|
5761
|
+
|
|
5698
5762
|
None
|
|
5699
|
-
|
|
5763
|
+
|
|
5700
5764
|
Image
|
|
5701
|
-
|
|
5765
|
+
|
|
5702
5766
|
PkkCode
|
|
5703
|
-
|
|
5767
|
+
|
|
5704
5768
|
Attachments
|
|
5705
5769
|
*/
|
|
5706
5770
|
export declare enum StringSubType {
|
|
@@ -5916,9 +5980,9 @@ export interface TagsFilterDto {
|
|
|
5916
5980
|
}
|
|
5917
5981
|
/**
|
|
5918
5982
|
* Task owner group.
|
|
5919
|
-
|
|
5983
|
+
|
|
5920
5984
|
my
|
|
5921
|
-
|
|
5985
|
+
|
|
5922
5986
|
all
|
|
5923
5987
|
*/
|
|
5924
5988
|
export declare enum TaskGroup {
|
|
@@ -6136,13 +6200,13 @@ export interface TemplateModelDc {
|
|
|
6136
6200
|
}
|
|
6137
6201
|
/**
|
|
6138
6202
|
* Sets the horizontal alignment of text.
|
|
6139
|
-
|
|
6203
|
+
|
|
6140
6204
|
right
|
|
6141
|
-
|
|
6205
|
+
|
|
6142
6206
|
left
|
|
6143
|
-
|
|
6207
|
+
|
|
6144
6208
|
center
|
|
6145
|
-
|
|
6209
|
+
|
|
6146
6210
|
justified
|
|
6147
6211
|
*/
|
|
6148
6212
|
export declare enum TextAlignment {
|
|
@@ -6162,11 +6226,11 @@ export interface TextBackgroundDc {
|
|
|
6162
6226
|
}
|
|
6163
6227
|
/**
|
|
6164
6228
|
* Sets the vertical alignment of text.
|
|
6165
|
-
|
|
6229
|
+
|
|
6166
6230
|
top
|
|
6167
|
-
|
|
6231
|
+
|
|
6168
6232
|
bottom
|
|
6169
|
-
|
|
6233
|
+
|
|
6170
6234
|
middle
|
|
6171
6235
|
*/
|
|
6172
6236
|
export declare enum TextVerticalAlignment {
|
|
@@ -6519,6 +6583,12 @@ export declare type TracksSymbolDc = TrackSymbolBaseDc & {
|
|
|
6519
6583
|
export declare type UnionTaskParametersDc = FeatureTaskParametersDc & {
|
|
6520
6584
|
type?: string | null;
|
|
6521
6585
|
};
|
|
6586
|
+
/**
|
|
6587
|
+
* Update data source data contract.
|
|
6588
|
+
*/
|
|
6589
|
+
export declare type UpdateDataSourceDc = DataSourceDc & {
|
|
6590
|
+
resourceId?: string | null;
|
|
6591
|
+
};
|
|
6522
6592
|
/**
|
|
6523
6593
|
* Feature object definition for updating.
|
|
6524
6594
|
*/
|
|
@@ -6609,7 +6679,7 @@ export interface UpdateUserDc {
|
|
|
6609
6679
|
/** Namespace. */
|
|
6610
6680
|
namespace?: string;
|
|
6611
6681
|
/** Username. */
|
|
6612
|
-
username
|
|
6682
|
+
username?: string;
|
|
6613
6683
|
/**
|
|
6614
6684
|
* Email.
|
|
6615
6685
|
* @format email
|
|
@@ -7758,7 +7828,7 @@ export interface ValidateExpressionParams {
|
|
|
7758
7828
|
/** Layer name. */
|
|
7759
7829
|
layerName: string;
|
|
7760
7830
|
}
|
|
7761
|
-
export interface
|
|
7831
|
+
export interface GetRasterMetaParams4 {
|
|
7762
7832
|
/**
|
|
7763
7833
|
* Min value for build histogram.
|
|
7764
7834
|
* @format double
|
|
@@ -7877,7 +7947,7 @@ export interface GetProjectsListParams {
|
|
|
7877
7947
|
tags?: string[];
|
|
7878
7948
|
}
|
|
7879
7949
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7880
|
-
export interface
|
|
7950
|
+
export interface DeleteResourcesParams1 {
|
|
7881
7951
|
/** Resource names. */
|
|
7882
7952
|
names?: string[];
|
|
7883
7953
|
}
|
|
@@ -8160,7 +8230,7 @@ export interface StatisticsDbParams {
|
|
|
8160
8230
|
*/
|
|
8161
8231
|
types?: AggregationFunction[];
|
|
8162
8232
|
}
|
|
8163
|
-
export interface
|
|
8233
|
+
export interface ClassifyParams4 {
|
|
8164
8234
|
/** Layer name. */
|
|
8165
8235
|
name: string;
|
|
8166
8236
|
/** Attribute name. */
|
|
@@ -8293,7 +8363,7 @@ export interface GetTableListParams {
|
|
|
8293
8363
|
acl?: string;
|
|
8294
8364
|
}
|
|
8295
8365
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8296
|
-
export interface
|
|
8366
|
+
export interface DeleteResourcesParams6 {
|
|
8297
8367
|
/** Resource names. */
|
|
8298
8368
|
names?: string[];
|
|
8299
8369
|
}
|
|
@@ -8450,7 +8520,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8450
8520
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8451
8521
|
AcceptFormats?: string[];
|
|
8452
8522
|
}
|
|
8453
|
-
export interface
|
|
8523
|
+
export interface GetCapabilitiesParams2 {
|
|
8454
8524
|
/** Output format of service metadata. */
|
|
8455
8525
|
Format?: string;
|
|
8456
8526
|
/** Must be WMS. */
|