@evergis/api 3.0.193 → 3.0.194
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 +3 -3
- 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__/TagsService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +321 -195
- package/dist/api.cjs.development.js +87 -15
- 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 +297 -201
- 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 {
|
|
@@ -1652,15 +1665,15 @@ export interface ErrorDetailsDc {
|
|
|
1652
1665
|
}
|
|
1653
1666
|
/**
|
|
1654
1667
|
* Type of the error.
|
|
1655
|
-
|
|
1668
|
+
|
|
1656
1669
|
ResourceLimitExceeded
|
|
1657
|
-
|
|
1670
|
+
|
|
1658
1671
|
ResourceNotFound
|
|
1659
|
-
|
|
1672
|
+
|
|
1660
1673
|
InternalError
|
|
1661
|
-
|
|
1674
|
+
|
|
1662
1675
|
BadRequest
|
|
1663
|
-
|
|
1676
|
+
|
|
1664
1677
|
DuplicateContent
|
|
1665
1678
|
*/
|
|
1666
1679
|
export declare enum ErrorDetailsType {
|
|
@@ -2006,7 +2019,7 @@ export interface FeatureDc {
|
|
|
2006
2019
|
/** Feature unique identifier. */
|
|
2007
2020
|
id?: string;
|
|
2008
2021
|
/** Values for all bands of feature by pixel point. */
|
|
2009
|
-
bandsValues?: Record<string, number
|
|
2022
|
+
bandsValues?: Record<string, number>;
|
|
2010
2023
|
}
|
|
2011
2024
|
/**
|
|
2012
2025
|
* Service info for a feature layer service.
|
|
@@ -2152,9 +2165,9 @@ export declare type FeatureTaskParametersDc = TaskParametersDc & {
|
|
|
2152
2165
|
};
|
|
2153
2166
|
/**
|
|
2154
2167
|
* Type of the feature.
|
|
2155
|
-
|
|
2168
|
+
|
|
2156
2169
|
Unknown
|
|
2157
|
-
|
|
2170
|
+
|
|
2158
2171
|
GeometricFeature
|
|
2159
2172
|
*/
|
|
2160
2173
|
export declare enum FeatureType {
|
|
@@ -2281,11 +2294,11 @@ export interface FilterDc {
|
|
|
2281
2294
|
}
|
|
2282
2295
|
/**
|
|
2283
2296
|
* Sets whether font should be styled.
|
|
2284
|
-
|
|
2297
|
+
|
|
2285
2298
|
normal
|
|
2286
|
-
|
|
2299
|
+
|
|
2287
2300
|
oblique
|
|
2288
|
-
|
|
2301
|
+
|
|
2289
2302
|
italic
|
|
2290
2303
|
*/
|
|
2291
2304
|
export declare enum FontStyle {
|
|
@@ -2295,27 +2308,27 @@ export declare enum FontStyle {
|
|
|
2295
2308
|
}
|
|
2296
2309
|
/**
|
|
2297
2310
|
* Specifies the weight (or boldness) of the font.
|
|
2298
|
-
|
|
2311
|
+
|
|
2299
2312
|
Thin
|
|
2300
|
-
|
|
2313
|
+
|
|
2301
2314
|
ExtraLight
|
|
2302
|
-
|
|
2315
|
+
|
|
2303
2316
|
Light
|
|
2304
|
-
|
|
2317
|
+
|
|
2305
2318
|
SemiLight
|
|
2306
|
-
|
|
2319
|
+
|
|
2307
2320
|
Normal
|
|
2308
|
-
|
|
2321
|
+
|
|
2309
2322
|
Medium
|
|
2310
|
-
|
|
2323
|
+
|
|
2311
2324
|
DemiBold
|
|
2312
|
-
|
|
2325
|
+
|
|
2313
2326
|
Bold
|
|
2314
|
-
|
|
2327
|
+
|
|
2315
2328
|
ExtraBold
|
|
2316
|
-
|
|
2329
|
+
|
|
2317
2330
|
Black
|
|
2318
|
-
|
|
2331
|
+
|
|
2319
2332
|
ExtraBlack
|
|
2320
2333
|
*/
|
|
2321
2334
|
export declare enum FontWeight {
|
|
@@ -2410,17 +2423,17 @@ export interface GeometryDc {
|
|
|
2410
2423
|
}
|
|
2411
2424
|
/**
|
|
2412
2425
|
*
|
|
2413
|
-
|
|
2426
|
+
|
|
2414
2427
|
unknown
|
|
2415
|
-
|
|
2428
|
+
|
|
2416
2429
|
point
|
|
2417
|
-
|
|
2430
|
+
|
|
2418
2431
|
polyline
|
|
2419
|
-
|
|
2432
|
+
|
|
2420
2433
|
multipolygon
|
|
2421
|
-
|
|
2434
|
+
|
|
2422
2435
|
envelope
|
|
2423
|
-
|
|
2436
|
+
|
|
2424
2437
|
multipoint
|
|
2425
2438
|
*/
|
|
2426
2439
|
export declare enum GeometryType {
|
|
@@ -2590,13 +2603,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2590
2603
|
};
|
|
2591
2604
|
/**
|
|
2592
2605
|
* Resource group.
|
|
2593
|
-
|
|
2606
|
+
|
|
2594
2607
|
my
|
|
2595
|
-
|
|
2608
|
+
|
|
2596
2609
|
role
|
|
2597
|
-
|
|
2610
|
+
|
|
2598
2611
|
public
|
|
2599
|
-
|
|
2612
|
+
|
|
2600
2613
|
all
|
|
2601
2614
|
*/
|
|
2602
2615
|
export declare enum Group {
|
|
@@ -3059,13 +3072,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
3059
3072
|
};
|
|
3060
3073
|
/**
|
|
3061
3074
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
3062
|
-
|
|
3075
|
+
|
|
3063
3076
|
Flat
|
|
3064
|
-
|
|
3077
|
+
|
|
3065
3078
|
Square
|
|
3066
|
-
|
|
3079
|
+
|
|
3067
3080
|
Round
|
|
3068
|
-
|
|
3081
|
+
|
|
3069
3082
|
Triangle
|
|
3070
3083
|
*/
|
|
3071
3084
|
export declare enum LineCapStyle {
|
|
@@ -3109,29 +3122,29 @@ export interface LineEndingBaseDc {
|
|
|
3109
3122
|
}
|
|
3110
3123
|
/**
|
|
3111
3124
|
* Type of the line ending.
|
|
3112
|
-
|
|
3125
|
+
|
|
3113
3126
|
none
|
|
3114
|
-
|
|
3127
|
+
|
|
3115
3128
|
arrow
|
|
3116
|
-
|
|
3129
|
+
|
|
3117
3130
|
filledArrow
|
|
3118
|
-
|
|
3131
|
+
|
|
3119
3132
|
square
|
|
3120
|
-
|
|
3133
|
+
|
|
3121
3134
|
filledSquare
|
|
3122
|
-
|
|
3135
|
+
|
|
3123
3136
|
circle
|
|
3124
|
-
|
|
3137
|
+
|
|
3125
3138
|
filledCircle
|
|
3126
|
-
|
|
3139
|
+
|
|
3127
3140
|
diamond
|
|
3128
|
-
|
|
3141
|
+
|
|
3129
3142
|
filledDiamond
|
|
3130
|
-
|
|
3143
|
+
|
|
3131
3144
|
roundSquare
|
|
3132
|
-
|
|
3145
|
+
|
|
3133
3146
|
filledRoundSquare
|
|
3134
|
-
|
|
3147
|
+
|
|
3135
3148
|
svg
|
|
3136
3149
|
*/
|
|
3137
3150
|
export declare enum LineEndingType {
|
|
@@ -3150,11 +3163,11 @@ export declare enum LineEndingType {
|
|
|
3150
3163
|
}
|
|
3151
3164
|
/**
|
|
3152
3165
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3153
|
-
|
|
3166
|
+
|
|
3154
3167
|
Miter
|
|
3155
|
-
|
|
3168
|
+
|
|
3156
3169
|
Bevel
|
|
3157
|
-
|
|
3170
|
+
|
|
3158
3171
|
Round
|
|
3159
3172
|
*/
|
|
3160
3173
|
export declare enum LineJoinType {
|
|
@@ -3191,6 +3204,8 @@ export interface ListResourcesDto {
|
|
|
3191
3204
|
* Shared
|
|
3192
3205
|
*
|
|
3193
3206
|
* Public
|
|
3207
|
+
*
|
|
3208
|
+
* All
|
|
3194
3209
|
*/
|
|
3195
3210
|
ownerFilter?: OwnerFilter;
|
|
3196
3211
|
/** Resources types filter. */
|
|
@@ -3199,6 +3214,10 @@ export interface ListResourcesDto {
|
|
|
3199
3214
|
subtypes?: string[];
|
|
3200
3215
|
/** Tags filter. */
|
|
3201
3216
|
tagsFilter?: TagsFilterDto;
|
|
3217
|
+
/** Order by result. */
|
|
3218
|
+
orderBy?: string[];
|
|
3219
|
+
/** System names filter. */
|
|
3220
|
+
systemNames?: string[];
|
|
3202
3221
|
}
|
|
3203
3222
|
/**
|
|
3204
3223
|
* Configuration for the local tile service.
|
|
@@ -3234,7 +3253,7 @@ export interface LoginDc {
|
|
|
3234
3253
|
}
|
|
3235
3254
|
/**
|
|
3236
3255
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3237
|
-
|
|
3256
|
+
|
|
3238
3257
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3239
3258
|
*/
|
|
3240
3259
|
export interface MapTableInfoDc {
|
|
@@ -3334,7 +3353,7 @@ export interface NamespaceInfoDc {
|
|
|
3334
3353
|
* RasterMetaDc.
|
|
3335
3354
|
*/
|
|
3336
3355
|
export declare type NetCdfMetaDc = RasterMetaDc & {
|
|
3337
|
-
dimExtraValues?: Record<string, string[]>;
|
|
3356
|
+
dimExtraValues?: Record<string, string[] | null>;
|
|
3338
3357
|
};
|
|
3339
3358
|
/**
|
|
3340
3359
|
* Define no ending data contract.
|
|
@@ -3345,15 +3364,15 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3345
3364
|
export declare type ObjectId = object;
|
|
3346
3365
|
/**
|
|
3347
3366
|
*
|
|
3348
|
-
|
|
3367
|
+
|
|
3349
3368
|
Unknown
|
|
3350
|
-
|
|
3369
|
+
|
|
3351
3370
|
union
|
|
3352
|
-
|
|
3371
|
+
|
|
3353
3372
|
intersection
|
|
3354
|
-
|
|
3373
|
+
|
|
3355
3374
|
subtraction
|
|
3356
|
-
|
|
3375
|
+
|
|
3357
3376
|
symDifference
|
|
3358
3377
|
*/
|
|
3359
3378
|
export declare enum Operation {
|
|
@@ -3373,17 +3392,20 @@ export declare type OverlayTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
3373
3392
|
};
|
|
3374
3393
|
/**
|
|
3375
3394
|
*
|
|
3376
|
-
|
|
3395
|
+
|
|
3377
3396
|
My
|
|
3378
|
-
|
|
3397
|
+
|
|
3379
3398
|
Shared
|
|
3380
|
-
|
|
3399
|
+
|
|
3381
3400
|
Public
|
|
3401
|
+
|
|
3402
|
+
All
|
|
3382
3403
|
*/
|
|
3383
3404
|
export declare enum OwnerFilter {
|
|
3384
3405
|
My = "My",
|
|
3385
3406
|
Shared = "Shared",
|
|
3386
|
-
Public = "Public"
|
|
3407
|
+
Public = "Public",
|
|
3408
|
+
All = "All"
|
|
3387
3409
|
}
|
|
3388
3410
|
/**
|
|
3389
3411
|
* Features list definition.
|
|
@@ -3626,9 +3648,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3626
3648
|
};
|
|
3627
3649
|
/**
|
|
3628
3650
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3629
|
-
|
|
3651
|
+
|
|
3630
3652
|
xyz
|
|
3631
|
-
|
|
3653
|
+
|
|
3632
3654
|
tms
|
|
3633
3655
|
*/
|
|
3634
3656
|
export declare enum PbfSchema {
|
|
@@ -3649,19 +3671,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3649
3671
|
};
|
|
3650
3672
|
/**
|
|
3651
3673
|
*
|
|
3652
|
-
|
|
3674
|
+
|
|
3653
3675
|
none
|
|
3654
|
-
|
|
3676
|
+
|
|
3655
3677
|
configure
|
|
3656
|
-
|
|
3678
|
+
|
|
3657
3679
|
write
|
|
3658
|
-
|
|
3680
|
+
|
|
3659
3681
|
read
|
|
3660
|
-
|
|
3682
|
+
|
|
3661
3683
|
read,configure
|
|
3662
|
-
|
|
3684
|
+
|
|
3663
3685
|
read,write
|
|
3664
|
-
|
|
3686
|
+
|
|
3665
3687
|
read,write,configure
|
|
3666
3688
|
*/
|
|
3667
3689
|
export declare enum Permissions {
|
|
@@ -3719,19 +3741,19 @@ export interface PolicyDc {
|
|
|
3719
3741
|
}
|
|
3720
3742
|
/**
|
|
3721
3743
|
* Type of the authorization policy.
|
|
3722
|
-
|
|
3744
|
+
|
|
3723
3745
|
Unknown
|
|
3724
|
-
|
|
3746
|
+
|
|
3725
3747
|
CreateTable
|
|
3726
|
-
|
|
3748
|
+
|
|
3727
3749
|
CreateLayer
|
|
3728
|
-
|
|
3750
|
+
|
|
3729
3751
|
CreateProject
|
|
3730
|
-
|
|
3752
|
+
|
|
3731
3753
|
MaxFeaturesInOneTable
|
|
3732
|
-
|
|
3754
|
+
|
|
3733
3755
|
MaxObjectsToExport
|
|
3734
|
-
|
|
3756
|
+
|
|
3735
3757
|
MaxUploadContentSize
|
|
3736
3758
|
*/
|
|
3737
3759
|
export declare enum PolicyType {
|
|
@@ -4091,11 +4113,11 @@ export interface ProxyServiceInfoDc {
|
|
|
4091
4113
|
}
|
|
4092
4114
|
/**
|
|
4093
4115
|
* Stream quality.
|
|
4094
|
-
|
|
4116
|
+
|
|
4095
4117
|
Low
|
|
4096
|
-
|
|
4118
|
+
|
|
4097
4119
|
Medium
|
|
4098
|
-
|
|
4120
|
+
|
|
4099
4121
|
High
|
|
4100
4122
|
*/
|
|
4101
4123
|
export declare enum Quality {
|
|
@@ -4342,7 +4364,7 @@ export interface RasterBandMetaDc {
|
|
|
4342
4364
|
/** Histogram. */
|
|
4343
4365
|
histogram?: number[];
|
|
4344
4366
|
/** Data histogram. */
|
|
4345
|
-
dataHistogram?: Record<string, number
|
|
4367
|
+
dataHistogram?: Record<string, number>;
|
|
4346
4368
|
}
|
|
4347
4369
|
/**
|
|
4348
4370
|
* Upload raster task parameters data contract.
|
|
@@ -4443,6 +4465,31 @@ export interface RasterVrtFeatureSourceDc {
|
|
|
4443
4465
|
*/
|
|
4444
4466
|
id: number;
|
|
4445
4467
|
}
|
|
4468
|
+
/**
|
|
4469
|
+
* Create client data contract.
|
|
4470
|
+
*/
|
|
4471
|
+
export interface RegisterClientRequestDc {
|
|
4472
|
+
/** Name of the client. */
|
|
4473
|
+
client_name: string;
|
|
4474
|
+
/** Redirect uri. */
|
|
4475
|
+
redirect_uri: string;
|
|
4476
|
+
/** Client uri. */
|
|
4477
|
+
client_uri?: string;
|
|
4478
|
+
}
|
|
4479
|
+
/**
|
|
4480
|
+
* Create client response dc.
|
|
4481
|
+
*/
|
|
4482
|
+
export interface RegisterClientResponseDc {
|
|
4483
|
+
/**
|
|
4484
|
+
* Client id.
|
|
4485
|
+
* @format uuid
|
|
4486
|
+
*/
|
|
4487
|
+
client_id?: string;
|
|
4488
|
+
/** Client secret. */
|
|
4489
|
+
secret?: string;
|
|
4490
|
+
/** Client name. */
|
|
4491
|
+
client_name?: string;
|
|
4492
|
+
}
|
|
4446
4493
|
/**
|
|
4447
4494
|
* Data contract for register new user.
|
|
4448
4495
|
*/
|
|
@@ -4570,19 +4617,19 @@ export interface ResourceInfoDc {
|
|
|
4570
4617
|
}
|
|
4571
4618
|
/**
|
|
4572
4619
|
*
|
|
4573
|
-
|
|
4620
|
+
|
|
4574
4621
|
Unknown
|
|
4575
|
-
|
|
4622
|
+
|
|
4576
4623
|
table
|
|
4577
|
-
|
|
4624
|
+
|
|
4578
4625
|
layer
|
|
4579
|
-
|
|
4626
|
+
|
|
4580
4627
|
project
|
|
4581
|
-
|
|
4628
|
+
|
|
4582
4629
|
file
|
|
4583
|
-
|
|
4630
|
+
|
|
4584
4631
|
feature
|
|
4585
|
-
|
|
4632
|
+
|
|
4586
4633
|
tag
|
|
4587
4634
|
*/
|
|
4588
4635
|
export declare enum ResourceType {
|
|
@@ -4599,6 +4646,17 @@ export declare enum ResourceTypeLink {
|
|
|
4599
4646
|
Layer = "layers",
|
|
4600
4647
|
Project = "projects"
|
|
4601
4648
|
}
|
|
4649
|
+
/**
|
|
4650
|
+
* Response type.
|
|
4651
|
+
|
|
4652
|
+
code
|
|
4653
|
+
|
|
4654
|
+
token
|
|
4655
|
+
*/
|
|
4656
|
+
export declare enum ResponseType {
|
|
4657
|
+
Code = "code",
|
|
4658
|
+
Token = "token"
|
|
4659
|
+
}
|
|
4602
4660
|
/**
|
|
4603
4661
|
* The symbol that draws a rgb raster.
|
|
4604
4662
|
*/
|
|
@@ -4768,6 +4826,8 @@ export interface SearchResourcesDto {
|
|
|
4768
4826
|
* Shared
|
|
4769
4827
|
*
|
|
4770
4828
|
* Public
|
|
4829
|
+
*
|
|
4830
|
+
* All
|
|
4771
4831
|
*/
|
|
4772
4832
|
ownerFilter?: OwnerFilter;
|
|
4773
4833
|
/** Tags filter. */
|
|
@@ -4776,6 +4836,10 @@ export interface SearchResourcesDto {
|
|
|
4776
4836
|
resourceTypes?: CatalogResourceType[];
|
|
4777
4837
|
/** Resources subtypes filter. */
|
|
4778
4838
|
subtypes?: string[];
|
|
4839
|
+
/** Order by response. */
|
|
4840
|
+
orderBy?: string[];
|
|
4841
|
+
/** Filter by system names. */
|
|
4842
|
+
systemNames?: string[];
|
|
4779
4843
|
}
|
|
4780
4844
|
/**
|
|
4781
4845
|
* Result data.
|
|
@@ -4851,21 +4915,21 @@ export interface ServerInfoDc {
|
|
|
4851
4915
|
}
|
|
4852
4916
|
/**
|
|
4853
4917
|
* Status of the server task.
|
|
4854
|
-
|
|
4918
|
+
|
|
4855
4919
|
None
|
|
4856
|
-
|
|
4920
|
+
|
|
4857
4921
|
Scheduled
|
|
4858
|
-
|
|
4922
|
+
|
|
4859
4923
|
Planning
|
|
4860
|
-
|
|
4924
|
+
|
|
4861
4925
|
Executing
|
|
4862
|
-
|
|
4926
|
+
|
|
4863
4927
|
Completed
|
|
4864
|
-
|
|
4928
|
+
|
|
4865
4929
|
Failed
|
|
4866
|
-
|
|
4930
|
+
|
|
4867
4931
|
Canceled
|
|
4868
|
-
|
|
4932
|
+
|
|
4869
4933
|
Timeout
|
|
4870
4934
|
*/
|
|
4871
4935
|
export declare enum ServerTaskStatus {
|
|
@@ -4964,6 +5028,7 @@ export interface ServiceInfo {
|
|
|
4964
5028
|
tags?: string[];
|
|
4965
5029
|
inVisible?: boolean;
|
|
4966
5030
|
parentId?: string;
|
|
5031
|
+
resourceId?: string;
|
|
4967
5032
|
preview?: string;
|
|
4968
5033
|
}
|
|
4969
5034
|
/**
|
|
@@ -5123,7 +5188,7 @@ export interface SimpleEndingDc {
|
|
|
5123
5188
|
}
|
|
5124
5189
|
/**
|
|
5125
5190
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5126
|
-
|
|
5191
|
+
|
|
5127
5192
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5128
5193
|
stroke width and color of the symbol.
|
|
5129
5194
|
*/
|
|
@@ -5198,11 +5263,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5198
5263
|
}
|
|
5199
5264
|
/**
|
|
5200
5265
|
*
|
|
5201
|
-
|
|
5266
|
+
|
|
5202
5267
|
Basic
|
|
5203
|
-
|
|
5268
|
+
|
|
5204
5269
|
PreserveTopology
|
|
5205
|
-
|
|
5270
|
+
|
|
5206
5271
|
VW
|
|
5207
5272
|
*/
|
|
5208
5273
|
export declare enum SimplifyType {
|
|
@@ -5353,13 +5418,13 @@ export declare type StepResultDc = BaseStepResultDc & {
|
|
|
5353
5418
|
};
|
|
5354
5419
|
/**
|
|
5355
5420
|
*
|
|
5356
|
-
|
|
5421
|
+
|
|
5357
5422
|
None
|
|
5358
|
-
|
|
5423
|
+
|
|
5359
5424
|
Image
|
|
5360
|
-
|
|
5425
|
+
|
|
5361
5426
|
PkkCode
|
|
5362
|
-
|
|
5427
|
+
|
|
5363
5428
|
Attachments
|
|
5364
5429
|
*/
|
|
5365
5430
|
export declare enum StringSubType {
|
|
@@ -5575,9 +5640,9 @@ export interface TagsFilterDto {
|
|
|
5575
5640
|
}
|
|
5576
5641
|
/**
|
|
5577
5642
|
* Task owner group.
|
|
5578
|
-
|
|
5643
|
+
|
|
5579
5644
|
my
|
|
5580
|
-
|
|
5645
|
+
|
|
5581
5646
|
all
|
|
5582
5647
|
*/
|
|
5583
5648
|
export declare enum TaskGroup {
|
|
@@ -5795,13 +5860,13 @@ export interface TemplateModelDc {
|
|
|
5795
5860
|
}
|
|
5796
5861
|
/**
|
|
5797
5862
|
* Sets the horizontal alignment of text.
|
|
5798
|
-
|
|
5863
|
+
|
|
5799
5864
|
right
|
|
5800
|
-
|
|
5865
|
+
|
|
5801
5866
|
left
|
|
5802
|
-
|
|
5867
|
+
|
|
5803
5868
|
center
|
|
5804
|
-
|
|
5869
|
+
|
|
5805
5870
|
justified
|
|
5806
5871
|
*/
|
|
5807
5872
|
export declare enum TextAlignment {
|
|
@@ -5821,11 +5886,11 @@ export interface TextBackgroundDc {
|
|
|
5821
5886
|
}
|
|
5822
5887
|
/**
|
|
5823
5888
|
* Sets the vertical alignment of text.
|
|
5824
|
-
|
|
5889
|
+
|
|
5825
5890
|
top
|
|
5826
|
-
|
|
5891
|
+
|
|
5827
5892
|
bottom
|
|
5828
|
-
|
|
5893
|
+
|
|
5829
5894
|
middle
|
|
5830
5895
|
*/
|
|
5831
5896
|
export declare enum TextVerticalAlignment {
|
|
@@ -6124,6 +6189,44 @@ export declare type TilingTaskDataStorageDc = BaseTaskDataStorageDc & {
|
|
|
6124
6189
|
createNewService?: boolean;
|
|
6125
6190
|
type?: string | null;
|
|
6126
6191
|
};
|
|
6192
|
+
/**
|
|
6193
|
+
* Access token request.
|
|
6194
|
+
*/
|
|
6195
|
+
export interface TokenRequestDc {
|
|
6196
|
+
/**
|
|
6197
|
+
* An authorization grant is a credential representing the resource
|
|
6198
|
+
* owner's authorization (to access its protected resources) used by the
|
|
6199
|
+
* client to obtain an access token.
|
|
6200
|
+
*
|
|
6201
|
+
* authorization_code
|
|
6202
|
+
*
|
|
6203
|
+
* refresh_token
|
|
6204
|
+
*/
|
|
6205
|
+
grant_type: AuthorizationGrant;
|
|
6206
|
+
/**
|
|
6207
|
+
* Client id.
|
|
6208
|
+
* @format uuid
|
|
6209
|
+
*/
|
|
6210
|
+
client_id: string;
|
|
6211
|
+
/** Client secret. */
|
|
6212
|
+
client_secret: string;
|
|
6213
|
+
/** Authorization code. */
|
|
6214
|
+
code: string;
|
|
6215
|
+
}
|
|
6216
|
+
/**
|
|
6217
|
+
* Token response.
|
|
6218
|
+
*/
|
|
6219
|
+
export interface TokenResponseDc {
|
|
6220
|
+
/** Access token. */
|
|
6221
|
+
access_token?: string;
|
|
6222
|
+
/**
|
|
6223
|
+
* Expires date.
|
|
6224
|
+
* @format date-time
|
|
6225
|
+
*/
|
|
6226
|
+
expires_in?: string;
|
|
6227
|
+
/** Refresh token. */
|
|
6228
|
+
refresh_token?: string;
|
|
6229
|
+
}
|
|
6127
6230
|
export declare type TrackSymbolBaseDc = SymbolDc & {
|
|
6128
6231
|
groupAttribute?: string | null;
|
|
6129
6232
|
sourceAttribute?: string | null;
|
|
@@ -6496,6 +6599,23 @@ export interface ResetPasswordCallbackPayload {
|
|
|
6496
6599
|
code: string;
|
|
6497
6600
|
newPassword: string;
|
|
6498
6601
|
}
|
|
6602
|
+
export interface AuthenticateParams {
|
|
6603
|
+
/**
|
|
6604
|
+
* Client id.
|
|
6605
|
+
* @format uuid
|
|
6606
|
+
*/
|
|
6607
|
+
client_id?: string;
|
|
6608
|
+
/**
|
|
6609
|
+
* Response type.
|
|
6610
|
+
*
|
|
6611
|
+
* code
|
|
6612
|
+
*
|
|
6613
|
+
* token
|
|
6614
|
+
*/
|
|
6615
|
+
response_type?: ResponseType;
|
|
6616
|
+
/** Redirect uri. */
|
|
6617
|
+
redirect_uri?: string;
|
|
6618
|
+
}
|
|
6499
6619
|
export interface GetRolesParams {
|
|
6500
6620
|
/** String filter for the role (uses % and _ wild cards like SQL). */
|
|
6501
6621
|
filter?: string;
|
|
@@ -6633,6 +6753,8 @@ export interface GetAllParams {
|
|
|
6633
6753
|
* Shared
|
|
6634
6754
|
*
|
|
6635
6755
|
* Public
|
|
6756
|
+
*
|
|
6757
|
+
* All
|
|
6636
6758
|
*/
|
|
6637
6759
|
ownerFilter?: OwnerFilter;
|
|
6638
6760
|
/**
|
|
@@ -7511,7 +7633,7 @@ export interface GetProjectsListParams {
|
|
|
7511
7633
|
tags?: string[];
|
|
7512
7634
|
}
|
|
7513
7635
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
7514
|
-
export interface
|
|
7636
|
+
export interface DeleteResourcesParams4 {
|
|
7515
7637
|
/** Resource names. */
|
|
7516
7638
|
names?: string[];
|
|
7517
7639
|
}
|
|
@@ -7794,7 +7916,7 @@ export interface StatisticsDbParams {
|
|
|
7794
7916
|
*/
|
|
7795
7917
|
types?: AggregationFunction[];
|
|
7796
7918
|
}
|
|
7797
|
-
export interface
|
|
7919
|
+
export interface ClassifyParams4 {
|
|
7798
7920
|
/** Layer name. */
|
|
7799
7921
|
name: string;
|
|
7800
7922
|
/** Attribute name. */
|
|
@@ -7927,6 +8049,10 @@ export interface GetTableListParams {
|
|
|
7927
8049
|
acl?: string;
|
|
7928
8050
|
}
|
|
7929
8051
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
8052
|
+
export interface DeleteResourcesParams10 {
|
|
8053
|
+
/** Resource names. */
|
|
8054
|
+
names?: string[];
|
|
8055
|
+
}
|
|
7930
8056
|
export interface GetTablesInfoParams {
|
|
7931
8057
|
/** Table names. */
|
|
7932
8058
|
tableNames?: string[];
|
|
@@ -7991,7 +8117,7 @@ export interface SetPreviewInput {
|
|
|
7991
8117
|
/** @format binary */
|
|
7992
8118
|
file?: File;
|
|
7993
8119
|
}
|
|
7994
|
-
export interface
|
|
8120
|
+
export interface GetAllParams3 {
|
|
7995
8121
|
/** Text filter. */
|
|
7996
8122
|
filter?: string;
|
|
7997
8123
|
/**
|
|
@@ -8080,7 +8206,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8080
8206
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8081
8207
|
AcceptFormats?: string[];
|
|
8082
8208
|
}
|
|
8083
|
-
export interface
|
|
8209
|
+
export interface GetCapabilitiesParams7 {
|
|
8084
8210
|
/** Output format of service metadata. */
|
|
8085
8211
|
Format?: string;
|
|
8086
8212
|
/** Must be WMS. */
|