@evergis/api 3.0.183 → 3.0.185
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__generated__/AccountPreviewService.d.ts +3 -3
- package/dist/__generated__/AccountService.d.ts +35 -35
- package/dist/__generated__/BulkOperationsService.d.ts +1 -1
- package/dist/__generated__/CamerasService.d.ts +8 -8
- package/dist/__generated__/CatalogService.d.ts +10 -10
- package/dist/__generated__/ClientSettingsService.d.ts +4 -4
- package/dist/__generated__/EqlTestService.d.ts +7 -7
- package/dist/__generated__/ExternalProvidersService.d.ts +11 -11
- package/dist/__generated__/FeedbackService.d.ts +3 -3
- package/dist/__generated__/FiltersService.d.ts +3 -3
- package/dist/__generated__/GeneralService.d.ts +2 -2
- package/dist/__generated__/GeocodeService.d.ts +3 -3
- package/dist/__generated__/IceRouterService.d.ts +2 -2
- package/dist/__generated__/ImportService.d.ts +12 -12
- package/dist/__generated__/LayersService.d.ts +65 -54
- package/dist/__generated__/NamespaceService.d.ts +4 -4
- package/dist/__generated__/NavigationService.d.ts +1 -1
- package/dist/__generated__/NotificationService.d.ts +5 -5
- package/dist/__generated__/PrintService.d.ts +6 -6
- package/dist/__generated__/ProjectsService.d.ts +23 -23
- package/dist/__generated__/QueryTokenAccessService.d.ts +4 -4
- package/dist/__generated__/ResourceCatalogService.d.ts +2 -2
- package/dist/__generated__/S3Service.d.ts +7 -7
- package/dist/__generated__/SchedulerService.d.ts +20 -20
- package/dist/__generated__/SecurityService.d.ts +6 -6
- package/dist/__generated__/SpatialReferencesService.d.ts +3 -3
- package/dist/__generated__/StaticContentService.d.ts +4 -4
- package/dist/__generated__/StatisticService.d.ts +8 -8
- package/dist/__generated__/StyleService.d.ts +6 -6
- package/dist/__generated__/SymbolStorageService.d.ts +18 -18
- package/dist/__generated__/TablesService.d.ts +29 -29
- package/dist/__generated__/TagsService.d.ts +4 -4
- package/dist/__generated__/UniversalSearchService.d.ts +2 -2
- package/dist/__generated__/VectorTileService.d.ts +1 -1
- package/dist/__generated__/WfsServerService.d.ts +3 -3
- package/dist/__generated__/WmsServerService.d.ts +5 -5
- package/dist/__generated__/WmtsService.d.ts +1 -1
- package/dist/__generated__/data-contracts.d.ts +291 -260
- package/dist/api.cjs.development.js +279 -263
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +279 -263
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Statistic.d.ts +2 -2
- package/package.json +2 -2
|
@@ -339,7 +339,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
|
|
|
339
339
|
* @operationId QueryTokenAccessController_CreateTokenAsync
|
|
340
340
|
* @summary Create new query access token.
|
|
341
341
|
* @request PUT:/accessToken/{username}
|
|
342
|
-
* @response `200`
|
|
342
|
+
* @response `200` OK
|
|
343
343
|
*/
|
|
344
344
|
function createToken(username) {
|
|
345
345
|
return this.http.put("/accessToken/" + username, null).text();
|
|
@@ -352,7 +352,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
|
|
|
352
352
|
* @operationId QueryTokenAccessController_DisableToken
|
|
353
353
|
* @summary Disable token.
|
|
354
354
|
* @request POST:/accessToken/{token}/disable
|
|
355
|
-
* @response `200`
|
|
355
|
+
* @response `200` OK
|
|
356
356
|
*/
|
|
357
357
|
|
|
358
358
|
}, {
|
|
@@ -368,7 +368,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
|
|
|
368
368
|
* @operationId QueryTokenAccessController_EnableToken
|
|
369
369
|
* @summary Enable token.
|
|
370
370
|
* @request POST:/accessToken/{token}/enable
|
|
371
|
-
* @response `200`
|
|
371
|
+
* @response `200` OK
|
|
372
372
|
*/
|
|
373
373
|
|
|
374
374
|
}, {
|
|
@@ -384,7 +384,7 @@ let QueryTokenAccessService = /*#__PURE__*/function (_Service) {
|
|
|
384
384
|
* @operationId QueryTokenAccessController_RevokeToken
|
|
385
385
|
* @summary Revoke token.
|
|
386
386
|
* @request DELETE:/accessToken/{token}
|
|
387
|
-
* @response `200`
|
|
387
|
+
* @response `200` OK
|
|
388
388
|
*/
|
|
389
389
|
|
|
390
390
|
}, {
|
|
@@ -425,7 +425,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
|
|
|
425
425
|
* @operationId SpatialReferencesController_GetAvailiableCsAsync
|
|
426
426
|
* @summary Returns list of available spatial references.
|
|
427
427
|
* @request GET:/srs/list
|
|
428
|
-
* @response `200`
|
|
428
|
+
* @response `200` OK
|
|
429
429
|
*/
|
|
430
430
|
function getAvailiableCs() {
|
|
431
431
|
return this.http.get("/srs/list").json();
|
|
@@ -438,7 +438,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
|
|
|
438
438
|
* @operationId SpatialReferencesController_GetProj4RepresentationAsync
|
|
439
439
|
* @summary Returns a WKT representation of spatial reference.
|
|
440
440
|
* @request GET:/srs/{name}/proj4
|
|
441
|
-
* @response `200`
|
|
441
|
+
* @response `200` OK
|
|
442
442
|
*/
|
|
443
443
|
|
|
444
444
|
}, {
|
|
@@ -454,7 +454,7 @@ let SpatialReferencesService = /*#__PURE__*/function (_Service) {
|
|
|
454
454
|
* @operationId SpatialReferencesController_GetWktRepresentationAsync
|
|
455
455
|
* @summary Returns a WKT representation of spatial reference.
|
|
456
456
|
* @request GET:/srs/{name}/wkt
|
|
457
|
-
* @response `200`
|
|
457
|
+
* @response `200` OK
|
|
458
458
|
*/
|
|
459
459
|
|
|
460
460
|
}, {
|
|
@@ -496,7 +496,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
|
|
|
496
496
|
* @operationId UniversalSearchController_GetSearchResult
|
|
497
497
|
* @summary Returns search result.
|
|
498
498
|
* @request GET:/search/{taskId}/{layerName}
|
|
499
|
-
* @response `200`
|
|
499
|
+
* @response `200` OK
|
|
500
500
|
*/
|
|
501
501
|
function getSearchResult(_ref) {
|
|
502
502
|
let {
|
|
@@ -515,7 +515,7 @@ let UniversalSearchService = /*#__PURE__*/function (_Service) {
|
|
|
515
515
|
* @operationId UniversalSearchController_GetSearchResult_1
|
|
516
516
|
* @summary Returns search result.
|
|
517
517
|
* @request GET:/search/{taskId}
|
|
518
|
-
* @response `200`
|
|
518
|
+
* @response `200` OK
|
|
519
519
|
*/
|
|
520
520
|
|
|
521
521
|
}, {
|
|
@@ -556,7 +556,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
556
556
|
* @operationId CatalogController_GetAll
|
|
557
557
|
* @summary Get all resource with given.
|
|
558
558
|
* @request GET:/resources
|
|
559
|
-
* @response `200`
|
|
559
|
+
* @response `200` OK
|
|
560
560
|
*/
|
|
561
561
|
function getAll(query) {
|
|
562
562
|
return this.http.get("/resources", query).json();
|
|
@@ -569,7 +569,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
569
569
|
* @operationId CatalogController_SearchResources
|
|
570
570
|
* @summary Search resources.
|
|
571
571
|
* @request POST:/resources/search
|
|
572
|
-
* @response `200`
|
|
572
|
+
* @response `200` OK
|
|
573
573
|
*/
|
|
574
574
|
|
|
575
575
|
}, {
|
|
@@ -585,7 +585,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
585
585
|
* @operationId CatalogController_GetResource
|
|
586
586
|
* @summary Get resource with given id.
|
|
587
587
|
* @request GET:/resources/{resourceId}
|
|
588
|
-
* @response `200`
|
|
588
|
+
* @response `200` OK
|
|
589
589
|
*/
|
|
590
590
|
|
|
591
591
|
}, {
|
|
@@ -601,7 +601,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
601
601
|
* @operationId CatalogController_DeleteResource
|
|
602
602
|
* @summary Delete resource.
|
|
603
603
|
* @request DELETE:/resources/{resourceId}
|
|
604
|
-
* @response `200`
|
|
604
|
+
* @response `200` OK
|
|
605
605
|
*/
|
|
606
606
|
|
|
607
607
|
}, {
|
|
@@ -617,7 +617,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
617
617
|
* @operationId CatalogController_MoveResource
|
|
618
618
|
* @summary Rename resource with given id.
|
|
619
619
|
* @request POST:/resources/{resourceId}/move
|
|
620
|
-
* @response `200`
|
|
620
|
+
* @response `200` OK
|
|
621
621
|
*/
|
|
622
622
|
|
|
623
623
|
}, {
|
|
@@ -633,7 +633,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
633
633
|
* @operationId CatalogController_CreateDirectory
|
|
634
634
|
* @summary Create directory.
|
|
635
635
|
* @request POST:/resources/directory
|
|
636
|
-
* @response `200`
|
|
636
|
+
* @response `200` OK
|
|
637
637
|
*/
|
|
638
638
|
|
|
639
639
|
}, {
|
|
@@ -649,7 +649,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
649
649
|
* @operationId CatalogController_CreateFile
|
|
650
650
|
* @summary Create new file.
|
|
651
651
|
* @request POST:/resources/file
|
|
652
|
-
* @response `200`
|
|
652
|
+
* @response `200` OK
|
|
653
653
|
*/
|
|
654
654
|
|
|
655
655
|
}, {
|
|
@@ -665,7 +665,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
665
665
|
* @operationId CatalogController_GetPermissions
|
|
666
666
|
* @summary Set permissions to the resource.
|
|
667
667
|
* @request GET:/resources/{resourceId}/permissions
|
|
668
|
-
* @response `200`
|
|
668
|
+
* @response `200` OK
|
|
669
669
|
*/
|
|
670
670
|
|
|
671
671
|
}, {
|
|
@@ -681,7 +681,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
681
681
|
* @operationId CatalogController_SetPermissions
|
|
682
682
|
* @summary Set permissions to the resource.
|
|
683
683
|
* @request PUT:/resources/{resourceId}/permissions
|
|
684
|
-
* @response `200`
|
|
684
|
+
* @response `200` OK
|
|
685
685
|
*/
|
|
686
686
|
|
|
687
687
|
}, {
|
|
@@ -697,7 +697,7 @@ let CatalogService = /*#__PURE__*/function (_Service) {
|
|
|
697
697
|
* @operationId CatalogController_DownloadFile
|
|
698
698
|
* @summary Download file.
|
|
699
699
|
* @request GET:/resources/{resourceId}/download
|
|
700
|
-
* @response `200`
|
|
700
|
+
* @response `200` OK
|
|
701
701
|
*/
|
|
702
702
|
|
|
703
703
|
}, {
|
|
@@ -744,7 +744,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
744
744
|
* @operationId AccountController_GetUsers
|
|
745
745
|
* @summary Returns the list of users that correspond to the given conditions.
|
|
746
746
|
* @request GET:/account/user/list
|
|
747
|
-
* @response `200`
|
|
747
|
+
* @response `200` OK
|
|
748
748
|
*/
|
|
749
749
|
function getUsers(query) {
|
|
750
750
|
return this.http.get("/account/user/list", query).json();
|
|
@@ -757,7 +757,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
757
757
|
* @operationId AccountController_GetExtendedUsers
|
|
758
758
|
* @summary Returns the list of extended users informations that correspond to the given conditions.
|
|
759
759
|
* @request GET:/account/user/extendedlist
|
|
760
|
-
* @response `200`
|
|
760
|
+
* @response `200` OK
|
|
761
761
|
*/
|
|
762
762
|
|
|
763
763
|
}, {
|
|
@@ -773,7 +773,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
773
773
|
* @operationId AccountController_GetUserInfo
|
|
774
774
|
* @summary Get user basic information.
|
|
775
775
|
* @request GET:/account/{username}
|
|
776
|
-
* @response `200`
|
|
776
|
+
* @response `200` OK
|
|
777
777
|
*/
|
|
778
778
|
|
|
779
779
|
}, {
|
|
@@ -789,7 +789,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
789
789
|
* @operationId AccountController_GetExtendedUserInfo
|
|
790
790
|
* @summary Get user extended information.
|
|
791
791
|
* @request GET:/account/extended/{username}
|
|
792
|
-
* @response `200`
|
|
792
|
+
* @response `200` OK
|
|
793
793
|
*/
|
|
794
794
|
|
|
795
795
|
}, {
|
|
@@ -805,7 +805,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
805
805
|
* @operationId AccountController_IsUsernameExists
|
|
806
806
|
* @summary Checks if the user with the given name is registered in the system.
|
|
807
807
|
* @request GET:/account/user/exists
|
|
808
|
-
* @response `200`
|
|
808
|
+
* @response `200` OK
|
|
809
809
|
*/
|
|
810
810
|
|
|
811
811
|
}, {
|
|
@@ -821,7 +821,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
821
821
|
* @operationId AccountController_IsEmailExists
|
|
822
822
|
* @summary Checks if the user with the given email is registered in the system.
|
|
823
823
|
* @request GET:/account/user/email/exists
|
|
824
|
-
* @response `200`
|
|
824
|
+
* @response `200` OK
|
|
825
825
|
*/
|
|
826
826
|
|
|
827
827
|
}, {
|
|
@@ -837,7 +837,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
837
837
|
* @operationId AccountController_RegisterUser
|
|
838
838
|
* @summary Register new user.
|
|
839
839
|
* @request POST:/account/register
|
|
840
|
-
* @response `200`
|
|
840
|
+
* @response `200` OK
|
|
841
841
|
*/
|
|
842
842
|
|
|
843
843
|
}, {
|
|
@@ -853,7 +853,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
853
853
|
* @operationId AccountController_CreateUser
|
|
854
854
|
* @summary Create new user.
|
|
855
855
|
* @request POST:/account/user
|
|
856
|
-
* @response `200`
|
|
856
|
+
* @response `200` OK
|
|
857
857
|
*/
|
|
858
858
|
|
|
859
859
|
}, {
|
|
@@ -869,7 +869,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
869
869
|
* @operationId AccountController_UpdateUser
|
|
870
870
|
* @summary Update exist user.
|
|
871
871
|
* @request PATCH:/account/user
|
|
872
|
-
* @response `200`
|
|
872
|
+
* @response `200` OK
|
|
873
873
|
*/
|
|
874
874
|
|
|
875
875
|
}, {
|
|
@@ -885,7 +885,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
885
885
|
* @operationId AccountController_ConfirmEmail
|
|
886
886
|
* @summary Confirm user email.
|
|
887
887
|
* @request POST:/account/user/{username}/email/confirm
|
|
888
|
-
* @response `200`
|
|
888
|
+
* @response `200` OK
|
|
889
889
|
*/
|
|
890
890
|
|
|
891
891
|
}, {
|
|
@@ -901,7 +901,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
901
901
|
* @operationId AccountController_VerifyEmail
|
|
902
902
|
* @summary Send email with verification code.
|
|
903
903
|
* @request POST:/account/user/{username}/email/verify
|
|
904
|
-
* @response `200`
|
|
904
|
+
* @response `200` OK
|
|
905
905
|
*/
|
|
906
906
|
|
|
907
907
|
}, {
|
|
@@ -917,7 +917,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
917
917
|
* @operationId AccountController_SetEmail
|
|
918
918
|
* @summary For a user that does not have a set email, sets the email and password. Requires email confirmation through link.
|
|
919
919
|
* @request POST:/account/setEmail
|
|
920
|
-
* @response `200`
|
|
920
|
+
* @response `200` OK
|
|
921
921
|
*/
|
|
922
922
|
|
|
923
923
|
}, {
|
|
@@ -933,7 +933,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
933
933
|
* @operationId AccountController_ConfirmEmail_1
|
|
934
934
|
* @summary Confirm user email by code.
|
|
935
935
|
* @request POST:/account/user/email/confirm
|
|
936
|
-
* @response `200`
|
|
936
|
+
* @response `200` OK
|
|
937
937
|
*/
|
|
938
938
|
|
|
939
939
|
}, {
|
|
@@ -949,7 +949,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
949
949
|
* @operationId AccountController_ChangeEmail
|
|
950
950
|
* @summary Send email message with confirmation code to new email address.
|
|
951
951
|
* @request POST:/account/user/email/change
|
|
952
|
-
* @response `200`
|
|
952
|
+
* @response `200` OK
|
|
953
953
|
*/
|
|
954
954
|
|
|
955
955
|
}, {
|
|
@@ -965,7 +965,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
965
965
|
* @operationId AccountController_ConfirmChangeEmail
|
|
966
966
|
* @summary Check confirmation code and change email address.
|
|
967
967
|
* @request POST:/account/user/email/change/confirm
|
|
968
|
-
* @response `200`
|
|
968
|
+
* @response `200` OK
|
|
969
969
|
*/
|
|
970
970
|
|
|
971
971
|
}, {
|
|
@@ -981,7 +981,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
981
981
|
* @operationId AccountController_SetUserPassword
|
|
982
982
|
* @summary Set user password.
|
|
983
983
|
* @request PATCH:/account/password/set
|
|
984
|
-
* @response `200`
|
|
984
|
+
* @response `200` OK
|
|
985
985
|
*/
|
|
986
986
|
|
|
987
987
|
}, {
|
|
@@ -997,7 +997,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
997
997
|
* @operationId AccountController_ChangePassword
|
|
998
998
|
* @summary Change current user password.
|
|
999
999
|
* @request PATCH:/account/password/change
|
|
1000
|
-
* @response `200`
|
|
1000
|
+
* @response `200` OK
|
|
1001
1001
|
*/
|
|
1002
1002
|
|
|
1003
1003
|
}, {
|
|
@@ -1013,7 +1013,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1013
1013
|
* @operationId AccountController_ResetPassword
|
|
1014
1014
|
* @summary Send reset password message.
|
|
1015
1015
|
* @request POST:/account/password/reset
|
|
1016
|
-
* @response `200`
|
|
1016
|
+
* @response `200` OK
|
|
1017
1017
|
*/
|
|
1018
1018
|
|
|
1019
1019
|
}, {
|
|
@@ -1029,7 +1029,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1029
1029
|
* @operationId AccountController_ResetPasswordCallback
|
|
1030
1030
|
* @summary Reset password.
|
|
1031
1031
|
* @request POST:/account/password/reset/confirm
|
|
1032
|
-
* @response `200`
|
|
1032
|
+
* @response `200` OK
|
|
1033
1033
|
*/
|
|
1034
1034
|
|
|
1035
1035
|
}, {
|
|
@@ -1045,7 +1045,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1045
1045
|
* @operationId AccountController_RemoveUser
|
|
1046
1046
|
* @summary Remove user.
|
|
1047
1047
|
* @request DELETE:/account/user/{username}
|
|
1048
|
-
* @response `200`
|
|
1048
|
+
* @response `200` OK
|
|
1049
1049
|
*/
|
|
1050
1050
|
|
|
1051
1051
|
}, {
|
|
@@ -1061,7 +1061,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1061
1061
|
* @operationId AccountController_ActivateUser
|
|
1062
1062
|
* @summary Activate user.
|
|
1063
1063
|
* @request POST:/account/user/{username}/activate
|
|
1064
|
-
* @response `200`
|
|
1064
|
+
* @response `200` OK
|
|
1065
1065
|
*/
|
|
1066
1066
|
|
|
1067
1067
|
}, {
|
|
@@ -1077,7 +1077,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1077
1077
|
* @operationId AccountController_DeactivateUser
|
|
1078
1078
|
* @summary Deactivate user.
|
|
1079
1079
|
* @request POST:/account/user/{username}/deactivate
|
|
1080
|
-
* @response `200`
|
|
1080
|
+
* @response `200` OK
|
|
1081
1081
|
*/
|
|
1082
1082
|
|
|
1083
1083
|
}, {
|
|
@@ -1093,7 +1093,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1093
1093
|
* @operationId AccountController_Authenticate
|
|
1094
1094
|
* @summary Login.
|
|
1095
1095
|
* @request POST:/account/login
|
|
1096
|
-
* @response `200`
|
|
1096
|
+
* @response `200` OK
|
|
1097
1097
|
*/
|
|
1098
1098
|
|
|
1099
1099
|
}, {
|
|
@@ -1109,7 +1109,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1109
1109
|
* @operationId AccountController_RefreshToken
|
|
1110
1110
|
* @summary Refresh JWT token.
|
|
1111
1111
|
* @request POST:/account/refresh-token
|
|
1112
|
-
* @response `200`
|
|
1112
|
+
* @response `200` OK
|
|
1113
1113
|
*/
|
|
1114
1114
|
|
|
1115
1115
|
}, {
|
|
@@ -1125,7 +1125,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1125
1125
|
* @operationId AccountController_RevokeToken
|
|
1126
1126
|
* @summary Revoke refresh token.
|
|
1127
1127
|
* @request DELETE:/account/revoke-token
|
|
1128
|
-
* @response `200`
|
|
1128
|
+
* @response `200` OK
|
|
1129
1129
|
*/
|
|
1130
1130
|
|
|
1131
1131
|
}, {
|
|
@@ -1141,7 +1141,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1141
1141
|
* @operationId AccountController_LdapLogin
|
|
1142
1142
|
* @summary The external login callback.
|
|
1143
1143
|
* @request POST:/account/external/login/ldap
|
|
1144
|
-
* @response `200`
|
|
1144
|
+
* @response `200` OK
|
|
1145
1145
|
*/
|
|
1146
1146
|
|
|
1147
1147
|
}, {
|
|
@@ -1157,7 +1157,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1157
1157
|
* @operationId AccountController_GetRoles
|
|
1158
1158
|
* @summary Enumerate exist roles.
|
|
1159
1159
|
* @request GET:/account/role/list
|
|
1160
|
-
* @response `200`
|
|
1160
|
+
* @response `200` OK
|
|
1161
1161
|
*/
|
|
1162
1162
|
|
|
1163
1163
|
}, {
|
|
@@ -1173,7 +1173,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1173
1173
|
* @operationId AccountController_CreateRole
|
|
1174
1174
|
* @summary Create new role.
|
|
1175
1175
|
* @request POST:/account/role
|
|
1176
|
-
* @response `200`
|
|
1176
|
+
* @response `200` OK
|
|
1177
1177
|
*/
|
|
1178
1178
|
|
|
1179
1179
|
}, {
|
|
@@ -1189,7 +1189,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1189
1189
|
* @operationId AccountController_UpdateRole
|
|
1190
1190
|
* @summary Update exist role.
|
|
1191
1191
|
* @request PATCH:/account/role
|
|
1192
|
-
* @response `200`
|
|
1192
|
+
* @response `200` OK
|
|
1193
1193
|
*/
|
|
1194
1194
|
|
|
1195
1195
|
}, {
|
|
@@ -1205,7 +1205,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1205
1205
|
* @operationId AccountController_RemoveRole
|
|
1206
1206
|
* @summary Remove role.
|
|
1207
1207
|
* @request DELETE:/account/role/{rolename}
|
|
1208
|
-
* @response `200`
|
|
1208
|
+
* @response `200` OK
|
|
1209
1209
|
*/
|
|
1210
1210
|
|
|
1211
1211
|
}, {
|
|
@@ -1221,7 +1221,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1221
1221
|
* @operationId AccountController_AddToRole
|
|
1222
1222
|
* @summary Add user to role.
|
|
1223
1223
|
* @request POST:/account/user/{username}/role/{role}
|
|
1224
|
-
* @response `200`
|
|
1224
|
+
* @response `200` OK
|
|
1225
1225
|
*/
|
|
1226
1226
|
|
|
1227
1227
|
}, {
|
|
@@ -1237,7 +1237,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1237
1237
|
* @operationId AccountController_RemoveFromRole
|
|
1238
1238
|
* @summary Remove user from role.
|
|
1239
1239
|
* @request DELETE:/account/user/{username}/role/{role}
|
|
1240
|
-
* @response `200`
|
|
1240
|
+
* @response `200` OK
|
|
1241
1241
|
*/
|
|
1242
1242
|
|
|
1243
1243
|
}, {
|
|
@@ -1253,7 +1253,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1253
1253
|
* @operationId AccountController_PostUsedProjects
|
|
1254
1254
|
* @summary Set used project.
|
|
1255
1255
|
* @request POST:/account/latest_projects
|
|
1256
|
-
* @response `200`
|
|
1256
|
+
* @response `200` OK
|
|
1257
1257
|
*/
|
|
1258
1258
|
|
|
1259
1259
|
}, {
|
|
@@ -1269,7 +1269,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1269
1269
|
* @operationId AccountController_GetUsedProjects
|
|
1270
1270
|
* @summary Get used projects.
|
|
1271
1271
|
* @request GET:/account/latest_projects
|
|
1272
|
-
* @response `200`
|
|
1272
|
+
* @response `200` OK
|
|
1273
1273
|
*/
|
|
1274
1274
|
|
|
1275
1275
|
}, {
|
|
@@ -1285,7 +1285,7 @@ let AccountService = /*#__PURE__*/function (_Service) {
|
|
|
1285
1285
|
* @operationId AccountController_TruncateUsedProjects
|
|
1286
1286
|
* @summary Truncate used projects.
|
|
1287
1287
|
* @request DELETE:/account/latest_projects
|
|
1288
|
-
* @response `200`
|
|
1288
|
+
* @response `200` OK
|
|
1289
1289
|
*/
|
|
1290
1290
|
|
|
1291
1291
|
}, {
|
|
@@ -1420,7 +1420,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
|
|
|
1420
1420
|
* @operationId AccountPreviewController_GetPreview
|
|
1421
1421
|
* @summary Get user preview image.
|
|
1422
1422
|
* @request GET:/account/user/preview/{username}
|
|
1423
|
-
* @response `200`
|
|
1423
|
+
* @response `200` OK
|
|
1424
1424
|
*/
|
|
1425
1425
|
function getPreview(username) {
|
|
1426
1426
|
return this.http.createUrl("/account/user/preview/" + username);
|
|
@@ -1433,7 +1433,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
|
|
|
1433
1433
|
* @operationId AccountPreviewController_UploadPreview
|
|
1434
1434
|
* @summary Set user preview image by link.
|
|
1435
1435
|
* @request POST:/account/user/preview/{username}
|
|
1436
|
-
* @response `200`
|
|
1436
|
+
* @response `200` OK
|
|
1437
1437
|
*/
|
|
1438
1438
|
|
|
1439
1439
|
}, {
|
|
@@ -1454,7 +1454,7 @@ let AccountPreviewService = /*#__PURE__*/function (_Service) {
|
|
|
1454
1454
|
* @operationId AccountPreviewController_DeletePreview
|
|
1455
1455
|
* @summary Delete user preview.
|
|
1456
1456
|
* @request DELETE:/account/user/preview/{username}
|
|
1457
|
-
* @response `200`
|
|
1457
|
+
* @response `200` OK
|
|
1458
1458
|
*/
|
|
1459
1459
|
|
|
1460
1460
|
}, {
|
|
@@ -1574,7 +1574,7 @@ let BulkOperationsService = /*#__PURE__*/function (_Service) {
|
|
|
1574
1574
|
* @operationId BulkOperationsController_BatchResourcesPermissionsSet
|
|
1575
1575
|
* @summary Perform resources set acl access batch operation.
|
|
1576
1576
|
* @request PUT:/bulk/resources/permissions
|
|
1577
|
-
* @response `200`
|
|
1577
|
+
* @response `200` OK
|
|
1578
1578
|
*/
|
|
1579
1579
|
function batchResourcesPermissionsSet(data) {
|
|
1580
1580
|
return this.http.put("/bulk/resources/permissions", data).json();
|
|
@@ -1632,7 +1632,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1632
1632
|
* @operationId CamerasController_GetCameras
|
|
1633
1633
|
* @summary Get cameras list.
|
|
1634
1634
|
* @request GET:/cameras
|
|
1635
|
-
* @response `200`
|
|
1635
|
+
* @response `200` OK
|
|
1636
1636
|
*/
|
|
1637
1637
|
function getCameras(query) {
|
|
1638
1638
|
return this.http.get("/cameras", query).json();
|
|
@@ -1645,7 +1645,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1645
1645
|
* @operationId CamerasController_GetArchiveFeed
|
|
1646
1646
|
* @summary Streams an FLV-over-HTTP archive feed starting at specific time.
|
|
1647
1647
|
* @request GET:/cameras/{cameraId}/archiveFeed
|
|
1648
|
-
* @response `200`
|
|
1648
|
+
* @response `200` OK
|
|
1649
1649
|
*/
|
|
1650
1650
|
|
|
1651
1651
|
}, {
|
|
@@ -1666,7 +1666,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1666
1666
|
* @operationId CamerasController_GetArchiveTimeline
|
|
1667
1667
|
* @summary Returns a list of records available within a given timeframe.
|
|
1668
1668
|
* @request GET:/cameras/{cameraId}/archiveTimeline
|
|
1669
|
-
* @response `200`
|
|
1669
|
+
* @response `200` OK
|
|
1670
1670
|
*/
|
|
1671
1671
|
|
|
1672
1672
|
}, {
|
|
@@ -1687,7 +1687,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1687
1687
|
* @operationId CamerasController_GetArchiveCalendar
|
|
1688
1688
|
* @summary Returns a list of records available within a given timeframe.
|
|
1689
1689
|
* @request GET:/cameras/{cameraId}/archiveCalendar
|
|
1690
|
-
* @response `200`
|
|
1690
|
+
* @response `200` OK
|
|
1691
1691
|
*/
|
|
1692
1692
|
|
|
1693
1693
|
}, {
|
|
@@ -1708,7 +1708,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1708
1708
|
* @operationId CamerasController_GetArchiveSnapshot
|
|
1709
1709
|
* @summary Returns a JPEG image from the Camera’s archive.
|
|
1710
1710
|
* @request GET:/cameras/{cameraId}/archiveSnapshot
|
|
1711
|
-
* @response `200`
|
|
1711
|
+
* @response `200` OK
|
|
1712
1712
|
*/
|
|
1713
1713
|
|
|
1714
1714
|
}, {
|
|
@@ -1729,7 +1729,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1729
1729
|
* @operationId CamerasController_GetLiveFeed
|
|
1730
1730
|
* @summary Streams live video feed from the Camera.
|
|
1731
1731
|
* @request GET:/cameras/{cameraId}/liveFeed
|
|
1732
|
-
* @response `200`
|
|
1732
|
+
* @response `200` OK
|
|
1733
1733
|
*/
|
|
1734
1734
|
|
|
1735
1735
|
}, {
|
|
@@ -1750,7 +1750,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1750
1750
|
* @operationId CamerasController_GetLiveSnapshot
|
|
1751
1751
|
* @summary Returns a JPEG image from the Camera’s live feed.
|
|
1752
1752
|
* @request GET:/cameras/{cameraId}/liveSnapshot
|
|
1753
|
-
* @response `200`
|
|
1753
|
+
* @response `200` OK
|
|
1754
1754
|
*/
|
|
1755
1755
|
|
|
1756
1756
|
}, {
|
|
@@ -1766,7 +1766,7 @@ let CamerasService = /*#__PURE__*/function (_Service) {
|
|
|
1766
1766
|
* @operationId CamerasController_GetLivePreviewStream
|
|
1767
1767
|
* @summary Get live preview stream.
|
|
1768
1768
|
* @request GET:/cameras/{cameraId}/getLivePreviewsStream
|
|
1769
|
-
* @response `200`
|
|
1769
|
+
* @response `200` OK
|
|
1770
1770
|
*/
|
|
1771
1771
|
|
|
1772
1772
|
}, {
|
|
@@ -1826,7 +1826,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
|
|
|
1826
1826
|
* @operationId ClientSettingsController_GetConfigurationsList
|
|
1827
1827
|
* @summary Get client configurations.
|
|
1828
1828
|
* @request GET:/settings/config
|
|
1829
|
-
* @response `200`
|
|
1829
|
+
* @response `200` OK
|
|
1830
1830
|
*/
|
|
1831
1831
|
function getConfigurationsList(query) {
|
|
1832
1832
|
return this.http.get("/settings/config", query).json();
|
|
@@ -1839,7 +1839,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
|
|
|
1839
1839
|
* @operationId ClientSettingsController_GetConfiguration
|
|
1840
1840
|
* @summary Get config for urlPath.
|
|
1841
1841
|
* @request GET:/settings
|
|
1842
|
-
* @response `200`
|
|
1842
|
+
* @response `200` OK
|
|
1843
1843
|
*/
|
|
1844
1844
|
|
|
1845
1845
|
}, {
|
|
@@ -1855,7 +1855,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
|
|
|
1855
1855
|
* @operationId ClientSettingsController_SetConfiguration
|
|
1856
1856
|
* @summary Set config for urlPath.
|
|
1857
1857
|
* @request POST:/settings
|
|
1858
|
-
* @response `200`
|
|
1858
|
+
* @response `200` OK
|
|
1859
1859
|
*/
|
|
1860
1860
|
|
|
1861
1861
|
}, {
|
|
@@ -1871,7 +1871,7 @@ let ClientSettingsService = /*#__PURE__*/function (_Service) {
|
|
|
1871
1871
|
* @operationId ClientSettingsController_RemoveConfiguration
|
|
1872
1872
|
* @summary Remove config for urlPath.
|
|
1873
1873
|
* @request DELETE:/settings
|
|
1874
|
-
* @response `200`
|
|
1874
|
+
* @response `200` OK
|
|
1875
1875
|
*/
|
|
1876
1876
|
|
|
1877
1877
|
}, {
|
|
@@ -1949,7 +1949,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
1949
1949
|
* @operationId EqlTestController_GetQueryResult
|
|
1950
1950
|
* @summary Perform resources set acl access batch operation.
|
|
1951
1951
|
* @request POST:/eql/query
|
|
1952
|
-
* @response `200`
|
|
1952
|
+
* @response `200` OK
|
|
1953
1953
|
*/
|
|
1954
1954
|
function getQueryResult(data) {
|
|
1955
1955
|
return this.http.post("/eql/query", data).then(() => {});
|
|
@@ -1962,7 +1962,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
1962
1962
|
* @operationId EqlTestController_GetQueryDescription
|
|
1963
1963
|
* @summary Get EQL result columns definitions.
|
|
1964
1964
|
* @request POST:/eql/description
|
|
1965
|
-
* @response `200`
|
|
1965
|
+
* @response `200` OK
|
|
1966
1966
|
*/
|
|
1967
1967
|
|
|
1968
1968
|
}, {
|
|
@@ -1978,7 +1978,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
1978
1978
|
* @operationId EqlTestController_SetLayerParameterValue
|
|
1979
1979
|
* @summary Set EQL layer parameter.
|
|
1980
1980
|
* @request POST:/eql/setParam
|
|
1981
|
-
* @response `200`
|
|
1981
|
+
* @response `200` OK
|
|
1982
1982
|
*/
|
|
1983
1983
|
|
|
1984
1984
|
}, {
|
|
@@ -1994,7 +1994,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
1994
1994
|
* @operationId EqlTestController_SetLayerParameters
|
|
1995
1995
|
* @summary Set EQL layer parameters.
|
|
1996
1996
|
* @request POST:/eql/setParams
|
|
1997
|
-
* @response `200`
|
|
1997
|
+
* @response `200` OK
|
|
1998
1998
|
*/
|
|
1999
1999
|
|
|
2000
2000
|
}, {
|
|
@@ -2010,7 +2010,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
2010
2010
|
* @operationId EqlTestController_GetLayerParameters
|
|
2011
2011
|
* @summary Get EQL parameter.
|
|
2012
2012
|
* @request GET:/eql/getParam
|
|
2013
|
-
* @response `200`
|
|
2013
|
+
* @response `200` OK
|
|
2014
2014
|
*/
|
|
2015
2015
|
|
|
2016
2016
|
}, {
|
|
@@ -2026,7 +2026,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
2026
2026
|
* @operationId EqlTestController_GetLayerParameters_1
|
|
2027
2027
|
* @summary Get all EQL parameters.
|
|
2028
2028
|
* @request GET:/eql/getParams
|
|
2029
|
-
* @response `200`
|
|
2029
|
+
* @response `200` OK
|
|
2030
2030
|
*/
|
|
2031
2031
|
|
|
2032
2032
|
}, {
|
|
@@ -2042,7 +2042,7 @@ let EqlTestService = /*#__PURE__*/function (_Service) {
|
|
|
2042
2042
|
* @operationId EqlTestController_RemoveLayerParameterValue
|
|
2043
2043
|
* @summary Remove EQL layer parameter.
|
|
2044
2044
|
* @request DELETE:/eql/removeParam
|
|
2045
|
-
* @response `200`
|
|
2045
|
+
* @response `200` OK
|
|
2046
2046
|
*/
|
|
2047
2047
|
|
|
2048
2048
|
}, {
|
|
@@ -2097,7 +2097,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2097
2097
|
* @operationId ExternalProvidersController_VkLogin
|
|
2098
2098
|
* @summary The external login by vk.
|
|
2099
2099
|
* @request GET:/account/external/login/vk
|
|
2100
|
-
* @response `200`
|
|
2100
|
+
* @response `200` OK
|
|
2101
2101
|
*/
|
|
2102
2102
|
function vkLogin() {
|
|
2103
2103
|
return this.http.createUrl("/account/external/login/vk");
|
|
@@ -2110,7 +2110,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2110
2110
|
* @operationId ExternalProvidersController_GoogleLogin
|
|
2111
2111
|
* @summary The external login by google.
|
|
2112
2112
|
* @request GET:/account/external/login/google
|
|
2113
|
-
* @response `200`
|
|
2113
|
+
* @response `200` OK
|
|
2114
2114
|
*/
|
|
2115
2115
|
|
|
2116
2116
|
}, {
|
|
@@ -2126,7 +2126,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2126
2126
|
* @operationId ExternalProvidersController_FacebookLogin
|
|
2127
2127
|
* @summary The external login by facebook.
|
|
2128
2128
|
* @request GET:/account/external/login/facebook
|
|
2129
|
-
* @response `200`
|
|
2129
|
+
* @response `200` OK
|
|
2130
2130
|
*/
|
|
2131
2131
|
|
|
2132
2132
|
}, {
|
|
@@ -2142,7 +2142,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2142
2142
|
* @operationId ExternalProvidersController_LoginCallback
|
|
2143
2143
|
* @summary The external login callback.
|
|
2144
2144
|
* @request GET:/account/external/login/callback
|
|
2145
|
-
* @response `200`
|
|
2145
|
+
* @response `200` OK
|
|
2146
2146
|
*/
|
|
2147
2147
|
|
|
2148
2148
|
}, {
|
|
@@ -2158,7 +2158,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2158
2158
|
* @operationId ExternalProvidersController_UnbindVk
|
|
2159
2159
|
* @summary Unbind external login from current user account (google).
|
|
2160
2160
|
* @request DELETE:/account/external/unbind/vk
|
|
2161
|
-
* @response `200`
|
|
2161
|
+
* @response `200` OK
|
|
2162
2162
|
*/
|
|
2163
2163
|
|
|
2164
2164
|
}, {
|
|
@@ -2174,7 +2174,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2174
2174
|
* @operationId ExternalProvidersController_UnbindGoogle
|
|
2175
2175
|
* @summary Unbind external login from current user account (google).
|
|
2176
2176
|
* @request DELETE:/account/external/unbind/google
|
|
2177
|
-
* @response `200`
|
|
2177
|
+
* @response `200` OK
|
|
2178
2178
|
*/
|
|
2179
2179
|
|
|
2180
2180
|
}, {
|
|
@@ -2190,7 +2190,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2190
2190
|
* @operationId ExternalProvidersController_UnbindFacebook
|
|
2191
2191
|
* @summary Unbind external login from current user account (google).
|
|
2192
2192
|
* @request DELETE:/account/external/unbind/facebook
|
|
2193
|
-
* @response `200`
|
|
2193
|
+
* @response `200` OK
|
|
2194
2194
|
*/
|
|
2195
2195
|
|
|
2196
2196
|
}, {
|
|
@@ -2206,7 +2206,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2206
2206
|
* @operationId ExternalProvidersController_BindVk
|
|
2207
2207
|
* @summary The external login by vk.
|
|
2208
2208
|
* @request GET:/account/external/bind/vk
|
|
2209
|
-
* @response `200`
|
|
2209
|
+
* @response `200` OK
|
|
2210
2210
|
*/
|
|
2211
2211
|
|
|
2212
2212
|
}, {
|
|
@@ -2222,7 +2222,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2222
2222
|
* @operationId ExternalProvidersController_BindGoogle
|
|
2223
2223
|
* @summary The external login by vk.
|
|
2224
2224
|
* @request GET:/account/external/bind/google
|
|
2225
|
-
* @response `200`
|
|
2225
|
+
* @response `200` OK
|
|
2226
2226
|
*/
|
|
2227
2227
|
|
|
2228
2228
|
}, {
|
|
@@ -2238,7 +2238,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2238
2238
|
* @operationId ExternalProvidersController_BindFacebook
|
|
2239
2239
|
* @summary The external login by vk.
|
|
2240
2240
|
* @request GET:/account/external/bind/facebook
|
|
2241
|
-
* @response `200`
|
|
2241
|
+
* @response `200` OK
|
|
2242
2242
|
*/
|
|
2243
2243
|
|
|
2244
2244
|
}, {
|
|
@@ -2254,7 +2254,7 @@ let ExternalProvidersService = /*#__PURE__*/function (_Service) {
|
|
|
2254
2254
|
* @operationId ExternalProvidersController_BindCallback
|
|
2255
2255
|
* @summary Bind external login to current user account.
|
|
2256
2256
|
* @request GET:/account/external/bind/callback
|
|
2257
|
-
* @response `200`
|
|
2257
|
+
* @response `200` OK
|
|
2258
2258
|
*/
|
|
2259
2259
|
|
|
2260
2260
|
}, {
|
|
@@ -2362,7 +2362,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
|
|
|
2362
2362
|
* @operationId FeedbackController_IncreaseResourcesLimit
|
|
2363
2363
|
* @summary Increase resources limit request.
|
|
2364
2364
|
* @request POST:/feedback/limits
|
|
2365
|
-
* @response `200`
|
|
2365
|
+
* @response `200` OK
|
|
2366
2366
|
*/
|
|
2367
2367
|
function increaseResourcesLimit(query) {
|
|
2368
2368
|
return this.http.post("/feedback/limits", null, query).json();
|
|
@@ -2375,7 +2375,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
|
|
|
2375
2375
|
* @operationId FeedbackController_MoreSymbols
|
|
2376
2376
|
* @summary More symbols request.
|
|
2377
2377
|
* @request POST:/feedback/symbol
|
|
2378
|
-
* @response `200`
|
|
2378
|
+
* @response `200` OK
|
|
2379
2379
|
*/
|
|
2380
2380
|
|
|
2381
2381
|
}, {
|
|
@@ -2391,7 +2391,7 @@ let FeedbackService = /*#__PURE__*/function (_Service) {
|
|
|
2391
2391
|
* @operationId FeedbackController_Feedback
|
|
2392
2392
|
* @summary Feedback request.
|
|
2393
2393
|
* @request POST:/feedback
|
|
2394
|
-
* @response `200`
|
|
2394
|
+
* @response `200` OK
|
|
2395
2395
|
*/
|
|
2396
2396
|
|
|
2397
2397
|
}, {
|
|
@@ -2453,7 +2453,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
|
|
|
2453
2453
|
* @operationId StaticContentServiceController_DownloadFile
|
|
2454
2454
|
* @summary Returns a file stream by fileId.
|
|
2455
2455
|
* @request GET:/upload/file
|
|
2456
|
-
* @response `200`
|
|
2456
|
+
* @response `200` OK
|
|
2457
2457
|
*/
|
|
2458
2458
|
function downloadFile(query) {
|
|
2459
2459
|
return this.http.get("/upload/file", query).blob();
|
|
@@ -2466,7 +2466,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
|
|
|
2466
2466
|
* @operationId StaticContentServiceController_UploadFile
|
|
2467
2467
|
* @summary Upload file to temporary session storage.
|
|
2468
2468
|
* @request POST:/upload/file
|
|
2469
|
-
* @response `200`
|
|
2469
|
+
* @response `200` OK
|
|
2470
2470
|
*/
|
|
2471
2471
|
|
|
2472
2472
|
}, {
|
|
@@ -2482,7 +2482,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
|
|
|
2482
2482
|
* @operationId StaticContentServiceController_DeleteFile
|
|
2483
2483
|
* @summary Delete file from temporary session storage.
|
|
2484
2484
|
* @request DELETE:/upload/file
|
|
2485
|
-
* @response `200`
|
|
2485
|
+
* @response `200` OK
|
|
2486
2486
|
*/
|
|
2487
2487
|
|
|
2488
2488
|
}, {
|
|
@@ -2498,7 +2498,7 @@ let StaticContentService = /*#__PURE__*/function (_Service) {
|
|
|
2498
2498
|
* @operationId StaticContentServiceController_GetFileInfo
|
|
2499
2499
|
* @summary Returns a file info download by url.
|
|
2500
2500
|
* @request GET:/upload/fileInfo
|
|
2501
|
-
* @response `200`
|
|
2501
|
+
* @response `200` OK
|
|
2502
2502
|
*/
|
|
2503
2503
|
|
|
2504
2504
|
}, {
|
|
@@ -2563,7 +2563,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
|
|
|
2563
2563
|
* @operationId FiltersServiceController_Get
|
|
2564
2564
|
* @summary Returns the filter by its id.
|
|
2565
2565
|
* @request GET:/filters/{id}
|
|
2566
|
-
* @response `200`
|
|
2566
|
+
* @response `200` OK
|
|
2567
2567
|
*/
|
|
2568
2568
|
function get(id) {
|
|
2569
2569
|
return this.http.get("/filters/" + id).text();
|
|
@@ -2576,7 +2576,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
|
|
|
2576
2576
|
* @operationId FiltersServiceController_Update
|
|
2577
2577
|
* @summary Replaces a filter and gives it a new id.
|
|
2578
2578
|
* @request POST:/filters/{id}
|
|
2579
|
-
* @response `200`
|
|
2579
|
+
* @response `200` OK
|
|
2580
2580
|
*/
|
|
2581
2581
|
|
|
2582
2582
|
}, {
|
|
@@ -2592,7 +2592,7 @@ let FiltersService = /*#__PURE__*/function (_Service) {
|
|
|
2592
2592
|
* @operationId FiltersServiceController_Create
|
|
2593
2593
|
* @summary Creates a new filter.
|
|
2594
2594
|
* @request POST:/filters
|
|
2595
|
-
* @response `200`
|
|
2595
|
+
* @response `200` OK
|
|
2596
2596
|
*/
|
|
2597
2597
|
|
|
2598
2598
|
}, {
|
|
@@ -2647,7 +2647,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
|
|
|
2647
2647
|
* @operationId GeneralController_GetServerInfo
|
|
2648
2648
|
* @summary Returns basic information about the server.
|
|
2649
2649
|
* @request GET:/
|
|
2650
|
-
* @response `200`
|
|
2650
|
+
* @response `200` OK
|
|
2651
2651
|
*/
|
|
2652
2652
|
function getServerInfo() {
|
|
2653
2653
|
return this.http.get("/").json();
|
|
@@ -2660,7 +2660,7 @@ let GeneralService = /*#__PURE__*/function (_Service) {
|
|
|
2660
2660
|
* @operationId GeneralController_GetFunctionsList
|
|
2661
2661
|
* @summary Returns list of available functions.
|
|
2662
2662
|
* @request GET:/functions
|
|
2663
|
-
* @response `200`
|
|
2663
|
+
* @response `200` OK
|
|
2664
2664
|
*/
|
|
2665
2665
|
|
|
2666
2666
|
}, {
|
|
@@ -2718,7 +2718,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
|
|
|
2718
2718
|
* @operationId GeocodeServiceController_Geocode
|
|
2719
2719
|
* @summary Returns geocode geometry.
|
|
2720
2720
|
* @request GET:/geocode/{providerName}
|
|
2721
|
-
* @response `200`
|
|
2721
|
+
* @response `200` OK
|
|
2722
2722
|
*/
|
|
2723
2723
|
function geocode(_ref) {
|
|
2724
2724
|
let {
|
|
@@ -2736,7 +2736,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
|
|
|
2736
2736
|
* @operationId GeocodeServiceController_GeocodeByPoint
|
|
2737
2737
|
* @summary Returns geocode address from point geometry.
|
|
2738
2738
|
* @request GET:/geocode/{providerName}/geocodeByPoint
|
|
2739
|
-
* @response `200`
|
|
2739
|
+
* @response `200` OK
|
|
2740
2740
|
*/
|
|
2741
2741
|
|
|
2742
2742
|
}, {
|
|
@@ -2757,7 +2757,7 @@ let GeocodeService = /*#__PURE__*/function (_Service) {
|
|
|
2757
2757
|
* @operationId GeocodeServiceController_Suggest
|
|
2758
2758
|
* @summary Returns geocode suggest.
|
|
2759
2759
|
* @request GET:/geocode/{providerName}/suggest
|
|
2760
|
-
* @response `200`
|
|
2760
|
+
* @response `200` OK
|
|
2761
2761
|
*/
|
|
2762
2762
|
|
|
2763
2763
|
}, {
|
|
@@ -2834,7 +2834,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
|
|
|
2834
2834
|
* @operationId IceRouterController_StartTask
|
|
2835
2835
|
* @summary Start route build between start and end points.
|
|
2836
2836
|
* @request POST:/ice-router/tasks
|
|
2837
|
-
* @response `200`
|
|
2837
|
+
* @response `200` OK
|
|
2838
2838
|
*/
|
|
2839
2839
|
function startTask(data) {
|
|
2840
2840
|
return this.http.post("/ice-router/tasks", data).text();
|
|
@@ -2847,7 +2847,7 @@ let IceRouterService = /*#__PURE__*/function (_Service) {
|
|
|
2847
2847
|
* @operationId IceRouterController_GetResult
|
|
2848
2848
|
* @summary Get task result.
|
|
2849
2849
|
* @request GET:/ice-router/tasks/{id}
|
|
2850
|
-
* @response `200`
|
|
2850
|
+
* @response `200` OK
|
|
2851
2851
|
*/
|
|
2852
2852
|
|
|
2853
2853
|
}, {
|
|
@@ -2902,7 +2902,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2902
2902
|
* @operationId ImportServiceController_GetDataSchema
|
|
2903
2903
|
* @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
2904
|
* @request GET:/import/dataSchema
|
|
2905
|
-
* @response `200`
|
|
2905
|
+
* @response `200` OK
|
|
2906
2906
|
*/
|
|
2907
2907
|
function getDataSchema(query) {
|
|
2908
2908
|
return this.http.get("/import/dataSchema", query).json();
|
|
@@ -2915,7 +2915,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2915
2915
|
* @operationId ImportServiceController_GetFeaturesCount
|
|
2916
2916
|
* @summary Returns the features count of the given file in temporary static storage.
|
|
2917
2917
|
* @request POST:/import/count
|
|
2918
|
-
* @response `200`
|
|
2918
|
+
* @response `200` OK
|
|
2919
2919
|
*/
|
|
2920
2920
|
|
|
2921
2921
|
}, {
|
|
@@ -2931,7 +2931,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2931
2931
|
* @operationId ImportServiceController_ReadPart
|
|
2932
2932
|
* @summary Returns the features of the given file in temporary static storage.
|
|
2933
2933
|
* @request GET:/import/read
|
|
2934
|
-
* @response `200`
|
|
2934
|
+
* @response `200` OK
|
|
2935
2935
|
*/
|
|
2936
2936
|
|
|
2937
2937
|
}, {
|
|
@@ -2947,7 +2947,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2947
2947
|
* @operationId ImportServiceController_GetExternalWmsLayers
|
|
2948
2948
|
* @summary Get list of external WMS layers.
|
|
2949
2949
|
* @request GET:/import/wms
|
|
2950
|
-
* @response `200`
|
|
2950
|
+
* @response `200` OK
|
|
2951
2951
|
*/
|
|
2952
2952
|
|
|
2953
2953
|
}, {
|
|
@@ -2963,7 +2963,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2963
2963
|
* @operationId ImportServiceController_GetExternalPbfLayers
|
|
2964
2964
|
* @summary Get list of external PBF layers.
|
|
2965
2965
|
* @request GET:/import/pbf
|
|
2966
|
-
* @response `200`
|
|
2966
|
+
* @response `200` OK
|
|
2967
2967
|
*/
|
|
2968
2968
|
|
|
2969
2969
|
}, {
|
|
@@ -2979,7 +2979,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2979
2979
|
* @operationId ImportServiceController_GetExternalPbfFeatures
|
|
2980
2980
|
* @summary Get features list in external PBF layer.
|
|
2981
2981
|
* @request GET:/import/pbf/features
|
|
2982
|
-
* @response `200`
|
|
2982
|
+
* @response `200` OK
|
|
2983
2983
|
*/
|
|
2984
2984
|
|
|
2985
2985
|
}, {
|
|
@@ -2995,7 +2995,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
2995
2995
|
* @operationId ImportServiceController_GetExternalArcgisFSLayers
|
|
2996
2996
|
* @summary Get list of external ArcGis FeatureServer layers.
|
|
2997
2997
|
* @request GET:/import/arcgisfeatureservice
|
|
2998
|
-
* @response `200`
|
|
2998
|
+
* @response `200` OK
|
|
2999
2999
|
*/
|
|
3000
3000
|
|
|
3001
3001
|
}, {
|
|
@@ -3011,7 +3011,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
3011
3011
|
* @operationId ImportServiceController_GetExternalArcGisLayers
|
|
3012
3012
|
* @summary Get list of external ArcGis MapServer layers.
|
|
3013
3013
|
* @request GET:/import/arcgismapservice
|
|
3014
|
-
* @response `200`
|
|
3014
|
+
* @response `200` OK
|
|
3015
3015
|
*/
|
|
3016
3016
|
|
|
3017
3017
|
}, {
|
|
@@ -3027,7 +3027,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
3027
3027
|
* @operationId ImportServiceController_GetRasterAttributes
|
|
3028
3028
|
* @summary Parse raster attributes from file name.
|
|
3029
3029
|
* @request GET:/import/rasterAttributes
|
|
3030
|
-
* @response `200`
|
|
3030
|
+
* @response `200` OK
|
|
3031
3031
|
*/
|
|
3032
3032
|
|
|
3033
3033
|
}, {
|
|
@@ -3043,7 +3043,7 @@ let ImportService = /*#__PURE__*/function (_Service) {
|
|
|
3043
3043
|
* @operationId ImportServiceController_GetRasterMeta
|
|
3044
3044
|
* @summary Get raster meta data.
|
|
3045
3045
|
* @request GET:/import/rasterMeta
|
|
3046
|
-
* @response `200`
|
|
3046
|
+
* @response `200` OK
|
|
3047
3047
|
*/
|
|
3048
3048
|
|
|
3049
3049
|
}, {
|
|
@@ -3118,7 +3118,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3118
3118
|
* @operationId LayersController_GetLayersList
|
|
3119
3119
|
* @summary Returns list of the available layers.
|
|
3120
3120
|
* @request GET:/layers
|
|
3121
|
-
* @response `200`
|
|
3121
|
+
* @response `200` OK
|
|
3122
3122
|
*/
|
|
3123
3123
|
function getLayersList(query) {
|
|
3124
3124
|
return this.http.get("/layers", query).json();
|
|
@@ -3131,7 +3131,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3131
3131
|
* @operationId LayersController_SetPermissionsBatch
|
|
3132
3132
|
* @summary Overrides multiply resources permissions in single batch.
|
|
3133
3133
|
* @request PUT:/layers
|
|
3134
|
-
* @response `200`
|
|
3134
|
+
* @response `200` OK
|
|
3135
3135
|
*/
|
|
3136
3136
|
|
|
3137
3137
|
}, {
|
|
@@ -3147,7 +3147,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3147
3147
|
* @operationId LayersController_DeleteResources
|
|
3148
3148
|
* @summary Bulk delete resources.
|
|
3149
3149
|
* @request DELETE:/layers
|
|
3150
|
-
* @response `200`
|
|
3150
|
+
* @response `200` OK
|
|
3151
3151
|
*/
|
|
3152
3152
|
|
|
3153
3153
|
}, {
|
|
@@ -3163,7 +3163,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3163
3163
|
* @operationId LayersController_GetLayerInfoAsync
|
|
3164
3164
|
* @summary Returns the layer information.
|
|
3165
3165
|
* @request GET:/layers/{name}
|
|
3166
|
-
* @response `200`
|
|
3166
|
+
* @response `200` OK
|
|
3167
3167
|
*/
|
|
3168
3168
|
|
|
3169
3169
|
}, {
|
|
@@ -3179,7 +3179,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3179
3179
|
* @operationId LayersController_DeleteResource
|
|
3180
3180
|
* @summary Deletes resource.
|
|
3181
3181
|
* @request DELETE:/layers/{name}
|
|
3182
|
-
* @response `200`
|
|
3182
|
+
* @response `200` OK
|
|
3183
3183
|
*/
|
|
3184
3184
|
|
|
3185
3185
|
}, {
|
|
@@ -3195,7 +3195,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3195
3195
|
* @operationId LayersController_GetLayersInfoAsync
|
|
3196
3196
|
* @summary Returns the layers information.
|
|
3197
3197
|
* @request GET:/layers/batchInfo
|
|
3198
|
-
* @response `200`
|
|
3198
|
+
* @response `200` OK
|
|
3199
3199
|
*/
|
|
3200
3200
|
|
|
3201
3201
|
}, {
|
|
@@ -3247,7 +3247,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3247
3247
|
* @operationId LayersController_PublishRouteService
|
|
3248
3248
|
* @summary Creates new Route Service.
|
|
3249
3249
|
* @request POST:/layers#type=RouteService
|
|
3250
|
-
* @response `200`
|
|
3250
|
+
* @response `200` OK
|
|
3251
3251
|
*/
|
|
3252
3252
|
|
|
3253
3253
|
}, {
|
|
@@ -3265,7 +3265,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3265
3265
|
* @operationId LayersController_PublishLinearService
|
|
3266
3266
|
* @summary Creates new Linear Service.
|
|
3267
3267
|
* @request POST:/layers#type=LinearService
|
|
3268
|
-
* @response `200`
|
|
3268
|
+
* @response `200` OK
|
|
3269
3269
|
*/
|
|
3270
3270
|
|
|
3271
3271
|
}, {
|
|
@@ -3569,7 +3569,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3569
3569
|
* @operationId LayersController_GetFeatures
|
|
3570
3570
|
* @summary Returns list of the layer features.
|
|
3571
3571
|
* @request POST:/layers/{name}/features/query
|
|
3572
|
-
* @response `200`
|
|
3572
|
+
* @response `200` OK
|
|
3573
3573
|
*/
|
|
3574
3574
|
|
|
3575
3575
|
}, {
|
|
@@ -3585,7 +3585,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3585
3585
|
* @operationId LayersController_GetFeatures_1
|
|
3586
3586
|
* @summary Returns list of the layer features.
|
|
3587
3587
|
* @request GET:/layers/{name}/features
|
|
3588
|
-
* @response `200`
|
|
3588
|
+
* @response `200` OK
|
|
3589
3589
|
*/
|
|
3590
3590
|
|
|
3591
3591
|
}, {
|
|
@@ -3606,7 +3606,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3606
3606
|
* @operationId LayersController_DeleteFeature
|
|
3607
3607
|
* @summary Deletes feature by id.
|
|
3608
3608
|
* @request DELETE:/layers/{name}/features
|
|
3609
|
-
* @response `200`
|
|
3609
|
+
* @response `200` OK
|
|
3610
3610
|
*/
|
|
3611
3611
|
|
|
3612
3612
|
}, {
|
|
@@ -3627,7 +3627,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3627
3627
|
* @operationId LayersController_CreateFeatures
|
|
3628
3628
|
* @summary Creates features list of type.SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
3629
3629
|
* @request POST:/layers/{name}/features
|
|
3630
|
-
* @response `200`
|
|
3630
|
+
* @response `200` OK
|
|
3631
3631
|
*/
|
|
3632
3632
|
|
|
3633
3633
|
}, {
|
|
@@ -3643,7 +3643,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3643
3643
|
* @operationId LayersController_UpdateFeature
|
|
3644
3644
|
* @summary Updates features list SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
3645
3645
|
* @request PATCH:/layers/{name}/features
|
|
3646
|
-
* @response `200`
|
|
3646
|
+
* @response `200` OK
|
|
3647
3647
|
*/
|
|
3648
3648
|
|
|
3649
3649
|
}, {
|
|
@@ -3659,7 +3659,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3659
3659
|
* @operationId LayersController_FeaturesContains
|
|
3660
3660
|
* @summary Gets filtered features with given filter.
|
|
3661
3661
|
* @request GET:/layers/{name}/features/contains
|
|
3662
|
-
* @response `200`
|
|
3662
|
+
* @response `200` OK
|
|
3663
3663
|
*/
|
|
3664
3664
|
|
|
3665
3665
|
}, {
|
|
@@ -3680,7 +3680,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3680
3680
|
* @operationId LayersController_GetByIdAsync
|
|
3681
3681
|
* @summary Gets feature by id.
|
|
3682
3682
|
* @request GET:/layers/{name}/features/{id}
|
|
3683
|
-
* @response `200`
|
|
3683
|
+
* @response `200` OK
|
|
3684
3684
|
*/
|
|
3685
3685
|
|
|
3686
3686
|
}, {
|
|
@@ -3702,7 +3702,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3702
3702
|
* @operationId LayersController_Unite
|
|
3703
3703
|
* @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
3704
|
* @request POST:/layers/{name}/features/{id}/unite
|
|
3705
|
-
* @response `200`
|
|
3705
|
+
* @response `200` OK
|
|
3706
3706
|
*/
|
|
3707
3707
|
|
|
3708
3708
|
}, {
|
|
@@ -3724,7 +3724,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3724
3724
|
* @operationId LayersController_Subtract
|
|
3725
3725
|
* @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
3726
|
* @request POST:/layers/{name}/features/{id}/subtract
|
|
3727
|
-
* @response `200`
|
|
3727
|
+
* @response `200` OK
|
|
3728
3728
|
*/
|
|
3729
3729
|
|
|
3730
3730
|
}, {
|
|
@@ -3746,7 +3746,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3746
3746
|
* @operationId LayersController_GetTilesLayerImage
|
|
3747
3747
|
* @summary Render tile with input indexes.
|
|
3748
3748
|
* @request GET:/layers/{name}/tile/{z}/{x}/{y}
|
|
3749
|
-
* @response `200`
|
|
3749
|
+
* @response `200` OK
|
|
3750
3750
|
*/
|
|
3751
3751
|
|
|
3752
3752
|
}, {
|
|
@@ -3770,7 +3770,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3770
3770
|
* @operationId LayersController_GetLayerImage
|
|
3771
3771
|
* @summary Renders the layer to the image of the requested size.
|
|
3772
3772
|
* @request GET:/layers/{name}/export
|
|
3773
|
-
* @response `200`
|
|
3773
|
+
* @response `200` OK
|
|
3774
3774
|
*/
|
|
3775
3775
|
|
|
3776
3776
|
}, {
|
|
@@ -3791,7 +3791,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3791
3791
|
* @operationId LayersController_GetLayerExtent
|
|
3792
3792
|
* @summary Returns the extent of the layer.
|
|
3793
3793
|
* @request GET:/layers/{name}/extent
|
|
3794
|
-
* @response `200`
|
|
3794
|
+
* @response `200` OK
|
|
3795
3795
|
*/
|
|
3796
3796
|
|
|
3797
3797
|
}, {
|
|
@@ -3812,7 +3812,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3812
3812
|
* @operationId LayersController_GetByGeometryAsync
|
|
3813
3813
|
* @summary Gets the features within the given geometry.
|
|
3814
3814
|
* @request GET:/layers/{name}/features/getByGeometry
|
|
3815
|
-
* @response `200`
|
|
3815
|
+
* @response `200` OK
|
|
3816
3816
|
*/
|
|
3817
3817
|
|
|
3818
3818
|
}, {
|
|
@@ -3833,7 +3833,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3833
3833
|
* @operationId LayersController_GetByGeometryAsync_1
|
|
3834
3834
|
* @summary Gets the features within the given geometry.
|
|
3835
3835
|
* @request POST:/layers/{name}/features/getByGeometry
|
|
3836
|
-
* @response `200`
|
|
3836
|
+
* @response `200` OK
|
|
3837
3837
|
*/
|
|
3838
3838
|
|
|
3839
3839
|
}, {
|
|
@@ -3854,7 +3854,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3854
3854
|
* @operationId LayersController_DeleteFeatures
|
|
3855
3855
|
* @summary Delete a list of features by given ids. Example: ids=1,2,3.
|
|
3856
3856
|
* @request DELETE:/layers/{name}/features/deleteByIds
|
|
3857
|
-
* @response `200`
|
|
3857
|
+
* @response `200` OK
|
|
3858
3858
|
*/
|
|
3859
3859
|
|
|
3860
3860
|
}, {
|
|
@@ -3875,7 +3875,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3875
3875
|
* @operationId LayersController_DeleteByCondition
|
|
3876
3876
|
* @summary Delete a list of features by condition with exclude given ids.
|
|
3877
3877
|
* @request DELETE:/layers/{name}/features/deleteByCondition
|
|
3878
|
-
* @response `200`
|
|
3878
|
+
* @response `200` OK
|
|
3879
3879
|
*/
|
|
3880
3880
|
|
|
3881
3881
|
}, {
|
|
@@ -3896,7 +3896,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3896
3896
|
* @operationId LayersController_GetByGeometryAsync_2
|
|
3897
3897
|
* @summary Gets the features by click position.
|
|
3898
3898
|
* @request GET:/layers/{name}/features/getByGeometryByClick
|
|
3899
|
-
* @response `200`
|
|
3899
|
+
* @response `200` OK
|
|
3900
3900
|
*/
|
|
3901
3901
|
|
|
3902
3902
|
}, {
|
|
@@ -3917,7 +3917,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3917
3917
|
* @operationId LayersController_Classify
|
|
3918
3918
|
* @summary Returns the classified attribute values that correspond to the given number of classes.
|
|
3919
3919
|
* @request GET:/layers/{name}/classify
|
|
3920
|
-
* @response `200`
|
|
3920
|
+
* @response `200` OK
|
|
3921
3921
|
*/
|
|
3922
3922
|
|
|
3923
3923
|
}, {
|
|
@@ -3938,7 +3938,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3938
3938
|
* @operationId LayersController_Distincts
|
|
3939
3939
|
* @summary Returns distinct attribute values and their count.
|
|
3940
3940
|
* @request GET:/layers/{name}/distincts
|
|
3941
|
-
* @response `200`
|
|
3941
|
+
* @response `200` OK
|
|
3942
3942
|
*/
|
|
3943
3943
|
|
|
3944
3944
|
}, {
|
|
@@ -3959,7 +3959,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3959
3959
|
* @operationId LayersController_AggregateAttribute
|
|
3960
3960
|
* @summary Returns aggregated value of given attribute aggregationAttributeName within a given groups groups.
|
|
3961
3961
|
* @request GET:/layers/{name}/aggregate-values
|
|
3962
|
-
* @response `200`
|
|
3962
|
+
* @response `200` OK
|
|
3963
3963
|
*/
|
|
3964
3964
|
|
|
3965
3965
|
}, {
|
|
@@ -3980,7 +3980,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3980
3980
|
* @operationId LayersController_GetFilteredFeaturesCount
|
|
3981
3981
|
* @summary Get features count according layer filter of the given name.
|
|
3982
3982
|
* @request GET:/layers/{name}/features/count
|
|
3983
|
-
* @response `200`
|
|
3983
|
+
* @response `200` OK
|
|
3984
3984
|
*/
|
|
3985
3985
|
|
|
3986
3986
|
}, {
|
|
@@ -4001,7 +4001,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4001
4001
|
* @operationId LayersController_GetFilteredFeaturesCount_1
|
|
4002
4002
|
* @summary Get features count according layer filter of the given name.
|
|
4003
4003
|
* @request POST:/layers/{name}/features/count
|
|
4004
|
-
* @response `200`
|
|
4004
|
+
* @response `200` OK
|
|
4005
4005
|
*/
|
|
4006
4006
|
|
|
4007
4007
|
}, {
|
|
@@ -4017,7 +4017,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4017
4017
|
* @operationId LayersController_EditAttributes
|
|
4018
4018
|
* @summary Edit attributes with editInfo.
|
|
4019
4019
|
* @request POST:/layers/{name}/features/edit-attributes
|
|
4020
|
-
* @response `200`
|
|
4020
|
+
* @response `200` OK
|
|
4021
4021
|
*/
|
|
4022
4022
|
|
|
4023
4023
|
}, {
|
|
@@ -4033,7 +4033,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4033
4033
|
* @operationId LayersController_SelectFeatures
|
|
4034
4034
|
* @summary Selects features from the given layers by the visual point on the map.
|
|
4035
4035
|
* @request GET:/layers/features/select
|
|
4036
|
-
* @response `200`
|
|
4036
|
+
* @response `200` OK
|
|
4037
4037
|
*/
|
|
4038
4038
|
|
|
4039
4039
|
}, {
|
|
@@ -4049,7 +4049,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4049
4049
|
* @operationId LayersController_ValidateExpression
|
|
4050
4050
|
* @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
4051
|
* @request GET:/layers/{layerName}/validateExpression
|
|
4052
|
-
* @response `200`
|
|
4052
|
+
* @response `200` OK
|
|
4053
4053
|
* @response `400` Bad Request
|
|
4054
4054
|
*/
|
|
4055
4055
|
|
|
@@ -4071,7 +4071,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4071
4071
|
* @operationId LayersController_GetRasterMeta
|
|
4072
4072
|
* @summary Get raster metadata.
|
|
4073
4073
|
* @request GET:/layers/{name}/{id}/metadata
|
|
4074
|
-
* @response `200`
|
|
4074
|
+
* @response `200` OK
|
|
4075
4075
|
*/
|
|
4076
4076
|
|
|
4077
4077
|
}, {
|
|
@@ -4093,7 +4093,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4093
4093
|
* @operationId LayersController_CreateRoute
|
|
4094
4094
|
* @summary Create new route (feature) from source features.
|
|
4095
4095
|
* @request POST:/layers/{name}/createRoute
|
|
4096
|
-
* @response `200`
|
|
4096
|
+
* @response `200` OK
|
|
4097
4097
|
*/
|
|
4098
4098
|
|
|
4099
4099
|
}, {
|
|
@@ -4109,7 +4109,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4109
4109
|
* @operationId LayersController_ApplyStyle
|
|
4110
4110
|
* @summary Create data layout and image layout for given style.
|
|
4111
4111
|
* @request PUT:/layers/{name}/style
|
|
4112
|
-
* @response `200`
|
|
4112
|
+
* @response `200` OK
|
|
4113
4113
|
*/
|
|
4114
4114
|
|
|
4115
4115
|
}, {
|
|
@@ -4117,6 +4117,22 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4117
4117
|
value: function applyStyle(name, data) {
|
|
4118
4118
|
return this.http.put("/layers/" + name + "/style", data).then(() => {});
|
|
4119
4119
|
}
|
|
4120
|
+
/**
|
|
4121
|
+
* No description
|
|
4122
|
+
*
|
|
4123
|
+
* @tags Layers
|
|
4124
|
+
* @name GetStyle
|
|
4125
|
+
* @operationId LayersController_GetStyle
|
|
4126
|
+
* @summary Get style of the given layer.
|
|
4127
|
+
* @request GET:/layers/{name}/style
|
|
4128
|
+
* @response `200` OK
|
|
4129
|
+
*/
|
|
4130
|
+
|
|
4131
|
+
}, {
|
|
4132
|
+
key: "getStyle",
|
|
4133
|
+
value: function getStyle(name) {
|
|
4134
|
+
return this.http.get("/layers/" + name + "/style").json();
|
|
4135
|
+
}
|
|
4120
4136
|
/**
|
|
4121
4137
|
* No description
|
|
4122
4138
|
*
|
|
@@ -4125,7 +4141,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4125
4141
|
* @operationId LayersController_GetImageLayout
|
|
4126
4142
|
* @summary Get date layout.
|
|
4127
4143
|
* @request GET:/layers/{name}/style/sprite.png
|
|
4128
|
-
* @response `200`
|
|
4144
|
+
* @response `200` OK
|
|
4129
4145
|
*/
|
|
4130
4146
|
|
|
4131
4147
|
}, {
|
|
@@ -4141,7 +4157,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4141
4157
|
* @operationId LayersController_GetDataLayout
|
|
4142
4158
|
* @summary Get image layout.
|
|
4143
4159
|
* @request GET:/layers/{name}/style/sprite.json
|
|
4144
|
-
* @response `200`
|
|
4160
|
+
* @response `200` OK
|
|
4145
4161
|
*/
|
|
4146
4162
|
|
|
4147
4163
|
}, {
|
|
@@ -4157,7 +4173,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4157
4173
|
* @operationId LayersController_GetPreview
|
|
4158
4174
|
* @summary Gets preview of resource.
|
|
4159
4175
|
* @request GET:/layers/{name}/preview
|
|
4160
|
-
* @response `200`
|
|
4176
|
+
* @response `200` OK
|
|
4161
4177
|
*/
|
|
4162
4178
|
|
|
4163
4179
|
}, {
|
|
@@ -4173,7 +4189,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4173
4189
|
* @operationId LayersController_SetPreview
|
|
4174
4190
|
* @summary Sets preview to the resource.
|
|
4175
4191
|
* @request POST:/layers/{name}/preview
|
|
4176
|
-
* @response `200`
|
|
4192
|
+
* @response `200` OK
|
|
4177
4193
|
*/
|
|
4178
4194
|
|
|
4179
4195
|
}, {
|
|
@@ -4189,7 +4205,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4189
4205
|
* @operationId LayersController_DeletePreview
|
|
4190
4206
|
* @summary Delete resource preview.
|
|
4191
4207
|
* @request DELETE:/layers/{name}/preview
|
|
4192
|
-
* @response `200`
|
|
4208
|
+
* @response `200` OK
|
|
4193
4209
|
*/
|
|
4194
4210
|
|
|
4195
4211
|
}, {
|
|
@@ -4205,7 +4221,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4205
4221
|
* @operationId LayersController_IsExistsAsync
|
|
4206
4222
|
* @summary Check is resource exists.
|
|
4207
4223
|
* @request GET:/layers/{name}/exists
|
|
4208
|
-
* @response `200`
|
|
4224
|
+
* @response `200` OK
|
|
4209
4225
|
*/
|
|
4210
4226
|
|
|
4211
4227
|
}, {
|
|
@@ -4221,7 +4237,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4221
4237
|
* @operationId LayersController_GetResourceDependencies
|
|
4222
4238
|
* @summary Get resource dependencies.
|
|
4223
4239
|
* @request GET:/layers/{name}/dependencies
|
|
4224
|
-
* @response `200`
|
|
4240
|
+
* @response `200` OK
|
|
4225
4241
|
*/
|
|
4226
4242
|
|
|
4227
4243
|
}, {
|
|
@@ -4237,7 +4253,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4237
4253
|
* @operationId LayersController_GetResourceReferences
|
|
4238
4254
|
* @summary Returns the resource dependency information.
|
|
4239
4255
|
* @request GET:/layers/{name}/references
|
|
4240
|
-
* @response `200`
|
|
4256
|
+
* @response `200` OK
|
|
4241
4257
|
*/
|
|
4242
4258
|
|
|
4243
4259
|
}, {
|
|
@@ -4253,7 +4269,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4253
4269
|
* @operationId LayersController_GetPermissions
|
|
4254
4270
|
* @summary Returns resource permissions.
|
|
4255
4271
|
* @request GET:/layers/{name}/permissions
|
|
4256
|
-
* @response `200`
|
|
4272
|
+
* @response `200` OK
|
|
4257
4273
|
*/
|
|
4258
4274
|
|
|
4259
4275
|
}, {
|
|
@@ -4269,7 +4285,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4269
4285
|
* @operationId LayersController_AddPermissions
|
|
4270
4286
|
* @summary Adds permissions for the layer, combining existing permissions with the given one.
|
|
4271
4287
|
* @request POST:/layers/{name}/permissions
|
|
4272
|
-
* @response `200`
|
|
4288
|
+
* @response `200` OK
|
|
4273
4289
|
*/
|
|
4274
4290
|
|
|
4275
4291
|
}, {
|
|
@@ -4285,7 +4301,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4285
4301
|
* @operationId LayersController_SetPermissions
|
|
4286
4302
|
* @summary Replaces existing access control list for the layer with the given one.
|
|
4287
4303
|
* @request PUT:/layers/{name}/permissions
|
|
4288
|
-
* @response `200`
|
|
4304
|
+
* @response `200` OK
|
|
4289
4305
|
*/
|
|
4290
4306
|
|
|
4291
4307
|
}, {
|
|
@@ -4301,7 +4317,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4301
4317
|
* @operationId LayersController_RemovePermissions
|
|
4302
4318
|
* @summary Removes permissions for the layer for the given role.
|
|
4303
4319
|
* @request DELETE:/layers/{name}/permissions/{role}
|
|
4304
|
-
* @response `200`
|
|
4320
|
+
* @response `200` OK
|
|
4305
4321
|
*/
|
|
4306
4322
|
|
|
4307
4323
|
}, {
|
|
@@ -4661,7 +4677,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
|
|
|
4661
4677
|
* @operationId NamespaceController_GetNamespacesAsync
|
|
4662
4678
|
* @summary Returns the list of existing namespaces, that correspond to the given conditions.
|
|
4663
4679
|
* @request GET:/namespaces
|
|
4664
|
-
* @response `200`
|
|
4680
|
+
* @response `200` OK
|
|
4665
4681
|
*/
|
|
4666
4682
|
function getNamespaces(query) {
|
|
4667
4683
|
return this.http.get("/namespaces", query).json();
|
|
@@ -4674,7 +4690,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
|
|
|
4674
4690
|
* @operationId NamespaceController_CreateNamespace
|
|
4675
4691
|
* @summary Creates a new namespace.
|
|
4676
4692
|
* @request POST:/namespaces
|
|
4677
|
-
* @response `200`
|
|
4693
|
+
* @response `200` OK
|
|
4678
4694
|
*/
|
|
4679
4695
|
|
|
4680
4696
|
}, {
|
|
@@ -4690,7 +4706,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
|
|
|
4690
4706
|
* @operationId NamespaceController_GetNamespaceAsync
|
|
4691
4707
|
* @summary Get namespace information.
|
|
4692
4708
|
* @request GET:/namespaces/{namespace}
|
|
4693
|
-
* @response `200`
|
|
4709
|
+
* @response `200` OK
|
|
4694
4710
|
*/
|
|
4695
4711
|
|
|
4696
4712
|
}, {
|
|
@@ -4706,7 +4722,7 @@ let NamespaceService = /*#__PURE__*/function (_Service) {
|
|
|
4706
4722
|
* @operationId NamespaceController_RemoveNamespaceAsync
|
|
4707
4723
|
* @summary Remove namespace.
|
|
4708
4724
|
* @request DELETE:/namespaces/{namespace}
|
|
4709
|
-
* @response `200`
|
|
4725
|
+
* @response `200` OK
|
|
4710
4726
|
*/
|
|
4711
4727
|
|
|
4712
4728
|
}, {
|
|
@@ -4761,7 +4777,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
|
|
|
4761
4777
|
* @operationId NotificationServiceController_GetSubscriptionList
|
|
4762
4778
|
* @summary Returns a list of notification tags that the current session is subscribed to.
|
|
4763
4779
|
* @request GET:/notifications/subscribes
|
|
4764
|
-
* @response `200`
|
|
4780
|
+
* @response `200` OK
|
|
4765
4781
|
*/
|
|
4766
4782
|
function getSubscriptionList() {
|
|
4767
4783
|
return this.http.get("/notifications/subscribes").json();
|
|
@@ -4774,7 +4790,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
|
|
|
4774
4790
|
* @operationId NotificationServiceController_SubscribeOperation
|
|
4775
4791
|
* @summary Subscribe current session by subscribe tag. A subscribed session will receive all notifications added for the specified tag.
|
|
4776
4792
|
* @request POST:/notifications/subscribes
|
|
4777
|
-
* @response `200`
|
|
4793
|
+
* @response `200` OK
|
|
4778
4794
|
*/
|
|
4779
4795
|
|
|
4780
4796
|
}, {
|
|
@@ -4790,7 +4806,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
|
|
|
4790
4806
|
* @operationId NotificationServiceController_UnsubscribeOperation
|
|
4791
4807
|
* @summary Unsubscribe from receiving notifications that come for the specified tag.
|
|
4792
4808
|
* @request DELETE:/notifications/subscribes
|
|
4793
|
-
* @response `200`
|
|
4809
|
+
* @response `200` OK
|
|
4794
4810
|
*/
|
|
4795
4811
|
|
|
4796
4812
|
}, {
|
|
@@ -4806,7 +4822,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
|
|
|
4806
4822
|
* @operationId NotificationServiceController_SubscribeListOperation
|
|
4807
4823
|
* @summary Subscribe current session by subscribe tags. A subscribed session will receive all notifications added for the specified tags.
|
|
4808
4824
|
* @request POST:/notifications/subscribe-list
|
|
4809
|
-
* @response `200`
|
|
4825
|
+
* @response `200` OK
|
|
4810
4826
|
*/
|
|
4811
4827
|
|
|
4812
4828
|
}, {
|
|
@@ -4822,7 +4838,7 @@ let NotificationService = /*#__PURE__*/function (_Service) {
|
|
|
4822
4838
|
* @operationId NotificationServiceController_UnsubscribeListOperation
|
|
4823
4839
|
* @summary Unsubscribe from receiving notifications that come for the specified tags.
|
|
4824
4840
|
* @request POST:/notifications/unsubscribe-list
|
|
4825
|
-
* @response `200`
|
|
4841
|
+
* @response `200` OK
|
|
4826
4842
|
*/
|
|
4827
4843
|
|
|
4828
4844
|
}, {
|
|
@@ -5067,7 +5083,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5067
5083
|
* @operationId PrintController_Print
|
|
5068
5084
|
* @summary Print map with template.
|
|
5069
5085
|
* @request POST:/print/print
|
|
5070
|
-
* @response `200`
|
|
5086
|
+
* @response `200` OK
|
|
5071
5087
|
*/
|
|
5072
5088
|
function print(data) {
|
|
5073
5089
|
return this.http.post("/print/print", data).blob();
|
|
@@ -5080,7 +5096,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5080
5096
|
* @operationId PrintController_PrintToHtml
|
|
5081
5097
|
* @summary Print map with template to html string.
|
|
5082
5098
|
* @request POST:/print/printHtml
|
|
5083
|
-
* @response `200`
|
|
5099
|
+
* @response `200` OK
|
|
5084
5100
|
*/
|
|
5085
5101
|
|
|
5086
5102
|
}, {
|
|
@@ -5096,7 +5112,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5096
5112
|
* @operationId PrintController_UploadTemplate
|
|
5097
5113
|
* @summary Upload template on server.
|
|
5098
5114
|
* @request POST:/print/templates
|
|
5099
|
-
* @response `200`
|
|
5115
|
+
* @response `200` OK
|
|
5100
5116
|
*/
|
|
5101
5117
|
|
|
5102
5118
|
}, {
|
|
@@ -5112,7 +5128,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5112
5128
|
* @operationId PrintController_GetTemplates
|
|
5113
5129
|
* @summary Get all templates from server.
|
|
5114
5130
|
* @request GET:/print/templates
|
|
5115
|
-
* @response `200`
|
|
5131
|
+
* @response `200` OK
|
|
5116
5132
|
*/
|
|
5117
5133
|
|
|
5118
5134
|
}, {
|
|
@@ -5128,7 +5144,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5128
5144
|
* @operationId PrintController_DeleteTemplate
|
|
5129
5145
|
* @summary Delete template from server.
|
|
5130
5146
|
* @request DELETE:/print/templates/{name}
|
|
5131
|
-
* @response `200`
|
|
5147
|
+
* @response `200` OK
|
|
5132
5148
|
*/
|
|
5133
5149
|
|
|
5134
5150
|
}, {
|
|
@@ -5144,7 +5160,7 @@ let PrintService = /*#__PURE__*/function (_Service) {
|
|
|
5144
5160
|
* @operationId PrintController_GetTemplate
|
|
5145
5161
|
* @summary Get template from server.
|
|
5146
5162
|
* @request GET:/print/templates/{name}
|
|
5147
|
-
* @response `200`
|
|
5163
|
+
* @response `200` OK
|
|
5148
5164
|
*/
|
|
5149
5165
|
|
|
5150
5166
|
}, {
|
|
@@ -5199,7 +5215,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5199
5215
|
* @operationId ProjectsController_GetProjectsList
|
|
5200
5216
|
* @summary Returns the list of projects.
|
|
5201
5217
|
* @request GET:/projects
|
|
5202
|
-
* @response `200`
|
|
5218
|
+
* @response `200` OK
|
|
5203
5219
|
*/
|
|
5204
5220
|
function getProjectsList(query) {
|
|
5205
5221
|
return this.http.get("/projects", query).json();
|
|
@@ -5212,7 +5228,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5212
5228
|
* @operationId ProjectsController_CreateProject
|
|
5213
5229
|
* @summary Creates a new project.
|
|
5214
5230
|
* @request POST:/projects
|
|
5215
|
-
* @response `200`
|
|
5231
|
+
* @response `200` OK
|
|
5216
5232
|
*/
|
|
5217
5233
|
|
|
5218
5234
|
}, {
|
|
@@ -5228,7 +5244,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5228
5244
|
* @operationId ProjectsController_SetPermissionsBatch
|
|
5229
5245
|
* @summary Overrides multiply resources permissions in single batch.
|
|
5230
5246
|
* @request PUT:/projects
|
|
5231
|
-
* @response `200`
|
|
5247
|
+
* @response `200` OK
|
|
5232
5248
|
*/
|
|
5233
5249
|
|
|
5234
5250
|
}, {
|
|
@@ -5244,7 +5260,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5244
5260
|
* @operationId ProjectsController_DeleteResources
|
|
5245
5261
|
* @summary Bulk delete resources.
|
|
5246
5262
|
* @request DELETE:/projects
|
|
5247
|
-
* @response `200`
|
|
5263
|
+
* @response `200` OK
|
|
5248
5264
|
*/
|
|
5249
5265
|
|
|
5250
5266
|
}, {
|
|
@@ -5260,7 +5276,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5260
5276
|
* @operationId ProjectsController_UpdateProject
|
|
5261
5277
|
* @summary Update table.
|
|
5262
5278
|
* @request PATCH:/projects/{name}
|
|
5263
|
-
* @response `200`
|
|
5279
|
+
* @response `200` OK
|
|
5264
5280
|
*/
|
|
5265
5281
|
|
|
5266
5282
|
}, {
|
|
@@ -5276,7 +5292,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5276
5292
|
* @operationId ProjectsController_GetProjectInfo
|
|
5277
5293
|
* @summary Returns the project and it's content information.
|
|
5278
5294
|
* @request GET:/projects/{name}
|
|
5279
|
-
* @response `200`
|
|
5295
|
+
* @response `200` OK
|
|
5280
5296
|
*/
|
|
5281
5297
|
|
|
5282
5298
|
}, {
|
|
@@ -5292,7 +5308,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5292
5308
|
* @operationId ProjectsController_DeleteResource
|
|
5293
5309
|
* @summary Deletes resource.
|
|
5294
5310
|
* @request DELETE:/projects/{name}
|
|
5295
|
-
* @response `200`
|
|
5311
|
+
* @response `200` OK
|
|
5296
5312
|
*/
|
|
5297
5313
|
|
|
5298
5314
|
}, {
|
|
@@ -5308,7 +5324,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5308
5324
|
* @operationId ProjectsController_GetProjectsInfoAsync
|
|
5309
5325
|
* @summary Returns the projects information.
|
|
5310
5326
|
* @request GET:/projects/batchInfo
|
|
5311
|
-
* @response `200`
|
|
5327
|
+
* @response `200` OK
|
|
5312
5328
|
*/
|
|
5313
5329
|
|
|
5314
5330
|
}, {
|
|
@@ -5324,7 +5340,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5324
5340
|
* @operationId ProjectsController_GetProjectLayersExtendedInfo
|
|
5325
5341
|
* @summary Gets extended project info with layers info.
|
|
5326
5342
|
* @request GET:/projects/{name}/extended-info
|
|
5327
|
-
* @response `200`
|
|
5343
|
+
* @response `200` OK
|
|
5328
5344
|
*/
|
|
5329
5345
|
|
|
5330
5346
|
}, {
|
|
@@ -5340,7 +5356,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5340
5356
|
* @operationId ProjectsController_GetTilesLayerImage
|
|
5341
5357
|
* @summary Render tile.
|
|
5342
5358
|
* @request GET:/projects/{name}/tile/{z}/{x}/{y}
|
|
5343
|
-
* @response `200`
|
|
5359
|
+
* @response `200` OK
|
|
5344
5360
|
*/
|
|
5345
5361
|
|
|
5346
5362
|
}, {
|
|
@@ -5356,7 +5372,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5356
5372
|
* @operationId ProjectsController_GetPreview
|
|
5357
5373
|
* @summary Gets preview of resource.
|
|
5358
5374
|
* @request GET:/projects/{name}/preview
|
|
5359
|
-
* @response `200`
|
|
5375
|
+
* @response `200` OK
|
|
5360
5376
|
*/
|
|
5361
5377
|
|
|
5362
5378
|
}, {
|
|
@@ -5372,7 +5388,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5372
5388
|
* @operationId ProjectsController_SetPreview
|
|
5373
5389
|
* @summary Sets preview to the resource.
|
|
5374
5390
|
* @request POST:/projects/{name}/preview
|
|
5375
|
-
* @response `200`
|
|
5391
|
+
* @response `200` OK
|
|
5376
5392
|
*/
|
|
5377
5393
|
|
|
5378
5394
|
}, {
|
|
@@ -5388,7 +5404,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5388
5404
|
* @operationId ProjectsController_DeletePreview
|
|
5389
5405
|
* @summary Delete resource preview.
|
|
5390
5406
|
* @request DELETE:/projects/{name}/preview
|
|
5391
|
-
* @response `200`
|
|
5407
|
+
* @response `200` OK
|
|
5392
5408
|
*/
|
|
5393
5409
|
|
|
5394
5410
|
}, {
|
|
@@ -5404,7 +5420,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5404
5420
|
* @operationId ProjectsController_IsExistsAsync
|
|
5405
5421
|
* @summary Check is resource exists.
|
|
5406
5422
|
* @request GET:/projects/{name}/exists
|
|
5407
|
-
* @response `200`
|
|
5423
|
+
* @response `200` OK
|
|
5408
5424
|
*/
|
|
5409
5425
|
|
|
5410
5426
|
}, {
|
|
@@ -5420,7 +5436,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5420
5436
|
* @operationId ProjectsController_GetResourceDependencies
|
|
5421
5437
|
* @summary Get resource dependencies.
|
|
5422
5438
|
* @request GET:/projects/{name}/dependencies
|
|
5423
|
-
* @response `200`
|
|
5439
|
+
* @response `200` OK
|
|
5424
5440
|
*/
|
|
5425
5441
|
|
|
5426
5442
|
}, {
|
|
@@ -5436,7 +5452,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5436
5452
|
* @operationId ProjectsController_GetResourceReferences
|
|
5437
5453
|
* @summary Returns the resource dependency information.
|
|
5438
5454
|
* @request GET:/projects/{name}/references
|
|
5439
|
-
* @response `200`
|
|
5455
|
+
* @response `200` OK
|
|
5440
5456
|
*/
|
|
5441
5457
|
|
|
5442
5458
|
}, {
|
|
@@ -5452,7 +5468,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5452
5468
|
* @operationId ProjectsController_GetPermissions
|
|
5453
5469
|
* @summary Returns resource permissions.
|
|
5454
5470
|
* @request GET:/projects/{name}/permissions
|
|
5455
|
-
* @response `200`
|
|
5471
|
+
* @response `200` OK
|
|
5456
5472
|
*/
|
|
5457
5473
|
|
|
5458
5474
|
}, {
|
|
@@ -5468,7 +5484,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5468
5484
|
* @operationId ProjectsController_AddPermissions
|
|
5469
5485
|
* @summary Adds permissions for the layer, combining existing permissions with the given one.
|
|
5470
5486
|
* @request POST:/projects/{name}/permissions
|
|
5471
|
-
* @response `200`
|
|
5487
|
+
* @response `200` OK
|
|
5472
5488
|
*/
|
|
5473
5489
|
|
|
5474
5490
|
}, {
|
|
@@ -5484,7 +5500,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5484
5500
|
* @operationId ProjectsController_SetPermissions
|
|
5485
5501
|
* @summary Replaces existing access control list for the layer with the given one.
|
|
5486
5502
|
* @request PUT:/projects/{name}/permissions
|
|
5487
|
-
* @response `200`
|
|
5503
|
+
* @response `200` OK
|
|
5488
5504
|
*/
|
|
5489
5505
|
|
|
5490
5506
|
}, {
|
|
@@ -5500,7 +5516,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5500
5516
|
* @operationId ProjectsController_RemovePermissions
|
|
5501
5517
|
* @summary Removes permissions for the layer for the given role.
|
|
5502
5518
|
* @request DELETE:/projects/{name}/permissions/{role}
|
|
5503
|
-
* @response `200`
|
|
5519
|
+
* @response `200` OK
|
|
5504
5520
|
*/
|
|
5505
5521
|
|
|
5506
5522
|
}, {
|
|
@@ -5603,7 +5619,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
5603
5619
|
* @operationId ResourceCatalogController_CheckLimits
|
|
5604
5620
|
* @summary Get limits of workspace.
|
|
5605
5621
|
* @request GET:/resources/checkLimits
|
|
5606
|
-
* @response `200`
|
|
5622
|
+
* @response `200` OK
|
|
5607
5623
|
*/
|
|
5608
5624
|
function checkLimits(query) {
|
|
5609
5625
|
return this.http.get("/resources/checkLimits", query).json();
|
|
@@ -5616,7 +5632,7 @@ let ResourceCatalogService = /*#__PURE__*/function (_Service) {
|
|
|
5616
5632
|
* @operationId ResourceCatalogController_CopyResources
|
|
5617
5633
|
* @summary Copy a set of resources.
|
|
5618
5634
|
* @request POST:/resources/copy
|
|
5619
|
-
* @response `200`
|
|
5635
|
+
* @response `200` OK
|
|
5620
5636
|
*/
|
|
5621
5637
|
|
|
5622
5638
|
}, {
|
|
@@ -5767,7 +5783,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5767
5783
|
* @operationId SchedulerServiceController_GetTaskList
|
|
5768
5784
|
* @summary Returns the list of the planned and complete server tasks.
|
|
5769
5785
|
* @request GET:/scheduler/tasks
|
|
5770
|
-
* @response `200`
|
|
5786
|
+
* @response `200` OK
|
|
5771
5787
|
*/
|
|
5772
5788
|
function getTaskList(query) {
|
|
5773
5789
|
return this.http.get("/scheduler/tasks", query).json();
|
|
@@ -5780,7 +5796,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5780
5796
|
* @operationId SchedulerServiceController_GetTaskInfo
|
|
5781
5797
|
* @summary Returns the information about the server task.
|
|
5782
5798
|
* @request GET:/scheduler/tasks/{id}
|
|
5783
|
-
* @response `200`
|
|
5799
|
+
* @response `200` OK
|
|
5784
5800
|
*/
|
|
5785
5801
|
|
|
5786
5802
|
}, {
|
|
@@ -5796,7 +5812,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5796
5812
|
* @operationId SchedulerServiceController_GetTaskProgress
|
|
5797
5813
|
* @summary Returns the progress of server task.
|
|
5798
5814
|
* @request GET:/scheduler/tasks/{id}/progress
|
|
5799
|
-
* @response `200`
|
|
5815
|
+
* @response `200` OK
|
|
5800
5816
|
*/
|
|
5801
5817
|
|
|
5802
5818
|
}, {
|
|
@@ -5812,7 +5828,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5812
5828
|
* @operationId SchedulerServiceController_CancelTask
|
|
5813
5829
|
* @summary Cancel task execution by given id.
|
|
5814
5830
|
* @request POST:/scheduler/tasks/{id}/cancel
|
|
5815
|
-
* @response `200`
|
|
5831
|
+
* @response `200` OK
|
|
5816
5832
|
*/
|
|
5817
5833
|
|
|
5818
5834
|
}, {
|
|
@@ -5828,7 +5844,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5828
5844
|
* @operationId SchedulerServiceController_StartCopyTask
|
|
5829
5845
|
* @summary Plans the execution of a 'copy' server task.
|
|
5830
5846
|
* @request POST:/scheduler/tasks#type=copy
|
|
5831
|
-
* @response `200`
|
|
5847
|
+
* @response `200` OK
|
|
5832
5848
|
*/
|
|
5833
5849
|
|
|
5834
5850
|
}, {
|
|
@@ -5846,7 +5862,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5846
5862
|
* @operationId SchedulerServiceController_StartAggregateTask
|
|
5847
5863
|
* @summary Plans the execution of a 'aggregate' server task.
|
|
5848
5864
|
* @request POST:/scheduler/tasks#type=aggregate
|
|
5849
|
-
* @response `200`
|
|
5865
|
+
* @response `200` OK
|
|
5850
5866
|
*/
|
|
5851
5867
|
|
|
5852
5868
|
}, {
|
|
@@ -5864,7 +5880,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5864
5880
|
* @operationId SchedulerServiceController_StartBufferTask
|
|
5865
5881
|
* @summary Plans the execution of a 'buffer' server task.
|
|
5866
5882
|
* @request POST:/scheduler/tasks#type=buffer
|
|
5867
|
-
* @response `200`
|
|
5883
|
+
* @response `200` OK
|
|
5868
5884
|
*/
|
|
5869
5885
|
|
|
5870
5886
|
}, {
|
|
@@ -5882,7 +5898,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5882
5898
|
* @operationId SchedulerServiceController_StartPrintTask
|
|
5883
5899
|
* @summary Plans the execution of a 'print' server task.
|
|
5884
5900
|
* @request POST:/scheduler/tasks#type=print
|
|
5885
|
-
* @response `200`
|
|
5901
|
+
* @response `200` OK
|
|
5886
5902
|
*/
|
|
5887
5903
|
|
|
5888
5904
|
}, {
|
|
@@ -5900,7 +5916,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5900
5916
|
* @operationId SchedulerServiceController_StartTilingTask
|
|
5901
5917
|
* @summary Plans the execution of a 'tiling' server task.
|
|
5902
5918
|
* @request POST:/scheduler/tasks#type=tiling
|
|
5903
|
-
* @response `200`
|
|
5919
|
+
* @response `200` OK
|
|
5904
5920
|
*/
|
|
5905
5921
|
|
|
5906
5922
|
}, {
|
|
@@ -5918,7 +5934,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5918
5934
|
* @operationId SchedulerServiceController_StartTilingTask_1
|
|
5919
5935
|
* @summary Plans the execution of a 'rasterVrt' server task.
|
|
5920
5936
|
* @request POST:/scheduler/tasks#type=rasterVrt
|
|
5921
|
-
* @response `200`
|
|
5937
|
+
* @response `200` OK
|
|
5922
5938
|
*/
|
|
5923
5939
|
|
|
5924
5940
|
}, {
|
|
@@ -5936,7 +5952,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5936
5952
|
* @operationId SchedulerServiceController_StartNetCdfTask
|
|
5937
5953
|
* @summary Plans the execution of a 'netcdf' server task.
|
|
5938
5954
|
* @request POST:/scheduler/tasks#type=netcdf
|
|
5939
|
-
* @response `200`
|
|
5955
|
+
* @response `200` OK
|
|
5940
5956
|
*/
|
|
5941
5957
|
|
|
5942
5958
|
}, {
|
|
@@ -5954,7 +5970,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5954
5970
|
* @operationId SchedulerServiceController_StartRouteTask
|
|
5955
5971
|
* @summary Plans the execution of a 'availability area build' server task.
|
|
5956
5972
|
* @request POST:/scheduler/tasks#type=route
|
|
5957
|
-
* @response `200`
|
|
5973
|
+
* @response `200` OK
|
|
5958
5974
|
*/
|
|
5959
5975
|
|
|
5960
5976
|
}, {
|
|
@@ -5972,7 +5988,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5972
5988
|
* @operationId SchedulerServiceController_StartUnionTask
|
|
5973
5989
|
* @summary Plans the execution of a 'union' server task.
|
|
5974
5990
|
* @request POST:/scheduler/tasks#type=union
|
|
5975
|
-
* @response `200`
|
|
5991
|
+
* @response `200` OK
|
|
5976
5992
|
*/
|
|
5977
5993
|
|
|
5978
5994
|
}, {
|
|
@@ -5990,7 +6006,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
5990
6006
|
* @operationId SchedulerServiceController_StartOverlayTask
|
|
5991
6007
|
* @summary Plans the execution of a 'subtraction' server task.
|
|
5992
6008
|
* @request POST:/scheduler/tasks#type=overlay
|
|
5993
|
-
* @response `200`
|
|
6009
|
+
* @response `200` OK
|
|
5994
6010
|
*/
|
|
5995
6011
|
|
|
5996
6012
|
}, {
|
|
@@ -6008,7 +6024,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
6008
6024
|
* @operationId SchedulerServiceController_StartFilterCopyTask
|
|
6009
6025
|
* @summary Plans the execution of a 'filter copy' server task.
|
|
6010
6026
|
* @request POST:/scheduler/tasks#type=filterCopy
|
|
6011
|
-
* @response `200`
|
|
6027
|
+
* @response `200` OK
|
|
6012
6028
|
*/
|
|
6013
6029
|
|
|
6014
6030
|
}, {
|
|
@@ -6026,7 +6042,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
6026
6042
|
* @operationId SchedulerServiceController_StartPipelineTask
|
|
6027
6043
|
* @summary Plans the execution of a 'pipeline' server task.
|
|
6028
6044
|
* @request POST:/scheduler/tasks#type=pipeline
|
|
6029
|
-
* @response `200`
|
|
6045
|
+
* @response `200` OK
|
|
6030
6046
|
*/
|
|
6031
6047
|
|
|
6032
6048
|
}, {
|
|
@@ -6044,7 +6060,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
6044
6060
|
* @operationId SchedulerServiceController_StartEditAttributesBatch
|
|
6045
6061
|
* @summary Plans the execution of a 'edit attributes' server task.
|
|
6046
6062
|
* @request POST:/scheduler/tasks#type=editAttributes
|
|
6047
|
-
* @response `200`
|
|
6063
|
+
* @response `200` OK
|
|
6048
6064
|
*/
|
|
6049
6065
|
|
|
6050
6066
|
}, {
|
|
@@ -6062,7 +6078,7 @@ let SchedulerService = /*#__PURE__*/function (_Service) {
|
|
|
6062
6078
|
* @operationId SchedulerServiceController_UniversalSearchTask
|
|
6063
6079
|
* @summary Plans the execution of a 'edit attributes' server task.
|
|
6064
6080
|
* @request POST:/scheduler/tasks#type=universalSearch
|
|
6065
|
-
* @response `200`
|
|
6081
|
+
* @response `200` OK
|
|
6066
6082
|
*/
|
|
6067
6083
|
|
|
6068
6084
|
}, {
|
|
@@ -6254,7 +6270,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6254
6270
|
* @operationId SecurityServiceController_FindUserByNameByRoles
|
|
6255
6271
|
* @summary Get users list with given roles list.
|
|
6256
6272
|
* @request GET:/security/findUsersWithRoles
|
|
6257
|
-
* @response `200`
|
|
6273
|
+
* @response `200` OK
|
|
6258
6274
|
*/
|
|
6259
6275
|
function findUserByNameByRoles(query) {
|
|
6260
6276
|
return this.http.get("/security/findUsersWithRoles", query).json();
|
|
@@ -6267,7 +6283,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6267
6283
|
* @operationId SecurityServiceController_GetUsersAndRoles
|
|
6268
6284
|
* @summary Get users and roles list by filter.
|
|
6269
6285
|
* @request GET:/security/usersandroles
|
|
6270
|
-
* @response `200`
|
|
6286
|
+
* @response `200` OK
|
|
6271
6287
|
*/
|
|
6272
6288
|
|
|
6273
6289
|
}, {
|
|
@@ -6283,7 +6299,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6283
6299
|
* @operationId SecurityServiceController_FindUserByName
|
|
6284
6300
|
* @summary Returns the list of users found by username.
|
|
6285
6301
|
* @request GET:/security/users
|
|
6286
|
-
* @response `200`
|
|
6302
|
+
* @response `200` OK
|
|
6287
6303
|
*/
|
|
6288
6304
|
|
|
6289
6305
|
}, {
|
|
@@ -6299,7 +6315,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6299
6315
|
* @operationId SecurityServiceController_GetPolicyList
|
|
6300
6316
|
* @summary Returns the list of server authorization policies of the given type.
|
|
6301
6317
|
* @request GET:/security/policies
|
|
6302
|
-
* @response `200`
|
|
6318
|
+
* @response `200` OK
|
|
6303
6319
|
*/
|
|
6304
6320
|
|
|
6305
6321
|
}, {
|
|
@@ -6315,7 +6331,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6315
6331
|
* @operationId SecurityServiceController_RemovePolicy
|
|
6316
6332
|
* @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.
|
|
6317
6333
|
* @request DELETE:/security/policies
|
|
6318
|
-
* @response `200`
|
|
6334
|
+
* @response `200` OK
|
|
6319
6335
|
*/
|
|
6320
6336
|
|
|
6321
6337
|
}, {
|
|
@@ -6331,7 +6347,7 @@ let SecurityService = /*#__PURE__*/function (_Service) {
|
|
|
6331
6347
|
* @operationId SecurityServiceController_SetPolicy
|
|
6332
6348
|
* @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.
|
|
6333
6349
|
* @request POST:/security/policies
|
|
6334
|
-
* @response `200`
|
|
6350
|
+
* @response `200` OK
|
|
6335
6351
|
*/
|
|
6336
6352
|
|
|
6337
6353
|
}, {
|
|
@@ -6406,7 +6422,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6406
6422
|
* @operationId StatisticController_StatisticsDb
|
|
6407
6423
|
* @summary Calculates statistics for layer attribute.
|
|
6408
6424
|
* @request GET:/statistics
|
|
6409
|
-
* @response `200`
|
|
6425
|
+
* @response `200` OK
|
|
6410
6426
|
*/
|
|
6411
6427
|
function statisticsDb(query) {
|
|
6412
6428
|
return this.http.get("/statistics", query).json();
|
|
@@ -6419,7 +6435,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6419
6435
|
* @operationId StatisticController_StatisticsDb_1
|
|
6420
6436
|
* @summary Calculates statistics for layer attribute.
|
|
6421
6437
|
* @request POST:/statistics
|
|
6422
|
-
* @response `200`
|
|
6438
|
+
* @response `200` OK
|
|
6423
6439
|
*/
|
|
6424
6440
|
|
|
6425
6441
|
}, {
|
|
@@ -6435,7 +6451,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6435
6451
|
* @operationId StatisticController_Classify
|
|
6436
6452
|
* @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
|
|
6437
6453
|
* @request GET:/statistics/classify
|
|
6438
|
-
* @response `200`
|
|
6454
|
+
* @response `200` OK
|
|
6439
6455
|
*/
|
|
6440
6456
|
|
|
6441
6457
|
}, {
|
|
@@ -6451,7 +6467,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6451
6467
|
* @operationId StatisticController_Classify_1
|
|
6452
6468
|
* @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
|
|
6453
6469
|
* @request POST:/statistics/classify
|
|
6454
|
-
* @response `200`
|
|
6470
|
+
* @response `200` OK
|
|
6455
6471
|
*/
|
|
6456
6472
|
|
|
6457
6473
|
}, {
|
|
@@ -6467,7 +6483,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6467
6483
|
* @operationId StatisticController_SumOfProduct
|
|
6468
6484
|
* @summary Sum of product.
|
|
6469
6485
|
* @request GET:/statistics/sumOfProduct
|
|
6470
|
-
* @response `200`
|
|
6486
|
+
* @response `200` OK
|
|
6471
6487
|
*/
|
|
6472
6488
|
|
|
6473
6489
|
}, {
|
|
@@ -6483,7 +6499,7 @@ let StatisticService = /*#__PURE__*/function (_Service) {
|
|
|
6483
6499
|
* @operationId StatisticController_SumOfProduct_1
|
|
6484
6500
|
* @summary Sum of product.
|
|
6485
6501
|
* @request POST:/statistics/sumOfProduct
|
|
6486
|
-
* @response `200`
|
|
6502
|
+
* @response `200` OK
|
|
6487
6503
|
*/
|
|
6488
6504
|
|
|
6489
6505
|
}, {
|
|
@@ -6560,7 +6576,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6560
6576
|
* @operationId StyleServiceController_GetStyle
|
|
6561
6577
|
* @summary Returns the style by its id.
|
|
6562
6578
|
* @request GET:/styles/{id}
|
|
6563
|
-
* @response `200`
|
|
6579
|
+
* @response `200` OK
|
|
6564
6580
|
*/
|
|
6565
6581
|
function getStyle(id) {
|
|
6566
6582
|
return this.http.get("/styles/" + id).json();
|
|
@@ -6573,7 +6589,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6573
6589
|
* @operationId StyleServiceController_UpdateStyle
|
|
6574
6590
|
* @summary Replaces a style and gives it a new id.
|
|
6575
6591
|
* @request POST:/styles/{id}
|
|
6576
|
-
* @response `200`
|
|
6592
|
+
* @response `200` OK
|
|
6577
6593
|
*/
|
|
6578
6594
|
|
|
6579
6595
|
}, {
|
|
@@ -6589,7 +6605,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6589
6605
|
* @operationId StyleServiceController_CreateStyle
|
|
6590
6606
|
* @summary Creates a new style.
|
|
6591
6607
|
* @request POST:/styles
|
|
6592
|
-
* @response `200`
|
|
6608
|
+
* @response `200` OK
|
|
6593
6609
|
*/
|
|
6594
6610
|
|
|
6595
6611
|
}, {
|
|
@@ -6605,7 +6621,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6605
6621
|
* @operationId StyleServiceController_GetAllFonts
|
|
6606
6622
|
* @summary Gets all installed fonts.
|
|
6607
6623
|
* @request GET:/styles/fonts
|
|
6608
|
-
* @response `200`
|
|
6624
|
+
* @response `200` OK
|
|
6609
6625
|
*/
|
|
6610
6626
|
|
|
6611
6627
|
}, {
|
|
@@ -6621,7 +6637,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6621
6637
|
* @operationId StyleServiceController_AddFont
|
|
6622
6638
|
* @summary Install new font.
|
|
6623
6639
|
* @request POST:/styles/fonts
|
|
6624
|
-
* @response `200`
|
|
6640
|
+
* @response `200` OK
|
|
6625
6641
|
*/
|
|
6626
6642
|
|
|
6627
6643
|
}, {
|
|
@@ -6637,7 +6653,7 @@ let StyleService = /*#__PURE__*/function (_Service) {
|
|
|
6637
6653
|
* @operationId StyleServiceController_RemoveFont
|
|
6638
6654
|
* @summary Remove installed font.
|
|
6639
6655
|
* @request DELETE:/styles/fonts
|
|
6640
|
-
* @response `200`
|
|
6656
|
+
* @response `200` OK
|
|
6641
6657
|
*/
|
|
6642
6658
|
|
|
6643
6659
|
}, {
|
|
@@ -6696,7 +6712,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6696
6712
|
* @operationId TablesController_GetTableList
|
|
6697
6713
|
* @summary Returns the list of tables in data service.
|
|
6698
6714
|
* @request GET:/tables
|
|
6699
|
-
* @response `200`
|
|
6715
|
+
* @response `200` OK
|
|
6700
6716
|
*/
|
|
6701
6717
|
function getTableList(query) {
|
|
6702
6718
|
return this.http.get("/tables", query).json();
|
|
@@ -6709,7 +6725,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6709
6725
|
* @operationId TablesController_CreateTable
|
|
6710
6726
|
* @summary Creates a new table.
|
|
6711
6727
|
* @request POST:/tables
|
|
6712
|
-
* @response `200`
|
|
6728
|
+
* @response `200` OK
|
|
6713
6729
|
*/
|
|
6714
6730
|
|
|
6715
6731
|
}, {
|
|
@@ -6725,7 +6741,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6725
6741
|
* @operationId TablesController_SetPermissionsBatch
|
|
6726
6742
|
* @summary Overrides multiply resources permissions in single batch.
|
|
6727
6743
|
* @request PUT:/tables
|
|
6728
|
-
* @response `200`
|
|
6744
|
+
* @response `200` OK
|
|
6729
6745
|
*/
|
|
6730
6746
|
|
|
6731
6747
|
}, {
|
|
@@ -6741,7 +6757,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6741
6757
|
* @operationId TablesController_DeleteResources
|
|
6742
6758
|
* @summary Bulk delete resources.
|
|
6743
6759
|
* @request DELETE:/tables
|
|
6744
|
-
* @response `200`
|
|
6760
|
+
* @response `200` OK
|
|
6745
6761
|
*/
|
|
6746
6762
|
|
|
6747
6763
|
}, {
|
|
@@ -6757,7 +6773,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6757
6773
|
* @operationId TablesController_UpdateTable
|
|
6758
6774
|
* @summary Update exists table.
|
|
6759
6775
|
* @request PATCH:/tables/{name}
|
|
6760
|
-
* @response `200`
|
|
6776
|
+
* @response `200` OK
|
|
6761
6777
|
*/
|
|
6762
6778
|
|
|
6763
6779
|
}, {
|
|
@@ -6773,7 +6789,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6773
6789
|
* @operationId TablesController_PutTable
|
|
6774
6790
|
* @summary Override exists table.
|
|
6775
6791
|
* @request PUT:/tables/{name}
|
|
6776
|
-
* @response `200`
|
|
6792
|
+
* @response `200` OK
|
|
6777
6793
|
*/
|
|
6778
6794
|
|
|
6779
6795
|
}, {
|
|
@@ -6789,7 +6805,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6789
6805
|
* @operationId TablesController_GetTableInfo
|
|
6790
6806
|
* @summary Returns the table information and schema.
|
|
6791
6807
|
* @request GET:/tables/{name}
|
|
6792
|
-
* @response `200`
|
|
6808
|
+
* @response `200` OK
|
|
6793
6809
|
*/
|
|
6794
6810
|
|
|
6795
6811
|
}, {
|
|
@@ -6805,7 +6821,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6805
6821
|
* @operationId TablesController_DeleteResource
|
|
6806
6822
|
* @summary Deletes resource.
|
|
6807
6823
|
* @request DELETE:/tables/{name}
|
|
6808
|
-
* @response `200`
|
|
6824
|
+
* @response `200` OK
|
|
6809
6825
|
*/
|
|
6810
6826
|
|
|
6811
6827
|
}, {
|
|
@@ -6821,7 +6837,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6821
6837
|
* @operationId TablesController_GetTablesInfoAsync
|
|
6822
6838
|
* @summary Returns the tables information.
|
|
6823
6839
|
* @request GET:/tables/batchInfo
|
|
6824
|
-
* @response `200`
|
|
6840
|
+
* @response `200` OK
|
|
6825
6841
|
*/
|
|
6826
6842
|
|
|
6827
6843
|
}, {
|
|
@@ -6837,7 +6853,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6837
6853
|
* @operationId TablesController_GetTableData
|
|
6838
6854
|
* @summary Retrieves the data from the table.
|
|
6839
6855
|
* @request GET:/tables/{name}/data
|
|
6840
|
-
* @response `200`
|
|
6856
|
+
* @response `200` OK
|
|
6841
6857
|
*/
|
|
6842
6858
|
|
|
6843
6859
|
}, {
|
|
@@ -6858,7 +6874,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6858
6874
|
* @operationId TablesController_WriteTableData
|
|
6859
6875
|
* @summary Adds the data to the table.
|
|
6860
6876
|
* @request POST:/tables/{name}/data
|
|
6861
|
-
* @response `200`
|
|
6877
|
+
* @response `200` OK
|
|
6862
6878
|
*/
|
|
6863
6879
|
|
|
6864
6880
|
}, {
|
|
@@ -6874,7 +6890,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6874
6890
|
* @operationId TablesController_UpdateTableData
|
|
6875
6891
|
* @summary Updates the data in the table.
|
|
6876
6892
|
* @request PATCH:/tables/{name}/data
|
|
6877
|
-
* @response `200`
|
|
6893
|
+
* @response `200` OK
|
|
6878
6894
|
*/
|
|
6879
6895
|
|
|
6880
6896
|
}, {
|
|
@@ -6895,7 +6911,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6895
6911
|
* @operationId TablesController_DeleteTableData
|
|
6896
6912
|
* @summary Delete data rows from the table.
|
|
6897
6913
|
* @request DELETE:/tables/{name}/data
|
|
6898
|
-
* @response `200`
|
|
6914
|
+
* @response `200` OK
|
|
6899
6915
|
*/
|
|
6900
6916
|
|
|
6901
6917
|
}, {
|
|
@@ -6916,7 +6932,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6916
6932
|
* @operationId TablesController_GetUniqueDataRowsAsync
|
|
6917
6933
|
* @summary Returns a single data row for each unique value defined by uniqueColumn.
|
|
6918
6934
|
* @request GET:/tables/{name}/data/unique-values
|
|
6919
|
-
* @response `200`
|
|
6935
|
+
* @response `200` OK
|
|
6920
6936
|
*/
|
|
6921
6937
|
|
|
6922
6938
|
}, {
|
|
@@ -6937,7 +6953,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6937
6953
|
* @operationId TablesController_MapTable
|
|
6938
6954
|
* @summary Map table to exists table.
|
|
6939
6955
|
* @request POST:/tables/map-table
|
|
6940
|
-
* @response `200`
|
|
6956
|
+
* @response `200` OK
|
|
6941
6957
|
*/
|
|
6942
6958
|
|
|
6943
6959
|
}, {
|
|
@@ -6953,7 +6969,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6953
6969
|
* @operationId TablesController_UnmapTableAsync
|
|
6954
6970
|
* @summary Unmap datasource from table.
|
|
6955
6971
|
* @request DELETE:/tables/map-table/{name}
|
|
6956
|
-
* @response `200`
|
|
6972
|
+
* @response `200` OK
|
|
6957
6973
|
*/
|
|
6958
6974
|
|
|
6959
6975
|
}, {
|
|
@@ -6969,7 +6985,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6969
6985
|
* @operationId TablesController_GetPreview
|
|
6970
6986
|
* @summary Gets preview of resource.
|
|
6971
6987
|
* @request GET:/tables/{name}/preview
|
|
6972
|
-
* @response `200`
|
|
6988
|
+
* @response `200` OK
|
|
6973
6989
|
*/
|
|
6974
6990
|
|
|
6975
6991
|
}, {
|
|
@@ -6985,7 +7001,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6985
7001
|
* @operationId TablesController_SetPreview
|
|
6986
7002
|
* @summary Sets preview to the resource.
|
|
6987
7003
|
* @request POST:/tables/{name}/preview
|
|
6988
|
-
* @response `200`
|
|
7004
|
+
* @response `200` OK
|
|
6989
7005
|
*/
|
|
6990
7006
|
|
|
6991
7007
|
}, {
|
|
@@ -7001,7 +7017,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7001
7017
|
* @operationId TablesController_DeletePreview
|
|
7002
7018
|
* @summary Delete resource preview.
|
|
7003
7019
|
* @request DELETE:/tables/{name}/preview
|
|
7004
|
-
* @response `200`
|
|
7020
|
+
* @response `200` OK
|
|
7005
7021
|
*/
|
|
7006
7022
|
|
|
7007
7023
|
}, {
|
|
@@ -7017,7 +7033,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7017
7033
|
* @operationId TablesController_IsExistsAsync
|
|
7018
7034
|
* @summary Check is resource exists.
|
|
7019
7035
|
* @request GET:/tables/{name}/exists
|
|
7020
|
-
* @response `200`
|
|
7036
|
+
* @response `200` OK
|
|
7021
7037
|
*/
|
|
7022
7038
|
|
|
7023
7039
|
}, {
|
|
@@ -7033,7 +7049,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7033
7049
|
* @operationId TablesController_GetResourceDependencies
|
|
7034
7050
|
* @summary Get resource dependencies.
|
|
7035
7051
|
* @request GET:/tables/{name}/dependencies
|
|
7036
|
-
* @response `200`
|
|
7052
|
+
* @response `200` OK
|
|
7037
7053
|
*/
|
|
7038
7054
|
|
|
7039
7055
|
}, {
|
|
@@ -7049,7 +7065,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7049
7065
|
* @operationId TablesController_GetResourceReferences
|
|
7050
7066
|
* @summary Returns the resource dependency information.
|
|
7051
7067
|
* @request GET:/tables/{name}/references
|
|
7052
|
-
* @response `200`
|
|
7068
|
+
* @response `200` OK
|
|
7053
7069
|
*/
|
|
7054
7070
|
|
|
7055
7071
|
}, {
|
|
@@ -7065,7 +7081,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7065
7081
|
* @operationId TablesController_GetPermissions
|
|
7066
7082
|
* @summary Returns resource permissions.
|
|
7067
7083
|
* @request GET:/tables/{name}/permissions
|
|
7068
|
-
* @response `200`
|
|
7084
|
+
* @response `200` OK
|
|
7069
7085
|
*/
|
|
7070
7086
|
|
|
7071
7087
|
}, {
|
|
@@ -7081,7 +7097,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7081
7097
|
* @operationId TablesController_AddPermissions
|
|
7082
7098
|
* @summary Adds permissions for the layer, combining existing permissions with the given one.
|
|
7083
7099
|
* @request POST:/tables/{name}/permissions
|
|
7084
|
-
* @response `200`
|
|
7100
|
+
* @response `200` OK
|
|
7085
7101
|
*/
|
|
7086
7102
|
|
|
7087
7103
|
}, {
|
|
@@ -7097,7 +7113,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7097
7113
|
* @operationId TablesController_SetPermissions
|
|
7098
7114
|
* @summary Replaces existing access control list for the layer with the given one.
|
|
7099
7115
|
* @request PUT:/tables/{name}/permissions
|
|
7100
|
-
* @response `200`
|
|
7116
|
+
* @response `200` OK
|
|
7101
7117
|
*/
|
|
7102
7118
|
|
|
7103
7119
|
}, {
|
|
@@ -7113,7 +7129,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
7113
7129
|
* @operationId TablesController_RemovePermissions
|
|
7114
7130
|
* @summary Removes permissions for the layer for the given role.
|
|
7115
7131
|
* @request DELETE:/tables/{name}/permissions/{role}
|
|
7116
|
-
* @response `200`
|
|
7132
|
+
* @response `200` OK
|
|
7117
7133
|
*/
|
|
7118
7134
|
|
|
7119
7135
|
}, {
|
|
@@ -7243,7 +7259,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
|
|
|
7243
7259
|
* @operationId VectorTileServiceController_GetVectorTile
|
|
7244
7260
|
* @summary Get vector tile from visible project layers or single layer.
|
|
7245
7261
|
* @request GET:/vt/{name}/{z}/{x}/{y}.pbf
|
|
7246
|
-
* @response `200`
|
|
7262
|
+
* @response `200` OK
|
|
7247
7263
|
*/
|
|
7248
7264
|
function getVectorTile(_ref) {
|
|
7249
7265
|
let {
|