@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
package/dist/api.esm.js CHANGED
@@ -333,7 +333,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
333
333
  * @operationId QueryTokenAccessController_CreateTokenAsync
334
334
  * @summary Create new query access token.
335
335
  * @request PUT:/accessToken/{username}
336
- * @response `200` Success
336
+ * @response `200` OK
337
337
  */
338
338
  function createToken(username) {
339
339
  return this.http.put("/accessToken/" + username, null).text();
@@ -346,7 +346,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
346
346
  * @operationId QueryTokenAccessController_DisableToken
347
347
  * @summary Disable token.
348
348
  * @request POST:/accessToken/{token}/disable
349
- * @response `200` Success
349
+ * @response `200` OK
350
350
  */
351
351
 
352
352
  }, {
@@ -362,7 +362,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
362
362
  * @operationId QueryTokenAccessController_EnableToken
363
363
  * @summary Enable token.
364
364
  * @request POST:/accessToken/{token}/enable
365
- * @response `200` Success
365
+ * @response `200` OK
366
366
  */
367
367
 
368
368
  }, {
@@ -378,7 +378,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
378
378
  * @operationId QueryTokenAccessController_RevokeToken
379
379
  * @summary Revoke token.
380
380
  * @request DELETE:/accessToken/{token}
381
- * @response `200` Success
381
+ * @response `200` OK
382
382
  */
383
383
 
384
384
  }, {
@@ -419,7 +419,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
419
419
  * @operationId SpatialReferencesController_GetAvailiableCsAsync
420
420
  * @summary Returns list of available spatial references.
421
421
  * @request GET:/srs/list
422
- * @response `200` Success
422
+ * @response `200` OK
423
423
  */
424
424
  function getAvailiableCs() {
425
425
  return this.http.get("/srs/list").json();
@@ -432,7 +432,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
432
432
  * @operationId SpatialReferencesController_GetProj4RepresentationAsync
433
433
  * @summary Returns a WKT representation of spatial reference.
434
434
  * @request GET:/srs/{name}/proj4
435
- * @response `200` Success
435
+ * @response `200` OK
436
436
  */
437
437
 
438
438
  }, {
@@ -448,7 +448,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
448
448
  * @operationId SpatialReferencesController_GetWktRepresentationAsync
449
449
  * @summary Returns a WKT representation of spatial reference.
450
450
  * @request GET:/srs/{name}/wkt
451
- * @response `200` Success
451
+ * @response `200` OK
452
452
  */
453
453
 
454
454
  }, {
@@ -490,7 +490,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
490
490
  * @operationId UniversalSearchController_GetSearchResult
491
491
  * @summary Returns search result.
492
492
  * @request GET:/search/{taskId}/{layerName}
493
- * @response `200` Success
493
+ * @response `200` OK
494
494
  */
495
495
  function getSearchResult(_ref) {
496
496
  let {
@@ -509,7 +509,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
509
509
  * @operationId UniversalSearchController_GetSearchResult_1
510
510
  * @summary Returns search result.
511
511
  * @request GET:/search/{taskId}
512
- * @response `200` Success
512
+ * @response `200` OK
513
513
  */
514
514
 
515
515
  }, {
@@ -550,7 +550,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
550
550
  * @operationId CatalogController_GetAll
551
551
  * @summary Get all resource with given.
552
552
  * @request GET:/resources
553
- * @response `200` Success
553
+ * @response `200` OK
554
554
  */
555
555
  function getAll(query) {
556
556
  return this.http.get("/resources", query).json();
@@ -563,7 +563,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
563
563
  * @operationId CatalogController_SearchResources
564
564
  * @summary Search resources.
565
565
  * @request POST:/resources/search
566
- * @response `200` Success
566
+ * @response `200` OK
567
567
  */
568
568
 
569
569
  }, {
@@ -579,7 +579,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
579
579
  * @operationId CatalogController_GetResource
580
580
  * @summary Get resource with given id.
581
581
  * @request GET:/resources/{resourceId}
582
- * @response `200` Success
582
+ * @response `200` OK
583
583
  */
584
584
 
585
585
  }, {
@@ -595,7 +595,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
595
595
  * @operationId CatalogController_DeleteResource
596
596
  * @summary Delete resource.
597
597
  * @request DELETE:/resources/{resourceId}
598
- * @response `200` Success
598
+ * @response `200` OK
599
599
  */
600
600
 
601
601
  }, {
@@ -611,7 +611,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
611
611
  * @operationId CatalogController_MoveResource
612
612
  * @summary Rename resource with given id.
613
613
  * @request POST:/resources/{resourceId}/move
614
- * @response `200` Success
614
+ * @response `200` OK
615
615
  */
616
616
 
617
617
  }, {
@@ -627,7 +627,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
627
627
  * @operationId CatalogController_CreateDirectory
628
628
  * @summary Create directory.
629
629
  * @request POST:/resources/directory
630
- * @response `200` Success
630
+ * @response `200` OK
631
631
  */
632
632
 
633
633
  }, {
@@ -643,7 +643,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
643
643
  * @operationId CatalogController_CreateFile
644
644
  * @summary Create new file.
645
645
  * @request POST:/resources/file
646
- * @response `200` Success
646
+ * @response `200` OK
647
647
  */
648
648
 
649
649
  }, {
@@ -659,7 +659,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
659
659
  * @operationId CatalogController_GetPermissions
660
660
  * @summary Set permissions to the resource.
661
661
  * @request GET:/resources/{resourceId}/permissions
662
- * @response `200` Success
662
+ * @response `200` OK
663
663
  */
664
664
 
665
665
  }, {
@@ -675,7 +675,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
675
675
  * @operationId CatalogController_SetPermissions
676
676
  * @summary Set permissions to the resource.
677
677
  * @request PUT:/resources/{resourceId}/permissions
678
- * @response `200` Success
678
+ * @response `200` OK
679
679
  */
680
680
 
681
681
  }, {
@@ -691,7 +691,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
691
691
  * @operationId CatalogController_DownloadFile
692
692
  * @summary Download file.
693
693
  * @request GET:/resources/{resourceId}/download
694
- * @response `200` Success
694
+ * @response `200` OK
695
695
  */
696
696
 
697
697
  }, {
@@ -740,7 +740,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
740
740
  * @operationId AccountController_GetUsers
741
741
  * @summary Returns the list of users that correspond to the given conditions.
742
742
  * @request GET:/account/user/list
743
- * @response `200` Success
743
+ * @response `200` OK
744
744
  */
745
745
  function getUsers(query) {
746
746
  return this.http.get("/account/user/list", query).json();
@@ -753,7 +753,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
753
753
  * @operationId AccountController_GetExtendedUsers
754
754
  * @summary Returns the list of extended users informations that correspond to the given conditions.
755
755
  * @request GET:/account/user/extendedlist
756
- * @response `200` Success
756
+ * @response `200` OK
757
757
  */
758
758
 
759
759
  }, {
@@ -769,7 +769,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
769
769
  * @operationId AccountController_GetUserInfo
770
770
  * @summary Get user basic information.
771
771
  * @request GET:/account/{username}
772
- * @response `200` Success
772
+ * @response `200` OK
773
773
  */
774
774
 
775
775
  }, {
@@ -785,7 +785,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
785
785
  * @operationId AccountController_GetExtendedUserInfo
786
786
  * @summary Get user extended information.
787
787
  * @request GET:/account/extended/{username}
788
- * @response `200` Success
788
+ * @response `200` OK
789
789
  */
790
790
 
791
791
  }, {
@@ -801,7 +801,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
801
801
  * @operationId AccountController_IsUsernameExists
802
802
  * @summary Checks if the user with the given name is registered in the system.
803
803
  * @request GET:/account/user/exists
804
- * @response `200` Success
804
+ * @response `200` OK
805
805
  */
806
806
 
807
807
  }, {
@@ -817,7 +817,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
817
817
  * @operationId AccountController_IsEmailExists
818
818
  * @summary Checks if the user with the given email is registered in the system.
819
819
  * @request GET:/account/user/email/exists
820
- * @response `200` Success
820
+ * @response `200` OK
821
821
  */
822
822
 
823
823
  }, {
@@ -833,7 +833,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
833
833
  * @operationId AccountController_RegisterUser
834
834
  * @summary Register new user.
835
835
  * @request POST:/account/register
836
- * @response `200` Success
836
+ * @response `200` OK
837
837
  */
838
838
 
839
839
  }, {
@@ -849,7 +849,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
849
849
  * @operationId AccountController_CreateUser
850
850
  * @summary Create new user.
851
851
  * @request POST:/account/user
852
- * @response `200` Success
852
+ * @response `200` OK
853
853
  */
854
854
 
855
855
  }, {
@@ -865,7 +865,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
865
865
  * @operationId AccountController_UpdateUser
866
866
  * @summary Update exist user.
867
867
  * @request PATCH:/account/user
868
- * @response `200` Success
868
+ * @response `200` OK
869
869
  */
870
870
 
871
871
  }, {
@@ -881,7 +881,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
881
881
  * @operationId AccountController_ConfirmEmail
882
882
  * @summary Confirm user email.
883
883
  * @request POST:/account/user/{username}/email/confirm
884
- * @response `200` Success
884
+ * @response `200` OK
885
885
  */
886
886
 
887
887
  }, {
@@ -897,7 +897,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
897
897
  * @operationId AccountController_VerifyEmail
898
898
  * @summary Send email with verification code.
899
899
  * @request POST:/account/user/{username}/email/verify
900
- * @response `200` Success
900
+ * @response `200` OK
901
901
  */
902
902
 
903
903
  }, {
@@ -913,7 +913,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
913
913
  * @operationId AccountController_SetEmail
914
914
  * @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through link.
915
915
  * @request POST:/account/setEmail
916
- * @response `200` Success
916
+ * @response `200` OK
917
917
  */
918
918
 
919
919
  }, {
@@ -929,7 +929,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
929
929
  * @operationId AccountController_ConfirmEmail_1
930
930
  * @summary Confirm user email by code.
931
931
  * @request POST:/account/user/email/confirm
932
- * @response `200` Success
932
+ * @response `200` OK
933
933
  */
934
934
 
935
935
  }, {
@@ -945,7 +945,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
945
945
  * @operationId AccountController_ChangeEmail
946
946
  * @summary Send email message with confirmation code to new email address.
947
947
  * @request POST:/account/user/email/change
948
- * @response `200` Success
948
+ * @response `200` OK
949
949
  */
950
950
 
951
951
  }, {
@@ -961,7 +961,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
961
961
  * @operationId AccountController_ConfirmChangeEmail
962
962
  * @summary Check confirmation code and change email address.
963
963
  * @request POST:/account/user/email/change/confirm
964
- * @response `200` Success
964
+ * @response `200` OK
965
965
  */
966
966
 
967
967
  }, {
@@ -977,7 +977,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
977
977
  * @operationId AccountController_SetUserPassword
978
978
  * @summary Set user password.
979
979
  * @request PATCH:/account/password/set
980
- * @response `200` Success
980
+ * @response `200` OK
981
981
  */
982
982
 
983
983
  }, {
@@ -993,7 +993,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
993
993
  * @operationId AccountController_ChangePassword
994
994
  * @summary Change current user password.
995
995
  * @request PATCH:/account/password/change
996
- * @response `200` Success
996
+ * @response `200` OK
997
997
  */
998
998
 
999
999
  }, {
@@ -1009,7 +1009,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1009
1009
  * @operationId AccountController_ResetPassword
1010
1010
  * @summary Send reset password message.
1011
1011
  * @request POST:/account/password/reset
1012
- * @response `200` Success
1012
+ * @response `200` OK
1013
1013
  */
1014
1014
 
1015
1015
  }, {
@@ -1025,7 +1025,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1025
1025
  * @operationId AccountController_ResetPasswordCallback
1026
1026
  * @summary Reset password.
1027
1027
  * @request POST:/account/password/reset/confirm
1028
- * @response `200` Success
1028
+ * @response `200` OK
1029
1029
  */
1030
1030
 
1031
1031
  }, {
@@ -1041,7 +1041,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1041
1041
  * @operationId AccountController_RemoveUser
1042
1042
  * @summary Remove user.
1043
1043
  * @request DELETE:/account/user/{username}
1044
- * @response `200` Success
1044
+ * @response `200` OK
1045
1045
  */
1046
1046
 
1047
1047
  }, {
@@ -1057,7 +1057,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1057
1057
  * @operationId AccountController_ActivateUser
1058
1058
  * @summary Activate user.
1059
1059
  * @request POST:/account/user/{username}/activate
1060
- * @response `200` Success
1060
+ * @response `200` OK
1061
1061
  */
1062
1062
 
1063
1063
  }, {
@@ -1073,7 +1073,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1073
1073
  * @operationId AccountController_DeactivateUser
1074
1074
  * @summary Deactivate user.
1075
1075
  * @request POST:/account/user/{username}/deactivate
1076
- * @response `200` Success
1076
+ * @response `200` OK
1077
1077
  */
1078
1078
 
1079
1079
  }, {
@@ -1089,7 +1089,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1089
1089
  * @operationId AccountController_Authenticate
1090
1090
  * @summary Login.
1091
1091
  * @request POST:/account/login
1092
- * @response `200` Success
1092
+ * @response `200` OK
1093
1093
  */
1094
1094
 
1095
1095
  }, {
@@ -1105,7 +1105,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1105
1105
  * @operationId AccountController_RefreshToken
1106
1106
  * @summary Refresh JWT token.
1107
1107
  * @request POST:/account/refresh-token
1108
- * @response `200` Success
1108
+ * @response `200` OK
1109
1109
  */
1110
1110
 
1111
1111
  }, {
@@ -1121,7 +1121,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1121
1121
  * @operationId AccountController_RevokeToken
1122
1122
  * @summary Revoke refresh token.
1123
1123
  * @request DELETE:/account/revoke-token
1124
- * @response `200` Success
1124
+ * @response `200` OK
1125
1125
  */
1126
1126
 
1127
1127
  }, {
@@ -1137,7 +1137,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1137
1137
  * @operationId AccountController_LdapLogin
1138
1138
  * @summary The external login callback.
1139
1139
  * @request POST:/account/external/login/ldap
1140
- * @response `200` Success
1140
+ * @response `200` OK
1141
1141
  */
1142
1142
 
1143
1143
  }, {
@@ -1153,7 +1153,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1153
1153
  * @operationId AccountController_GetRoles
1154
1154
  * @summary Enumerate exist roles.
1155
1155
  * @request GET:/account/role/list
1156
- * @response `200` Success
1156
+ * @response `200` OK
1157
1157
  */
1158
1158
 
1159
1159
  }, {
@@ -1169,7 +1169,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1169
1169
  * @operationId AccountController_CreateRole
1170
1170
  * @summary Create new role.
1171
1171
  * @request POST:/account/role
1172
- * @response `200` Success
1172
+ * @response `200` OK
1173
1173
  */
1174
1174
 
1175
1175
  }, {
@@ -1185,7 +1185,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1185
1185
  * @operationId AccountController_UpdateRole
1186
1186
  * @summary Update exist role.
1187
1187
  * @request PATCH:/account/role
1188
- * @response `200` Success
1188
+ * @response `200` OK
1189
1189
  */
1190
1190
 
1191
1191
  }, {
@@ -1201,7 +1201,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1201
1201
  * @operationId AccountController_RemoveRole
1202
1202
  * @summary Remove role.
1203
1203
  * @request DELETE:/account/role/{rolename}
1204
- * @response `200` Success
1204
+ * @response `200` OK
1205
1205
  */
1206
1206
 
1207
1207
  }, {
@@ -1217,7 +1217,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1217
1217
  * @operationId AccountController_AddToRole
1218
1218
  * @summary Add user to role.
1219
1219
  * @request POST:/account/user/{username}/role/{role}
1220
- * @response `200` Success
1220
+ * @response `200` OK
1221
1221
  */
1222
1222
 
1223
1223
  }, {
@@ -1233,7 +1233,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1233
1233
  * @operationId AccountController_RemoveFromRole
1234
1234
  * @summary Remove user from role.
1235
1235
  * @request DELETE:/account/user/{username}/role/{role}
1236
- * @response `200` Success
1236
+ * @response `200` OK
1237
1237
  */
1238
1238
 
1239
1239
  }, {
@@ -1249,7 +1249,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1249
1249
  * @operationId AccountController_PostUsedProjects
1250
1250
  * @summary Set used project.
1251
1251
  * @request POST:/account/latest_projects
1252
- * @response `200` Success
1252
+ * @response `200` OK
1253
1253
  */
1254
1254
 
1255
1255
  }, {
@@ -1265,7 +1265,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1265
1265
  * @operationId AccountController_GetUsedProjects
1266
1266
  * @summary Get used projects.
1267
1267
  * @request GET:/account/latest_projects
1268
- * @response `200` Success
1268
+ * @response `200` OK
1269
1269
  */
1270
1270
 
1271
1271
  }, {
@@ -1281,7 +1281,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1281
1281
  * @operationId AccountController_TruncateUsedProjects
1282
1282
  * @summary Truncate used projects.
1283
1283
  * @request DELETE:/account/latest_projects
1284
- * @response `200` Success
1284
+ * @response `200` OK
1285
1285
  */
1286
1286
 
1287
1287
  }, {
@@ -1416,7 +1416,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1416
1416
  * @operationId AccountPreviewController_GetPreview
1417
1417
  * @summary Get user preview image.
1418
1418
  * @request GET:/account/user/preview/{username}
1419
- * @response `200` Success
1419
+ * @response `200` OK
1420
1420
  */
1421
1421
  function getPreview(username) {
1422
1422
  return this.http.createUrl("/account/user/preview/" + username);
@@ -1429,7 +1429,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1429
1429
  * @operationId AccountPreviewController_UploadPreview
1430
1430
  * @summary Set user preview image by link.
1431
1431
  * @request POST:/account/user/preview/{username}
1432
- * @response `200` Success
1432
+ * @response `200` OK
1433
1433
  */
1434
1434
 
1435
1435
  }, {
@@ -1450,7 +1450,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1450
1450
  * @operationId AccountPreviewController_DeletePreview
1451
1451
  * @summary Delete user preview.
1452
1452
  * @request DELETE:/account/user/preview/{username}
1453
- * @response `200` Success
1453
+ * @response `200` OK
1454
1454
  */
1455
1455
 
1456
1456
  }, {
@@ -1570,7 +1570,7 @@ let BulkOperationsService = /*#__PURE__*/function (_Service) {
1570
1570
  * @operationId BulkOperationsController_BatchResourcesPermissionsSet
1571
1571
  * @summary Perform resources set acl access batch operation.
1572
1572
  * @request PUT:/bulk/resources/permissions
1573
- * @response `200` Success
1573
+ * @response `200` OK
1574
1574
  */
1575
1575
  function batchResourcesPermissionsSet(data) {
1576
1576
  return this.http.put("/bulk/resources/permissions", data).json();
@@ -1628,7 +1628,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1628
1628
  * @operationId CamerasController_GetCameras
1629
1629
  * @summary Get cameras list.
1630
1630
  * @request GET:/cameras
1631
- * @response `200` Success
1631
+ * @response `200` OK
1632
1632
  */
1633
1633
  function getCameras(query) {
1634
1634
  return this.http.get("/cameras", query).json();
@@ -1641,7 +1641,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1641
1641
  * @operationId CamerasController_GetArchiveFeed
1642
1642
  * @summary Streams an FLV-over-HTTP archive feed starting at specific time.
1643
1643
  * @request GET:/cameras/{cameraId}/archiveFeed
1644
- * @response `200` Success
1644
+ * @response `200` OK
1645
1645
  */
1646
1646
 
1647
1647
  }, {
@@ -1662,7 +1662,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1662
1662
  * @operationId CamerasController_GetArchiveTimeline
1663
1663
  * @summary Returns a list of records available within a given timeframe.
1664
1664
  * @request GET:/cameras/{cameraId}/archiveTimeline
1665
- * @response `200` Success
1665
+ * @response `200` OK
1666
1666
  */
1667
1667
 
1668
1668
  }, {
@@ -1683,7 +1683,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1683
1683
  * @operationId CamerasController_GetArchiveCalendar
1684
1684
  * @summary Returns a list of records available within a given timeframe.
1685
1685
  * @request GET:/cameras/{cameraId}/archiveCalendar
1686
- * @response `200` Success
1686
+ * @response `200` OK
1687
1687
  */
1688
1688
 
1689
1689
  }, {
@@ -1704,7 +1704,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1704
1704
  * @operationId CamerasController_GetArchiveSnapshot
1705
1705
  * @summary Returns a JPEG image from the Camera’s archive.
1706
1706
  * @request GET:/cameras/{cameraId}/archiveSnapshot
1707
- * @response `200` Success
1707
+ * @response `200` OK
1708
1708
  */
1709
1709
 
1710
1710
  }, {
@@ -1725,7 +1725,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1725
1725
  * @operationId CamerasController_GetLiveFeed
1726
1726
  * @summary Streams live video feed from the Camera.
1727
1727
  * @request GET:/cameras/{cameraId}/liveFeed
1728
- * @response `200` Success
1728
+ * @response `200` OK
1729
1729
  */
1730
1730
 
1731
1731
  }, {
@@ -1746,7 +1746,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1746
1746
  * @operationId CamerasController_GetLiveSnapshot
1747
1747
  * @summary Returns a JPEG image from the Camera’s live feed.
1748
1748
  * @request GET:/cameras/{cameraId}/liveSnapshot
1749
- * @response `200` Success
1749
+ * @response `200` OK
1750
1750
  */
1751
1751
 
1752
1752
  }, {
@@ -1762,7 +1762,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1762
1762
  * @operationId CamerasController_GetLivePreviewStream
1763
1763
  * @summary Get live preview stream.
1764
1764
  * @request GET:/cameras/{cameraId}/getLivePreviewsStream
1765
- * @response `200` Success
1765
+ * @response `200` OK
1766
1766
  */
1767
1767
 
1768
1768
  }, {
@@ -1822,7 +1822,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1822
1822
  * @operationId ClientSettingsController_GetConfigurationsList
1823
1823
  * @summary Get client configurations.
1824
1824
  * @request GET:/settings/config
1825
- * @response `200` Success
1825
+ * @response `200` OK
1826
1826
  */
1827
1827
  function getConfigurationsList(query) {
1828
1828
  return this.http.get("/settings/config", query).json();
@@ -1835,7 +1835,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1835
1835
  * @operationId ClientSettingsController_GetConfiguration
1836
1836
  * @summary Get config for urlPath.
1837
1837
  * @request GET:/settings
1838
- * @response `200` Success
1838
+ * @response `200` OK
1839
1839
  */
1840
1840
 
1841
1841
  }, {
@@ -1851,7 +1851,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1851
1851
  * @operationId ClientSettingsController_SetConfiguration
1852
1852
  * @summary Set config for urlPath.
1853
1853
  * @request POST:/settings
1854
- * @response `200` Success
1854
+ * @response `200` OK
1855
1855
  */
1856
1856
 
1857
1857
  }, {
@@ -1867,7 +1867,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1867
1867
  * @operationId ClientSettingsController_RemoveConfiguration
1868
1868
  * @summary Remove config for urlPath.
1869
1869
  * @request DELETE:/settings
1870
- * @response `200` Success
1870
+ * @response `200` OK
1871
1871
  */
1872
1872
 
1873
1873
  }, {
@@ -1945,7 +1945,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1945
1945
  * @operationId EqlTestController_GetQueryResult
1946
1946
  * @summary Perform resources set acl access batch operation.
1947
1947
  * @request POST:/eql/query
1948
- * @response `200` Success
1948
+ * @response `200` OK
1949
1949
  */
1950
1950
  function getQueryResult(data) {
1951
1951
  return this.http.post("/eql/query", data).then(() => {});
@@ -1958,7 +1958,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1958
1958
  * @operationId EqlTestController_GetQueryDescription
1959
1959
  * @summary Get EQL result columns definitions.
1960
1960
  * @request POST:/eql/description
1961
- * @response `200` Success
1961
+ * @response `200` OK
1962
1962
  */
1963
1963
 
1964
1964
  }, {
@@ -1974,7 +1974,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1974
1974
  * @operationId EqlTestController_SetLayerParameterValue
1975
1975
  * @summary Set EQL layer parameter.
1976
1976
  * @request POST:/eql/setParam
1977
- * @response `200` Success
1977
+ * @response `200` OK
1978
1978
  */
1979
1979
 
1980
1980
  }, {
@@ -1990,7 +1990,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1990
1990
  * @operationId EqlTestController_SetLayerParameters
1991
1991
  * @summary Set EQL layer parameters.
1992
1992
  * @request POST:/eql/setParams
1993
- * @response `200` Success
1993
+ * @response `200` OK
1994
1994
  */
1995
1995
 
1996
1996
  }, {
@@ -2006,7 +2006,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2006
2006
  * @operationId EqlTestController_GetLayerParameters
2007
2007
  * @summary Get EQL parameter.
2008
2008
  * @request GET:/eql/getParam
2009
- * @response `200` Success
2009
+ * @response `200` OK
2010
2010
  */
2011
2011
 
2012
2012
  }, {
@@ -2022,7 +2022,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2022
2022
  * @operationId EqlTestController_GetLayerParameters_1
2023
2023
  * @summary Get all EQL parameters.
2024
2024
  * @request GET:/eql/getParams
2025
- * @response `200` Success
2025
+ * @response `200` OK
2026
2026
  */
2027
2027
 
2028
2028
  }, {
@@ -2038,7 +2038,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2038
2038
  * @operationId EqlTestController_RemoveLayerParameterValue
2039
2039
  * @summary Remove EQL layer parameter.
2040
2040
  * @request DELETE:/eql/removeParam
2041
- * @response `200` Success
2041
+ * @response `200` OK
2042
2042
  */
2043
2043
 
2044
2044
  }, {
@@ -2093,7 +2093,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2093
2093
  * @operationId ExternalProvidersController_VkLogin
2094
2094
  * @summary The external login by vk.
2095
2095
  * @request GET:/account/external/login/vk
2096
- * @response `200` Success
2096
+ * @response `200` OK
2097
2097
  */
2098
2098
  function vkLogin() {
2099
2099
  return this.http.createUrl("/account/external/login/vk");
@@ -2106,7 +2106,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2106
2106
  * @operationId ExternalProvidersController_GoogleLogin
2107
2107
  * @summary The external login by google.
2108
2108
  * @request GET:/account/external/login/google
2109
- * @response `200` Success
2109
+ * @response `200` OK
2110
2110
  */
2111
2111
 
2112
2112
  }, {
@@ -2122,7 +2122,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2122
2122
  * @operationId ExternalProvidersController_FacebookLogin
2123
2123
  * @summary The external login by facebook.
2124
2124
  * @request GET:/account/external/login/facebook
2125
- * @response `200` Success
2125
+ * @response `200` OK
2126
2126
  */
2127
2127
 
2128
2128
  }, {
@@ -2138,7 +2138,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2138
2138
  * @operationId ExternalProvidersController_LoginCallback
2139
2139
  * @summary The external login callback.
2140
2140
  * @request GET:/account/external/login/callback
2141
- * @response `200` Success
2141
+ * @response `200` OK
2142
2142
  */
2143
2143
 
2144
2144
  }, {
@@ -2154,7 +2154,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2154
2154
  * @operationId ExternalProvidersController_UnbindVk
2155
2155
  * @summary Unbind external login from current user account (google).
2156
2156
  * @request DELETE:/account/external/unbind/vk
2157
- * @response `200` Success
2157
+ * @response `200` OK
2158
2158
  */
2159
2159
 
2160
2160
  }, {
@@ -2170,7 +2170,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2170
2170
  * @operationId ExternalProvidersController_UnbindGoogle
2171
2171
  * @summary Unbind external login from current user account (google).
2172
2172
  * @request DELETE:/account/external/unbind/google
2173
- * @response `200` Success
2173
+ * @response `200` OK
2174
2174
  */
2175
2175
 
2176
2176
  }, {
@@ -2186,7 +2186,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2186
2186
  * @operationId ExternalProvidersController_UnbindFacebook
2187
2187
  * @summary Unbind external login from current user account (google).
2188
2188
  * @request DELETE:/account/external/unbind/facebook
2189
- * @response `200` Success
2189
+ * @response `200` OK
2190
2190
  */
2191
2191
 
2192
2192
  }, {
@@ -2202,7 +2202,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2202
2202
  * @operationId ExternalProvidersController_BindVk
2203
2203
  * @summary The external login by vk.
2204
2204
  * @request GET:/account/external/bind/vk
2205
- * @response `200` Success
2205
+ * @response `200` OK
2206
2206
  */
2207
2207
 
2208
2208
  }, {
@@ -2218,7 +2218,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2218
2218
  * @operationId ExternalProvidersController_BindGoogle
2219
2219
  * @summary The external login by vk.
2220
2220
  * @request GET:/account/external/bind/google
2221
- * @response `200` Success
2221
+ * @response `200` OK
2222
2222
  */
2223
2223
 
2224
2224
  }, {
@@ -2234,7 +2234,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2234
2234
  * @operationId ExternalProvidersController_BindFacebook
2235
2235
  * @summary The external login by vk.
2236
2236
  * @request GET:/account/external/bind/facebook
2237
- * @response `200` Success
2237
+ * @response `200` OK
2238
2238
  */
2239
2239
 
2240
2240
  }, {
@@ -2250,7 +2250,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2250
2250
  * @operationId ExternalProvidersController_BindCallback
2251
2251
  * @summary Bind external login to current user account.
2252
2252
  * @request GET:/account/external/bind/callback
2253
- * @response `200` Success
2253
+ * @response `200` OK
2254
2254
  */
2255
2255
 
2256
2256
  }, {
@@ -2358,7 +2358,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2358
2358
  * @operationId FeedbackController_IncreaseResourcesLimit
2359
2359
  * @summary Increase resources limit request.
2360
2360
  * @request POST:/feedback/limits
2361
- * @response `200` Success
2361
+ * @response `200` OK
2362
2362
  */
2363
2363
  function increaseResourcesLimit(query) {
2364
2364
  return this.http.post("/feedback/limits", null, query).json();
@@ -2371,7 +2371,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2371
2371
  * @operationId FeedbackController_MoreSymbols
2372
2372
  * @summary More symbols request.
2373
2373
  * @request POST:/feedback/symbol
2374
- * @response `200` Success
2374
+ * @response `200` OK
2375
2375
  */
2376
2376
 
2377
2377
  }, {
@@ -2387,7 +2387,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2387
2387
  * @operationId FeedbackController_Feedback
2388
2388
  * @summary Feedback request.
2389
2389
  * @request POST:/feedback
2390
- * @response `200` Success
2390
+ * @response `200` OK
2391
2391
  */
2392
2392
 
2393
2393
  }, {
@@ -2449,7 +2449,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2449
2449
  * @operationId StaticContentServiceController_DownloadFile
2450
2450
  * @summary Returns a file stream by fileId.
2451
2451
  * @request GET:/upload/file
2452
- * @response `200` Success
2452
+ * @response `200` OK
2453
2453
  */
2454
2454
  function downloadFile(query) {
2455
2455
  return this.http.get("/upload/file", query).blob();
@@ -2462,7 +2462,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2462
2462
  * @operationId StaticContentServiceController_UploadFile
2463
2463
  * @summary Upload file to temporary session storage.
2464
2464
  * @request POST:/upload/file
2465
- * @response `200` Success
2465
+ * @response `200` OK
2466
2466
  */
2467
2467
 
2468
2468
  }, {
@@ -2478,7 +2478,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2478
2478
  * @operationId StaticContentServiceController_DeleteFile
2479
2479
  * @summary Delete file from temporary session storage.
2480
2480
  * @request DELETE:/upload/file
2481
- * @response `200` Success
2481
+ * @response `200` OK
2482
2482
  */
2483
2483
 
2484
2484
  }, {
@@ -2494,7 +2494,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2494
2494
  * @operationId StaticContentServiceController_GetFileInfo
2495
2495
  * @summary Returns a file info download by url.
2496
2496
  * @request GET:/upload/fileInfo
2497
- * @response `200` Success
2497
+ * @response `200` OK
2498
2498
  */
2499
2499
 
2500
2500
  }, {
@@ -2559,7 +2559,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2559
2559
  * @operationId FiltersServiceController_Get
2560
2560
  * @summary Returns the filter by its id.
2561
2561
  * @request GET:/filters/{id}
2562
- * @response `200` Success
2562
+ * @response `200` OK
2563
2563
  */
2564
2564
  function get(id) {
2565
2565
  return this.http.get("/filters/" + id).text();
@@ -2572,7 +2572,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2572
2572
  * @operationId FiltersServiceController_Update
2573
2573
  * @summary Replaces a filter and gives it a new id.
2574
2574
  * @request POST:/filters/{id}
2575
- * @response `200` Success
2575
+ * @response `200` OK
2576
2576
  */
2577
2577
 
2578
2578
  }, {
@@ -2588,7 +2588,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2588
2588
  * @operationId FiltersServiceController_Create
2589
2589
  * @summary Creates a new filter.
2590
2590
  * @request POST:/filters
2591
- * @response `200` Success
2591
+ * @response `200` OK
2592
2592
  */
2593
2593
 
2594
2594
  }, {
@@ -2643,7 +2643,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
2643
2643
  * @operationId GeneralController_GetServerInfo
2644
2644
  * @summary Returns basic information about the server.
2645
2645
  * @request GET:/
2646
- * @response `200` Success
2646
+ * @response `200` OK
2647
2647
  */
2648
2648
  function getServerInfo() {
2649
2649
  return this.http.get("/").json();
@@ -2656,7 +2656,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
2656
2656
  * @operationId GeneralController_GetFunctionsList
2657
2657
  * @summary Returns list of available functions.
2658
2658
  * @request GET:/functions
2659
- * @response `200` Success
2659
+ * @response `200` OK
2660
2660
  */
2661
2661
 
2662
2662
  }, {
@@ -2714,7 +2714,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2714
2714
  * @operationId GeocodeServiceController_Geocode
2715
2715
  * @summary Returns geocode geometry.
2716
2716
  * @request GET:/geocode/{providerName}
2717
- * @response `200` Success
2717
+ * @response `200` OK
2718
2718
  */
2719
2719
  function geocode(_ref) {
2720
2720
  let {
@@ -2732,7 +2732,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2732
2732
  * @operationId GeocodeServiceController_GeocodeByPoint
2733
2733
  * @summary Returns geocode address from point geometry.
2734
2734
  * @request GET:/geocode/{providerName}/geocodeByPoint
2735
- * @response `200` Success
2735
+ * @response `200` OK
2736
2736
  */
2737
2737
 
2738
2738
  }, {
@@ -2753,7 +2753,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2753
2753
  * @operationId GeocodeServiceController_Suggest
2754
2754
  * @summary Returns geocode suggest.
2755
2755
  * @request GET:/geocode/{providerName}/suggest
2756
- * @response `200` Success
2756
+ * @response `200` OK
2757
2757
  */
2758
2758
 
2759
2759
  }, {
@@ -2830,7 +2830,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
2830
2830
  * @operationId IceRouterController_StartTask
2831
2831
  * @summary Start route build between start and end points.
2832
2832
  * @request POST:/ice-router/tasks
2833
- * @response `200` Success
2833
+ * @response `200` OK
2834
2834
  */
2835
2835
  function startTask(data) {
2836
2836
  return this.http.post("/ice-router/tasks", data).text();
@@ -2843,7 +2843,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
2843
2843
  * @operationId IceRouterController_GetResult
2844
2844
  * @summary Get task result.
2845
2845
  * @request GET:/ice-router/tasks/{id}
2846
- * @response `200` Success
2846
+ * @response `200` OK
2847
2847
  */
2848
2848
 
2849
2849
  }, {
@@ -2898,7 +2898,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2898
2898
  * @operationId ImportServiceController_GetDataSchema
2899
2899
  * @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.
2900
2900
  * @request GET:/import/dataSchema
2901
- * @response `200` Success
2901
+ * @response `200` OK
2902
2902
  */
2903
2903
  function getDataSchema(query) {
2904
2904
  return this.http.get("/import/dataSchema", query).json();
@@ -2911,7 +2911,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2911
2911
  * @operationId ImportServiceController_GetFeaturesCount
2912
2912
  * @summary Returns the features count of the given file in temporary static storage.
2913
2913
  * @request POST:/import/count
2914
- * @response `200` Success
2914
+ * @response `200` OK
2915
2915
  */
2916
2916
 
2917
2917
  }, {
@@ -2927,7 +2927,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2927
2927
  * @operationId ImportServiceController_ReadPart
2928
2928
  * @summary Returns the features of the given file in temporary static storage.
2929
2929
  * @request GET:/import/read
2930
- * @response `200` Success
2930
+ * @response `200` OK
2931
2931
  */
2932
2932
 
2933
2933
  }, {
@@ -2943,7 +2943,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2943
2943
  * @operationId ImportServiceController_GetExternalWmsLayers
2944
2944
  * @summary Get list of external WMS layers.
2945
2945
  * @request GET:/import/wms
2946
- * @response `200` Success
2946
+ * @response `200` OK
2947
2947
  */
2948
2948
 
2949
2949
  }, {
@@ -2959,7 +2959,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2959
2959
  * @operationId ImportServiceController_GetExternalPbfLayers
2960
2960
  * @summary Get list of external PBF layers.
2961
2961
  * @request GET:/import/pbf
2962
- * @response `200` Success
2962
+ * @response `200` OK
2963
2963
  */
2964
2964
 
2965
2965
  }, {
@@ -2975,7 +2975,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2975
2975
  * @operationId ImportServiceController_GetExternalPbfFeatures
2976
2976
  * @summary Get features list in external PBF layer.
2977
2977
  * @request GET:/import/pbf/features
2978
- * @response `200` Success
2978
+ * @response `200` OK
2979
2979
  */
2980
2980
 
2981
2981
  }, {
@@ -2991,7 +2991,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2991
2991
  * @operationId ImportServiceController_GetExternalArcgisFSLayers
2992
2992
  * @summary Get list of external ArcGis FeatureServer layers.
2993
2993
  * @request GET:/import/arcgisfeatureservice
2994
- * @response `200` Success
2994
+ * @response `200` OK
2995
2995
  */
2996
2996
 
2997
2997
  }, {
@@ -3007,7 +3007,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3007
3007
  * @operationId ImportServiceController_GetExternalArcGisLayers
3008
3008
  * @summary Get list of external ArcGis MapServer layers.
3009
3009
  * @request GET:/import/arcgismapservice
3010
- * @response `200` Success
3010
+ * @response `200` OK
3011
3011
  */
3012
3012
 
3013
3013
  }, {
@@ -3023,7 +3023,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3023
3023
  * @operationId ImportServiceController_GetRasterAttributes
3024
3024
  * @summary Parse raster attributes from file name.
3025
3025
  * @request GET:/import/rasterAttributes
3026
- * @response `200` Success
3026
+ * @response `200` OK
3027
3027
  */
3028
3028
 
3029
3029
  }, {
@@ -3039,7 +3039,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3039
3039
  * @operationId ImportServiceController_GetRasterMeta
3040
3040
  * @summary Get raster meta data.
3041
3041
  * @request GET:/import/rasterMeta
3042
- * @response `200` Success
3042
+ * @response `200` OK
3043
3043
  */
3044
3044
 
3045
3045
  }, {
@@ -3114,7 +3114,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3114
3114
  * @operationId LayersController_GetLayersList
3115
3115
  * @summary Returns list of the available layers.
3116
3116
  * @request GET:/layers
3117
- * @response `200` Success
3117
+ * @response `200` OK
3118
3118
  */
3119
3119
  function getLayersList(query) {
3120
3120
  return this.http.get("/layers", query).json();
@@ -3127,7 +3127,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3127
3127
  * @operationId LayersController_SetPermissionsBatch
3128
3128
  * @summary Overrides multiply resources permissions in single batch.
3129
3129
  * @request PUT:/layers
3130
- * @response `200` Success
3130
+ * @response `200` OK
3131
3131
  */
3132
3132
 
3133
3133
  }, {
@@ -3143,7 +3143,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3143
3143
  * @operationId LayersController_DeleteResources
3144
3144
  * @summary Bulk delete resources.
3145
3145
  * @request DELETE:/layers
3146
- * @response `200` Success
3146
+ * @response `200` OK
3147
3147
  */
3148
3148
 
3149
3149
  }, {
@@ -3159,7 +3159,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3159
3159
  * @operationId LayersController_GetLayerInfoAsync
3160
3160
  * @summary Returns the layer information.
3161
3161
  * @request GET:/layers/{name}
3162
- * @response `200` Success
3162
+ * @response `200` OK
3163
3163
  */
3164
3164
 
3165
3165
  }, {
@@ -3175,7 +3175,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3175
3175
  * @operationId LayersController_DeleteResource
3176
3176
  * @summary Deletes resource.
3177
3177
  * @request DELETE:/layers/{name}
3178
- * @response `200` Success
3178
+ * @response `200` OK
3179
3179
  */
3180
3180
 
3181
3181
  }, {
@@ -3191,7 +3191,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3191
3191
  * @operationId LayersController_GetLayersInfoAsync
3192
3192
  * @summary Returns the layers information.
3193
3193
  * @request GET:/layers/batchInfo
3194
- * @response `200` Success
3194
+ * @response `200` OK
3195
3195
  */
3196
3196
 
3197
3197
  }, {
@@ -3243,7 +3243,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3243
3243
  * @operationId LayersController_PublishRouteService
3244
3244
  * @summary Creates new Route Service.
3245
3245
  * @request POST:/layers#type=RouteService
3246
- * @response `200` Success
3246
+ * @response `200` OK
3247
3247
  */
3248
3248
 
3249
3249
  }, {
@@ -3261,7 +3261,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3261
3261
  * @operationId LayersController_PublishLinearService
3262
3262
  * @summary Creates new Linear Service.
3263
3263
  * @request POST:/layers#type=LinearService
3264
- * @response `200` Success
3264
+ * @response `200` OK
3265
3265
  */
3266
3266
 
3267
3267
  }, {
@@ -3565,7 +3565,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3565
3565
  * @operationId LayersController_GetFeatures
3566
3566
  * @summary Returns list of the layer features.
3567
3567
  * @request POST:/layers/{name}/features/query
3568
- * @response `200` Success
3568
+ * @response `200` OK
3569
3569
  */
3570
3570
 
3571
3571
  }, {
@@ -3581,7 +3581,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3581
3581
  * @operationId LayersController_GetFeatures_1
3582
3582
  * @summary Returns list of the layer features.
3583
3583
  * @request GET:/layers/{name}/features
3584
- * @response `200` Success
3584
+ * @response `200` OK
3585
3585
  */
3586
3586
 
3587
3587
  }, {
@@ -3602,7 +3602,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3602
3602
  * @operationId LayersController_DeleteFeature
3603
3603
  * @summary Deletes feature by id.
3604
3604
  * @request DELETE:/layers/{name}/features
3605
- * @response `200` Success
3605
+ * @response `200` OK
3606
3606
  */
3607
3607
 
3608
3608
  }, {
@@ -3623,7 +3623,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3623
3623
  * @operationId LayersController_CreateFeatures
3624
3624
  * @summary Creates features list of type.SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
3625
3625
  * @request POST:/layers/{name}/features
3626
- * @response `200` Success
3626
+ * @response `200` OK
3627
3627
  */
3628
3628
 
3629
3629
  }, {
@@ -3639,7 +3639,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3639
3639
  * @operationId LayersController_UpdateFeature
3640
3640
  * @summary Updates features list SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
3641
3641
  * @request PATCH:/layers/{name}/features
3642
- * @response `200` Success
3642
+ * @response `200` OK
3643
3643
  */
3644
3644
 
3645
3645
  }, {
@@ -3655,7 +3655,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3655
3655
  * @operationId LayersController_FeaturesContains
3656
3656
  * @summary Gets filtered features with given filter.
3657
3657
  * @request GET:/layers/{name}/features/contains
3658
- * @response `200` Success
3658
+ * @response `200` OK
3659
3659
  */
3660
3660
 
3661
3661
  }, {
@@ -3676,7 +3676,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3676
3676
  * @operationId LayersController_GetByIdAsync
3677
3677
  * @summary Gets feature by id.
3678
3678
  * @request GET:/layers/{name}/features/{id}
3679
- * @response `200` Success
3679
+ * @response `200` OK
3680
3680
  */
3681
3681
 
3682
3682
  }, {
@@ -3698,7 +3698,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3698
3698
  * @operationId LayersController_Unite
3699
3699
  * @summary Provides method to unite feature geometry with given id and given geometry. Updated feature will be save in db storage. Result of the operation will be updated layer info.
3700
3700
  * @request POST:/layers/{name}/features/{id}/unite
3701
- * @response `200` Success
3701
+ * @response `200` OK
3702
3702
  */
3703
3703
 
3704
3704
  }, {
@@ -3720,7 +3720,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3720
3720
  * @operationId LayersController_Subtract
3721
3721
  * @summary Provides method to subtract feature geometry with given id and given geometry. Updated feature will be save in db storage. Result of the operation will be updated layer info with feature id.
3722
3722
  * @request POST:/layers/{name}/features/{id}/subtract
3723
- * @response `200` Success
3723
+ * @response `200` OK
3724
3724
  */
3725
3725
 
3726
3726
  }, {
@@ -3742,7 +3742,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3742
3742
  * @operationId LayersController_GetTilesLayerImage
3743
3743
  * @summary Render tile with input indexes.
3744
3744
  * @request GET:/layers/{name}/tile/{z}/{x}/{y}
3745
- * @response `200` Success
3745
+ * @response `200` OK
3746
3746
  */
3747
3747
 
3748
3748
  }, {
@@ -3766,7 +3766,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3766
3766
  * @operationId LayersController_GetLayerImage
3767
3767
  * @summary Renders the layer to the image of the requested size.
3768
3768
  * @request GET:/layers/{name}/export
3769
- * @response `200` Success
3769
+ * @response `200` OK
3770
3770
  */
3771
3771
 
3772
3772
  }, {
@@ -3787,7 +3787,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3787
3787
  * @operationId LayersController_GetLayerExtent
3788
3788
  * @summary Returns the extent of the layer.
3789
3789
  * @request GET:/layers/{name}/extent
3790
- * @response `200` Success
3790
+ * @response `200` OK
3791
3791
  */
3792
3792
 
3793
3793
  }, {
@@ -3808,7 +3808,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3808
3808
  * @operationId LayersController_GetByGeometryAsync
3809
3809
  * @summary Gets the features within the given geometry.
3810
3810
  * @request GET:/layers/{name}/features/getByGeometry
3811
- * @response `200` Success
3811
+ * @response `200` OK
3812
3812
  */
3813
3813
 
3814
3814
  }, {
@@ -3829,7 +3829,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3829
3829
  * @operationId LayersController_GetByGeometryAsync_1
3830
3830
  * @summary Gets the features within the given geometry.
3831
3831
  * @request POST:/layers/{name}/features/getByGeometry
3832
- * @response `200` Success
3832
+ * @response `200` OK
3833
3833
  */
3834
3834
 
3835
3835
  }, {
@@ -3850,7 +3850,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3850
3850
  * @operationId LayersController_DeleteFeatures
3851
3851
  * @summary Delete a list of features by given ids. Example: ids=1,2,3.
3852
3852
  * @request DELETE:/layers/{name}/features/deleteByIds
3853
- * @response `200` Success
3853
+ * @response `200` OK
3854
3854
  */
3855
3855
 
3856
3856
  }, {
@@ -3871,7 +3871,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3871
3871
  * @operationId LayersController_DeleteByCondition
3872
3872
  * @summary Delete a list of features by condition with exclude given ids.
3873
3873
  * @request DELETE:/layers/{name}/features/deleteByCondition
3874
- * @response `200` Success
3874
+ * @response `200` OK
3875
3875
  */
3876
3876
 
3877
3877
  }, {
@@ -3892,7 +3892,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3892
3892
  * @operationId LayersController_GetByGeometryAsync_2
3893
3893
  * @summary Gets the features by click position.
3894
3894
  * @request GET:/layers/{name}/features/getByGeometryByClick
3895
- * @response `200` Success
3895
+ * @response `200` OK
3896
3896
  */
3897
3897
 
3898
3898
  }, {
@@ -3913,7 +3913,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3913
3913
  * @operationId LayersController_Classify
3914
3914
  * @summary Returns the classified attribute values that correspond to the given number of classes.
3915
3915
  * @request GET:/layers/{name}/classify
3916
- * @response `200` Success
3916
+ * @response `200` OK
3917
3917
  */
3918
3918
 
3919
3919
  }, {
@@ -3934,7 +3934,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3934
3934
  * @operationId LayersController_Distincts
3935
3935
  * @summary Returns distinct attribute values and their count.
3936
3936
  * @request GET:/layers/{name}/distincts
3937
- * @response `200` Success
3937
+ * @response `200` OK
3938
3938
  */
3939
3939
 
3940
3940
  }, {
@@ -3955,7 +3955,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3955
3955
  * @operationId LayersController_AggregateAttribute
3956
3956
  * @summary Returns aggregated value of given attribute aggregationAttributeName within a given groups groups.
3957
3957
  * @request GET:/layers/{name}/aggregate-values
3958
- * @response `200` Success
3958
+ * @response `200` OK
3959
3959
  */
3960
3960
 
3961
3961
  }, {
@@ -3976,7 +3976,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3976
3976
  * @operationId LayersController_GetFilteredFeaturesCount
3977
3977
  * @summary Get features count according layer filter of the given name.
3978
3978
  * @request GET:/layers/{name}/features/count
3979
- * @response `200` Success
3979
+ * @response `200` OK
3980
3980
  */
3981
3981
 
3982
3982
  }, {
@@ -3997,7 +3997,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3997
3997
  * @operationId LayersController_GetFilteredFeaturesCount_1
3998
3998
  * @summary Get features count according layer filter of the given name.
3999
3999
  * @request POST:/layers/{name}/features/count
4000
- * @response `200` Success
4000
+ * @response `200` OK
4001
4001
  */
4002
4002
 
4003
4003
  }, {
@@ -4013,7 +4013,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4013
4013
  * @operationId LayersController_EditAttributes
4014
4014
  * @summary Edit attributes with editInfo.
4015
4015
  * @request POST:/layers/{name}/features/edit-attributes
4016
- * @response `200` Success
4016
+ * @response `200` OK
4017
4017
  */
4018
4018
 
4019
4019
  }, {
@@ -4029,7 +4029,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4029
4029
  * @operationId LayersController_SelectFeatures
4030
4030
  * @summary Selects features from the given layers by the visual point on the map.
4031
4031
  * @request GET:/layers/features/select
4032
- * @response `200` Success
4032
+ * @response `200` OK
4033
4033
  */
4034
4034
 
4035
4035
  }, {
@@ -4045,7 +4045,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4045
4045
  * @operationId LayersController_ValidateExpression
4046
4046
  * @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.
4047
4047
  * @request GET:/layers/{layerName}/validateExpression
4048
- * @response `200` Success
4048
+ * @response `200` OK
4049
4049
  * @response `400` Bad Request
4050
4050
  */
4051
4051
 
@@ -4067,7 +4067,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4067
4067
  * @operationId LayersController_GetRasterMeta
4068
4068
  * @summary Get raster metadata.
4069
4069
  * @request GET:/layers/{name}/{id}/metadata
4070
- * @response `200` Success
4070
+ * @response `200` OK
4071
4071
  */
4072
4072
 
4073
4073
  }, {
@@ -4089,7 +4089,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4089
4089
  * @operationId LayersController_CreateRoute
4090
4090
  * @summary Create new route (feature) from source features.
4091
4091
  * @request POST:/layers/{name}/createRoute
4092
- * @response `200` Success
4092
+ * @response `200` OK
4093
4093
  */
4094
4094
 
4095
4095
  }, {
@@ -4105,7 +4105,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4105
4105
  * @operationId LayersController_ApplyStyle
4106
4106
  * @summary Create data layout and image layout for given style.
4107
4107
  * @request PUT:/layers/{name}/style
4108
- * @response `200` Success
4108
+ * @response `200` OK
4109
4109
  */
4110
4110
 
4111
4111
  }, {
@@ -4121,7 +4121,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4121
4121
  * @operationId LayersController_GetStyle
4122
4122
  * @summary Get style of the given layer.
4123
4123
  * @request GET:/layers/{name}/style
4124
- * @response `200` Success
4124
+ * @response `200` OK
4125
4125
  */
4126
4126
 
4127
4127
  }, {
@@ -4137,7 +4137,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4137
4137
  * @operationId LayersController_GetImageLayout
4138
4138
  * @summary Get date layout.
4139
4139
  * @request GET:/layers/{name}/style/sprite.png
4140
- * @response `200` Success
4140
+ * @response `200` OK
4141
4141
  */
4142
4142
 
4143
4143
  }, {
@@ -4153,7 +4153,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4153
4153
  * @operationId LayersController_GetDataLayout
4154
4154
  * @summary Get image layout.
4155
4155
  * @request GET:/layers/{name}/style/sprite.json
4156
- * @response `200` Success
4156
+ * @response `200` OK
4157
4157
  */
4158
4158
 
4159
4159
  }, {
@@ -4169,7 +4169,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4169
4169
  * @operationId LayersController_GetPreview
4170
4170
  * @summary Gets preview of resource.
4171
4171
  * @request GET:/layers/{name}/preview
4172
- * @response `200` Success
4172
+ * @response `200` OK
4173
4173
  */
4174
4174
 
4175
4175
  }, {
@@ -4185,7 +4185,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4185
4185
  * @operationId LayersController_SetPreview
4186
4186
  * @summary Sets preview to the resource.
4187
4187
  * @request POST:/layers/{name}/preview
4188
- * @response `200` Success
4188
+ * @response `200` OK
4189
4189
  */
4190
4190
 
4191
4191
  }, {
@@ -4201,7 +4201,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4201
4201
  * @operationId LayersController_DeletePreview
4202
4202
  * @summary Delete resource preview.
4203
4203
  * @request DELETE:/layers/{name}/preview
4204
- * @response `200` Success
4204
+ * @response `200` OK
4205
4205
  */
4206
4206
 
4207
4207
  }, {
@@ -4217,7 +4217,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4217
4217
  * @operationId LayersController_IsExistsAsync
4218
4218
  * @summary Check is resource exists.
4219
4219
  * @request GET:/layers/{name}/exists
4220
- * @response `200` Success
4220
+ * @response `200` OK
4221
4221
  */
4222
4222
 
4223
4223
  }, {
@@ -4233,7 +4233,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4233
4233
  * @operationId LayersController_GetResourceDependencies
4234
4234
  * @summary Get resource dependencies.
4235
4235
  * @request GET:/layers/{name}/dependencies
4236
- * @response `200` Success
4236
+ * @response `200` OK
4237
4237
  */
4238
4238
 
4239
4239
  }, {
@@ -4249,7 +4249,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4249
4249
  * @operationId LayersController_GetResourceReferences
4250
4250
  * @summary Returns the resource dependency information.
4251
4251
  * @request GET:/layers/{name}/references
4252
- * @response `200` Success
4252
+ * @response `200` OK
4253
4253
  */
4254
4254
 
4255
4255
  }, {
@@ -4265,7 +4265,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4265
4265
  * @operationId LayersController_GetPermissions
4266
4266
  * @summary Returns resource permissions.
4267
4267
  * @request GET:/layers/{name}/permissions
4268
- * @response `200` Success
4268
+ * @response `200` OK
4269
4269
  */
4270
4270
 
4271
4271
  }, {
@@ -4281,7 +4281,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4281
4281
  * @operationId LayersController_AddPermissions
4282
4282
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
4283
4283
  * @request POST:/layers/{name}/permissions
4284
- * @response `200` Success
4284
+ * @response `200` OK
4285
4285
  */
4286
4286
 
4287
4287
  }, {
@@ -4297,7 +4297,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4297
4297
  * @operationId LayersController_SetPermissions
4298
4298
  * @summary Replaces existing access control list for the layer with the given one.
4299
4299
  * @request PUT:/layers/{name}/permissions
4300
- * @response `200` Success
4300
+ * @response `200` OK
4301
4301
  */
4302
4302
 
4303
4303
  }, {
@@ -4313,7 +4313,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4313
4313
  * @operationId LayersController_RemovePermissions
4314
4314
  * @summary Removes permissions for the layer for the given role.
4315
4315
  * @request DELETE:/layers/{name}/permissions/{role}
4316
- * @response `200` Success
4316
+ * @response `200` OK
4317
4317
  */
4318
4318
 
4319
4319
  }, {
@@ -4676,7 +4676,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4676
4676
  * @operationId NamespaceController_GetNamespacesAsync
4677
4677
  * @summary Returns the list of existing namespaces, that correspond to the given conditions.
4678
4678
  * @request GET:/namespaces
4679
- * @response `200` Success
4679
+ * @response `200` OK
4680
4680
  */
4681
4681
  function getNamespaces(query) {
4682
4682
  return this.http.get("/namespaces", query).json();
@@ -4689,7 +4689,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4689
4689
  * @operationId NamespaceController_CreateNamespace
4690
4690
  * @summary Creates a new namespace.
4691
4691
  * @request POST:/namespaces
4692
- * @response `200` Success
4692
+ * @response `200` OK
4693
4693
  */
4694
4694
 
4695
4695
  }, {
@@ -4705,7 +4705,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4705
4705
  * @operationId NamespaceController_GetNamespaceAsync
4706
4706
  * @summary Get namespace information.
4707
4707
  * @request GET:/namespaces/{namespace}
4708
- * @response `200` Success
4708
+ * @response `200` OK
4709
4709
  */
4710
4710
 
4711
4711
  }, {
@@ -4721,7 +4721,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4721
4721
  * @operationId NamespaceController_RemoveNamespaceAsync
4722
4722
  * @summary Remove namespace.
4723
4723
  * @request DELETE:/namespaces/{namespace}
4724
- * @response `200` Success
4724
+ * @response `200` OK
4725
4725
  */
4726
4726
 
4727
4727
  }, {
@@ -4776,7 +4776,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4776
4776
  * @operationId NotificationServiceController_GetSubscriptionList
4777
4777
  * @summary Returns a list of notification tags that the current session is subscribed to.
4778
4778
  * @request GET:/notifications/subscribes
4779
- * @response `200` Success
4779
+ * @response `200` OK
4780
4780
  */
4781
4781
  function getSubscriptionList() {
4782
4782
  return this.http.get("/notifications/subscribes").json();
@@ -4789,7 +4789,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4789
4789
  * @operationId NotificationServiceController_SubscribeOperation
4790
4790
  * @summary Subscribe current session by subscribe tag. A subscribed session will receive all notifications added for the specified tag.
4791
4791
  * @request POST:/notifications/subscribes
4792
- * @response `200` Success
4792
+ * @response `200` OK
4793
4793
  */
4794
4794
 
4795
4795
  }, {
@@ -4805,7 +4805,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4805
4805
  * @operationId NotificationServiceController_UnsubscribeOperation
4806
4806
  * @summary Unsubscribe from receiving notifications that come for the specified tag.
4807
4807
  * @request DELETE:/notifications/subscribes
4808
- * @response `200` Success
4808
+ * @response `200` OK
4809
4809
  */
4810
4810
 
4811
4811
  }, {
@@ -4821,7 +4821,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4821
4821
  * @operationId NotificationServiceController_SubscribeListOperation
4822
4822
  * @summary Subscribe current session by subscribe tags. A subscribed session will receive all notifications added for the specified tags.
4823
4823
  * @request POST:/notifications/subscribe-list
4824
- * @response `200` Success
4824
+ * @response `200` OK
4825
4825
  */
4826
4826
 
4827
4827
  }, {
@@ -4837,7 +4837,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4837
4837
  * @operationId NotificationServiceController_UnsubscribeListOperation
4838
4838
  * @summary Unsubscribe from receiving notifications that come for the specified tags.
4839
4839
  * @request POST:/notifications/unsubscribe-list
4840
- * @response `200` Success
4840
+ * @response `200` OK
4841
4841
  */
4842
4842
 
4843
4843
  }, {
@@ -5084,7 +5084,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5084
5084
  * @operationId PrintController_Print
5085
5085
  * @summary Print map with template.
5086
5086
  * @request POST:/print/print
5087
- * @response `200` Success
5087
+ * @response `200` OK
5088
5088
  */
5089
5089
  function print(data) {
5090
5090
  return this.http.post("/print/print", data).blob();
@@ -5097,7 +5097,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5097
5097
  * @operationId PrintController_PrintToHtml
5098
5098
  * @summary Print map with template to html string.
5099
5099
  * @request POST:/print/printHtml
5100
- * @response `200` Success
5100
+ * @response `200` OK
5101
5101
  */
5102
5102
 
5103
5103
  }, {
@@ -5113,7 +5113,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5113
5113
  * @operationId PrintController_UploadTemplate
5114
5114
  * @summary Upload template on server.
5115
5115
  * @request POST:/print/templates
5116
- * @response `200` Success
5116
+ * @response `200` OK
5117
5117
  */
5118
5118
 
5119
5119
  }, {
@@ -5129,7 +5129,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5129
5129
  * @operationId PrintController_GetTemplates
5130
5130
  * @summary Get all templates from server.
5131
5131
  * @request GET:/print/templates
5132
- * @response `200` Success
5132
+ * @response `200` OK
5133
5133
  */
5134
5134
 
5135
5135
  }, {
@@ -5145,7 +5145,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5145
5145
  * @operationId PrintController_DeleteTemplate
5146
5146
  * @summary Delete template from server.
5147
5147
  * @request DELETE:/print/templates/{name}
5148
- * @response `200` Success
5148
+ * @response `200` OK
5149
5149
  */
5150
5150
 
5151
5151
  }, {
@@ -5161,7 +5161,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5161
5161
  * @operationId PrintController_GetTemplate
5162
5162
  * @summary Get template from server.
5163
5163
  * @request GET:/print/templates/{name}
5164
- * @response `200` Success
5164
+ * @response `200` OK
5165
5165
  */
5166
5166
 
5167
5167
  }, {
@@ -5216,7 +5216,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5216
5216
  * @operationId ProjectsController_GetProjectsList
5217
5217
  * @summary Returns the list of projects.
5218
5218
  * @request GET:/projects
5219
- * @response `200` Success
5219
+ * @response `200` OK
5220
5220
  */
5221
5221
  function getProjectsList(query) {
5222
5222
  return this.http.get("/projects", query).json();
@@ -5229,7 +5229,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5229
5229
  * @operationId ProjectsController_CreateProject
5230
5230
  * @summary Creates a new project.
5231
5231
  * @request POST:/projects
5232
- * @response `200` Success
5232
+ * @response `200` OK
5233
5233
  */
5234
5234
 
5235
5235
  }, {
@@ -5245,7 +5245,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5245
5245
  * @operationId ProjectsController_SetPermissionsBatch
5246
5246
  * @summary Overrides multiply resources permissions in single batch.
5247
5247
  * @request PUT:/projects
5248
- * @response `200` Success
5248
+ * @response `200` OK
5249
5249
  */
5250
5250
 
5251
5251
  }, {
@@ -5261,7 +5261,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5261
5261
  * @operationId ProjectsController_DeleteResources
5262
5262
  * @summary Bulk delete resources.
5263
5263
  * @request DELETE:/projects
5264
- * @response `200` Success
5264
+ * @response `200` OK
5265
5265
  */
5266
5266
 
5267
5267
  }, {
@@ -5277,7 +5277,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5277
5277
  * @operationId ProjectsController_UpdateProject
5278
5278
  * @summary Update table.
5279
5279
  * @request PATCH:/projects/{name}
5280
- * @response `200` Success
5280
+ * @response `200` OK
5281
5281
  */
5282
5282
 
5283
5283
  }, {
@@ -5293,7 +5293,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5293
5293
  * @operationId ProjectsController_GetProjectInfo
5294
5294
  * @summary Returns the project and it's content information.
5295
5295
  * @request GET:/projects/{name}
5296
- * @response `200` Success
5296
+ * @response `200` OK
5297
5297
  */
5298
5298
 
5299
5299
  }, {
@@ -5309,7 +5309,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5309
5309
  * @operationId ProjectsController_DeleteResource
5310
5310
  * @summary Deletes resource.
5311
5311
  * @request DELETE:/projects/{name}
5312
- * @response `200` Success
5312
+ * @response `200` OK
5313
5313
  */
5314
5314
 
5315
5315
  }, {
@@ -5325,7 +5325,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5325
5325
  * @operationId ProjectsController_GetProjectsInfoAsync
5326
5326
  * @summary Returns the projects information.
5327
5327
  * @request GET:/projects/batchInfo
5328
- * @response `200` Success
5328
+ * @response `200` OK
5329
5329
  */
5330
5330
 
5331
5331
  }, {
@@ -5341,7 +5341,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5341
5341
  * @operationId ProjectsController_GetProjectLayersExtendedInfo
5342
5342
  * @summary Gets extended project info with layers info.
5343
5343
  * @request GET:/projects/{name}/extended-info
5344
- * @response `200` Success
5344
+ * @response `200` OK
5345
5345
  */
5346
5346
 
5347
5347
  }, {
@@ -5357,7 +5357,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5357
5357
  * @operationId ProjectsController_GetTilesLayerImage
5358
5358
  * @summary Render tile.
5359
5359
  * @request GET:/projects/{name}/tile/{z}/{x}/{y}
5360
- * @response `200` Success
5360
+ * @response `200` OK
5361
5361
  */
5362
5362
 
5363
5363
  }, {
@@ -5373,7 +5373,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5373
5373
  * @operationId ProjectsController_GetPreview
5374
5374
  * @summary Gets preview of resource.
5375
5375
  * @request GET:/projects/{name}/preview
5376
- * @response `200` Success
5376
+ * @response `200` OK
5377
5377
  */
5378
5378
 
5379
5379
  }, {
@@ -5389,7 +5389,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5389
5389
  * @operationId ProjectsController_SetPreview
5390
5390
  * @summary Sets preview to the resource.
5391
5391
  * @request POST:/projects/{name}/preview
5392
- * @response `200` Success
5392
+ * @response `200` OK
5393
5393
  */
5394
5394
 
5395
5395
  }, {
@@ -5405,7 +5405,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5405
5405
  * @operationId ProjectsController_DeletePreview
5406
5406
  * @summary Delete resource preview.
5407
5407
  * @request DELETE:/projects/{name}/preview
5408
- * @response `200` Success
5408
+ * @response `200` OK
5409
5409
  */
5410
5410
 
5411
5411
  }, {
@@ -5421,7 +5421,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5421
5421
  * @operationId ProjectsController_IsExistsAsync
5422
5422
  * @summary Check is resource exists.
5423
5423
  * @request GET:/projects/{name}/exists
5424
- * @response `200` Success
5424
+ * @response `200` OK
5425
5425
  */
5426
5426
 
5427
5427
  }, {
@@ -5437,7 +5437,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5437
5437
  * @operationId ProjectsController_GetResourceDependencies
5438
5438
  * @summary Get resource dependencies.
5439
5439
  * @request GET:/projects/{name}/dependencies
5440
- * @response `200` Success
5440
+ * @response `200` OK
5441
5441
  */
5442
5442
 
5443
5443
  }, {
@@ -5453,7 +5453,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5453
5453
  * @operationId ProjectsController_GetResourceReferences
5454
5454
  * @summary Returns the resource dependency information.
5455
5455
  * @request GET:/projects/{name}/references
5456
- * @response `200` Success
5456
+ * @response `200` OK
5457
5457
  */
5458
5458
 
5459
5459
  }, {
@@ -5469,7 +5469,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5469
5469
  * @operationId ProjectsController_GetPermissions
5470
5470
  * @summary Returns resource permissions.
5471
5471
  * @request GET:/projects/{name}/permissions
5472
- * @response `200` Success
5472
+ * @response `200` OK
5473
5473
  */
5474
5474
 
5475
5475
  }, {
@@ -5485,7 +5485,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5485
5485
  * @operationId ProjectsController_AddPermissions
5486
5486
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
5487
5487
  * @request POST:/projects/{name}/permissions
5488
- * @response `200` Success
5488
+ * @response `200` OK
5489
5489
  */
5490
5490
 
5491
5491
  }, {
@@ -5501,7 +5501,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5501
5501
  * @operationId ProjectsController_SetPermissions
5502
5502
  * @summary Replaces existing access control list for the layer with the given one.
5503
5503
  * @request PUT:/projects/{name}/permissions
5504
- * @response `200` Success
5504
+ * @response `200` OK
5505
5505
  */
5506
5506
 
5507
5507
  }, {
@@ -5517,7 +5517,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5517
5517
  * @operationId ProjectsController_RemovePermissions
5518
5518
  * @summary Removes permissions for the layer for the given role.
5519
5519
  * @request DELETE:/projects/{name}/permissions/{role}
5520
- * @response `200` Success
5520
+ * @response `200` OK
5521
5521
  */
5522
5522
 
5523
5523
  }, {
@@ -5620,7 +5620,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5620
5620
  * @operationId ResourceCatalogController_CheckLimits
5621
5621
  * @summary Get limits of workspace.
5622
5622
  * @request GET:/resources/checkLimits
5623
- * @response `200` Success
5623
+ * @response `200` OK
5624
5624
  */
5625
5625
  function checkLimits(query) {
5626
5626
  return this.http.get("/resources/checkLimits", query).json();
@@ -5633,7 +5633,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5633
5633
  * @operationId ResourceCatalogController_CopyResources
5634
5634
  * @summary Copy a set of resources.
5635
5635
  * @request POST:/resources/copy
5636
- * @response `200` Success
5636
+ * @response `200` OK
5637
5637
  */
5638
5638
 
5639
5639
  }, {
@@ -5786,7 +5786,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5786
5786
  * @operationId SchedulerServiceController_GetTaskList
5787
5787
  * @summary Returns the list of the planned and complete server tasks.
5788
5788
  * @request GET:/scheduler/tasks
5789
- * @response `200` Success
5789
+ * @response `200` OK
5790
5790
  */
5791
5791
  function getTaskList(query) {
5792
5792
  return this.http.get("/scheduler/tasks", query).json();
@@ -5799,7 +5799,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5799
5799
  * @operationId SchedulerServiceController_GetTaskInfo
5800
5800
  * @summary Returns the information about the server task.
5801
5801
  * @request GET:/scheduler/tasks/{id}
5802
- * @response `200` Success
5802
+ * @response `200` OK
5803
5803
  */
5804
5804
 
5805
5805
  }, {
@@ -5815,7 +5815,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5815
5815
  * @operationId SchedulerServiceController_GetTaskProgress
5816
5816
  * @summary Returns the progress of server task.
5817
5817
  * @request GET:/scheduler/tasks/{id}/progress
5818
- * @response `200` Success
5818
+ * @response `200` OK
5819
5819
  */
5820
5820
 
5821
5821
  }, {
@@ -5831,7 +5831,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5831
5831
  * @operationId SchedulerServiceController_CancelTask
5832
5832
  * @summary Cancel task execution by given id.
5833
5833
  * @request POST:/scheduler/tasks/{id}/cancel
5834
- * @response `200` Success
5834
+ * @response `200` OK
5835
5835
  */
5836
5836
 
5837
5837
  }, {
@@ -5847,7 +5847,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5847
5847
  * @operationId SchedulerServiceController_StartCopyTask
5848
5848
  * @summary Plans the execution of a 'copy' server task.
5849
5849
  * @request POST:/scheduler/tasks#type=copy
5850
- * @response `200` Success
5850
+ * @response `200` OK
5851
5851
  */
5852
5852
 
5853
5853
  }, {
@@ -5865,7 +5865,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5865
5865
  * @operationId SchedulerServiceController_StartAggregateTask
5866
5866
  * @summary Plans the execution of a 'aggregate' server task.
5867
5867
  * @request POST:/scheduler/tasks#type=aggregate
5868
- * @response `200` Success
5868
+ * @response `200` OK
5869
5869
  */
5870
5870
 
5871
5871
  }, {
@@ -5883,7 +5883,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5883
5883
  * @operationId SchedulerServiceController_StartBufferTask
5884
5884
  * @summary Plans the execution of a 'buffer' server task.
5885
5885
  * @request POST:/scheduler/tasks#type=buffer
5886
- * @response `200` Success
5886
+ * @response `200` OK
5887
5887
  */
5888
5888
 
5889
5889
  }, {
@@ -5901,7 +5901,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5901
5901
  * @operationId SchedulerServiceController_StartPrintTask
5902
5902
  * @summary Plans the execution of a 'print' server task.
5903
5903
  * @request POST:/scheduler/tasks#type=print
5904
- * @response `200` Success
5904
+ * @response `200` OK
5905
5905
  */
5906
5906
 
5907
5907
  }, {
@@ -5919,7 +5919,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5919
5919
  * @operationId SchedulerServiceController_StartTilingTask
5920
5920
  * @summary Plans the execution of a 'tiling' server task.
5921
5921
  * @request POST:/scheduler/tasks#type=tiling
5922
- * @response `200` Success
5922
+ * @response `200` OK
5923
5923
  */
5924
5924
 
5925
5925
  }, {
@@ -5937,7 +5937,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5937
5937
  * @operationId SchedulerServiceController_StartTilingTask_1
5938
5938
  * @summary Plans the execution of a 'rasterVrt' server task.
5939
5939
  * @request POST:/scheduler/tasks#type=rasterVrt
5940
- * @response `200` Success
5940
+ * @response `200` OK
5941
5941
  */
5942
5942
 
5943
5943
  }, {
@@ -5955,7 +5955,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5955
5955
  * @operationId SchedulerServiceController_StartNetCdfTask
5956
5956
  * @summary Plans the execution of a 'netcdf' server task.
5957
5957
  * @request POST:/scheduler/tasks#type=netcdf
5958
- * @response `200` Success
5958
+ * @response `200` OK
5959
5959
  */
5960
5960
 
5961
5961
  }, {
@@ -5973,7 +5973,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5973
5973
  * @operationId SchedulerServiceController_StartRouteTask
5974
5974
  * @summary Plans the execution of a 'availability area build' server task.
5975
5975
  * @request POST:/scheduler/tasks#type=route
5976
- * @response `200` Success
5976
+ * @response `200` OK
5977
5977
  */
5978
5978
 
5979
5979
  }, {
@@ -5991,7 +5991,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5991
5991
  * @operationId SchedulerServiceController_StartUnionTask
5992
5992
  * @summary Plans the execution of a 'union' server task.
5993
5993
  * @request POST:/scheduler/tasks#type=union
5994
- * @response `200` Success
5994
+ * @response `200` OK
5995
5995
  */
5996
5996
 
5997
5997
  }, {
@@ -6009,7 +6009,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6009
6009
  * @operationId SchedulerServiceController_StartOverlayTask
6010
6010
  * @summary Plans the execution of a 'subtraction' server task.
6011
6011
  * @request POST:/scheduler/tasks#type=overlay
6012
- * @response `200` Success
6012
+ * @response `200` OK
6013
6013
  */
6014
6014
 
6015
6015
  }, {
@@ -6027,7 +6027,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6027
6027
  * @operationId SchedulerServiceController_StartFilterCopyTask
6028
6028
  * @summary Plans the execution of a 'filter copy' server task.
6029
6029
  * @request POST:/scheduler/tasks#type=filterCopy
6030
- * @response `200` Success
6030
+ * @response `200` OK
6031
6031
  */
6032
6032
 
6033
6033
  }, {
@@ -6045,7 +6045,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6045
6045
  * @operationId SchedulerServiceController_StartPipelineTask
6046
6046
  * @summary Plans the execution of a 'pipeline' server task.
6047
6047
  * @request POST:/scheduler/tasks#type=pipeline
6048
- * @response `200` Success
6048
+ * @response `200` OK
6049
6049
  */
6050
6050
 
6051
6051
  }, {
@@ -6063,7 +6063,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6063
6063
  * @operationId SchedulerServiceController_StartEditAttributesBatch
6064
6064
  * @summary Plans the execution of a 'edit attributes' server task.
6065
6065
  * @request POST:/scheduler/tasks#type=editAttributes
6066
- * @response `200` Success
6066
+ * @response `200` OK
6067
6067
  */
6068
6068
 
6069
6069
  }, {
@@ -6081,7 +6081,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6081
6081
  * @operationId SchedulerServiceController_UniversalSearchTask
6082
6082
  * @summary Plans the execution of a 'edit attributes' server task.
6083
6083
  * @request POST:/scheduler/tasks#type=universalSearch
6084
- * @response `200` Success
6084
+ * @response `200` OK
6085
6085
  */
6086
6086
 
6087
6087
  }, {
@@ -6273,7 +6273,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6273
6273
  * @operationId SecurityServiceController_FindUserByNameByRoles
6274
6274
  * @summary Get users list with given roles list.
6275
6275
  * @request GET:/security/findUsersWithRoles
6276
- * @response `200` Success
6276
+ * @response `200` OK
6277
6277
  */
6278
6278
  function findUserByNameByRoles(query) {
6279
6279
  return this.http.get("/security/findUsersWithRoles", query).json();
@@ -6286,7 +6286,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6286
6286
  * @operationId SecurityServiceController_GetUsersAndRoles
6287
6287
  * @summary Get users and roles list by filter.
6288
6288
  * @request GET:/security/usersandroles
6289
- * @response `200` Success
6289
+ * @response `200` OK
6290
6290
  */
6291
6291
 
6292
6292
  }, {
@@ -6302,7 +6302,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6302
6302
  * @operationId SecurityServiceController_FindUserByName
6303
6303
  * @summary Returns the list of users found by username.
6304
6304
  * @request GET:/security/users
6305
- * @response `200` Success
6305
+ * @response `200` OK
6306
6306
  */
6307
6307
 
6308
6308
  }, {
@@ -6318,7 +6318,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6318
6318
  * @operationId SecurityServiceController_GetPolicyList
6319
6319
  * @summary Returns the list of server authorization policies of the given type.
6320
6320
  * @request GET:/security/policies
6321
- * @response `200` Success
6321
+ * @response `200` OK
6322
6322
  */
6323
6323
 
6324
6324
  }, {
@@ -6334,7 +6334,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6334
6334
  * @operationId SecurityServiceController_RemovePolicy
6335
6335
  * @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.
6336
6336
  * @request DELETE:/security/policies
6337
- * @response `200` Success
6337
+ * @response `200` OK
6338
6338
  */
6339
6339
 
6340
6340
  }, {
@@ -6350,7 +6350,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6350
6350
  * @operationId SecurityServiceController_SetPolicy
6351
6351
  * @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.
6352
6352
  * @request POST:/security/policies
6353
- * @response `200` Success
6353
+ * @response `200` OK
6354
6354
  */
6355
6355
 
6356
6356
  }, {
@@ -6425,7 +6425,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6425
6425
  * @operationId StatisticController_StatisticsDb
6426
6426
  * @summary Calculates statistics for layer attribute.
6427
6427
  * @request GET:/statistics
6428
- * @response `200` Success
6428
+ * @response `200` OK
6429
6429
  */
6430
6430
  function statisticsDb(query) {
6431
6431
  return this.http.get("/statistics", query).json();
@@ -6438,7 +6438,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6438
6438
  * @operationId StatisticController_StatisticsDb_1
6439
6439
  * @summary Calculates statistics for layer attribute.
6440
6440
  * @request POST:/statistics
6441
- * @response `200` Success
6441
+ * @response `200` OK
6442
6442
  */
6443
6443
 
6444
6444
  }, {
@@ -6454,7 +6454,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6454
6454
  * @operationId StatisticController_Classify
6455
6455
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6456
6456
  * @request GET:/statistics/classify
6457
- * @response `200` Success
6457
+ * @response `200` OK
6458
6458
  */
6459
6459
 
6460
6460
  }, {
@@ -6470,7 +6470,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6470
6470
  * @operationId StatisticController_Classify_1
6471
6471
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6472
6472
  * @request POST:/statistics/classify
6473
- * @response `200` Success
6473
+ * @response `200` OK
6474
6474
  */
6475
6475
 
6476
6476
  }, {
@@ -6486,7 +6486,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6486
6486
  * @operationId StatisticController_SumOfProduct
6487
6487
  * @summary Sum of product.
6488
6488
  * @request GET:/statistics/sumOfProduct
6489
- * @response `200` Success
6489
+ * @response `200` OK
6490
6490
  */
6491
6491
 
6492
6492
  }, {
@@ -6502,7 +6502,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6502
6502
  * @operationId StatisticController_SumOfProduct_1
6503
6503
  * @summary Sum of product.
6504
6504
  * @request POST:/statistics/sumOfProduct
6505
- * @response `200` Success
6505
+ * @response `200` OK
6506
6506
  */
6507
6507
 
6508
6508
  }, {
@@ -6579,7 +6579,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6579
6579
  * @operationId StyleServiceController_GetStyle
6580
6580
  * @summary Returns the style by its id.
6581
6581
  * @request GET:/styles/{id}
6582
- * @response `200` Success
6582
+ * @response `200` OK
6583
6583
  */
6584
6584
  function getStyle(id) {
6585
6585
  return this.http.get("/styles/" + id).json();
@@ -6592,7 +6592,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6592
6592
  * @operationId StyleServiceController_UpdateStyle
6593
6593
  * @summary Replaces a style and gives it a new id.
6594
6594
  * @request POST:/styles/{id}
6595
- * @response `200` Success
6595
+ * @response `200` OK
6596
6596
  */
6597
6597
 
6598
6598
  }, {
@@ -6608,7 +6608,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6608
6608
  * @operationId StyleServiceController_CreateStyle
6609
6609
  * @summary Creates a new style.
6610
6610
  * @request POST:/styles
6611
- * @response `200` Success
6611
+ * @response `200` OK
6612
6612
  */
6613
6613
 
6614
6614
  }, {
@@ -6624,7 +6624,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6624
6624
  * @operationId StyleServiceController_GetAllFonts
6625
6625
  * @summary Gets all installed fonts.
6626
6626
  * @request GET:/styles/fonts
6627
- * @response `200` Success
6627
+ * @response `200` OK
6628
6628
  */
6629
6629
 
6630
6630
  }, {
@@ -6640,7 +6640,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6640
6640
  * @operationId StyleServiceController_AddFont
6641
6641
  * @summary Install new font.
6642
6642
  * @request POST:/styles/fonts
6643
- * @response `200` Success
6643
+ * @response `200` OK
6644
6644
  */
6645
6645
 
6646
6646
  }, {
@@ -6656,7 +6656,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6656
6656
  * @operationId StyleServiceController_RemoveFont
6657
6657
  * @summary Remove installed font.
6658
6658
  * @request DELETE:/styles/fonts
6659
- * @response `200` Success
6659
+ * @response `200` OK
6660
6660
  */
6661
6661
 
6662
6662
  }, {
@@ -6715,7 +6715,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6715
6715
  * @operationId TablesController_GetTableList
6716
6716
  * @summary Returns the list of tables in data service.
6717
6717
  * @request GET:/tables
6718
- * @response `200` Success
6718
+ * @response `200` OK
6719
6719
  */
6720
6720
  function getTableList(query) {
6721
6721
  return this.http.get("/tables", query).json();
@@ -6728,7 +6728,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6728
6728
  * @operationId TablesController_CreateTable
6729
6729
  * @summary Creates a new table.
6730
6730
  * @request POST:/tables
6731
- * @response `200` Success
6731
+ * @response `200` OK
6732
6732
  */
6733
6733
 
6734
6734
  }, {
@@ -6744,7 +6744,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6744
6744
  * @operationId TablesController_SetPermissionsBatch
6745
6745
  * @summary Overrides multiply resources permissions in single batch.
6746
6746
  * @request PUT:/tables
6747
- * @response `200` Success
6747
+ * @response `200` OK
6748
6748
  */
6749
6749
 
6750
6750
  }, {
@@ -6760,7 +6760,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6760
6760
  * @operationId TablesController_DeleteResources
6761
6761
  * @summary Bulk delete resources.
6762
6762
  * @request DELETE:/tables
6763
- * @response `200` Success
6763
+ * @response `200` OK
6764
6764
  */
6765
6765
 
6766
6766
  }, {
@@ -6776,7 +6776,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6776
6776
  * @operationId TablesController_UpdateTable
6777
6777
  * @summary Update exists table.
6778
6778
  * @request PATCH:/tables/{name}
6779
- * @response `200` Success
6779
+ * @response `200` OK
6780
6780
  */
6781
6781
 
6782
6782
  }, {
@@ -6792,7 +6792,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6792
6792
  * @operationId TablesController_PutTable
6793
6793
  * @summary Override exists table.
6794
6794
  * @request PUT:/tables/{name}
6795
- * @response `200` Success
6795
+ * @response `200` OK
6796
6796
  */
6797
6797
 
6798
6798
  }, {
@@ -6808,7 +6808,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6808
6808
  * @operationId TablesController_GetTableInfo
6809
6809
  * @summary Returns the table information and schema.
6810
6810
  * @request GET:/tables/{name}
6811
- * @response `200` Success
6811
+ * @response `200` OK
6812
6812
  */
6813
6813
 
6814
6814
  }, {
@@ -6824,7 +6824,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6824
6824
  * @operationId TablesController_DeleteResource
6825
6825
  * @summary Deletes resource.
6826
6826
  * @request DELETE:/tables/{name}
6827
- * @response `200` Success
6827
+ * @response `200` OK
6828
6828
  */
6829
6829
 
6830
6830
  }, {
@@ -6840,7 +6840,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6840
6840
  * @operationId TablesController_GetTablesInfoAsync
6841
6841
  * @summary Returns the tables information.
6842
6842
  * @request GET:/tables/batchInfo
6843
- * @response `200` Success
6843
+ * @response `200` OK
6844
6844
  */
6845
6845
 
6846
6846
  }, {
@@ -6856,7 +6856,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6856
6856
  * @operationId TablesController_GetTableData
6857
6857
  * @summary Retrieves the data from the table.
6858
6858
  * @request GET:/tables/{name}/data
6859
- * @response `200` Success
6859
+ * @response `200` OK
6860
6860
  */
6861
6861
 
6862
6862
  }, {
@@ -6877,7 +6877,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6877
6877
  * @operationId TablesController_WriteTableData
6878
6878
  * @summary Adds the data to the table.
6879
6879
  * @request POST:/tables/{name}/data
6880
- * @response `200` Success
6880
+ * @response `200` OK
6881
6881
  */
6882
6882
 
6883
6883
  }, {
@@ -6893,7 +6893,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6893
6893
  * @operationId TablesController_UpdateTableData
6894
6894
  * @summary Updates the data in the table.
6895
6895
  * @request PATCH:/tables/{name}/data
6896
- * @response `200` Success
6896
+ * @response `200` OK
6897
6897
  */
6898
6898
 
6899
6899
  }, {
@@ -6914,7 +6914,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6914
6914
  * @operationId TablesController_DeleteTableData
6915
6915
  * @summary Delete data rows from the table.
6916
6916
  * @request DELETE:/tables/{name}/data
6917
- * @response `200` Success
6917
+ * @response `200` OK
6918
6918
  */
6919
6919
 
6920
6920
  }, {
@@ -6935,7 +6935,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6935
6935
  * @operationId TablesController_GetUniqueDataRowsAsync
6936
6936
  * @summary Returns a single data row for each unique value defined by uniqueColumn.
6937
6937
  * @request GET:/tables/{name}/data/unique-values
6938
- * @response `200` Success
6938
+ * @response `200` OK
6939
6939
  */
6940
6940
 
6941
6941
  }, {
@@ -6956,7 +6956,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6956
6956
  * @operationId TablesController_MapTable
6957
6957
  * @summary Map table to exists table.
6958
6958
  * @request POST:/tables/map-table
6959
- * @response `200` Success
6959
+ * @response `200` OK
6960
6960
  */
6961
6961
 
6962
6962
  }, {
@@ -6972,7 +6972,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6972
6972
  * @operationId TablesController_UnmapTableAsync
6973
6973
  * @summary Unmap datasource from table.
6974
6974
  * @request DELETE:/tables/map-table/{name}
6975
- * @response `200` Success
6975
+ * @response `200` OK
6976
6976
  */
6977
6977
 
6978
6978
  }, {
@@ -6988,7 +6988,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6988
6988
  * @operationId TablesController_GetPreview
6989
6989
  * @summary Gets preview of resource.
6990
6990
  * @request GET:/tables/{name}/preview
6991
- * @response `200` Success
6991
+ * @response `200` OK
6992
6992
  */
6993
6993
 
6994
6994
  }, {
@@ -7004,7 +7004,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7004
7004
  * @operationId TablesController_SetPreview
7005
7005
  * @summary Sets preview to the resource.
7006
7006
  * @request POST:/tables/{name}/preview
7007
- * @response `200` Success
7007
+ * @response `200` OK
7008
7008
  */
7009
7009
 
7010
7010
  }, {
@@ -7020,7 +7020,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7020
7020
  * @operationId TablesController_DeletePreview
7021
7021
  * @summary Delete resource preview.
7022
7022
  * @request DELETE:/tables/{name}/preview
7023
- * @response `200` Success
7023
+ * @response `200` OK
7024
7024
  */
7025
7025
 
7026
7026
  }, {
@@ -7036,7 +7036,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7036
7036
  * @operationId TablesController_IsExistsAsync
7037
7037
  * @summary Check is resource exists.
7038
7038
  * @request GET:/tables/{name}/exists
7039
- * @response `200` Success
7039
+ * @response `200` OK
7040
7040
  */
7041
7041
 
7042
7042
  }, {
@@ -7052,7 +7052,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7052
7052
  * @operationId TablesController_GetResourceDependencies
7053
7053
  * @summary Get resource dependencies.
7054
7054
  * @request GET:/tables/{name}/dependencies
7055
- * @response `200` Success
7055
+ * @response `200` OK
7056
7056
  */
7057
7057
 
7058
7058
  }, {
@@ -7068,7 +7068,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7068
7068
  * @operationId TablesController_GetResourceReferences
7069
7069
  * @summary Returns the resource dependency information.
7070
7070
  * @request GET:/tables/{name}/references
7071
- * @response `200` Success
7071
+ * @response `200` OK
7072
7072
  */
7073
7073
 
7074
7074
  }, {
@@ -7084,7 +7084,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7084
7084
  * @operationId TablesController_GetPermissions
7085
7085
  * @summary Returns resource permissions.
7086
7086
  * @request GET:/tables/{name}/permissions
7087
- * @response `200` Success
7087
+ * @response `200` OK
7088
7088
  */
7089
7089
 
7090
7090
  }, {
@@ -7100,7 +7100,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7100
7100
  * @operationId TablesController_AddPermissions
7101
7101
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
7102
7102
  * @request POST:/tables/{name}/permissions
7103
- * @response `200` Success
7103
+ * @response `200` OK
7104
7104
  */
7105
7105
 
7106
7106
  }, {
@@ -7116,7 +7116,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7116
7116
  * @operationId TablesController_SetPermissions
7117
7117
  * @summary Replaces existing access control list for the layer with the given one.
7118
7118
  * @request PUT:/tables/{name}/permissions
7119
- * @response `200` Success
7119
+ * @response `200` OK
7120
7120
  */
7121
7121
 
7122
7122
  }, {
@@ -7132,7 +7132,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7132
7132
  * @operationId TablesController_RemovePermissions
7133
7133
  * @summary Removes permissions for the layer for the given role.
7134
7134
  * @request DELETE:/tables/{name}/permissions/{role}
7135
- * @response `200` Success
7135
+ * @response `200` OK
7136
7136
  */
7137
7137
 
7138
7138
  }, {
@@ -7262,7 +7262,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
7262
7262
  * @operationId VectorTileServiceController_GetVectorTile
7263
7263
  * @summary Get vector tile from visible project layers or single layer.
7264
7264
  * @request GET:/vt/{name}/{z}/{x}/{y}.pbf
7265
- * @response `200` Success
7265
+ * @response `200` OK
7266
7266
  */
7267
7267
  function getVectorTile(_ref) {
7268
7268
  let {