@evergis/api 3.0.184 → 3.0.186

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 (50) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +21 -21
  3. package/dist/__generated__/AccountPreviewService.d.ts +3 -3
  4. package/dist/__generated__/AccountService.d.ts +35 -35
  5. package/dist/__generated__/BulkOperationsService.d.ts +1 -1
  6. package/dist/__generated__/CamerasService.d.ts +8 -8
  7. package/dist/__generated__/CatalogService.d.ts +10 -10
  8. package/dist/__generated__/ClientSettingsService.d.ts +4 -4
  9. package/dist/__generated__/EqlTestService.d.ts +7 -7
  10. package/dist/__generated__/ExternalProvidersService.d.ts +11 -11
  11. package/dist/__generated__/FeedbackService.d.ts +3 -3
  12. package/dist/__generated__/FiltersService.d.ts +3 -3
  13. package/dist/__generated__/GeneralService.d.ts +2 -2
  14. package/dist/__generated__/GeocodeService.d.ts +3 -3
  15. package/dist/__generated__/IceRouterService.d.ts +2 -2
  16. package/dist/__generated__/ImportService.d.ts +12 -12
  17. package/dist/__generated__/LayersService.d.ts +55 -55
  18. package/dist/__generated__/NamespaceService.d.ts +4 -4
  19. package/dist/__generated__/NavigationService.d.ts +1 -1
  20. package/dist/__generated__/NotificationService.d.ts +5 -5
  21. package/dist/__generated__/PrintService.d.ts +6 -6
  22. package/dist/__generated__/ProjectsService.d.ts +23 -23
  23. package/dist/__generated__/QueryTokenAccessService.d.ts +4 -4
  24. package/dist/__generated__/ResourceCatalogService.d.ts +2 -2
  25. package/dist/__generated__/S3Service.d.ts +7 -7
  26. package/dist/__generated__/SchedulerService.d.ts +20 -20
  27. package/dist/__generated__/SecurityService.d.ts +6 -6
  28. package/dist/__generated__/SpatialReferencesService.d.ts +3 -3
  29. package/dist/__generated__/StaticContentService.d.ts +4 -4
  30. package/dist/__generated__/StatisticService.d.ts +8 -8
  31. package/dist/__generated__/StyleService.d.ts +6 -6
  32. package/dist/__generated__/SymbolStorageService.d.ts +18 -18
  33. package/dist/__generated__/TablesService.d.ts +29 -29
  34. package/dist/__generated__/TagsService.d.ts +4 -4
  35. package/dist/__generated__/UniversalSearchService.d.ts +2 -2
  36. package/dist/__generated__/VectorTileService.d.ts +1 -1
  37. package/dist/__generated__/WfsServerService.d.ts +3 -3
  38. package/dist/__generated__/WmsServerService.d.ts +5 -5
  39. package/dist/__generated__/WmtsService.d.ts +1 -1
  40. package/dist/__generated__/data-contracts.d.ts +459 -452
  41. package/dist/api.cjs.development.js +280 -272
  42. package/dist/api.cjs.development.js.map +1 -1
  43. package/dist/api.cjs.production.min.js +1 -1
  44. package/dist/api.cjs.production.min.js.map +1 -1
  45. package/dist/api.esm.js +468 -460
  46. package/dist/api.esm.js.map +1 -1
  47. package/dist/services/Projects.d.ts +1 -1
  48. package/dist/services/Statistic.d.ts +2 -2
  49. package/dist/services/Tables.d.ts +1 -1
  50. package/package.json +2 -2
@@ -36,6 +36,9 @@ function _defineProperties(target, props) {
36
36
  function _createClass(Constructor, protoProps, staticProps) {
37
37
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
38
38
  if (staticProps) _defineProperties(Constructor, staticProps);
39
+ Object.defineProperty(Constructor, "prototype", {
40
+ writable: false
41
+ });
39
42
  return Constructor;
40
43
  }
41
44
 
@@ -69,6 +72,9 @@ function _inherits(subClass, superClass) {
69
72
  configurable: true
70
73
  }
71
74
  });
75
+ Object.defineProperty(subClass, "prototype", {
76
+ writable: false
77
+ });
72
78
  if (superClass) _setPrototypeOf(subClass, superClass);
73
79
  }
74
80
 
@@ -127,6 +133,8 @@ function _assertThisInitialized(self) {
127
133
  function _possibleConstructorReturn(self, call) {
128
134
  if (call && (typeof call === "object" || typeof call === "function")) {
129
135
  return call;
136
+ } else if (call !== void 0) {
137
+ throw new TypeError("Derived constructors may only return object or undefined");
130
138
  }
131
139
 
132
140
  return _assertThisInitialized(self);
@@ -160,7 +168,7 @@ function _superPropBase(object, property) {
160
168
  return object;
161
169
  }
162
170
 
163
- function _get(target, property, receiver) {
171
+ function _get() {
164
172
  if (typeof Reflect !== "undefined" && Reflect.get) {
165
173
  _get = Reflect.get;
166
174
  } else {
@@ -171,14 +179,14 @@ function _get(target, property, receiver) {
171
179
  var desc = Object.getOwnPropertyDescriptor(base, property);
172
180
 
173
181
  if (desc.get) {
174
- return desc.get.call(receiver);
182
+ return desc.get.call(arguments.length < 3 ? target : receiver);
175
183
  }
176
184
 
177
185
  return desc.value;
178
186
  };
179
187
  }
180
188
 
181
- return _get(target, property, receiver || target);
189
+ return _get.apply(this, arguments);
182
190
  }
183
191
 
184
192
  let HttpClient = /*#__PURE__*/function () {
@@ -339,7 +347,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
339
347
  * @operationId QueryTokenAccessController_CreateTokenAsync
340
348
  * @summary Create new query access token.
341
349
  * @request PUT:/accessToken/{username}
342
- * @response `200` Success
350
+ * @response `200` OK
343
351
  */
344
352
  function createToken(username) {
345
353
  return this.http.put("/accessToken/" + username, null).text();
@@ -352,7 +360,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
352
360
  * @operationId QueryTokenAccessController_DisableToken
353
361
  * @summary Disable token.
354
362
  * @request POST:/accessToken/{token}/disable
355
- * @response `200` Success
363
+ * @response `200` OK
356
364
  */
357
365
 
358
366
  }, {
@@ -368,7 +376,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
368
376
  * @operationId QueryTokenAccessController_EnableToken
369
377
  * @summary Enable token.
370
378
  * @request POST:/accessToken/{token}/enable
371
- * @response `200` Success
379
+ * @response `200` OK
372
380
  */
373
381
 
374
382
  }, {
@@ -384,7 +392,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
384
392
  * @operationId QueryTokenAccessController_RevokeToken
385
393
  * @summary Revoke token.
386
394
  * @request DELETE:/accessToken/{token}
387
- * @response `200` Success
395
+ * @response `200` OK
388
396
  */
389
397
 
390
398
  }, {
@@ -425,7 +433,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
425
433
  * @operationId SpatialReferencesController_GetAvailiableCsAsync
426
434
  * @summary Returns list of available spatial references.
427
435
  * @request GET:/srs/list
428
- * @response `200` Success
436
+ * @response `200` OK
429
437
  */
430
438
  function getAvailiableCs() {
431
439
  return this.http.get("/srs/list").json();
@@ -438,7 +446,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
438
446
  * @operationId SpatialReferencesController_GetProj4RepresentationAsync
439
447
  * @summary Returns a WKT representation of spatial reference.
440
448
  * @request GET:/srs/{name}/proj4
441
- * @response `200` Success
449
+ * @response `200` OK
442
450
  */
443
451
 
444
452
  }, {
@@ -454,7 +462,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
454
462
  * @operationId SpatialReferencesController_GetWktRepresentationAsync
455
463
  * @summary Returns a WKT representation of spatial reference.
456
464
  * @request GET:/srs/{name}/wkt
457
- * @response `200` Success
465
+ * @response `200` OK
458
466
  */
459
467
 
460
468
  }, {
@@ -496,7 +504,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
496
504
  * @operationId UniversalSearchController_GetSearchResult
497
505
  * @summary Returns search result.
498
506
  * @request GET:/search/{taskId}/{layerName}
499
- * @response `200` Success
507
+ * @response `200` OK
500
508
  */
501
509
  function getSearchResult(_ref) {
502
510
  let {
@@ -515,7 +523,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
515
523
  * @operationId UniversalSearchController_GetSearchResult_1
516
524
  * @summary Returns search result.
517
525
  * @request GET:/search/{taskId}
518
- * @response `200` Success
526
+ * @response `200` OK
519
527
  */
520
528
 
521
529
  }, {
@@ -556,7 +564,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
556
564
  * @operationId CatalogController_GetAll
557
565
  * @summary Get all resource with given.
558
566
  * @request GET:/resources
559
- * @response `200` Success
567
+ * @response `200` OK
560
568
  */
561
569
  function getAll(query) {
562
570
  return this.http.get("/resources", query).json();
@@ -569,7 +577,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
569
577
  * @operationId CatalogController_SearchResources
570
578
  * @summary Search resources.
571
579
  * @request POST:/resources/search
572
- * @response `200` Success
580
+ * @response `200` OK
573
581
  */
574
582
 
575
583
  }, {
@@ -585,7 +593,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
585
593
  * @operationId CatalogController_GetResource
586
594
  * @summary Get resource with given id.
587
595
  * @request GET:/resources/{resourceId}
588
- * @response `200` Success
596
+ * @response `200` OK
589
597
  */
590
598
 
591
599
  }, {
@@ -601,7 +609,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
601
609
  * @operationId CatalogController_DeleteResource
602
610
  * @summary Delete resource.
603
611
  * @request DELETE:/resources/{resourceId}
604
- * @response `200` Success
612
+ * @response `200` OK
605
613
  */
606
614
 
607
615
  }, {
@@ -617,7 +625,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
617
625
  * @operationId CatalogController_MoveResource
618
626
  * @summary Rename resource with given id.
619
627
  * @request POST:/resources/{resourceId}/move
620
- * @response `200` Success
628
+ * @response `200` OK
621
629
  */
622
630
 
623
631
  }, {
@@ -633,7 +641,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
633
641
  * @operationId CatalogController_CreateDirectory
634
642
  * @summary Create directory.
635
643
  * @request POST:/resources/directory
636
- * @response `200` Success
644
+ * @response `200` OK
637
645
  */
638
646
 
639
647
  }, {
@@ -649,7 +657,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
649
657
  * @operationId CatalogController_CreateFile
650
658
  * @summary Create new file.
651
659
  * @request POST:/resources/file
652
- * @response `200` Success
660
+ * @response `200` OK
653
661
  */
654
662
 
655
663
  }, {
@@ -665,7 +673,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
665
673
  * @operationId CatalogController_GetPermissions
666
674
  * @summary Set permissions to the resource.
667
675
  * @request GET:/resources/{resourceId}/permissions
668
- * @response `200` Success
676
+ * @response `200` OK
669
677
  */
670
678
 
671
679
  }, {
@@ -681,7 +689,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
681
689
  * @operationId CatalogController_SetPermissions
682
690
  * @summary Set permissions to the resource.
683
691
  * @request PUT:/resources/{resourceId}/permissions
684
- * @response `200` Success
692
+ * @response `200` OK
685
693
  */
686
694
 
687
695
  }, {
@@ -697,7 +705,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
697
705
  * @operationId CatalogController_DownloadFile
698
706
  * @summary Download file.
699
707
  * @request GET:/resources/{resourceId}/download
700
- * @response `200` Success
708
+ * @response `200` OK
701
709
  */
702
710
 
703
711
  }, {
@@ -744,7 +752,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
744
752
  * @operationId AccountController_GetUsers
745
753
  * @summary Returns the list of users that correspond to the given conditions.
746
754
  * @request GET:/account/user/list
747
- * @response `200` Success
755
+ * @response `200` OK
748
756
  */
749
757
  function getUsers(query) {
750
758
  return this.http.get("/account/user/list", query).json();
@@ -757,7 +765,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
757
765
  * @operationId AccountController_GetExtendedUsers
758
766
  * @summary Returns the list of extended users informations that correspond to the given conditions.
759
767
  * @request GET:/account/user/extendedlist
760
- * @response `200` Success
768
+ * @response `200` OK
761
769
  */
762
770
 
763
771
  }, {
@@ -773,7 +781,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
773
781
  * @operationId AccountController_GetUserInfo
774
782
  * @summary Get user basic information.
775
783
  * @request GET:/account/{username}
776
- * @response `200` Success
784
+ * @response `200` OK
777
785
  */
778
786
 
779
787
  }, {
@@ -789,7 +797,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
789
797
  * @operationId AccountController_GetExtendedUserInfo
790
798
  * @summary Get user extended information.
791
799
  * @request GET:/account/extended/{username}
792
- * @response `200` Success
800
+ * @response `200` OK
793
801
  */
794
802
 
795
803
  }, {
@@ -805,7 +813,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
805
813
  * @operationId AccountController_IsUsernameExists
806
814
  * @summary Checks if the user with the given name is registered in the system.
807
815
  * @request GET:/account/user/exists
808
- * @response `200` Success
816
+ * @response `200` OK
809
817
  */
810
818
 
811
819
  }, {
@@ -821,7 +829,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
821
829
  * @operationId AccountController_IsEmailExists
822
830
  * @summary Checks if the user with the given email is registered in the system.
823
831
  * @request GET:/account/user/email/exists
824
- * @response `200` Success
832
+ * @response `200` OK
825
833
  */
826
834
 
827
835
  }, {
@@ -837,7 +845,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
837
845
  * @operationId AccountController_RegisterUser
838
846
  * @summary Register new user.
839
847
  * @request POST:/account/register
840
- * @response `200` Success
848
+ * @response `200` OK
841
849
  */
842
850
 
843
851
  }, {
@@ -853,7 +861,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
853
861
  * @operationId AccountController_CreateUser
854
862
  * @summary Create new user.
855
863
  * @request POST:/account/user
856
- * @response `200` Success
864
+ * @response `200` OK
857
865
  */
858
866
 
859
867
  }, {
@@ -869,7 +877,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
869
877
  * @operationId AccountController_UpdateUser
870
878
  * @summary Update exist user.
871
879
  * @request PATCH:/account/user
872
- * @response `200` Success
880
+ * @response `200` OK
873
881
  */
874
882
 
875
883
  }, {
@@ -885,7 +893,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
885
893
  * @operationId AccountController_ConfirmEmail
886
894
  * @summary Confirm user email.
887
895
  * @request POST:/account/user/{username}/email/confirm
888
- * @response `200` Success
896
+ * @response `200` OK
889
897
  */
890
898
 
891
899
  }, {
@@ -901,7 +909,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
901
909
  * @operationId AccountController_VerifyEmail
902
910
  * @summary Send email with verification code.
903
911
  * @request POST:/account/user/{username}/email/verify
904
- * @response `200` Success
912
+ * @response `200` OK
905
913
  */
906
914
 
907
915
  }, {
@@ -917,7 +925,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
917
925
  * @operationId AccountController_SetEmail
918
926
  * @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through link.
919
927
  * @request POST:/account/setEmail
920
- * @response `200` Success
928
+ * @response `200` OK
921
929
  */
922
930
 
923
931
  }, {
@@ -933,7 +941,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
933
941
  * @operationId AccountController_ConfirmEmail_1
934
942
  * @summary Confirm user email by code.
935
943
  * @request POST:/account/user/email/confirm
936
- * @response `200` Success
944
+ * @response `200` OK
937
945
  */
938
946
 
939
947
  }, {
@@ -949,7 +957,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
949
957
  * @operationId AccountController_ChangeEmail
950
958
  * @summary Send email message with confirmation code to new email address.
951
959
  * @request POST:/account/user/email/change
952
- * @response `200` Success
960
+ * @response `200` OK
953
961
  */
954
962
 
955
963
  }, {
@@ -965,7 +973,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
965
973
  * @operationId AccountController_ConfirmChangeEmail
966
974
  * @summary Check confirmation code and change email address.
967
975
  * @request POST:/account/user/email/change/confirm
968
- * @response `200` Success
976
+ * @response `200` OK
969
977
  */
970
978
 
971
979
  }, {
@@ -981,7 +989,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
981
989
  * @operationId AccountController_SetUserPassword
982
990
  * @summary Set user password.
983
991
  * @request PATCH:/account/password/set
984
- * @response `200` Success
992
+ * @response `200` OK
985
993
  */
986
994
 
987
995
  }, {
@@ -997,7 +1005,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
997
1005
  * @operationId AccountController_ChangePassword
998
1006
  * @summary Change current user password.
999
1007
  * @request PATCH:/account/password/change
1000
- * @response `200` Success
1008
+ * @response `200` OK
1001
1009
  */
1002
1010
 
1003
1011
  }, {
@@ -1013,7 +1021,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1013
1021
  * @operationId AccountController_ResetPassword
1014
1022
  * @summary Send reset password message.
1015
1023
  * @request POST:/account/password/reset
1016
- * @response `200` Success
1024
+ * @response `200` OK
1017
1025
  */
1018
1026
 
1019
1027
  }, {
@@ -1029,7 +1037,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1029
1037
  * @operationId AccountController_ResetPasswordCallback
1030
1038
  * @summary Reset password.
1031
1039
  * @request POST:/account/password/reset/confirm
1032
- * @response `200` Success
1040
+ * @response `200` OK
1033
1041
  */
1034
1042
 
1035
1043
  }, {
@@ -1045,7 +1053,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1045
1053
  * @operationId AccountController_RemoveUser
1046
1054
  * @summary Remove user.
1047
1055
  * @request DELETE:/account/user/{username}
1048
- * @response `200` Success
1056
+ * @response `200` OK
1049
1057
  */
1050
1058
 
1051
1059
  }, {
@@ -1061,7 +1069,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1061
1069
  * @operationId AccountController_ActivateUser
1062
1070
  * @summary Activate user.
1063
1071
  * @request POST:/account/user/{username}/activate
1064
- * @response `200` Success
1072
+ * @response `200` OK
1065
1073
  */
1066
1074
 
1067
1075
  }, {
@@ -1077,7 +1085,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1077
1085
  * @operationId AccountController_DeactivateUser
1078
1086
  * @summary Deactivate user.
1079
1087
  * @request POST:/account/user/{username}/deactivate
1080
- * @response `200` Success
1088
+ * @response `200` OK
1081
1089
  */
1082
1090
 
1083
1091
  }, {
@@ -1093,7 +1101,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1093
1101
  * @operationId AccountController_Authenticate
1094
1102
  * @summary Login.
1095
1103
  * @request POST:/account/login
1096
- * @response `200` Success
1104
+ * @response `200` OK
1097
1105
  */
1098
1106
 
1099
1107
  }, {
@@ -1109,7 +1117,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1109
1117
  * @operationId AccountController_RefreshToken
1110
1118
  * @summary Refresh JWT token.
1111
1119
  * @request POST:/account/refresh-token
1112
- * @response `200` Success
1120
+ * @response `200` OK
1113
1121
  */
1114
1122
 
1115
1123
  }, {
@@ -1125,7 +1133,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1125
1133
  * @operationId AccountController_RevokeToken
1126
1134
  * @summary Revoke refresh token.
1127
1135
  * @request DELETE:/account/revoke-token
1128
- * @response `200` Success
1136
+ * @response `200` OK
1129
1137
  */
1130
1138
 
1131
1139
  }, {
@@ -1141,7 +1149,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1141
1149
  * @operationId AccountController_LdapLogin
1142
1150
  * @summary The external login callback.
1143
1151
  * @request POST:/account/external/login/ldap
1144
- * @response `200` Success
1152
+ * @response `200` OK
1145
1153
  */
1146
1154
 
1147
1155
  }, {
@@ -1157,7 +1165,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1157
1165
  * @operationId AccountController_GetRoles
1158
1166
  * @summary Enumerate exist roles.
1159
1167
  * @request GET:/account/role/list
1160
- * @response `200` Success
1168
+ * @response `200` OK
1161
1169
  */
1162
1170
 
1163
1171
  }, {
@@ -1173,7 +1181,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1173
1181
  * @operationId AccountController_CreateRole
1174
1182
  * @summary Create new role.
1175
1183
  * @request POST:/account/role
1176
- * @response `200` Success
1184
+ * @response `200` OK
1177
1185
  */
1178
1186
 
1179
1187
  }, {
@@ -1189,7 +1197,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1189
1197
  * @operationId AccountController_UpdateRole
1190
1198
  * @summary Update exist role.
1191
1199
  * @request PATCH:/account/role
1192
- * @response `200` Success
1200
+ * @response `200` OK
1193
1201
  */
1194
1202
 
1195
1203
  }, {
@@ -1205,7 +1213,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1205
1213
  * @operationId AccountController_RemoveRole
1206
1214
  * @summary Remove role.
1207
1215
  * @request DELETE:/account/role/{rolename}
1208
- * @response `200` Success
1216
+ * @response `200` OK
1209
1217
  */
1210
1218
 
1211
1219
  }, {
@@ -1221,7 +1229,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1221
1229
  * @operationId AccountController_AddToRole
1222
1230
  * @summary Add user to role.
1223
1231
  * @request POST:/account/user/{username}/role/{role}
1224
- * @response `200` Success
1232
+ * @response `200` OK
1225
1233
  */
1226
1234
 
1227
1235
  }, {
@@ -1237,7 +1245,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1237
1245
  * @operationId AccountController_RemoveFromRole
1238
1246
  * @summary Remove user from role.
1239
1247
  * @request DELETE:/account/user/{username}/role/{role}
1240
- * @response `200` Success
1248
+ * @response `200` OK
1241
1249
  */
1242
1250
 
1243
1251
  }, {
@@ -1253,7 +1261,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1253
1261
  * @operationId AccountController_PostUsedProjects
1254
1262
  * @summary Set used project.
1255
1263
  * @request POST:/account/latest_projects
1256
- * @response `200` Success
1264
+ * @response `200` OK
1257
1265
  */
1258
1266
 
1259
1267
  }, {
@@ -1269,7 +1277,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1269
1277
  * @operationId AccountController_GetUsedProjects
1270
1278
  * @summary Get used projects.
1271
1279
  * @request GET:/account/latest_projects
1272
- * @response `200` Success
1280
+ * @response `200` OK
1273
1281
  */
1274
1282
 
1275
1283
  }, {
@@ -1285,7 +1293,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
1285
1293
  * @operationId AccountController_TruncateUsedProjects
1286
1294
  * @summary Truncate used projects.
1287
1295
  * @request DELETE:/account/latest_projects
1288
- * @response `200` Success
1296
+ * @response `200` OK
1289
1297
  */
1290
1298
 
1291
1299
  }, {
@@ -1420,7 +1428,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1420
1428
  * @operationId AccountPreviewController_GetPreview
1421
1429
  * @summary Get user preview image.
1422
1430
  * @request GET:/account/user/preview/{username}
1423
- * @response `200` Success
1431
+ * @response `200` OK
1424
1432
  */
1425
1433
  function getPreview(username) {
1426
1434
  return this.http.createUrl("/account/user/preview/" + username);
@@ -1433,7 +1441,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1433
1441
  * @operationId AccountPreviewController_UploadPreview
1434
1442
  * @summary Set user preview image by link.
1435
1443
  * @request POST:/account/user/preview/{username}
1436
- * @response `200` Success
1444
+ * @response `200` OK
1437
1445
  */
1438
1446
 
1439
1447
  }, {
@@ -1454,7 +1462,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
1454
1462
  * @operationId AccountPreviewController_DeletePreview
1455
1463
  * @summary Delete user preview.
1456
1464
  * @request DELETE:/account/user/preview/{username}
1457
- * @response `200` Success
1465
+ * @response `200` OK
1458
1466
  */
1459
1467
 
1460
1468
  }, {
@@ -1574,7 +1582,7 @@ let BulkOperationsService = /*#__PURE__*/function (_Service) {
1574
1582
  * @operationId BulkOperationsController_BatchResourcesPermissionsSet
1575
1583
  * @summary Perform resources set acl access batch operation.
1576
1584
  * @request PUT:/bulk/resources/permissions
1577
- * @response `200` Success
1585
+ * @response `200` OK
1578
1586
  */
1579
1587
  function batchResourcesPermissionsSet(data) {
1580
1588
  return this.http.put("/bulk/resources/permissions", data).json();
@@ -1632,7 +1640,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1632
1640
  * @operationId CamerasController_GetCameras
1633
1641
  * @summary Get cameras list.
1634
1642
  * @request GET:/cameras
1635
- * @response `200` Success
1643
+ * @response `200` OK
1636
1644
  */
1637
1645
  function getCameras(query) {
1638
1646
  return this.http.get("/cameras", query).json();
@@ -1645,7 +1653,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1645
1653
  * @operationId CamerasController_GetArchiveFeed
1646
1654
  * @summary Streams an FLV-over-HTTP archive feed starting at specific time.
1647
1655
  * @request GET:/cameras/{cameraId}/archiveFeed
1648
- * @response `200` Success
1656
+ * @response `200` OK
1649
1657
  */
1650
1658
 
1651
1659
  }, {
@@ -1666,7 +1674,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1666
1674
  * @operationId CamerasController_GetArchiveTimeline
1667
1675
  * @summary Returns a list of records available within a given timeframe.
1668
1676
  * @request GET:/cameras/{cameraId}/archiveTimeline
1669
- * @response `200` Success
1677
+ * @response `200` OK
1670
1678
  */
1671
1679
 
1672
1680
  }, {
@@ -1687,7 +1695,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1687
1695
  * @operationId CamerasController_GetArchiveCalendar
1688
1696
  * @summary Returns a list of records available within a given timeframe.
1689
1697
  * @request GET:/cameras/{cameraId}/archiveCalendar
1690
- * @response `200` Success
1698
+ * @response `200` OK
1691
1699
  */
1692
1700
 
1693
1701
  }, {
@@ -1708,7 +1716,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1708
1716
  * @operationId CamerasController_GetArchiveSnapshot
1709
1717
  * @summary Returns a JPEG image from the Camera’s archive.
1710
1718
  * @request GET:/cameras/{cameraId}/archiveSnapshot
1711
- * @response `200` Success
1719
+ * @response `200` OK
1712
1720
  */
1713
1721
 
1714
1722
  }, {
@@ -1729,7 +1737,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1729
1737
  * @operationId CamerasController_GetLiveFeed
1730
1738
  * @summary Streams live video feed from the Camera.
1731
1739
  * @request GET:/cameras/{cameraId}/liveFeed
1732
- * @response `200` Success
1740
+ * @response `200` OK
1733
1741
  */
1734
1742
 
1735
1743
  }, {
@@ -1750,7 +1758,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1750
1758
  * @operationId CamerasController_GetLiveSnapshot
1751
1759
  * @summary Returns a JPEG image from the Camera’s live feed.
1752
1760
  * @request GET:/cameras/{cameraId}/liveSnapshot
1753
- * @response `200` Success
1761
+ * @response `200` OK
1754
1762
  */
1755
1763
 
1756
1764
  }, {
@@ -1766,7 +1774,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
1766
1774
  * @operationId CamerasController_GetLivePreviewStream
1767
1775
  * @summary Get live preview stream.
1768
1776
  * @request GET:/cameras/{cameraId}/getLivePreviewsStream
1769
- * @response `200` Success
1777
+ * @response `200` OK
1770
1778
  */
1771
1779
 
1772
1780
  }, {
@@ -1826,7 +1834,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1826
1834
  * @operationId ClientSettingsController_GetConfigurationsList
1827
1835
  * @summary Get client configurations.
1828
1836
  * @request GET:/settings/config
1829
- * @response `200` Success
1837
+ * @response `200` OK
1830
1838
  */
1831
1839
  function getConfigurationsList(query) {
1832
1840
  return this.http.get("/settings/config", query).json();
@@ -1839,7 +1847,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1839
1847
  * @operationId ClientSettingsController_GetConfiguration
1840
1848
  * @summary Get config for urlPath.
1841
1849
  * @request GET:/settings
1842
- * @response `200` Success
1850
+ * @response `200` OK
1843
1851
  */
1844
1852
 
1845
1853
  }, {
@@ -1855,7 +1863,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1855
1863
  * @operationId ClientSettingsController_SetConfiguration
1856
1864
  * @summary Set config for urlPath.
1857
1865
  * @request POST:/settings
1858
- * @response `200` Success
1866
+ * @response `200` OK
1859
1867
  */
1860
1868
 
1861
1869
  }, {
@@ -1871,7 +1879,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
1871
1879
  * @operationId ClientSettingsController_RemoveConfiguration
1872
1880
  * @summary Remove config for urlPath.
1873
1881
  * @request DELETE:/settings
1874
- * @response `200` Success
1882
+ * @response `200` OK
1875
1883
  */
1876
1884
 
1877
1885
  }, {
@@ -1949,7 +1957,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1949
1957
  * @operationId EqlTestController_GetQueryResult
1950
1958
  * @summary Perform resources set acl access batch operation.
1951
1959
  * @request POST:/eql/query
1952
- * @response `200` Success
1960
+ * @response `200` OK
1953
1961
  */
1954
1962
  function getQueryResult(data) {
1955
1963
  return this.http.post("/eql/query", data).then(() => {});
@@ -1962,7 +1970,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1962
1970
  * @operationId EqlTestController_GetQueryDescription
1963
1971
  * @summary Get EQL result columns definitions.
1964
1972
  * @request POST:/eql/description
1965
- * @response `200` Success
1973
+ * @response `200` OK
1966
1974
  */
1967
1975
 
1968
1976
  }, {
@@ -1978,7 +1986,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1978
1986
  * @operationId EqlTestController_SetLayerParameterValue
1979
1987
  * @summary Set EQL layer parameter.
1980
1988
  * @request POST:/eql/setParam
1981
- * @response `200` Success
1989
+ * @response `200` OK
1982
1990
  */
1983
1991
 
1984
1992
  }, {
@@ -1994,7 +2002,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
1994
2002
  * @operationId EqlTestController_SetLayerParameters
1995
2003
  * @summary Set EQL layer parameters.
1996
2004
  * @request POST:/eql/setParams
1997
- * @response `200` Success
2005
+ * @response `200` OK
1998
2006
  */
1999
2007
 
2000
2008
  }, {
@@ -2010,7 +2018,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2010
2018
  * @operationId EqlTestController_GetLayerParameters
2011
2019
  * @summary Get EQL parameter.
2012
2020
  * @request GET:/eql/getParam
2013
- * @response `200` Success
2021
+ * @response `200` OK
2014
2022
  */
2015
2023
 
2016
2024
  }, {
@@ -2026,7 +2034,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2026
2034
  * @operationId EqlTestController_GetLayerParameters_1
2027
2035
  * @summary Get all EQL parameters.
2028
2036
  * @request GET:/eql/getParams
2029
- * @response `200` Success
2037
+ * @response `200` OK
2030
2038
  */
2031
2039
 
2032
2040
  }, {
@@ -2042,7 +2050,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
2042
2050
  * @operationId EqlTestController_RemoveLayerParameterValue
2043
2051
  * @summary Remove EQL layer parameter.
2044
2052
  * @request DELETE:/eql/removeParam
2045
- * @response `200` Success
2053
+ * @response `200` OK
2046
2054
  */
2047
2055
 
2048
2056
  }, {
@@ -2097,7 +2105,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2097
2105
  * @operationId ExternalProvidersController_VkLogin
2098
2106
  * @summary The external login by vk.
2099
2107
  * @request GET:/account/external/login/vk
2100
- * @response `200` Success
2108
+ * @response `200` OK
2101
2109
  */
2102
2110
  function vkLogin() {
2103
2111
  return this.http.createUrl("/account/external/login/vk");
@@ -2110,7 +2118,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2110
2118
  * @operationId ExternalProvidersController_GoogleLogin
2111
2119
  * @summary The external login by google.
2112
2120
  * @request GET:/account/external/login/google
2113
- * @response `200` Success
2121
+ * @response `200` OK
2114
2122
  */
2115
2123
 
2116
2124
  }, {
@@ -2126,7 +2134,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2126
2134
  * @operationId ExternalProvidersController_FacebookLogin
2127
2135
  * @summary The external login by facebook.
2128
2136
  * @request GET:/account/external/login/facebook
2129
- * @response `200` Success
2137
+ * @response `200` OK
2130
2138
  */
2131
2139
 
2132
2140
  }, {
@@ -2142,7 +2150,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2142
2150
  * @operationId ExternalProvidersController_LoginCallback
2143
2151
  * @summary The external login callback.
2144
2152
  * @request GET:/account/external/login/callback
2145
- * @response `200` Success
2153
+ * @response `200` OK
2146
2154
  */
2147
2155
 
2148
2156
  }, {
@@ -2158,7 +2166,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2158
2166
  * @operationId ExternalProvidersController_UnbindVk
2159
2167
  * @summary Unbind external login from current user account (google).
2160
2168
  * @request DELETE:/account/external/unbind/vk
2161
- * @response `200` Success
2169
+ * @response `200` OK
2162
2170
  */
2163
2171
 
2164
2172
  }, {
@@ -2174,7 +2182,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2174
2182
  * @operationId ExternalProvidersController_UnbindGoogle
2175
2183
  * @summary Unbind external login from current user account (google).
2176
2184
  * @request DELETE:/account/external/unbind/google
2177
- * @response `200` Success
2185
+ * @response `200` OK
2178
2186
  */
2179
2187
 
2180
2188
  }, {
@@ -2190,7 +2198,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2190
2198
  * @operationId ExternalProvidersController_UnbindFacebook
2191
2199
  * @summary Unbind external login from current user account (google).
2192
2200
  * @request DELETE:/account/external/unbind/facebook
2193
- * @response `200` Success
2201
+ * @response `200` OK
2194
2202
  */
2195
2203
 
2196
2204
  }, {
@@ -2206,7 +2214,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2206
2214
  * @operationId ExternalProvidersController_BindVk
2207
2215
  * @summary The external login by vk.
2208
2216
  * @request GET:/account/external/bind/vk
2209
- * @response `200` Success
2217
+ * @response `200` OK
2210
2218
  */
2211
2219
 
2212
2220
  }, {
@@ -2222,7 +2230,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2222
2230
  * @operationId ExternalProvidersController_BindGoogle
2223
2231
  * @summary The external login by vk.
2224
2232
  * @request GET:/account/external/bind/google
2225
- * @response `200` Success
2233
+ * @response `200` OK
2226
2234
  */
2227
2235
 
2228
2236
  }, {
@@ -2238,7 +2246,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2238
2246
  * @operationId ExternalProvidersController_BindFacebook
2239
2247
  * @summary The external login by vk.
2240
2248
  * @request GET:/account/external/bind/facebook
2241
- * @response `200` Success
2249
+ * @response `200` OK
2242
2250
  */
2243
2251
 
2244
2252
  }, {
@@ -2254,7 +2262,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
2254
2262
  * @operationId ExternalProvidersController_BindCallback
2255
2263
  * @summary Bind external login to current user account.
2256
2264
  * @request GET:/account/external/bind/callback
2257
- * @response `200` Success
2265
+ * @response `200` OK
2258
2266
  */
2259
2267
 
2260
2268
  }, {
@@ -2362,7 +2370,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2362
2370
  * @operationId FeedbackController_IncreaseResourcesLimit
2363
2371
  * @summary Increase resources limit request.
2364
2372
  * @request POST:/feedback/limits
2365
- * @response `200` Success
2373
+ * @response `200` OK
2366
2374
  */
2367
2375
  function increaseResourcesLimit(query) {
2368
2376
  return this.http.post("/feedback/limits", null, query).json();
@@ -2375,7 +2383,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2375
2383
  * @operationId FeedbackController_MoreSymbols
2376
2384
  * @summary More symbols request.
2377
2385
  * @request POST:/feedback/symbol
2378
- * @response `200` Success
2386
+ * @response `200` OK
2379
2387
  */
2380
2388
 
2381
2389
  }, {
@@ -2391,7 +2399,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
2391
2399
  * @operationId FeedbackController_Feedback
2392
2400
  * @summary Feedback request.
2393
2401
  * @request POST:/feedback
2394
- * @response `200` Success
2402
+ * @response `200` OK
2395
2403
  */
2396
2404
 
2397
2405
  }, {
@@ -2453,7 +2461,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2453
2461
  * @operationId StaticContentServiceController_DownloadFile
2454
2462
  * @summary Returns a file stream by fileId.
2455
2463
  * @request GET:/upload/file
2456
- * @response `200` Success
2464
+ * @response `200` OK
2457
2465
  */
2458
2466
  function downloadFile(query) {
2459
2467
  return this.http.get("/upload/file", query).blob();
@@ -2466,7 +2474,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2466
2474
  * @operationId StaticContentServiceController_UploadFile
2467
2475
  * @summary Upload file to temporary session storage.
2468
2476
  * @request POST:/upload/file
2469
- * @response `200` Success
2477
+ * @response `200` OK
2470
2478
  */
2471
2479
 
2472
2480
  }, {
@@ -2482,7 +2490,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2482
2490
  * @operationId StaticContentServiceController_DeleteFile
2483
2491
  * @summary Delete file from temporary session storage.
2484
2492
  * @request DELETE:/upload/file
2485
- * @response `200` Success
2493
+ * @response `200` OK
2486
2494
  */
2487
2495
 
2488
2496
  }, {
@@ -2498,7 +2506,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
2498
2506
  * @operationId StaticContentServiceController_GetFileInfo
2499
2507
  * @summary Returns a file info download by url.
2500
2508
  * @request GET:/upload/fileInfo
2501
- * @response `200` Success
2509
+ * @response `200` OK
2502
2510
  */
2503
2511
 
2504
2512
  }, {
@@ -2563,7 +2571,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2563
2571
  * @operationId FiltersServiceController_Get
2564
2572
  * @summary Returns the filter by its id.
2565
2573
  * @request GET:/filters/{id}
2566
- * @response `200` Success
2574
+ * @response `200` OK
2567
2575
  */
2568
2576
  function get(id) {
2569
2577
  return this.http.get("/filters/" + id).text();
@@ -2576,7 +2584,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2576
2584
  * @operationId FiltersServiceController_Update
2577
2585
  * @summary Replaces a filter and gives it a new id.
2578
2586
  * @request POST:/filters/{id}
2579
- * @response `200` Success
2587
+ * @response `200` OK
2580
2588
  */
2581
2589
 
2582
2590
  }, {
@@ -2592,7 +2600,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
2592
2600
  * @operationId FiltersServiceController_Create
2593
2601
  * @summary Creates a new filter.
2594
2602
  * @request POST:/filters
2595
- * @response `200` Success
2603
+ * @response `200` OK
2596
2604
  */
2597
2605
 
2598
2606
  }, {
@@ -2647,7 +2655,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
2647
2655
  * @operationId GeneralController_GetServerInfo
2648
2656
  * @summary Returns basic information about the server.
2649
2657
  * @request GET:/
2650
- * @response `200` Success
2658
+ * @response `200` OK
2651
2659
  */
2652
2660
  function getServerInfo() {
2653
2661
  return this.http.get("/").json();
@@ -2660,7 +2668,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
2660
2668
  * @operationId GeneralController_GetFunctionsList
2661
2669
  * @summary Returns list of available functions.
2662
2670
  * @request GET:/functions
2663
- * @response `200` Success
2671
+ * @response `200` OK
2664
2672
  */
2665
2673
 
2666
2674
  }, {
@@ -2718,7 +2726,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2718
2726
  * @operationId GeocodeServiceController_Geocode
2719
2727
  * @summary Returns geocode geometry.
2720
2728
  * @request GET:/geocode/{providerName}
2721
- * @response `200` Success
2729
+ * @response `200` OK
2722
2730
  */
2723
2731
  function geocode(_ref) {
2724
2732
  let {
@@ -2736,7 +2744,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2736
2744
  * @operationId GeocodeServiceController_GeocodeByPoint
2737
2745
  * @summary Returns geocode address from point geometry.
2738
2746
  * @request GET:/geocode/{providerName}/geocodeByPoint
2739
- * @response `200` Success
2747
+ * @response `200` OK
2740
2748
  */
2741
2749
 
2742
2750
  }, {
@@ -2757,7 +2765,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
2757
2765
  * @operationId GeocodeServiceController_Suggest
2758
2766
  * @summary Returns geocode suggest.
2759
2767
  * @request GET:/geocode/{providerName}/suggest
2760
- * @response `200` Success
2768
+ * @response `200` OK
2761
2769
  */
2762
2770
 
2763
2771
  }, {
@@ -2834,7 +2842,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
2834
2842
  * @operationId IceRouterController_StartTask
2835
2843
  * @summary Start route build between start and end points.
2836
2844
  * @request POST:/ice-router/tasks
2837
- * @response `200` Success
2845
+ * @response `200` OK
2838
2846
  */
2839
2847
  function startTask(data) {
2840
2848
  return this.http.post("/ice-router/tasks", data).text();
@@ -2847,7 +2855,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
2847
2855
  * @operationId IceRouterController_GetResult
2848
2856
  * @summary Get task result.
2849
2857
  * @request GET:/ice-router/tasks/{id}
2850
- * @response `200` Success
2858
+ * @response `200` OK
2851
2859
  */
2852
2860
 
2853
2861
  }, {
@@ -2902,7 +2910,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2902
2910
  * @operationId ImportServiceController_GetDataSchema
2903
2911
  * @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.
2904
2912
  * @request GET:/import/dataSchema
2905
- * @response `200` Success
2913
+ * @response `200` OK
2906
2914
  */
2907
2915
  function getDataSchema(query) {
2908
2916
  return this.http.get("/import/dataSchema", query).json();
@@ -2915,7 +2923,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2915
2923
  * @operationId ImportServiceController_GetFeaturesCount
2916
2924
  * @summary Returns the features count of the given file in temporary static storage.
2917
2925
  * @request POST:/import/count
2918
- * @response `200` Success
2926
+ * @response `200` OK
2919
2927
  */
2920
2928
 
2921
2929
  }, {
@@ -2931,7 +2939,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2931
2939
  * @operationId ImportServiceController_ReadPart
2932
2940
  * @summary Returns the features of the given file in temporary static storage.
2933
2941
  * @request GET:/import/read
2934
- * @response `200` Success
2942
+ * @response `200` OK
2935
2943
  */
2936
2944
 
2937
2945
  }, {
@@ -2947,7 +2955,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2947
2955
  * @operationId ImportServiceController_GetExternalWmsLayers
2948
2956
  * @summary Get list of external WMS layers.
2949
2957
  * @request GET:/import/wms
2950
- * @response `200` Success
2958
+ * @response `200` OK
2951
2959
  */
2952
2960
 
2953
2961
  }, {
@@ -2963,7 +2971,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2963
2971
  * @operationId ImportServiceController_GetExternalPbfLayers
2964
2972
  * @summary Get list of external PBF layers.
2965
2973
  * @request GET:/import/pbf
2966
- * @response `200` Success
2974
+ * @response `200` OK
2967
2975
  */
2968
2976
 
2969
2977
  }, {
@@ -2979,7 +2987,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2979
2987
  * @operationId ImportServiceController_GetExternalPbfFeatures
2980
2988
  * @summary Get features list in external PBF layer.
2981
2989
  * @request GET:/import/pbf/features
2982
- * @response `200` Success
2990
+ * @response `200` OK
2983
2991
  */
2984
2992
 
2985
2993
  }, {
@@ -2995,7 +3003,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
2995
3003
  * @operationId ImportServiceController_GetExternalArcgisFSLayers
2996
3004
  * @summary Get list of external ArcGis FeatureServer layers.
2997
3005
  * @request GET:/import/arcgisfeatureservice
2998
- * @response `200` Success
3006
+ * @response `200` OK
2999
3007
  */
3000
3008
 
3001
3009
  }, {
@@ -3011,7 +3019,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3011
3019
  * @operationId ImportServiceController_GetExternalArcGisLayers
3012
3020
  * @summary Get list of external ArcGis MapServer layers.
3013
3021
  * @request GET:/import/arcgismapservice
3014
- * @response `200` Success
3022
+ * @response `200` OK
3015
3023
  */
3016
3024
 
3017
3025
  }, {
@@ -3027,7 +3035,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3027
3035
  * @operationId ImportServiceController_GetRasterAttributes
3028
3036
  * @summary Parse raster attributes from file name.
3029
3037
  * @request GET:/import/rasterAttributes
3030
- * @response `200` Success
3038
+ * @response `200` OK
3031
3039
  */
3032
3040
 
3033
3041
  }, {
@@ -3043,7 +3051,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
3043
3051
  * @operationId ImportServiceController_GetRasterMeta
3044
3052
  * @summary Get raster meta data.
3045
3053
  * @request GET:/import/rasterMeta
3046
- * @response `200` Success
3054
+ * @response `200` OK
3047
3055
  */
3048
3056
 
3049
3057
  }, {
@@ -3118,7 +3126,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3118
3126
  * @operationId LayersController_GetLayersList
3119
3127
  * @summary Returns list of the available layers.
3120
3128
  * @request GET:/layers
3121
- * @response `200` Success
3129
+ * @response `200` OK
3122
3130
  */
3123
3131
  function getLayersList(query) {
3124
3132
  return this.http.get("/layers", query).json();
@@ -3131,7 +3139,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3131
3139
  * @operationId LayersController_SetPermissionsBatch
3132
3140
  * @summary Overrides multiply resources permissions in single batch.
3133
3141
  * @request PUT:/layers
3134
- * @response `200` Success
3142
+ * @response `200` OK
3135
3143
  */
3136
3144
 
3137
3145
  }, {
@@ -3147,7 +3155,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3147
3155
  * @operationId LayersController_DeleteResources
3148
3156
  * @summary Bulk delete resources.
3149
3157
  * @request DELETE:/layers
3150
- * @response `200` Success
3158
+ * @response `200` OK
3151
3159
  */
3152
3160
 
3153
3161
  }, {
@@ -3163,7 +3171,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3163
3171
  * @operationId LayersController_GetLayerInfoAsync
3164
3172
  * @summary Returns the layer information.
3165
3173
  * @request GET:/layers/{name}
3166
- * @response `200` Success
3174
+ * @response `200` OK
3167
3175
  */
3168
3176
 
3169
3177
  }, {
@@ -3179,7 +3187,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3179
3187
  * @operationId LayersController_DeleteResource
3180
3188
  * @summary Deletes resource.
3181
3189
  * @request DELETE:/layers/{name}
3182
- * @response `200` Success
3190
+ * @response `200` OK
3183
3191
  */
3184
3192
 
3185
3193
  }, {
@@ -3195,7 +3203,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3195
3203
  * @operationId LayersController_GetLayersInfoAsync
3196
3204
  * @summary Returns the layers information.
3197
3205
  * @request GET:/layers/batchInfo
3198
- * @response `200` Success
3206
+ * @response `200` OK
3199
3207
  */
3200
3208
 
3201
3209
  }, {
@@ -3247,7 +3255,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3247
3255
  * @operationId LayersController_PublishRouteService
3248
3256
  * @summary Creates new Route Service.
3249
3257
  * @request POST:/layers#type=RouteService
3250
- * @response `200` Success
3258
+ * @response `200` OK
3251
3259
  */
3252
3260
 
3253
3261
  }, {
@@ -3265,7 +3273,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3265
3273
  * @operationId LayersController_PublishLinearService
3266
3274
  * @summary Creates new Linear Service.
3267
3275
  * @request POST:/layers#type=LinearService
3268
- * @response `200` Success
3276
+ * @response `200` OK
3269
3277
  */
3270
3278
 
3271
3279
  }, {
@@ -3569,7 +3577,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3569
3577
  * @operationId LayersController_GetFeatures
3570
3578
  * @summary Returns list of the layer features.
3571
3579
  * @request POST:/layers/{name}/features/query
3572
- * @response `200` Success
3580
+ * @response `200` OK
3573
3581
  */
3574
3582
 
3575
3583
  }, {
@@ -3585,7 +3593,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3585
3593
  * @operationId LayersController_GetFeatures_1
3586
3594
  * @summary Returns list of the layer features.
3587
3595
  * @request GET:/layers/{name}/features
3588
- * @response `200` Success
3596
+ * @response `200` OK
3589
3597
  */
3590
3598
 
3591
3599
  }, {
@@ -3606,7 +3614,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3606
3614
  * @operationId LayersController_DeleteFeature
3607
3615
  * @summary Deletes feature by id.
3608
3616
  * @request DELETE:/layers/{name}/features
3609
- * @response `200` Success
3617
+ * @response `200` OK
3610
3618
  */
3611
3619
 
3612
3620
  }, {
@@ -3627,7 +3635,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3627
3635
  * @operationId LayersController_CreateFeatures
3628
3636
  * @summary Creates features list of type.SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
3629
3637
  * @request POST:/layers/{name}/features
3630
- * @response `200` Success
3638
+ * @response `200` OK
3631
3639
  */
3632
3640
 
3633
3641
  }, {
@@ -3643,7 +3651,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3643
3651
  * @operationId LayersController_UpdateFeature
3644
3652
  * @summary Updates features list SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
3645
3653
  * @request PATCH:/layers/{name}/features
3646
- * @response `200` Success
3654
+ * @response `200` OK
3647
3655
  */
3648
3656
 
3649
3657
  }, {
@@ -3659,7 +3667,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3659
3667
  * @operationId LayersController_FeaturesContains
3660
3668
  * @summary Gets filtered features with given filter.
3661
3669
  * @request GET:/layers/{name}/features/contains
3662
- * @response `200` Success
3670
+ * @response `200` OK
3663
3671
  */
3664
3672
 
3665
3673
  }, {
@@ -3680,7 +3688,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3680
3688
  * @operationId LayersController_GetByIdAsync
3681
3689
  * @summary Gets feature by id.
3682
3690
  * @request GET:/layers/{name}/features/{id}
3683
- * @response `200` Success
3691
+ * @response `200` OK
3684
3692
  */
3685
3693
 
3686
3694
  }, {
@@ -3702,7 +3710,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3702
3710
  * @operationId LayersController_Unite
3703
3711
  * @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.
3704
3712
  * @request POST:/layers/{name}/features/{id}/unite
3705
- * @response `200` Success
3713
+ * @response `200` OK
3706
3714
  */
3707
3715
 
3708
3716
  }, {
@@ -3724,7 +3732,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3724
3732
  * @operationId LayersController_Subtract
3725
3733
  * @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.
3726
3734
  * @request POST:/layers/{name}/features/{id}/subtract
3727
- * @response `200` Success
3735
+ * @response `200` OK
3728
3736
  */
3729
3737
 
3730
3738
  }, {
@@ -3746,7 +3754,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3746
3754
  * @operationId LayersController_GetTilesLayerImage
3747
3755
  * @summary Render tile with input indexes.
3748
3756
  * @request GET:/layers/{name}/tile/{z}/{x}/{y}
3749
- * @response `200` Success
3757
+ * @response `200` OK
3750
3758
  */
3751
3759
 
3752
3760
  }, {
@@ -3770,7 +3778,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3770
3778
  * @operationId LayersController_GetLayerImage
3771
3779
  * @summary Renders the layer to the image of the requested size.
3772
3780
  * @request GET:/layers/{name}/export
3773
- * @response `200` Success
3781
+ * @response `200` OK
3774
3782
  */
3775
3783
 
3776
3784
  }, {
@@ -3791,7 +3799,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3791
3799
  * @operationId LayersController_GetLayerExtent
3792
3800
  * @summary Returns the extent of the layer.
3793
3801
  * @request GET:/layers/{name}/extent
3794
- * @response `200` Success
3802
+ * @response `200` OK
3795
3803
  */
3796
3804
 
3797
3805
  }, {
@@ -3812,7 +3820,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3812
3820
  * @operationId LayersController_GetByGeometryAsync
3813
3821
  * @summary Gets the features within the given geometry.
3814
3822
  * @request GET:/layers/{name}/features/getByGeometry
3815
- * @response `200` Success
3823
+ * @response `200` OK
3816
3824
  */
3817
3825
 
3818
3826
  }, {
@@ -3833,7 +3841,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3833
3841
  * @operationId LayersController_GetByGeometryAsync_1
3834
3842
  * @summary Gets the features within the given geometry.
3835
3843
  * @request POST:/layers/{name}/features/getByGeometry
3836
- * @response `200` Success
3844
+ * @response `200` OK
3837
3845
  */
3838
3846
 
3839
3847
  }, {
@@ -3854,7 +3862,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3854
3862
  * @operationId LayersController_DeleteFeatures
3855
3863
  * @summary Delete a list of features by given ids. Example: ids=1,2,3.
3856
3864
  * @request DELETE:/layers/{name}/features/deleteByIds
3857
- * @response `200` Success
3865
+ * @response `200` OK
3858
3866
  */
3859
3867
 
3860
3868
  }, {
@@ -3875,7 +3883,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3875
3883
  * @operationId LayersController_DeleteByCondition
3876
3884
  * @summary Delete a list of features by condition with exclude given ids.
3877
3885
  * @request DELETE:/layers/{name}/features/deleteByCondition
3878
- * @response `200` Success
3886
+ * @response `200` OK
3879
3887
  */
3880
3888
 
3881
3889
  }, {
@@ -3896,7 +3904,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3896
3904
  * @operationId LayersController_GetByGeometryAsync_2
3897
3905
  * @summary Gets the features by click position.
3898
3906
  * @request GET:/layers/{name}/features/getByGeometryByClick
3899
- * @response `200` Success
3907
+ * @response `200` OK
3900
3908
  */
3901
3909
 
3902
3910
  }, {
@@ -3917,7 +3925,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3917
3925
  * @operationId LayersController_Classify
3918
3926
  * @summary Returns the classified attribute values that correspond to the given number of classes.
3919
3927
  * @request GET:/layers/{name}/classify
3920
- * @response `200` Success
3928
+ * @response `200` OK
3921
3929
  */
3922
3930
 
3923
3931
  }, {
@@ -3938,7 +3946,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3938
3946
  * @operationId LayersController_Distincts
3939
3947
  * @summary Returns distinct attribute values and their count.
3940
3948
  * @request GET:/layers/{name}/distincts
3941
- * @response `200` Success
3949
+ * @response `200` OK
3942
3950
  */
3943
3951
 
3944
3952
  }, {
@@ -3959,7 +3967,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3959
3967
  * @operationId LayersController_AggregateAttribute
3960
3968
  * @summary Returns aggregated value of given attribute aggregationAttributeName within a given groups groups.
3961
3969
  * @request GET:/layers/{name}/aggregate-values
3962
- * @response `200` Success
3970
+ * @response `200` OK
3963
3971
  */
3964
3972
 
3965
3973
  }, {
@@ -3980,7 +3988,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
3980
3988
  * @operationId LayersController_GetFilteredFeaturesCount
3981
3989
  * @summary Get features count according layer filter of the given name.
3982
3990
  * @request GET:/layers/{name}/features/count
3983
- * @response `200` Success
3991
+ * @response `200` OK
3984
3992
  */
3985
3993
 
3986
3994
  }, {
@@ -4001,7 +4009,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4001
4009
  * @operationId LayersController_GetFilteredFeaturesCount_1
4002
4010
  * @summary Get features count according layer filter of the given name.
4003
4011
  * @request POST:/layers/{name}/features/count
4004
- * @response `200` Success
4012
+ * @response `200` OK
4005
4013
  */
4006
4014
 
4007
4015
  }, {
@@ -4017,7 +4025,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4017
4025
  * @operationId LayersController_EditAttributes
4018
4026
  * @summary Edit attributes with editInfo.
4019
4027
  * @request POST:/layers/{name}/features/edit-attributes
4020
- * @response `200` Success
4028
+ * @response `200` OK
4021
4029
  */
4022
4030
 
4023
4031
  }, {
@@ -4033,7 +4041,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4033
4041
  * @operationId LayersController_SelectFeatures
4034
4042
  * @summary Selects features from the given layers by the visual point on the map.
4035
4043
  * @request GET:/layers/features/select
4036
- * @response `200` Success
4044
+ * @response `200` OK
4037
4045
  */
4038
4046
 
4039
4047
  }, {
@@ -4049,7 +4057,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4049
4057
  * @operationId LayersController_ValidateExpression
4050
4058
  * @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.
4051
4059
  * @request GET:/layers/{layerName}/validateExpression
4052
- * @response `200` Success
4060
+ * @response `200` OK
4053
4061
  * @response `400` Bad Request
4054
4062
  */
4055
4063
 
@@ -4071,7 +4079,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4071
4079
  * @operationId LayersController_GetRasterMeta
4072
4080
  * @summary Get raster metadata.
4073
4081
  * @request GET:/layers/{name}/{id}/metadata
4074
- * @response `200` Success
4082
+ * @response `200` OK
4075
4083
  */
4076
4084
 
4077
4085
  }, {
@@ -4093,7 +4101,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4093
4101
  * @operationId LayersController_CreateRoute
4094
4102
  * @summary Create new route (feature) from source features.
4095
4103
  * @request POST:/layers/{name}/createRoute
4096
- * @response `200` Success
4104
+ * @response `200` OK
4097
4105
  */
4098
4106
 
4099
4107
  }, {
@@ -4109,7 +4117,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4109
4117
  * @operationId LayersController_ApplyStyle
4110
4118
  * @summary Create data layout and image layout for given style.
4111
4119
  * @request PUT:/layers/{name}/style
4112
- * @response `200` Success
4120
+ * @response `200` OK
4113
4121
  */
4114
4122
 
4115
4123
  }, {
@@ -4125,7 +4133,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4125
4133
  * @operationId LayersController_GetStyle
4126
4134
  * @summary Get style of the given layer.
4127
4135
  * @request GET:/layers/{name}/style
4128
- * @response `200` Success
4136
+ * @response `200` OK
4129
4137
  */
4130
4138
 
4131
4139
  }, {
@@ -4141,7 +4149,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4141
4149
  * @operationId LayersController_GetImageLayout
4142
4150
  * @summary Get date layout.
4143
4151
  * @request GET:/layers/{name}/style/sprite.png
4144
- * @response `200` Success
4152
+ * @response `200` OK
4145
4153
  */
4146
4154
 
4147
4155
  }, {
@@ -4157,7 +4165,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4157
4165
  * @operationId LayersController_GetDataLayout
4158
4166
  * @summary Get image layout.
4159
4167
  * @request GET:/layers/{name}/style/sprite.json
4160
- * @response `200` Success
4168
+ * @response `200` OK
4161
4169
  */
4162
4170
 
4163
4171
  }, {
@@ -4173,7 +4181,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4173
4181
  * @operationId LayersController_GetPreview
4174
4182
  * @summary Gets preview of resource.
4175
4183
  * @request GET:/layers/{name}/preview
4176
- * @response `200` Success
4184
+ * @response `200` OK
4177
4185
  */
4178
4186
 
4179
4187
  }, {
@@ -4189,7 +4197,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4189
4197
  * @operationId LayersController_SetPreview
4190
4198
  * @summary Sets preview to the resource.
4191
4199
  * @request POST:/layers/{name}/preview
4192
- * @response `200` Success
4200
+ * @response `200` OK
4193
4201
  */
4194
4202
 
4195
4203
  }, {
@@ -4205,7 +4213,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4205
4213
  * @operationId LayersController_DeletePreview
4206
4214
  * @summary Delete resource preview.
4207
4215
  * @request DELETE:/layers/{name}/preview
4208
- * @response `200` Success
4216
+ * @response `200` OK
4209
4217
  */
4210
4218
 
4211
4219
  }, {
@@ -4221,7 +4229,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4221
4229
  * @operationId LayersController_IsExistsAsync
4222
4230
  * @summary Check is resource exists.
4223
4231
  * @request GET:/layers/{name}/exists
4224
- * @response `200` Success
4232
+ * @response `200` OK
4225
4233
  */
4226
4234
 
4227
4235
  }, {
@@ -4237,7 +4245,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4237
4245
  * @operationId LayersController_GetResourceDependencies
4238
4246
  * @summary Get resource dependencies.
4239
4247
  * @request GET:/layers/{name}/dependencies
4240
- * @response `200` Success
4248
+ * @response `200` OK
4241
4249
  */
4242
4250
 
4243
4251
  }, {
@@ -4253,7 +4261,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4253
4261
  * @operationId LayersController_GetResourceReferences
4254
4262
  * @summary Returns the resource dependency information.
4255
4263
  * @request GET:/layers/{name}/references
4256
- * @response `200` Success
4264
+ * @response `200` OK
4257
4265
  */
4258
4266
 
4259
4267
  }, {
@@ -4269,7 +4277,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4269
4277
  * @operationId LayersController_GetPermissions
4270
4278
  * @summary Returns resource permissions.
4271
4279
  * @request GET:/layers/{name}/permissions
4272
- * @response `200` Success
4280
+ * @response `200` OK
4273
4281
  */
4274
4282
 
4275
4283
  }, {
@@ -4285,7 +4293,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4285
4293
  * @operationId LayersController_AddPermissions
4286
4294
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
4287
4295
  * @request POST:/layers/{name}/permissions
4288
- * @response `200` Success
4296
+ * @response `200` OK
4289
4297
  */
4290
4298
 
4291
4299
  }, {
@@ -4301,7 +4309,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4301
4309
  * @operationId LayersController_SetPermissions
4302
4310
  * @summary Replaces existing access control list for the layer with the given one.
4303
4311
  * @request PUT:/layers/{name}/permissions
4304
- * @response `200` Success
4312
+ * @response `200` OK
4305
4313
  */
4306
4314
 
4307
4315
  }, {
@@ -4317,7 +4325,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
4317
4325
  * @operationId LayersController_RemovePermissions
4318
4326
  * @summary Removes permissions for the layer for the given role.
4319
4327
  * @request DELETE:/layers/{name}/permissions/{role}
4320
- * @response `200` Success
4328
+ * @response `200` OK
4321
4329
  */
4322
4330
 
4323
4331
  }, {
@@ -4677,7 +4685,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4677
4685
  * @operationId NamespaceController_GetNamespacesAsync
4678
4686
  * @summary Returns the list of existing namespaces, that correspond to the given conditions.
4679
4687
  * @request GET:/namespaces
4680
- * @response `200` Success
4688
+ * @response `200` OK
4681
4689
  */
4682
4690
  function getNamespaces(query) {
4683
4691
  return this.http.get("/namespaces", query).json();
@@ -4690,7 +4698,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4690
4698
  * @operationId NamespaceController_CreateNamespace
4691
4699
  * @summary Creates a new namespace.
4692
4700
  * @request POST:/namespaces
4693
- * @response `200` Success
4701
+ * @response `200` OK
4694
4702
  */
4695
4703
 
4696
4704
  }, {
@@ -4706,7 +4714,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4706
4714
  * @operationId NamespaceController_GetNamespaceAsync
4707
4715
  * @summary Get namespace information.
4708
4716
  * @request GET:/namespaces/{namespace}
4709
- * @response `200` Success
4717
+ * @response `200` OK
4710
4718
  */
4711
4719
 
4712
4720
  }, {
@@ -4722,7 +4730,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
4722
4730
  * @operationId NamespaceController_RemoveNamespaceAsync
4723
4731
  * @summary Remove namespace.
4724
4732
  * @request DELETE:/namespaces/{namespace}
4725
- * @response `200` Success
4733
+ * @response `200` OK
4726
4734
  */
4727
4735
 
4728
4736
  }, {
@@ -4777,7 +4785,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4777
4785
  * @operationId NotificationServiceController_GetSubscriptionList
4778
4786
  * @summary Returns a list of notification tags that the current session is subscribed to.
4779
4787
  * @request GET:/notifications/subscribes
4780
- * @response `200` Success
4788
+ * @response `200` OK
4781
4789
  */
4782
4790
  function getSubscriptionList() {
4783
4791
  return this.http.get("/notifications/subscribes").json();
@@ -4790,7 +4798,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4790
4798
  * @operationId NotificationServiceController_SubscribeOperation
4791
4799
  * @summary Subscribe current session by subscribe tag. A subscribed session will receive all notifications added for the specified tag.
4792
4800
  * @request POST:/notifications/subscribes
4793
- * @response `200` Success
4801
+ * @response `200` OK
4794
4802
  */
4795
4803
 
4796
4804
  }, {
@@ -4806,7 +4814,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4806
4814
  * @operationId NotificationServiceController_UnsubscribeOperation
4807
4815
  * @summary Unsubscribe from receiving notifications that come for the specified tag.
4808
4816
  * @request DELETE:/notifications/subscribes
4809
- * @response `200` Success
4817
+ * @response `200` OK
4810
4818
  */
4811
4819
 
4812
4820
  }, {
@@ -4822,7 +4830,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4822
4830
  * @operationId NotificationServiceController_SubscribeListOperation
4823
4831
  * @summary Subscribe current session by subscribe tags. A subscribed session will receive all notifications added for the specified tags.
4824
4832
  * @request POST:/notifications/subscribe-list
4825
- * @response `200` Success
4833
+ * @response `200` OK
4826
4834
  */
4827
4835
 
4828
4836
  }, {
@@ -4838,7 +4846,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
4838
4846
  * @operationId NotificationServiceController_UnsubscribeListOperation
4839
4847
  * @summary Unsubscribe from receiving notifications that come for the specified tags.
4840
4848
  * @request POST:/notifications/unsubscribe-list
4841
- * @response `200` Success
4849
+ * @response `200` OK
4842
4850
  */
4843
4851
 
4844
4852
  }, {
@@ -4905,8 +4913,8 @@ let Notification = /*#__PURE__*/function (_NotificationService) {
4905
4913
  || event.code === 4002
4906
4914
  /* InvalidSession */
4907
4915
  ) {
4908
- _this.connectStatus = exports.ConnectionStatus.SessionClosed;
4909
- } else if (_this.reconnectTries < _this.MAX_WS_RECONNECT_TRIES) {
4916
+ _this.connectStatus = exports.ConnectionStatus.SessionClosed;
4917
+ } else if (_this.reconnectTries < _this.MAX_WS_RECONNECT_TRIES) {
4910
4918
  _this.connectStatus = exports.ConnectionStatus.Break;
4911
4919
  _this.reconnectTries++;
4912
4920
 
@@ -5083,7 +5091,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5083
5091
  * @operationId PrintController_Print
5084
5092
  * @summary Print map with template.
5085
5093
  * @request POST:/print/print
5086
- * @response `200` Success
5094
+ * @response `200` OK
5087
5095
  */
5088
5096
  function print(data) {
5089
5097
  return this.http.post("/print/print", data).blob();
@@ -5096,7 +5104,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5096
5104
  * @operationId PrintController_PrintToHtml
5097
5105
  * @summary Print map with template to html string.
5098
5106
  * @request POST:/print/printHtml
5099
- * @response `200` Success
5107
+ * @response `200` OK
5100
5108
  */
5101
5109
 
5102
5110
  }, {
@@ -5112,7 +5120,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5112
5120
  * @operationId PrintController_UploadTemplate
5113
5121
  * @summary Upload template on server.
5114
5122
  * @request POST:/print/templates
5115
- * @response `200` Success
5123
+ * @response `200` OK
5116
5124
  */
5117
5125
 
5118
5126
  }, {
@@ -5128,7 +5136,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5128
5136
  * @operationId PrintController_GetTemplates
5129
5137
  * @summary Get all templates from server.
5130
5138
  * @request GET:/print/templates
5131
- * @response `200` Success
5139
+ * @response `200` OK
5132
5140
  */
5133
5141
 
5134
5142
  }, {
@@ -5144,7 +5152,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5144
5152
  * @operationId PrintController_DeleteTemplate
5145
5153
  * @summary Delete template from server.
5146
5154
  * @request DELETE:/print/templates/{name}
5147
- * @response `200` Success
5155
+ * @response `200` OK
5148
5156
  */
5149
5157
 
5150
5158
  }, {
@@ -5160,7 +5168,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
5160
5168
  * @operationId PrintController_GetTemplate
5161
5169
  * @summary Get template from server.
5162
5170
  * @request GET:/print/templates/{name}
5163
- * @response `200` Success
5171
+ * @response `200` OK
5164
5172
  */
5165
5173
 
5166
5174
  }, {
@@ -5215,7 +5223,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5215
5223
  * @operationId ProjectsController_GetProjectsList
5216
5224
  * @summary Returns the list of projects.
5217
5225
  * @request GET:/projects
5218
- * @response `200` Success
5226
+ * @response `200` OK
5219
5227
  */
5220
5228
  function getProjectsList(query) {
5221
5229
  return this.http.get("/projects", query).json();
@@ -5228,7 +5236,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5228
5236
  * @operationId ProjectsController_CreateProject
5229
5237
  * @summary Creates a new project.
5230
5238
  * @request POST:/projects
5231
- * @response `200` Success
5239
+ * @response `200` OK
5232
5240
  */
5233
5241
 
5234
5242
  }, {
@@ -5244,7 +5252,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5244
5252
  * @operationId ProjectsController_SetPermissionsBatch
5245
5253
  * @summary Overrides multiply resources permissions in single batch.
5246
5254
  * @request PUT:/projects
5247
- * @response `200` Success
5255
+ * @response `200` OK
5248
5256
  */
5249
5257
 
5250
5258
  }, {
@@ -5260,7 +5268,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5260
5268
  * @operationId ProjectsController_DeleteResources
5261
5269
  * @summary Bulk delete resources.
5262
5270
  * @request DELETE:/projects
5263
- * @response `200` Success
5271
+ * @response `200` OK
5264
5272
  */
5265
5273
 
5266
5274
  }, {
@@ -5276,7 +5284,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5276
5284
  * @operationId ProjectsController_UpdateProject
5277
5285
  * @summary Update table.
5278
5286
  * @request PATCH:/projects/{name}
5279
- * @response `200` Success
5287
+ * @response `200` OK
5280
5288
  */
5281
5289
 
5282
5290
  }, {
@@ -5292,7 +5300,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5292
5300
  * @operationId ProjectsController_GetProjectInfo
5293
5301
  * @summary Returns the project and it's content information.
5294
5302
  * @request GET:/projects/{name}
5295
- * @response `200` Success
5303
+ * @response `200` OK
5296
5304
  */
5297
5305
 
5298
5306
  }, {
@@ -5308,7 +5316,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5308
5316
  * @operationId ProjectsController_DeleteResource
5309
5317
  * @summary Deletes resource.
5310
5318
  * @request DELETE:/projects/{name}
5311
- * @response `200` Success
5319
+ * @response `200` OK
5312
5320
  */
5313
5321
 
5314
5322
  }, {
@@ -5324,7 +5332,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5324
5332
  * @operationId ProjectsController_GetProjectsInfoAsync
5325
5333
  * @summary Returns the projects information.
5326
5334
  * @request GET:/projects/batchInfo
5327
- * @response `200` Success
5335
+ * @response `200` OK
5328
5336
  */
5329
5337
 
5330
5338
  }, {
@@ -5340,7 +5348,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5340
5348
  * @operationId ProjectsController_GetProjectLayersExtendedInfo
5341
5349
  * @summary Gets extended project info with layers info.
5342
5350
  * @request GET:/projects/{name}/extended-info
5343
- * @response `200` Success
5351
+ * @response `200` OK
5344
5352
  */
5345
5353
 
5346
5354
  }, {
@@ -5356,7 +5364,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5356
5364
  * @operationId ProjectsController_GetTilesLayerImage
5357
5365
  * @summary Render tile.
5358
5366
  * @request GET:/projects/{name}/tile/{z}/{x}/{y}
5359
- * @response `200` Success
5367
+ * @response `200` OK
5360
5368
  */
5361
5369
 
5362
5370
  }, {
@@ -5372,7 +5380,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5372
5380
  * @operationId ProjectsController_GetPreview
5373
5381
  * @summary Gets preview of resource.
5374
5382
  * @request GET:/projects/{name}/preview
5375
- * @response `200` Success
5383
+ * @response `200` OK
5376
5384
  */
5377
5385
 
5378
5386
  }, {
@@ -5388,7 +5396,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5388
5396
  * @operationId ProjectsController_SetPreview
5389
5397
  * @summary Sets preview to the resource.
5390
5398
  * @request POST:/projects/{name}/preview
5391
- * @response `200` Success
5399
+ * @response `200` OK
5392
5400
  */
5393
5401
 
5394
5402
  }, {
@@ -5404,7 +5412,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5404
5412
  * @operationId ProjectsController_DeletePreview
5405
5413
  * @summary Delete resource preview.
5406
5414
  * @request DELETE:/projects/{name}/preview
5407
- * @response `200` Success
5415
+ * @response `200` OK
5408
5416
  */
5409
5417
 
5410
5418
  }, {
@@ -5420,7 +5428,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5420
5428
  * @operationId ProjectsController_IsExistsAsync
5421
5429
  * @summary Check is resource exists.
5422
5430
  * @request GET:/projects/{name}/exists
5423
- * @response `200` Success
5431
+ * @response `200` OK
5424
5432
  */
5425
5433
 
5426
5434
  }, {
@@ -5436,7 +5444,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5436
5444
  * @operationId ProjectsController_GetResourceDependencies
5437
5445
  * @summary Get resource dependencies.
5438
5446
  * @request GET:/projects/{name}/dependencies
5439
- * @response `200` Success
5447
+ * @response `200` OK
5440
5448
  */
5441
5449
 
5442
5450
  }, {
@@ -5452,7 +5460,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5452
5460
  * @operationId ProjectsController_GetResourceReferences
5453
5461
  * @summary Returns the resource dependency information.
5454
5462
  * @request GET:/projects/{name}/references
5455
- * @response `200` Success
5463
+ * @response `200` OK
5456
5464
  */
5457
5465
 
5458
5466
  }, {
@@ -5468,7 +5476,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5468
5476
  * @operationId ProjectsController_GetPermissions
5469
5477
  * @summary Returns resource permissions.
5470
5478
  * @request GET:/projects/{name}/permissions
5471
- * @response `200` Success
5479
+ * @response `200` OK
5472
5480
  */
5473
5481
 
5474
5482
  }, {
@@ -5484,7 +5492,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5484
5492
  * @operationId ProjectsController_AddPermissions
5485
5493
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
5486
5494
  * @request POST:/projects/{name}/permissions
5487
- * @response `200` Success
5495
+ * @response `200` OK
5488
5496
  */
5489
5497
 
5490
5498
  }, {
@@ -5500,7 +5508,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5500
5508
  * @operationId ProjectsController_SetPermissions
5501
5509
  * @summary Replaces existing access control list for the layer with the given one.
5502
5510
  * @request PUT:/projects/{name}/permissions
5503
- * @response `200` Success
5511
+ * @response `200` OK
5504
5512
  */
5505
5513
 
5506
5514
  }, {
@@ -5516,7 +5524,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
5516
5524
  * @operationId ProjectsController_RemovePermissions
5517
5525
  * @summary Removes permissions for the layer for the given role.
5518
5526
  * @request DELETE:/projects/{name}/permissions/{role}
5519
- * @response `200` Success
5527
+ * @response `200` OK
5520
5528
  */
5521
5529
 
5522
5530
  }, {
@@ -5619,7 +5627,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5619
5627
  * @operationId ResourceCatalogController_CheckLimits
5620
5628
  * @summary Get limits of workspace.
5621
5629
  * @request GET:/resources/checkLimits
5622
- * @response `200` Success
5630
+ * @response `200` OK
5623
5631
  */
5624
5632
  function checkLimits(query) {
5625
5633
  return this.http.get("/resources/checkLimits", query).json();
@@ -5632,7 +5640,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
5632
5640
  * @operationId ResourceCatalogController_CopyResources
5633
5641
  * @summary Copy a set of resources.
5634
5642
  * @request POST:/resources/copy
5635
- * @response `200` Success
5643
+ * @response `200` OK
5636
5644
  */
5637
5645
 
5638
5646
  }, {
@@ -5738,12 +5746,12 @@ let Resources = /*#__PURE__*/function () {
5738
5746
  }, {
5739
5747
  key: "getDependentNames",
5740
5748
  value: function getDependentNames(deps, depType) {
5741
- return deps.filter((_ref) => {
5749
+ return deps.filter(_ref => {
5742
5750
  let {
5743
5751
  type
5744
5752
  } = _ref;
5745
5753
  return type === depType;
5746
- }).map((_ref2) => {
5754
+ }).map(_ref2 => {
5747
5755
  let {
5748
5756
  name
5749
5757
  } = _ref2;
@@ -5783,7 +5791,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5783
5791
  * @operationId SchedulerServiceController_GetTaskList
5784
5792
  * @summary Returns the list of the planned and complete server tasks.
5785
5793
  * @request GET:/scheduler/tasks
5786
- * @response `200` Success
5794
+ * @response `200` OK
5787
5795
  */
5788
5796
  function getTaskList(query) {
5789
5797
  return this.http.get("/scheduler/tasks", query).json();
@@ -5796,7 +5804,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5796
5804
  * @operationId SchedulerServiceController_GetTaskInfo
5797
5805
  * @summary Returns the information about the server task.
5798
5806
  * @request GET:/scheduler/tasks/{id}
5799
- * @response `200` Success
5807
+ * @response `200` OK
5800
5808
  */
5801
5809
 
5802
5810
  }, {
@@ -5812,7 +5820,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5812
5820
  * @operationId SchedulerServiceController_GetTaskProgress
5813
5821
  * @summary Returns the progress of server task.
5814
5822
  * @request GET:/scheduler/tasks/{id}/progress
5815
- * @response `200` Success
5823
+ * @response `200` OK
5816
5824
  */
5817
5825
 
5818
5826
  }, {
@@ -5828,7 +5836,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5828
5836
  * @operationId SchedulerServiceController_CancelTask
5829
5837
  * @summary Cancel task execution by given id.
5830
5838
  * @request POST:/scheduler/tasks/{id}/cancel
5831
- * @response `200` Success
5839
+ * @response `200` OK
5832
5840
  */
5833
5841
 
5834
5842
  }, {
@@ -5844,7 +5852,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5844
5852
  * @operationId SchedulerServiceController_StartCopyTask
5845
5853
  * @summary Plans the execution of a 'copy' server task.
5846
5854
  * @request POST:/scheduler/tasks#type=copy
5847
- * @response `200` Success
5855
+ * @response `200` OK
5848
5856
  */
5849
5857
 
5850
5858
  }, {
@@ -5862,7 +5870,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5862
5870
  * @operationId SchedulerServiceController_StartAggregateTask
5863
5871
  * @summary Plans the execution of a 'aggregate' server task.
5864
5872
  * @request POST:/scheduler/tasks#type=aggregate
5865
- * @response `200` Success
5873
+ * @response `200` OK
5866
5874
  */
5867
5875
 
5868
5876
  }, {
@@ -5880,7 +5888,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5880
5888
  * @operationId SchedulerServiceController_StartBufferTask
5881
5889
  * @summary Plans the execution of a 'buffer' server task.
5882
5890
  * @request POST:/scheduler/tasks#type=buffer
5883
- * @response `200` Success
5891
+ * @response `200` OK
5884
5892
  */
5885
5893
 
5886
5894
  }, {
@@ -5898,7 +5906,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5898
5906
  * @operationId SchedulerServiceController_StartPrintTask
5899
5907
  * @summary Plans the execution of a 'print' server task.
5900
5908
  * @request POST:/scheduler/tasks#type=print
5901
- * @response `200` Success
5909
+ * @response `200` OK
5902
5910
  */
5903
5911
 
5904
5912
  }, {
@@ -5916,7 +5924,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5916
5924
  * @operationId SchedulerServiceController_StartTilingTask
5917
5925
  * @summary Plans the execution of a 'tiling' server task.
5918
5926
  * @request POST:/scheduler/tasks#type=tiling
5919
- * @response `200` Success
5927
+ * @response `200` OK
5920
5928
  */
5921
5929
 
5922
5930
  }, {
@@ -5934,7 +5942,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5934
5942
  * @operationId SchedulerServiceController_StartTilingTask_1
5935
5943
  * @summary Plans the execution of a 'rasterVrt' server task.
5936
5944
  * @request POST:/scheduler/tasks#type=rasterVrt
5937
- * @response `200` Success
5945
+ * @response `200` OK
5938
5946
  */
5939
5947
 
5940
5948
  }, {
@@ -5952,7 +5960,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5952
5960
  * @operationId SchedulerServiceController_StartNetCdfTask
5953
5961
  * @summary Plans the execution of a 'netcdf' server task.
5954
5962
  * @request POST:/scheduler/tasks#type=netcdf
5955
- * @response `200` Success
5963
+ * @response `200` OK
5956
5964
  */
5957
5965
 
5958
5966
  }, {
@@ -5970,7 +5978,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5970
5978
  * @operationId SchedulerServiceController_StartRouteTask
5971
5979
  * @summary Plans the execution of a 'availability area build' server task.
5972
5980
  * @request POST:/scheduler/tasks#type=route
5973
- * @response `200` Success
5981
+ * @response `200` OK
5974
5982
  */
5975
5983
 
5976
5984
  }, {
@@ -5988,7 +5996,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
5988
5996
  * @operationId SchedulerServiceController_StartUnionTask
5989
5997
  * @summary Plans the execution of a 'union' server task.
5990
5998
  * @request POST:/scheduler/tasks#type=union
5991
- * @response `200` Success
5999
+ * @response `200` OK
5992
6000
  */
5993
6001
 
5994
6002
  }, {
@@ -6006,7 +6014,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6006
6014
  * @operationId SchedulerServiceController_StartOverlayTask
6007
6015
  * @summary Plans the execution of a 'subtraction' server task.
6008
6016
  * @request POST:/scheduler/tasks#type=overlay
6009
- * @response `200` Success
6017
+ * @response `200` OK
6010
6018
  */
6011
6019
 
6012
6020
  }, {
@@ -6024,7 +6032,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6024
6032
  * @operationId SchedulerServiceController_StartFilterCopyTask
6025
6033
  * @summary Plans the execution of a 'filter copy' server task.
6026
6034
  * @request POST:/scheduler/tasks#type=filterCopy
6027
- * @response `200` Success
6035
+ * @response `200` OK
6028
6036
  */
6029
6037
 
6030
6038
  }, {
@@ -6042,7 +6050,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6042
6050
  * @operationId SchedulerServiceController_StartPipelineTask
6043
6051
  * @summary Plans the execution of a 'pipeline' server task.
6044
6052
  * @request POST:/scheduler/tasks#type=pipeline
6045
- * @response `200` Success
6053
+ * @response `200` OK
6046
6054
  */
6047
6055
 
6048
6056
  }, {
@@ -6060,7 +6068,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6060
6068
  * @operationId SchedulerServiceController_StartEditAttributesBatch
6061
6069
  * @summary Plans the execution of a 'edit attributes' server task.
6062
6070
  * @request POST:/scheduler/tasks#type=editAttributes
6063
- * @response `200` Success
6071
+ * @response `200` OK
6064
6072
  */
6065
6073
 
6066
6074
  }, {
@@ -6078,7 +6086,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
6078
6086
  * @operationId SchedulerServiceController_UniversalSearchTask
6079
6087
  * @summary Plans the execution of a 'edit attributes' server task.
6080
6088
  * @request POST:/scheduler/tasks#type=universalSearch
6081
- * @response `200` Success
6089
+ * @response `200` OK
6082
6090
  */
6083
6091
 
6084
6092
  }, {
@@ -6199,7 +6207,7 @@ let Scheduler = /*#__PURE__*/function (_SchedulerService) {
6199
6207
  const taskProgress = await this.getTaskProgress(id);
6200
6208
  this.resolveTaskStatus(taskProgress, resolve, reject);
6201
6209
 
6202
- const taskResultCallback = async (_ref) => {
6210
+ const taskResultCallback = async _ref => {
6203
6211
  let {
6204
6212
  data
6205
6213
  } = _ref;
@@ -6270,7 +6278,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6270
6278
  * @operationId SecurityServiceController_FindUserByNameByRoles
6271
6279
  * @summary Get users list with given roles list.
6272
6280
  * @request GET:/security/findUsersWithRoles
6273
- * @response `200` Success
6281
+ * @response `200` OK
6274
6282
  */
6275
6283
  function findUserByNameByRoles(query) {
6276
6284
  return this.http.get("/security/findUsersWithRoles", query).json();
@@ -6283,7 +6291,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6283
6291
  * @operationId SecurityServiceController_GetUsersAndRoles
6284
6292
  * @summary Get users and roles list by filter.
6285
6293
  * @request GET:/security/usersandroles
6286
- * @response `200` Success
6294
+ * @response `200` OK
6287
6295
  */
6288
6296
 
6289
6297
  }, {
@@ -6299,7 +6307,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6299
6307
  * @operationId SecurityServiceController_FindUserByName
6300
6308
  * @summary Returns the list of users found by username.
6301
6309
  * @request GET:/security/users
6302
- * @response `200` Success
6310
+ * @response `200` OK
6303
6311
  */
6304
6312
 
6305
6313
  }, {
@@ -6315,7 +6323,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6315
6323
  * @operationId SecurityServiceController_GetPolicyList
6316
6324
  * @summary Returns the list of server authorization policies of the given type.
6317
6325
  * @request GET:/security/policies
6318
- * @response `200` Success
6326
+ * @response `200` OK
6319
6327
  */
6320
6328
 
6321
6329
  }, {
@@ -6331,7 +6339,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6331
6339
  * @operationId SecurityServiceController_RemovePolicy
6332
6340
  * @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.
6333
6341
  * @request DELETE:/security/policies
6334
- * @response `200` Success
6342
+ * @response `200` OK
6335
6343
  */
6336
6344
 
6337
6345
  }, {
@@ -6347,7 +6355,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
6347
6355
  * @operationId SecurityServiceController_SetPolicy
6348
6356
  * @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.
6349
6357
  * @request POST:/security/policies
6350
- * @response `200` Success
6358
+ * @response `200` OK
6351
6359
  */
6352
6360
 
6353
6361
  }, {
@@ -6422,7 +6430,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6422
6430
  * @operationId StatisticController_StatisticsDb
6423
6431
  * @summary Calculates statistics for layer attribute.
6424
6432
  * @request GET:/statistics
6425
- * @response `200` Success
6433
+ * @response `200` OK
6426
6434
  */
6427
6435
  function statisticsDb(query) {
6428
6436
  return this.http.get("/statistics", query).json();
@@ -6435,7 +6443,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6435
6443
  * @operationId StatisticController_StatisticsDb_1
6436
6444
  * @summary Calculates statistics for layer attribute.
6437
6445
  * @request POST:/statistics
6438
- * @response `200` Success
6446
+ * @response `200` OK
6439
6447
  */
6440
6448
 
6441
6449
  }, {
@@ -6451,7 +6459,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6451
6459
  * @operationId StatisticController_Classify
6452
6460
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6453
6461
  * @request GET:/statistics/classify
6454
- * @response `200` Success
6462
+ * @response `200` OK
6455
6463
  */
6456
6464
 
6457
6465
  }, {
@@ -6467,7 +6475,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6467
6475
  * @operationId StatisticController_Classify_1
6468
6476
  * @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
6469
6477
  * @request POST:/statistics/classify
6470
- * @response `200` Success
6478
+ * @response `200` OK
6471
6479
  */
6472
6480
 
6473
6481
  }, {
@@ -6483,7 +6491,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6483
6491
  * @operationId StatisticController_SumOfProduct
6484
6492
  * @summary Sum of product.
6485
6493
  * @request GET:/statistics/sumOfProduct
6486
- * @response `200` Success
6494
+ * @response `200` OK
6487
6495
  */
6488
6496
 
6489
6497
  }, {
@@ -6499,7 +6507,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
6499
6507
  * @operationId StatisticController_SumOfProduct_1
6500
6508
  * @summary Sum of product.
6501
6509
  * @request POST:/statistics/sumOfProduct
6502
- * @response `200` Success
6510
+ * @response `200` OK
6503
6511
  */
6504
6512
 
6505
6513
  }, {
@@ -6576,7 +6584,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6576
6584
  * @operationId StyleServiceController_GetStyle
6577
6585
  * @summary Returns the style by its id.
6578
6586
  * @request GET:/styles/{id}
6579
- * @response `200` Success
6587
+ * @response `200` OK
6580
6588
  */
6581
6589
  function getStyle(id) {
6582
6590
  return this.http.get("/styles/" + id).json();
@@ -6589,7 +6597,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6589
6597
  * @operationId StyleServiceController_UpdateStyle
6590
6598
  * @summary Replaces a style and gives it a new id.
6591
6599
  * @request POST:/styles/{id}
6592
- * @response `200` Success
6600
+ * @response `200` OK
6593
6601
  */
6594
6602
 
6595
6603
  }, {
@@ -6605,7 +6613,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6605
6613
  * @operationId StyleServiceController_CreateStyle
6606
6614
  * @summary Creates a new style.
6607
6615
  * @request POST:/styles
6608
- * @response `200` Success
6616
+ * @response `200` OK
6609
6617
  */
6610
6618
 
6611
6619
  }, {
@@ -6621,7 +6629,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6621
6629
  * @operationId StyleServiceController_GetAllFonts
6622
6630
  * @summary Gets all installed fonts.
6623
6631
  * @request GET:/styles/fonts
6624
- * @response `200` Success
6632
+ * @response `200` OK
6625
6633
  */
6626
6634
 
6627
6635
  }, {
@@ -6637,7 +6645,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6637
6645
  * @operationId StyleServiceController_AddFont
6638
6646
  * @summary Install new font.
6639
6647
  * @request POST:/styles/fonts
6640
- * @response `200` Success
6648
+ * @response `200` OK
6641
6649
  */
6642
6650
 
6643
6651
  }, {
@@ -6653,7 +6661,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
6653
6661
  * @operationId StyleServiceController_RemoveFont
6654
6662
  * @summary Remove installed font.
6655
6663
  * @request DELETE:/styles/fonts
6656
- * @response `200` Success
6664
+ * @response `200` OK
6657
6665
  */
6658
6666
 
6659
6667
  }, {
@@ -6712,7 +6720,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6712
6720
  * @operationId TablesController_GetTableList
6713
6721
  * @summary Returns the list of tables in data service.
6714
6722
  * @request GET:/tables
6715
- * @response `200` Success
6723
+ * @response `200` OK
6716
6724
  */
6717
6725
  function getTableList(query) {
6718
6726
  return this.http.get("/tables", query).json();
@@ -6725,7 +6733,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6725
6733
  * @operationId TablesController_CreateTable
6726
6734
  * @summary Creates a new table.
6727
6735
  * @request POST:/tables
6728
- * @response `200` Success
6736
+ * @response `200` OK
6729
6737
  */
6730
6738
 
6731
6739
  }, {
@@ -6741,7 +6749,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6741
6749
  * @operationId TablesController_SetPermissionsBatch
6742
6750
  * @summary Overrides multiply resources permissions in single batch.
6743
6751
  * @request PUT:/tables
6744
- * @response `200` Success
6752
+ * @response `200` OK
6745
6753
  */
6746
6754
 
6747
6755
  }, {
@@ -6757,7 +6765,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6757
6765
  * @operationId TablesController_DeleteResources
6758
6766
  * @summary Bulk delete resources.
6759
6767
  * @request DELETE:/tables
6760
- * @response `200` Success
6768
+ * @response `200` OK
6761
6769
  */
6762
6770
 
6763
6771
  }, {
@@ -6773,7 +6781,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6773
6781
  * @operationId TablesController_UpdateTable
6774
6782
  * @summary Update exists table.
6775
6783
  * @request PATCH:/tables/{name}
6776
- * @response `200` Success
6784
+ * @response `200` OK
6777
6785
  */
6778
6786
 
6779
6787
  }, {
@@ -6789,7 +6797,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6789
6797
  * @operationId TablesController_PutTable
6790
6798
  * @summary Override exists table.
6791
6799
  * @request PUT:/tables/{name}
6792
- * @response `200` Success
6800
+ * @response `200` OK
6793
6801
  */
6794
6802
 
6795
6803
  }, {
@@ -6805,7 +6813,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6805
6813
  * @operationId TablesController_GetTableInfo
6806
6814
  * @summary Returns the table information and schema.
6807
6815
  * @request GET:/tables/{name}
6808
- * @response `200` Success
6816
+ * @response `200` OK
6809
6817
  */
6810
6818
 
6811
6819
  }, {
@@ -6821,7 +6829,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6821
6829
  * @operationId TablesController_DeleteResource
6822
6830
  * @summary Deletes resource.
6823
6831
  * @request DELETE:/tables/{name}
6824
- * @response `200` Success
6832
+ * @response `200` OK
6825
6833
  */
6826
6834
 
6827
6835
  }, {
@@ -6837,7 +6845,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6837
6845
  * @operationId TablesController_GetTablesInfoAsync
6838
6846
  * @summary Returns the tables information.
6839
6847
  * @request GET:/tables/batchInfo
6840
- * @response `200` Success
6848
+ * @response `200` OK
6841
6849
  */
6842
6850
 
6843
6851
  }, {
@@ -6853,7 +6861,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6853
6861
  * @operationId TablesController_GetTableData
6854
6862
  * @summary Retrieves the data from the table.
6855
6863
  * @request GET:/tables/{name}/data
6856
- * @response `200` Success
6864
+ * @response `200` OK
6857
6865
  */
6858
6866
 
6859
6867
  }, {
@@ -6874,7 +6882,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6874
6882
  * @operationId TablesController_WriteTableData
6875
6883
  * @summary Adds the data to the table.
6876
6884
  * @request POST:/tables/{name}/data
6877
- * @response `200` Success
6885
+ * @response `200` OK
6878
6886
  */
6879
6887
 
6880
6888
  }, {
@@ -6890,7 +6898,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6890
6898
  * @operationId TablesController_UpdateTableData
6891
6899
  * @summary Updates the data in the table.
6892
6900
  * @request PATCH:/tables/{name}/data
6893
- * @response `200` Success
6901
+ * @response `200` OK
6894
6902
  */
6895
6903
 
6896
6904
  }, {
@@ -6911,7 +6919,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6911
6919
  * @operationId TablesController_DeleteTableData
6912
6920
  * @summary Delete data rows from the table.
6913
6921
  * @request DELETE:/tables/{name}/data
6914
- * @response `200` Success
6922
+ * @response `200` OK
6915
6923
  */
6916
6924
 
6917
6925
  }, {
@@ -6932,7 +6940,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6932
6940
  * @operationId TablesController_GetUniqueDataRowsAsync
6933
6941
  * @summary Returns a single data row for each unique value defined by uniqueColumn.
6934
6942
  * @request GET:/tables/{name}/data/unique-values
6935
- * @response `200` Success
6943
+ * @response `200` OK
6936
6944
  */
6937
6945
 
6938
6946
  }, {
@@ -6953,7 +6961,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6953
6961
  * @operationId TablesController_MapTable
6954
6962
  * @summary Map table to exists table.
6955
6963
  * @request POST:/tables/map-table
6956
- * @response `200` Success
6964
+ * @response `200` OK
6957
6965
  */
6958
6966
 
6959
6967
  }, {
@@ -6969,7 +6977,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6969
6977
  * @operationId TablesController_UnmapTableAsync
6970
6978
  * @summary Unmap datasource from table.
6971
6979
  * @request DELETE:/tables/map-table/{name}
6972
- * @response `200` Success
6980
+ * @response `200` OK
6973
6981
  */
6974
6982
 
6975
6983
  }, {
@@ -6985,7 +6993,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
6985
6993
  * @operationId TablesController_GetPreview
6986
6994
  * @summary Gets preview of resource.
6987
6995
  * @request GET:/tables/{name}/preview
6988
- * @response `200` Success
6996
+ * @response `200` OK
6989
6997
  */
6990
6998
 
6991
6999
  }, {
@@ -7001,7 +7009,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7001
7009
  * @operationId TablesController_SetPreview
7002
7010
  * @summary Sets preview to the resource.
7003
7011
  * @request POST:/tables/{name}/preview
7004
- * @response `200` Success
7012
+ * @response `200` OK
7005
7013
  */
7006
7014
 
7007
7015
  }, {
@@ -7017,7 +7025,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7017
7025
  * @operationId TablesController_DeletePreview
7018
7026
  * @summary Delete resource preview.
7019
7027
  * @request DELETE:/tables/{name}/preview
7020
- * @response `200` Success
7028
+ * @response `200` OK
7021
7029
  */
7022
7030
 
7023
7031
  }, {
@@ -7033,7 +7041,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7033
7041
  * @operationId TablesController_IsExistsAsync
7034
7042
  * @summary Check is resource exists.
7035
7043
  * @request GET:/tables/{name}/exists
7036
- * @response `200` Success
7044
+ * @response `200` OK
7037
7045
  */
7038
7046
 
7039
7047
  }, {
@@ -7049,7 +7057,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7049
7057
  * @operationId TablesController_GetResourceDependencies
7050
7058
  * @summary Get resource dependencies.
7051
7059
  * @request GET:/tables/{name}/dependencies
7052
- * @response `200` Success
7060
+ * @response `200` OK
7053
7061
  */
7054
7062
 
7055
7063
  }, {
@@ -7065,7 +7073,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7065
7073
  * @operationId TablesController_GetResourceReferences
7066
7074
  * @summary Returns the resource dependency information.
7067
7075
  * @request GET:/tables/{name}/references
7068
- * @response `200` Success
7076
+ * @response `200` OK
7069
7077
  */
7070
7078
 
7071
7079
  }, {
@@ -7081,7 +7089,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7081
7089
  * @operationId TablesController_GetPermissions
7082
7090
  * @summary Returns resource permissions.
7083
7091
  * @request GET:/tables/{name}/permissions
7084
- * @response `200` Success
7092
+ * @response `200` OK
7085
7093
  */
7086
7094
 
7087
7095
  }, {
@@ -7097,7 +7105,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7097
7105
  * @operationId TablesController_AddPermissions
7098
7106
  * @summary Adds permissions for the layer, combining existing permissions with the given one.
7099
7107
  * @request POST:/tables/{name}/permissions
7100
- * @response `200` Success
7108
+ * @response `200` OK
7101
7109
  */
7102
7110
 
7103
7111
  }, {
@@ -7113,7 +7121,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7113
7121
  * @operationId TablesController_SetPermissions
7114
7122
  * @summary Replaces existing access control list for the layer with the given one.
7115
7123
  * @request PUT:/tables/{name}/permissions
7116
- * @response `200` Success
7124
+ * @response `200` OK
7117
7125
  */
7118
7126
 
7119
7127
  }, {
@@ -7129,7 +7137,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
7129
7137
  * @operationId TablesController_RemovePermissions
7130
7138
  * @summary Removes permissions for the layer for the given role.
7131
7139
  * @request DELETE:/tables/{name}/permissions/{role}
7132
- * @response `200` Success
7140
+ * @response `200` OK
7133
7141
  */
7134
7142
 
7135
7143
  }, {
@@ -7259,7 +7267,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
7259
7267
  * @operationId VectorTileServiceController_GetVectorTile
7260
7268
  * @summary Get vector tile from visible project layers or single layer.
7261
7269
  * @request GET:/vt/{name}/{z}/{x}/{y}.pbf
7262
- * @response `200` Success
7270
+ * @response `200` OK
7263
7271
  */
7264
7272
  function getVectorTile(_ref) {
7265
7273
  let {