@evergis/api 3.0.183 → 3.0.185

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/__generated__/AccountPreviewService.d.ts +3 -3
  2. package/dist/__generated__/AccountService.d.ts +35 -35
  3. package/dist/__generated__/BulkOperationsService.d.ts +1 -1
  4. package/dist/__generated__/CamerasService.d.ts +8 -8
  5. package/dist/__generated__/CatalogService.d.ts +10 -10
  6. package/dist/__generated__/ClientSettingsService.d.ts +4 -4
  7. package/dist/__generated__/EqlTestService.d.ts +7 -7
  8. package/dist/__generated__/ExternalProvidersService.d.ts +11 -11
  9. package/dist/__generated__/FeedbackService.d.ts +3 -3
  10. package/dist/__generated__/FiltersService.d.ts +3 -3
  11. package/dist/__generated__/GeneralService.d.ts +2 -2
  12. package/dist/__generated__/GeocodeService.d.ts +3 -3
  13. package/dist/__generated__/IceRouterService.d.ts +2 -2
  14. package/dist/__generated__/ImportService.d.ts +12 -12
  15. package/dist/__generated__/LayersService.d.ts +65 -54
  16. package/dist/__generated__/NamespaceService.d.ts +4 -4
  17. package/dist/__generated__/NavigationService.d.ts +1 -1
  18. package/dist/__generated__/NotificationService.d.ts +5 -5
  19. package/dist/__generated__/PrintService.d.ts +6 -6
  20. package/dist/__generated__/ProjectsService.d.ts +23 -23
  21. package/dist/__generated__/QueryTokenAccessService.d.ts +4 -4
  22. package/dist/__generated__/ResourceCatalogService.d.ts +2 -2
  23. package/dist/__generated__/S3Service.d.ts +7 -7
  24. package/dist/__generated__/SchedulerService.d.ts +20 -20
  25. package/dist/__generated__/SecurityService.d.ts +6 -6
  26. package/dist/__generated__/SpatialReferencesService.d.ts +3 -3
  27. package/dist/__generated__/StaticContentService.d.ts +4 -4
  28. package/dist/__generated__/StatisticService.d.ts +8 -8
  29. package/dist/__generated__/StyleService.d.ts +6 -6
  30. package/dist/__generated__/SymbolStorageService.d.ts +18 -18
  31. package/dist/__generated__/TablesService.d.ts +29 -29
  32. package/dist/__generated__/TagsService.d.ts +4 -4
  33. package/dist/__generated__/UniversalSearchService.d.ts +2 -2
  34. package/dist/__generated__/VectorTileService.d.ts +1 -1
  35. package/dist/__generated__/WfsServerService.d.ts +3 -3
  36. package/dist/__generated__/WmsServerService.d.ts +5 -5
  37. package/dist/__generated__/WmtsService.d.ts +1 -1
  38. package/dist/__generated__/data-contracts.d.ts +291 -260
  39. package/dist/api.cjs.development.js +279 -263
  40. package/dist/api.cjs.development.js.map +1 -1
  41. package/dist/api.cjs.production.min.js +1 -1
  42. package/dist/api.cjs.production.min.js.map +1 -1
  43. package/dist/api.esm.js +279 -263
  44. package/dist/api.esm.js.map +1 -1
  45. package/dist/services/Statistic.d.ts +2 -2
  46. package/package.json +2 -2
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
  }, {
@@ -4113,6 +4113,22 @@ let LayersService = /*#__PURE__*/function (_Service) {
4113
4113
  value: function applyStyle(name, data) {
4114
4114
  return this.http.put("/layers/" + name + "/style", data).then(() => {});
4115
4115
  }
4116
+ /**
4117
+ * No description
4118
+ *
4119
+ * @tags Layers
4120
+ * @name GetStyle
4121
+ * @operationId LayersController_GetStyle
4122
+ * @summary Get style of the given layer.
4123
+ * @request GET:/layers/{name}/style
4124
+ * @response `200` OK
4125
+ */
4126
+
4127
+ }, {
4128
+ key: "getStyle",
4129
+ value: function getStyle(name) {
4130
+ return this.http.get("/layers/" + name + "/style").json();
4131
+ }
4116
4132
  /**
4117
4133
  * No description
4118
4134
  *
@@ -4121,7 +4137,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4121
4137
  * @operationId LayersController_GetImageLayout
4122
4138
  * @summary Get date layout.
4123
4139
  * @request GET:/layers/{name}/style/sprite.png
4124
- * @response `200` Success
4140
+ * @response `200` OK
4125
4141
  */
4126
4142
 
4127
4143
  }, {
@@ -4137,7 +4153,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4137
4153
  * @operationId LayersController_GetDataLayout
4138
4154
  * @summary Get image layout.
4139
4155
  * @request GET:/layers/{name}/style/sprite.json
4140
- * @response `200` Success
4156
+ * @response `200` OK
4141
4157
  */
4142
4158
 
4143
4159
  }, {
@@ -4153,7 +4169,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4153
4169
  * @operationId LayersController_GetPreview
4154
4170
  * @summary Gets preview of resource.
4155
4171
  * @request GET:/layers/{name}/preview
4156
- * @response `200` Success
4172
+ * @response `200` OK
4157
4173
  */
4158
4174
 
4159
4175
  }, {
@@ -4169,7 +4185,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4169
4185
  * @operationId LayersController_SetPreview
4170
4186
  * @summary Sets preview to the resource.
4171
4187
  * @request POST:/layers/{name}/preview
4172
- * @response `200` Success
4188
+ * @response `200` OK
4173
4189
  */
4174
4190
 
4175
4191
  }, {
@@ -4185,7 +4201,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4185
4201
  * @operationId LayersController_DeletePreview
4186
4202
  * @summary Delete resource preview.
4187
4203
  * @request DELETE:/layers/{name}/preview
4188
- * @response `200` Success
4204
+ * @response `200` OK
4189
4205
  */
4190
4206
 
4191
4207
  }, {
@@ -4201,7 +4217,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4201
4217
  * @operationId LayersController_IsExistsAsync
4202
4218
  * @summary Check is resource exists.
4203
4219
  * @request GET:/layers/{name}/exists
4204
- * @response `200` Success
4220
+ * @response `200` OK
4205
4221
  */
4206
4222
 
4207
4223
  }, {
@@ -4217,7 +4233,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4217
4233
  * @operationId LayersController_GetResourceDependencies
4218
4234
  * @summary Get resource dependencies.
4219
4235
  * @request GET:/layers/{name}/dependencies
4220
- * @response `200` Success
4236
+ * @response `200` OK
4221
4237
  */
4222
4238
 
4223
4239
  }, {
@@ -4233,7 +4249,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4233
4249
  * @operationId LayersController_GetResourceReferences
4234
4250
  * @summary Returns the resource dependency information.
4235
4251
  * @request GET:/layers/{name}/references
4236
- * @response `200` Success
4252
+ * @response `200` OK
4237
4253
  */
4238
4254
 
4239
4255
  }, {
@@ -4249,7 +4265,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4249
4265
  * @operationId LayersController_GetPermissions
4250
4266
  * @summary Returns resource permissions.
4251
4267
  * @request GET:/layers/{name}/permissions
4252
- * @response `200` Success
4268
+ * @response `200` OK
4253
4269
  */
4254
4270
 
4255
4271
  }, {
@@ -4265,7 +4281,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4265
4281
  * @operationId LayersController_AddPermissions
4266
4282
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
4267
4283
  * @request POST:/layers/{name}/permissions
4268
- * @response `200` Success
4284
+ * @response `200` OK
4269
4285
  */
4270
4286
 
4271
4287
  }, {
@@ -4281,7 +4297,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4281
4297
  * @operationId LayersController_SetPermissions
4282
4298
  * @summary Replaces existing access control list for the layer with the given one.
4283
4299
  * @request PUT:/layers/{name}/permissions
4284
- * @response `200` Success
4300
+ * @response `200` OK
4285
4301
  */
4286
4302
 
4287
4303
  }, {
@@ -4297,7 +4313,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4297
4313
  * @operationId LayersController_RemovePermissions
4298
4314
  * @summary Removes permissions for the layer for the given role.
4299
4315
  * @request DELETE:/layers/{name}/permissions/{role}
4300
- * @response `200` Success
4316
+ * @response `200` OK
4301
4317
  */
4302
4318
 
4303
4319
  }, {
@@ -4660,7 +4676,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4660
4676
  * @operationId NamespaceController_GetNamespacesAsync
4661
4677
  * @summary Returns the list of existing namespaces, that correspond to the given conditions.
4662
4678
  * @request GET:/namespaces
4663
- * @response `200` Success
4679
+ * @response `200` OK
4664
4680
  */
4665
4681
  function getNamespaces(query) {
4666
4682
  return this.http.get("/namespaces", query).json();
@@ -4673,7 +4689,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4673
4689
  * @operationId NamespaceController_CreateNamespace
4674
4690
  * @summary Creates a new namespace.
4675
4691
  * @request POST:/namespaces
4676
- * @response `200` Success
4692
+ * @response `200` OK
4677
4693
  */
4678
4694
 
4679
4695
  }, {
@@ -4689,7 +4705,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4689
4705
  * @operationId NamespaceController_GetNamespaceAsync
4690
4706
  * @summary Get namespace information.
4691
4707
  * @request GET:/namespaces/{namespace}
4692
- * @response `200` Success
4708
+ * @response `200` OK
4693
4709
  */
4694
4710
 
4695
4711
  }, {
@@ -4705,7 +4721,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4705
4721
  * @operationId NamespaceController_RemoveNamespaceAsync
4706
4722
  * @summary Remove namespace.
4707
4723
  * @request DELETE:/namespaces/{namespace}
4708
- * @response `200` Success
4724
+ * @response `200` OK
4709
4725
  */
4710
4726
 
4711
4727
  }, {
@@ -4760,7 +4776,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4760
4776
  * @operationId NotificationServiceController_GetSubscriptionList
4761
4777
  * @summary Returns a list of notification tags that the current session is subscribed to.
4762
4778
  * @request GET:/notifications/subscribes
4763
- * @response `200` Success
4779
+ * @response `200` OK
4764
4780
  */
4765
4781
  function getSubscriptionList() {
4766
4782
  return this.http.get("/notifications/subscribes").json();
@@ -4773,7 +4789,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4773
4789
  * @operationId NotificationServiceController_SubscribeOperation
4774
4790
  * @summary Subscribe current session by subscribe tag. A subscribed session will receive all notifications added for the specified tag.
4775
4791
  * @request POST:/notifications/subscribes
4776
- * @response `200` Success
4792
+ * @response `200` OK
4777
4793
  */
4778
4794
 
4779
4795
  }, {
@@ -4789,7 +4805,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4789
4805
  * @operationId NotificationServiceController_UnsubscribeOperation
4790
4806
  * @summary Unsubscribe from receiving notifications that come for the specified tag.
4791
4807
  * @request DELETE:/notifications/subscribes
4792
- * @response `200` Success
4808
+ * @response `200` OK
4793
4809
  */
4794
4810
 
4795
4811
  }, {
@@ -4805,7 +4821,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4805
4821
  * @operationId NotificationServiceController_SubscribeListOperation
4806
4822
  * @summary Subscribe current session by subscribe tags. A subscribed session will receive all notifications added for the specified tags.
4807
4823
  * @request POST:/notifications/subscribe-list
4808
- * @response `200` Success
4824
+ * @response `200` OK
4809
4825
  */
4810
4826
 
4811
4827
  }, {
@@ -4821,7 +4837,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4821
4837
  * @operationId NotificationServiceController_UnsubscribeListOperation
4822
4838
  * @summary Unsubscribe from receiving notifications that come for the specified tags.
4823
4839
  * @request POST:/notifications/unsubscribe-list
4824
- * @response `200` Success
4840
+ * @response `200` OK
4825
4841
  */
4826
4842
 
4827
4843
  }, {
@@ -5068,7 +5084,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5068
5084
  * @operationId PrintController_Print
5069
5085
  * @summary Print map with template.
5070
5086
  * @request POST:/print/print
5071
- * @response `200` Success
5087
+ * @response `200` OK
5072
5088
  */
5073
5089
  function print(data) {
5074
5090
  return this.http.post("/print/print", data).blob();
@@ -5081,7 +5097,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5081
5097
  * @operationId PrintController_PrintToHtml
5082
5098
  * @summary Print map with template to html string.
5083
5099
  * @request POST:/print/printHtml
5084
- * @response `200` Success
5100
+ * @response `200` OK
5085
5101
  */
5086
5102
 
5087
5103
  }, {
@@ -5097,7 +5113,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5097
5113
  * @operationId PrintController_UploadTemplate
5098
5114
  * @summary Upload template on server.
5099
5115
  * @request POST:/print/templates
5100
- * @response `200` Success
5116
+ * @response `200` OK
5101
5117
  */
5102
5118
 
5103
5119
  }, {
@@ -5113,7 +5129,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5113
5129
  * @operationId PrintController_GetTemplates
5114
5130
  * @summary Get all templates from server.
5115
5131
  * @request GET:/print/templates
5116
- * @response `200` Success
5132
+ * @response `200` OK
5117
5133
  */
5118
5134
 
5119
5135
  }, {
@@ -5129,7 +5145,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5129
5145
  * @operationId PrintController_DeleteTemplate
5130
5146
  * @summary Delete template from server.
5131
5147
  * @request DELETE:/print/templates/{name}
5132
- * @response `200` Success
5148
+ * @response `200` OK
5133
5149
  */
5134
5150
 
5135
5151
  }, {
@@ -5145,7 +5161,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5145
5161
  * @operationId PrintController_GetTemplate
5146
5162
  * @summary Get template from server.
5147
5163
  * @request GET:/print/templates/{name}
5148
- * @response `200` Success
5164
+ * @response `200` OK
5149
5165
  */
5150
5166
 
5151
5167
  }, {
@@ -5200,7 +5216,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5200
5216
  * @operationId ProjectsController_GetProjectsList
5201
5217
  * @summary Returns the list of projects.
5202
5218
  * @request GET:/projects
5203
- * @response `200` Success
5219
+ * @response `200` OK
5204
5220
  */
5205
5221
  function getProjectsList(query) {
5206
5222
  return this.http.get("/projects", query).json();
@@ -5213,7 +5229,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5213
5229
  * @operationId ProjectsController_CreateProject
5214
5230
  * @summary Creates a new project.
5215
5231
  * @request POST:/projects
5216
- * @response `200` Success
5232
+ * @response `200` OK
5217
5233
  */
5218
5234
 
5219
5235
  }, {
@@ -5229,7 +5245,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5229
5245
  * @operationId ProjectsController_SetPermissionsBatch
5230
5246
  * @summary Overrides multiply resources permissions in single batch.
5231
5247
  * @request PUT:/projects
5232
- * @response `200` Success
5248
+ * @response `200` OK
5233
5249
  */
5234
5250
 
5235
5251
  }, {
@@ -5245,7 +5261,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5245
5261
  * @operationId ProjectsController_DeleteResources
5246
5262
  * @summary Bulk delete resources.
5247
5263
  * @request DELETE:/projects
5248
- * @response `200` Success
5264
+ * @response `200` OK
5249
5265
  */
5250
5266
 
5251
5267
  }, {
@@ -5261,7 +5277,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5261
5277
  * @operationId ProjectsController_UpdateProject
5262
5278
  * @summary Update table.
5263
5279
  * @request PATCH:/projects/{name}
5264
- * @response `200` Success
5280
+ * @response `200` OK
5265
5281
  */
5266
5282
 
5267
5283
  }, {
@@ -5277,7 +5293,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5277
5293
  * @operationId ProjectsController_GetProjectInfo
5278
5294
  * @summary Returns the project and it's content information.
5279
5295
  * @request GET:/projects/{name}
5280
- * @response `200` Success
5296
+ * @response `200` OK
5281
5297
  */
5282
5298
 
5283
5299
  }, {
@@ -5293,7 +5309,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5293
5309
  * @operationId ProjectsController_DeleteResource
5294
5310
  * @summary Deletes resource.
5295
5311
  * @request DELETE:/projects/{name}
5296
- * @response `200` Success
5312
+ * @response `200` OK
5297
5313
  */
5298
5314
 
5299
5315
  }, {
@@ -5309,7 +5325,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5309
5325
  * @operationId ProjectsController_GetProjectsInfoAsync
5310
5326
  * @summary Returns the projects information.
5311
5327
  * @request GET:/projects/batchInfo
5312
- * @response `200` Success
5328
+ * @response `200` OK
5313
5329
  */
5314
5330
 
5315
5331
  }, {
@@ -5325,7 +5341,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5325
5341
  * @operationId ProjectsController_GetProjectLayersExtendedInfo
5326
5342
  * @summary Gets extended project info with layers info.
5327
5343
  * @request GET:/projects/{name}/extended-info
5328
- * @response `200` Success
5344
+ * @response `200` OK
5329
5345
  */
5330
5346
 
5331
5347
  }, {
@@ -5341,7 +5357,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5341
5357
  * @operationId ProjectsController_GetTilesLayerImage
5342
5358
  * @summary Render tile.
5343
5359
  * @request GET:/projects/{name}/tile/{z}/{x}/{y}
5344
- * @response `200` Success
5360
+ * @response `200` OK
5345
5361
  */
5346
5362
 
5347
5363
  }, {
@@ -5357,7 +5373,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5357
5373
  * @operationId ProjectsController_GetPreview
5358
5374
  * @summary Gets preview of resource.
5359
5375
  * @request GET:/projects/{name}/preview
5360
- * @response `200` Success
5376
+ * @response `200` OK
5361
5377
  */
5362
5378
 
5363
5379
  }, {
@@ -5373,7 +5389,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5373
5389
  * @operationId ProjectsController_SetPreview
5374
5390
  * @summary Sets preview to the resource.
5375
5391
  * @request POST:/projects/{name}/preview
5376
- * @response `200` Success
5392
+ * @response `200` OK
5377
5393
  */
5378
5394
 
5379
5395
  }, {
@@ -5389,7 +5405,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5389
5405
  * @operationId ProjectsController_DeletePreview
5390
5406
  * @summary Delete resource preview.
5391
5407
  * @request DELETE:/projects/{name}/preview
5392
- * @response `200` Success
5408
+ * @response `200` OK
5393
5409
  */
5394
5410
 
5395
5411
  }, {
@@ -5405,7 +5421,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5405
5421
  * @operationId ProjectsController_IsExistsAsync
5406
5422
  * @summary Check is resource exists.
5407
5423
  * @request GET:/projects/{name}/exists
5408
- * @response `200` Success
5424
+ * @response `200` OK
5409
5425
  */
5410
5426
 
5411
5427
  }, {
@@ -5421,7 +5437,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5421
5437
  * @operationId ProjectsController_GetResourceDependencies
5422
5438
  * @summary Get resource dependencies.
5423
5439
  * @request GET:/projects/{name}/dependencies
5424
- * @response `200` Success
5440
+ * @response `200` OK
5425
5441
  */
5426
5442
 
5427
5443
  }, {
@@ -5437,7 +5453,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5437
5453
  * @operationId ProjectsController_GetResourceReferences
5438
5454
  * @summary Returns the resource dependency information.
5439
5455
  * @request GET:/projects/{name}/references
5440
- * @response `200` Success
5456
+ * @response `200` OK
5441
5457
  */
5442
5458
 
5443
5459
  }, {
@@ -5453,7 +5469,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5453
5469
  * @operationId ProjectsController_GetPermissions
5454
5470
  * @summary Returns resource permissions.
5455
5471
  * @request GET:/projects/{name}/permissions
5456
- * @response `200` Success
5472
+ * @response `200` OK
5457
5473
  */
5458
5474
 
5459
5475
  }, {
@@ -5469,7 +5485,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5469
5485
  * @operationId ProjectsController_AddPermissions
5470
5486
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
5471
5487
  * @request POST:/projects/{name}/permissions
5472
- * @response `200` Success
5488
+ * @response `200` OK
5473
5489
  */
5474
5490
 
5475
5491
  }, {
@@ -5485,7 +5501,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5485
5501
  * @operationId ProjectsController_SetPermissions
5486
5502
  * @summary Replaces existing access control list for the layer with the given one.
5487
5503
  * @request PUT:/projects/{name}/permissions
5488
- * @response `200` Success
5504
+ * @response `200` OK
5489
5505
  */
5490
5506
 
5491
5507
  }, {
@@ -5501,7 +5517,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5501
5517
  * @operationId ProjectsController_RemovePermissions
5502
5518
  * @summary Removes permissions for the layer for the given role.
5503
5519
  * @request DELETE:/projects/{name}/permissions/{role}
5504
- * @response `200` Success
5520
+ * @response `200` OK
5505
5521
  */
5506
5522
 
5507
5523
  }, {
@@ -5604,7 +5620,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5604
5620
  * @operationId ResourceCatalogController_CheckLimits
5605
5621
  * @summary Get limits of workspace.
5606
5622
  * @request GET:/resources/checkLimits
5607
- * @response `200` Success
5623
+ * @response `200` OK
5608
5624
  */
5609
5625
  function checkLimits(query) {
5610
5626
  return this.http.get("/resources/checkLimits", query).json();
@@ -5617,7 +5633,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5617
5633
  * @operationId ResourceCatalogController_CopyResources
5618
5634
  * @summary Copy a set of resources.
5619
5635
  * @request POST:/resources/copy
5620
- * @response `200` Success
5636
+ * @response `200` OK
5621
5637
  */
5622
5638
 
5623
5639
  }, {
@@ -5770,7 +5786,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5770
5786
  * @operationId SchedulerServiceController_GetTaskList
5771
5787
  * @summary Returns the list of the planned and complete server tasks.
5772
5788
  * @request GET:/scheduler/tasks
5773
- * @response `200` Success
5789
+ * @response `200` OK
5774
5790
  */
5775
5791
  function getTaskList(query) {
5776
5792
  return this.http.get("/scheduler/tasks", query).json();
@@ -5783,7 +5799,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5783
5799
  * @operationId SchedulerServiceController_GetTaskInfo
5784
5800
  * @summary Returns the information about the server task.
5785
5801
  * @request GET:/scheduler/tasks/{id}
5786
- * @response `200` Success
5802
+ * @response `200` OK
5787
5803
  */
5788
5804
 
5789
5805
  }, {
@@ -5799,7 +5815,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5799
5815
  * @operationId SchedulerServiceController_GetTaskProgress
5800
5816
  * @summary Returns the progress of server task.
5801
5817
  * @request GET:/scheduler/tasks/{id}/progress
5802
- * @response `200` Success
5818
+ * @response `200` OK
5803
5819
  */
5804
5820
 
5805
5821
  }, {
@@ -5815,7 +5831,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5815
5831
  * @operationId SchedulerServiceController_CancelTask
5816
5832
  * @summary Cancel task execution by given id.
5817
5833
  * @request POST:/scheduler/tasks/{id}/cancel
5818
- * @response `200` Success
5834
+ * @response `200` OK
5819
5835
  */
5820
5836
 
5821
5837
  }, {
@@ -5831,7 +5847,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5831
5847
  * @operationId SchedulerServiceController_StartCopyTask
5832
5848
  * @summary Plans the execution of a 'copy' server task.
5833
5849
  * @request POST:/scheduler/tasks#type=copy
5834
- * @response `200` Success
5850
+ * @response `200` OK
5835
5851
  */
5836
5852
 
5837
5853
  }, {
@@ -5849,7 +5865,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5849
5865
  * @operationId SchedulerServiceController_StartAggregateTask
5850
5866
  * @summary Plans the execution of a 'aggregate' server task.
5851
5867
  * @request POST:/scheduler/tasks#type=aggregate
5852
- * @response `200` Success
5868
+ * @response `200` OK
5853
5869
  */
5854
5870
 
5855
5871
  }, {
@@ -5867,7 +5883,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5867
5883
  * @operationId SchedulerServiceController_StartBufferTask
5868
5884
  * @summary Plans the execution of a 'buffer' server task.
5869
5885
  * @request POST:/scheduler/tasks#type=buffer
5870
- * @response `200` Success
5886
+ * @response `200` OK
5871
5887
  */
5872
5888
 
5873
5889
  }, {
@@ -5885,7 +5901,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5885
5901
  * @operationId SchedulerServiceController_StartPrintTask
5886
5902
  * @summary Plans the execution of a 'print' server task.
5887
5903
  * @request POST:/scheduler/tasks#type=print
5888
- * @response `200` Success
5904
+ * @response `200` OK
5889
5905
  */
5890
5906
 
5891
5907
  }, {
@@ -5903,7 +5919,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5903
5919
  * @operationId SchedulerServiceController_StartTilingTask
5904
5920
  * @summary Plans the execution of a 'tiling' server task.
5905
5921
  * @request POST:/scheduler/tasks#type=tiling
5906
- * @response `200` Success
5922
+ * @response `200` OK
5907
5923
  */
5908
5924
 
5909
5925
  }, {
@@ -5921,7 +5937,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5921
5937
  * @operationId SchedulerServiceController_StartTilingTask_1
5922
5938
  * @summary Plans the execution of a 'rasterVrt' server task.
5923
5939
  * @request POST:/scheduler/tasks#type=rasterVrt
5924
- * @response `200` Success
5940
+ * @response `200` OK
5925
5941
  */
5926
5942
 
5927
5943
  }, {
@@ -5939,7 +5955,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5939
5955
  * @operationId SchedulerServiceController_StartNetCdfTask
5940
5956
  * @summary Plans the execution of a 'netcdf' server task.
5941
5957
  * @request POST:/scheduler/tasks#type=netcdf
5942
- * @response `200` Success
5958
+ * @response `200` OK
5943
5959
  */
5944
5960
 
5945
5961
  }, {
@@ -5957,7 +5973,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5957
5973
  * @operationId SchedulerServiceController_StartRouteTask
5958
5974
  * @summary Plans the execution of a 'availability area build' server task.
5959
5975
  * @request POST:/scheduler/tasks#type=route
5960
- * @response `200` Success
5976
+ * @response `200` OK
5961
5977
  */
5962
5978
 
5963
5979
  }, {
@@ -5975,7 +5991,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5975
5991
  * @operationId SchedulerServiceController_StartUnionTask
5976
5992
  * @summary Plans the execution of a 'union' server task.
5977
5993
  * @request POST:/scheduler/tasks#type=union
5978
- * @response `200` Success
5994
+ * @response `200` OK
5979
5995
  */
5980
5996
 
5981
5997
  }, {
@@ -5993,7 +6009,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5993
6009
  * @operationId SchedulerServiceController_StartOverlayTask
5994
6010
  * @summary Plans the execution of a 'subtraction' server task.
5995
6011
  * @request POST:/scheduler/tasks#type=overlay
5996
- * @response `200` Success
6012
+ * @response `200` OK
5997
6013
  */
5998
6014
 
5999
6015
  }, {
@@ -6011,7 +6027,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6011
6027
  * @operationId SchedulerServiceController_StartFilterCopyTask
6012
6028
  * @summary Plans the execution of a 'filter copy' server task.
6013
6029
  * @request POST:/scheduler/tasks#type=filterCopy
6014
- * @response `200` Success
6030
+ * @response `200` OK
6015
6031
  */
6016
6032
 
6017
6033
  }, {
@@ -6029,7 +6045,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6029
6045
  * @operationId SchedulerServiceController_StartPipelineTask
6030
6046
  * @summary Plans the execution of a 'pipeline' server task.
6031
6047
  * @request POST:/scheduler/tasks#type=pipeline
6032
- * @response `200` Success
6048
+ * @response `200` OK
6033
6049
  */
6034
6050
 
6035
6051
  }, {
@@ -6047,7 +6063,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6047
6063
  * @operationId SchedulerServiceController_StartEditAttributesBatch
6048
6064
  * @summary Plans the execution of a 'edit attributes' server task.
6049
6065
  * @request POST:/scheduler/tasks#type=editAttributes
6050
- * @response `200` Success
6066
+ * @response `200` OK
6051
6067
  */
6052
6068
 
6053
6069
  }, {
@@ -6065,7 +6081,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6065
6081
  * @operationId SchedulerServiceController_UniversalSearchTask
6066
6082
  * @summary Plans the execution of a 'edit attributes' server task.
6067
6083
  * @request POST:/scheduler/tasks#type=universalSearch
6068
- * @response `200` Success
6084
+ * @response `200` OK
6069
6085
  */
6070
6086
 
6071
6087
  }, {
@@ -6257,7 +6273,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6257
6273
  * @operationId SecurityServiceController_FindUserByNameByRoles
6258
6274
  * @summary Get users list with given roles list.
6259
6275
  * @request GET:/security/findUsersWithRoles
6260
- * @response `200` Success
6276
+ * @response `200` OK
6261
6277
  */
6262
6278
  function findUserByNameByRoles(query) {
6263
6279
  return this.http.get("/security/findUsersWithRoles", query).json();
@@ -6270,7 +6286,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6270
6286
  * @operationId SecurityServiceController_GetUsersAndRoles
6271
6287
  * @summary Get users and roles list by filter.
6272
6288
  * @request GET:/security/usersandroles
6273
- * @response `200` Success
6289
+ * @response `200` OK
6274
6290
  */
6275
6291
 
6276
6292
  }, {
@@ -6286,7 +6302,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6286
6302
  * @operationId SecurityServiceController_FindUserByName
6287
6303
  * @summary Returns the list of users found by username.
6288
6304
  * @request GET:/security/users
6289
- * @response `200` Success
6305
+ * @response `200` OK
6290
6306
  */
6291
6307
 
6292
6308
  }, {
@@ -6302,7 +6318,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6302
6318
  * @operationId SecurityServiceController_GetPolicyList
6303
6319
  * @summary Returns the list of server authorization policies of the given type.
6304
6320
  * @request GET:/security/policies
6305
- * @response `200` Success
6321
+ * @response `200` OK
6306
6322
  */
6307
6323
 
6308
6324
  }, {
@@ -6318,7 +6334,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6318
6334
  * @operationId SecurityServiceController_RemovePolicy
6319
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.
6320
6336
  * @request DELETE:/security/policies
6321
- * @response `200` Success
6337
+ * @response `200` OK
6322
6338
  */
6323
6339
 
6324
6340
  }, {
@@ -6334,7 +6350,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6334
6350
  * @operationId SecurityServiceController_SetPolicy
6335
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.
6336
6352
  * @request POST:/security/policies
6337
- * @response `200` Success
6353
+ * @response `200` OK
6338
6354
  */
6339
6355
 
6340
6356
  }, {
@@ -6409,7 +6425,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6409
6425
  * @operationId StatisticController_StatisticsDb
6410
6426
  * @summary Calculates statistics for layer attribute.
6411
6427
  * @request GET:/statistics
6412
- * @response `200` Success
6428
+ * @response `200` OK
6413
6429
  */
6414
6430
  function statisticsDb(query) {
6415
6431
  return this.http.get("/statistics", query).json();
@@ -6422,7 +6438,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6422
6438
  * @operationId StatisticController_StatisticsDb_1
6423
6439
  * @summary Calculates statistics for layer attribute.
6424
6440
  * @request POST:/statistics
6425
- * @response `200` Success
6441
+ * @response `200` OK
6426
6442
  */
6427
6443
 
6428
6444
  }, {
@@ -6438,7 +6454,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6438
6454
  * @operationId StatisticController_Classify
6439
6455
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6440
6456
  * @request GET:/statistics/classify
6441
- * @response `200` Success
6457
+ * @response `200` OK
6442
6458
  */
6443
6459
 
6444
6460
  }, {
@@ -6454,7 +6470,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6454
6470
  * @operationId StatisticController_Classify_1
6455
6471
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6456
6472
  * @request POST:/statistics/classify
6457
- * @response `200` Success
6473
+ * @response `200` OK
6458
6474
  */
6459
6475
 
6460
6476
  }, {
@@ -6470,7 +6486,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6470
6486
  * @operationId StatisticController_SumOfProduct
6471
6487
  * @summary Sum of product.
6472
6488
  * @request GET:/statistics/sumOfProduct
6473
- * @response `200` Success
6489
+ * @response `200` OK
6474
6490
  */
6475
6491
 
6476
6492
  }, {
@@ -6486,7 +6502,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6486
6502
  * @operationId StatisticController_SumOfProduct_1
6487
6503
  * @summary Sum of product.
6488
6504
  * @request POST:/statistics/sumOfProduct
6489
- * @response `200` Success
6505
+ * @response `200` OK
6490
6506
  */
6491
6507
 
6492
6508
  }, {
@@ -6563,7 +6579,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6563
6579
  * @operationId StyleServiceController_GetStyle
6564
6580
  * @summary Returns the style by its id.
6565
6581
  * @request GET:/styles/{id}
6566
- * @response `200` Success
6582
+ * @response `200` OK
6567
6583
  */
6568
6584
  function getStyle(id) {
6569
6585
  return this.http.get("/styles/" + id).json();
@@ -6576,7 +6592,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6576
6592
  * @operationId StyleServiceController_UpdateStyle
6577
6593
  * @summary Replaces a style and gives it a new id.
6578
6594
  * @request POST:/styles/{id}
6579
- * @response `200` Success
6595
+ * @response `200` OK
6580
6596
  */
6581
6597
 
6582
6598
  }, {
@@ -6592,7 +6608,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6592
6608
  * @operationId StyleServiceController_CreateStyle
6593
6609
  * @summary Creates a new style.
6594
6610
  * @request POST:/styles
6595
- * @response `200` Success
6611
+ * @response `200` OK
6596
6612
  */
6597
6613
 
6598
6614
  }, {
@@ -6608,7 +6624,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6608
6624
  * @operationId StyleServiceController_GetAllFonts
6609
6625
  * @summary Gets all installed fonts.
6610
6626
  * @request GET:/styles/fonts
6611
- * @response `200` Success
6627
+ * @response `200` OK
6612
6628
  */
6613
6629
 
6614
6630
  }, {
@@ -6624,7 +6640,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6624
6640
  * @operationId StyleServiceController_AddFont
6625
6641
  * @summary Install new font.
6626
6642
  * @request POST:/styles/fonts
6627
- * @response `200` Success
6643
+ * @response `200` OK
6628
6644
  */
6629
6645
 
6630
6646
  }, {
@@ -6640,7 +6656,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6640
6656
  * @operationId StyleServiceController_RemoveFont
6641
6657
  * @summary Remove installed font.
6642
6658
  * @request DELETE:/styles/fonts
6643
- * @response `200` Success
6659
+ * @response `200` OK
6644
6660
  */
6645
6661
 
6646
6662
  }, {
@@ -6699,7 +6715,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6699
6715
  * @operationId TablesController_GetTableList
6700
6716
  * @summary Returns the list of tables in data service.
6701
6717
  * @request GET:/tables
6702
- * @response `200` Success
6718
+ * @response `200` OK
6703
6719
  */
6704
6720
  function getTableList(query) {
6705
6721
  return this.http.get("/tables", query).json();
@@ -6712,7 +6728,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6712
6728
  * @operationId TablesController_CreateTable
6713
6729
  * @summary Creates a new table.
6714
6730
  * @request POST:/tables
6715
- * @response `200` Success
6731
+ * @response `200` OK
6716
6732
  */
6717
6733
 
6718
6734
  }, {
@@ -6728,7 +6744,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6728
6744
  * @operationId TablesController_SetPermissionsBatch
6729
6745
  * @summary Overrides multiply resources permissions in single batch.
6730
6746
  * @request PUT:/tables
6731
- * @response `200` Success
6747
+ * @response `200` OK
6732
6748
  */
6733
6749
 
6734
6750
  }, {
@@ -6744,7 +6760,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6744
6760
  * @operationId TablesController_DeleteResources
6745
6761
  * @summary Bulk delete resources.
6746
6762
  * @request DELETE:/tables
6747
- * @response `200` Success
6763
+ * @response `200` OK
6748
6764
  */
6749
6765
 
6750
6766
  }, {
@@ -6760,7 +6776,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6760
6776
  * @operationId TablesController_UpdateTable
6761
6777
  * @summary Update exists table.
6762
6778
  * @request PATCH:/tables/{name}
6763
- * @response `200` Success
6779
+ * @response `200` OK
6764
6780
  */
6765
6781
 
6766
6782
  }, {
@@ -6776,7 +6792,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6776
6792
  * @operationId TablesController_PutTable
6777
6793
  * @summary Override exists table.
6778
6794
  * @request PUT:/tables/{name}
6779
- * @response `200` Success
6795
+ * @response `200` OK
6780
6796
  */
6781
6797
 
6782
6798
  }, {
@@ -6792,7 +6808,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6792
6808
  * @operationId TablesController_GetTableInfo
6793
6809
  * @summary Returns the table information and schema.
6794
6810
  * @request GET:/tables/{name}
6795
- * @response `200` Success
6811
+ * @response `200` OK
6796
6812
  */
6797
6813
 
6798
6814
  }, {
@@ -6808,7 +6824,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6808
6824
  * @operationId TablesController_DeleteResource
6809
6825
  * @summary Deletes resource.
6810
6826
  * @request DELETE:/tables/{name}
6811
- * @response `200` Success
6827
+ * @response `200` OK
6812
6828
  */
6813
6829
 
6814
6830
  }, {
@@ -6824,7 +6840,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6824
6840
  * @operationId TablesController_GetTablesInfoAsync
6825
6841
  * @summary Returns the tables information.
6826
6842
  * @request GET:/tables/batchInfo
6827
- * @response `200` Success
6843
+ * @response `200` OK
6828
6844
  */
6829
6845
 
6830
6846
  }, {
@@ -6840,7 +6856,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6840
6856
  * @operationId TablesController_GetTableData
6841
6857
  * @summary Retrieves the data from the table.
6842
6858
  * @request GET:/tables/{name}/data
6843
- * @response `200` Success
6859
+ * @response `200` OK
6844
6860
  */
6845
6861
 
6846
6862
  }, {
@@ -6861,7 +6877,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6861
6877
  * @operationId TablesController_WriteTableData
6862
6878
  * @summary Adds the data to the table.
6863
6879
  * @request POST:/tables/{name}/data
6864
- * @response `200` Success
6880
+ * @response `200` OK
6865
6881
  */
6866
6882
 
6867
6883
  }, {
@@ -6877,7 +6893,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6877
6893
  * @operationId TablesController_UpdateTableData
6878
6894
  * @summary Updates the data in the table.
6879
6895
  * @request PATCH:/tables/{name}/data
6880
- * @response `200` Success
6896
+ * @response `200` OK
6881
6897
  */
6882
6898
 
6883
6899
  }, {
@@ -6898,7 +6914,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6898
6914
  * @operationId TablesController_DeleteTableData
6899
6915
  * @summary Delete data rows from the table.
6900
6916
  * @request DELETE:/tables/{name}/data
6901
- * @response `200` Success
6917
+ * @response `200` OK
6902
6918
  */
6903
6919
 
6904
6920
  }, {
@@ -6919,7 +6935,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6919
6935
  * @operationId TablesController_GetUniqueDataRowsAsync
6920
6936
  * @summary Returns a single data row for each unique value defined by uniqueColumn.
6921
6937
  * @request GET:/tables/{name}/data/unique-values
6922
- * @response `200` Success
6938
+ * @response `200` OK
6923
6939
  */
6924
6940
 
6925
6941
  }, {
@@ -6940,7 +6956,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6940
6956
  * @operationId TablesController_MapTable
6941
6957
  * @summary Map table to exists table.
6942
6958
  * @request POST:/tables/map-table
6943
- * @response `200` Success
6959
+ * @response `200` OK
6944
6960
  */
6945
6961
 
6946
6962
  }, {
@@ -6956,7 +6972,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6956
6972
  * @operationId TablesController_UnmapTableAsync
6957
6973
  * @summary Unmap datasource from table.
6958
6974
  * @request DELETE:/tables/map-table/{name}
6959
- * @response `200` Success
6975
+ * @response `200` OK
6960
6976
  */
6961
6977
 
6962
6978
  }, {
@@ -6972,7 +6988,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6972
6988
  * @operationId TablesController_GetPreview
6973
6989
  * @summary Gets preview of resource.
6974
6990
  * @request GET:/tables/{name}/preview
6975
- * @response `200` Success
6991
+ * @response `200` OK
6976
6992
  */
6977
6993
 
6978
6994
  }, {
@@ -6988,7 +7004,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6988
7004
  * @operationId TablesController_SetPreview
6989
7005
  * @summary Sets preview to the resource.
6990
7006
  * @request POST:/tables/{name}/preview
6991
- * @response `200` Success
7007
+ * @response `200` OK
6992
7008
  */
6993
7009
 
6994
7010
  }, {
@@ -7004,7 +7020,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7004
7020
  * @operationId TablesController_DeletePreview
7005
7021
  * @summary Delete resource preview.
7006
7022
  * @request DELETE:/tables/{name}/preview
7007
- * @response `200` Success
7023
+ * @response `200` OK
7008
7024
  */
7009
7025
 
7010
7026
  }, {
@@ -7020,7 +7036,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7020
7036
  * @operationId TablesController_IsExistsAsync
7021
7037
  * @summary Check is resource exists.
7022
7038
  * @request GET:/tables/{name}/exists
7023
- * @response `200` Success
7039
+ * @response `200` OK
7024
7040
  */
7025
7041
 
7026
7042
  }, {
@@ -7036,7 +7052,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7036
7052
  * @operationId TablesController_GetResourceDependencies
7037
7053
  * @summary Get resource dependencies.
7038
7054
  * @request GET:/tables/{name}/dependencies
7039
- * @response `200` Success
7055
+ * @response `200` OK
7040
7056
  */
7041
7057
 
7042
7058
  }, {
@@ -7052,7 +7068,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7052
7068
  * @operationId TablesController_GetResourceReferences
7053
7069
  * @summary Returns the resource dependency information.
7054
7070
  * @request GET:/tables/{name}/references
7055
- * @response `200` Success
7071
+ * @response `200` OK
7056
7072
  */
7057
7073
 
7058
7074
  }, {
@@ -7068,7 +7084,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7068
7084
  * @operationId TablesController_GetPermissions
7069
7085
  * @summary Returns resource permissions.
7070
7086
  * @request GET:/tables/{name}/permissions
7071
- * @response `200` Success
7087
+ * @response `200` OK
7072
7088
  */
7073
7089
 
7074
7090
  }, {
@@ -7084,7 +7100,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7084
7100
  * @operationId TablesController_AddPermissions
7085
7101
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
7086
7102
  * @request POST:/tables/{name}/permissions
7087
- * @response `200` Success
7103
+ * @response `200` OK
7088
7104
  */
7089
7105
 
7090
7106
  }, {
@@ -7100,7 +7116,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7100
7116
  * @operationId TablesController_SetPermissions
7101
7117
  * @summary Replaces existing access control list for the layer with the given one.
7102
7118
  * @request PUT:/tables/{name}/permissions
7103
- * @response `200` Success
7119
+ * @response `200` OK
7104
7120
  */
7105
7121
 
7106
7122
  }, {
@@ -7116,7 +7132,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7116
7132
  * @operationId TablesController_RemovePermissions
7117
7133
  * @summary Removes permissions for the layer for the given role.
7118
7134
  * @request DELETE:/tables/{name}/permissions/{role}
7119
- * @response `200` Success
7135
+ * @response `200` OK
7120
7136
  */
7121
7137
 
7122
7138
  }, {
@@ -7246,7 +7262,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
7246
7262
  * @operationId VectorTileServiceController_GetVectorTile
7247
7263
  * @summary Get vector tile from visible project layers or single layer.
7248
7264
  * @request GET:/vt/{name}/{z}/{x}/{y}.pbf
7249
- * @response `200` Success
7265
+ * @response `200` OK
7250
7266
  */
7251
7267
  function getVectorTile(_ref) {
7252
7268
  let {