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