@evergis/api 5.0.18 → 5.0.20
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 +21 -21
- package/README.md +12 -12
- package/dist/__generated__/AccountPreviewService.d.ts +1 -1
- package/dist/__generated__/AccountService.d.ts +12 -11
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/CatalogService.d.ts +1 -1
- package/dist/__generated__/ClientSettingsService.d.ts +1 -1
- package/dist/__generated__/DataSourceService.d.ts +1 -1
- package/dist/__generated__/EqlService.d.ts +1 -1
- package/dist/__generated__/ExternalProvidersService.d.ts +1 -1
- package/dist/__generated__/FeedbackService.d.ts +1 -1
- package/dist/__generated__/FiltersService.d.ts +1 -1
- package/dist/__generated__/GeocodeService.d.ts +1 -1
- package/dist/__generated__/ImportService.d.ts +12 -11
- package/dist/__generated__/LayersService.d.ts +13 -11
- package/dist/__generated__/NotificationService.d.ts +1 -1
- package/dist/__generated__/ProjectsService.d.ts +1 -1
- package/dist/__generated__/QueryTokenAccessService.d.ts +1 -1
- package/dist/__generated__/RemoteTaskManagerService.d.ts +1 -1
- package/dist/__generated__/SecurityService.d.ts +34 -31
- package/dist/__generated__/SpatialReferencesService.d.ts +1 -1
- package/dist/__generated__/StatisticService.d.ts +1 -1
- package/dist/__generated__/TablesService.d.ts +1 -1
- package/dist/__generated__/ToolsService.d.ts +1 -1
- package/dist/__generated__/VectorTileService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +84 -2512
- package/dist/api.esm.js +109 -579
- package/dist/api.esm.js.map +1 -1
- package/dist/index.js +108 -578
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -134,7 +134,7 @@ class Service {
|
|
|
134
134
|
*/
|
|
135
135
|
// @ts-nocheck
|
|
136
136
|
/**
|
|
137
|
-
* @title Spatial Processing
|
|
137
|
+
* @title Spatial Processing Gateway API
|
|
138
138
|
* @version 1.5.1.0
|
|
139
139
|
* @baseUrl /sp
|
|
140
140
|
*/
|
|
@@ -322,16 +322,17 @@ class AccountService extends Service {
|
|
|
322
322
|
return this.http.post(`/account/user/${username}/email/verify`, null).then(() => { });
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
325
|
+
* No description
|
|
326
|
+
*
|
|
327
|
+
* @tags Account
|
|
328
|
+
* @name SetEmail
|
|
329
|
+
* @operationId AccountController_SetEmail
|
|
330
|
+
* @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through
|
|
331
|
+
link.
|
|
332
|
+
* @request POST:/account/setEmail
|
|
333
|
+
* @secure
|
|
334
|
+
* @response `200` OK
|
|
335
|
+
*/
|
|
335
336
|
setEmail(data) {
|
|
336
337
|
return this.http.post(`/account/setEmail`, toFormData(data)).then(() => { });
|
|
337
338
|
}
|
|
@@ -794,7 +795,7 @@ class Account extends AccountService {
|
|
|
794
795
|
*/
|
|
795
796
|
// @ts-nocheck
|
|
796
797
|
/**
|
|
797
|
-
* @title Spatial Processing
|
|
798
|
+
* @title Spatial Processing Gateway API
|
|
798
799
|
* @version 1.5.1.0
|
|
799
800
|
* @baseUrl /sp
|
|
800
801
|
*/
|
|
@@ -900,7 +901,7 @@ class AccountPreview extends AccountPreviewService {
|
|
|
900
901
|
*/
|
|
901
902
|
// @ts-nocheck
|
|
902
903
|
/**
|
|
903
|
-
* @title Spatial Processing
|
|
904
|
+
* @title Spatial Processing Gateway API
|
|
904
905
|
* @version 1.5.1.0
|
|
905
906
|
* @baseUrl /sp
|
|
906
907
|
*/
|
|
@@ -1160,7 +1161,7 @@ class External extends ExternalProvidersService {
|
|
|
1160
1161
|
*/
|
|
1161
1162
|
// @ts-nocheck
|
|
1162
1163
|
/**
|
|
1163
|
-
* @title Spatial Processing
|
|
1164
|
+
* @title Spatial Processing Gateway API
|
|
1164
1165
|
* @version 1.5.1.0
|
|
1165
1166
|
* @baseUrl /sp
|
|
1166
1167
|
*/
|
|
@@ -1196,7 +1197,7 @@ class BulkOperations extends BulkOperationsService {
|
|
|
1196
1197
|
*/
|
|
1197
1198
|
// @ts-nocheck
|
|
1198
1199
|
/**
|
|
1199
|
-
* @title Spatial Processing
|
|
1200
|
+
* @title Spatial Processing Gateway API
|
|
1200
1201
|
* @version 1.5.1.0
|
|
1201
1202
|
* @baseUrl /sp
|
|
1202
1203
|
*/
|
|
@@ -1287,7 +1288,7 @@ class ClientSettings extends ClientSettingsService {
|
|
|
1287
1288
|
*/
|
|
1288
1289
|
// @ts-nocheck
|
|
1289
1290
|
/**
|
|
1290
|
-
* @title Spatial Processing
|
|
1291
|
+
* @title Spatial Processing Gateway API
|
|
1291
1292
|
* @version 1.5.1.0
|
|
1292
1293
|
* @baseUrl /sp
|
|
1293
1294
|
*/
|
|
@@ -1521,7 +1522,7 @@ class Eql extends EqlService {
|
|
|
1521
1522
|
*/
|
|
1522
1523
|
// @ts-nocheck
|
|
1523
1524
|
/**
|
|
1524
|
-
* @title Spatial Processing
|
|
1525
|
+
* @title Spatial Processing Gateway API
|
|
1525
1526
|
* @version 1.5.1.0
|
|
1526
1527
|
* @baseUrl /sp
|
|
1527
1528
|
*/
|
|
@@ -1585,7 +1586,7 @@ class Feedback extends FeedbackService {
|
|
|
1585
1586
|
*/
|
|
1586
1587
|
// @ts-nocheck
|
|
1587
1588
|
/**
|
|
1588
|
-
* @title Spatial Processing
|
|
1589
|
+
* @title Spatial Processing Gateway API
|
|
1589
1590
|
* @version 1.5.1.0
|
|
1590
1591
|
* @baseUrl /sp
|
|
1591
1592
|
*/
|
|
@@ -1970,7 +1971,7 @@ class FileUpload extends CatalogService {
|
|
|
1970
1971
|
*/
|
|
1971
1972
|
// @ts-nocheck
|
|
1972
1973
|
/**
|
|
1973
|
-
* @title Spatial Processing
|
|
1974
|
+
* @title Spatial Processing Gateway API
|
|
1974
1975
|
* @version 1.5.1.0
|
|
1975
1976
|
* @baseUrl /sp
|
|
1976
1977
|
*/
|
|
@@ -2034,7 +2035,7 @@ class Filters extends FiltersService {
|
|
|
2034
2035
|
*/
|
|
2035
2036
|
// @ts-nocheck
|
|
2036
2037
|
/**
|
|
2037
|
-
* @title Spatial Processing
|
|
2038
|
+
* @title Spatial Processing Gateway API
|
|
2038
2039
|
* @version 1.5.1.0
|
|
2039
2040
|
* @baseUrl /sp
|
|
2040
2041
|
*/
|
|
@@ -2111,22 +2112,23 @@ class Geocode extends GeocodeService {
|
|
|
2111
2112
|
*/
|
|
2112
2113
|
// @ts-nocheck
|
|
2113
2114
|
/**
|
|
2114
|
-
* @title Spatial Processing
|
|
2115
|
+
* @title Spatial Processing Gateway API
|
|
2115
2116
|
* @version 1.5.1.0
|
|
2116
2117
|
* @baseUrl /sp
|
|
2117
2118
|
*/
|
|
2118
2119
|
class ImportService extends Service {
|
|
2119
2120
|
/**
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2121
|
+
* No description
|
|
2122
|
+
*
|
|
2123
|
+
* @tags ImportService
|
|
2124
|
+
* @name GetDataSchema
|
|
2125
|
+
* @operationId ImportServiceController_GetDataSchema
|
|
2126
|
+
* @summary Using a file uploaded to the file upload service, reads the headers of the file and returns the information about data schema of all layers in that file,
|
|
2127
|
+
available for import.
|
|
2128
|
+
* @request GET:/import/dataSchema
|
|
2129
|
+
* @secure
|
|
2130
|
+
* @response `200` OK
|
|
2131
|
+
*/
|
|
2130
2132
|
getDataSchema(query) {
|
|
2131
2133
|
return this.http.get(`/import/dataSchema`, query).json();
|
|
2132
2134
|
}
|
|
@@ -2323,7 +2325,7 @@ function isString(v) {
|
|
|
2323
2325
|
*/
|
|
2324
2326
|
// @ts-nocheck
|
|
2325
2327
|
/**
|
|
2326
|
-
* @title Spatial Processing
|
|
2328
|
+
* @title Spatial Processing Gateway API
|
|
2327
2329
|
* @version 1.5.1.0
|
|
2328
2330
|
* @baseUrl /sp
|
|
2329
2331
|
*/
|
|
@@ -2568,7 +2570,7 @@ class DataSourceService extends Service {
|
|
|
2568
2570
|
*/
|
|
2569
2571
|
// @ts-nocheck
|
|
2570
2572
|
/**
|
|
2571
|
-
* @title Spatial Processing
|
|
2573
|
+
* @title Spatial Processing Gateway API
|
|
2572
2574
|
* @version 1.5.1.0
|
|
2573
2575
|
* @baseUrl /sp
|
|
2574
2576
|
*/
|
|
@@ -2652,7 +2654,7 @@ class QueryTokenAccessService extends Service {
|
|
|
2652
2654
|
*/
|
|
2653
2655
|
// @ts-nocheck
|
|
2654
2656
|
/**
|
|
2655
|
-
* @title Spatial Processing
|
|
2657
|
+
* @title Spatial Processing Gateway API
|
|
2656
2658
|
* @version 1.5.1.0
|
|
2657
2659
|
* @baseUrl /sp
|
|
2658
2660
|
*/
|
|
@@ -3007,66 +3009,12 @@ const stripUselessSlashes = (...strings) => strings
|
|
|
3007
3009
|
.join("/");
|
|
3008
3010
|
|
|
3009
3011
|
// @ts-nocheck
|
|
3010
|
-
/**
|
|
3011
|
-
*
|
|
3012
|
-
|
|
3013
|
-
Shared
|
|
3014
|
-
|
|
3015
|
-
Public
|
|
3016
|
-
|
|
3017
|
-
My
|
|
3018
|
-
*/
|
|
3019
3012
|
exports.AccessMode = void 0;
|
|
3020
3013
|
(function (AccessMode) {
|
|
3021
3014
|
AccessMode["Shared"] = "Shared";
|
|
3022
3015
|
AccessMode["Public"] = "Public";
|
|
3023
3016
|
AccessMode["My"] = "My";
|
|
3024
3017
|
})(exports.AccessMode || (exports.AccessMode = {}));
|
|
3025
|
-
/**
|
|
3026
|
-
*
|
|
3027
|
-
|
|
3028
|
-
None
|
|
3029
|
-
|
|
3030
|
-
Array
|
|
3031
|
-
|
|
3032
|
-
Min
|
|
3033
|
-
|
|
3034
|
-
Max
|
|
3035
|
-
|
|
3036
|
-
Avg
|
|
3037
|
-
|
|
3038
|
-
Sum
|
|
3039
|
-
|
|
3040
|
-
Extent
|
|
3041
|
-
|
|
3042
|
-
H3
|
|
3043
|
-
|
|
3044
|
-
Count
|
|
3045
|
-
|
|
3046
|
-
TotalCount
|
|
3047
|
-
|
|
3048
|
-
DistinctCount
|
|
3049
|
-
|
|
3050
|
-
First
|
|
3051
|
-
|
|
3052
|
-
Last
|
|
3053
|
-
|
|
3054
|
-
Median
|
|
3055
|
-
|
|
3056
|
-
Mod
|
|
3057
|
-
|
|
3058
|
-
StdDeviation
|
|
3059
|
-
|
|
3060
|
-
SumOfProduct
|
|
3061
|
-
|
|
3062
|
-
OnlyValue
|
|
3063
|
-
|
|
3064
|
-
WeightedAvg
|
|
3065
|
-
|
|
3066
|
-
DensityIndicators
|
|
3067
|
-
|
|
3068
|
-
DividedSum
|
|
3069
|
-
*/
|
|
3070
3018
|
exports.AggregationFunction = void 0;
|
|
3071
3019
|
(function (AggregationFunction) {
|
|
3072
3020
|
AggregationFunction["None"] = "None";
|
|
@@ -3092,16 +3040,8 @@ exports.AggregationFunction = void 0;
|
|
|
3092
3040
|
AggregationFunction["DividedSum"] = "DividedSum";
|
|
3093
3041
|
})(exports.AggregationFunction || (exports.AggregationFunction = {}));
|
|
3094
3042
|
/**
|
|
3095
|
-
* Attribute configuration type.
|
|
3096
|
-
|
|
3097
|
-
Default
|
|
3098
|
-
|
|
3099
|
-
String
|
|
3100
|
-
|
|
3101
|
-
Geometry
|
|
3102
|
-
|
|
3103
|
-
Calculated
|
|
3104
|
-
*/
|
|
3043
|
+
* Attribute configuration type.
|
|
3044
|
+
*/
|
|
3105
3045
|
exports.AttributeConfigurationType = void 0;
|
|
3106
3046
|
(function (AttributeConfigurationType) {
|
|
3107
3047
|
AttributeConfigurationType["Default"] = "Default";
|
|
@@ -3109,17 +3049,6 @@ exports.AttributeConfigurationType = void 0;
|
|
|
3109
3049
|
AttributeConfigurationType["Geometry"] = "Geometry";
|
|
3110
3050
|
AttributeConfigurationType["Calculated"] = "Calculated";
|
|
3111
3051
|
})(exports.AttributeConfigurationType || (exports.AttributeConfigurationType = {}));
|
|
3112
|
-
/**
|
|
3113
|
-
*
|
|
3114
|
-
|
|
3115
|
-
Unknown
|
|
3116
|
-
|
|
3117
|
-
Icon
|
|
3118
|
-
|
|
3119
|
-
PNG
|
|
3120
|
-
|
|
3121
|
-
SVG
|
|
3122
|
-
*/
|
|
3123
3052
|
exports.AttributeIconType = void 0;
|
|
3124
3053
|
(function (AttributeIconType) {
|
|
3125
3054
|
AttributeIconType["Unknown"] = "Unknown";
|
|
@@ -3127,17 +3056,6 @@ exports.AttributeIconType = void 0;
|
|
|
3127
3056
|
AttributeIconType["PNG"] = "PNG";
|
|
3128
3057
|
AttributeIconType["SVG"] = "SVG";
|
|
3129
3058
|
})(exports.AttributeIconType || (exports.AttributeIconType = {}));
|
|
3130
|
-
/**
|
|
3131
|
-
*
|
|
3132
|
-
|
|
3133
|
-
None
|
|
3134
|
-
|
|
3135
|
-
SelectFromHandBook
|
|
3136
|
-
|
|
3137
|
-
SelectFromRange
|
|
3138
|
-
|
|
3139
|
-
ViewHandBook
|
|
3140
|
-
*/
|
|
3141
3059
|
exports.AttributeSelectorType = void 0;
|
|
3142
3060
|
(function (AttributeSelectorType) {
|
|
3143
3061
|
AttributeSelectorType["None"] = "None";
|
|
@@ -3145,41 +3063,6 @@ exports.AttributeSelectorType = void 0;
|
|
|
3145
3063
|
AttributeSelectorType["SelectFromRange"] = "SelectFromRange";
|
|
3146
3064
|
AttributeSelectorType["ViewHandBook"] = "ViewHandBook";
|
|
3147
3065
|
})(exports.AttributeSelectorType || (exports.AttributeSelectorType = {}));
|
|
3148
|
-
/**
|
|
3149
|
-
*
|
|
3150
|
-
|
|
3151
|
-
Unknown
|
|
3152
|
-
|
|
3153
|
-
String
|
|
3154
|
-
|
|
3155
|
-
Int32
|
|
3156
|
-
|
|
3157
|
-
Int64
|
|
3158
|
-
|
|
3159
|
-
Double
|
|
3160
|
-
|
|
3161
|
-
DateTime
|
|
3162
|
-
|
|
3163
|
-
Boolean
|
|
3164
|
-
|
|
3165
|
-
Point
|
|
3166
|
-
|
|
3167
|
-
LineString
|
|
3168
|
-
|
|
3169
|
-
Polygon
|
|
3170
|
-
|
|
3171
|
-
MultiPoint
|
|
3172
|
-
|
|
3173
|
-
MultiLineString
|
|
3174
|
-
|
|
3175
|
-
H3Index
|
|
3176
|
-
|
|
3177
|
-
Json
|
|
3178
|
-
|
|
3179
|
-
MultiPolygon
|
|
3180
|
-
|
|
3181
|
-
GeometryCollection
|
|
3182
|
-
*/
|
|
3183
3066
|
exports.AttributeType = void 0;
|
|
3184
3067
|
(function (AttributeType) {
|
|
3185
3068
|
AttributeType["Unknown"] = "Unknown";
|
|
@@ -3199,35 +3082,11 @@ exports.AttributeType = void 0;
|
|
|
3199
3082
|
AttributeType["MultiPolygon"] = "MultiPolygon";
|
|
3200
3083
|
AttributeType["GeometryCollection"] = "GeometryCollection";
|
|
3201
3084
|
})(exports.AttributeType || (exports.AttributeType = {}));
|
|
3202
|
-
/**
|
|
3203
|
-
*
|
|
3204
|
-
|
|
3205
|
-
authorization_code
|
|
3206
|
-
|
|
3207
|
-
refresh_token
|
|
3208
|
-
*/
|
|
3209
3085
|
exports.AuthorizationGrant = void 0;
|
|
3210
3086
|
(function (AuthorizationGrant) {
|
|
3211
3087
|
AuthorizationGrant["AuthorizationCode"] = "authorization_code";
|
|
3212
3088
|
AuthorizationGrant["RefreshToken"] = "refresh_token";
|
|
3213
3089
|
})(exports.AuthorizationGrant || (exports.AuthorizationGrant = {}));
|
|
3214
|
-
/**
|
|
3215
|
-
*
|
|
3216
|
-
|
|
3217
|
-
Directory
|
|
3218
|
-
|
|
3219
|
-
Map
|
|
3220
|
-
|
|
3221
|
-
Layer
|
|
3222
|
-
|
|
3223
|
-
Table
|
|
3224
|
-
|
|
3225
|
-
File
|
|
3226
|
-
|
|
3227
|
-
TaskPrototype
|
|
3228
|
-
|
|
3229
|
-
DataSource
|
|
3230
|
-
*/
|
|
3231
3090
|
exports.CatalogResourceType = void 0;
|
|
3232
3091
|
(function (CatalogResourceType) {
|
|
3233
3092
|
CatalogResourceType["Directory"] = "Directory";
|
|
@@ -3238,21 +3097,6 @@ exports.CatalogResourceType = void 0;
|
|
|
3238
3097
|
CatalogResourceType["TaskPrototype"] = "TaskPrototype";
|
|
3239
3098
|
CatalogResourceType["DataSource"] = "DataSource";
|
|
3240
3099
|
})(exports.CatalogResourceType || (exports.CatalogResourceType = {}));
|
|
3241
|
-
/**
|
|
3242
|
-
*
|
|
3243
|
-
|
|
3244
|
-
none
|
|
3245
|
-
|
|
3246
|
-
naturalBreaks
|
|
3247
|
-
|
|
3248
|
-
equalInterval
|
|
3249
|
-
|
|
3250
|
-
quantile
|
|
3251
|
-
|
|
3252
|
-
unique
|
|
3253
|
-
|
|
3254
|
-
step
|
|
3255
|
-
*/
|
|
3256
3100
|
exports.ClassificationType = void 0;
|
|
3257
3101
|
(function (ClassificationType) {
|
|
3258
3102
|
ClassificationType["None"] = "none";
|
|
@@ -3262,32 +3106,12 @@ exports.ClassificationType = void 0;
|
|
|
3262
3106
|
ClassificationType["Unique"] = "unique";
|
|
3263
3107
|
ClassificationType["Step"] = "step";
|
|
3264
3108
|
})(exports.ClassificationType || (exports.ClassificationType = {}));
|
|
3265
|
-
/**
|
|
3266
|
-
*
|
|
3267
|
-
|
|
3268
|
-
decimal
|
|
3269
|
-
|
|
3270
|
-
dateTime
|
|
3271
|
-
|
|
3272
|
-
text
|
|
3273
|
-
*/
|
|
3274
3109
|
exports.ClassifyAttributeType = void 0;
|
|
3275
3110
|
(function (ClassifyAttributeType) {
|
|
3276
3111
|
ClassifyAttributeType["Decimal"] = "decimal";
|
|
3277
3112
|
ClassifyAttributeType["DateTime"] = "dateTime";
|
|
3278
3113
|
ClassifyAttributeType["Text"] = "text";
|
|
3279
3114
|
})(exports.ClassifyAttributeType || (exports.ClassifyAttributeType = {}));
|
|
3280
|
-
/**
|
|
3281
|
-
*
|
|
3282
|
-
|
|
3283
|
-
Skip
|
|
3284
|
-
|
|
3285
|
-
Overwrite
|
|
3286
|
-
|
|
3287
|
-
GenerateUnique
|
|
3288
|
-
|
|
3289
|
-
ThrowError
|
|
3290
|
-
*/
|
|
3291
3115
|
exports.ConflictResolutionStrategy = void 0;
|
|
3292
3116
|
(function (ConflictResolutionStrategy) {
|
|
3293
3117
|
ConflictResolutionStrategy["Skip"] = "Skip";
|
|
@@ -3295,19 +3119,6 @@ exports.ConflictResolutionStrategy = void 0;
|
|
|
3295
3119
|
ConflictResolutionStrategy["GenerateUnique"] = "GenerateUnique";
|
|
3296
3120
|
ConflictResolutionStrategy["ThrowError"] = "ThrowError";
|
|
3297
3121
|
})(exports.ConflictResolutionStrategy || (exports.ConflictResolutionStrategy = {}));
|
|
3298
|
-
/**
|
|
3299
|
-
*
|
|
3300
|
-
|
|
3301
|
-
Json
|
|
3302
|
-
|
|
3303
|
-
Csv
|
|
3304
|
-
|
|
3305
|
-
Orc
|
|
3306
|
-
|
|
3307
|
-
Parquet
|
|
3308
|
-
|
|
3309
|
-
Jdbc
|
|
3310
|
-
*/
|
|
3311
3122
|
exports.DataSourceConnectionType = void 0;
|
|
3312
3123
|
(function (DataSourceConnectionType) {
|
|
3313
3124
|
DataSourceConnectionType["Json"] = "Json";
|
|
@@ -3316,21 +3127,6 @@ exports.DataSourceConnectionType = void 0;
|
|
|
3316
3127
|
DataSourceConnectionType["Parquet"] = "Parquet";
|
|
3317
3128
|
DataSourceConnectionType["Jdbc"] = "Jdbc";
|
|
3318
3129
|
})(exports.DataSourceConnectionType || (exports.DataSourceConnectionType = {}));
|
|
3319
|
-
/**
|
|
3320
|
-
*
|
|
3321
|
-
|
|
3322
|
-
Postgres
|
|
3323
|
-
|
|
3324
|
-
Trino
|
|
3325
|
-
|
|
3326
|
-
S3
|
|
3327
|
-
|
|
3328
|
-
GisServer
|
|
3329
|
-
|
|
3330
|
-
Spark
|
|
3331
|
-
|
|
3332
|
-
Archive
|
|
3333
|
-
*/
|
|
3334
3130
|
exports.DataSourceType = void 0;
|
|
3335
3131
|
(function (DataSourceType) {
|
|
3336
3132
|
DataSourceType["Postgres"] = "Postgres";
|
|
@@ -3341,18 +3137,8 @@ exports.DataSourceType = void 0;
|
|
|
3341
3137
|
DataSourceType["Archive"] = "Archive";
|
|
3342
3138
|
})(exports.DataSourceType || (exports.DataSourceType = {}));
|
|
3343
3139
|
/**
|
|
3344
|
-
* Type of the error.
|
|
3345
|
-
|
|
3346
|
-
ResourceLimitExceeded
|
|
3347
|
-
|
|
3348
|
-
ResourceNotFound
|
|
3349
|
-
|
|
3350
|
-
InternalError
|
|
3351
|
-
|
|
3352
|
-
BadRequest
|
|
3353
|
-
|
|
3354
|
-
DuplicateContent
|
|
3355
|
-
*/
|
|
3140
|
+
* Type of the error.
|
|
3141
|
+
*/
|
|
3356
3142
|
exports.ErrorDetailsType = void 0;
|
|
3357
3143
|
(function (ErrorDetailsType) {
|
|
3358
3144
|
ErrorDetailsType["ResourceLimitExceeded"] = "ResourceLimitExceeded";
|
|
@@ -3362,24 +3148,8 @@ exports.ErrorDetailsType = void 0;
|
|
|
3362
3148
|
ErrorDetailsType["DuplicateContent"] = "DuplicateContent";
|
|
3363
3149
|
})(exports.ErrorDetailsType || (exports.ErrorDetailsType = {}));
|
|
3364
3150
|
/**
|
|
3365
|
-
* Specifies the available types of layer services that can be used within the application.
|
|
3366
|
-
|
|
3367
|
-
QueryLayerService
|
|
3368
|
-
|
|
3369
|
-
LinearLayerService
|
|
3370
|
-
|
|
3371
|
-
MapboxLayerService
|
|
3372
|
-
|
|
3373
|
-
PostgresTileLayerService
|
|
3374
|
-
|
|
3375
|
-
ProxyLayerService
|
|
3376
|
-
|
|
3377
|
-
PythonLayerService
|
|
3378
|
-
|
|
3379
|
-
RemoteTileLayerService
|
|
3380
|
-
|
|
3381
|
-
RouteLayerService
|
|
3382
|
-
*/
|
|
3151
|
+
* Specifies the available types of layer services that can be used within the application.
|
|
3152
|
+
*/
|
|
3383
3153
|
exports.LayerServiceType = void 0;
|
|
3384
3154
|
(function (LayerServiceType) {
|
|
3385
3155
|
LayerServiceType["QueryLayerService"] = "QueryLayerService";
|
|
@@ -3391,43 +3161,6 @@ exports.LayerServiceType = void 0;
|
|
|
3391
3161
|
LayerServiceType["RemoteTileLayerService"] = "RemoteTileLayerService";
|
|
3392
3162
|
LayerServiceType["RouteLayerService"] = "RouteLayerService";
|
|
3393
3163
|
})(exports.LayerServiceType || (exports.LayerServiceType = {}));
|
|
3394
|
-
/**
|
|
3395
|
-
*
|
|
3396
|
-
|
|
3397
|
-
Unknown
|
|
3398
|
-
|
|
3399
|
-
Point
|
|
3400
|
-
|
|
3401
|
-
LineString
|
|
3402
|
-
|
|
3403
|
-
Polygon
|
|
3404
|
-
|
|
3405
|
-
MultiPoint
|
|
3406
|
-
|
|
3407
|
-
MultiLineString
|
|
3408
|
-
|
|
3409
|
-
MultiPolygon
|
|
3410
|
-
|
|
3411
|
-
GeometryCollection
|
|
3412
|
-
|
|
3413
|
-
CircularString
|
|
3414
|
-
|
|
3415
|
-
CompoundCurve
|
|
3416
|
-
|
|
3417
|
-
CurvePolygon
|
|
3418
|
-
|
|
3419
|
-
MultiCurve
|
|
3420
|
-
|
|
3421
|
-
MultiSurface
|
|
3422
|
-
|
|
3423
|
-
Curve
|
|
3424
|
-
|
|
3425
|
-
Surface
|
|
3426
|
-
|
|
3427
|
-
PolyhedralSurface
|
|
3428
|
-
|
|
3429
|
-
TIN
|
|
3430
|
-
*/
|
|
3431
3164
|
exports.OgcGeometryType = void 0;
|
|
3432
3165
|
(function (OgcGeometryType) {
|
|
3433
3166
|
OgcGeometryType["Unknown"] = "Unknown";
|
|
@@ -3449,34 +3182,13 @@ exports.OgcGeometryType = void 0;
|
|
|
3449
3182
|
OgcGeometryType["TIN"] = "TIN";
|
|
3450
3183
|
})(exports.OgcGeometryType || (exports.OgcGeometryType = {}));
|
|
3451
3184
|
/**
|
|
3452
|
-
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3453
|
-
|
|
3454
|
-
xyz
|
|
3455
|
-
|
|
3456
|
-
tms
|
|
3457
|
-
*/
|
|
3185
|
+
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3186
|
+
*/
|
|
3458
3187
|
exports.PbfSchema = void 0;
|
|
3459
3188
|
(function (PbfSchema) {
|
|
3460
3189
|
PbfSchema["XYZ"] = "xyz";
|
|
3461
3190
|
PbfSchema["TMS"] = "tms";
|
|
3462
3191
|
})(exports.PbfSchema || (exports.PbfSchema = {}));
|
|
3463
|
-
/**
|
|
3464
|
-
*
|
|
3465
|
-
|
|
3466
|
-
none
|
|
3467
|
-
|
|
3468
|
-
configure
|
|
3469
|
-
|
|
3470
|
-
write
|
|
3471
|
-
|
|
3472
|
-
read
|
|
3473
|
-
|
|
3474
|
-
read,configure
|
|
3475
|
-
|
|
3476
|
-
read,write
|
|
3477
|
-
|
|
3478
|
-
read,write,configure
|
|
3479
|
-
*/
|
|
3480
3192
|
exports.Permissions = void 0;
|
|
3481
3193
|
(function (Permissions) {
|
|
3482
3194
|
Permissions["None"] = "none";
|
|
@@ -3488,24 +3200,8 @@ exports.Permissions = void 0;
|
|
|
3488
3200
|
Permissions["All"] = "read,write,configure";
|
|
3489
3201
|
})(exports.Permissions || (exports.Permissions = {}));
|
|
3490
3202
|
/**
|
|
3491
|
-
* Type of the authorization policy.
|
|
3492
|
-
|
|
3493
|
-
Unknown
|
|
3494
|
-
|
|
3495
|
-
CreateTable
|
|
3496
|
-
|
|
3497
|
-
CreateLayer
|
|
3498
|
-
|
|
3499
|
-
CreateProject
|
|
3500
|
-
|
|
3501
|
-
MaxFeaturesInOneTable
|
|
3502
|
-
|
|
3503
|
-
MaxObjectsToExport
|
|
3504
|
-
|
|
3505
|
-
MaxUploadContentSize
|
|
3506
|
-
|
|
3507
|
-
MaxEqlQueryParametersValues
|
|
3508
|
-
*/
|
|
3203
|
+
* Type of the authorization policy.
|
|
3204
|
+
*/
|
|
3509
3205
|
exports.PolicyType = void 0;
|
|
3510
3206
|
(function (PolicyType) {
|
|
3511
3207
|
PolicyType["Unknown"] = "Unknown";
|
|
@@ -3517,27 +3213,6 @@ exports.PolicyType = void 0;
|
|
|
3517
3213
|
PolicyType["MaxUploadContentSize"] = "MaxUploadContentSize";
|
|
3518
3214
|
PolicyType["MaxEqlQueryParametersValues"] = "MaxEqlQueryParametersValues";
|
|
3519
3215
|
})(exports.PolicyType || (exports.PolicyType = {}));
|
|
3520
|
-
/**
|
|
3521
|
-
*
|
|
3522
|
-
|
|
3523
|
-
Init
|
|
3524
|
-
|
|
3525
|
-
Process
|
|
3526
|
-
|
|
3527
|
-
Completed
|
|
3528
|
-
|
|
3529
|
-
Interrupted
|
|
3530
|
-
|
|
3531
|
-
Error
|
|
3532
|
-
|
|
3533
|
-
Timeout
|
|
3534
|
-
|
|
3535
|
-
Waiting
|
|
3536
|
-
|
|
3537
|
-
InQueue
|
|
3538
|
-
|
|
3539
|
-
Unknown
|
|
3540
|
-
*/
|
|
3541
3216
|
exports.RemoteTaskStatus = void 0;
|
|
3542
3217
|
(function (RemoteTaskStatus) {
|
|
3543
3218
|
RemoteTaskStatus["Init"] = "Init";
|
|
@@ -3551,16 +3226,8 @@ exports.RemoteTaskStatus = void 0;
|
|
|
3551
3226
|
RemoteTaskStatus["Unknown"] = "Unknown";
|
|
3552
3227
|
})(exports.RemoteTaskStatus || (exports.RemoteTaskStatus = {}));
|
|
3553
3228
|
/**
|
|
3554
|
-
* Resources types filter.
|
|
3555
|
-
|
|
3556
|
-
RemoteTileService
|
|
3557
|
-
|
|
3558
|
-
ProxyService
|
|
3559
|
-
|
|
3560
|
-
QueryLayerService
|
|
3561
|
-
|
|
3562
|
-
TileCatalogTable
|
|
3563
|
-
*/
|
|
3229
|
+
* Resources types filter.
|
|
3230
|
+
*/
|
|
3564
3231
|
exports.ResourceSubTypeFilter = void 0;
|
|
3565
3232
|
(function (ResourceSubTypeFilter) {
|
|
3566
3233
|
ResourceSubTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
@@ -3568,25 +3235,6 @@ exports.ResourceSubTypeFilter = void 0;
|
|
|
3568
3235
|
ResourceSubTypeFilter["QueryLayerService"] = "QueryLayerService";
|
|
3569
3236
|
ResourceSubTypeFilter["TileCatalogTable"] = "TileCatalogTable";
|
|
3570
3237
|
})(exports.ResourceSubTypeFilter || (exports.ResourceSubTypeFilter = {}));
|
|
3571
|
-
/**
|
|
3572
|
-
*
|
|
3573
|
-
|
|
3574
|
-
Unknown
|
|
3575
|
-
|
|
3576
|
-
table
|
|
3577
|
-
|
|
3578
|
-
layer
|
|
3579
|
-
|
|
3580
|
-
project
|
|
3581
|
-
|
|
3582
|
-
file
|
|
3583
|
-
|
|
3584
|
-
feature
|
|
3585
|
-
|
|
3586
|
-
tag
|
|
3587
|
-
|
|
3588
|
-
datasource
|
|
3589
|
-
*/
|
|
3590
3238
|
exports.ResourceType = void 0;
|
|
3591
3239
|
(function (ResourceType) {
|
|
3592
3240
|
ResourceType["Unknown"] = "Unknown";
|
|
@@ -3599,28 +3247,8 @@ exports.ResourceType = void 0;
|
|
|
3599
3247
|
ResourceType["DataSource"] = "datasource";
|
|
3600
3248
|
})(exports.ResourceType || (exports.ResourceType = {}));
|
|
3601
3249
|
/**
|
|
3602
|
-
* Resources types filter.
|
|
3603
|
-
|
|
3604
|
-
Map
|
|
3605
|
-
|
|
3606
|
-
Layer
|
|
3607
|
-
|
|
3608
|
-
Table
|
|
3609
|
-
|
|
3610
|
-
RasterCatalog
|
|
3611
|
-
|
|
3612
|
-
ProxyService
|
|
3613
|
-
|
|
3614
|
-
RemoteTileService
|
|
3615
|
-
|
|
3616
|
-
File
|
|
3617
|
-
|
|
3618
|
-
DataSource
|
|
3619
|
-
|
|
3620
|
-
TaskPrototype
|
|
3621
|
-
|
|
3622
|
-
Directory
|
|
3623
|
-
*/
|
|
3250
|
+
* Resources types filter.
|
|
3251
|
+
*/
|
|
3624
3252
|
exports.ResourceTypeFilter = void 0;
|
|
3625
3253
|
(function (ResourceTypeFilter) {
|
|
3626
3254
|
ResourceTypeFilter["Map"] = "Map";
|
|
@@ -3634,50 +3262,17 @@ exports.ResourceTypeFilter = void 0;
|
|
|
3634
3262
|
ResourceTypeFilter["TaskPrototype"] = "TaskPrototype";
|
|
3635
3263
|
ResourceTypeFilter["Directory"] = "Directory";
|
|
3636
3264
|
})(exports.ResourceTypeFilter || (exports.ResourceTypeFilter = {}));
|
|
3637
|
-
exports.ResourceTypeLink = void 0;
|
|
3638
|
-
(function (ResourceTypeLink) {
|
|
3639
|
-
ResourceTypeLink["Table"] = "tables";
|
|
3640
|
-
ResourceTypeLink["Layer"] = "layers";
|
|
3641
|
-
ResourceTypeLink["Project"] = "projects";
|
|
3642
|
-
})(exports.ResourceTypeLink || (exports.ResourceTypeLink = {}));
|
|
3643
|
-
/**
|
|
3644
|
-
*
|
|
3645
|
-
|
|
3646
|
-
code
|
|
3647
|
-
|
|
3648
|
-
token
|
|
3649
|
-
*/
|
|
3650
3265
|
exports.ResponseType = void 0;
|
|
3651
3266
|
(function (ResponseType) {
|
|
3652
3267
|
ResponseType["Code"] = "code";
|
|
3653
3268
|
ResponseType["Token"] = "token";
|
|
3654
3269
|
})(exports.ResponseType || (exports.ResponseType = {}));
|
|
3655
|
-
/**
|
|
3656
|
-
*
|
|
3657
|
-
|
|
3658
|
-
Basic
|
|
3659
|
-
|
|
3660
|
-
PreserveTopology
|
|
3661
|
-
|
|
3662
|
-
VW
|
|
3663
|
-
*/
|
|
3664
3270
|
exports.SimplifyType = void 0;
|
|
3665
3271
|
(function (SimplifyType) {
|
|
3666
3272
|
SimplifyType["Basic"] = "Basic";
|
|
3667
3273
|
SimplifyType["PreserveTopology"] = "PreserveTopology";
|
|
3668
3274
|
SimplifyType["VW"] = "VW";
|
|
3669
3275
|
})(exports.SimplifyType || (exports.SimplifyType = {}));
|
|
3670
|
-
/**
|
|
3671
|
-
*
|
|
3672
|
-
|
|
3673
|
-
None
|
|
3674
|
-
|
|
3675
|
-
Image
|
|
3676
|
-
|
|
3677
|
-
PkkCode
|
|
3678
|
-
|
|
3679
|
-
Attachments
|
|
3680
|
-
*/
|
|
3681
3276
|
exports.StringSubType = void 0;
|
|
3682
3277
|
(function (StringSubType) {
|
|
3683
3278
|
StringSubType["None"] = "None";
|
|
@@ -3686,18 +3281,8 @@ exports.StringSubType = void 0;
|
|
|
3686
3281
|
StringSubType["Attachments"] = "Attachments";
|
|
3687
3282
|
})(exports.StringSubType || (exports.StringSubType = {}));
|
|
3688
3283
|
/**
|
|
3689
|
-
* Specifies the available types of table configurations that can be used within the application.
|
|
3690
|
-
|
|
3691
|
-
DefaultTableConfiguration
|
|
3692
|
-
|
|
3693
|
-
TileCatalogTableConfiguration
|
|
3694
|
-
|
|
3695
|
-
ViewConfiguration
|
|
3696
|
-
|
|
3697
|
-
MaterializedViewConfiguration
|
|
3698
|
-
|
|
3699
|
-
RouteTableConfiguration
|
|
3700
|
-
*/
|
|
3284
|
+
* Specifies the available types of table configurations that can be used within the application.
|
|
3285
|
+
*/
|
|
3701
3286
|
exports.TableConfigurationType = void 0;
|
|
3702
3287
|
(function (TableConfigurationType) {
|
|
3703
3288
|
TableConfigurationType["DefaultTableConfiguration"] = "DefaultTableConfiguration";
|
|
@@ -3707,79 +3292,19 @@ exports.TableConfigurationType = void 0;
|
|
|
3707
3292
|
TableConfigurationType["RouteTableConfiguration"] = "RouteTableConfiguration";
|
|
3708
3293
|
})(exports.TableConfigurationType || (exports.TableConfigurationType = {}));
|
|
3709
3294
|
/**
|
|
3710
|
-
* TaskPrototypeSubType.
|
|
3711
|
-
|
|
3712
|
-
SpTask
|
|
3713
|
-
|
|
3714
|
-
PythonTask
|
|
3715
|
-
*/
|
|
3295
|
+
* TaskPrototypeSubType.
|
|
3296
|
+
*/
|
|
3716
3297
|
exports.TaskResourceSubType = void 0;
|
|
3717
3298
|
(function (TaskResourceSubType) {
|
|
3718
3299
|
TaskResourceSubType["SpTask"] = "SpTask";
|
|
3719
3300
|
TaskResourceSubType["PythonTask"] = "PythonTask";
|
|
3720
3301
|
})(exports.TaskResourceSubType || (exports.TaskResourceSubType = {}));
|
|
3721
|
-
/**
|
|
3722
|
-
*
|
|
3723
|
-
|
|
3724
|
-
Task
|
|
3725
|
-
|
|
3726
|
-
Rest
|
|
3727
|
-
|
|
3728
|
-
Both
|
|
3729
|
-
*/
|
|
3730
3302
|
exports.WorkerMethodType = void 0;
|
|
3731
3303
|
(function (WorkerMethodType) {
|
|
3732
3304
|
WorkerMethodType["Task"] = "Task";
|
|
3733
3305
|
WorkerMethodType["Rest"] = "Rest";
|
|
3734
3306
|
WorkerMethodType["Both"] = "Both";
|
|
3735
3307
|
})(exports.WorkerMethodType || (exports.WorkerMethodType = {}));
|
|
3736
|
-
/**
|
|
3737
|
-
*
|
|
3738
|
-
|
|
3739
|
-
Int32
|
|
3740
|
-
|
|
3741
|
-
Int64
|
|
3742
|
-
|
|
3743
|
-
Double
|
|
3744
|
-
|
|
3745
|
-
String
|
|
3746
|
-
|
|
3747
|
-
Boolean
|
|
3748
|
-
|
|
3749
|
-
DateTime
|
|
3750
|
-
|
|
3751
|
-
Point
|
|
3752
|
-
|
|
3753
|
-
Geometry
|
|
3754
|
-
|
|
3755
|
-
Polyline
|
|
3756
|
-
|
|
3757
|
-
MultiPolygon
|
|
3758
|
-
|
|
3759
|
-
Polygon
|
|
3760
|
-
|
|
3761
|
-
Multipoint
|
|
3762
|
-
|
|
3763
|
-
IntergerArray
|
|
3764
|
-
|
|
3765
|
-
DoubleArray
|
|
3766
|
-
|
|
3767
|
-
StringArray
|
|
3768
|
-
|
|
3769
|
-
SourceEql
|
|
3770
|
-
|
|
3771
|
-
Layer
|
|
3772
|
-
|
|
3773
|
-
Table
|
|
3774
|
-
|
|
3775
|
-
Folder
|
|
3776
|
-
|
|
3777
|
-
Json
|
|
3778
|
-
|
|
3779
|
-
Attribute
|
|
3780
|
-
|
|
3781
|
-
AttributeArray
|
|
3782
|
-
*/
|
|
3783
3308
|
exports.WorkerSettingsFieldType = void 0;
|
|
3784
3309
|
(function (WorkerSettingsFieldType) {
|
|
3785
3310
|
WorkerSettingsFieldType["Int32"] = "Int32";
|
|
@@ -3818,7 +3343,7 @@ exports.WorkerSettingsFieldType = void 0;
|
|
|
3818
3343
|
*/
|
|
3819
3344
|
// @ts-nocheck
|
|
3820
3345
|
/**
|
|
3821
|
-
* @title Spatial Processing
|
|
3346
|
+
* @title Spatial Processing Gateway API
|
|
3822
3347
|
* @version 1.5.1.0
|
|
3823
3348
|
* @baseUrl /sp
|
|
3824
3349
|
*/
|
|
@@ -4226,16 +3751,18 @@ class LayersService extends Service {
|
|
|
4226
3751
|
return this.http.post(`/layers/${name}/features/edit-attributes`, data).json();
|
|
4227
3752
|
}
|
|
4228
3753
|
/**
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
3754
|
+
* No description
|
|
3755
|
+
*
|
|
3756
|
+
* @tags Layers
|
|
3757
|
+
* @name ValidateExpression
|
|
3758
|
+
* @operationId LayersController_ValidateExpression
|
|
3759
|
+
* @summary Validates the given EQL expression against the requested layer. If the expression is valid, it can be
|
|
3760
|
+
executed on the features in the layer to produce a value of some type. The type of the resulting
|
|
3761
|
+
value will be also returned in the validation result.
|
|
3762
|
+
* @request GET:/layers/{layerName}/validateExpression
|
|
3763
|
+
* @secure
|
|
3764
|
+
* @response `200` OK
|
|
3765
|
+
*/
|
|
4239
3766
|
validateExpression({ layerName, ...query }) {
|
|
4240
3767
|
return this.http.get(`/layers/${layerName}/validateExpression`, query).json();
|
|
4241
3768
|
}
|
|
@@ -4395,7 +3922,7 @@ class Names {
|
|
|
4395
3922
|
*/
|
|
4396
3923
|
// @ts-nocheck
|
|
4397
3924
|
/**
|
|
4398
|
-
* @title Spatial Processing
|
|
3925
|
+
* @title Spatial Processing Gateway API
|
|
4399
3926
|
* @version 1.5.1.0
|
|
4400
3927
|
* @baseUrl /sp
|
|
4401
3928
|
*/
|
|
@@ -4627,7 +4154,7 @@ class PortalSettings extends ClientSettingsService {
|
|
|
4627
4154
|
*/
|
|
4628
4155
|
// @ts-nocheck
|
|
4629
4156
|
/**
|
|
4630
|
-
* @title Spatial Processing
|
|
4157
|
+
* @title Spatial Processing Gateway API
|
|
4631
4158
|
* @version 1.5.1.0
|
|
4632
4159
|
* @baseUrl /sp
|
|
4633
4160
|
*/
|
|
@@ -4867,7 +4394,7 @@ function isProjectContentItems(v) {
|
|
|
4867
4394
|
*/
|
|
4868
4395
|
// @ts-nocheck
|
|
4869
4396
|
/**
|
|
4870
|
-
* @title Spatial Processing
|
|
4397
|
+
* @title Spatial Processing Gateway API
|
|
4871
4398
|
* @version 1.5.1.0
|
|
4872
4399
|
* @baseUrl /sp
|
|
4873
4400
|
*/
|
|
@@ -5180,22 +4707,23 @@ class Resources {
|
|
|
5180
4707
|
*/
|
|
5181
4708
|
// @ts-nocheck
|
|
5182
4709
|
/**
|
|
5183
|
-
* @title Spatial Processing
|
|
4710
|
+
* @title Spatial Processing Gateway API
|
|
5184
4711
|
* @version 1.5.1.0
|
|
5185
4712
|
* @baseUrl /sp
|
|
5186
4713
|
*/
|
|
5187
4714
|
class SecurityService extends Service {
|
|
5188
4715
|
/**
|
|
5189
|
-
|
|
5190
|
-
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
4716
|
+
* @description This method requires superuser permission.
|
|
4717
|
+
*
|
|
4718
|
+
* @tags SecurityService
|
|
4719
|
+
* @name SetPolicies
|
|
4720
|
+
* @operationId SecurityServiceController_SetPolicies
|
|
4721
|
+
* @summary Adds the given policies to the server policy list. If a policy with the same type and user role already
|
|
4722
|
+
exists, it replaces the existing policy with the new one.
|
|
4723
|
+
* @request POST:/bulk/security/policies
|
|
4724
|
+
* @secure
|
|
4725
|
+
* @response `200` OK
|
|
4726
|
+
*/
|
|
5199
4727
|
setPolicies(data) {
|
|
5200
4728
|
return this.http.post(`/bulk/security/policies`, data).then(() => { });
|
|
5201
4729
|
}
|
|
@@ -5256,30 +4784,32 @@ class SecurityService extends Service {
|
|
|
5256
4784
|
return this.http.get(`/security/policies`, query).json();
|
|
5257
4785
|
}
|
|
5258
4786
|
/**
|
|
5259
|
-
|
|
5260
|
-
|
|
5261
|
-
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
4787
|
+
* @description This method requires superuser permission.
|
|
4788
|
+
*
|
|
4789
|
+
* @tags SecurityService
|
|
4790
|
+
* @name RemovePolicy
|
|
4791
|
+
* @operationId SecurityServiceController_RemovePolicy
|
|
4792
|
+
* @summary Removes the policy of the given type with the given role. If no such policy is found, nothing is done, and
|
|
4793
|
+
OK response is returned.
|
|
4794
|
+
* @request DELETE:/security/policies
|
|
4795
|
+
* @secure
|
|
4796
|
+
* @response `200` OK
|
|
4797
|
+
*/
|
|
5269
4798
|
removePolicy(query) {
|
|
5270
4799
|
return this.http.delete(`/security/policies`, null, query).then(() => { });
|
|
5271
4800
|
}
|
|
5272
4801
|
/**
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
4802
|
+
* @description This method requires superuser permission.
|
|
4803
|
+
*
|
|
4804
|
+
* @tags SecurityService
|
|
4805
|
+
* @name SetPolicy
|
|
4806
|
+
* @operationId SecurityServiceController_SetPolicy
|
|
4807
|
+
* @summary Adds the given policy to the server policy list. If a policy with the same type and user role already
|
|
4808
|
+
exists, it replaces the existing policy with the new one.
|
|
4809
|
+
* @request POST:/security/policies
|
|
4810
|
+
* @secure
|
|
4811
|
+
* @response `200` OK
|
|
4812
|
+
*/
|
|
5283
4813
|
setPolicy(data) {
|
|
5284
4814
|
return this.http.post(`/security/policies`, data).then(() => { });
|
|
5285
4815
|
}
|
|
@@ -5367,7 +4897,7 @@ class Security extends SecurityService {
|
|
|
5367
4897
|
*/
|
|
5368
4898
|
// @ts-nocheck
|
|
5369
4899
|
/**
|
|
5370
|
-
* @title Spatial Processing
|
|
4900
|
+
* @title Spatial Processing Gateway API
|
|
5371
4901
|
* @version 1.5.1.0
|
|
5372
4902
|
* @baseUrl /sp
|
|
5373
4903
|
*/
|
|
@@ -5431,7 +4961,7 @@ class Statistic extends StatisticService {
|
|
|
5431
4961
|
*/
|
|
5432
4962
|
// @ts-nocheck
|
|
5433
4963
|
/**
|
|
5434
|
-
* @title Spatial Processing
|
|
4964
|
+
* @title Spatial Processing Gateway API
|
|
5435
4965
|
* @version 1.5.1.0
|
|
5436
4966
|
* @baseUrl /sp
|
|
5437
4967
|
*/
|
|
@@ -5707,7 +5237,7 @@ class Tables extends TablesService {
|
|
|
5707
5237
|
*/
|
|
5708
5238
|
// @ts-nocheck
|
|
5709
5239
|
/**
|
|
5710
|
-
* @title Spatial Processing
|
|
5240
|
+
* @title Spatial Processing Gateway API
|
|
5711
5241
|
* @version 1.5.1.0
|
|
5712
5242
|
* @baseUrl /sp
|
|
5713
5243
|
*/
|
|
@@ -5729,7 +5259,7 @@ class Tools extends ToolsService {
|
|
|
5729
5259
|
*/
|
|
5730
5260
|
// @ts-nocheck
|
|
5731
5261
|
/**
|
|
5732
|
-
* @title Spatial Processing
|
|
5262
|
+
* @title Spatial Processing Gateway API
|
|
5733
5263
|
* @version 1.5.1.0
|
|
5734
5264
|
* @baseUrl /sp
|
|
5735
5265
|
*/
|