@evergis/api 3.0.193 → 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/LICENSE +20 -20
- package/README.md +21 -21
- package/dist/Api.d.ts +3 -2
- package/dist/__generated__/AccountService.d.ts +35 -2
- package/dist/__generated__/CatalogService.d.ts +9 -31
- 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 +400 -277
- package/dist/api.cjs.development.js +146 -72
- 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 +392 -258
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Account.d.ts +2 -2
- 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 {
|
|
@@ -589,13 +589,13 @@ export interface AttributeFormatDefinitionDc {
|
|
|
589
589
|
}
|
|
590
590
|
/**
|
|
591
591
|
*
|
|
592
|
-
|
|
592
|
+
|
|
593
593
|
None
|
|
594
|
-
|
|
594
|
+
|
|
595
595
|
SelectFromHandBook
|
|
596
|
-
|
|
596
|
+
|
|
597
597
|
SelectFromRange
|
|
598
|
-
|
|
598
|
+
|
|
599
599
|
ViewHandBook
|
|
600
600
|
*/
|
|
601
601
|
export declare enum AttributeSelectorType {
|
|
@@ -606,31 +606,31 @@ export declare enum AttributeSelectorType {
|
|
|
606
606
|
}
|
|
607
607
|
/**
|
|
608
608
|
*
|
|
609
|
-
|
|
609
|
+
|
|
610
610
|
Unknown
|
|
611
|
-
|
|
611
|
+
|
|
612
612
|
String
|
|
613
|
-
|
|
613
|
+
|
|
614
614
|
Int32
|
|
615
|
-
|
|
615
|
+
|
|
616
616
|
Int64
|
|
617
|
-
|
|
617
|
+
|
|
618
618
|
Double
|
|
619
|
-
|
|
619
|
+
|
|
620
620
|
DateTime
|
|
621
|
-
|
|
621
|
+
|
|
622
622
|
Boolean
|
|
623
|
-
|
|
623
|
+
|
|
624
624
|
Point
|
|
625
|
-
|
|
625
|
+
|
|
626
626
|
Polyline
|
|
627
|
-
|
|
627
|
+
|
|
628
628
|
MultiPolygon
|
|
629
|
-
|
|
629
|
+
|
|
630
630
|
Multipoint
|
|
631
|
-
|
|
631
|
+
|
|
632
632
|
H3Index
|
|
633
|
-
|
|
633
|
+
|
|
634
634
|
Json
|
|
635
635
|
*/
|
|
636
636
|
export declare enum AttributeType {
|
|
@@ -667,6 +667,19 @@ export interface AttributesConfigurationDc {
|
|
|
667
667
|
/** Values ranges. */
|
|
668
668
|
valuesRange?: ValuesRangeDc[];
|
|
669
669
|
}
|
|
670
|
+
/**
|
|
671
|
+
* An authorization grant is a credential representing the resource
|
|
672
|
+
owner's authorization (to access its protected resources) used by the
|
|
673
|
+
client to obtain an access token.
|
|
674
|
+
|
|
675
|
+
authorization_code
|
|
676
|
+
|
|
677
|
+
refresh_token
|
|
678
|
+
*/
|
|
679
|
+
export declare enum AuthorizationGrant {
|
|
680
|
+
AuthorizationCode = "authorization_code",
|
|
681
|
+
RefreshToken = "refresh_token"
|
|
682
|
+
}
|
|
670
683
|
/**
|
|
671
684
|
* The symbol that draws a raster with classification.
|
|
672
685
|
*/
|
|
@@ -878,17 +891,17 @@ export interface CatalogResourceDc {
|
|
|
878
891
|
}
|
|
879
892
|
/**
|
|
880
893
|
*
|
|
881
|
-
|
|
894
|
+
|
|
882
895
|
None
|
|
883
|
-
|
|
896
|
+
|
|
884
897
|
Map
|
|
885
|
-
|
|
898
|
+
|
|
886
899
|
Layer
|
|
887
|
-
|
|
900
|
+
|
|
888
901
|
Table
|
|
889
|
-
|
|
902
|
+
|
|
890
903
|
File
|
|
891
|
-
|
|
904
|
+
|
|
892
905
|
TaskPrototype
|
|
893
906
|
*/
|
|
894
907
|
export declare enum CatalogResourceType {
|
|
@@ -932,15 +945,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
932
945
|
};
|
|
933
946
|
/**
|
|
934
947
|
* Describes classification methods.
|
|
935
|
-
|
|
948
|
+
|
|
936
949
|
none
|
|
937
|
-
|
|
950
|
+
|
|
938
951
|
naturalBreaks
|
|
939
|
-
|
|
952
|
+
|
|
940
953
|
equalInterval
|
|
941
|
-
|
|
954
|
+
|
|
942
955
|
quantile
|
|
943
|
-
|
|
956
|
+
|
|
944
957
|
unique
|
|
945
958
|
*/
|
|
946
959
|
export declare enum ClassificationType {
|
|
@@ -952,11 +965,11 @@ export declare enum ClassificationType {
|
|
|
952
965
|
}
|
|
953
966
|
/**
|
|
954
967
|
*
|
|
955
|
-
|
|
968
|
+
|
|
956
969
|
decimal
|
|
957
|
-
|
|
970
|
+
|
|
958
971
|
dateTime
|
|
959
|
-
|
|
972
|
+
|
|
960
973
|
text
|
|
961
974
|
*/
|
|
962
975
|
export declare enum ClassifyAttributeType {
|
|
@@ -1250,55 +1263,55 @@ export interface ConfigDc {
|
|
|
1250
1263
|
}
|
|
1251
1264
|
/**
|
|
1252
1265
|
*
|
|
1253
|
-
|
|
1266
|
+
|
|
1254
1267
|
Unknown
|
|
1255
|
-
|
|
1268
|
+
|
|
1256
1269
|
SerializeError
|
|
1257
|
-
|
|
1270
|
+
|
|
1258
1271
|
InvalidDataService
|
|
1259
|
-
|
|
1272
|
+
|
|
1260
1273
|
InvalidConfiguration
|
|
1261
|
-
|
|
1274
|
+
|
|
1262
1275
|
InvalidDataServiceName
|
|
1263
|
-
|
|
1276
|
+
|
|
1264
1277
|
InvalidTableName
|
|
1265
|
-
|
|
1278
|
+
|
|
1266
1279
|
InvalidLayerName
|
|
1267
|
-
|
|
1280
|
+
|
|
1268
1281
|
ResourceNotFound
|
|
1269
|
-
|
|
1282
|
+
|
|
1270
1283
|
InvalidCondition
|
|
1271
|
-
|
|
1284
|
+
|
|
1272
1285
|
InvalidAttributes
|
|
1273
|
-
|
|
1286
|
+
|
|
1274
1287
|
InvalidIdAttribute
|
|
1275
|
-
|
|
1288
|
+
|
|
1276
1289
|
InvalidGeometryAttribute
|
|
1277
|
-
|
|
1290
|
+
|
|
1278
1291
|
InvalidGeometryAttributeType
|
|
1279
|
-
|
|
1292
|
+
|
|
1280
1293
|
InvalidColumnName
|
|
1281
|
-
|
|
1294
|
+
|
|
1282
1295
|
InvalidIdColumnSettings
|
|
1283
|
-
|
|
1296
|
+
|
|
1284
1297
|
ColumnNotExistsInTable
|
|
1285
|
-
|
|
1298
|
+
|
|
1286
1299
|
InvalidStyle
|
|
1287
|
-
|
|
1300
|
+
|
|
1288
1301
|
InvalidLayerType
|
|
1289
|
-
|
|
1302
|
+
|
|
1290
1303
|
ColumnLoadingError
|
|
1291
|
-
|
|
1304
|
+
|
|
1292
1305
|
InvalidAttributeFormat
|
|
1293
|
-
|
|
1306
|
+
|
|
1294
1307
|
DataSourceNotFound
|
|
1295
|
-
|
|
1308
|
+
|
|
1296
1309
|
DuplicateColumns
|
|
1297
|
-
|
|
1310
|
+
|
|
1298
1311
|
DuplicateAttributes
|
|
1299
|
-
|
|
1312
|
+
|
|
1300
1313
|
TableWithoutColumns
|
|
1301
|
-
|
|
1314
|
+
|
|
1302
1315
|
InvalidTableReferenceConfiguration
|
|
1303
1316
|
*/
|
|
1304
1317
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1500,6 +1513,19 @@ export interface CreateUserDc {
|
|
|
1500
1513
|
/** Phone number. */
|
|
1501
1514
|
phone?: string;
|
|
1502
1515
|
}
|
|
1516
|
+
/**
|
|
1517
|
+
* Create view from query layer data contract.
|
|
1518
|
+
*/
|
|
1519
|
+
export interface CreateViewFromQueryDc {
|
|
1520
|
+
/** Is view materialized. */
|
|
1521
|
+
isMaterialized?: boolean;
|
|
1522
|
+
/** Layer name. */
|
|
1523
|
+
eql?: string;
|
|
1524
|
+
/** View name. */
|
|
1525
|
+
viewName?: string;
|
|
1526
|
+
/** EQL query parameters. */
|
|
1527
|
+
parameters?: Record<string, any>;
|
|
1528
|
+
}
|
|
1503
1529
|
/**
|
|
1504
1530
|
* Create view from query layer data contract.
|
|
1505
1531
|
*/
|
|
@@ -1652,15 +1678,15 @@ export interface ErrorDetailsDc {
|
|
|
1652
1678
|
}
|
|
1653
1679
|
/**
|
|
1654
1680
|
* Type of the error.
|
|
1655
|
-
|
|
1681
|
+
|
|
1656
1682
|
ResourceLimitExceeded
|
|
1657
|
-
|
|
1683
|
+
|
|
1658
1684
|
ResourceNotFound
|
|
1659
|
-
|
|
1685
|
+
|
|
1660
1686
|
InternalError
|
|
1661
|
-
|
|
1687
|
+
|
|
1662
1688
|
BadRequest
|
|
1663
|
-
|
|
1689
|
+
|
|
1664
1690
|
DuplicateContent
|
|
1665
1691
|
*/
|
|
1666
1692
|
export declare enum ErrorDetailsType {
|
|
@@ -2006,7 +2032,7 @@ export interface FeatureDc {
|
|
|
2006
2032
|
/** Feature unique identifier. */
|
|
2007
2033
|
id?: string;
|
|
2008
2034
|
/** Values for all bands of feature by pixel point. */
|
|
2009
|
-
bandsValues?: Record<string, number
|
|
2035
|
+
bandsValues?: Record<string, number>;
|
|
2010
2036
|
}
|
|
2011
2037
|
/**
|
|
2012
2038
|
* Service info for a feature layer service.
|
|
@@ -2152,9 +2178,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2152
2178
|
};
|
|
2153
2179
|
/**
|
|
2154
2180
|
* Type of the feature.
|
|
2155
|
-
|
|
2181
|
+
|
|
2156
2182
|
Unknown
|
|
2157
|
-
|
|
2183
|
+
|
|
2158
2184
|
GeometricFeature
|
|
2159
2185
|
*/
|
|
2160
2186
|
export declare enum FeatureType {
|
|
@@ -2281,11 +2307,11 @@ export interface FilterDc {
|
|
|
2281
2307
|
}
|
|
2282
2308
|
/**
|
|
2283
2309
|
* Sets whether font should be styled.
|
|
2284
|
-
|
|
2310
|
+
|
|
2285
2311
|
normal
|
|
2286
|
-
|
|
2312
|
+
|
|
2287
2313
|
oblique
|
|
2288
|
-
|
|
2314
|
+
|
|
2289
2315
|
italic
|
|
2290
2316
|
*/
|
|
2291
2317
|
export declare enum FontStyle {
|
|
@@ -2295,27 +2321,27 @@ export declare enum FontStyle {
|
|
|
2295
2321
|
}
|
|
2296
2322
|
/**
|
|
2297
2323
|
* Specifies the weight (or boldness) of the font.
|
|
2298
|
-
|
|
2324
|
+
|
|
2299
2325
|
Thin
|
|
2300
|
-
|
|
2326
|
+
|
|
2301
2327
|
ExtraLight
|
|
2302
|
-
|
|
2328
|
+
|
|
2303
2329
|
Light
|
|
2304
|
-
|
|
2330
|
+
|
|
2305
2331
|
SemiLight
|
|
2306
|
-
|
|
2332
|
+
|
|
2307
2333
|
Normal
|
|
2308
|
-
|
|
2334
|
+
|
|
2309
2335
|
Medium
|
|
2310
|
-
|
|
2336
|
+
|
|
2311
2337
|
DemiBold
|
|
2312
|
-
|
|
2338
|
+
|
|
2313
2339
|
Bold
|
|
2314
|
-
|
|
2340
|
+
|
|
2315
2341
|
ExtraBold
|
|
2316
|
-
|
|
2342
|
+
|
|
2317
2343
|
Black
|
|
2318
|
-
|
|
2344
|
+
|
|
2319
2345
|
ExtraBlack
|
|
2320
2346
|
*/
|
|
2321
2347
|
export declare enum FontWeight {
|
|
@@ -2410,17 +2436,17 @@ export interface GeometryDc {
|
|
|
2410
2436
|
}
|
|
2411
2437
|
/**
|
|
2412
2438
|
*
|
|
2413
|
-
|
|
2439
|
+
|
|
2414
2440
|
unknown
|
|
2415
|
-
|
|
2441
|
+
|
|
2416
2442
|
point
|
|
2417
|
-
|
|
2443
|
+
|
|
2418
2444
|
polyline
|
|
2419
|
-
|
|
2445
|
+
|
|
2420
2446
|
multipolygon
|
|
2421
|
-
|
|
2447
|
+
|
|
2422
2448
|
envelope
|
|
2423
|
-
|
|
2449
|
+
|
|
2424
2450
|
multipoint
|
|
2425
2451
|
*/
|
|
2426
2452
|
export declare enum GeometryType {
|
|
@@ -2441,6 +2467,8 @@ export interface GetBulkFeaturesParametersDc {
|
|
|
2441
2467
|
query?: string;
|
|
2442
2468
|
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
2443
2469
|
dataFilterId?: string;
|
|
2470
|
+
/** Click geometry. */
|
|
2471
|
+
ewktGeometry?: string;
|
|
2444
2472
|
/**
|
|
2445
2473
|
* Features count have to skip.
|
|
2446
2474
|
* @format int32
|
|
@@ -2590,13 +2618,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2590
2618
|
};
|
|
2591
2619
|
/**
|
|
2592
2620
|
* Resource group.
|
|
2593
|
-
|
|
2621
|
+
|
|
2594
2622
|
my
|
|
2595
|
-
|
|
2623
|
+
|
|
2596
2624
|
role
|
|
2597
|
-
|
|
2625
|
+
|
|
2598
2626
|
public
|
|
2599
|
-
|
|
2627
|
+
|
|
2600
2628
|
all
|
|
2601
2629
|
*/
|
|
2602
2630
|
export declare enum Group {
|
|
@@ -3059,13 +3087,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
3059
3087
|
};
|
|
3060
3088
|
/**
|
|
3061
3089
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3062
|
-
|
|
3090
|
+
|
|
3063
3091
|
Flat
|
|
3064
|
-
|
|
3092
|
+
|
|
3065
3093
|
Square
|
|
3066
|
-
|
|
3094
|
+
|
|
3067
3095
|
Round
|
|
3068
|
-
|
|
3096
|
+
|
|
3069
3097
|
Triangle
|
|
3070
3098
|
*/
|
|
3071
3099
|
export declare enum LineCapStyle {
|
|
@@ -3109,29 +3137,29 @@ export interface LineEndingBaseDc {
|
|
|
3109
3137
|
}
|
|
3110
3138
|
/**
|
|
3111
3139
|
* Type of the line ending.
|
|
3112
|
-
|
|
3140
|
+
|
|
3113
3141
|
none
|
|
3114
|
-
|
|
3142
|
+
|
|
3115
3143
|
arrow
|
|
3116
|
-
|
|
3144
|
+
|
|
3117
3145
|
filledArrow
|
|
3118
|
-
|
|
3146
|
+
|
|
3119
3147
|
square
|
|
3120
|
-
|
|
3148
|
+
|
|
3121
3149
|
filledSquare
|
|
3122
|
-
|
|
3150
|
+
|
|
3123
3151
|
circle
|
|
3124
|
-
|
|
3152
|
+
|
|
3125
3153
|
filledCircle
|
|
3126
|
-
|
|
3154
|
+
|
|
3127
3155
|
diamond
|
|
3128
|
-
|
|
3156
|
+
|
|
3129
3157
|
filledDiamond
|
|
3130
|
-
|
|
3158
|
+
|
|
3131
3159
|
roundSquare
|
|
3132
|
-
|
|
3160
|
+
|
|
3133
3161
|
filledRoundSquare
|
|
3134
|
-
|
|
3162
|
+
|
|
3135
3163
|
svg
|
|
3136
3164
|
*/
|
|
3137
3165
|
export declare enum LineEndingType {
|
|
@@ -3150,11 +3178,11 @@ export declare enum LineEndingType {
|
|
|
3150
3178
|
}
|
|
3151
3179
|
/**
|
|
3152
3180
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3153
|
-
|
|
3181
|
+
|
|
3154
3182
|
Miter
|
|
3155
|
-
|
|
3183
|
+
|
|
3156
3184
|
Bevel
|
|
3157
|
-
|
|
3185
|
+
|
|
3158
3186
|
Round
|
|
3159
3187
|
*/
|
|
3160
3188
|
export declare enum LineJoinType {
|
|
@@ -3191,14 +3219,26 @@ export interface ListResourcesDto {
|
|
|
3191
3219
|
* Shared
|
|
3192
3220
|
*
|
|
3193
3221
|
* Public
|
|
3222
|
+
*
|
|
3223
|
+
* All
|
|
3194
3224
|
*/
|
|
3195
3225
|
ownerFilter?: OwnerFilter;
|
|
3196
3226
|
/** Resources types filter. */
|
|
3197
3227
|
resourceTypes?: CatalogResourceType[];
|
|
3198
3228
|
/** Resources subtypes filter. */
|
|
3199
|
-
subtypes?:
|
|
3229
|
+
subtypes?: ResourceSubTypeFilter[];
|
|
3200
3230
|
/** Tags filter. */
|
|
3201
3231
|
tagsFilter?: TagsFilterDto;
|
|
3232
|
+
/** Order by result. */
|
|
3233
|
+
orderBy?: string[];
|
|
3234
|
+
/** System names filter. */
|
|
3235
|
+
systemNames?: string[];
|
|
3236
|
+
/** Geometry types filter. */
|
|
3237
|
+
geometryTypes?: GeometryType[];
|
|
3238
|
+
/** Resources types filter. */
|
|
3239
|
+
types?: ResourceTypeFilter[];
|
|
3240
|
+
/** Search mode. */
|
|
3241
|
+
searchMode?: boolean;
|
|
3202
3242
|
}
|
|
3203
3243
|
/**
|
|
3204
3244
|
* Configuration for the local tile service.
|
|
@@ -3234,7 +3274,7 @@ export interface LoginDc {
|
|
|
3234
3274
|
}
|
|
3235
3275
|
/**
|
|
3236
3276
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3237
|
-
|
|
3277
|
+
|
|
3238
3278
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3239
3279
|
*/
|
|
3240
3280
|
export interface MapTableInfoDc {
|
|
@@ -3334,7 +3374,7 @@ export interface NamespaceInfoDc {
|
|
|
3334
3374
|
* RasterMetaDc.
|
|
3335
3375
|
*/
|
|
3336
3376
|
export declare type NetCdfMetaDc = RasterMetaDc & {
|
|
3337
|
-
dimExtraValues?: Record<string, string[]>;
|
|
3377
|
+
dimExtraValues?: Record<string, string[] | null>;
|
|
3338
3378
|
};
|
|
3339
3379
|
/**
|
|
3340
3380
|
* Define no ending data contract.
|
|
@@ -3345,15 +3385,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3345
3385
|
export declare type ObjectId = object;
|
|
3346
3386
|
/**
|
|
3347
3387
|
*
|
|
3348
|
-
|
|
3388
|
+
|
|
3349
3389
|
Unknown
|
|
3350
|
-
|
|
3390
|
+
|
|
3351
3391
|
union
|
|
3352
|
-
|
|
3392
|
+
|
|
3353
3393
|
intersection
|
|
3354
|
-
|
|
3394
|
+
|
|
3355
3395
|
subtraction
|
|
3356
|
-
|
|
3396
|
+
|
|
3357
3397
|
symDifference
|
|
3358
3398
|
*/
|
|
3359
3399
|
export declare enum Operation {
|
|
@@ -3373,17 +3413,20 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3373
3413
|
};
|
|
3374
3414
|
/**
|
|
3375
3415
|
*
|
|
3376
|
-
|
|
3416
|
+
|
|
3377
3417
|
My
|
|
3378
|
-
|
|
3418
|
+
|
|
3379
3419
|
Shared
|
|
3380
|
-
|
|
3420
|
+
|
|
3381
3421
|
Public
|
|
3422
|
+
|
|
3423
|
+
All
|
|
3382
3424
|
*/
|
|
3383
3425
|
export declare enum OwnerFilter {
|
|
3384
3426
|
My = "My",
|
|
3385
3427
|
Shared = "Shared",
|
|
3386
|
-
Public = "Public"
|
|
3428
|
+
Public = "Public",
|
|
3429
|
+
All = "All"
|
|
3387
3430
|
}
|
|
3388
3431
|
/**
|
|
3389
3432
|
* Features list definition.
|
|
@@ -3545,23 +3588,25 @@ export interface PagedListUserInfoDc {
|
|
|
3545
3588
|
* Paged resources list.
|
|
3546
3589
|
*/
|
|
3547
3590
|
export interface PagedResourcesListDc {
|
|
3548
|
-
/**
|
|
3549
|
-
|
|
3550
|
-
/**
|
|
3551
|
-
* Limit.
|
|
3552
|
-
* @format int32
|
|
3553
|
-
*/
|
|
3554
|
-
limit?: number;
|
|
3555
|
-
/**
|
|
3556
|
-
* Offset.
|
|
3557
|
-
* @format int32
|
|
3558
|
-
*/
|
|
3591
|
+
/** @format int64 */
|
|
3592
|
+
totalCount?: number;
|
|
3593
|
+
/** @format int32 */
|
|
3559
3594
|
offset?: number;
|
|
3560
|
-
/**
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3595
|
+
/** @format int32 */
|
|
3596
|
+
limit?: number;
|
|
3597
|
+
items?: CatalogResourceDc[];
|
|
3598
|
+
}
|
|
3599
|
+
/**
|
|
3600
|
+
* Paged resources list.
|
|
3601
|
+
*/
|
|
3602
|
+
export interface PagedTagsListDc {
|
|
3603
|
+
/** @format int64 */
|
|
3564
3604
|
totalCount?: number;
|
|
3605
|
+
/** @format int32 */
|
|
3606
|
+
offset?: number;
|
|
3607
|
+
/** @format int32 */
|
|
3608
|
+
limit?: number;
|
|
3609
|
+
items?: string[];
|
|
3565
3610
|
}
|
|
3566
3611
|
/**
|
|
3567
3612
|
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
@@ -3626,9 +3671,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3626
3671
|
};
|
|
3627
3672
|
/**
|
|
3628
3673
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3629
|
-
|
|
3674
|
+
|
|
3630
3675
|
xyz
|
|
3631
|
-
|
|
3676
|
+
|
|
3632
3677
|
tms
|
|
3633
3678
|
*/
|
|
3634
3679
|
export declare enum PbfSchema {
|
|
@@ -3649,19 +3694,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3649
3694
|
};
|
|
3650
3695
|
/**
|
|
3651
3696
|
*
|
|
3652
|
-
|
|
3697
|
+
|
|
3653
3698
|
none
|
|
3654
|
-
|
|
3699
|
+
|
|
3655
3700
|
configure
|
|
3656
|
-
|
|
3701
|
+
|
|
3657
3702
|
write
|
|
3658
|
-
|
|
3703
|
+
|
|
3659
3704
|
read
|
|
3660
|
-
|
|
3705
|
+
|
|
3661
3706
|
read,configure
|
|
3662
|
-
|
|
3707
|
+
|
|
3663
3708
|
read,write
|
|
3664
|
-
|
|
3709
|
+
|
|
3665
3710
|
read,write,configure
|
|
3666
3711
|
*/
|
|
3667
3712
|
export declare enum Permissions {
|
|
@@ -3719,19 +3764,19 @@ export interface PolicyDc {
|
|
|
3719
3764
|
}
|
|
3720
3765
|
/**
|
|
3721
3766
|
* Type of the authorization policy.
|
|
3722
|
-
|
|
3767
|
+
|
|
3723
3768
|
Unknown
|
|
3724
|
-
|
|
3769
|
+
|
|
3725
3770
|
CreateTable
|
|
3726
|
-
|
|
3771
|
+
|
|
3727
3772
|
CreateLayer
|
|
3728
|
-
|
|
3773
|
+
|
|
3729
3774
|
CreateProject
|
|
3730
|
-
|
|
3775
|
+
|
|
3731
3776
|
MaxFeaturesInOneTable
|
|
3732
|
-
|
|
3777
|
+
|
|
3733
3778
|
MaxObjectsToExport
|
|
3734
|
-
|
|
3779
|
+
|
|
3735
3780
|
MaxUploadContentSize
|
|
3736
3781
|
*/
|
|
3737
3782
|
export declare enum PolicyType {
|
|
@@ -4091,11 +4136,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4091
4136
|
}
|
|
4092
4137
|
/**
|
|
4093
4138
|
* Stream quality.
|
|
4094
|
-
|
|
4139
|
+
|
|
4095
4140
|
Low
|
|
4096
|
-
|
|
4141
|
+
|
|
4097
4142
|
Medium
|
|
4098
|
-
|
|
4143
|
+
|
|
4099
4144
|
High
|
|
4100
4145
|
*/
|
|
4101
4146
|
export declare enum Quality {
|
|
@@ -4342,7 +4387,7 @@ export interface RasterBandMetaDc {
|
|
|
4342
4387
|
/** Histogram. */
|
|
4343
4388
|
histogram?: number[];
|
|
4344
4389
|
/** Data histogram. */
|
|
4345
|
-
dataHistogram?: Record<string, number
|
|
4390
|
+
dataHistogram?: Record<string, number>;
|
|
4346
4391
|
}
|
|
4347
4392
|
/**
|
|
4348
4393
|
* Upload raster task parameters data contract.
|
|
@@ -4443,6 +4488,31 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4443
4488
|
*/
|
|
4444
4489
|
id: number;
|
|
4445
4490
|
}
|
|
4491
|
+
/**
|
|
4492
|
+
* Create client data contract.
|
|
4493
|
+
*/
|
|
4494
|
+
export interface RegisterClientRequestDc {
|
|
4495
|
+
/** Name of the client. */
|
|
4496
|
+
client_name: string;
|
|
4497
|
+
/** Redirect uri. */
|
|
4498
|
+
redirect_uri: string;
|
|
4499
|
+
/** Client uri. */
|
|
4500
|
+
client_uri?: string;
|
|
4501
|
+
}
|
|
4502
|
+
/**
|
|
4503
|
+
* Create client response dc.
|
|
4504
|
+
*/
|
|
4505
|
+
export interface RegisterClientResponseDc {
|
|
4506
|
+
/**
|
|
4507
|
+
* Client id.
|
|
4508
|
+
* @format uuid
|
|
4509
|
+
*/
|
|
4510
|
+
client_id?: string;
|
|
4511
|
+
/** Client secret. */
|
|
4512
|
+
secret?: string;
|
|
4513
|
+
/** Client name. */
|
|
4514
|
+
client_name?: string;
|
|
4515
|
+
}
|
|
4446
4516
|
/**
|
|
4447
4517
|
* Data contract for register new user.
|
|
4448
4518
|
*/
|
|
@@ -4569,20 +4639,40 @@ export interface ResourceInfoDc {
|
|
|
4569
4639
|
parentId?: string;
|
|
4570
4640
|
}
|
|
4571
4641
|
/**
|
|
4642
|
+
* Resources types filter.
|
|
4643
|
+
|
|
4644
|
+
RemoteTileService
|
|
4645
|
+
|
|
4646
|
+
ProxyService
|
|
4647
|
+
|
|
4648
|
+
PostgresLayerService
|
|
4649
|
+
|
|
4650
|
+
QueryLayerService
|
|
4651
|
+
|
|
4652
|
+
TileCatalogTable
|
|
4653
|
+
*/
|
|
4654
|
+
export declare enum ResourceSubTypeFilter {
|
|
4655
|
+
RemoteTileService = "RemoteTileService",
|
|
4656
|
+
ProxyService = "ProxyService",
|
|
4657
|
+
PostgresLayerService = "PostgresLayerService",
|
|
4658
|
+
QueryLayerService = "QueryLayerService",
|
|
4659
|
+
TileCatalogTable = "TileCatalogTable"
|
|
4660
|
+
}
|
|
4661
|
+
/**
|
|
4572
4662
|
*
|
|
4573
|
-
|
|
4663
|
+
|
|
4574
4664
|
Unknown
|
|
4575
|
-
|
|
4665
|
+
|
|
4576
4666
|
table
|
|
4577
|
-
|
|
4667
|
+
|
|
4578
4668
|
layer
|
|
4579
|
-
|
|
4669
|
+
|
|
4580
4670
|
project
|
|
4581
|
-
|
|
4671
|
+
|
|
4582
4672
|
file
|
|
4583
|
-
|
|
4673
|
+
|
|
4584
4674
|
feature
|
|
4585
|
-
|
|
4675
|
+
|
|
4586
4676
|
tag
|
|
4587
4677
|
*/
|
|
4588
4678
|
export declare enum ResourceType {
|
|
@@ -4594,11 +4684,48 @@ export declare enum ResourceType {
|
|
|
4594
4684
|
Feature = "feature",
|
|
4595
4685
|
Tag = "tag"
|
|
4596
4686
|
}
|
|
4687
|
+
/**
|
|
4688
|
+
* Resources types filter.
|
|
4689
|
+
|
|
4690
|
+
Map
|
|
4691
|
+
|
|
4692
|
+
Layer
|
|
4693
|
+
|
|
4694
|
+
Table
|
|
4695
|
+
|
|
4696
|
+
RasterCatalog
|
|
4697
|
+
|
|
4698
|
+
ProxyService
|
|
4699
|
+
|
|
4700
|
+
RemoteTileService
|
|
4701
|
+
|
|
4702
|
+
File
|
|
4703
|
+
*/
|
|
4704
|
+
export declare enum ResourceTypeFilter {
|
|
4705
|
+
Map = "Map",
|
|
4706
|
+
Layer = "Layer",
|
|
4707
|
+
Table = "Table",
|
|
4708
|
+
RasterCatalog = "RasterCatalog",
|
|
4709
|
+
ProxyService = "ProxyService",
|
|
4710
|
+
RemoteTileService = "RemoteTileService",
|
|
4711
|
+
File = "File"
|
|
4712
|
+
}
|
|
4597
4713
|
export declare enum ResourceTypeLink {
|
|
4598
4714
|
Table = "tables",
|
|
4599
4715
|
Layer = "layers",
|
|
4600
4716
|
Project = "projects"
|
|
4601
4717
|
}
|
|
4718
|
+
/**
|
|
4719
|
+
* Response type.
|
|
4720
|
+
|
|
4721
|
+
code
|
|
4722
|
+
|
|
4723
|
+
token
|
|
4724
|
+
*/
|
|
4725
|
+
export declare enum ResponseType {
|
|
4726
|
+
Code = "code",
|
|
4727
|
+
Token = "token"
|
|
4728
|
+
}
|
|
4602
4729
|
/**
|
|
4603
4730
|
* The symbol that draws a rgb raster.
|
|
4604
4731
|
*/
|
|
@@ -4749,34 +4876,6 @@ export interface ScriptDc {
|
|
|
4749
4876
|
/** Description. */
|
|
4750
4877
|
description?: string;
|
|
4751
4878
|
}
|
|
4752
|
-
/**
|
|
4753
|
-
* Search resources.
|
|
4754
|
-
*/
|
|
4755
|
-
export interface SearchResourcesDto {
|
|
4756
|
-
/** Id of the parent. */
|
|
4757
|
-
parentId?: string;
|
|
4758
|
-
/**
|
|
4759
|
-
* Text filer support sql like symbols
|
|
4760
|
-
* (for example start with 'text*', contains 'text', end with '*text'.
|
|
4761
|
-
*/
|
|
4762
|
-
filter?: string;
|
|
4763
|
-
/**
|
|
4764
|
-
*
|
|
4765
|
-
*
|
|
4766
|
-
* My
|
|
4767
|
-
*
|
|
4768
|
-
* Shared
|
|
4769
|
-
*
|
|
4770
|
-
* Public
|
|
4771
|
-
*/
|
|
4772
|
-
ownerFilter?: OwnerFilter;
|
|
4773
|
-
/** Tags filter. */
|
|
4774
|
-
tagsFilter?: TagsFilterDto;
|
|
4775
|
-
/** Resources types filter. */
|
|
4776
|
-
resourceTypes?: CatalogResourceType[];
|
|
4777
|
-
/** Resources subtypes filter. */
|
|
4778
|
-
subtypes?: string[];
|
|
4779
|
-
}
|
|
4780
4879
|
/**
|
|
4781
4880
|
* Result data.
|
|
4782
4881
|
*/
|
|
@@ -4851,21 +4950,21 @@ export interface ServerInfoDc {
|
|
|
4851
4950
|
}
|
|
4852
4951
|
/**
|
|
4853
4952
|
* Status of the server task.
|
|
4854
|
-
|
|
4953
|
+
|
|
4855
4954
|
None
|
|
4856
|
-
|
|
4955
|
+
|
|
4857
4956
|
Scheduled
|
|
4858
|
-
|
|
4957
|
+
|
|
4859
4958
|
Planning
|
|
4860
|
-
|
|
4959
|
+
|
|
4861
4960
|
Executing
|
|
4862
|
-
|
|
4961
|
+
|
|
4863
4962
|
Completed
|
|
4864
|
-
|
|
4963
|
+
|
|
4865
4964
|
Failed
|
|
4866
|
-
|
|
4965
|
+
|
|
4867
4966
|
Canceled
|
|
4868
|
-
|
|
4967
|
+
|
|
4869
4968
|
Timeout
|
|
4870
4969
|
*/
|
|
4871
4970
|
export declare enum ServerTaskStatus {
|
|
@@ -4964,6 +5063,7 @@ export interface ServiceInfo {
|
|
|
4964
5063
|
tags?: string[];
|
|
4965
5064
|
inVisible?: boolean;
|
|
4966
5065
|
parentId?: string;
|
|
5066
|
+
resourceId?: string;
|
|
4967
5067
|
preview?: string;
|
|
4968
5068
|
}
|
|
4969
5069
|
/**
|
|
@@ -5123,7 +5223,7 @@ export interface SimpleEndingDc {
|
|
|
5123
5223
|
}
|
|
5124
5224
|
/**
|
|
5125
5225
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5126
|
-
|
|
5226
|
+
|
|
5127
5227
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5128
5228
|
stroke width and color of the symbol.
|
|
5129
5229
|
*/
|
|
@@ -5198,11 +5298,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5198
5298
|
}
|
|
5199
5299
|
/**
|
|
5200
5300
|
*
|
|
5201
|
-
|
|
5301
|
+
|
|
5202
5302
|
Basic
|
|
5203
|
-
|
|
5303
|
+
|
|
5204
5304
|
PreserveTopology
|
|
5205
|
-
|
|
5305
|
+
|
|
5206
5306
|
VW
|
|
5207
5307
|
*/
|
|
5208
5308
|
export declare enum SimplifyType {
|
|
@@ -5353,13 +5453,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5353
5453
|
};
|
|
5354
5454
|
/**
|
|
5355
5455
|
*
|
|
5356
|
-
|
|
5456
|
+
|
|
5357
5457
|
None
|
|
5358
|
-
|
|
5458
|
+
|
|
5359
5459
|
Image
|
|
5360
|
-
|
|
5460
|
+
|
|
5361
5461
|
PkkCode
|
|
5362
|
-
|
|
5462
|
+
|
|
5363
5463
|
Attachments
|
|
5364
5464
|
*/
|
|
5365
5465
|
export declare enum StringSubType {
|
|
@@ -5575,9 +5675,9 @@ export interface TagsFilterDto {
|
|
|
5575
5675
|
}
|
|
5576
5676
|
/**
|
|
5577
5677
|
* Task owner group.
|
|
5578
|
-
|
|
5678
|
+
|
|
5579
5679
|
my
|
|
5580
|
-
|
|
5680
|
+
|
|
5581
5681
|
all
|
|
5582
5682
|
*/
|
|
5583
5683
|
export declare enum TaskGroup {
|
|
@@ -5795,13 +5895,13 @@ export interface TemplateModelDc {
|
|
|
5795
5895
|
}
|
|
5796
5896
|
/**
|
|
5797
5897
|
* Sets the horizontal alignment of text.
|
|
5798
|
-
|
|
5898
|
+
|
|
5799
5899
|
right
|
|
5800
|
-
|
|
5900
|
+
|
|
5801
5901
|
left
|
|
5802
|
-
|
|
5902
|
+
|
|
5803
5903
|
center
|
|
5804
|
-
|
|
5904
|
+
|
|
5805
5905
|
justified
|
|
5806
5906
|
*/
|
|
5807
5907
|
export declare enum TextAlignment {
|
|
@@ -5821,11 +5921,11 @@ export interface TextBackgroundDc {
|
|
|
5821
5921
|
}
|
|
5822
5922
|
/**
|
|
5823
5923
|
* Sets the vertical alignment of text.
|
|
5824
|
-
|
|
5924
|
+
|
|
5825
5925
|
top
|
|
5826
|
-
|
|
5926
|
+
|
|
5827
5927
|
bottom
|
|
5828
|
-
|
|
5928
|
+
|
|
5829
5929
|
middle
|
|
5830
5930
|
*/
|
|
5831
5931
|
export declare enum TextVerticalAlignment {
|
|
@@ -6124,6 +6224,44 @@ export declare type TilingTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
6124
6224
|
createNewService?: boolean;
|
|
6125
6225
|
type?: string | null;
|
|
6126
6226
|
};
|
|
6227
|
+
/**
|
|
6228
|
+
* Access token request.
|
|
6229
|
+
*/
|
|
6230
|
+
export interface TokenRequestDc {
|
|
6231
|
+
/**
|
|
6232
|
+
* An authorization grant is a credential representing the resource
|
|
6233
|
+
* owner's authorization (to access its protected resources) used by the
|
|
6234
|
+
* client to obtain an access token.
|
|
6235
|
+
*
|
|
6236
|
+
* authorization_code
|
|
6237
|
+
*
|
|
6238
|
+
* refresh_token
|
|
6239
|
+
*/
|
|
6240
|
+
grant_type: AuthorizationGrant;
|
|
6241
|
+
/**
|
|
6242
|
+
* Client id.
|
|
6243
|
+
* @format uuid
|
|
6244
|
+
*/
|
|
6245
|
+
client_id: string;
|
|
6246
|
+
/** Client secret. */
|
|
6247
|
+
client_secret: string;
|
|
6248
|
+
/** Authorization code. */
|
|
6249
|
+
code: string;
|
|
6250
|
+
}
|
|
6251
|
+
/**
|
|
6252
|
+
* Token response.
|
|
6253
|
+
*/
|
|
6254
|
+
export interface TokenResponseDc {
|
|
6255
|
+
/** Access token. */
|
|
6256
|
+
access_token?: string;
|
|
6257
|
+
/**
|
|
6258
|
+
* Expires date.
|
|
6259
|
+
* @format date-time
|
|
6260
|
+
*/
|
|
6261
|
+
expires_in?: string;
|
|
6262
|
+
/** Refresh token. */
|
|
6263
|
+
refresh_token?: string;
|
|
6264
|
+
}
|
|
6127
6265
|
export declare type TrackSymbolBaseDc = SymbolDc & {
|
|
6128
6266
|
groupAttribute?: string | null;
|
|
6129
6267
|
sourceAttribute?: string | null;
|
|
@@ -6496,6 +6634,23 @@ export interface ResetPasswordCallbackPayload {
|
|
|
6496
6634
|
code: string;
|
|
6497
6635
|
newPassword: string;
|
|
6498
6636
|
}
|
|
6637
|
+
export interface AuthenticateParams {
|
|
6638
|
+
/**
|
|
6639
|
+
* Client id.
|
|
6640
|
+
* @format uuid
|
|
6641
|
+
*/
|
|
6642
|
+
client_id?: string;
|
|
6643
|
+
/**
|
|
6644
|
+
* Response type.
|
|
6645
|
+
*
|
|
6646
|
+
* code
|
|
6647
|
+
*
|
|
6648
|
+
* token
|
|
6649
|
+
*/
|
|
6650
|
+
response_type?: ResponseType;
|
|
6651
|
+
/** Redirect uri. */
|
|
6652
|
+
redirect_uri?: string;
|
|
6653
|
+
}
|
|
6499
6654
|
export interface GetRolesParams {
|
|
6500
6655
|
/** String filter for the role (uses % and _ wild cards like SQL). */
|
|
6501
6656
|
filter?: string;
|
|
@@ -6622,42 +6777,6 @@ export interface GetLivePreviewStreamParams {
|
|
|
6622
6777
|
/** Id of the camera. */
|
|
6623
6778
|
cameraId: string;
|
|
6624
6779
|
}
|
|
6625
|
-
export interface GetAllParams {
|
|
6626
|
-
/** Parent resource id. */
|
|
6627
|
-
parentId?: string;
|
|
6628
|
-
/**
|
|
6629
|
-
* Resources owner filter.
|
|
6630
|
-
*
|
|
6631
|
-
* My
|
|
6632
|
-
*
|
|
6633
|
-
* Shared
|
|
6634
|
-
*
|
|
6635
|
-
* Public
|
|
6636
|
-
*/
|
|
6637
|
-
ownerFilter?: OwnerFilter;
|
|
6638
|
-
/**
|
|
6639
|
-
* Limit response page.
|
|
6640
|
-
* @format int32
|
|
6641
|
-
*/
|
|
6642
|
-
limit?: number;
|
|
6643
|
-
/**
|
|
6644
|
-
* Offset objects from start.
|
|
6645
|
-
* @format int32
|
|
6646
|
-
*/
|
|
6647
|
-
offset?: number;
|
|
6648
|
-
}
|
|
6649
|
-
export interface PostGetAllParams {
|
|
6650
|
-
/**
|
|
6651
|
-
* Limit response page.
|
|
6652
|
-
* @format int32
|
|
6653
|
-
*/
|
|
6654
|
-
limit?: number;
|
|
6655
|
-
/**
|
|
6656
|
-
* Offset objects from start.
|
|
6657
|
-
* @format int32
|
|
6658
|
-
*/
|
|
6659
|
-
offset?: number;
|
|
6660
|
-
}
|
|
6661
6780
|
export interface GetTagsParams {
|
|
6662
6781
|
/** Text filter. */
|
|
6663
6782
|
filter?: string;
|
|
@@ -6673,7 +6792,7 @@ export interface GetTagsParams {
|
|
|
6673
6792
|
offset?: number;
|
|
6674
6793
|
}
|
|
6675
6794
|
export declare type PutTagsPayload = string[];
|
|
6676
|
-
export interface
|
|
6795
|
+
export interface PostGetAllParams {
|
|
6677
6796
|
/**
|
|
6678
6797
|
* Limit response page.
|
|
6679
6798
|
* @format int32
|
|
@@ -7384,7 +7503,7 @@ export interface ValidateExpressionParams {
|
|
|
7384
7503
|
/** Layer name. */
|
|
7385
7504
|
layerName: string;
|
|
7386
7505
|
}
|
|
7387
|
-
export interface
|
|
7506
|
+
export interface GetRasterMetaParams10 {
|
|
7388
7507
|
/**
|
|
7389
7508
|
* Min value for build histogram.
|
|
7390
7509
|
* @format double
|
|
@@ -7511,7 +7630,7 @@ export interface GetProjectsListParams {
|
|
|
7511
7630
|
tags?: string[];
|
|
7512
7631
|
}
|
|
7513
7632
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7514
|
-
export interface
|
|
7633
|
+
export interface DeleteResourcesParams8 {
|
|
7515
7634
|
/** Resource names. */
|
|
7516
7635
|
names?: string[];
|
|
7517
7636
|
}
|
|
@@ -7794,7 +7913,7 @@ export interface StatisticsDbParams {
|
|
|
7794
7913
|
*/
|
|
7795
7914
|
types?: AggregationFunction[];
|
|
7796
7915
|
}
|
|
7797
|
-
export interface
|
|
7916
|
+
export interface ClassifyParams10 {
|
|
7798
7917
|
/** Layer name. */
|
|
7799
7918
|
name: string;
|
|
7800
7919
|
/** Attribute name. */
|
|
@@ -7927,6 +8046,10 @@ export interface GetTableListParams {
|
|
|
7927
8046
|
acl?: string;
|
|
7928
8047
|
}
|
|
7929
8048
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8049
|
+
export interface DeleteResourcesParams4 {
|
|
8050
|
+
/** Resource names. */
|
|
8051
|
+
names?: string[];
|
|
8052
|
+
}
|
|
7930
8053
|
export interface GetTablesInfoParams {
|
|
7931
8054
|
/** Table names. */
|
|
7932
8055
|
tableNames?: string[];
|
|
@@ -7991,7 +8114,7 @@ export interface SetPreviewInput {
|
|
|
7991
8114
|
/** @format binary */
|
|
7992
8115
|
file?: File;
|
|
7993
8116
|
}
|
|
7994
|
-
export interface
|
|
8117
|
+
export interface GetAllParams {
|
|
7995
8118
|
/** Text filter. */
|
|
7996
8119
|
filter?: string;
|
|
7997
8120
|
/**
|
|
@@ -8080,7 +8203,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8080
8203
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8081
8204
|
AcceptFormats?: string[];
|
|
8082
8205
|
}
|
|
8083
|
-
export interface
|
|
8206
|
+
export interface GetCapabilitiesParams5 {
|
|
8084
8207
|
/** Output format of service metadata. */
|
|
8085
8208
|
Format?: string;
|
|
8086
8209
|
/** Must be WMS. */
|