@lansweeper/multitenant-api-grpc 0.2.3 → 0.2.4
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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +127 -0
- package/gen-proto/multitenant_pb.js +1040 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +132 -107
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.2.3...@lansweeper/multitenant-api-grpc@0.2.4) (2021-11-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.2.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.2.2...@lansweeper/multitenant-api-grpc@0.2.3) (2021-10-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,247,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,4,18]},{"path":[4,0,2,0,5],"span":[5,4,10]},{"path":[4,0,2,0,1],"span":[5,11,13]},{"path":[4,0,2,0,3],"span":[5,16,17]},{"path":[4,0,2,1],"span":[6,4,24]},{"path":[4,0,2,1,5],"span":[6,4,10]},{"path":[4,0,2,1,1],"span":[6,11,19]},{"path":[4,0,2,1,3],"span":[6,22,23]},{"path":[4,0,2,2],"span":[7,4,20]},{"path":[4,0,2,2,5],"span":[7,4,10]},{"path":[4,0,2,2,1],"span":[7,11,15]},{"path":[4,0,2,2,3],"span":[7,18,19]},{"path":[4,0,2,3],"span":[8,4,23]},{"path":[4,0,2,3,5],"span":[8,4,10]},{"path":[4,0,2,3,1],"span":[8,11,18]},{"path":[4,0,2,3,3],"span":[8,21,22]},{"path":[4,0,2,4],"span":[9,4,21]},{"path":[4,0,2,4,5],"span":[9,4,10]},{"path":[4,0,2,4,1],"span":[9,11,16]},{"path":[4,0,2,4,3],"span":[9,19,20]},{"path":[4,0,2,5],"span":[10,4,25]},{"path":[4,0,2,5,5],"span":[10,4,10]},{"path":[4,0,2,5,1],"span":[10,11,20]},{"path":[4,0,2,5,3],"span":[10,23,24]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,4,18]},{"path":[4,1,2,0,5],"span":[14,4,10]},{"path":[4,1,2,0,1],"span":[14,11,13]},{"path":[4,1,2,0,3],"span":[14,16,17]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,4,31]},{"path":[4,2,2,0,6],"span":[18,4,18]},{"path":[4,2,2,0,1],"span":[18,19,26]},{"path":[4,2,2,0,3],"span":[18,29,30]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,4,18]},{"path":[4,3,2,0,5],"span":[31,4,10]},{"path":[4,3,2,0,1],"span":[31,11,13]},{"path":[4,3,2,0,3],"span":[31,16,17]},{"path":[4,3,2,1],"span":[32,4,20]},{"path":[4,3,2,1,5],"span":[32,4,10]},{"path":[4,3,2,1,1],"span":[32,11,15]},{"path":[4,3,2,1,3],"span":[32,18,19]},{"path":[4,3,2,2],"span":[33,4,28]},{"path":[4,3,2,2,5],"span":[33,4,10]},{"path":[4,3,2,2,1],"span":[33,11,23]},{"path":[4,3,2,2,3],"span":[33,26,27]},{"path":[4,3,2,3],"span":[34,4,24]},{"path":[4,3,2,3,5],"span":[34,4,10]},{"path":[4,3,2,3,1],"span":[34,11,19]},{"path":[4,3,2,3,3],"span":[34,22,23]},{"path":[4,3,2,4],"span":[35,4,22]},{"path":[4,3,2,4,6],"span":[35,4,12]},{"path":[4,3,2,4,1],"span":[35,13,17]},{"path":[4,3,2,4,3],"span":[35,20,21]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,4,18]},{"path":[4,4,2,0,5],"span":[40,4,10]},{"path":[4,4,2,0,1],"span":[40,11,13]},{"path":[4,4,2,0,3],"span":[40,16,17]},{"path":[4,4,2,1],"span":[41,4,22]},{"path":[4,4,2,1,6],"span":[41,4,12]},{"path":[4,4,2,1,1],"span":[41,13,17]},{"path":[4,4,2,1,3],"span":[41,20,21]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,4,21]},{"path":[4,5,2,0,5],"span":[45,4,8]},{"path":[4,5,2,0,1],"span":[45,9,16]},{"path":[4,5,2,0,3],"span":[45,19,20]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,4,18]},{"path":[4,6,2,0,5],"span":[49,4,10]},{"path":[4,6,2,0,1],"span":[49,11,13]},{"path":[4,6,2,0,3],"span":[49,16,17]},{"path":[4,6,2,1],"span":[50,4,23]},{"path":[4,6,2,1,5],"span":[50,4,10]},{"path":[4,6,2,1,1],"span":[50,11,18]},{"path":[4,6,2,1,3],"span":[50,21,22]},{"path":[4,6,2,2],"span":[51,4,25]},{"path":[4,6,2,2,6],"span":[51,4,15]},{"path":[4,6,2,2,1],"span":[51,16,20]},{"path":[4,6,2,2,3],"span":[51,23,24]},{"path":[4,6,2,3],"span":[52,4,22]},{"path":[4,6,2,3,5],"span":[52,4,8]},{"path":[4,6,2,3,1],"span":[52,9,17]},{"path":[4,6,2,3,3],"span":[52,20,21]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,4,26]},{"path":[4,7,2,0,5],"span":[56,4,10]},{"path":[4,7,2,0,1],"span":[56,11,21]},{"path":[4,7,2,0,3],"span":[56,24,25]},{"path":[4,7,2,1],"span":[57,4,28]},{"path":[4,7,2,1,5],"span":[57,4,8]},{"path":[4,7,2,1,1],"span":[57,9,23]},{"path":[4,7,2,1,3],"span":[57,26,27]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,4,33]},{"path":[4,8,2,0,4],"span":[61,4,12]},{"path":[4,8,2,0,6],"span":[61,13,20]},{"path":[4,8,2,0,1],"span":[61,21,28]},{"path":[4,8,2,0,3],"span":[61,31,32]},{"path":[4,9],"span":[64,0,73,1]},{"path":[4,9,1],"span":[64,8,43]},{"path":[4,9,2,0],"span":[65,4,26]},{"path":[4,9,2,0,5],"span":[65,4,10]},{"path":[4,9,2,0,1],"span":[65,11,21]},{"path":[4,9,2,0,3],"span":[65,24,25]},{"path":[4,9,2,1],"span":[66,4,23]},{"path":[4,9,2,1,5],"span":[66,4,10]},{"path":[4,9,2,1,1],"span":[66,11,18]},{"path":[4,9,2,1,3],"span":[66,21,22]},{"path":[4,9,2,2],"span":[67,4,24]},{"path":[4,9,2,2,5],"span":[67,4,8]},{"path":[4,9,2,2,1],"span":[67,9,19]},{"path":[4,9,2,2,3],"span":[67,22,23]},{"path":[4,9,3,0],"span":[68,4,71,5]},{"path":[4,9,3,0,1],"span":[68,12,20]},{"path":[4,9,3,0,2,0],"span":[69,8,25]},{"path":[4,9,3,0,2,0,5],"span":[69,8,12]},{"path":[4,9,3,0,2,0,1],"span":[69,13,20]},{"path":[4,9,3,0,2,0,3],"span":[69,23,24]},{"path":[4,9,3,0,2,1],"span":[70,8,30]},{"path":[4,9,3,0,2,1,5],"span":[70,8,12]},{"path":[4,9,3,0,2,1,1],"span":[70,13,25]},{"path":[4,9,3,0,2,1,3],"span":[70,28,29]},{"path":[4,9,2,3],"span":[72,4,27]},{"path":[4,9,2,3,6],"span":[72,4,12]},{"path":[4,9,2,3,1],"span":[72,13,22]},{"path":[4,9,2,3,3],"span":[72,25,26]},{"path":[4,10],"span":[75,0,77,1]},{"path":[4,10,1],"span":[75,8,44]},{"path":[4,10,2,0],"span":[76,4,20]},{"path":[4,10,2,0,5],"span":[76,4,8]},{"path":[4,10,2,0,1],"span":[76,9,15]},{"path":[4,10,2,0,3],"span":[76,18,19]},{"path":[5,1],"span":[79,0,83,1]},{"path":[5,1,1],"span":[79,5,22]},{"path":[5,1,2,0],"span":[80,3,40]},{"path":[5,1,2,0,1],"span":[80,3,35]},{"path":[5,1,2,0,2],"span":[80,38,39]},{"path":[5,1,2,1],"span":[81,3,32]},{"path":[5,1,2,1,1],"span":[81,3,27]},{"path":[5,1,2,1,2],"span":[81,30,31]},{"path":[5,1,2,2],"span":[82,3,34]},{"path":[5,1,2,2,1],"span":[82,3,29]},{"path":[5,1,2,2,2],"span":[82,32,33]},{"path":[4,11],"span":[85,0,100,1]},{"path":[4,11,1],"span":[85,8,15]},{"path":[4,11,2,0],"span":[86,2,16]},{"path":[4,11,2,0,5],"span":[86,2,8]},{"path":[4,11,2,0,1],"span":[86,9,11]},{"path":[4,11,2,0,3],"span":[86,14,15]},{"path":[4,11,2,1],"span":[87,2,23]},{"path":[4,11,2,1,5],"span":[87,2,8]},{"path":[4,11,2,1,1],"span":[87,9,18]},{"path":[4,11,2,1,3],"span":[87,21,22]},{"path":[4,11,2,2],"span":[88,2,21]},{"path":[4,11,2,2,5],"span":[88,2,8]},{"path":[4,11,2,2,1],"span":[88,9,16]},{"path":[4,11,2,2,3],"span":[88,19,20]},{"path":[4,11,2,3],"span":[89,2,26]},{"path":[4,11,2,3,5],"span":[89,2,8]},{"path":[4,11,2,3,1],"span":[89,9,21]},{"path":[4,11,2,3,3],"span":[89,24,25]},{"path":[4,11,2,4],"span":[90,2,25]},{"path":[4,11,2,4,5],"span":[90,2,8]},{"path":[4,11,2,4,1],"span":[90,9,20]},{"path":[4,11,2,4,3],"span":[90,23,24]},{"path":[4,11,2,5],"span":[91,2,20]},{"path":[4,11,2,5,5],"span":[91,2,8]},{"path":[4,11,2,5,1],"span":[91,9,15]},{"path":[4,11,2,5,3],"span":[91,18,19]},{"path":[4,11,2,6],"span":[92,2,18]},{"path":[4,11,2,6,5],"span":[92,2,8]},{"path":[4,11,2,6,1],"span":[92,9,13]},{"path":[4,11,2,6,3],"span":[92,16,17]},{"path":[4,11,2,7],"span":[93,2,27]},{"path":[4,11,2,7,5],"span":[93,2,8]},{"path":[4,11,2,7,1],"span":[93,9,22]},{"path":[4,11,2,7,3],"span":[93,25,26]},{"path":[4,11,3,0],"span":[95,2,97,3]},{"path":[4,11,3,0,1],"span":[95,10,22]},{"path":[4,11,3,0,2,0],"span":[96,4,32]},{"path":[4,11,3,0,2,0,6],"span":[96,4,21]},{"path":[4,11,3,0,2,0,1],"span":[96,22,27]},{"path":[4,11,3,0,2,0,3],"span":[96,30,31]},{"path":[4,11,2,8],"span":[98,2,25]},{"path":[4,11,2,8,6],"span":[98,2,14]},{"path":[4,11,2,8,1],"span":[98,15,20]},{"path":[4,11,2,8,3],"span":[98,23,24]},{"path":[4,11,2,9],"span":[99,2,25]},{"path":[4,11,2,9,5],"span":[99,2,8]},{"path":[4,11,2,9,1],"span":[99,9,19]},{"path":[4,11,2,9,3],"span":[99,22,24]},{"path":[4,12],"span":[102,0,105,1]},{"path":[4,12,1],"span":[102,8,26]},{"path":[4,12,2,0],"span":[103,2,23]},{"path":[4,12,2,0,5],"span":[103,2,8]},{"path":[4,12,2,0,1],"span":[103,9,18]},{"path":[4,12,2,0,3],"span":[103,21,22]},{"path":[4,12,2,1],"span":[104,2,27]},{"path":[4,12,2,1,5],"span":[104,2,8]},{"path":[4,12,2,1,1],"span":[104,9,22]},{"path":[4,12,2,1,3],"span":[104,25,26]},{"path":[4,13],"span":[107,0,109,1]},{"path":[4,13,1],"span":[107,8,37]},{"path":[4,13,2,0],"span":[108,4,23]},{"path":[4,13,2,0,5],"span":[108,4,10]},{"path":[4,13,2,0,1],"span":[108,11,18]},{"path":[4,13,2,0,3],"span":[108,21,22]},{"path":[4,14],"span":[111,0,113,1]},{"path":[4,14,1],"span":[111,8,32]},{"path":[4,14,2,0],"span":[112,4,20]},{"path":[4,14,2,0,5],"span":[112,4,9]},{"path":[4,14,2,0,1],"span":[112,10,15]},{"path":[4,14,2,0,3],"span":[112,18,19]},{"path":[4,15],"span":[115,0,121,1]},{"path":[4,15,1],"span":[115,8,32]},{"path":[4,15,2,0],"span":[116,4,23]},{"path":[4,15,2,0,5],"span":[116,4,10]},{"path":[4,15,2,0,1],"span":[116,11,18]},{"path":[4,15,2,0,3],"span":[116,21,22]},{"path":[4,15,3,0],"span":[117,4,119,5]},{"path":[4,15,3,0,1],"span":[117,12,18]},{"path":[4,15,3,0,2,0],"span":[118,8,36]},{"path":[4,15,3,0,2,0,6],"span":[118,8,25]},{"path":[4,15,3,0,2,0,1],"span":[118,26,31]},{"path":[4,15,3,0,2,0,3],"span":[118,34,35]},{"path":[4,15,2,1],"span":[120,4,22]},{"path":[4,15,2,1,6],"span":[120,4,10]},{"path":[4,15,2,1,1],"span":[120,11,17]},{"path":[4,15,2,1,3],"span":[120,20,21]},{"path":[4,16],"span":[123,0,125,1]},{"path":[4,16,1],"span":[123,8,33]},{"path":[4,16,2,0],"span":[124,4,33]},{"path":[4,16,2,0,4],"span":[124,4,12]},{"path":[4,16,2,0,6],"span":[124,13,20]},{"path":[4,16,2,0,1],"span":[124,21,28]},{"path":[4,16,2,0,3],"span":[124,31,32]},{"path":[4,17],"span":[127,0,129,1]},{"path":[4,17,1],"span":[127,8,35]},{"path":[4,17,2,0],"span":[128,4,25]},{"path":[4,17,2,0,5],"span":[128,4,10]},{"path":[4,17,2,0,1],"span":[128,11,20]},{"path":[4,17,2,0,3],"span":[128,23,24]},{"path":[4,18],"span":[131,0,133,1]},{"path":[4,18,1],"span":[131,8,36]},{"path":[4,18,2,0],"span":[132,4,24]},{"path":[4,18,2,0,6],"span":[132,4,11]},{"path":[4,18,2,0,1],"span":[132,12,19]},{"path":[4,18,2,0,3],"span":[132,22,23]},{"path":[4,19],"span":[135,0,145,1]},{"path":[4,19,1],"span":[135,8,28]},{"path":[4,19,2,0],"span":[136,4,23]},{"path":[4,19,2,0,5],"span":[136,4,10]},{"path":[4,19,2,0,1],"span":[136,11,18]},{"path":[4,19,2,0,3],"span":[136,21,22]},{"path":[4,19,2,1],"span":[137,4,25]},{"path":[4,19,2,1,5],"span":[137,4,10]},{"path":[4,19,2,1,1],"span":[137,11,20]},{"path":[4,19,2,1,3],"span":[137,23,24]},{"path":[4,19,2,2],"span":[138,4,28]},{"path":[4,19,2,2,5],"span":[138,4,10]},{"path":[4,19,2,2,1],"span":[138,11,23]},{"path":[4,19,2,2,3],"span":[138,26,27]},{"path":[4,19,2,3],"span":[139,4,27]},{"path":[4,19,2,3,5],"span":[139,4,10]},{"path":[4,19,2,3,1],"span":[139,11,22]},{"path":[4,19,2,3,3],"span":[139,25,26]},{"path":[4,19,2,4],"span":[140,4,22]},{"path":[4,19,2,4,5],"span":[140,4,10]},{"path":[4,19,2,4,1],"span":[140,11,17]},{"path":[4,19,2,4,3],"span":[140,20,21]},{"path":[4,19,2,5],"span":[141,4,20]},{"path":[4,19,2,5,5],"span":[141,4,10]},{"path":[4,19,2,5,1],"span":[141,11,15]},{"path":[4,19,2,5,3],"span":[141,18,19]},{"path":[4,19,2,6],"span":[142,4,29]},{"path":[4,19,2,6,5],"span":[142,4,10]},{"path":[4,19,2,6,1],"span":[142,11,24]},{"path":[4,19,2,6,3],"span":[142,27,28]},{"path":[4,19,2,7],"span":[144,4,30]},{"path":[4,19,2,7,5],"span":[144,4,8]},{"path":[4,19,2,7,1],"span":[144,9,25]},{"path":[4,19,2,7,3],"span":[144,28,29]},{"path":[4,20],"span":[147,0,150,1]},{"path":[4,20,1],"span":[147,8,29]},{"path":[4,20,2,0],"span":[148,4,24]},{"path":[4,20,2,0,6],"span":[148,4,11]},{"path":[4,20,2,0,1],"span":[148,12,19]},{"path":[4,20,2,0,3],"span":[148,22,23]},{"path":[4,20,2,1],"span":[149,4,39]},{"path":[4,20,2,1,6],"span":[149,4,22]},{"path":[4,20,2,1,1],"span":[149,23,34]},{"path":[4,20,2,1,3],"span":[149,37,38]},{"path":[4,21],"span":[152,0,167,1]},{"path":[4,21,1],"span":[152,8,38]},{"path":[4,21,2,0],"span":[153,4,25]},{"path":[4,21,2,0,5],"span":[153,4,10]},{"path":[4,21,2,0,1],"span":[153,11,20]},{"path":[4,21,2,0,3],"span":[153,23,24]},{"path":[4,21,2,1],"span":[154,4,28]},{"path":[4,21,2,1,5],"span":[154,4,10]},{"path":[4,21,2,1,1],"span":[154,11,23]},{"path":[4,21,2,1,3],"span":[154,26,27]},{"path":[4,21,2,2],"span":[155,4,27]},{"path":[4,21,2,2,5],"span":[155,4,10]},{"path":[4,21,2,2,1],"span":[155,11,22]},{"path":[4,21,2,2,3],"span":[155,25,26]},{"path":[4,21,2,3],"span":[156,4,22]},{"path":[4,21,2,3,5],"span":[156,4,10]},{"path":[4,21,2,3,1],"span":[156,11,17]},{"path":[4,21,2,3,3],"span":[156,20,21]},{"path":[4,21,2,4],"span":[157,4,20]},{"path":[4,21,2,4,5],"span":[157,4,10]},{"path":[4,21,2,4,1],"span":[157,11,15]},{"path":[4,21,2,4,3],"span":[157,18,19]},{"path":[4,21,3,0],"span":[159,4,164,5]},{"path":[4,21,3,0,1],"span":[159,12,26]},{"path":[4,21,3,0,2,0],"span":[160,6,43]},{"path":[4,21,3,0,2,0,5],"span":[160,6,12]},{"path":[4,21,3,0,2,0,1],"span":[160,13,38]},{"path":[4,21,3,0,2,0,3],"span":[160,41,42]},{"path":[4,21,3,0,2,1],"span":[161,6,49]},{"path":[4,21,3,0,2,1,5],"span":[161,6,12]},{"path":[4,21,3,0,2,1,1],"span":[161,13,44]},{"path":[4,21,3,0,2,1,3],"span":[161,47,48]},{"path":[4,21,3,0,2,2],"span":[162,6,47]},{"path":[4,21,3,0,2,2,5],"span":[162,6,12]},{"path":[4,21,3,0,2,2,1],"span":[162,13,42]},{"path":[4,21,3,0,2,2,3],"span":[162,45,46]},{"path":[4,21,3,0,2,3],"span":[163,6,42]},{"path":[4,21,3,0,2,3,5],"span":[163,6,12]},{"path":[4,21,3,0,2,3,1],"span":[163,13,37]},{"path":[4,21,3,0,2,3,3],"span":[163,40,41]},{"path":[4,21,2,5],"span":[166,4,39]},{"path":[4,21,2,5,6],"span":[166,4,18]},{"path":[4,21,2,5,1],"span":[166,19,34]},{"path":[4,21,2,5,3],"span":[166,37,38]},{"path":[4,22],"span":[169,0,171,1]},{"path":[4,22,1],"span":[169,8,39]},{"path":[4,22,2,0],"span":[170,4,24]},{"path":[4,22,2,0,6],"span":[170,4,11]},{"path":[4,22,2,0,1],"span":[170,12,19]},{"path":[4,22,2,0,3],"span":[170,22,23]},{"path":[4,23],"span":[173,0,176,1]},{"path":[4,23,1],"span":[173,8,38]},{"path":[4,23,2,0],"span":[174,4,25]},{"path":[4,23,2,0,5],"span":[174,4,10]},{"path":[4,23,2,0,1],"span":[174,11,20]},{"path":[4,23,2,0,3],"span":[174,23,24]},{"path":[4,23,2,1],"span":[175,4,24]},{"path":[4,23,2,1,5],"span":[175,4,10]},{"path":[4,23,2,1,1],"span":[175,11,19]},{"path":[4,23,2,1,3],"span":[175,22,23]},{"path":[4,24],"span":[178,0,183,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,4,21]},{"path":[4,24,2,0,5],"span":[179,4,8]},{"path":[4,24,2,0,1],"span":[179,9,16]},{"path":[4,24,2,0,3],"span":[179,19,20]},{"path":[4,24,2,1],"span":[180,4,23]},{"path":[4,24,2,1,5],"span":[180,4,10]},{"path":[4,24,2,1,1],"span":[180,11,18]},{"path":[4,24,2,1,3],"span":[180,21,22]},{"path":[4,24,2,2],"span":[181,4,30]},{"path":[4,24,2,2,5],"span":[181,4,10]},{"path":[4,24,2,2,1],"span":[181,11,25]},{"path":[4,24,2,2,3],"span":[181,28,29]},{"path":[4,24,2,3],"span":[182,4,30]},{"path":[4,24,2,3,5],"span":[182,4,10]},{"path":[4,24,2,3,1],"span":[182,11,25]},{"path":[4,24,2,3,3],"span":[182,28,29]},{"path":[4,25],"span":[185,0,190,1]},{"path":[4,25,1],"span":[185,8,38]},{"path":[4,25,2,0],"span":[186,4,25]},{"path":[4,25,2,0,5],"span":[186,4,10]},{"path":[4,25,2,0,1],"span":[186,11,20]},{"path":[4,25,2,0,3],"span":[186,23,24]},{"path":[4,25,2,1],"span":[187,4,24]},{"path":[4,25,2,1,5],"span":[187,4,10]},{"path":[4,25,2,1,1],"span":[187,11,19]},{"path":[4,25,2,1,3],"span":[187,22,23]},{"path":[4,25,2,2],"span":[188,4,25]},{"path":[4,25,2,2,5],"span":[188,4,8]},{"path":[4,25,2,2,1],"span":[188,9,20]},{"path":[4,25,2,2,3],"span":[188,23,24]},{"path":[4,25,2,3],"span":[189,4,25]},{"path":[4,25,2,3,5],"span":[189,4,8]},{"path":[4,25,2,3,1],"span":[189,9,20]},{"path":[4,25,2,3,3],"span":[189,23,24]},{"path":[4,26],"span":[192,0,194,1]},{"path":[4,26,1],"span":[192,8,39]},{"path":[4,26,2,0],"span":[193,4,21]},{"path":[4,26,2,0,5],"span":[193,4,8]},{"path":[4,26,2,0,1],"span":[193,9,16]},{"path":[4,26,2,0,3],"span":[193,19,20]},{"path":[4,27],"span":[196,0,200,1]},{"path":[4,27,1],"span":[196,8,40]},{"path":[4,27,2,0],"span":[197,4,23]},{"path":[4,27,2,0,5],"span":[197,4,10]},{"path":[4,27,2,0,1],"span":[197,11,18]},{"path":[4,27,2,0,3],"span":[197,21,22]},{"path":[4,27,2,1],"span":[198,4,36]},{"path":[4,27,2,1,4],"span":[198,4,12]},{"path":[4,27,2,1,5],"span":[198,13,19]},{"path":[4,27,2,1,1],"span":[198,20,31]},{"path":[4,27,2,1,3],"span":[198,34,35]},{"path":[4,27,2,2],"span":[199,4,23]},{"path":[4,27,2,2,5],"span":[199,4,10]},{"path":[4,27,2,2,1],"span":[199,11,18]},{"path":[4,27,2,2,3],"span":[199,21,22]},{"path":[4,28],"span":[202,0,208,1]},{"path":[4,28,1],"span":[202,8,41]},{"path":[4,28,3,0],"span":[203,4,206,5]},{"path":[4,28,3,0,1],"span":[203,12,18]},{"path":[4,28,3,0,2,0],"span":[204,8,30]},{"path":[4,28,3,0,2,0,5],"span":[204,8,14]},{"path":[4,28,3,0,2,0,1],"span":[204,15,25]},{"path":[4,28,3,0,2,0,3],"span":[204,28,29]},{"path":[4,28,3,0,2,1],"span":[205,8,24]},{"path":[4,28,3,0,2,1,5],"span":[205,8,12]},{"path":[4,28,3,0,2,1,1],"span":[205,13,19]},{"path":[4,28,3,0,2,1,3],"span":[205,22,23]},{"path":[4,28,2,0],"span":[207,4,31]},{"path":[4,28,2,0,4],"span":[207,4,12]},{"path":[4,28,2,0,6],"span":[207,13,19]},{"path":[4,28,2,0,1],"span":[207,20,26]},{"path":[4,28,2,0,3],"span":[207,29,30]},{"path":[4,29],"span":[210,0,213,1]},{"path":[4,29,1],"span":[210,8,46]},{"path":[4,29,2,0],"span":[211,4,23]},{"path":[4,29,2,0,5],"span":[211,4,10]},{"path":[4,29,2,0,1],"span":[211,11,18]},{"path":[4,29,2,0,3],"span":[211,21,22]},{"path":[4,29,2,1],"span":[212,4,25]},{"path":[4,29,2,1,5],"span":[212,4,10]},{"path":[4,29,2,1,1],"span":[212,11,20]},{"path":[4,29,2,1,3],"span":[212,23,24]},{"path":[4,30],"span":[215,0,217,1]},{"path":[4,30,1],"span":[215,8,47]},{"path":[4,30,2,0],"span":[216,4,33]},{"path":[4,30,2,0,4],"span":[216,4,12]},{"path":[4,30,2,0,6],"span":[216,13,20]},{"path":[4,30,2,0,1],"span":[216,21,28]},{"path":[4,30,2,0,3],"span":[216,31,32]},{"path":[6,0],"span":[220,0,247,1]},{"path":[6,0,1],"span":[220,8,19]},{"path":[6,0,2,0],"span":[221,4,123]},{"path":[6,0,2,0,1],"span":[221,8,36]},{"path":[6,0,2,0,2],"span":[221,37,72]},{"path":[6,0,2,0,3],"span":[221,83,119]},{"path":[6,0,2,1],"span":[223,4,102]},{"path":[6,0,2,1,1],"span":[223,8,29]},{"path":[6,0,2,1,2],"span":[223,30,58]},{"path":[6,0,2,1,3],"span":[223,69,98]},{"path":[6,0,2,2],"span":[225,4,108]},{"path":[6,0,2,2,1],"span":[225,8,31]},{"path":[6,0,2,2,2],"span":[225,32,62]},{"path":[6,0,2,2,3],"span":[225,73,104]},{"path":[6,0,2,3],"span":[227,4,78]},{"path":[6,0,2,3,1],"span":[227,8,21]},{"path":[6,0,2,3,2],"span":[227,22,42]},{"path":[6,0,2,3,3],"span":[227,53,74]},{"path":[6,0,2,4],"span":[229,4,78]},{"path":[6,0,2,4,1],"span":[229,8,21]},{"path":[6,0,2,4,2],"span":[229,22,42]},{"path":[6,0,2,4,3],"span":[229,53,74]},{"path":[6,0,2,5],"span":[231,4,90]},{"path":[6,0,2,5,1],"span":[231,8,25]},{"path":[6,0,2,5,2],"span":[231,26,50]},{"path":[6,0,2,5,3],"span":[231,61,86]},{"path":[6,0,2,6],"span":[233,4,99]},{"path":[6,0,2,6,1],"span":[233,8,30]},{"path":[6,0,2,6,2],"span":[233,31,60]},{"path":[6,0,2,6,3],"span":[233,71,95]},{"path":[6,0,2,7],"span":[235,4,99]},{"path":[6,0,2,7,1],"span":[235,8,28]},{"path":[6,0,2,7,2],"span":[235,29,56]},{"path":[6,0,2,7,3],"span":[235,67,95]},{"path":[6,0,2,8],"span":[237,4,108]},{"path":[6,0,2,8,1],"span":[237,8,31]},{"path":[6,0,2,8,2],"span":[237,32,62]},{"path":[6,0,2,8,3],"span":[237,73,104]},{"path":[6,0,2,9],"span":[239,4,108]},{"path":[6,0,2,9,1],"span":[239,8,31]},{"path":[6,0,2,9,2],"span":[239,32,62]},{"path":[6,0,2,9,3],"span":[239,73,104]},{"path":[6,0,2,10],"span":[241,4,108]},{"path":[6,0,2,10,1],"span":[241,8,31]},{"path":[6,0,2,10,2],"span":[241,32,62]},{"path":[6,0,2,10,3],"span":[241,73,104]},{"path":[6,0,2,11],"span":[243,4,114]},{"path":[6,0,2,11,1],"span":[243,8,33]},{"path":[6,0,2,11,2],"span":[243,34,66]},{"path":[6,0,2,11,3],"span":[243,77,110]},{"path":[6,0,2,12],"span":[245,4,132]},{"path":[6,0,2,12,1],"span":[245,8,39]},{"path":[6,0,2,12,2],"span":[245,40,78]},{"path":[6,0,2,12,3],"span":[245,89,128]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,272,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,2,16]},{"path":[4,0,2,0,5],"span":[5,2,8]},{"path":[4,0,2,0,1],"span":[5,9,11]},{"path":[4,0,2,0,3],"span":[5,14,15]},{"path":[4,0,2,1],"span":[6,2,22]},{"path":[4,0,2,1,5],"span":[6,2,8]},{"path":[4,0,2,1,1],"span":[6,9,17]},{"path":[4,0,2,1,3],"span":[6,20,21]},{"path":[4,0,2,2],"span":[7,2,18]},{"path":[4,0,2,2,5],"span":[7,2,8]},{"path":[4,0,2,2,1],"span":[7,9,13]},{"path":[4,0,2,2,3],"span":[7,16,17]},{"path":[4,0,2,3],"span":[8,2,21]},{"path":[4,0,2,3,5],"span":[8,2,8]},{"path":[4,0,2,3,1],"span":[8,9,16]},{"path":[4,0,2,3,3],"span":[8,19,20]},{"path":[4,0,2,4],"span":[9,2,19]},{"path":[4,0,2,4,5],"span":[9,2,8]},{"path":[4,0,2,4,1],"span":[9,9,14]},{"path":[4,0,2,4,3],"span":[9,17,18]},{"path":[4,0,2,5],"span":[10,2,23]},{"path":[4,0,2,5,5],"span":[10,2,8]},{"path":[4,0,2,5,1],"span":[10,9,18]},{"path":[4,0,2,5,3],"span":[10,21,22]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,2,16]},{"path":[4,1,2,0,5],"span":[14,2,8]},{"path":[4,1,2,0,1],"span":[14,9,11]},{"path":[4,1,2,0,3],"span":[14,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,2,16]},{"path":[4,3,2,0,5],"span":[31,2,8]},{"path":[4,3,2,0,1],"span":[31,9,11]},{"path":[4,3,2,0,3],"span":[31,14,15]},{"path":[4,3,2,1],"span":[32,2,18]},{"path":[4,3,2,1,5],"span":[32,2,8]},{"path":[4,3,2,1,1],"span":[32,9,13]},{"path":[4,3,2,1,3],"span":[32,16,17]},{"path":[4,3,2,2],"span":[33,2,26]},{"path":[4,3,2,2,5],"span":[33,2,8]},{"path":[4,3,2,2,1],"span":[33,9,21]},{"path":[4,3,2,2,3],"span":[33,24,25]},{"path":[4,3,2,3],"span":[34,2,22]},{"path":[4,3,2,3,5],"span":[34,2,8]},{"path":[4,3,2,3,1],"span":[34,9,17]},{"path":[4,3,2,3,3],"span":[34,20,21]},{"path":[4,3,2,4],"span":[35,2,20]},{"path":[4,3,2,4,6],"span":[35,2,10]},{"path":[4,3,2,4,1],"span":[35,11,15]},{"path":[4,3,2,4,3],"span":[35,18,19]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,20]},{"path":[4,4,2,1,6],"span":[41,2,10]},{"path":[4,4,2,1,1],"span":[41,11,15]},{"path":[4,4,2,1,3],"span":[41,18,19]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,2,19]},{"path":[4,5,2,0,5],"span":[45,2,6]},{"path":[4,5,2,0,1],"span":[45,7,14]},{"path":[4,5,2,0,3],"span":[45,17,18]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,2,16]},{"path":[4,6,2,0,5],"span":[49,2,8]},{"path":[4,6,2,0,1],"span":[49,9,11]},{"path":[4,6,2,0,3],"span":[49,14,15]},{"path":[4,6,2,1],"span":[50,2,21]},{"path":[4,6,2,1,5],"span":[50,2,8]},{"path":[4,6,2,1,1],"span":[50,9,16]},{"path":[4,6,2,1,3],"span":[50,19,20]},{"path":[4,6,2,2],"span":[51,2,23]},{"path":[4,6,2,2,6],"span":[51,2,13]},{"path":[4,6,2,2,1],"span":[51,14,18]},{"path":[4,6,2,2,3],"span":[51,21,22]},{"path":[4,6,2,3],"span":[52,2,20]},{"path":[4,6,2,3,5],"span":[52,2,6]},{"path":[4,6,2,3,1],"span":[52,7,15]},{"path":[4,6,2,3,3],"span":[52,18,19]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,2,24]},{"path":[4,7,2,0,5],"span":[56,2,8]},{"path":[4,7,2,0,1],"span":[56,9,19]},{"path":[4,7,2,0,3],"span":[56,22,23]},{"path":[4,7,2,1],"span":[57,2,26]},{"path":[4,7,2,1,5],"span":[57,2,6]},{"path":[4,7,2,1,1],"span":[57,7,21]},{"path":[4,7,2,1,3],"span":[57,24,25]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,2,31]},{"path":[4,8,2,0,4],"span":[61,2,10]},{"path":[4,8,2,0,6],"span":[61,11,18]},{"path":[4,8,2,0,1],"span":[61,19,26]},{"path":[4,8,2,0,3],"span":[61,29,30]},{"path":[4,9],"span":[64,0,73,1]},{"path":[4,9,1],"span":[64,8,43]},{"path":[4,9,2,0],"span":[65,2,24]},{"path":[4,9,2,0,5],"span":[65,2,8]},{"path":[4,9,2,0,1],"span":[65,9,19]},{"path":[4,9,2,0,3],"span":[65,22,23]},{"path":[4,9,2,1],"span":[66,2,21]},{"path":[4,9,2,1,5],"span":[66,2,8]},{"path":[4,9,2,1,1],"span":[66,9,16]},{"path":[4,9,2,1,3],"span":[66,19,20]},{"path":[4,9,2,2],"span":[67,2,22]},{"path":[4,9,2,2,5],"span":[67,2,6]},{"path":[4,9,2,2,1],"span":[67,7,17]},{"path":[4,9,2,2,3],"span":[67,20,21]},{"path":[4,9,3,0],"span":[68,2,71,3]},{"path":[4,9,3,0,1],"span":[68,10,18]},{"path":[4,9,3,0,2,0],"span":[69,4,21]},{"path":[4,9,3,0,2,0,5],"span":[69,4,8]},{"path":[4,9,3,0,2,0,1],"span":[69,9,16]},{"path":[4,9,3,0,2,0,3],"span":[69,19,20]},{"path":[4,9,3,0,2,1],"span":[70,4,26]},{"path":[4,9,3,0,2,1,5],"span":[70,4,8]},{"path":[4,9,3,0,2,1,1],"span":[70,9,21]},{"path":[4,9,3,0,2,1,3],"span":[70,24,25]},{"path":[4,9,2,3],"span":[72,2,25]},{"path":[4,9,2,3,6],"span":[72,2,10]},{"path":[4,9,2,3,1],"span":[72,11,20]},{"path":[4,9,2,3,3],"span":[72,23,24]},{"path":[4,10],"span":[75,0,77,1]},{"path":[4,10,1],"span":[75,8,44]},{"path":[4,10,2,0],"span":[76,2,18]},{"path":[4,10,2,0,5],"span":[76,2,6]},{"path":[4,10,2,0,1],"span":[76,7,13]},{"path":[4,10,2,0,3],"span":[76,16,17]},{"path":[5,1],"span":[79,0,83,1]},{"path":[5,1,1],"span":[79,5,22]},{"path":[5,1,2,0],"span":[80,2,39]},{"path":[5,1,2,0,1],"span":[80,2,34]},{"path":[5,1,2,0,2],"span":[80,37,38]},{"path":[5,1,2,1],"span":[81,2,31]},{"path":[5,1,2,1,1],"span":[81,2,26]},{"path":[5,1,2,1,2],"span":[81,29,30]},{"path":[5,1,2,2],"span":[82,2,33]},{"path":[5,1,2,2,1],"span":[82,2,28]},{"path":[5,1,2,2,2],"span":[82,31,32]},{"path":[4,11],"span":[85,0,100,1]},{"path":[4,11,1],"span":[85,8,15]},{"path":[4,11,2,0],"span":[86,2,16]},{"path":[4,11,2,0,5],"span":[86,2,8]},{"path":[4,11,2,0,1],"span":[86,9,11]},{"path":[4,11,2,0,3],"span":[86,14,15]},{"path":[4,11,2,1],"span":[87,2,23]},{"path":[4,11,2,1,5],"span":[87,2,8]},{"path":[4,11,2,1,1],"span":[87,9,18]},{"path":[4,11,2,1,3],"span":[87,21,22]},{"path":[4,11,2,2],"span":[88,2,21]},{"path":[4,11,2,2,5],"span":[88,2,8]},{"path":[4,11,2,2,1],"span":[88,9,16]},{"path":[4,11,2,2,3],"span":[88,19,20]},{"path":[4,11,2,3],"span":[89,2,26]},{"path":[4,11,2,3,5],"span":[89,2,8]},{"path":[4,11,2,3,1],"span":[89,9,21]},{"path":[4,11,2,3,3],"span":[89,24,25]},{"path":[4,11,2,4],"span":[90,2,25]},{"path":[4,11,2,4,5],"span":[90,2,8]},{"path":[4,11,2,4,1],"span":[90,9,20]},{"path":[4,11,2,4,3],"span":[90,23,24]},{"path":[4,11,2,5],"span":[91,2,20]},{"path":[4,11,2,5,5],"span":[91,2,8]},{"path":[4,11,2,5,1],"span":[91,9,15]},{"path":[4,11,2,5,3],"span":[91,18,19]},{"path":[4,11,2,6],"span":[92,2,18]},{"path":[4,11,2,6,5],"span":[92,2,8]},{"path":[4,11,2,6,1],"span":[92,9,13]},{"path":[4,11,2,6,3],"span":[92,16,17]},{"path":[4,11,2,7],"span":[93,2,27]},{"path":[4,11,2,7,5],"span":[93,2,8]},{"path":[4,11,2,7,1],"span":[93,9,22]},{"path":[4,11,2,7,3],"span":[93,25,26]},{"path":[4,11,3,0],"span":[95,2,97,3]},{"path":[4,11,3,0,1],"span":[95,10,22]},{"path":[4,11,3,0,2,0],"span":[96,4,32]},{"path":[4,11,3,0,2,0,6],"span":[96,4,21]},{"path":[4,11,3,0,2,0,1],"span":[96,22,27]},{"path":[4,11,3,0,2,0,3],"span":[96,30,31]},{"path":[4,11,2,8],"span":[98,2,25]},{"path":[4,11,2,8,6],"span":[98,2,14]},{"path":[4,11,2,8,1],"span":[98,15,20]},{"path":[4,11,2,8,3],"span":[98,23,24]},{"path":[4,11,2,9],"span":[99,2,25]},{"path":[4,11,2,9,5],"span":[99,2,8]},{"path":[4,11,2,9,1],"span":[99,9,19]},{"path":[4,11,2,9,3],"span":[99,22,24]},{"path":[4,12],"span":[102,0,105,1]},{"path":[4,12,1],"span":[102,8,26]},{"path":[4,12,2,0],"span":[103,2,23]},{"path":[4,12,2,0,5],"span":[103,2,8]},{"path":[4,12,2,0,1],"span":[103,9,18]},{"path":[4,12,2,0,3],"span":[103,21,22]},{"path":[4,12,2,1],"span":[104,2,27]},{"path":[4,12,2,1,5],"span":[104,2,8]},{"path":[4,12,2,1,1],"span":[104,9,22]},{"path":[4,12,2,1,3],"span":[104,25,26]},{"path":[4,13],"span":[107,0,109,1]},{"path":[4,13,1],"span":[107,8,37]},{"path":[4,13,2,0],"span":[108,2,21]},{"path":[4,13,2,0,5],"span":[108,2,8]},{"path":[4,13,2,0,1],"span":[108,9,16]},{"path":[4,13,2,0,3],"span":[108,19,20]},{"path":[4,14],"span":[111,0,113,1]},{"path":[4,14,1],"span":[111,8,32]},{"path":[4,14,2,0],"span":[112,2,18]},{"path":[4,14,2,0,5],"span":[112,2,7]},{"path":[4,14,2,0,1],"span":[112,8,13]},{"path":[4,14,2,0,3],"span":[112,16,17]},{"path":[4,15],"span":[115,0,121,1]},{"path":[4,15,1],"span":[115,8,32]},{"path":[4,15,2,0],"span":[116,2,21]},{"path":[4,15,2,0,5],"span":[116,2,8]},{"path":[4,15,2,0,1],"span":[116,9,16]},{"path":[4,15,2,0,3],"span":[116,19,20]},{"path":[4,15,3,0],"span":[117,2,119,3]},{"path":[4,15,3,0,1],"span":[117,10,16]},{"path":[4,15,3,0,2,0],"span":[118,4,32]},{"path":[4,15,3,0,2,0,6],"span":[118,4,21]},{"path":[4,15,3,0,2,0,1],"span":[118,22,27]},{"path":[4,15,3,0,2,0,3],"span":[118,30,31]},{"path":[4,15,2,1],"span":[120,2,20]},{"path":[4,15,2,1,6],"span":[120,2,8]},{"path":[4,15,2,1,1],"span":[120,9,15]},{"path":[4,15,2,1,3],"span":[120,18,19]},{"path":[4,16],"span":[123,0,125,1]},{"path":[4,16,1],"span":[123,8,33]},{"path":[4,16,2,0],"span":[124,2,31]},{"path":[4,16,2,0,4],"span":[124,2,10]},{"path":[4,16,2,0,6],"span":[124,11,18]},{"path":[4,16,2,0,1],"span":[124,19,26]},{"path":[4,16,2,0,3],"span":[124,29,30]},{"path":[4,17],"span":[127,0,129,1]},{"path":[4,17,1],"span":[127,8,35]},{"path":[4,17,2,0],"span":[128,2,23]},{"path":[4,17,2,0,5],"span":[128,2,8]},{"path":[4,17,2,0,1],"span":[128,9,18]},{"path":[4,17,2,0,3],"span":[128,21,22]},{"path":[4,18],"span":[131,0,133,1]},{"path":[4,18,1],"span":[131,8,36]},{"path":[4,18,2,0],"span":[132,2,22]},{"path":[4,18,2,0,6],"span":[132,2,9]},{"path":[4,18,2,0,1],"span":[132,10,17]},{"path":[4,18,2,0,3],"span":[132,20,21]},{"path":[4,19],"span":[135,0,145,1]},{"path":[4,19,1],"span":[135,8,28]},{"path":[4,19,2,0],"span":[136,2,21]},{"path":[4,19,2,0,5],"span":[136,2,8]},{"path":[4,19,2,0,1],"span":[136,9,16]},{"path":[4,19,2,0,3],"span":[136,19,20]},{"path":[4,19,2,1],"span":[137,2,23]},{"path":[4,19,2,1,5],"span":[137,2,8]},{"path":[4,19,2,1,1],"span":[137,9,18]},{"path":[4,19,2,1,3],"span":[137,21,22]},{"path":[4,19,2,2],"span":[138,2,26]},{"path":[4,19,2,2,5],"span":[138,2,8]},{"path":[4,19,2,2,1],"span":[138,9,21]},{"path":[4,19,2,2,3],"span":[138,24,25]},{"path":[4,19,2,3],"span":[139,2,25]},{"path":[4,19,2,3,5],"span":[139,2,8]},{"path":[4,19,2,3,1],"span":[139,9,20]},{"path":[4,19,2,3,3],"span":[139,23,24]},{"path":[4,19,2,4],"span":[140,2,20]},{"path":[4,19,2,4,5],"span":[140,2,8]},{"path":[4,19,2,4,1],"span":[140,9,15]},{"path":[4,19,2,4,3],"span":[140,18,19]},{"path":[4,19,2,5],"span":[141,2,18]},{"path":[4,19,2,5,5],"span":[141,2,8]},{"path":[4,19,2,5,1],"span":[141,9,13]},{"path":[4,19,2,5,3],"span":[141,16,17]},{"path":[4,19,2,6],"span":[142,2,27]},{"path":[4,19,2,6,5],"span":[142,2,8]},{"path":[4,19,2,6,1],"span":[142,9,22]},{"path":[4,19,2,6,3],"span":[142,25,26]},{"path":[4,19,2,7],"span":[144,2,28]},{"path":[4,19,2,7,5],"span":[144,2,6]},{"path":[4,19,2,7,1],"span":[144,7,23]},{"path":[4,19,2,7,3],"span":[144,26,27]},{"path":[4,20],"span":[147,0,150,1]},{"path":[4,20,1],"span":[147,8,29]},{"path":[4,20,2,0],"span":[148,2,22]},{"path":[4,20,2,0,6],"span":[148,2,9]},{"path":[4,20,2,0,1],"span":[148,10,17]},{"path":[4,20,2,0,3],"span":[148,20,21]},{"path":[4,20,2,1],"span":[149,2,37]},{"path":[4,20,2,1,6],"span":[149,2,20]},{"path":[4,20,2,1,1],"span":[149,21,32]},{"path":[4,20,2,1,3],"span":[149,35,36]},{"path":[4,21],"span":[152,0,167,1]},{"path":[4,21,1],"span":[152,8,38]},{"path":[4,21,2,0],"span":[153,2,23]},{"path":[4,21,2,0,5],"span":[153,2,8]},{"path":[4,21,2,0,1],"span":[153,9,18]},{"path":[4,21,2,0,3],"span":[153,21,22]},{"path":[4,21,2,1],"span":[154,2,26]},{"path":[4,21,2,1,5],"span":[154,2,8]},{"path":[4,21,2,1,1],"span":[154,9,21]},{"path":[4,21,2,1,3],"span":[154,24,25]},{"path":[4,21,2,2],"span":[155,2,25]},{"path":[4,21,2,2,5],"span":[155,2,8]},{"path":[4,21,2,2,1],"span":[155,9,20]},{"path":[4,21,2,2,3],"span":[155,23,24]},{"path":[4,21,2,3],"span":[156,2,20]},{"path":[4,21,2,3,5],"span":[156,2,8]},{"path":[4,21,2,3,1],"span":[156,9,15]},{"path":[4,21,2,3,3],"span":[156,18,19]},{"path":[4,21,2,4],"span":[157,2,18]},{"path":[4,21,2,4,5],"span":[157,2,8]},{"path":[4,21,2,4,1],"span":[157,9,13]},{"path":[4,21,2,4,3],"span":[157,16,17]},{"path":[4,21,3,0],"span":[159,2,164,3]},{"path":[4,21,3,0,1],"span":[159,10,24]},{"path":[4,21,3,0,2,0],"span":[160,4,41]},{"path":[4,21,3,0,2,0,5],"span":[160,4,10]},{"path":[4,21,3,0,2,0,1],"span":[160,11,36]},{"path":[4,21,3,0,2,0,3],"span":[160,39,40]},{"path":[4,21,3,0,2,1],"span":[161,4,47]},{"path":[4,21,3,0,2,1,5],"span":[161,4,10]},{"path":[4,21,3,0,2,1,1],"span":[161,11,42]},{"path":[4,21,3,0,2,1,3],"span":[161,45,46]},{"path":[4,21,3,0,2,2],"span":[162,4,45]},{"path":[4,21,3,0,2,2,5],"span":[162,4,10]},{"path":[4,21,3,0,2,2,1],"span":[162,11,40]},{"path":[4,21,3,0,2,2,3],"span":[162,43,44]},{"path":[4,21,3,0,2,3],"span":[163,4,40]},{"path":[4,21,3,0,2,3,5],"span":[163,4,10]},{"path":[4,21,3,0,2,3,1],"span":[163,11,35]},{"path":[4,21,3,0,2,3,3],"span":[163,38,39]},{"path":[4,21,2,5],"span":[166,2,37]},{"path":[4,21,2,5,6],"span":[166,2,16]},{"path":[4,21,2,5,1],"span":[166,17,32]},{"path":[4,21,2,5,3],"span":[166,35,36]},{"path":[4,22],"span":[169,0,171,1]},{"path":[4,22,1],"span":[169,8,39]},{"path":[4,22,2,0],"span":[170,2,22]},{"path":[4,22,2,0,6],"span":[170,2,9]},{"path":[4,22,2,0,1],"span":[170,10,17]},{"path":[4,22,2,0,3],"span":[170,20,21]},{"path":[4,23],"span":[173,0,176,1]},{"path":[4,23,1],"span":[173,8,38]},{"path":[4,23,2,0],"span":[174,2,23]},{"path":[4,23,2,0,5],"span":[174,2,8]},{"path":[4,23,2,0,1],"span":[174,9,18]},{"path":[4,23,2,0,3],"span":[174,21,22]},{"path":[4,23,2,1],"span":[175,2,22]},{"path":[4,23,2,1,5],"span":[175,2,8]},{"path":[4,23,2,1,1],"span":[175,9,17]},{"path":[4,23,2,1,3],"span":[175,20,21]},{"path":[4,24],"span":[178,0,183,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,2,19]},{"path":[4,24,2,0,5],"span":[179,2,6]},{"path":[4,24,2,0,1],"span":[179,7,14]},{"path":[4,24,2,0,3],"span":[179,17,18]},{"path":[4,24,2,1],"span":[180,2,21]},{"path":[4,24,2,1,5],"span":[180,2,8]},{"path":[4,24,2,1,1],"span":[180,9,16]},{"path":[4,24,2,1,3],"span":[180,19,20]},{"path":[4,24,2,2],"span":[181,2,28]},{"path":[4,24,2,2,5],"span":[181,2,8]},{"path":[4,24,2,2,1],"span":[181,9,23]},{"path":[4,24,2,2,3],"span":[181,26,27]},{"path":[4,24,2,3],"span":[182,2,28]},{"path":[4,24,2,3,5],"span":[182,2,8]},{"path":[4,24,2,3,1],"span":[182,9,23]},{"path":[4,24,2,3,3],"span":[182,26,27]},{"path":[4,25],"span":[185,0,190,1]},{"path":[4,25,1],"span":[185,8,38]},{"path":[4,25,2,0],"span":[186,2,23]},{"path":[4,25,2,0,5],"span":[186,2,8]},{"path":[4,25,2,0,1],"span":[186,9,18]},{"path":[4,25,2,0,3],"span":[186,21,22]},{"path":[4,25,2,1],"span":[187,2,22]},{"path":[4,25,2,1,5],"span":[187,2,8]},{"path":[4,25,2,1,1],"span":[187,9,17]},{"path":[4,25,2,1,3],"span":[187,20,21]},{"path":[4,25,2,2],"span":[188,2,23]},{"path":[4,25,2,2,5],"span":[188,2,6]},{"path":[4,25,2,2,1],"span":[188,7,18]},{"path":[4,25,2,2,3],"span":[188,21,22]},{"path":[4,25,2,3],"span":[189,2,23]},{"path":[4,25,2,3,5],"span":[189,2,6]},{"path":[4,25,2,3,1],"span":[189,7,18]},{"path":[4,25,2,3,3],"span":[189,21,22]},{"path":[4,26],"span":[192,0,194,1]},{"path":[4,26,1],"span":[192,8,39]},{"path":[4,26,2,0],"span":[193,2,19]},{"path":[4,26,2,0,5],"span":[193,2,6]},{"path":[4,26,2,0,1],"span":[193,7,14]},{"path":[4,26,2,0,3],"span":[193,17,18]},{"path":[4,27],"span":[196,0,200,1]},{"path":[4,27,1],"span":[196,8,40]},{"path":[4,27,2,0],"span":[197,2,21]},{"path":[4,27,2,0,5],"span":[197,2,8]},{"path":[4,27,2,0,1],"span":[197,9,16]},{"path":[4,27,2,0,3],"span":[197,19,20]},{"path":[4,27,2,1],"span":[198,2,34]},{"path":[4,27,2,1,4],"span":[198,2,10]},{"path":[4,27,2,1,5],"span":[198,11,17]},{"path":[4,27,2,1,1],"span":[198,18,29]},{"path":[4,27,2,1,3],"span":[198,32,33]},{"path":[4,27,2,2],"span":[199,2,21]},{"path":[4,27,2,2,5],"span":[199,2,8]},{"path":[4,27,2,2,1],"span":[199,9,16]},{"path":[4,27,2,2,3],"span":[199,19,20]},{"path":[4,28],"span":[202,0,208,1]},{"path":[4,28,1],"span":[202,8,41]},{"path":[4,28,3,0],"span":[203,2,206,3]},{"path":[4,28,3,0,1],"span":[203,10,16]},{"path":[4,28,3,0,2,0],"span":[204,4,26]},{"path":[4,28,3,0,2,0,5],"span":[204,4,10]},{"path":[4,28,3,0,2,0,1],"span":[204,11,21]},{"path":[4,28,3,0,2,0,3],"span":[204,24,25]},{"path":[4,28,3,0,2,1],"span":[205,4,20]},{"path":[4,28,3,0,2,1,5],"span":[205,4,8]},{"path":[4,28,3,0,2,1,1],"span":[205,9,15]},{"path":[4,28,3,0,2,1,3],"span":[205,18,19]},{"path":[4,28,2,0],"span":[207,2,29]},{"path":[4,28,2,0,4],"span":[207,2,10]},{"path":[4,28,2,0,6],"span":[207,11,17]},{"path":[4,28,2,0,1],"span":[207,18,24]},{"path":[4,28,2,0,3],"span":[207,27,28]},{"path":[4,29],"span":[210,0,213,1]},{"path":[4,29,1],"span":[210,8,46]},{"path":[4,29,2,0],"span":[211,2,21]},{"path":[4,29,2,0,5],"span":[211,2,8]},{"path":[4,29,2,0,1],"span":[211,9,16]},{"path":[4,29,2,0,3],"span":[211,19,20]},{"path":[4,29,2,1],"span":[212,2,23]},{"path":[4,29,2,1,5],"span":[212,2,8]},{"path":[4,29,2,1,1],"span":[212,9,18]},{"path":[4,29,2,1,3],"span":[212,21,22]},{"path":[4,30],"span":[215,0,217,1]},{"path":[4,30,1],"span":[215,8,47]},{"path":[4,30,2,0],"span":[216,2,31]},{"path":[4,30,2,0,4],"span":[216,2,10]},{"path":[4,30,2,0,6],"span":[216,11,18]},{"path":[4,30,2,0,1],"span":[216,19,26]},{"path":[4,30,2,0,3],"span":[216,29,30]},{"path":[4,31],"span":[219,0,222,1]},{"path":[4,31,1],"span":[219,8,33]},{"path":[4,31,2,0],"span":[220,2,21]},{"path":[4,31,2,0,5],"span":[220,2,8]},{"path":[4,31,2,0,1],"span":[220,9,16]},{"path":[4,31,2,0,3],"span":[220,19,20]},{"path":[4,31,2,1],"span":[221,2,24]},{"path":[4,31,2,1,5],"span":[221,2,8]},{"path":[4,31,2,1,1],"span":[221,9,19]},{"path":[4,31,2,1,3],"span":[221,22,23]},{"path":[4,32],"span":[224,0,242,1]},{"path":[4,32,1],"span":[224,8,34]},{"path":[4,32,3,0],"span":[225,2,228,3]},{"path":[4,32,3,0,1],"span":[225,10,29]},{"path":[4,32,3,0,2,0],"span":[226,4,19]},{"path":[4,32,3,0,2,0,5],"span":[226,4,10]},{"path":[4,32,3,0,2,0,1],"span":[226,11,14]},{"path":[4,32,3,0,2,0,3],"span":[226,17,18]},{"path":[4,32,3,0,2,1],"span":[227,4,34]},{"path":[4,32,3,0,2,1,5],"span":[227,4,9]},{"path":[4,32,3,0,2,1,1],"span":[227,10,29]},{"path":[4,32,3,0,2,1,3],"span":[227,32,33]},{"path":[4,32,3,1],"span":[230,2,232,3]},{"path":[4,32,3,1,1],"span":[230,10,15]},{"path":[4,32,3,1,2,0],"span":[231,4,18]},{"path":[4,32,3,1,2,0,5],"span":[231,4,10]},{"path":[4,32,3,1,2,0,1],"span":[231,11,13]},{"path":[4,32,3,1,2,0,3],"span":[231,16,17]},{"path":[4,32,3,2],"span":[234,2,239,3]},{"path":[4,32,3,2,1],"span":[234,10,14]},{"path":[4,32,3,2,2,0],"span":[235,4,18]},{"path":[4,32,3,2,2,0,5],"span":[235,4,10]},{"path":[4,32,3,2,2,0,1],"span":[235,11,13]},{"path":[4,32,3,2,2,0,3],"span":[235,16,17]},{"path":[4,32,3,2,2,1],"span":[236,4,45]},{"path":[4,32,3,2,2,1,4],"span":[236,4,12]},{"path":[4,32,3,2,2,1,6],"span":[236,13,32]},{"path":[4,32,3,2,2,1,1],"span":[236,33,40]},{"path":[4,32,3,2,2,1,3],"span":[236,43,44]},{"path":[4,32,3,2,2,2],"span":[237,4,39]},{"path":[4,32,3,2,2,2,4],"span":[237,4,12]},{"path":[4,32,3,2,2,2,6],"span":[237,13,20]},{"path":[4,32,3,2,2,2,1],"span":[237,21,34]},{"path":[4,32,3,2,2,2,3],"span":[237,37,38]},{"path":[4,32,3,2,2,3],"span":[238,4,30]},{"path":[4,32,3,2,2,3,4],"span":[238,4,12]},{"path":[4,32,3,2,2,3,6],"span":[238,13,18]},{"path":[4,32,3,2,2,3,1],"span":[238,19,25]},{"path":[4,32,3,2,2,3,3],"span":[238,28,29]},{"path":[4,32,2,0],"span":[241,2,26]},{"path":[4,32,2,0,4],"span":[241,2,10]},{"path":[4,32,2,0,6],"span":[241,11,15]},{"path":[4,32,2,0,1],"span":[241,16,21]},{"path":[4,32,2,0,3],"span":[241,24,25]},{"path":[6,0],"span":[244,0,272,1]},{"path":[6,0,1],"span":[244,8,19]},{"path":[6,0,2,0],"span":[245,2,121]},{"path":[6,0,2,0,1],"span":[245,6,34]},{"path":[6,0,2,0,2],"span":[245,35,70]},{"path":[6,0,2,0,3],"span":[245,81,117]},{"path":[6,0,2,1],"span":[247,2,100]},{"path":[6,0,2,1,1],"span":[247,6,27]},{"path":[6,0,2,1,2],"span":[247,28,56]},{"path":[6,0,2,1,3],"span":[247,67,96]},{"path":[6,0,2,2],"span":[249,2,106]},{"path":[6,0,2,2,1],"span":[249,6,29]},{"path":[6,0,2,2,2],"span":[249,30,60]},{"path":[6,0,2,2,3],"span":[249,71,102]},{"path":[6,0,2,3],"span":[251,2,76]},{"path":[6,0,2,3,1],"span":[251,6,19]},{"path":[6,0,2,3,2],"span":[251,20,40]},{"path":[6,0,2,3,3],"span":[251,51,72]},{"path":[6,0,2,4],"span":[253,2,76]},{"path":[6,0,2,4,1],"span":[253,6,19]},{"path":[6,0,2,4,2],"span":[253,20,40]},{"path":[6,0,2,4,3],"span":[253,51,72]},{"path":[6,0,2,5],"span":[255,2,88]},{"path":[6,0,2,5,1],"span":[255,6,23]},{"path":[6,0,2,5,2],"span":[255,24,48]},{"path":[6,0,2,5,3],"span":[255,59,84]},{"path":[6,0,2,6],"span":[257,2,97]},{"path":[6,0,2,6,1],"span":[257,6,28]},{"path":[6,0,2,6,2],"span":[257,29,58]},{"path":[6,0,2,6,3],"span":[257,69,93]},{"path":[6,0,2,7],"span":[259,2,97]},{"path":[6,0,2,7,1],"span":[259,6,26]},{"path":[6,0,2,7,2],"span":[259,27,54]},{"path":[6,0,2,7,3],"span":[259,65,93]},{"path":[6,0,2,8],"span":[261,2,106]},{"path":[6,0,2,8,1],"span":[261,6,29]},{"path":[6,0,2,8,2],"span":[261,30,60]},{"path":[6,0,2,8,3],"span":[261,71,102]},{"path":[6,0,2,9],"span":[263,2,106]},{"path":[6,0,2,9,1],"span":[263,6,29]},{"path":[6,0,2,9,2],"span":[263,30,60]},{"path":[6,0,2,9,3],"span":[263,71,102]},{"path":[6,0,2,10],"span":[265,2,106]},{"path":[6,0,2,10,1],"span":[265,6,29]},{"path":[6,0,2,10,2],"span":[265,30,60]},{"path":[6,0,2,10,3],"span":[265,71,102]},{"path":[6,0,2,11],"span":[267,2,112]},{"path":[6,0,2,11,1],"span":[267,6,31]},{"path":[6,0,2,11,2],"span":[267,32,64]},{"path":[6,0,2,11,3],"span":[267,75,108]},{"path":[6,0,2,12],"span":[269,2,130]},{"path":[6,0,2,12,1],"span":[269,6,37]},{"path":[6,0,2,12,2],"span":[269,38,76]},{"path":[6,0,2,12,3],"span":[269,87,126]},{"path":[6,0,2,13],"span":[271,2,91]},{"path":[6,0,2,13,1],"span":[271,6,24]},{"path":[6,0,2,13,2],"span":[271,25,50]},{"path":[6,0,2,13,3],"span":[271,61,87]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -21,6 +21,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
21
21
|
unlinkInstallByClientId: IMultitenantService_IUnlinkInstallByClientId;
|
|
22
22
|
removeInstallDataBySiteId: IMultitenantService_IRemoveInstallDataBySiteId;
|
|
23
23
|
getDuplicatedInstallsByGlobalId: IMultitenantService_IGetDuplicatedInstallsByGlobalId;
|
|
24
|
+
getUserPermissions: IMultitenantService_IGetUserPermissions;
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
|
|
@@ -140,6 +141,15 @@ interface IMultitenantService_IGetDuplicatedInstallsByGlobalId extends grpc.Meth
|
|
|
140
141
|
responseSerialize: grpc.serialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
141
142
|
responseDeserialize: grpc.deserialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
142
143
|
}
|
|
144
|
+
interface IMultitenantService_IGetUserPermissions extends grpc.MethodDefinition<multitenant_pb.GetUserPermissionsRequest, multitenant_pb.GetUserPermissionsResponse> {
|
|
145
|
+
path: "/lansweeper.multitenant.v1.Multitenant/GetUserPermissions";
|
|
146
|
+
requestStream: false;
|
|
147
|
+
responseStream: false;
|
|
148
|
+
requestSerialize: grpc.serialize<multitenant_pb.GetUserPermissionsRequest>;
|
|
149
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.GetUserPermissionsRequest>;
|
|
150
|
+
responseSerialize: grpc.serialize<multitenant_pb.GetUserPermissionsResponse>;
|
|
151
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.GetUserPermissionsResponse>;
|
|
152
|
+
}
|
|
143
153
|
|
|
144
154
|
export const MultitenantService: IMultitenantService;
|
|
145
155
|
|
|
@@ -157,6 +167,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
157
167
|
unlinkInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UnlinkInstallByClientIdRequest, multitenant_pb.UnlinkInstallByClientIdResponse>;
|
|
158
168
|
removeInstallDataBySiteId: grpc.handleUnaryCall<multitenant_pb.RemoveInstallDataBySiteIdRequest, multitenant_pb.RemoveInstallDataBySiteIdResponse>;
|
|
159
169
|
getDuplicatedInstallsByGlobalId: grpc.handleUnaryCall<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
170
|
+
getUserPermissions: grpc.handleUnaryCall<multitenant_pb.GetUserPermissionsRequest, multitenant_pb.GetUserPermissionsResponse>;
|
|
160
171
|
}
|
|
161
172
|
|
|
162
173
|
export interface IMultitenantClient {
|
|
@@ -199,6 +210,9 @@ export interface IMultitenantClient {
|
|
|
199
210
|
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
200
211
|
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
201
212
|
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
213
|
+
getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
214
|
+
getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
215
|
+
getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
202
216
|
}
|
|
203
217
|
|
|
204
218
|
export class MultitenantClient extends grpc.Client implements IMultitenantClient {
|
|
@@ -242,4 +256,7 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
242
256
|
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
243
257
|
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
244
258
|
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
259
|
+
public getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
260
|
+
public getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
261
|
+
public getUserPermissions(request: multitenant_pb.GetUserPermissionsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetUserPermissionsResponse) => void): grpc.ClientUnaryCall;
|
|
245
262
|
}
|
|
@@ -158,6 +158,28 @@ function deserialize_lansweeper_multitenant_v1_GetPreviewAccountByIdResponse(buf
|
|
|
158
158
|
return multitenant_pb.GetPreviewAccountByIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
159
159
|
}
|
|
160
160
|
|
|
161
|
+
function serialize_lansweeper_multitenant_v1_GetUserPermissionsRequest(arg) {
|
|
162
|
+
if (!(arg instanceof multitenant_pb.GetUserPermissionsRequest)) {
|
|
163
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetUserPermissionsRequest');
|
|
164
|
+
}
|
|
165
|
+
return Buffer.from(arg.serializeBinary());
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
function deserialize_lansweeper_multitenant_v1_GetUserPermissionsRequest(buffer_arg) {
|
|
169
|
+
return multitenant_pb.GetUserPermissionsRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
function serialize_lansweeper_multitenant_v1_GetUserPermissionsResponse(arg) {
|
|
173
|
+
if (!(arg instanceof multitenant_pb.GetUserPermissionsResponse)) {
|
|
174
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetUserPermissionsResponse');
|
|
175
|
+
}
|
|
176
|
+
return Buffer.from(arg.serializeBinary());
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
function deserialize_lansweeper_multitenant_v1_GetUserPermissionsResponse(buffer_arg) {
|
|
180
|
+
return multitenant_pb.GetUserPermissionsResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
181
|
+
}
|
|
182
|
+
|
|
161
183
|
function serialize_lansweeper_multitenant_v1_ListProfilesByAccountIdRequest(arg) {
|
|
162
184
|
if (!(arg instanceof multitenant_pb.ListProfilesByAccountIdRequest)) {
|
|
163
185
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.ListProfilesByAccountIdRequest');
|
|
@@ -435,6 +457,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
435
457
|
responseSerialize: serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse,
|
|
436
458
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse,
|
|
437
459
|
},
|
|
460
|
+
getUserPermissions: {
|
|
461
|
+
path: '/lansweeper.multitenant.v1.Multitenant/GetUserPermissions',
|
|
462
|
+
requestStream: false,
|
|
463
|
+
responseStream: false,
|
|
464
|
+
requestType: multitenant_pb.GetUserPermissionsRequest,
|
|
465
|
+
responseType: multitenant_pb.GetUserPermissionsResponse,
|
|
466
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_GetUserPermissionsRequest,
|
|
467
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_GetUserPermissionsRequest,
|
|
468
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_GetUserPermissionsResponse,
|
|
469
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetUserPermissionsResponse,
|
|
470
|
+
},
|
|
438
471
|
};
|
|
439
472
|
|
|
440
473
|
exports.MultitenantClient = grpc.makeGenericClientConstructor(MultitenantService);
|
|
@@ -944,6 +944,133 @@ export namespace GetDuplicatedInstallsByGlobalIdResponse {
|
|
|
944
944
|
}
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
+
export class GetUserPermissionsRequest extends jspb.Message {
|
|
948
|
+
getSiteId(): string;
|
|
949
|
+
setSiteId(value: string): GetUserPermissionsRequest;
|
|
950
|
+
getAccountId(): string;
|
|
951
|
+
setAccountId(value: string): GetUserPermissionsRequest;
|
|
952
|
+
|
|
953
|
+
serializeBinary(): Uint8Array;
|
|
954
|
+
toObject(includeInstance?: boolean): GetUserPermissionsRequest.AsObject;
|
|
955
|
+
static toObject(includeInstance: boolean, msg: GetUserPermissionsRequest): GetUserPermissionsRequest.AsObject;
|
|
956
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
957
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
958
|
+
static serializeBinaryToWriter(message: GetUserPermissionsRequest, writer: jspb.BinaryWriter): void;
|
|
959
|
+
static deserializeBinary(bytes: Uint8Array): GetUserPermissionsRequest;
|
|
960
|
+
static deserializeBinaryFromReader(message: GetUserPermissionsRequest, reader: jspb.BinaryReader): GetUserPermissionsRequest;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
export namespace GetUserPermissionsRequest {
|
|
964
|
+
export type AsObject = {
|
|
965
|
+
siteId: string,
|
|
966
|
+
accountId: string,
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
|
|
970
|
+
export class GetUserPermissionsResponse extends jspb.Message {
|
|
971
|
+
clearRolesList(): void;
|
|
972
|
+
getRolesList(): Array<GetUserPermissionsResponse.Role>;
|
|
973
|
+
setRolesList(value: Array<GetUserPermissionsResponse.Role>): GetUserPermissionsResponse;
|
|
974
|
+
addRoles(value?: GetUserPermissionsResponse.Role, index?: number): GetUserPermissionsResponse.Role;
|
|
975
|
+
|
|
976
|
+
serializeBinary(): Uint8Array;
|
|
977
|
+
toObject(includeInstance?: boolean): GetUserPermissionsResponse.AsObject;
|
|
978
|
+
static toObject(includeInstance: boolean, msg: GetUserPermissionsResponse): GetUserPermissionsResponse.AsObject;
|
|
979
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
980
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
981
|
+
static serializeBinaryToWriter(message: GetUserPermissionsResponse, writer: jspb.BinaryWriter): void;
|
|
982
|
+
static deserializeBinary(bytes: Uint8Array): GetUserPermissionsResponse;
|
|
983
|
+
static deserializeBinaryFromReader(message: GetUserPermissionsResponse, reader: jspb.BinaryReader): GetUserPermissionsResponse;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
export namespace GetUserPermissionsResponse {
|
|
987
|
+
export type AsObject = {
|
|
988
|
+
rolesList: Array<GetUserPermissionsResponse.Role.AsObject>,
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
export class AuthorizationAction extends jspb.Message {
|
|
993
|
+
getKey(): string;
|
|
994
|
+
setKey(value: string): AuthorizationAction;
|
|
995
|
+
getDerivedPermissions(): Uint8Array | string;
|
|
996
|
+
getDerivedPermissions_asU8(): Uint8Array;
|
|
997
|
+
getDerivedPermissions_asB64(): string;
|
|
998
|
+
setDerivedPermissions(value: Uint8Array | string): AuthorizationAction;
|
|
999
|
+
|
|
1000
|
+
serializeBinary(): Uint8Array;
|
|
1001
|
+
toObject(includeInstance?: boolean): AuthorizationAction.AsObject;
|
|
1002
|
+
static toObject(includeInstance: boolean, msg: AuthorizationAction): AuthorizationAction.AsObject;
|
|
1003
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1004
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1005
|
+
static serializeBinaryToWriter(message: AuthorizationAction, writer: jspb.BinaryWriter): void;
|
|
1006
|
+
static deserializeBinary(bytes: Uint8Array): AuthorizationAction;
|
|
1007
|
+
static deserializeBinaryFromReader(message: AuthorizationAction, reader: jspb.BinaryReader): AuthorizationAction;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export namespace AuthorizationAction {
|
|
1011
|
+
export type AsObject = {
|
|
1012
|
+
key: string,
|
|
1013
|
+
derivedPermissions: Uint8Array | string,
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
export class Scope extends jspb.Message {
|
|
1018
|
+
getId(): string;
|
|
1019
|
+
setId(value: string): Scope;
|
|
1020
|
+
|
|
1021
|
+
serializeBinary(): Uint8Array;
|
|
1022
|
+
toObject(includeInstance?: boolean): Scope.AsObject;
|
|
1023
|
+
static toObject(includeInstance: boolean, msg: Scope): Scope.AsObject;
|
|
1024
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1025
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1026
|
+
static serializeBinaryToWriter(message: Scope, writer: jspb.BinaryWriter): void;
|
|
1027
|
+
static deserializeBinary(bytes: Uint8Array): Scope;
|
|
1028
|
+
static deserializeBinaryFromReader(message: Scope, reader: jspb.BinaryReader): Scope;
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export namespace Scope {
|
|
1032
|
+
export type AsObject = {
|
|
1033
|
+
id: string,
|
|
1034
|
+
}
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export class Role extends jspb.Message {
|
|
1038
|
+
getId(): string;
|
|
1039
|
+
setId(value: string): Role;
|
|
1040
|
+
clearActionsList(): void;
|
|
1041
|
+
getActionsList(): Array<GetUserPermissionsResponse.AuthorizationAction>;
|
|
1042
|
+
setActionsList(value: Array<GetUserPermissionsResponse.AuthorizationAction>): Role;
|
|
1043
|
+
addActions(value?: GetUserPermissionsResponse.AuthorizationAction, index?: number): GetUserPermissionsResponse.AuthorizationAction;
|
|
1044
|
+
clearInstallationsList(): void;
|
|
1045
|
+
getInstallationsList(): Array<Install>;
|
|
1046
|
+
setInstallationsList(value: Array<Install>): Role;
|
|
1047
|
+
addInstallations(value?: Install, index?: number): Install;
|
|
1048
|
+
clearScopesList(): void;
|
|
1049
|
+
getScopesList(): Array<GetUserPermissionsResponse.Scope>;
|
|
1050
|
+
setScopesList(value: Array<GetUserPermissionsResponse.Scope>): Role;
|
|
1051
|
+
addScopes(value?: GetUserPermissionsResponse.Scope, index?: number): GetUserPermissionsResponse.Scope;
|
|
1052
|
+
|
|
1053
|
+
serializeBinary(): Uint8Array;
|
|
1054
|
+
toObject(includeInstance?: boolean): Role.AsObject;
|
|
1055
|
+
static toObject(includeInstance: boolean, msg: Role): Role.AsObject;
|
|
1056
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1057
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1058
|
+
static serializeBinaryToWriter(message: Role, writer: jspb.BinaryWriter): void;
|
|
1059
|
+
static deserializeBinary(bytes: Uint8Array): Role;
|
|
1060
|
+
static deserializeBinaryFromReader(message: Role, reader: jspb.BinaryReader): Role;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export namespace Role {
|
|
1064
|
+
export type AsObject = {
|
|
1065
|
+
id: string,
|
|
1066
|
+
actionsList: Array<GetUserPermissionsResponse.AuthorizationAction.AsObject>,
|
|
1067
|
+
installationsList: Array<Install.AsObject>,
|
|
1068
|
+
scopesList: Array<GetUserPermissionsResponse.Scope.AsObject>,
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
}
|
|
1073
|
+
|
|
947
1074
|
export enum SiteMode {
|
|
948
1075
|
UNESPECIFIED = 0,
|
|
949
1076
|
CLOUD_NATIVE = 1,
|