@lansweeper/multitenant-api-grpc 0.2.1 → 0.2.2

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,17 @@
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.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.2.1...@lansweeper/multitenant-api-grpc@0.2.2) (2021-09-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fix multitenant ([4c66a56](https://github.com/Lansweeper/lansweeperapis/commit/4c66a56e3514a0785e459e79527ec023b2faf447))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
 
@@ -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":"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,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,23]},{"path":[4,12,2,0,5],"span":[98,2,8]},{"path":[4,12,2,0,1],"span":[98,9,18]},{"path":[4,12,2,0,3],"span":[98,21,22]},{"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}}]}
@@ -355,8 +355,8 @@ export namespace Install {
355
355
  }
356
356
 
357
357
  export class InstallCredentials extends jspb.Message {
358
- getClienId(): string;
359
- setClienId(value: string): InstallCredentials;
358
+ getClientId(): string;
359
+ setClientId(value: string): InstallCredentials;
360
360
  getClientSecret(): string;
361
361
  setClientSecret(value: string): InstallCredentials;
362
362
 
@@ -372,7 +372,7 @@ export class InstallCredentials extends jspb.Message {
372
372
 
373
373
  export namespace InstallCredentials {
374
374
  export type AsObject = {
375
- clienId: string,
375
+ clientId: string,
376
376
  clientSecret: string,
377
377
  }
378
378
  }
@@ -3352,7 +3352,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.toObject = function
3352
3352
  */
3353
3353
  proto.lansweeper.multitenant.v1.InstallCredentials.toObject = function(includeInstance, msg) {
3354
3354
  var f, obj = {
3355
- clienId: jspb.Message.getFieldWithDefault(msg, 1, ""),
3355
+ clientId: jspb.Message.getFieldWithDefault(msg, 1, ""),
3356
3356
  clientSecret: jspb.Message.getFieldWithDefault(msg, 2, "")
3357
3357
  };
3358
3358
 
@@ -3392,7 +3392,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.deserializeBinaryFromReader =
3392
3392
  switch (field) {
3393
3393
  case 1:
3394
3394
  var value = /** @type {string} */ (reader.readString());
3395
- msg.setClienId(value);
3395
+ msg.setClientId(value);
3396
3396
  break;
3397
3397
  case 2:
3398
3398
  var value = /** @type {string} */ (reader.readString());
@@ -3427,7 +3427,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.serializeBinary = f
3427
3427
  */
3428
3428
  proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter = function(message, writer) {
3429
3429
  var f = undefined;
3430
- f = message.getClienId();
3430
+ f = message.getClientId();
3431
3431
  if (f.length > 0) {
3432
3432
  writer.writeString(
3433
3433
  1,
@@ -3445,10 +3445,10 @@ proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter = fun
3445
3445
 
3446
3446
 
3447
3447
  /**
3448
- * optional string clien_id = 1;
3448
+ * optional string client_id = 1;
3449
3449
  * @return {string}
3450
3450
  */
3451
- proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClienId = function() {
3451
+ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClientId = function() {
3452
3452
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3453
3453
  };
3454
3454
 
@@ -3457,7 +3457,7 @@ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.getClienId = functi
3457
3457
  * @param {string} value
3458
3458
  * @return {!proto.lansweeper.multitenant.v1.InstallCredentials} returns this
3459
3459
  */
3460
- proto.lansweeper.multitenant.v1.InstallCredentials.prototype.setClienId = function(value) {
3460
+ proto.lansweeper.multitenant.v1.InstallCredentials.prototype.setClientId = function(value) {
3461
3461
  return jspb.Message.setProto3StringField(this, 1, value);
3462
3462
  };
3463
3463
 
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.2",
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": "df62a92fabbb28d96e0323320f4fd82e978f8eea"
16
16
  }
@@ -96,7 +96,7 @@ message Install {
96
96
  }
97
97
 
98
98
  message InstallCredentials {
99
- string clien_id = 1;
99
+ string client_id = 1;
100
100
  string client_secret = 2;
101
101
  }
102
102