@evergis/api 5.0.13 → 5.0.15
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/dist/__generated__/CatalogService.d.ts +0 -12
- package/dist/__generated__/RemoteTaskManagerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +34 -251
- package/dist/api.esm.js +1 -142
- package/dist/api.esm.js.map +1 -1
- package/dist/index.js +0 -141
- package/dist/index.js.map +1 -1
- package/dist/services/ClientSettings.d.ts +4 -50
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1261,7 +1261,6 @@ class ClientSettingsService extends Service {
|
|
|
1261
1261
|
|
|
1262
1262
|
class ClientSettings extends ClientSettingsService {
|
|
1263
1263
|
settings = {
|
|
1264
|
-
modules: [],
|
|
1265
1264
|
connection: {
|
|
1266
1265
|
url: "",
|
|
1267
1266
|
},
|
|
@@ -1899,20 +1898,6 @@ class CatalogService extends Service {
|
|
|
1899
1898
|
getFile(resourceId) {
|
|
1900
1899
|
return this.http.get(`/resources/file/${resourceId}`).blob();
|
|
1901
1900
|
}
|
|
1902
|
-
/**
|
|
1903
|
-
* No description
|
|
1904
|
-
*
|
|
1905
|
-
* @tags Catalog
|
|
1906
|
-
* @name DownloadFile
|
|
1907
|
-
* @operationId CatalogController_DownloadFile
|
|
1908
|
-
* @summary Download file.
|
|
1909
|
-
* @request GET:/resources/download/{resourceId}
|
|
1910
|
-
* @secure
|
|
1911
|
-
* @response `200` OK
|
|
1912
|
-
*/
|
|
1913
|
-
downloadFile(resourceId) {
|
|
1914
|
-
return this.http.get(`/resources/download/${resourceId}`).blob();
|
|
1915
|
-
}
|
|
1916
1901
|
/**
|
|
1917
1902
|
* No description
|
|
1918
1903
|
*
|
|
@@ -3295,87 +3280,6 @@ exports.ClassifyAttributeType = void 0;
|
|
|
3295
3280
|
/**
|
|
3296
3281
|
*
|
|
3297
3282
|
|
|
3298
|
-
Unknown
|
|
3299
|
-
|
|
3300
|
-
SerializeError
|
|
3301
|
-
|
|
3302
|
-
InvalidDataService
|
|
3303
|
-
|
|
3304
|
-
InvalidConfiguration
|
|
3305
|
-
|
|
3306
|
-
InvalidDataServiceName
|
|
3307
|
-
|
|
3308
|
-
InvalidTableName
|
|
3309
|
-
|
|
3310
|
-
InvalidLayerName
|
|
3311
|
-
|
|
3312
|
-
ResourceNotFound
|
|
3313
|
-
|
|
3314
|
-
InvalidCondition
|
|
3315
|
-
|
|
3316
|
-
InvalidAttributes
|
|
3317
|
-
|
|
3318
|
-
InvalidIdAttribute
|
|
3319
|
-
|
|
3320
|
-
InvalidGeometryAttribute
|
|
3321
|
-
|
|
3322
|
-
InvalidGeometryAttributeType
|
|
3323
|
-
|
|
3324
|
-
InvalidColumnName
|
|
3325
|
-
|
|
3326
|
-
InvalidIdColumnSettings
|
|
3327
|
-
|
|
3328
|
-
ColumnNotExistsInTable
|
|
3329
|
-
|
|
3330
|
-
InvalidStyle
|
|
3331
|
-
|
|
3332
|
-
InvalidLayerType
|
|
3333
|
-
|
|
3334
|
-
ColumnLoadingError
|
|
3335
|
-
|
|
3336
|
-
InvalidAttributeFormat
|
|
3337
|
-
|
|
3338
|
-
DataSourceNotFound
|
|
3339
|
-
|
|
3340
|
-
DuplicateColumns
|
|
3341
|
-
|
|
3342
|
-
DuplicateAttributes
|
|
3343
|
-
|
|
3344
|
-
TableWithoutColumns
|
|
3345
|
-
|
|
3346
|
-
InvalidTableReferenceConfiguration
|
|
3347
|
-
*/
|
|
3348
|
-
exports.ConfigurationErrorEnum = void 0;
|
|
3349
|
-
(function (ConfigurationErrorEnum) {
|
|
3350
|
-
ConfigurationErrorEnum["Unknown"] = "Unknown";
|
|
3351
|
-
ConfigurationErrorEnum["SerializeError"] = "SerializeError";
|
|
3352
|
-
ConfigurationErrorEnum["InvalidDataService"] = "InvalidDataService";
|
|
3353
|
-
ConfigurationErrorEnum["InvalidConfiguration"] = "InvalidConfiguration";
|
|
3354
|
-
ConfigurationErrorEnum["InvalidDataServiceName"] = "InvalidDataServiceName";
|
|
3355
|
-
ConfigurationErrorEnum["InvalidTableName"] = "InvalidTableName";
|
|
3356
|
-
ConfigurationErrorEnum["InvalidLayerName"] = "InvalidLayerName";
|
|
3357
|
-
ConfigurationErrorEnum["ResourceNotFound"] = "ResourceNotFound";
|
|
3358
|
-
ConfigurationErrorEnum["InvalidCondition"] = "InvalidCondition";
|
|
3359
|
-
ConfigurationErrorEnum["InvalidAttributes"] = "InvalidAttributes";
|
|
3360
|
-
ConfigurationErrorEnum["InvalidIdAttribute"] = "InvalidIdAttribute";
|
|
3361
|
-
ConfigurationErrorEnum["InvalidGeometryAttribute"] = "InvalidGeometryAttribute";
|
|
3362
|
-
ConfigurationErrorEnum["InvalidGeometryAttributeType"] = "InvalidGeometryAttributeType";
|
|
3363
|
-
ConfigurationErrorEnum["InvalidColumnName"] = "InvalidColumnName";
|
|
3364
|
-
ConfigurationErrorEnum["InvalidIdColumnSettings"] = "InvalidIdColumnSettings";
|
|
3365
|
-
ConfigurationErrorEnum["ColumnNotExistsInTable"] = "ColumnNotExistsInTable";
|
|
3366
|
-
ConfigurationErrorEnum["InvalidStyle"] = "InvalidStyle";
|
|
3367
|
-
ConfigurationErrorEnum["InvalidLayerType"] = "InvalidLayerType";
|
|
3368
|
-
ConfigurationErrorEnum["ColumnLoadingError"] = "ColumnLoadingError";
|
|
3369
|
-
ConfigurationErrorEnum["InvalidAttributeFormat"] = "InvalidAttributeFormat";
|
|
3370
|
-
ConfigurationErrorEnum["DataSourceNotFound"] = "DataSourceNotFound";
|
|
3371
|
-
ConfigurationErrorEnum["DuplicateColumns"] = "DuplicateColumns";
|
|
3372
|
-
ConfigurationErrorEnum["DuplicateAttributes"] = "DuplicateAttributes";
|
|
3373
|
-
ConfigurationErrorEnum["TableWithoutColumns"] = "TableWithoutColumns";
|
|
3374
|
-
ConfigurationErrorEnum["InvalidTableReferenceConfiguration"] = "InvalidTableReferenceConfiguration";
|
|
3375
|
-
})(exports.ConfigurationErrorEnum || (exports.ConfigurationErrorEnum = {}));
|
|
3376
|
-
/**
|
|
3377
|
-
*
|
|
3378
|
-
|
|
3379
3283
|
Skip
|
|
3380
3284
|
|
|
3381
3285
|
Overwrite
|
|
@@ -3457,39 +3361,6 @@ exports.ErrorDetailsType = void 0;
|
|
|
3457
3361
|
ErrorDetailsType["BadRequest"] = "BadRequest";
|
|
3458
3362
|
ErrorDetailsType["DuplicateContent"] = "DuplicateContent";
|
|
3459
3363
|
})(exports.ErrorDetailsType || (exports.ErrorDetailsType = {}));
|
|
3460
|
-
exports.ErrorType = void 0;
|
|
3461
|
-
(function (ErrorType) {
|
|
3462
|
-
ErrorType["NotSpecified"] = "NotSpecified";
|
|
3463
|
-
ErrorType["LimitError"] = "LimitError";
|
|
3464
|
-
ErrorType["ValidationError"] = "ValidationError";
|
|
3465
|
-
ErrorType["JwtExpired"] = "JwtExpired";
|
|
3466
|
-
ErrorType["TokenInvalid"] = "TokenInvalid";
|
|
3467
|
-
ErrorType["RefreshTokenExpired"] = "RefreshTokenExpired";
|
|
3468
|
-
ErrorType["RefreshTokenInvalid"] = "RefreshTokenInvalid";
|
|
3469
|
-
ErrorType["CreateUserFailed"] = "CreateUserFailed";
|
|
3470
|
-
ErrorType["SetUserPasswordFailed"] = "SetUserPasswordFailed";
|
|
3471
|
-
ErrorType["SetUserRoleFailed"] = "SetUserRoleFailed";
|
|
3472
|
-
ErrorType["UpdateUserFailed"] = "UpdateUserFailed";
|
|
3473
|
-
ErrorType["RemoveUserFailed"] = "RemoveUserFailed";
|
|
3474
|
-
ErrorType["CreateRoleFailed"] = "CreateRoleFailed";
|
|
3475
|
-
ErrorType["UpdateRoleFailed"] = "UpdateRoleFailed";
|
|
3476
|
-
ErrorType["RemoveUserRoleFailed"] = "RemoveUserRoleFailed";
|
|
3477
|
-
ErrorType["ChangeActiveStateFailed"] = "ChangeActiveStateFailed";
|
|
3478
|
-
ErrorType["RemoveRoleFailed"] = "RemoveRoleFailed";
|
|
3479
|
-
ErrorType["UserNotFound"] = "UserNotFound";
|
|
3480
|
-
ErrorType["RoleNotFound"] = "RoleNotFound";
|
|
3481
|
-
ErrorType["EmailNotConfirmed"] = "EmailNotConfirmed";
|
|
3482
|
-
ErrorType["DuplicateEmailError"] = "DuplicateEmailError";
|
|
3483
|
-
ErrorType["InvalidPassword"] = "InvalidPassword";
|
|
3484
|
-
ErrorType["RoleExists"] = "RoleExists";
|
|
3485
|
-
ErrorType["UserExists"] = "UserExists";
|
|
3486
|
-
ErrorType["UserLockedError"] = "UserLockedError";
|
|
3487
|
-
ErrorType["InvalidEmail"] = "InvalidEmail";
|
|
3488
|
-
ErrorType["InvalidUsername"] = "InvalidUsername";
|
|
3489
|
-
ErrorType["Unauthorized"] = "Unauthorized";
|
|
3490
|
-
ErrorType["EmailNotChanged"] = "EmailNotChanged";
|
|
3491
|
-
ErrorType["EmailNotSet"] = "EmailNotSet";
|
|
3492
|
-
})(exports.ErrorType || (exports.ErrorType = {}));
|
|
3493
3364
|
/**
|
|
3494
3365
|
* Specifies the available types of layer services that can be used within the application.
|
|
3495
3366
|
|
|
@@ -3848,18 +3719,6 @@ exports.TaskResourceSubType = void 0;
|
|
|
3848
3719
|
TaskResourceSubType["PythonTask"] = "PythonTask";
|
|
3849
3720
|
})(exports.TaskResourceSubType || (exports.TaskResourceSubType = {}));
|
|
3850
3721
|
/**
|
|
3851
|
-
* Specifies the types of task resources that can be updated within the system.
|
|
3852
|
-
|
|
3853
|
-
SpTask
|
|
3854
|
-
|
|
3855
|
-
PythonTask
|
|
3856
|
-
*/
|
|
3857
|
-
exports.TaskResourceUpdateType = void 0;
|
|
3858
|
-
(function (TaskResourceUpdateType) {
|
|
3859
|
-
TaskResourceUpdateType["SpTask"] = "SpTask";
|
|
3860
|
-
TaskResourceUpdateType["PythonTask"] = "PythonTask";
|
|
3861
|
-
})(exports.TaskResourceUpdateType || (exports.TaskResourceUpdateType = {}));
|
|
3862
|
-
/**
|
|
3863
3722
|
*
|
|
3864
3723
|
|
|
3865
3724
|
Task
|