@evergis/api 3.0.184 → 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 (45) 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 +55 -55
  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 +270 -263
  39. package/dist/api.cjs.development.js +264 -264
  40. package/dist/api.cjs.development.js.map +1 -1
  41. package/dist/api.cjs.production.min.js.map +1 -1
  42. package/dist/api.esm.js +264 -264
  43. package/dist/api.esm.js.map +1 -1
  44. package/dist/services/Statistic.d.ts +2 -2
  45. package/package.json +2 -2
@@ -14,7 +14,7 @@ export declare class AccountPreviewService extends Service {
14
14
  * @operationId AccountPreviewController_GetPreview
15
15
  * @summary Get user preview image.
16
16
  * @request GET:/account/user/preview/{username}
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getPreview(username: string | null): string;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class AccountPreviewService extends Service {
25
25
  * @operationId AccountPreviewController_UploadPreview
26
26
  * @summary Set user preview image by link.
27
27
  * @request POST:/account/user/preview/{username}
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  uploadPreview({ username, ...query }: UploadPreviewParams, data: UploadPreviewPayload | FormData): Promise<FileUploadResponse>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class AccountPreviewService extends Service {
36
36
  * @operationId AccountPreviewController_DeletePreview
37
37
  * @summary Delete user preview.
38
38
  * @request DELETE:/account/user/preview/{username}
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  deletePreview(username: string | null): Promise<void>;
42
42
  }
@@ -14,7 +14,7 @@ export declare class AccountService extends Service {
14
14
  * @operationId AccountController_GetUsers
15
15
  * @summary Returns the list of users that correspond to the given conditions.
16
16
  * @request GET:/account/user/list
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getUsers(query: GetUsersParams): Promise<PagedListUserInfoDc>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class AccountService extends Service {
25
25
  * @operationId AccountController_GetExtendedUsers
26
26
  * @summary Returns the list of extended users informations that correspond to the given conditions.
27
27
  * @request GET:/account/user/extendedlist
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getExtendedUsers(query: GetExtendedUsersParams): Promise<PagedListExtendedUserInfoDc>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class AccountService extends Service {
36
36
  * @operationId AccountController_GetUserInfo
37
37
  * @summary Get user basic information.
38
38
  * @request GET:/account/{username}
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  getUserInfo(username: string | null): Promise<UserInfoDc>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class AccountService extends Service {
47
47
  * @operationId AccountController_GetExtendedUserInfo
48
48
  * @summary Get user extended information.
49
49
  * @request GET:/account/extended/{username}
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  getExtendedUserInfo(username: string | null): Promise<ExtendedUserInfoDc>;
53
53
  /**
@@ -58,7 +58,7 @@ export declare class AccountService extends Service {
58
58
  * @operationId AccountController_IsUsernameExists
59
59
  * @summary Checks if the user with the given name is registered in the system.
60
60
  * @request GET:/account/user/exists
61
- * @response `200` Success
61
+ * @response `200` OK
62
62
  */
63
63
  isUsernameExists(query: IsUsernameExistsParams): Promise<boolean>;
64
64
  /**
@@ -69,7 +69,7 @@ export declare class AccountService extends Service {
69
69
  * @operationId AccountController_IsEmailExists
70
70
  * @summary Checks if the user with the given email is registered in the system.
71
71
  * @request GET:/account/user/email/exists
72
- * @response `200` Success
72
+ * @response `200` OK
73
73
  */
74
74
  isEmailExists(query: IsEmailExistsParams): Promise<boolean>;
75
75
  /**
@@ -80,7 +80,7 @@ export declare class AccountService extends Service {
80
80
  * @operationId AccountController_RegisterUser
81
81
  * @summary Register new user.
82
82
  * @request POST:/account/register
83
- * @response `200` Success
83
+ * @response `200` OK
84
84
  */
85
85
  registerUser(data: RegisterUserDc): Promise<string>;
86
86
  /**
@@ -91,7 +91,7 @@ export declare class AccountService extends Service {
91
91
  * @operationId AccountController_CreateUser
92
92
  * @summary Create new user.
93
93
  * @request POST:/account/user
94
- * @response `200` Success
94
+ * @response `200` OK
95
95
  */
96
96
  createUser(query: CreateUserParams, data: CreateUserDc): Promise<void>;
97
97
  /**
@@ -102,7 +102,7 @@ export declare class AccountService extends Service {
102
102
  * @operationId AccountController_UpdateUser
103
103
  * @summary Update exist user.
104
104
  * @request PATCH:/account/user
105
- * @response `200` Success
105
+ * @response `200` OK
106
106
  */
107
107
  updateUser(data: UpdateUserDc): Promise<void>;
108
108
  /**
@@ -113,7 +113,7 @@ export declare class AccountService extends Service {
113
113
  * @operationId AccountController_ConfirmEmail
114
114
  * @summary Confirm user email.
115
115
  * @request POST:/account/user/{username}/email/confirm
116
- * @response `200` Success
116
+ * @response `200` OK
117
117
  */
118
118
  confirmEmail(username: string): Promise<void>;
119
119
  /**
@@ -124,7 +124,7 @@ export declare class AccountService extends Service {
124
124
  * @operationId AccountController_VerifyEmail
125
125
  * @summary Send email with verification code.
126
126
  * @request POST:/account/user/{username}/email/verify
127
- * @response `200` Success
127
+ * @response `200` OK
128
128
  */
129
129
  verifyEmail(username: string): Promise<void>;
130
130
  /**
@@ -135,7 +135,7 @@ export declare class AccountService extends Service {
135
135
  * @operationId AccountController_SetEmail
136
136
  * @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through link.
137
137
  * @request POST:/account/setEmail
138
- * @response `200` Success
138
+ * @response `200` OK
139
139
  */
140
140
  setEmail(data: SetEmailPayload | FormData): Promise<void>;
141
141
  /**
@@ -146,7 +146,7 @@ export declare class AccountService extends Service {
146
146
  * @operationId AccountController_ConfirmEmail_1
147
147
  * @summary Confirm user email by code.
148
148
  * @request POST:/account/user/email/confirm
149
- * @response `200` Success
149
+ * @response `200` OK
150
150
  */
151
151
  confirmEmail1(query: ConfirmEmail1Params): Promise<void>;
152
152
  /**
@@ -157,7 +157,7 @@ export declare class AccountService extends Service {
157
157
  * @operationId AccountController_ChangeEmail
158
158
  * @summary Send email message with confirmation code to new email address.
159
159
  * @request POST:/account/user/email/change
160
- * @response `200` Success
160
+ * @response `200` OK
161
161
  */
162
162
  changeEmail(query: ChangeEmailParams): Promise<void>;
163
163
  /**
@@ -168,7 +168,7 @@ export declare class AccountService extends Service {
168
168
  * @operationId AccountController_ConfirmChangeEmail
169
169
  * @summary Check confirmation code and change email address.
170
170
  * @request POST:/account/user/email/change/confirm
171
- * @response `200` Success
171
+ * @response `200` OK
172
172
  */
173
173
  confirmChangeEmail(query: ConfirmChangeEmailParams): Promise<void>;
174
174
  /**
@@ -179,7 +179,7 @@ export declare class AccountService extends Service {
179
179
  * @operationId AccountController_SetUserPassword
180
180
  * @summary Set user password.
181
181
  * @request PATCH:/account/password/set
182
- * @response `200` Success
182
+ * @response `200` OK
183
183
  */
184
184
  setUserPassword(data: LoginDc): Promise<void>;
185
185
  /**
@@ -190,7 +190,7 @@ export declare class AccountService extends Service {
190
190
  * @operationId AccountController_ChangePassword
191
191
  * @summary Change current user password.
192
192
  * @request PATCH:/account/password/change
193
- * @response `200` Success
193
+ * @response `200` OK
194
194
  */
195
195
  changePassword(data: ChangePasswordPayload | FormData): Promise<void>;
196
196
  /**
@@ -201,7 +201,7 @@ export declare class AccountService extends Service {
201
201
  * @operationId AccountController_ResetPassword
202
202
  * @summary Send reset password message.
203
203
  * @request POST:/account/password/reset
204
- * @response `200` Success
204
+ * @response `200` OK
205
205
  */
206
206
  resetPassword(query: ResetPasswordParams): Promise<void>;
207
207
  /**
@@ -212,7 +212,7 @@ export declare class AccountService extends Service {
212
212
  * @operationId AccountController_ResetPasswordCallback
213
213
  * @summary Reset password.
214
214
  * @request POST:/account/password/reset/confirm
215
- * @response `200` Success
215
+ * @response `200` OK
216
216
  */
217
217
  resetPasswordCallback(data: ResetPasswordCallbackPayload | FormData): Promise<void>;
218
218
  /**
@@ -223,7 +223,7 @@ export declare class AccountService extends Service {
223
223
  * @operationId AccountController_RemoveUser
224
224
  * @summary Remove user.
225
225
  * @request DELETE:/account/user/{username}
226
- * @response `200` Success
226
+ * @response `200` OK
227
227
  */
228
228
  removeUser(username: string): Promise<void>;
229
229
  /**
@@ -234,7 +234,7 @@ export declare class AccountService extends Service {
234
234
  * @operationId AccountController_ActivateUser
235
235
  * @summary Activate user.
236
236
  * @request POST:/account/user/{username}/activate
237
- * @response `200` Success
237
+ * @response `200` OK
238
238
  */
239
239
  activateUser(username: string): Promise<void>;
240
240
  /**
@@ -245,7 +245,7 @@ export declare class AccountService extends Service {
245
245
  * @operationId AccountController_DeactivateUser
246
246
  * @summary Deactivate user.
247
247
  * @request POST:/account/user/{username}/deactivate
248
- * @response `200` Success
248
+ * @response `200` OK
249
249
  */
250
250
  deactivateUser(username: string): Promise<void>;
251
251
  /**
@@ -256,7 +256,7 @@ export declare class AccountService extends Service {
256
256
  * @operationId AccountController_Authenticate
257
257
  * @summary Login.
258
258
  * @request POST:/account/login
259
- * @response `200` Success
259
+ * @response `200` OK
260
260
  */
261
261
  authenticate(data: LoginDc): Promise<string>;
262
262
  /**
@@ -267,7 +267,7 @@ export declare class AccountService extends Service {
267
267
  * @operationId AccountController_RefreshToken
268
268
  * @summary Refresh JWT token.
269
269
  * @request POST:/account/refresh-token
270
- * @response `200` Success
270
+ * @response `200` OK
271
271
  */
272
272
  refreshToken(): Promise<string>;
273
273
  /**
@@ -278,7 +278,7 @@ export declare class AccountService extends Service {
278
278
  * @operationId AccountController_RevokeToken
279
279
  * @summary Revoke refresh token.
280
280
  * @request DELETE:/account/revoke-token
281
- * @response `200` Success
281
+ * @response `200` OK
282
282
  */
283
283
  revokeToken(): Promise<void>;
284
284
  /**
@@ -289,7 +289,7 @@ export declare class AccountService extends Service {
289
289
  * @operationId AccountController_LdapLogin
290
290
  * @summary The external login callback.
291
291
  * @request POST:/account/external/login/ldap
292
- * @response `200` Success
292
+ * @response `200` OK
293
293
  */
294
294
  ldapLogin(data: LoginDc): Promise<void>;
295
295
  /**
@@ -300,7 +300,7 @@ export declare class AccountService extends Service {
300
300
  * @operationId AccountController_GetRoles
301
301
  * @summary Enumerate exist roles.
302
302
  * @request GET:/account/role/list
303
- * @response `200` Success
303
+ * @response `200` OK
304
304
  */
305
305
  getRoles(query: GetRolesParams): Promise<PagedListRoleInfoDc>;
306
306
  /**
@@ -311,7 +311,7 @@ export declare class AccountService extends Service {
311
311
  * @operationId AccountController_CreateRole
312
312
  * @summary Create new role.
313
313
  * @request POST:/account/role
314
- * @response `200` Success
314
+ * @response `200` OK
315
315
  */
316
316
  createRole(data: CreateRoleDc): Promise<void>;
317
317
  /**
@@ -322,7 +322,7 @@ export declare class AccountService extends Service {
322
322
  * @operationId AccountController_UpdateRole
323
323
  * @summary Update exist role.
324
324
  * @request PATCH:/account/role
325
- * @response `200` Success
325
+ * @response `200` OK
326
326
  */
327
327
  updateRole(data: UpdateRoleDc): Promise<void>;
328
328
  /**
@@ -333,7 +333,7 @@ export declare class AccountService extends Service {
333
333
  * @operationId AccountController_RemoveRole
334
334
  * @summary Remove role.
335
335
  * @request DELETE:/account/role/{rolename}
336
- * @response `200` Success
336
+ * @response `200` OK
337
337
  */
338
338
  removeRole(rolename: string): Promise<void>;
339
339
  /**
@@ -344,7 +344,7 @@ export declare class AccountService extends Service {
344
344
  * @operationId AccountController_AddToRole
345
345
  * @summary Add user to role.
346
346
  * @request POST:/account/user/{username}/role/{role}
347
- * @response `200` Success
347
+ * @response `200` OK
348
348
  */
349
349
  addToRole(username: string, role: string): Promise<void>;
350
350
  /**
@@ -355,7 +355,7 @@ export declare class AccountService extends Service {
355
355
  * @operationId AccountController_RemoveFromRole
356
356
  * @summary Remove user from role.
357
357
  * @request DELETE:/account/user/{username}/role/{role}
358
- * @response `200` Success
358
+ * @response `200` OK
359
359
  */
360
360
  removeFromRole(username: string, role: string): Promise<void>;
361
361
  /**
@@ -366,7 +366,7 @@ export declare class AccountService extends Service {
366
366
  * @operationId AccountController_PostUsedProjects
367
367
  * @summary Set used project.
368
368
  * @request POST:/account/latest_projects
369
- * @response `200` Success
369
+ * @response `200` OK
370
370
  */
371
371
  postUsedProjects(data: UsedProjectDc): Promise<UsedProjectDc>;
372
372
  /**
@@ -377,7 +377,7 @@ export declare class AccountService extends Service {
377
377
  * @operationId AccountController_GetUsedProjects
378
378
  * @summary Get used projects.
379
379
  * @request GET:/account/latest_projects
380
- * @response `200` Success
380
+ * @response `200` OK
381
381
  */
382
382
  getUsedProjects(): Promise<UsedProjectDc[]>;
383
383
  /**
@@ -388,7 +388,7 @@ export declare class AccountService extends Service {
388
388
  * @operationId AccountController_TruncateUsedProjects
389
389
  * @summary Truncate used projects.
390
390
  * @request DELETE:/account/latest_projects
391
- * @response `200` Success
391
+ * @response `200` OK
392
392
  */
393
393
  truncateUsedProjects(): Promise<void>;
394
394
  }
@@ -14,7 +14,7 @@ export declare class BulkOperationsService extends Service {
14
14
  * @operationId BulkOperationsController_BatchResourcesPermissionsSet
15
15
  * @summary Perform resources set acl access batch operation.
16
16
  * @request PUT:/bulk/resources/permissions
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  batchResourcesPermissionsSet(data: BatchResourcesAclDc): Promise<BulkOperationResultDc[]>;
20
20
  }
@@ -14,7 +14,7 @@ export declare class CamerasService extends Service {
14
14
  * @operationId CamerasController_GetCameras
15
15
  * @summary Get cameras list.
16
16
  * @request GET:/cameras
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getCameras(query: GetCamerasParams): Promise<CameraListDc>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class CamerasService extends Service {
25
25
  * @operationId CamerasController_GetArchiveFeed
26
26
  * @summary Streams an FLV-over-HTTP archive feed starting at specific time.
27
27
  * @request GET:/cameras/{cameraId}/archiveFeed
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getArchiveFeed({ cameraId, ...query }: GetArchiveFeedParams): Promise<Blob>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class CamerasService extends Service {
36
36
  * @operationId CamerasController_GetArchiveTimeline
37
37
  * @summary Returns a list of records available within a given timeframe.
38
38
  * @request GET:/cameras/{cameraId}/archiveTimeline
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  getArchiveTimeline({ cameraId, ...query }: GetArchiveTimelineParams): Promise<ArchiveTimelineDc>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class CamerasService extends Service {
47
47
  * @operationId CamerasController_GetArchiveCalendar
48
48
  * @summary Returns a list of records available within a given timeframe.
49
49
  * @request GET:/cameras/{cameraId}/archiveCalendar
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  getArchiveCalendar({ cameraId, ...query }: GetArchiveCalendarParams): Promise<ArchiveCalendarDc>;
53
53
  /**
@@ -58,7 +58,7 @@ export declare class CamerasService extends Service {
58
58
  * @operationId CamerasController_GetArchiveSnapshot
59
59
  * @summary Returns a JPEG image from the Camera’s archive.
60
60
  * @request GET:/cameras/{cameraId}/archiveSnapshot
61
- * @response `200` Success
61
+ * @response `200` OK
62
62
  */
63
63
  getArchiveSnapshot({ cameraId, ...query }: GetArchiveSnapshotParams): Promise<Blob>;
64
64
  /**
@@ -69,7 +69,7 @@ export declare class CamerasService extends Service {
69
69
  * @operationId CamerasController_GetLiveFeed
70
70
  * @summary Streams live video feed from the Camera.
71
71
  * @request GET:/cameras/{cameraId}/liveFeed
72
- * @response `200` Success
72
+ * @response `200` OK
73
73
  */
74
74
  getLiveFeed({ cameraId, ...query }: GetLiveFeedParams): Promise<Blob>;
75
75
  /**
@@ -80,7 +80,7 @@ export declare class CamerasService extends Service {
80
80
  * @operationId CamerasController_GetLiveSnapshot
81
81
  * @summary Returns a JPEG image from the Camera’s live feed.
82
82
  * @request GET:/cameras/{cameraId}/liveSnapshot
83
- * @response `200` Success
83
+ * @response `200` OK
84
84
  */
85
85
  getLiveSnapshot(cameraId: string): Promise<Blob>;
86
86
  /**
@@ -91,7 +91,7 @@ export declare class CamerasService extends Service {
91
91
  * @operationId CamerasController_GetLivePreviewStream
92
92
  * @summary Get live preview stream.
93
93
  * @request GET:/cameras/{cameraId}/getLivePreviewsStream
94
- * @response `200` Success
94
+ * @response `200` OK
95
95
  */
96
96
  getLivePreviewStream({ cameraId, ...query }: GetLivePreviewStreamParams): Promise<object>;
97
97
  }
@@ -14,7 +14,7 @@ export declare class CatalogService extends Service {
14
14
  * @operationId CatalogController_GetAll
15
15
  * @summary Get all resource with given.
16
16
  * @request GET:/resources
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getAll(query: GetAllParams): Promise<CatalogResourceDc[]>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class CatalogService extends Service {
25
25
  * @operationId CatalogController_SearchResources
26
26
  * @summary Search resources.
27
27
  * @request POST:/resources/search
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  searchResources(query: SearchResourcesParams, data: SearchResourcesDto): Promise<CatalogResourceDc[]>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class CatalogService extends Service {
36
36
  * @operationId CatalogController_GetResource
37
37
  * @summary Get resource with given id.
38
38
  * @request GET:/resources/{resourceId}
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  getResource(resourceId: string): Promise<CatalogResourceDc>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class CatalogService extends Service {
47
47
  * @operationId CatalogController_DeleteResource
48
48
  * @summary Delete resource.
49
49
  * @request DELETE:/resources/{resourceId}
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  deleteResource(resourceId: string): Promise<void>;
53
53
  /**
@@ -58,7 +58,7 @@ export declare class CatalogService extends Service {
58
58
  * @operationId CatalogController_MoveResource
59
59
  * @summary Rename resource with given id.
60
60
  * @request POST:/resources/{resourceId}/move
61
- * @response `200` Success
61
+ * @response `200` OK
62
62
  */
63
63
  moveResource(resourceId: string, data: MoveResourceDc): Promise<CatalogResourceDc>;
64
64
  /**
@@ -69,7 +69,7 @@ export declare class CatalogService extends Service {
69
69
  * @operationId CatalogController_CreateDirectory
70
70
  * @summary Create directory.
71
71
  * @request POST:/resources/directory
72
- * @response `200` Success
72
+ * @response `200` OK
73
73
  */
74
74
  createDirectory(data: CreateDirectoryDc): Promise<CatalogResourceDc>;
75
75
  /**
@@ -80,7 +80,7 @@ export declare class CatalogService extends Service {
80
80
  * @operationId CatalogController_CreateFile
81
81
  * @summary Create new file.
82
82
  * @request POST:/resources/file
83
- * @response `200` Success
83
+ * @response `200` OK
84
84
  */
85
85
  createFile(data: CreateFilePayload | FormData): Promise<CatalogResourceDc>;
86
86
  /**
@@ -91,7 +91,7 @@ export declare class CatalogService extends Service {
91
91
  * @operationId CatalogController_GetPermissions
92
92
  * @summary Set permissions to the resource.
93
93
  * @request GET:/resources/{resourceId}/permissions
94
- * @response `200` Success
94
+ * @response `200` OK
95
95
  */
96
96
  getPermissions(resourceId: string): Promise<AccessControlListDc>;
97
97
  /**
@@ -102,7 +102,7 @@ export declare class CatalogService extends Service {
102
102
  * @operationId CatalogController_SetPermissions
103
103
  * @summary Set permissions to the resource.
104
104
  * @request PUT:/resources/{resourceId}/permissions
105
- * @response `200` Success
105
+ * @response `200` OK
106
106
  */
107
107
  setPermissions(resourceId: string, data: AccessControlListDc): Promise<AccessControlListDc>;
108
108
  /**
@@ -113,7 +113,7 @@ export declare class CatalogService extends Service {
113
113
  * @operationId CatalogController_DownloadFile
114
114
  * @summary Download file.
115
115
  * @request GET:/resources/{resourceId}/download
116
- * @response `200` Success
116
+ * @response `200` OK
117
117
  */
118
118
  downloadFile(resourceId: string): Promise<Blob>;
119
119
  }
@@ -14,7 +14,7 @@ export declare class ClientSettingsService extends Service {
14
14
  * @operationId ClientSettingsController_GetConfigurationsList
15
15
  * @summary Get client configurations.
16
16
  * @request GET:/settings/config
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getConfigurationsList(query: GetConfigurationsListParams): Promise<PagedListConfigDc>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class ClientSettingsService extends Service {
25
25
  * @operationId ClientSettingsController_GetConfiguration
26
26
  * @summary Get config for urlPath.
27
27
  * @request GET:/settings
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getConfiguration(query: GetConfigurationParams): Promise<string>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class ClientSettingsService extends Service {
36
36
  * @operationId ClientSettingsController_SetConfiguration
37
37
  * @summary Set config for urlPath.
38
38
  * @request POST:/settings
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  setConfiguration(query: SetConfigurationParams, data: SetConfigurationPayload): Promise<void>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class ClientSettingsService extends Service {
47
47
  * @operationId ClientSettingsController_RemoveConfiguration
48
48
  * @summary Remove config for urlPath.
49
49
  * @request DELETE:/settings
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  removeConfiguration(query: RemoveConfigurationParams): Promise<void>;
53
53
  }
@@ -14,7 +14,7 @@ export declare class EqlTestService extends Service {
14
14
  * @operationId EqlTestController_GetQueryResult
15
15
  * @summary Perform resources set acl access batch operation.
16
16
  * @request POST:/eql/query
17
- * @response `200` Success
17
+ * @response `200` OK
18
18
  */
19
19
  getQueryResult(data: EqlRequestDc): Promise<void>;
20
20
  /**
@@ -25,7 +25,7 @@ export declare class EqlTestService extends Service {
25
25
  * @operationId EqlTestController_GetQueryDescription
26
26
  * @summary Get EQL result columns definitions.
27
27
  * @request POST:/eql/description
28
- * @response `200` Success
28
+ * @response `200` OK
29
29
  */
30
30
  getQueryDescription(data: EqlRequestDc): Promise<Record<string, AttributeDefinitionDc>>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare class EqlTestService extends Service {
36
36
  * @operationId EqlTestController_SetLayerParameterValue
37
37
  * @summary Set EQL layer parameter.
38
38
  * @request POST:/eql/setParam
39
- * @response `200` Success
39
+ * @response `200` OK
40
40
  */
41
41
  setLayerParameterValue(query: SetLayerParameterValueParams): Promise<void>;
42
42
  /**
@@ -47,7 +47,7 @@ export declare class EqlTestService extends Service {
47
47
  * @operationId EqlTestController_SetLayerParameters
48
48
  * @summary Set EQL layer parameters.
49
49
  * @request POST:/eql/setParams
50
- * @response `200` Success
50
+ * @response `200` OK
51
51
  */
52
52
  setLayerParameters(query: SetLayerParametersParams, data: SetLayerParametersPayload): Promise<void>;
53
53
  /**
@@ -58,7 +58,7 @@ export declare class EqlTestService extends Service {
58
58
  * @operationId EqlTestController_GetLayerParameters
59
59
  * @summary Get EQL parameter.
60
60
  * @request GET:/eql/getParam
61
- * @response `200` Success
61
+ * @response `200` OK
62
62
  */
63
63
  getLayerParameters(query: GetLayerParametersParams): Promise<string>;
64
64
  /**
@@ -69,7 +69,7 @@ export declare class EqlTestService extends Service {
69
69
  * @operationId EqlTestController_GetLayerParameters_1
70
70
  * @summary Get all EQL parameters.
71
71
  * @request GET:/eql/getParams
72
- * @response `200` Success
72
+ * @response `200` OK
73
73
  */
74
74
  getLayerParameters1(query: GetLayerParameters1Params): Promise<Record<string, string>>;
75
75
  /**
@@ -80,7 +80,7 @@ export declare class EqlTestService extends Service {
80
80
  * @operationId EqlTestController_RemoveLayerParameterValue
81
81
  * @summary Remove EQL layer parameter.
82
82
  * @request DELETE:/eql/removeParam
83
- * @response `200` Success
83
+ * @response `200` OK
84
84
  */
85
85
  removeLayerParameterValue(query: RemoveLayerParameterValueParams): Promise<void>;
86
86
  }