@lansweeper/multitenant-api-grpc 0.2.1 → 0.2.3

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 CHANGED
@@ -3,6 +3,25 @@
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.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
+
8
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.2.1...@lansweeper/multitenant-api-grpc@0.2.2) (2021-09-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * fix multitenant ([4c66a56](https://github.com/Lansweeper/lansweeperapis/commit/4c66a56e3514a0785e459e79527ec023b2faf447))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.2.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.2.0...@lansweeper/multitenant-api-grpc@0.2.1) (2021-09-27)
7
26
 
8
27
 
@@ -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":"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":"clien_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clienId"},{"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,242,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,68,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,10],"span":[70,0,72,1]},{"path":[4,10,1],"span":[70,8,44]},{"path":[4,10,2,0],"span":[71,4,20]},{"path":[4,10,2,0,5],"span":[71,4,8]},{"path":[4,10,2,0,1],"span":[71,9,15]},{"path":[4,10,2,0,3],"span":[71,18,19]},{"path":[5,1],"span":[74,0,78,1]},{"path":[5,1,1],"span":[74,5,22]},{"path":[5,1,2,0],"span":[75,3,40]},{"path":[5,1,2,0,1],"span":[75,3,35]},{"path":[5,1,2,0,2],"span":[75,38,39]},{"path":[5,1,2,1],"span":[76,3,32]},{"path":[5,1,2,1,1],"span":[76,3,27]},{"path":[5,1,2,1,2],"span":[76,30,31]},{"path":[5,1,2,2],"span":[77,3,34]},{"path":[5,1,2,2,1],"span":[77,3,29]},{"path":[5,1,2,2,2],"span":[77,32,33]},{"path":[4,11],"span":[80,0,95,1]},{"path":[4,11,1],"span":[80,8,15]},{"path":[4,11,2,0],"span":[81,2,16]},{"path":[4,11,2,0,5],"span":[81,2,8]},{"path":[4,11,2,0,1],"span":[81,9,11]},{"path":[4,11,2,0,3],"span":[81,14,15]},{"path":[4,11,2,1],"span":[82,2,23]},{"path":[4,11,2,1,5],"span":[82,2,8]},{"path":[4,11,2,1,1],"span":[82,9,18]},{"path":[4,11,2,1,3],"span":[82,21,22]},{"path":[4,11,2,2],"span":[83,2,21]},{"path":[4,11,2,2,5],"span":[83,2,8]},{"path":[4,11,2,2,1],"span":[83,9,16]},{"path":[4,11,2,2,3],"span":[83,19,20]},{"path":[4,11,2,3],"span":[84,2,26]},{"path":[4,11,2,3,5],"span":[84,2,8]},{"path":[4,11,2,3,1],"span":[84,9,21]},{"path":[4,11,2,3,3],"span":[84,24,25]},{"path":[4,11,2,4],"span":[85,2,25]},{"path":[4,11,2,4,5],"span":[85,2,8]},{"path":[4,11,2,4,1],"span":[85,9,20]},{"path":[4,11,2,4,3],"span":[85,23,24]},{"path":[4,11,2,5],"span":[86,2,20]},{"path":[4,11,2,5,5],"span":[86,2,8]},{"path":[4,11,2,5,1],"span":[86,9,15]},{"path":[4,11,2,5,3],"span":[86,18,19]},{"path":[4,11,2,6],"span":[87,2,18]},{"path":[4,11,2,6,5],"span":[87,2,8]},{"path":[4,11,2,6,1],"span":[87,9,13]},{"path":[4,11,2,6,3],"span":[87,16,17]},{"path":[4,11,2,7],"span":[88,2,27]},{"path":[4,11,2,7,5],"span":[88,2,8]},{"path":[4,11,2,7,1],"span":[88,9,22]},{"path":[4,11,2,7,3],"span":[88,25,26]},{"path":[4,11,3,0],"span":[90,2,92,3]},{"path":[4,11,3,0,1],"span":[90,10,22]},{"path":[4,11,3,0,2,0],"span":[91,4,32]},{"path":[4,11,3,0,2,0,6],"span":[91,4,21]},{"path":[4,11,3,0,2,0,1],"span":[91,22,27]},{"path":[4,11,3,0,2,0,3],"span":[91,30,31]},{"path":[4,11,2,8],"span":[93,2,25]},{"path":[4,11,2,8,6],"span":[93,2,14]},{"path":[4,11,2,8,1],"span":[93,15,20]},{"path":[4,11,2,8,3],"span":[93,23,24]},{"path":[4,11,2,9],"span":[94,2,25]},{"path":[4,11,2,9,5],"span":[94,2,8]},{"path":[4,11,2,9,1],"span":[94,9,19]},{"path":[4,11,2,9,3],"span":[94,22,24]},{"path":[4,12],"span":[97,0,100,1]},{"path":[4,12,1],"span":[97,8,26]},{"path":[4,12,2,0],"span":[98,2,22]},{"path":[4,12,2,0,5],"span":[98,2,8]},{"path":[4,12,2,0,1],"span":[98,9,17]},{"path":[4,12,2,0,3],"span":[98,20,21]},{"path":[4,12,2,1],"span":[99,2,27]},{"path":[4,12,2,1,5],"span":[99,2,8]},{"path":[4,12,2,1,1],"span":[99,9,22]},{"path":[4,12,2,1,3],"span":[99,25,26]},{"path":[4,13],"span":[102,0,104,1]},{"path":[4,13,1],"span":[102,8,37]},{"path":[4,13,2,0],"span":[103,4,23]},{"path":[4,13,2,0,5],"span":[103,4,10]},{"path":[4,13,2,0,1],"span":[103,11,18]},{"path":[4,13,2,0,3],"span":[103,21,22]},{"path":[4,14],"span":[106,0,108,1]},{"path":[4,14,1],"span":[106,8,32]},{"path":[4,14,2,0],"span":[107,4,20]},{"path":[4,14,2,0,5],"span":[107,4,9]},{"path":[4,14,2,0,1],"span":[107,10,15]},{"path":[4,14,2,0,3],"span":[107,18,19]},{"path":[4,15],"span":[110,0,116,1]},{"path":[4,15,1],"span":[110,8,32]},{"path":[4,15,2,0],"span":[111,4,23]},{"path":[4,15,2,0,5],"span":[111,4,10]},{"path":[4,15,2,0,1],"span":[111,11,18]},{"path":[4,15,2,0,3],"span":[111,21,22]},{"path":[4,15,3,0],"span":[112,4,114,5]},{"path":[4,15,3,0,1],"span":[112,12,18]},{"path":[4,15,3,0,2,0],"span":[113,8,36]},{"path":[4,15,3,0,2,0,6],"span":[113,8,25]},{"path":[4,15,3,0,2,0,1],"span":[113,26,31]},{"path":[4,15,3,0,2,0,3],"span":[113,34,35]},{"path":[4,15,2,1],"span":[115,4,22]},{"path":[4,15,2,1,6],"span":[115,4,10]},{"path":[4,15,2,1,1],"span":[115,11,17]},{"path":[4,15,2,1,3],"span":[115,20,21]},{"path":[4,16],"span":[118,0,120,1]},{"path":[4,16,1],"span":[118,8,33]},{"path":[4,16,2,0],"span":[119,4,33]},{"path":[4,16,2,0,4],"span":[119,4,12]},{"path":[4,16,2,0,6],"span":[119,13,20]},{"path":[4,16,2,0,1],"span":[119,21,28]},{"path":[4,16,2,0,3],"span":[119,31,32]},{"path":[4,17],"span":[122,0,124,1]},{"path":[4,17,1],"span":[122,8,35]},{"path":[4,17,2,0],"span":[123,4,25]},{"path":[4,17,2,0,5],"span":[123,4,10]},{"path":[4,17,2,0,1],"span":[123,11,20]},{"path":[4,17,2,0,3],"span":[123,23,24]},{"path":[4,18],"span":[126,0,128,1]},{"path":[4,18,1],"span":[126,8,36]},{"path":[4,18,2,0],"span":[127,4,24]},{"path":[4,18,2,0,6],"span":[127,4,11]},{"path":[4,18,2,0,1],"span":[127,12,19]},{"path":[4,18,2,0,3],"span":[127,22,23]},{"path":[4,19],"span":[130,0,140,1]},{"path":[4,19,1],"span":[130,8,28]},{"path":[4,19,2,0],"span":[131,4,23]},{"path":[4,19,2,0,5],"span":[131,4,10]},{"path":[4,19,2,0,1],"span":[131,11,18]},{"path":[4,19,2,0,3],"span":[131,21,22]},{"path":[4,19,2,1],"span":[132,4,25]},{"path":[4,19,2,1,5],"span":[132,4,10]},{"path":[4,19,2,1,1],"span":[132,11,20]},{"path":[4,19,2,1,3],"span":[132,23,24]},{"path":[4,19,2,2],"span":[133,4,28]},{"path":[4,19,2,2,5],"span":[133,4,10]},{"path":[4,19,2,2,1],"span":[133,11,23]},{"path":[4,19,2,2,3],"span":[133,26,27]},{"path":[4,19,2,3],"span":[134,4,27]},{"path":[4,19,2,3,5],"span":[134,4,10]},{"path":[4,19,2,3,1],"span":[134,11,22]},{"path":[4,19,2,3,3],"span":[134,25,26]},{"path":[4,19,2,4],"span":[135,4,22]},{"path":[4,19,2,4,5],"span":[135,4,10]},{"path":[4,19,2,4,1],"span":[135,11,17]},{"path":[4,19,2,4,3],"span":[135,20,21]},{"path":[4,19,2,5],"span":[136,4,20]},{"path":[4,19,2,5,5],"span":[136,4,10]},{"path":[4,19,2,5,1],"span":[136,11,15]},{"path":[4,19,2,5,3],"span":[136,18,19]},{"path":[4,19,2,6],"span":[137,4,29]},{"path":[4,19,2,6,5],"span":[137,4,10]},{"path":[4,19,2,6,1],"span":[137,11,24]},{"path":[4,19,2,6,3],"span":[137,27,28]},{"path":[4,19,2,7],"span":[139,4,30]},{"path":[4,19,2,7,5],"span":[139,4,8]},{"path":[4,19,2,7,1],"span":[139,9,25]},{"path":[4,19,2,7,3],"span":[139,28,29]},{"path":[4,20],"span":[142,0,145,1]},{"path":[4,20,1],"span":[142,8,29]},{"path":[4,20,2,0],"span":[143,4,24]},{"path":[4,20,2,0,6],"span":[143,4,11]},{"path":[4,20,2,0,1],"span":[143,12,19]},{"path":[4,20,2,0,3],"span":[143,22,23]},{"path":[4,20,2,1],"span":[144,4,39]},{"path":[4,20,2,1,6],"span":[144,4,22]},{"path":[4,20,2,1,1],"span":[144,23,34]},{"path":[4,20,2,1,3],"span":[144,37,38]},{"path":[4,21],"span":[147,0,162,1]},{"path":[4,21,1],"span":[147,8,38]},{"path":[4,21,2,0],"span":[148,4,25]},{"path":[4,21,2,0,5],"span":[148,4,10]},{"path":[4,21,2,0,1],"span":[148,11,20]},{"path":[4,21,2,0,3],"span":[148,23,24]},{"path":[4,21,2,1],"span":[149,4,28]},{"path":[4,21,2,1,5],"span":[149,4,10]},{"path":[4,21,2,1,1],"span":[149,11,23]},{"path":[4,21,2,1,3],"span":[149,26,27]},{"path":[4,21,2,2],"span":[150,4,27]},{"path":[4,21,2,2,5],"span":[150,4,10]},{"path":[4,21,2,2,1],"span":[150,11,22]},{"path":[4,21,2,2,3],"span":[150,25,26]},{"path":[4,21,2,3],"span":[151,4,22]},{"path":[4,21,2,3,5],"span":[151,4,10]},{"path":[4,21,2,3,1],"span":[151,11,17]},{"path":[4,21,2,3,3],"span":[151,20,21]},{"path":[4,21,2,4],"span":[152,4,20]},{"path":[4,21,2,4,5],"span":[152,4,10]},{"path":[4,21,2,4,1],"span":[152,11,15]},{"path":[4,21,2,4,3],"span":[152,18,19]},{"path":[4,21,3,0],"span":[154,4,159,5]},{"path":[4,21,3,0,1],"span":[154,12,26]},{"path":[4,21,3,0,2,0],"span":[155,6,43]},{"path":[4,21,3,0,2,0,5],"span":[155,6,12]},{"path":[4,21,3,0,2,0,1],"span":[155,13,38]},{"path":[4,21,3,0,2,0,3],"span":[155,41,42]},{"path":[4,21,3,0,2,1],"span":[156,6,49]},{"path":[4,21,3,0,2,1,5],"span":[156,6,12]},{"path":[4,21,3,0,2,1,1],"span":[156,13,44]},{"path":[4,21,3,0,2,1,3],"span":[156,47,48]},{"path":[4,21,3,0,2,2],"span":[157,6,47]},{"path":[4,21,3,0,2,2,5],"span":[157,6,12]},{"path":[4,21,3,0,2,2,1],"span":[157,13,42]},{"path":[4,21,3,0,2,2,3],"span":[157,45,46]},{"path":[4,21,3,0,2,3],"span":[158,6,42]},{"path":[4,21,3,0,2,3,5],"span":[158,6,12]},{"path":[4,21,3,0,2,3,1],"span":[158,13,37]},{"path":[4,21,3,0,2,3,3],"span":[158,40,41]},{"path":[4,21,2,5],"span":[161,4,39]},{"path":[4,21,2,5,6],"span":[161,4,18]},{"path":[4,21,2,5,1],"span":[161,19,34]},{"path":[4,21,2,5,3],"span":[161,37,38]},{"path":[4,22],"span":[164,0,166,1]},{"path":[4,22,1],"span":[164,8,39]},{"path":[4,22,2,0],"span":[165,4,24]},{"path":[4,22,2,0,6],"span":[165,4,11]},{"path":[4,22,2,0,1],"span":[165,12,19]},{"path":[4,22,2,0,3],"span":[165,22,23]},{"path":[4,23],"span":[168,0,171,1]},{"path":[4,23,1],"span":[168,8,38]},{"path":[4,23,2,0],"span":[169,4,25]},{"path":[4,23,2,0,5],"span":[169,4,10]},{"path":[4,23,2,0,1],"span":[169,11,20]},{"path":[4,23,2,0,3],"span":[169,23,24]},{"path":[4,23,2,1],"span":[170,4,24]},{"path":[4,23,2,1,5],"span":[170,4,10]},{"path":[4,23,2,1,1],"span":[170,11,19]},{"path":[4,23,2,1,3],"span":[170,22,23]},{"path":[4,24],"span":[173,0,178,1]},{"path":[4,24,1],"span":[173,8,39]},{"path":[4,24,2,0],"span":[174,4,21]},{"path":[4,24,2,0,5],"span":[174,4,8]},{"path":[4,24,2,0,1],"span":[174,9,16]},{"path":[4,24,2,0,3],"span":[174,19,20]},{"path":[4,24,2,1],"span":[175,4,23]},{"path":[4,24,2,1,5],"span":[175,4,10]},{"path":[4,24,2,1,1],"span":[175,11,18]},{"path":[4,24,2,1,3],"span":[175,21,22]},{"path":[4,24,2,2],"span":[176,4,30]},{"path":[4,24,2,2,5],"span":[176,4,10]},{"path":[4,24,2,2,1],"span":[176,11,25]},{"path":[4,24,2,2,3],"span":[176,28,29]},{"path":[4,24,2,3],"span":[177,4,30]},{"path":[4,24,2,3,5],"span":[177,4,10]},{"path":[4,24,2,3,1],"span":[177,11,25]},{"path":[4,24,2,3,3],"span":[177,28,29]},{"path":[4,25],"span":[180,0,185,1]},{"path":[4,25,1],"span":[180,8,38]},{"path":[4,25,2,0],"span":[181,4,25]},{"path":[4,25,2,0,5],"span":[181,4,10]},{"path":[4,25,2,0,1],"span":[181,11,20]},{"path":[4,25,2,0,3],"span":[181,23,24]},{"path":[4,25,2,1],"span":[182,4,24]},{"path":[4,25,2,1,5],"span":[182,4,10]},{"path":[4,25,2,1,1],"span":[182,11,19]},{"path":[4,25,2,1,3],"span":[182,22,23]},{"path":[4,25,2,2],"span":[183,4,25]},{"path":[4,25,2,2,5],"span":[183,4,8]},{"path":[4,25,2,2,1],"span":[183,9,20]},{"path":[4,25,2,2,3],"span":[183,23,24]},{"path":[4,25,2,3],"span":[184,4,25]},{"path":[4,25,2,3,5],"span":[184,4,8]},{"path":[4,25,2,3,1],"span":[184,9,20]},{"path":[4,25,2,3,3],"span":[184,23,24]},{"path":[4,26],"span":[187,0,189,1]},{"path":[4,26,1],"span":[187,8,39]},{"path":[4,26,2,0],"span":[188,4,21]},{"path":[4,26,2,0,5],"span":[188,4,8]},{"path":[4,26,2,0,1],"span":[188,9,16]},{"path":[4,26,2,0,3],"span":[188,19,20]},{"path":[4,27],"span":[191,0,195,1]},{"path":[4,27,1],"span":[191,8,40]},{"path":[4,27,2,0],"span":[192,4,23]},{"path":[4,27,2,0,5],"span":[192,4,10]},{"path":[4,27,2,0,1],"span":[192,11,18]},{"path":[4,27,2,0,3],"span":[192,21,22]},{"path":[4,27,2,1],"span":[193,4,36]},{"path":[4,27,2,1,4],"span":[193,4,12]},{"path":[4,27,2,1,5],"span":[193,13,19]},{"path":[4,27,2,1,1],"span":[193,20,31]},{"path":[4,27,2,1,3],"span":[193,34,35]},{"path":[4,27,2,2],"span":[194,4,23]},{"path":[4,27,2,2,5],"span":[194,4,10]},{"path":[4,27,2,2,1],"span":[194,11,18]},{"path":[4,27,2,2,3],"span":[194,21,22]},{"path":[4,28],"span":[197,0,203,1]},{"path":[4,28,1],"span":[197,8,41]},{"path":[4,28,3,0],"span":[198,4,201,5]},{"path":[4,28,3,0,1],"span":[198,12,18]},{"path":[4,28,3,0,2,0],"span":[199,8,30]},{"path":[4,28,3,0,2,0,5],"span":[199,8,14]},{"path":[4,28,3,0,2,0,1],"span":[199,15,25]},{"path":[4,28,3,0,2,0,3],"span":[199,28,29]},{"path":[4,28,3,0,2,1],"span":[200,8,24]},{"path":[4,28,3,0,2,1,5],"span":[200,8,12]},{"path":[4,28,3,0,2,1,1],"span":[200,13,19]},{"path":[4,28,3,0,2,1,3],"span":[200,22,23]},{"path":[4,28,2,0],"span":[202,4,31]},{"path":[4,28,2,0,4],"span":[202,4,12]},{"path":[4,28,2,0,6],"span":[202,13,19]},{"path":[4,28,2,0,1],"span":[202,20,26]},{"path":[4,28,2,0,3],"span":[202,29,30]},{"path":[4,29],"span":[205,0,208,1]},{"path":[4,29,1],"span":[205,8,46]},{"path":[4,29,2,0],"span":[206,4,23]},{"path":[4,29,2,0,5],"span":[206,4,10]},{"path":[4,29,2,0,1],"span":[206,11,18]},{"path":[4,29,2,0,3],"span":[206,21,22]},{"path":[4,29,2,1],"span":[207,4,25]},{"path":[4,29,2,1,5],"span":[207,4,10]},{"path":[4,29,2,1,1],"span":[207,11,20]},{"path":[4,29,2,1,3],"span":[207,23,24]},{"path":[4,30],"span":[210,0,212,1]},{"path":[4,30,1],"span":[210,8,47]},{"path":[4,30,2,0],"span":[211,4,33]},{"path":[4,30,2,0,4],"span":[211,4,12]},{"path":[4,30,2,0,6],"span":[211,13,20]},{"path":[4,30,2,0,1],"span":[211,21,28]},{"path":[4,30,2,0,3],"span":[211,31,32]},{"path":[6,0],"span":[215,0,242,1]},{"path":[6,0,1],"span":[215,8,19]},{"path":[6,0,2,0],"span":[216,4,123]},{"path":[6,0,2,0,1],"span":[216,8,36]},{"path":[6,0,2,0,2],"span":[216,37,72]},{"path":[6,0,2,0,3],"span":[216,83,119]},{"path":[6,0,2,1],"span":[218,4,102]},{"path":[6,0,2,1,1],"span":[218,8,29]},{"path":[6,0,2,1,2],"span":[218,30,58]},{"path":[6,0,2,1,3],"span":[218,69,98]},{"path":[6,0,2,2],"span":[220,4,108]},{"path":[6,0,2,2,1],"span":[220,8,31]},{"path":[6,0,2,2,2],"span":[220,32,62]},{"path":[6,0,2,2,3],"span":[220,73,104]},{"path":[6,0,2,3],"span":[222,4,78]},{"path":[6,0,2,3,1],"span":[222,8,21]},{"path":[6,0,2,3,2],"span":[222,22,42]},{"path":[6,0,2,3,3],"span":[222,53,74]},{"path":[6,0,2,4],"span":[224,4,78]},{"path":[6,0,2,4,1],"span":[224,8,21]},{"path":[6,0,2,4,2],"span":[224,22,42]},{"path":[6,0,2,4,3],"span":[224,53,74]},{"path":[6,0,2,5],"span":[226,4,90]},{"path":[6,0,2,5,1],"span":[226,8,25]},{"path":[6,0,2,5,2],"span":[226,26,50]},{"path":[6,0,2,5,3],"span":[226,61,86]},{"path":[6,0,2,6],"span":[228,4,99]},{"path":[6,0,2,6,1],"span":[228,8,30]},{"path":[6,0,2,6,2],"span":[228,31,60]},{"path":[6,0,2,6,3],"span":[228,71,95]},{"path":[6,0,2,7],"span":[230,4,99]},{"path":[6,0,2,7,1],"span":[230,8,28]},{"path":[6,0,2,7,2],"span":[230,29,56]},{"path":[6,0,2,7,3],"span":[230,67,95]},{"path":[6,0,2,8],"span":[232,4,108]},{"path":[6,0,2,8,1],"span":[232,8,31]},{"path":[6,0,2,8,2],"span":[232,32,62]},{"path":[6,0,2,8,3],"span":[232,73,104]},{"path":[6,0,2,9],"span":[234,4,108]},{"path":[6,0,2,9,1],"span":[234,8,31]},{"path":[6,0,2,9,2],"span":[234,32,62]},{"path":[6,0,2,9,3],"span":[234,73,104]},{"path":[6,0,2,10],"span":[236,4,108]},{"path":[6,0,2,10,1],"span":[236,8,31]},{"path":[6,0,2,10,2],"span":[236,32,62]},{"path":[6,0,2,10,3],"span":[236,73,104]},{"path":[6,0,2,11],"span":[238,4,114]},{"path":[6,0,2,11,1],"span":[238,8,33]},{"path":[6,0,2,11,2],"span":[238,34,66]},{"path":[6,0,2,11,3],"span":[238,77,110]},{"path":[6,0,2,12],"span":[240,4,132]},{"path":[6,0,2,12,1],"span":[240,8,39]},{"path":[6,0,2,12,2],"span":[240,40,78]},{"path":[6,0,2,12,3],"span":[240,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"}]}],"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}}]}
@@ -244,6 +244,11 @@ export class CheckAccessToSiteByAccountIdRequest extends jspb.Message {
244
244
  getOnlyOwner(): boolean;
245
245
  setOnlyOwner(value: boolean): CheckAccessToSiteByAccountIdRequest;
246
246
 
247
+ hasUserInfo(): boolean;
248
+ clearUserInfo(): void;
249
+ getUserInfo(): CheckAccessToSiteByAccountIdRequest.UserInfo | undefined;
250
+ setUserInfo(value?: CheckAccessToSiteByAccountIdRequest.UserInfo): CheckAccessToSiteByAccountIdRequest;
251
+
247
252
  serializeBinary(): Uint8Array;
248
253
  toObject(includeInstance?: boolean): CheckAccessToSiteByAccountIdRequest.AsObject;
249
254
  static toObject(includeInstance: boolean, msg: CheckAccessToSiteByAccountIdRequest): CheckAccessToSiteByAccountIdRequest.AsObject;
@@ -259,7 +264,33 @@ export namespace CheckAccessToSiteByAccountIdRequest {
259
264
  accountId: string,
260
265
  siteId: string,
261
266
  onlyOwner: boolean,
267
+ userInfo?: CheckAccessToSiteByAccountIdRequest.UserInfo.AsObject,
268
+ }
269
+
270
+
271
+ export class UserInfo extends jspb.Message {
272
+ getHasMfa(): boolean;
273
+ setHasMfa(value: boolean): UserInfo;
274
+ getIsSsoLogin(): boolean;
275
+ setIsSsoLogin(value: boolean): UserInfo;
276
+
277
+ serializeBinary(): Uint8Array;
278
+ toObject(includeInstance?: boolean): UserInfo.AsObject;
279
+ static toObject(includeInstance: boolean, msg: UserInfo): UserInfo.AsObject;
280
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
281
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
282
+ static serializeBinaryToWriter(message: UserInfo, writer: jspb.BinaryWriter): void;
283
+ static deserializeBinary(bytes: Uint8Array): UserInfo;
284
+ static deserializeBinaryFromReader(message: UserInfo, reader: jspb.BinaryReader): UserInfo;
262
285
  }
286
+
287
+ export namespace UserInfo {
288
+ export type AsObject = {
289
+ hasMfa: boolean,
290
+ isSsoLogin: boolean,
291
+ }
292
+ }
293
+
263
294
  }
264
295
 
265
296
  export class CheckAccessToSiteByAccountIdResponse extends jspb.Message {
@@ -355,8 +386,8 @@ export namespace Install {
355
386
  }
356
387
 
357
388
  export class InstallCredentials extends jspb.Message {
358
- getClienId(): string;
359
- setClienId(value: string): InstallCredentials;
389
+ getClientId(): string;
390
+ setClientId(value: string): InstallCredentials;
360
391
  getClientSecret(): string;
361
392
  setClientSecret(value: string): InstallCredentials;
362
393
 
@@ -372,7 +403,7 @@ export class InstallCredentials extends jspb.Message {
372
403
 
373
404
  export namespace InstallCredentials {
374
405
  export type AsObject = {
375
- clienId: string,
406
+ clientId: string,
376
407
  clientSecret: string,
377
408
  }
378
409
  }
@@ -16,6 +16,7 @@ var goog = jspb;
16
16
  var global = Function('return this')();
17
17
 
18
18
  goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest', null, global);
19
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo', null, global);
19
20
  goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse', null, global);
20
21
  goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallRequest', null, global);
21
22
  goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallResponse', null, global);
@@ -262,6 +263,27 @@ if (goog.DEBUG && !COMPILED) {
262
263
  */
263
264
  proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.displayName = 'proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest';
264
265
  }
266
+ /**
267
+ * Generated by JsPbCodeGenerator.
268
+ * @param {Array=} opt_data Optional initial data array, typically from a
269
+ * server response, or constructed directly in Javascript. The array is used
270
+ * in place and becomes part of the constructed object. It is not cloned.
271
+ * If no data is provided, the constructed object will be empty, but still
272
+ * valid.
273
+ * @extends {jspb.Message}
274
+ * @constructor
275
+ */
276
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo = function(opt_data) {
277
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
278
+ };
279
+ goog.inherits(proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo, jspb.Message);
280
+ if (goog.DEBUG && !COMPILED) {
281
+ /**
282
+ * @public
283
+ * @override
284
+ */
285
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.displayName = 'proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo';
286
+ }
265
287
  /**
266
288
  * Generated by JsPbCodeGenerator.
267
289
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2483,7 +2505,8 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.toObject = f
2483
2505
  var f, obj = {
2484
2506
  accountId: jspb.Message.getFieldWithDefault(msg, 1, ""),
2485
2507
  siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
2486
- onlyOwner: jspb.Message.getBooleanFieldWithDefault(msg, 3, false)
2508
+ onlyOwner: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
2509
+ userInfo: (f = msg.getUserInfo()) && proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.toObject(includeInstance, f)
2487
2510
  };
2488
2511
 
2489
2512
  if (includeInstance) {
@@ -2532,6 +2555,11 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.deserializeB
2532
2555
  var value = /** @type {boolean} */ (reader.readBool());
2533
2556
  msg.setOnlyOwner(value);
2534
2557
  break;
2558
+ case 4:
2559
+ var value = new proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo;
2560
+ reader.readMessage(value,proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.deserializeBinaryFromReader);
2561
+ msg.setUserInfo(value);
2562
+ break;
2535
2563
  default:
2536
2564
  reader.skipField();
2537
2565
  break;
@@ -2582,6 +2610,174 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.serializeBin
2582
2610
  f
2583
2611
  );
2584
2612
  }
2613
+ f = message.getUserInfo();
2614
+ if (f != null) {
2615
+ writer.writeMessage(
2616
+ 4,
2617
+ f,
2618
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.serializeBinaryToWriter
2619
+ );
2620
+ }
2621
+ };
2622
+
2623
+
2624
+
2625
+
2626
+
2627
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2628
+ /**
2629
+ * Creates an object representation of this proto.
2630
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2631
+ * Optional fields that are not set will be set to undefined.
2632
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2633
+ * For the list of reserved names please see:
2634
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2635
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2636
+ * JSPB instance for transitional soy proto support:
2637
+ * http://goto/soy-param-migration
2638
+ * @return {!Object}
2639
+ */
2640
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.toObject = function(opt_includeInstance) {
2641
+ return proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.toObject(opt_includeInstance, this);
2642
+ };
2643
+
2644
+
2645
+ /**
2646
+ * Static version of the {@see toObject} method.
2647
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2648
+ * the JSPB instance for transitional soy proto support:
2649
+ * http://goto/soy-param-migration
2650
+ * @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} msg The msg instance to transform.
2651
+ * @return {!Object}
2652
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2653
+ */
2654
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.toObject = function(includeInstance, msg) {
2655
+ var f, obj = {
2656
+ hasMfa: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
2657
+ isSsoLogin: jspb.Message.getBooleanFieldWithDefault(msg, 2, false)
2658
+ };
2659
+
2660
+ if (includeInstance) {
2661
+ obj.$jspbMessageInstance = msg;
2662
+ }
2663
+ return obj;
2664
+ };
2665
+ }
2666
+
2667
+
2668
+ /**
2669
+ * Deserializes binary data (in protobuf wire format).
2670
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2671
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo}
2672
+ */
2673
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.deserializeBinary = function(bytes) {
2674
+ var reader = new jspb.BinaryReader(bytes);
2675
+ var msg = new proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo;
2676
+ return proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.deserializeBinaryFromReader(msg, reader);
2677
+ };
2678
+
2679
+
2680
+ /**
2681
+ * Deserializes binary data (in protobuf wire format) from the
2682
+ * given reader into the given message object.
2683
+ * @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} msg The message object to deserialize into.
2684
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2685
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo}
2686
+ */
2687
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.deserializeBinaryFromReader = function(msg, reader) {
2688
+ while (reader.nextField()) {
2689
+ if (reader.isEndGroup()) {
2690
+ break;
2691
+ }
2692
+ var field = reader.getFieldNumber();
2693
+ switch (field) {
2694
+ case 1:
2695
+ var value = /** @type {boolean} */ (reader.readBool());
2696
+ msg.setHasMfa(value);
2697
+ break;
2698
+ case 2:
2699
+ var value = /** @type {boolean} */ (reader.readBool());
2700
+ msg.setIsSsoLogin(value);
2701
+ break;
2702
+ default:
2703
+ reader.skipField();
2704
+ break;
2705
+ }
2706
+ }
2707
+ return msg;
2708
+ };
2709
+
2710
+
2711
+ /**
2712
+ * Serializes the message to binary data (in protobuf wire format).
2713
+ * @return {!Uint8Array}
2714
+ */
2715
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.serializeBinary = function() {
2716
+ var writer = new jspb.BinaryWriter();
2717
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.serializeBinaryToWriter(this, writer);
2718
+ return writer.getResultBuffer();
2719
+ };
2720
+
2721
+
2722
+ /**
2723
+ * Serializes the given message to binary data (in protobuf wire
2724
+ * format), writing to the given BinaryWriter.
2725
+ * @param {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} message
2726
+ * @param {!jspb.BinaryWriter} writer
2727
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2728
+ */
2729
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.serializeBinaryToWriter = function(message, writer) {
2730
+ var f = undefined;
2731
+ f = message.getHasMfa();
2732
+ if (f) {
2733
+ writer.writeBool(
2734
+ 1,
2735
+ f
2736
+ );
2737
+ }
2738
+ f = message.getIsSsoLogin();
2739
+ if (f) {
2740
+ writer.writeBool(
2741
+ 2,
2742
+ f
2743
+ );
2744
+ }
2745
+ };
2746
+
2747
+
2748
+ /**
2749
+ * optional bool has_mfa = 1;
2750
+ * @return {boolean}
2751
+ */
2752
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.getHasMfa = function() {
2753
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
2754
+ };
2755
+
2756
+
2757
+ /**
2758
+ * @param {boolean} value
2759
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} returns this
2760
+ */
2761
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.setHasMfa = function(value) {
2762
+ return jspb.Message.setProto3BooleanField(this, 1, value);
2763
+ };
2764
+
2765
+
2766
+ /**
2767
+ * optional bool is_sso_login = 2;
2768
+ * @return {boolean}
2769
+ */
2770
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.getIsSsoLogin = function() {
2771
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
2772
+ };
2773
+
2774
+
2775
+ /**
2776
+ * @param {boolean} value
2777
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} returns this
2778
+ */
2779
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo.prototype.setIsSsoLogin = function(value) {
2780
+ return jspb.Message.setProto3BooleanField(this, 2, value);
2585
2781
  };
2586
2782
 
2587
2783
 
@@ -2639,6 +2835,43 @@ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.se
2639
2835
  };
2640
2836
 
2641
2837
 
2838
+ /**
2839
+ * optional UserInfo user_info = 4;
2840
+ * @return {?proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo}
2841
+ */
2842
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.getUserInfo = function() {
2843
+ return /** @type{?proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo} */ (
2844
+ jspb.Message.getWrapperField(this, proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo, 4));
2845
+ };
2846
+
2847
+
2848
+ /**
2849
+ * @param {?proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo|undefined} value
2850
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest} returns this
2851
+ */
2852
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.setUserInfo = function(value) {
2853
+ return jspb.Message.setWrapperField(this, 4, value);
2854
+ };
2855
+
2856
+
2857
+ /**
2858
+ * Clears the message field making it undefined.
2859
+ * @return {!proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest} returns this
2860
+ */
2861
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.clearUserInfo = function() {
2862
+ return this.setUserInfo(undefined);
2863
+ };
2864
+
2865
+
2866
+ /**
2867
+ * Returns whether this field is set.
2868
+ * @return {boolean}
2869
+ */
2870
+ proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.prototype.hasUserInfo = function() {
2871
+ return jspb.Message.getField(this, 4) != null;
2872
+ };
2873
+
2874
+
2642
2875
 
2643
2876
 
2644
2877
 
@@ -3352,7 +3585,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.toObject = function
3352
3585
  */
3353
3586
  proto.lansweeper.multitenant.v1.InstallCredentials.toObject = function(includeInstance, msg) {
3354
3587
  var f, obj = {
3355
- clienId: jspb.Message.getFieldWithDefault(msg, 1, ""),
3588
+ clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
3356
3589
  clientSecret: jspb.Message.getFieldWithDefault(msg, 2, "")
3357
3590
  };
3358
3591
 
@@ -3392,7 +3625,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.deserializeBinaryFromReader =
3392
3625
  switch (field) {
3393
3626
  case 1:
3394
3627
  var value = /** @type {string} */ (reader.readString());
3395
- msg.setClienId(value);
3628
+ msg.setClientId(value);
3396
3629
  break;
3397
3630
  case 2:
3398
3631
  var value = /** @type {string} */ (reader.readString());
@@ -3427,7 +3660,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.serializeBinary = f
3427
3660
  */
3428
3661
  proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter = function(message, writer) {
3429
3662
  var f = undefined;
3430
- f = message.getClienId();
3663
+ f = message.getClientId();
3431
3664
  if (f.length > 0) {
3432
3665
  writer.writeString(
3433
3666
  1,
@@ -3445,10 +3678,10 @@ proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter = fun
3445
3678
 
3446
3679
 
3447
3680
  /**
3448
- * optional string clien_id = 1;
3681
+ * optional string client_id = 1;
3449
3682
  * @return {string}
3450
3683
  */
3451
- proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClienId = function() {
3684
+ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClientId = function() {
3452
3685
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3453
3686
  };
3454
3687
 
@@ -3457,7 +3690,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClienId = functi
3457
3690
  * @param {string} value
3458
3691
  * @return {!proto.lansweeper.multitenant.v1.InstallCredentials} returns this
3459
3692
  */
3460
- proto.lansweeper.multitenant.v1.InstallCredentials.prototype.setClienId = function(value) {
3693
+ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.setClientId = function(value) {
3461
3694
  return jspb.Message.setProto3StringField(this, 1, value);
3462
3695
  };
3463
3696
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Multitenant grpc",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -12,5 +12,5 @@
12
12
  "devDependencies": {
13
13
  "@types/google-protobuf": "^3.15.5"
14
14
  },
15
- "gitHead": "6a2f7940966c8b602f282a930856f4d6c14dab87"
15
+ "gitHead": "690d3becbd54e6c31c5bde1dc3b76dd98f9be741"
16
16
  }
@@ -66,6 +66,11 @@ message CheckAccessToSiteByAccountIdRequest {
66
66
  string account_id = 1;
67
67
  string site_id = 2;
68
68
  bool only_owner = 3;
69
+ message UserInfo {
70
+ bool has_mfa = 1;
71
+ bool is_sso_login = 2;
72
+ }
73
+ UserInfo user_info = 4;
69
74
  }
70
75
 
71
76
  message CheckAccessToSiteByAccountIdResponse {
@@ -96,7 +101,7 @@ message Install {
96
101
  }
97
102
 
98
103
  message InstallCredentials {
99
- string clien_id = 1;
104
+ string client_id = 1;
100
105
  string client_secret = 2;
101
106
  }
102
107