@evergis/api 3.0.183 → 3.0.185

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 (46) hide show
  1. package/dist/__generated__/AccountPreviewService.d.ts +3 -3
  2. package/dist/__generated__/AccountService.d.ts +35 -35
  3. package/dist/__generated__/BulkOperationsService.d.ts +1 -1
  4. package/dist/__generated__/CamerasService.d.ts +8 -8
  5. package/dist/__generated__/CatalogService.d.ts +10 -10
  6. package/dist/__generated__/ClientSettingsService.d.ts +4 -4
  7. package/dist/__generated__/EqlTestService.d.ts +7 -7
  8. package/dist/__generated__/ExternalProvidersService.d.ts +11 -11
  9. package/dist/__generated__/FeedbackService.d.ts +3 -3
  10. package/dist/__generated__/FiltersService.d.ts +3 -3
  11. package/dist/__generated__/GeneralService.d.ts +2 -2
  12. package/dist/__generated__/GeocodeService.d.ts +3 -3
  13. package/dist/__generated__/IceRouterService.d.ts +2 -2
  14. package/dist/__generated__/ImportService.d.ts +12 -12
  15. package/dist/__generated__/LayersService.d.ts +65 -54
  16. package/dist/__generated__/NamespaceService.d.ts +4 -4
  17. package/dist/__generated__/NavigationService.d.ts +1 -1
  18. package/dist/__generated__/NotificationService.d.ts +5 -5
  19. package/dist/__generated__/PrintService.d.ts +6 -6
  20. package/dist/__generated__/ProjectsService.d.ts +23 -23
  21. package/dist/__generated__/QueryTokenAccessService.d.ts +4 -4
  22. package/dist/__generated__/ResourceCatalogService.d.ts +2 -2
  23. package/dist/__generated__/S3Service.d.ts +7 -7
  24. package/dist/__generated__/SchedulerService.d.ts +20 -20
  25. package/dist/__generated__/SecurityService.d.ts +6 -6
  26. package/dist/__generated__/SpatialReferencesService.d.ts +3 -3
  27. package/dist/__generated__/StaticContentService.d.ts +4 -4
  28. package/dist/__generated__/StatisticService.d.ts +8 -8
  29. package/dist/__generated__/StyleService.d.ts +6 -6
  30. package/dist/__generated__/SymbolStorageService.d.ts +18 -18
  31. package/dist/__generated__/TablesService.d.ts +29 -29
  32. package/dist/__generated__/TagsService.d.ts +4 -4
  33. package/dist/__generated__/UniversalSearchService.d.ts +2 -2
  34. package/dist/__generated__/VectorTileService.d.ts +1 -1
  35. package/dist/__generated__/WfsServerService.d.ts +3 -3
  36. package/dist/__generated__/WmsServerService.d.ts +5 -5
  37. package/dist/__generated__/WmtsService.d.ts +1 -1
  38. package/dist/__generated__/data-contracts.d.ts +291 -260
  39. package/dist/api.cjs.development.js +279 -263
  40. package/dist/api.cjs.development.js.map +1 -1
  41. package/dist/api.cjs.production.min.js +1 -1
  42. package/dist/api.cjs.production.min.js.map +1 -1
  43. package/dist/api.esm.js +279 -263
  44. package/dist/api.esm.js.map +1 -1
  45. package/dist/services/Statistic.d.ts +2 -2
  46. package/package.json +2 -2
@@ -13,7 +13,7 @@ export declare class ExternalProvidersService extends Service {
13
13
  * @operationId ExternalProvidersController_VkLogin
14
14
  * @summary The external login by vk.
15
15
  * @request GET:/account/external/login/vk
16
- * @response `200` Success
16
+ * @response `200` OK
17
17
  */
18
18
  vkLogin(): string;
19
19
  /**
@@ -24,7 +24,7 @@ export declare class ExternalProvidersService extends Service {
24
24
  * @operationId ExternalProvidersController_GoogleLogin
25
25
  * @summary The external login by google.
26
26
  * @request GET:/account/external/login/google
27
- * @response `200` Success
27
+ * @response `200` OK
28
28
  */
29
29
  googleLogin(): string;
30
30
  /**
@@ -35,7 +35,7 @@ export declare class ExternalProvidersService extends Service {
35
35
  * @operationId ExternalProvidersController_FacebookLogin
36
36
  * @summary The external login by facebook.
37
37
  * @request GET:/account/external/login/facebook
38
- * @response `200` Success
38
+ * @response `200` OK
39
39
  */
40
40
  facebookLogin(): string;
41
41
  /**
@@ -46,7 +46,7 @@ export declare class ExternalProvidersService extends Service {
46
46
  * @operationId ExternalProvidersController_LoginCallback
47
47
  * @summary The external login callback.
48
48
  * @request GET:/account/external/login/callback
49
- * @response `200` Success
49
+ * @response `200` OK
50
50
  */
51
51
  loginCallback(): Promise<void>;
52
52
  /**
@@ -57,7 +57,7 @@ export declare class ExternalProvidersService extends Service {
57
57
  * @operationId ExternalProvidersController_UnbindVk
58
58
  * @summary Unbind external login from current user account (google).
59
59
  * @request DELETE:/account/external/unbind/vk
60
- * @response `200` Success
60
+ * @response `200` OK
61
61
  */
62
62
  unbindVk(): Promise<void>;
63
63
  /**
@@ -68,7 +68,7 @@ export declare class ExternalProvidersService extends Service {
68
68
  * @operationId ExternalProvidersController_UnbindGoogle
69
69
  * @summary Unbind external login from current user account (google).
70
70
  * @request DELETE:/account/external/unbind/google
71
- * @response `200` Success
71
+ * @response `200` OK
72
72
  */
73
73
  unbindGoogle(): Promise<void>;
74
74
  /**
@@ -79,7 +79,7 @@ export declare class ExternalProvidersService extends Service {
79
79
  * @operationId ExternalProvidersController_UnbindFacebook
80
80
  * @summary Unbind external login from current user account (google).
81
81
  * @request DELETE:/account/external/unbind/facebook
82
- * @response `200` Success
82
+ * @response `200` OK
83
83
  */
84
84
  unbindFacebook(): Promise<void>;
85
85
  /**
@@ -90,7 +90,7 @@ export declare class ExternalProvidersService extends Service {
90
90
  * @operationId ExternalProvidersController_BindVk
91
91
  * @summary The external login by vk.
92
92
  * @request GET:/account/external/bind/vk
93
- * @response `200` Success
93
+ * @response `200` OK
94
94
  */
95
95
  bindVk(): string;
96
96
  /**
@@ -101,7 +101,7 @@ export declare class ExternalProvidersService extends Service {
101
101
  * @operationId ExternalProvidersController_BindGoogle
102
102
  * @summary The external login by vk.
103
103
  * @request GET:/account/external/bind/google
104
- * @response `200` Success
104
+ * @response `200` OK
105
105
  */
106
106
  bindGoogle(): string;
107
107
  /**
@@ -112,7 +112,7 @@ export declare class ExternalProvidersService extends Service {
112
112
  * @operationId ExternalProvidersController_BindFacebook
113
113
  * @summary The external login by vk.
114
114
  * @request GET:/account/external/bind/facebook
115
- * @response `200` Success
115
+ * @response `200` OK
116
116
  */
117
117
  bindFacebook(): string;
118
118
  /**
@@ -123,7 +123,7 @@ export declare class ExternalProvidersService extends Service {
123
123
  * @operationId ExternalProvidersController_BindCallback
124
124
  * @summary Bind external login to current user account.
125
125
  * @request GET:/account/external/bind/callback
126
- * @response `200` Success
126
+ * @response `200` OK
127
127
  */
128
128
  bindCallback(): Promise<void>;
129
129
  }
@@ -14,7 +14,7 @@ export declare class FeedbackService extends Service {
14
14
  * @operationId FeedbackController_IncreaseResourcesLimit
15
15
  * @summary Increase resources limit request.
16
16
  * @request POST:/feedback/limits
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  increaseResourcesLimit(query: IncreaseResourcesLimitParams): Promise<string[]>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class FeedbackService extends Service {
25
25
  * @operationId FeedbackController_MoreSymbols
26
26
  * @summary More symbols request.
27
27
  * @request POST:/feedback/symbol
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  moreSymbols(query: MoreSymbolsParams): Promise<string[]>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class FeedbackService extends Service {
36
36
  * @operationId FeedbackController_Feedback
37
37
  * @summary Feedback request.
38
38
  * @request POST:/feedback
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  feedback(query: FeedbackParams, data: FeedbackPayload | FormData): Promise<string[]>;
42
42
  }
@@ -14,7 +14,7 @@ export declare class FiltersService extends Service {
14
14
  * @operationId FiltersServiceController_Get
15
15
  * @summary Returns the filter by its id.
16
16
  * @request GET:/filters/{id}
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  get(id: string): Promise<string>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class FiltersService extends Service {
25
25
  * @operationId FiltersServiceController_Update
26
26
  * @summary Replaces a filter and gives it a new id.
27
27
  * @request POST:/filters/{id}
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  update(id: string, data: FilterDc): Promise<FilterCreationResponseDc>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class FiltersService extends Service {
36
36
  * @operationId FiltersServiceController_Create
37
37
  * @summary Creates a new filter.
38
38
  * @request POST:/filters
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  create(data: FilterDc): Promise<FilterCreationResponseDc>;
42
42
  }
@@ -14,7 +14,7 @@ export declare class GeneralService extends Service {
14
14
  * @operationId GeneralController_GetServerInfo
15
15
  * @summary Returns basic information about the server.
16
16
  * @request GET:/
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getServerInfo(): Promise<ServerInfoDc>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class GeneralService extends Service {
25
25
  * @operationId GeneralController_GetFunctionsList
26
26
  * @summary Returns list of available functions.
27
27
  * @request GET:/functions
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getFunctionsList(): Promise<FunctionInfoDc[]>;
31
31
  }
@@ -14,7 +14,7 @@ export declare class GeocodeService extends Service {
14
14
  * @operationId GeocodeServiceController_Geocode
15
15
  * @summary Returns geocode geometry.
16
16
  * @request GET:/geocode/{providerName}
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  geocode({ providerName, ...query }: GeocodeParams): Promise<GeocodeResultDc[]>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class GeocodeService extends Service {
25
25
  * @operationId GeocodeServiceController_GeocodeByPoint
26
26
  * @summary Returns geocode address from point geometry.
27
27
  * @request GET:/geocode/{providerName}/geocodeByPoint
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  geocodeByPoint({ providerName, ...query }: GeocodeByPointParams): Promise<GeocodeResultDc[]>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class GeocodeService extends Service {
36
36
  * @operationId GeocodeServiceController_Suggest
37
37
  * @summary Returns geocode suggest.
38
38
  * @request GET:/geocode/{providerName}/suggest
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  suggest({ providerName, ...query }: SuggestParams): Promise<GeocodeSuggestResultDc[]>;
42
42
  }
@@ -14,7 +14,7 @@ export declare class IceRouterService extends Service {
14
14
  * @operationId IceRouterController_StartTask
15
15
  * @summary Start route build between start and end points.
16
16
  * @request POST:/ice-router/tasks
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  startTask(data: IceRouteTaskDc): Promise<string>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class IceRouterService extends Service {
25
25
  * @operationId IceRouterController_GetResult
26
26
  * @summary Get task result.
27
27
  * @request GET:/ice-router/tasks/{id}
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getResult(id: string): Promise<IceRouterResultDc>;
31
31
  }
@@ -1,4 +1,4 @@
1
- import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, RasterMetaDc, ReadPartParams } from './data-contracts';
1
+ import { ExternalLayerInfoDc, GetDataSchemaParams, GetExternalArcgisFsLayersParams, GetExternalArcGisLayersParams, GetExternalPbfFeaturesParams, GetExternalPbfLayersParams, GetExternalWmsLayersParams, GetRasterAttributesParams, GetRasterMetaParams, ImportDataSchema, ImportFileFeaturesCountDc, NetCdfMetaDc, PagedFeaturesListDc, RasterMetaDc, ReadPartParams } from './data-contracts';
2
2
  import { Service } from './Service';
3
3
  /**
4
4
  * @title Spatial Processing Core API
@@ -14,7 +14,7 @@ export declare class ImportService extends Service {
14
14
  * @operationId ImportServiceController_GetDataSchema
15
15
  * @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.
16
16
  * @request GET:/import/dataSchema
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getDataSchema(query: GetDataSchemaParams): Promise<ImportDataSchema>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class ImportService extends Service {
25
25
  * @operationId ImportServiceController_GetFeaturesCount
26
26
  * @summary Returns the features count of the given file in temporary static storage.
27
27
  * @request POST:/import/count
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getFeaturesCount(data: ImportFileFeaturesCountDc): Promise<number>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class ImportService extends Service {
36
36
  * @operationId ImportServiceController_ReadPart
37
37
  * @summary Returns the features of the given file in temporary static storage.
38
38
  * @request GET:/import/read
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  readPart(query: ReadPartParams): Promise<void>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class ImportService extends Service {
47
47
  * @operationId ImportServiceController_GetExternalWmsLayers
48
48
  * @summary Get list of external WMS layers.
49
49
  * @request GET:/import/wms
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  getExternalWmsLayers(query: GetExternalWmsLayersParams): Promise<ExternalLayerInfoDc[]>;
53
53
  /**
@@ -58,7 +58,7 @@ export declare class ImportService extends Service {
58
58
  * @operationId ImportServiceController_GetExternalPbfLayers
59
59
  * @summary Get list of external PBF layers.
60
60
  * @request GET:/import/pbf
61
- * @response `200` Success
61
+ * @response `200` OK
62
62
  */
63
63
  getExternalPbfLayers(query: GetExternalPbfLayersParams): Promise<ExternalLayerInfoDc[]>;
64
64
  /**
@@ -69,9 +69,9 @@ export declare class ImportService extends Service {
69
69
  * @operationId ImportServiceController_GetExternalPbfFeatures
70
70
  * @summary Get features list in external PBF layer.
71
71
  * @request GET:/import/pbf/features
72
- * @response `200` Success
72
+ * @response `200` OK
73
73
  */
74
- getExternalPbfFeatures(query: GetExternalPbfFeaturesParams): Promise<import("./data-contracts").PagedListFeatureDc>;
74
+ getExternalPbfFeatures(query: GetExternalPbfFeaturesParams): Promise<PagedFeaturesListDc>;
75
75
  /**
76
76
  * No description
77
77
  *
@@ -80,7 +80,7 @@ export declare class ImportService extends Service {
80
80
  * @operationId ImportServiceController_GetExternalArcgisFSLayers
81
81
  * @summary Get list of external ArcGis FeatureServer layers.
82
82
  * @request GET:/import/arcgisfeatureservice
83
- * @response `200` Success
83
+ * @response `200` OK
84
84
  */
85
85
  getExternalArcgisFsLayers(query: GetExternalArcgisFsLayersParams): Promise<ExternalLayerInfoDc[]>;
86
86
  /**
@@ -91,7 +91,7 @@ export declare class ImportService extends Service {
91
91
  * @operationId ImportServiceController_GetExternalArcGisLayers
92
92
  * @summary Get list of external ArcGis MapServer layers.
93
93
  * @request GET:/import/arcgismapservice
94
- * @response `200` Success
94
+ * @response `200` OK
95
95
  */
96
96
  getExternalArcGisLayers(query: GetExternalArcGisLayersParams): Promise<ExternalLayerInfoDc[]>;
97
97
  /**
@@ -102,7 +102,7 @@ export declare class ImportService extends Service {
102
102
  * @operationId ImportServiceController_GetRasterAttributes
103
103
  * @summary Parse raster attributes from file name.
104
104
  * @request GET:/import/rasterAttributes
105
- * @response `200` Success
105
+ * @response `200` OK
106
106
  */
107
107
  getRasterAttributes(query: GetRasterAttributesParams): Promise<Record<string, any>>;
108
108
  /**
@@ -113,7 +113,7 @@ export declare class ImportService extends Service {
113
113
  * @operationId ImportServiceController_GetRasterMeta
114
114
  * @summary Get raster meta data.
115
115
  * @request GET:/import/rasterMeta
116
- * @response `200` Success
116
+ * @response `200` OK
117
117
  */
118
118
  getRasterMeta(query: GetRasterMetaParams): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
119
119
  }