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