@lansweeper/multitenant-api-grpc 0.3.2 → 0.3.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,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.3.2...@lansweeper/multitenant-api-grpc@0.3.3) (2022-03-02)
7
+
8
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.3.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.3.1...@lansweeper/multitenant-api-grpc@0.3.2) (2022-03-01)
7
15
 
8
16
  **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
@@ -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":"ListAuthorizedLinkProfilesRequest","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":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]}],"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":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,294,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,2,16]},{"path":[4,0,2,0,5],"span":[5,2,8]},{"path":[4,0,2,0,1],"span":[5,9,11]},{"path":[4,0,2,0,3],"span":[5,14,15]},{"path":[4,0,2,1],"span":[6,2,22]},{"path":[4,0,2,1,5],"span":[6,2,8]},{"path":[4,0,2,1,1],"span":[6,9,17]},{"path":[4,0,2,1,3],"span":[6,20,21]},{"path":[4,0,2,2],"span":[7,2,18]},{"path":[4,0,2,2,5],"span":[7,2,8]},{"path":[4,0,2,2,1],"span":[7,9,13]},{"path":[4,0,2,2,3],"span":[7,16,17]},{"path":[4,0,2,3],"span":[8,2,21]},{"path":[4,0,2,3,5],"span":[8,2,8]},{"path":[4,0,2,3,1],"span":[8,9,16]},{"path":[4,0,2,3,3],"span":[8,19,20]},{"path":[4,0,2,4],"span":[9,2,19]},{"path":[4,0,2,4,5],"span":[9,2,8]},{"path":[4,0,2,4,1],"span":[9,9,14]},{"path":[4,0,2,4,3],"span":[9,17,18]},{"path":[4,0,2,5],"span":[10,2,23]},{"path":[4,0,2,5,5],"span":[10,2,8]},{"path":[4,0,2,5,1],"span":[10,9,18]},{"path":[4,0,2,5,3],"span":[10,21,22]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,2,16]},{"path":[4,1,2,0,5],"span":[14,2,8]},{"path":[4,1,2,0,1],"span":[14,9,11]},{"path":[4,1,2,0,3],"span":[14,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,2,16]},{"path":[4,3,2,0,5],"span":[31,2,8]},{"path":[4,3,2,0,1],"span":[31,9,11]},{"path":[4,3,2,0,3],"span":[31,14,15]},{"path":[4,3,2,1],"span":[32,2,18]},{"path":[4,3,2,1,5],"span":[32,2,8]},{"path":[4,3,2,1,1],"span":[32,9,13]},{"path":[4,3,2,1,3],"span":[32,16,17]},{"path":[4,3,2,2],"span":[33,2,26]},{"path":[4,3,2,2,5],"span":[33,2,8]},{"path":[4,3,2,2,1],"span":[33,9,21]},{"path":[4,3,2,2,3],"span":[33,24,25]},{"path":[4,3,2,3],"span":[34,2,22]},{"path":[4,3,2,3,5],"span":[34,2,8]},{"path":[4,3,2,3,1],"span":[34,9,17]},{"path":[4,3,2,3,3],"span":[34,20,21]},{"path":[4,3,2,4],"span":[35,2,20]},{"path":[4,3,2,4,6],"span":[35,2,10]},{"path":[4,3,2,4,1],"span":[35,11,15]},{"path":[4,3,2,4,3],"span":[35,18,19]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,20]},{"path":[4,4,2,1,6],"span":[41,2,10]},{"path":[4,4,2,1,1],"span":[41,11,15]},{"path":[4,4,2,1,3],"span":[41,18,19]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,2,19]},{"path":[4,5,2,0,5],"span":[45,2,6]},{"path":[4,5,2,0,1],"span":[45,7,14]},{"path":[4,5,2,0,3],"span":[45,17,18]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,2,16]},{"path":[4,6,2,0,5],"span":[49,2,8]},{"path":[4,6,2,0,1],"span":[49,9,11]},{"path":[4,6,2,0,3],"span":[49,14,15]},{"path":[4,6,2,1],"span":[50,2,21]},{"path":[4,6,2,1,5],"span":[50,2,8]},{"path":[4,6,2,1,1],"span":[50,9,16]},{"path":[4,6,2,1,3],"span":[50,19,20]},{"path":[4,6,2,2],"span":[51,2,23]},{"path":[4,6,2,2,6],"span":[51,2,13]},{"path":[4,6,2,2,1],"span":[51,14,18]},{"path":[4,6,2,2,3],"span":[51,21,22]},{"path":[4,6,2,3],"span":[52,2,20]},{"path":[4,6,2,3,5],"span":[52,2,6]},{"path":[4,6,2,3,1],"span":[52,7,15]},{"path":[4,6,2,3,3],"span":[52,18,19]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,2,24]},{"path":[4,7,2,0,5],"span":[56,2,8]},{"path":[4,7,2,0,1],"span":[56,9,19]},{"path":[4,7,2,0,3],"span":[56,22,23]},{"path":[4,7,2,1],"span":[57,2,26]},{"path":[4,7,2,1,5],"span":[57,2,6]},{"path":[4,7,2,1,1],"span":[57,7,21]},{"path":[4,7,2,1,3],"span":[57,24,25]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,2,31]},{"path":[4,8,2,0,4],"span":[61,2,10]},{"path":[4,8,2,0,6],"span":[61,11,18]},{"path":[4,8,2,0,1],"span":[61,19,26]},{"path":[4,8,2,0,3],"span":[61,29,30]},{"path":[4,9],"span":[64,0,67,1]},{"path":[4,9,1],"span":[64,8,41]},{"path":[4,9,2,0],"span":[65,2,24]},{"path":[4,9,2,0,5],"span":[65,2,8]},{"path":[4,9,2,0,1],"span":[65,9,19]},{"path":[4,9,2,0,3],"span":[65,22,23]},{"path":[4,9,2,1],"span":[66,2,26]},{"path":[4,9,2,1,5],"span":[66,2,6]},{"path":[4,9,2,1,1],"span":[66,7,21]},{"path":[4,9,2,1,3],"span":[66,24,25]},{"path":[4,10],"span":[69,0,71,1]},{"path":[4,10,1],"span":[69,8,42]},{"path":[4,10,2,0],"span":[70,2,31]},{"path":[4,10,2,0,4],"span":[70,2,10]},{"path":[4,10,2,0,6],"span":[70,11,18]},{"path":[4,10,2,0,1],"span":[70,19,26]},{"path":[4,10,2,0,3],"span":[70,29,30]},{"path":[4,11],"span":[73,0,82,1]},{"path":[4,11,1],"span":[73,8,43]},{"path":[4,11,2,0],"span":[74,2,24]},{"path":[4,11,2,0,5],"span":[74,2,8]},{"path":[4,11,2,0,1],"span":[74,9,19]},{"path":[4,11,2,0,3],"span":[74,22,23]},{"path":[4,11,2,1],"span":[75,2,21]},{"path":[4,11,2,1,5],"span":[75,2,8]},{"path":[4,11,2,1,1],"span":[75,9,16]},{"path":[4,11,2,1,3],"span":[75,19,20]},{"path":[4,11,2,2],"span":[76,2,22]},{"path":[4,11,2,2,5],"span":[76,2,6]},{"path":[4,11,2,2,1],"span":[76,7,17]},{"path":[4,11,2,2,3],"span":[76,20,21]},{"path":[4,11,3,0],"span":[77,2,80,3]},{"path":[4,11,3,0,1],"span":[77,10,18]},{"path":[4,11,3,0,2,0],"span":[78,4,21]},{"path":[4,11,3,0,2,0,5],"span":[78,4,8]},{"path":[4,11,3,0,2,0,1],"span":[78,9,16]},{"path":[4,11,3,0,2,0,3],"span":[78,19,20]},{"path":[4,11,3,0,2,1],"span":[79,4,26]},{"path":[4,11,3,0,2,1,5],"span":[79,4,8]},{"path":[4,11,3,0,2,1,1],"span":[79,9,21]},{"path":[4,11,3,0,2,1,3],"span":[79,24,25]},{"path":[4,11,2,3],"span":[81,2,25]},{"path":[4,11,2,3,6],"span":[81,2,10]},{"path":[4,11,2,3,1],"span":[81,11,20]},{"path":[4,11,2,3,3],"span":[81,23,24]},{"path":[4,12],"span":[84,0,86,1]},{"path":[4,12,1],"span":[84,8,44]},{"path":[4,12,2,0],"span":[85,2,18]},{"path":[4,12,2,0,5],"span":[85,2,6]},{"path":[4,12,2,0,1],"span":[85,7,13]},{"path":[4,12,2,0,3],"span":[85,16,17]},{"path":[5,1],"span":[88,0,92,1]},{"path":[5,1,1],"span":[88,5,22]},{"path":[5,1,2,0],"span":[89,2,39]},{"path":[5,1,2,0,1],"span":[89,2,34]},{"path":[5,1,2,0,2],"span":[89,37,38]},{"path":[5,1,2,1],"span":[90,2,31]},{"path":[5,1,2,1,1],"span":[90,2,26]},{"path":[5,1,2,1,2],"span":[90,29,30]},{"path":[5,1,2,2],"span":[91,2,33]},{"path":[5,1,2,2,1],"span":[91,2,28]},{"path":[5,1,2,2,2],"span":[91,31,32]},{"path":[4,13],"span":[94,0,109,1]},{"path":[4,13,1],"span":[94,8,15]},{"path":[4,13,2,0],"span":[95,2,16]},{"path":[4,13,2,0,5],"span":[95,2,8]},{"path":[4,13,2,0,1],"span":[95,9,11]},{"path":[4,13,2,0,3],"span":[95,14,15]},{"path":[4,13,2,1],"span":[96,2,23]},{"path":[4,13,2,1,5],"span":[96,2,8]},{"path":[4,13,2,1,1],"span":[96,9,18]},{"path":[4,13,2,1,3],"span":[96,21,22]},{"path":[4,13,2,2],"span":[97,2,21]},{"path":[4,13,2,2,5],"span":[97,2,8]},{"path":[4,13,2,2,1],"span":[97,9,16]},{"path":[4,13,2,2,3],"span":[97,19,20]},{"path":[4,13,2,3],"span":[98,2,26]},{"path":[4,13,2,3,5],"span":[98,2,8]},{"path":[4,13,2,3,1],"span":[98,9,21]},{"path":[4,13,2,3,3],"span":[98,24,25]},{"path":[4,13,2,4],"span":[99,2,25]},{"path":[4,13,2,4,5],"span":[99,2,8]},{"path":[4,13,2,4,1],"span":[99,9,20]},{"path":[4,13,2,4,3],"span":[99,23,24]},{"path":[4,13,2,5],"span":[100,2,20]},{"path":[4,13,2,5,5],"span":[100,2,8]},{"path":[4,13,2,5,1],"span":[100,9,15]},{"path":[4,13,2,5,3],"span":[100,18,19]},{"path":[4,13,2,6],"span":[101,2,18]},{"path":[4,13,2,6,5],"span":[101,2,8]},{"path":[4,13,2,6,1],"span":[101,9,13]},{"path":[4,13,2,6,3],"span":[101,16,17]},{"path":[4,13,2,7],"span":[102,2,27]},{"path":[4,13,2,7,5],"span":[102,2,8]},{"path":[4,13,2,7,1],"span":[102,9,22]},{"path":[4,13,2,7,3],"span":[102,25,26]},{"path":[4,13,3,0],"span":[104,2,106,3]},{"path":[4,13,3,0,1],"span":[104,10,22]},{"path":[4,13,3,0,2,0],"span":[105,4,32]},{"path":[4,13,3,0,2,0,6],"span":[105,4,21]},{"path":[4,13,3,0,2,0,1],"span":[105,22,27]},{"path":[4,13,3,0,2,0,3],"span":[105,30,31]},{"path":[4,13,2,8],"span":[107,2,25]},{"path":[4,13,2,8,6],"span":[107,2,14]},{"path":[4,13,2,8,1],"span":[107,15,20]},{"path":[4,13,2,8,3],"span":[107,23,24]},{"path":[4,13,2,9],"span":[108,2,25]},{"path":[4,13,2,9,5],"span":[108,2,8]},{"path":[4,13,2,9,1],"span":[108,9,19]},{"path":[4,13,2,9,3],"span":[108,22,24]},{"path":[4,14],"span":[111,0,114,1]},{"path":[4,14,1],"span":[111,8,26]},{"path":[4,14,2,0],"span":[112,2,23]},{"path":[4,14,2,0,5],"span":[112,2,8]},{"path":[4,14,2,0,1],"span":[112,9,18]},{"path":[4,14,2,0,3],"span":[112,21,22]},{"path":[4,14,2,1],"span":[113,2,27]},{"path":[4,14,2,1,5],"span":[113,2,8]},{"path":[4,14,2,1,1],"span":[113,9,22]},{"path":[4,14,2,1,3],"span":[113,25,26]},{"path":[4,15],"span":[116,0,118,1]},{"path":[4,15,1],"span":[116,8,37]},{"path":[4,15,2,0],"span":[117,2,21]},{"path":[4,15,2,0,5],"span":[117,2,8]},{"path":[4,15,2,0,1],"span":[117,9,16]},{"path":[4,15,2,0,3],"span":[117,19,20]},{"path":[4,16],"span":[120,0,122,1]},{"path":[4,16,1],"span":[120,8,32]},{"path":[4,16,2,0],"span":[121,2,18]},{"path":[4,16,2,0,5],"span":[121,2,7]},{"path":[4,16,2,0,1],"span":[121,8,13]},{"path":[4,16,2,0,3],"span":[121,16,17]},{"path":[4,17],"span":[124,0,130,1]},{"path":[4,17,1],"span":[124,8,32]},{"path":[4,17,2,0],"span":[125,2,21]},{"path":[4,17,2,0,5],"span":[125,2,8]},{"path":[4,17,2,0,1],"span":[125,9,16]},{"path":[4,17,2,0,3],"span":[125,19,20]},{"path":[4,17,3,0],"span":[126,2,128,3]},{"path":[4,17,3,0,1],"span":[126,10,16]},{"path":[4,17,3,0,2,0],"span":[127,4,32]},{"path":[4,17,3,0,2,0,6],"span":[127,4,21]},{"path":[4,17,3,0,2,0,1],"span":[127,22,27]},{"path":[4,17,3,0,2,0,3],"span":[127,30,31]},{"path":[4,17,2,1],"span":[129,2,20]},{"path":[4,17,2,1,6],"span":[129,2,8]},{"path":[4,17,2,1,1],"span":[129,9,15]},{"path":[4,17,2,1,3],"span":[129,18,19]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,33]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,138,1]},{"path":[4,19,1],"span":[136,8,35]},{"path":[4,19,2,0],"span":[137,2,23]},{"path":[4,19,2,0,5],"span":[137,2,8]},{"path":[4,19,2,0,1],"span":[137,9,18]},{"path":[4,19,2,0,3],"span":[137,21,22]},{"path":[4,20],"span":[140,0,142,1]},{"path":[4,20,1],"span":[140,8,36]},{"path":[4,20,2,0],"span":[141,2,22]},{"path":[4,20,2,0,6],"span":[141,2,9]},{"path":[4,20,2,0,1],"span":[141,10,17]},{"path":[4,20,2,0,3],"span":[141,20,21]},{"path":[4,21],"span":[144,0,154,1]},{"path":[4,21,1],"span":[144,8,28]},{"path":[4,21,2,0],"span":[145,2,21]},{"path":[4,21,2,0,5],"span":[145,2,8]},{"path":[4,21,2,0,1],"span":[145,9,16]},{"path":[4,21,2,0,3],"span":[145,19,20]},{"path":[4,21,2,1],"span":[146,2,23]},{"path":[4,21,2,1,5],"span":[146,2,8]},{"path":[4,21,2,1,1],"span":[146,9,18]},{"path":[4,21,2,1,3],"span":[146,21,22]},{"path":[4,21,2,2],"span":[147,2,26]},{"path":[4,21,2,2,5],"span":[147,2,8]},{"path":[4,21,2,2,1],"span":[147,9,21]},{"path":[4,21,2,2,3],"span":[147,24,25]},{"path":[4,21,2,3],"span":[148,2,25]},{"path":[4,21,2,3,5],"span":[148,2,8]},{"path":[4,21,2,3,1],"span":[148,9,20]},{"path":[4,21,2,3,3],"span":[148,23,24]},{"path":[4,21,2,4],"span":[149,2,20]},{"path":[4,21,2,4,5],"span":[149,2,8]},{"path":[4,21,2,4,1],"span":[149,9,15]},{"path":[4,21,2,4,3],"span":[149,18,19]},{"path":[4,21,2,5],"span":[150,2,18]},{"path":[4,21,2,5,5],"span":[150,2,8]},{"path":[4,21,2,5,1],"span":[150,9,13]},{"path":[4,21,2,5,3],"span":[150,16,17]},{"path":[4,21,2,6],"span":[151,2,27]},{"path":[4,21,2,6,5],"span":[151,2,8]},{"path":[4,21,2,6,1],"span":[151,9,22]},{"path":[4,21,2,6,3],"span":[151,25,26]},{"path":[4,21,2,7],"span":[153,2,28]},{"path":[4,21,2,7,5],"span":[153,2,6]},{"path":[4,21,2,7,1],"span":[153,7,23]},{"path":[4,21,2,7,3],"span":[153,26,27]},{"path":[4,22],"span":[156,0,159,1]},{"path":[4,22,1],"span":[156,8,29]},{"path":[4,22,2,0],"span":[157,2,22]},{"path":[4,22,2,0,6],"span":[157,2,9]},{"path":[4,22,2,0,1],"span":[157,10,17]},{"path":[4,22,2,0,3],"span":[157,20,21]},{"path":[4,22,2,1],"span":[158,2,37]},{"path":[4,22,2,1,6],"span":[158,2,20]},{"path":[4,22,2,1,1],"span":[158,21,32]},{"path":[4,22,2,1,3],"span":[158,35,36]},{"path":[4,23],"span":[161,0,176,1]},{"path":[4,23,1],"span":[161,8,38]},{"path":[4,23,2,0],"span":[162,2,23]},{"path":[4,23,2,0,5],"span":[162,2,8]},{"path":[4,23,2,0,1],"span":[162,9,18]},{"path":[4,23,2,0,3],"span":[162,21,22]},{"path":[4,23,2,1],"span":[163,2,26]},{"path":[4,23,2,1,5],"span":[163,2,8]},{"path":[4,23,2,1,1],"span":[163,9,21]},{"path":[4,23,2,1,3],"span":[163,24,25]},{"path":[4,23,2,2],"span":[164,2,25]},{"path":[4,23,2,2,5],"span":[164,2,8]},{"path":[4,23,2,2,1],"span":[164,9,20]},{"path":[4,23,2,2,3],"span":[164,23,24]},{"path":[4,23,2,3],"span":[165,2,20]},{"path":[4,23,2,3,5],"span":[165,2,8]},{"path":[4,23,2,3,1],"span":[165,9,15]},{"path":[4,23,2,3,3],"span":[165,18,19]},{"path":[4,23,2,4],"span":[166,2,18]},{"path":[4,23,2,4,5],"span":[166,2,8]},{"path":[4,23,2,4,1],"span":[166,9,13]},{"path":[4,23,2,4,3],"span":[166,16,17]},{"path":[4,23,3,0],"span":[168,2,173,3]},{"path":[4,23,3,0,1],"span":[168,10,24]},{"path":[4,23,3,0,2,0],"span":[169,4,41]},{"path":[4,23,3,0,2,0,5],"span":[169,4,10]},{"path":[4,23,3,0,2,0,1],"span":[169,11,36]},{"path":[4,23,3,0,2,0,3],"span":[169,39,40]},{"path":[4,23,3,0,2,1],"span":[170,4,47]},{"path":[4,23,3,0,2,1,5],"span":[170,4,10]},{"path":[4,23,3,0,2,1,1],"span":[170,11,42]},{"path":[4,23,3,0,2,1,3],"span":[170,45,46]},{"path":[4,23,3,0,2,2],"span":[171,4,45]},{"path":[4,23,3,0,2,2,5],"span":[171,4,10]},{"path":[4,23,3,0,2,2,1],"span":[171,11,40]},{"path":[4,23,3,0,2,2,3],"span":[171,43,44]},{"path":[4,23,3,0,2,3],"span":[172,4,40]},{"path":[4,23,3,0,2,3,5],"span":[172,4,10]},{"path":[4,23,3,0,2,3,1],"span":[172,11,35]},{"path":[4,23,3,0,2,3,3],"span":[172,38,39]},{"path":[4,23,2,5],"span":[175,2,37]},{"path":[4,23,2,5,6],"span":[175,2,16]},{"path":[4,23,2,5,1],"span":[175,17,32]},{"path":[4,23,2,5,3],"span":[175,35,36]},{"path":[4,24],"span":[178,0,180,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,2,22]},{"path":[4,24,2,0,6],"span":[179,2,9]},{"path":[4,24,2,0,1],"span":[179,10,17]},{"path":[4,24,2,0,3],"span":[179,20,21]},{"path":[4,25],"span":[182,0,185,1]},{"path":[4,25,1],"span":[182,8,38]},{"path":[4,25,2,0],"span":[183,2,23]},{"path":[4,25,2,0,5],"span":[183,2,8]},{"path":[4,25,2,0,1],"span":[183,9,18]},{"path":[4,25,2,0,3],"span":[183,21,22]},{"path":[4,25,2,1],"span":[184,2,22]},{"path":[4,25,2,1,5],"span":[184,2,8]},{"path":[4,25,2,1,1],"span":[184,9,17]},{"path":[4,25,2,1,3],"span":[184,20,21]},{"path":[4,26],"span":[187,0,192,1]},{"path":[4,26,1],"span":[187,8,39]},{"path":[4,26,2,0],"span":[188,2,19]},{"path":[4,26,2,0,5],"span":[188,2,6]},{"path":[4,26,2,0,1],"span":[188,7,14]},{"path":[4,26,2,0,3],"span":[188,17,18]},{"path":[4,26,2,1],"span":[189,2,21]},{"path":[4,26,2,1,5],"span":[189,2,8]},{"path":[4,26,2,1,1],"span":[189,9,16]},{"path":[4,26,2,1,3],"span":[189,19,20]},{"path":[4,26,2,2],"span":[190,2,28]},{"path":[4,26,2,2,5],"span":[190,2,8]},{"path":[4,26,2,2,1],"span":[190,9,23]},{"path":[4,26,2,2,3],"span":[190,26,27]},{"path":[4,26,2,3],"span":[191,2,28]},{"path":[4,26,2,3,5],"span":[191,2,8]},{"path":[4,26,2,3,1],"span":[191,9,23]},{"path":[4,26,2,3,3],"span":[191,26,27]},{"path":[4,27],"span":[194,0,199,1]},{"path":[4,27,1],"span":[194,8,38]},{"path":[4,27,2,0],"span":[195,2,23]},{"path":[4,27,2,0,5],"span":[195,2,8]},{"path":[4,27,2,0,1],"span":[195,9,18]},{"path":[4,27,2,0,3],"span":[195,21,22]},{"path":[4,27,2,1],"span":[196,2,22]},{"path":[4,27,2,1,5],"span":[196,2,8]},{"path":[4,27,2,1,1],"span":[196,9,17]},{"path":[4,27,2,1,3],"span":[196,20,21]},{"path":[4,27,2,2],"span":[197,2,23]},{"path":[4,27,2,2,5],"span":[197,2,6]},{"path":[4,27,2,2,1],"span":[197,7,18]},{"path":[4,27,2,2,3],"span":[197,21,22]},{"path":[4,27,2,3],"span":[198,2,23]},{"path":[4,27,2,3,5],"span":[198,2,6]},{"path":[4,27,2,3,1],"span":[198,7,18]},{"path":[4,27,2,3,3],"span":[198,21,22]},{"path":[4,28],"span":[201,0,203,1]},{"path":[4,28,1],"span":[201,8,39]},{"path":[4,28,2,0],"span":[202,2,19]},{"path":[4,28,2,0,5],"span":[202,2,6]},{"path":[4,28,2,0,1],"span":[202,7,14]},{"path":[4,28,2,0,3],"span":[202,17,18]},{"path":[4,29],"span":[205,0,209,1]},{"path":[4,29,1],"span":[205,8,40]},{"path":[4,29,2,0],"span":[206,2,21]},{"path":[4,29,2,0,5],"span":[206,2,8]},{"path":[4,29,2,0,1],"span":[206,9,16]},{"path":[4,29,2,0,3],"span":[206,19,20]},{"path":[4,29,2,1],"span":[207,2,34]},{"path":[4,29,2,1,4],"span":[207,2,10]},{"path":[4,29,2,1,5],"span":[207,11,17]},{"path":[4,29,2,1,1],"span":[207,18,29]},{"path":[4,29,2,1,3],"span":[207,32,33]},{"path":[4,29,2,2],"span":[208,2,21]},{"path":[4,29,2,2,5],"span":[208,2,8]},{"path":[4,29,2,2,1],"span":[208,9,16]},{"path":[4,29,2,2,3],"span":[208,19,20]},{"path":[4,30],"span":[211,0,217,1]},{"path":[4,30,1],"span":[211,8,41]},{"path":[4,30,3,0],"span":[212,2,215,3]},{"path":[4,30,3,0,1],"span":[212,10,16]},{"path":[4,30,3,0,2,0],"span":[213,4,26]},{"path":[4,30,3,0,2,0,5],"span":[213,4,10]},{"path":[4,30,3,0,2,0,1],"span":[213,11,21]},{"path":[4,30,3,0,2,0,3],"span":[213,24,25]},{"path":[4,30,3,0,2,1],"span":[214,4,20]},{"path":[4,30,3,0,2,1,5],"span":[214,4,8]},{"path":[4,30,3,0,2,1,1],"span":[214,9,15]},{"path":[4,30,3,0,2,1,3],"span":[214,18,19]},{"path":[4,30,2,0],"span":[216,2,29]},{"path":[4,30,2,0,4],"span":[216,2,10]},{"path":[4,30,2,0,6],"span":[216,11,17]},{"path":[4,30,2,0,1],"span":[216,18,24]},{"path":[4,30,2,0,3],"span":[216,27,28]},{"path":[4,31],"span":[219,0,222,1]},{"path":[4,31,1],"span":[219,8,46]},{"path":[4,31,2,0],"span":[220,2,21]},{"path":[4,31,2,0,5],"span":[220,2,8]},{"path":[4,31,2,0,1],"span":[220,9,16]},{"path":[4,31,2,0,3],"span":[220,19,20]},{"path":[4,31,2,1],"span":[221,2,23]},{"path":[4,31,2,1,5],"span":[221,2,8]},{"path":[4,31,2,1,1],"span":[221,9,18]},{"path":[4,31,2,1,3],"span":[221,21,22]},{"path":[4,32],"span":[224,0,226,1]},{"path":[4,32,1],"span":[224,8,47]},{"path":[4,32,2,0],"span":[225,2,31]},{"path":[4,32,2,0,4],"span":[225,2,10]},{"path":[4,32,2,0,6],"span":[225,11,18]},{"path":[4,32,2,0,1],"span":[225,19,26]},{"path":[4,32,2,0,3],"span":[225,29,30]},{"path":[4,33],"span":[228,0,231,1]},{"path":[4,33,1],"span":[228,8,33]},{"path":[4,33,2,0],"span":[229,2,21]},{"path":[4,33,2,0,5],"span":[229,2,8]},{"path":[4,33,2,0,1],"span":[229,9,16]},{"path":[4,33,2,0,3],"span":[229,19,20]},{"path":[4,33,2,1],"span":[230,2,24]},{"path":[4,33,2,1,5],"span":[230,2,8]},{"path":[4,33,2,1,1],"span":[230,9,19]},{"path":[4,33,2,1,3],"span":[230,22,23]},{"path":[4,34],"span":[233,0,251,1]},{"path":[4,34,1],"span":[233,8,34]},{"path":[4,34,3,0],"span":[234,2,237,3]},{"path":[4,34,3,0,1],"span":[234,10,29]},{"path":[4,34,3,0,2,0],"span":[235,4,19]},{"path":[4,34,3,0,2,0,5],"span":[235,4,10]},{"path":[4,34,3,0,2,0,1],"span":[235,11,14]},{"path":[4,34,3,0,2,0,3],"span":[235,17,18]},{"path":[4,34,3,0,2,1],"span":[236,4,34]},{"path":[4,34,3,0,2,1,5],"span":[236,4,9]},{"path":[4,34,3,0,2,1,1],"span":[236,10,29]},{"path":[4,34,3,0,2,1,3],"span":[236,32,33]},{"path":[4,34,3,1],"span":[239,2,241,3]},{"path":[4,34,3,1,1],"span":[239,10,15]},{"path":[4,34,3,1,2,0],"span":[240,4,18]},{"path":[4,34,3,1,2,0,5],"span":[240,4,10]},{"path":[4,34,3,1,2,0,1],"span":[240,11,13]},{"path":[4,34,3,1,2,0,3],"span":[240,16,17]},{"path":[4,34,3,2],"span":[243,2,248,3]},{"path":[4,34,3,2,1],"span":[243,10,14]},{"path":[4,34,3,2,2,0],"span":[244,4,18]},{"path":[4,34,3,2,2,0,5],"span":[244,4,10]},{"path":[4,34,3,2,2,0,1],"span":[244,11,13]},{"path":[4,34,3,2,2,0,3],"span":[244,16,17]},{"path":[4,34,3,2,2,1],"span":[245,4,45]},{"path":[4,34,3,2,2,1,4],"span":[245,4,12]},{"path":[4,34,3,2,2,1,6],"span":[245,13,32]},{"path":[4,34,3,2,2,1,1],"span":[245,33,40]},{"path":[4,34,3,2,2,1,3],"span":[245,43,44]},{"path":[4,34,3,2,2,2],"span":[246,4,39]},{"path":[4,34,3,2,2,2,4],"span":[246,4,12]},{"path":[4,34,3,2,2,2,6],"span":[246,13,20]},{"path":[4,34,3,2,2,2,1],"span":[246,21,34]},{"path":[4,34,3,2,2,2,3],"span":[246,37,38]},{"path":[4,34,3,2,2,3],"span":[247,4,30]},{"path":[4,34,3,2,2,3,4],"span":[247,4,12]},{"path":[4,34,3,2,2,3,6],"span":[247,13,18]},{"path":[4,34,3,2,2,3,1],"span":[247,19,25]},{"path":[4,34,3,2,2,3,3],"span":[247,28,29]},{"path":[4,34,2,0],"span":[250,2,26]},{"path":[4,34,2,0,4],"span":[250,2,10]},{"path":[4,34,2,0,6],"span":[250,11,15]},{"path":[4,34,2,0,1],"span":[250,16,21]},{"path":[4,34,2,0,3],"span":[250,24,25]},{"path":[4,35],"span":[253,0,255,1]},{"path":[4,35,1],"span":[253,8,53]},{"path":[4,35,2,0],"span":[254,2,35]},{"path":[4,35,2,0,5],"span":[254,2,8]},{"path":[4,35,2,0,1],"span":[254,9,30]},{"path":[4,35,2,0,3],"span":[254,33,34]},{"path":[4,36],"span":[257,0,260,1]},{"path":[4,36,1],"span":[257,8,54]},{"path":[4,36,2,0],"span":[258,2,21]},{"path":[4,36,2,0,5],"span":[258,2,8]},{"path":[4,36,2,0,1],"span":[258,9,16]},{"path":[4,36,2,0,3],"span":[258,19,20]},{"path":[4,36,2,1],"span":[259,2,28]},{"path":[4,36,2,1,5],"span":[259,2,8]},{"path":[4,36,2,1,1],"span":[259,9,23]},{"path":[4,36,2,1,3],"span":[259,26,27]},{"path":[6,0],"span":[262,0,294,1]},{"path":[6,0,1],"span":[262,8,19]},{"path":[6,0,2,0],"span":[263,2,121]},{"path":[6,0,2,0,1],"span":[263,6,34]},{"path":[6,0,2,0,2],"span":[263,35,70]},{"path":[6,0,2,0,3],"span":[263,81,117]},{"path":[6,0,2,1],"span":[265,2,100]},{"path":[6,0,2,1,1],"span":[265,6,27]},{"path":[6,0,2,1,2],"span":[265,28,56]},{"path":[6,0,2,1,3],"span":[265,67,96]},{"path":[6,0,2,2],"span":[267,2,106]},{"path":[6,0,2,2,1],"span":[267,6,29]},{"path":[6,0,2,2,2],"span":[267,30,60]},{"path":[6,0,2,2,3],"span":[267,71,102]},{"path":[6,0,2,3],"span":[269,2,115]},{"path":[6,0,2,3,1],"span":[269,6,32]},{"path":[6,0,2,3,2],"span":[269,33,66]},{"path":[6,0,2,3,3],"span":[269,77,111]},{"path":[6,0,2,4],"span":[271,2,76]},{"path":[6,0,2,4,1],"span":[271,6,19]},{"path":[6,0,2,4,2],"span":[271,20,40]},{"path":[6,0,2,4,3],"span":[271,51,72]},{"path":[6,0,2,5],"span":[273,2,76]},{"path":[6,0,2,5,1],"span":[273,6,19]},{"path":[6,0,2,5,2],"span":[273,20,40]},{"path":[6,0,2,5,3],"span":[273,51,72]},{"path":[6,0,2,6],"span":[275,2,88]},{"path":[6,0,2,6,1],"span":[275,6,23]},{"path":[6,0,2,6,2],"span":[275,24,48]},{"path":[6,0,2,6,3],"span":[275,59,84]},{"path":[6,0,2,7],"span":[277,2,97]},{"path":[6,0,2,7,1],"span":[277,6,28]},{"path":[6,0,2,7,2],"span":[277,29,58]},{"path":[6,0,2,7,3],"span":[277,69,93]},{"path":[6,0,2,8],"span":[279,2,97]},{"path":[6,0,2,8,1],"span":[279,6,26]},{"path":[6,0,2,8,2],"span":[279,27,54]},{"path":[6,0,2,8,3],"span":[279,65,93]},{"path":[6,0,2,9],"span":[281,2,106]},{"path":[6,0,2,9,1],"span":[281,6,29]},{"path":[6,0,2,9,2],"span":[281,30,60]},{"path":[6,0,2,9,3],"span":[281,71,102]},{"path":[6,0,2,10],"span":[283,2,106]},{"path":[6,0,2,10,1],"span":[283,6,29]},{"path":[6,0,2,10,2],"span":[283,30,60]},{"path":[6,0,2,10,3],"span":[283,71,102]},{"path":[6,0,2,11],"span":[285,2,106]},{"path":[6,0,2,11,1],"span":[285,6,29]},{"path":[6,0,2,11,2],"span":[285,30,60]},{"path":[6,0,2,11,3],"span":[285,71,102]},{"path":[6,0,2,12],"span":[287,2,112]},{"path":[6,0,2,12,1],"span":[287,6,31]},{"path":[6,0,2,12,2],"span":[287,32,64]},{"path":[6,0,2,12,3],"span":[287,75,108]},{"path":[6,0,2,13],"span":[289,2,130]},{"path":[6,0,2,13,1],"span":[289,6,37]},{"path":[6,0,2,13,2],"span":[289,38,76]},{"path":[6,0,2,13,3],"span":[289,87,126]},{"path":[6,0,2,14],"span":[291,2,91]},{"path":[6,0,2,14,1],"span":[291,6,24]},{"path":[6,0,2,14,2],"span":[291,25,50]},{"path":[6,0,2,14,3],"span":[291,61,87]},{"path":[6,0,2,15],"span":[293,2,151]},{"path":[6,0,2,15,1],"span":[293,6,44]},{"path":[6,0,2,15,2],"span":[293,45,90]},{"path":[6,0,2,15,3],"span":[293,101,147]}]},"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":"ListAuthorizedLinkProfilesRequest","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","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]}],"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":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,294,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,2,16]},{"path":[4,0,2,0,5],"span":[5,2,8]},{"path":[4,0,2,0,1],"span":[5,9,11]},{"path":[4,0,2,0,3],"span":[5,14,15]},{"path":[4,0,2,1],"span":[6,2,22]},{"path":[4,0,2,1,5],"span":[6,2,8]},{"path":[4,0,2,1,1],"span":[6,9,17]},{"path":[4,0,2,1,3],"span":[6,20,21]},{"path":[4,0,2,2],"span":[7,2,18]},{"path":[4,0,2,2,5],"span":[7,2,8]},{"path":[4,0,2,2,1],"span":[7,9,13]},{"path":[4,0,2,2,3],"span":[7,16,17]},{"path":[4,0,2,3],"span":[8,2,21]},{"path":[4,0,2,3,5],"span":[8,2,8]},{"path":[4,0,2,3,1],"span":[8,9,16]},{"path":[4,0,2,3,3],"span":[8,19,20]},{"path":[4,0,2,4],"span":[9,2,19]},{"path":[4,0,2,4,5],"span":[9,2,8]},{"path":[4,0,2,4,1],"span":[9,9,14]},{"path":[4,0,2,4,3],"span":[9,17,18]},{"path":[4,0,2,5],"span":[10,2,23]},{"path":[4,0,2,5,5],"span":[10,2,8]},{"path":[4,0,2,5,1],"span":[10,9,18]},{"path":[4,0,2,5,3],"span":[10,21,22]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,2,16]},{"path":[4,1,2,0,5],"span":[14,2,8]},{"path":[4,1,2,0,1],"span":[14,9,11]},{"path":[4,1,2,0,3],"span":[14,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,2,16]},{"path":[4,3,2,0,5],"span":[31,2,8]},{"path":[4,3,2,0,1],"span":[31,9,11]},{"path":[4,3,2,0,3],"span":[31,14,15]},{"path":[4,3,2,1],"span":[32,2,18]},{"path":[4,3,2,1,5],"span":[32,2,8]},{"path":[4,3,2,1,1],"span":[32,9,13]},{"path":[4,3,2,1,3],"span":[32,16,17]},{"path":[4,3,2,2],"span":[33,2,26]},{"path":[4,3,2,2,5],"span":[33,2,8]},{"path":[4,3,2,2,1],"span":[33,9,21]},{"path":[4,3,2,2,3],"span":[33,24,25]},{"path":[4,3,2,3],"span":[34,2,22]},{"path":[4,3,2,3,5],"span":[34,2,8]},{"path":[4,3,2,3,1],"span":[34,9,17]},{"path":[4,3,2,3,3],"span":[34,20,21]},{"path":[4,3,2,4],"span":[35,2,20]},{"path":[4,3,2,4,6],"span":[35,2,10]},{"path":[4,3,2,4,1],"span":[35,11,15]},{"path":[4,3,2,4,3],"span":[35,18,19]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,20]},{"path":[4,4,2,1,6],"span":[41,2,10]},{"path":[4,4,2,1,1],"span":[41,11,15]},{"path":[4,4,2,1,3],"span":[41,18,19]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,2,19]},{"path":[4,5,2,0,5],"span":[45,2,6]},{"path":[4,5,2,0,1],"span":[45,7,14]},{"path":[4,5,2,0,3],"span":[45,17,18]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,2,16]},{"path":[4,6,2,0,5],"span":[49,2,8]},{"path":[4,6,2,0,1],"span":[49,9,11]},{"path":[4,6,2,0,3],"span":[49,14,15]},{"path":[4,6,2,1],"span":[50,2,21]},{"path":[4,6,2,1,5],"span":[50,2,8]},{"path":[4,6,2,1,1],"span":[50,9,16]},{"path":[4,6,2,1,3],"span":[50,19,20]},{"path":[4,6,2,2],"span":[51,2,23]},{"path":[4,6,2,2,6],"span":[51,2,13]},{"path":[4,6,2,2,1],"span":[51,14,18]},{"path":[4,6,2,2,3],"span":[51,21,22]},{"path":[4,6,2,3],"span":[52,2,20]},{"path":[4,6,2,3,5],"span":[52,2,6]},{"path":[4,6,2,3,1],"span":[52,7,15]},{"path":[4,6,2,3,3],"span":[52,18,19]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,2,24]},{"path":[4,7,2,0,5],"span":[56,2,8]},{"path":[4,7,2,0,1],"span":[56,9,19]},{"path":[4,7,2,0,3],"span":[56,22,23]},{"path":[4,7,2,1],"span":[57,2,26]},{"path":[4,7,2,1,5],"span":[57,2,6]},{"path":[4,7,2,1,1],"span":[57,7,21]},{"path":[4,7,2,1,3],"span":[57,24,25]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,2,31]},{"path":[4,8,2,0,4],"span":[61,2,10]},{"path":[4,8,2,0,6],"span":[61,11,18]},{"path":[4,8,2,0,1],"span":[61,19,26]},{"path":[4,8,2,0,3],"span":[61,29,30]},{"path":[4,9],"span":[64,0,67,1]},{"path":[4,9,1],"span":[64,8,41]},{"path":[4,9,2,0],"span":[65,2,24]},{"path":[4,9,2,0,5],"span":[65,2,8]},{"path":[4,9,2,0,1],"span":[65,9,19]},{"path":[4,9,2,0,3],"span":[65,22,23]},{"path":[4,9,2,1],"span":[66,2,46]},{"path":[4,9,2,1,5],"span":[66,2,6]},{"path":[4,9,2,1,1],"span":[66,7,21]},{"path":[4,9,2,1,3],"span":[66,24,25]},{"path":[4,9,2,1,8],"span":[66,26,45]},{"path":[4,9,2,1,8,3],"span":[66,27,44]},{"path":[4,10],"span":[69,0,71,1]},{"path":[4,10,1],"span":[69,8,42]},{"path":[4,10,2,0],"span":[70,2,31]},{"path":[4,10,2,0,4],"span":[70,2,10]},{"path":[4,10,2,0,6],"span":[70,11,18]},{"path":[4,10,2,0,1],"span":[70,19,26]},{"path":[4,10,2,0,3],"span":[70,29,30]},{"path":[4,11],"span":[73,0,82,1]},{"path":[4,11,1],"span":[73,8,43]},{"path":[4,11,2,0],"span":[74,2,24]},{"path":[4,11,2,0,5],"span":[74,2,8]},{"path":[4,11,2,0,1],"span":[74,9,19]},{"path":[4,11,2,0,3],"span":[74,22,23]},{"path":[4,11,2,1],"span":[75,2,21]},{"path":[4,11,2,1,5],"span":[75,2,8]},{"path":[4,11,2,1,1],"span":[75,9,16]},{"path":[4,11,2,1,3],"span":[75,19,20]},{"path":[4,11,2,2],"span":[76,2,22]},{"path":[4,11,2,2,5],"span":[76,2,6]},{"path":[4,11,2,2,1],"span":[76,7,17]},{"path":[4,11,2,2,3],"span":[76,20,21]},{"path":[4,11,3,0],"span":[77,2,80,3]},{"path":[4,11,3,0,1],"span":[77,10,18]},{"path":[4,11,3,0,2,0],"span":[78,4,21]},{"path":[4,11,3,0,2,0,5],"span":[78,4,8]},{"path":[4,11,3,0,2,0,1],"span":[78,9,16]},{"path":[4,11,3,0,2,0,3],"span":[78,19,20]},{"path":[4,11,3,0,2,1],"span":[79,4,26]},{"path":[4,11,3,0,2,1,5],"span":[79,4,8]},{"path":[4,11,3,0,2,1,1],"span":[79,9,21]},{"path":[4,11,3,0,2,1,3],"span":[79,24,25]},{"path":[4,11,2,3],"span":[81,2,25]},{"path":[4,11,2,3,6],"span":[81,2,10]},{"path":[4,11,2,3,1],"span":[81,11,20]},{"path":[4,11,2,3,3],"span":[81,23,24]},{"path":[4,12],"span":[84,0,86,1]},{"path":[4,12,1],"span":[84,8,44]},{"path":[4,12,2,0],"span":[85,2,18]},{"path":[4,12,2,0,5],"span":[85,2,6]},{"path":[4,12,2,0,1],"span":[85,7,13]},{"path":[4,12,2,0,3],"span":[85,16,17]},{"path":[5,1],"span":[88,0,92,1]},{"path":[5,1,1],"span":[88,5,22]},{"path":[5,1,2,0],"span":[89,2,39]},{"path":[5,1,2,0,1],"span":[89,2,34]},{"path":[5,1,2,0,2],"span":[89,37,38]},{"path":[5,1,2,1],"span":[90,2,31]},{"path":[5,1,2,1,1],"span":[90,2,26]},{"path":[5,1,2,1,2],"span":[90,29,30]},{"path":[5,1,2,2],"span":[91,2,33]},{"path":[5,1,2,2,1],"span":[91,2,28]},{"path":[5,1,2,2,2],"span":[91,31,32]},{"path":[4,13],"span":[94,0,109,1]},{"path":[4,13,1],"span":[94,8,15]},{"path":[4,13,2,0],"span":[95,2,16]},{"path":[4,13,2,0,5],"span":[95,2,8]},{"path":[4,13,2,0,1],"span":[95,9,11]},{"path":[4,13,2,0,3],"span":[95,14,15]},{"path":[4,13,2,1],"span":[96,2,23]},{"path":[4,13,2,1,5],"span":[96,2,8]},{"path":[4,13,2,1,1],"span":[96,9,18]},{"path":[4,13,2,1,3],"span":[96,21,22]},{"path":[4,13,2,2],"span":[97,2,21]},{"path":[4,13,2,2,5],"span":[97,2,8]},{"path":[4,13,2,2,1],"span":[97,9,16]},{"path":[4,13,2,2,3],"span":[97,19,20]},{"path":[4,13,2,3],"span":[98,2,26]},{"path":[4,13,2,3,5],"span":[98,2,8]},{"path":[4,13,2,3,1],"span":[98,9,21]},{"path":[4,13,2,3,3],"span":[98,24,25]},{"path":[4,13,2,4],"span":[99,2,25]},{"path":[4,13,2,4,5],"span":[99,2,8]},{"path":[4,13,2,4,1],"span":[99,9,20]},{"path":[4,13,2,4,3],"span":[99,23,24]},{"path":[4,13,2,5],"span":[100,2,20]},{"path":[4,13,2,5,5],"span":[100,2,8]},{"path":[4,13,2,5,1],"span":[100,9,15]},{"path":[4,13,2,5,3],"span":[100,18,19]},{"path":[4,13,2,6],"span":[101,2,18]},{"path":[4,13,2,6,5],"span":[101,2,8]},{"path":[4,13,2,6,1],"span":[101,9,13]},{"path":[4,13,2,6,3],"span":[101,16,17]},{"path":[4,13,2,7],"span":[102,2,27]},{"path":[4,13,2,7,5],"span":[102,2,8]},{"path":[4,13,2,7,1],"span":[102,9,22]},{"path":[4,13,2,7,3],"span":[102,25,26]},{"path":[4,13,3,0],"span":[104,2,106,3]},{"path":[4,13,3,0,1],"span":[104,10,22]},{"path":[4,13,3,0,2,0],"span":[105,4,32]},{"path":[4,13,3,0,2,0,6],"span":[105,4,21]},{"path":[4,13,3,0,2,0,1],"span":[105,22,27]},{"path":[4,13,3,0,2,0,3],"span":[105,30,31]},{"path":[4,13,2,8],"span":[107,2,25]},{"path":[4,13,2,8,6],"span":[107,2,14]},{"path":[4,13,2,8,1],"span":[107,15,20]},{"path":[4,13,2,8,3],"span":[107,23,24]},{"path":[4,13,2,9],"span":[108,2,25]},{"path":[4,13,2,9,5],"span":[108,2,8]},{"path":[4,13,2,9,1],"span":[108,9,19]},{"path":[4,13,2,9,3],"span":[108,22,24]},{"path":[4,14],"span":[111,0,114,1]},{"path":[4,14,1],"span":[111,8,26]},{"path":[4,14,2,0],"span":[112,2,23]},{"path":[4,14,2,0,5],"span":[112,2,8]},{"path":[4,14,2,0,1],"span":[112,9,18]},{"path":[4,14,2,0,3],"span":[112,21,22]},{"path":[4,14,2,1],"span":[113,2,27]},{"path":[4,14,2,1,5],"span":[113,2,8]},{"path":[4,14,2,1,1],"span":[113,9,22]},{"path":[4,14,2,1,3],"span":[113,25,26]},{"path":[4,15],"span":[116,0,118,1]},{"path":[4,15,1],"span":[116,8,37]},{"path":[4,15,2,0],"span":[117,2,21]},{"path":[4,15,2,0,5],"span":[117,2,8]},{"path":[4,15,2,0,1],"span":[117,9,16]},{"path":[4,15,2,0,3],"span":[117,19,20]},{"path":[4,16],"span":[120,0,122,1]},{"path":[4,16,1],"span":[120,8,32]},{"path":[4,16,2,0],"span":[121,2,18]},{"path":[4,16,2,0,5],"span":[121,2,7]},{"path":[4,16,2,0,1],"span":[121,8,13]},{"path":[4,16,2,0,3],"span":[121,16,17]},{"path":[4,17],"span":[124,0,130,1]},{"path":[4,17,1],"span":[124,8,32]},{"path":[4,17,2,0],"span":[125,2,21]},{"path":[4,17,2,0,5],"span":[125,2,8]},{"path":[4,17,2,0,1],"span":[125,9,16]},{"path":[4,17,2,0,3],"span":[125,19,20]},{"path":[4,17,3,0],"span":[126,2,128,3]},{"path":[4,17,3,0,1],"span":[126,10,16]},{"path":[4,17,3,0,2,0],"span":[127,4,32]},{"path":[4,17,3,0,2,0,6],"span":[127,4,21]},{"path":[4,17,3,0,2,0,1],"span":[127,22,27]},{"path":[4,17,3,0,2,0,3],"span":[127,30,31]},{"path":[4,17,2,1],"span":[129,2,20]},{"path":[4,17,2,1,6],"span":[129,2,8]},{"path":[4,17,2,1,1],"span":[129,9,15]},{"path":[4,17,2,1,3],"span":[129,18,19]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,33]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,138,1]},{"path":[4,19,1],"span":[136,8,35]},{"path":[4,19,2,0],"span":[137,2,23]},{"path":[4,19,2,0,5],"span":[137,2,8]},{"path":[4,19,2,0,1],"span":[137,9,18]},{"path":[4,19,2,0,3],"span":[137,21,22]},{"path":[4,20],"span":[140,0,142,1]},{"path":[4,20,1],"span":[140,8,36]},{"path":[4,20,2,0],"span":[141,2,22]},{"path":[4,20,2,0,6],"span":[141,2,9]},{"path":[4,20,2,0,1],"span":[141,10,17]},{"path":[4,20,2,0,3],"span":[141,20,21]},{"path":[4,21],"span":[144,0,154,1]},{"path":[4,21,1],"span":[144,8,28]},{"path":[4,21,2,0],"span":[145,2,21]},{"path":[4,21,2,0,5],"span":[145,2,8]},{"path":[4,21,2,0,1],"span":[145,9,16]},{"path":[4,21,2,0,3],"span":[145,19,20]},{"path":[4,21,2,1],"span":[146,2,23]},{"path":[4,21,2,1,5],"span":[146,2,8]},{"path":[4,21,2,1,1],"span":[146,9,18]},{"path":[4,21,2,1,3],"span":[146,21,22]},{"path":[4,21,2,2],"span":[147,2,26]},{"path":[4,21,2,2,5],"span":[147,2,8]},{"path":[4,21,2,2,1],"span":[147,9,21]},{"path":[4,21,2,2,3],"span":[147,24,25]},{"path":[4,21,2,3],"span":[148,2,25]},{"path":[4,21,2,3,5],"span":[148,2,8]},{"path":[4,21,2,3,1],"span":[148,9,20]},{"path":[4,21,2,3,3],"span":[148,23,24]},{"path":[4,21,2,4],"span":[149,2,20]},{"path":[4,21,2,4,5],"span":[149,2,8]},{"path":[4,21,2,4,1],"span":[149,9,15]},{"path":[4,21,2,4,3],"span":[149,18,19]},{"path":[4,21,2,5],"span":[150,2,18]},{"path":[4,21,2,5,5],"span":[150,2,8]},{"path":[4,21,2,5,1],"span":[150,9,13]},{"path":[4,21,2,5,3],"span":[150,16,17]},{"path":[4,21,2,6],"span":[151,2,27]},{"path":[4,21,2,6,5],"span":[151,2,8]},{"path":[4,21,2,6,1],"span":[151,9,22]},{"path":[4,21,2,6,3],"span":[151,25,26]},{"path":[4,21,2,7],"span":[153,2,28]},{"path":[4,21,2,7,5],"span":[153,2,6]},{"path":[4,21,2,7,1],"span":[153,7,23]},{"path":[4,21,2,7,3],"span":[153,26,27]},{"path":[4,22],"span":[156,0,159,1]},{"path":[4,22,1],"span":[156,8,29]},{"path":[4,22,2,0],"span":[157,2,22]},{"path":[4,22,2,0,6],"span":[157,2,9]},{"path":[4,22,2,0,1],"span":[157,10,17]},{"path":[4,22,2,0,3],"span":[157,20,21]},{"path":[4,22,2,1],"span":[158,2,37]},{"path":[4,22,2,1,6],"span":[158,2,20]},{"path":[4,22,2,1,1],"span":[158,21,32]},{"path":[4,22,2,1,3],"span":[158,35,36]},{"path":[4,23],"span":[161,0,176,1]},{"path":[4,23,1],"span":[161,8,38]},{"path":[4,23,2,0],"span":[162,2,23]},{"path":[4,23,2,0,5],"span":[162,2,8]},{"path":[4,23,2,0,1],"span":[162,9,18]},{"path":[4,23,2,0,3],"span":[162,21,22]},{"path":[4,23,2,1],"span":[163,2,26]},{"path":[4,23,2,1,5],"span":[163,2,8]},{"path":[4,23,2,1,1],"span":[163,9,21]},{"path":[4,23,2,1,3],"span":[163,24,25]},{"path":[4,23,2,2],"span":[164,2,25]},{"path":[4,23,2,2,5],"span":[164,2,8]},{"path":[4,23,2,2,1],"span":[164,9,20]},{"path":[4,23,2,2,3],"span":[164,23,24]},{"path":[4,23,2,3],"span":[165,2,20]},{"path":[4,23,2,3,5],"span":[165,2,8]},{"path":[4,23,2,3,1],"span":[165,9,15]},{"path":[4,23,2,3,3],"span":[165,18,19]},{"path":[4,23,2,4],"span":[166,2,18]},{"path":[4,23,2,4,5],"span":[166,2,8]},{"path":[4,23,2,4,1],"span":[166,9,13]},{"path":[4,23,2,4,3],"span":[166,16,17]},{"path":[4,23,3,0],"span":[168,2,173,3]},{"path":[4,23,3,0,1],"span":[168,10,24]},{"path":[4,23,3,0,2,0],"span":[169,4,41]},{"path":[4,23,3,0,2,0,5],"span":[169,4,10]},{"path":[4,23,3,0,2,0,1],"span":[169,11,36]},{"path":[4,23,3,0,2,0,3],"span":[169,39,40]},{"path":[4,23,3,0,2,1],"span":[170,4,47]},{"path":[4,23,3,0,2,1,5],"span":[170,4,10]},{"path":[4,23,3,0,2,1,1],"span":[170,11,42]},{"path":[4,23,3,0,2,1,3],"span":[170,45,46]},{"path":[4,23,3,0,2,2],"span":[171,4,45]},{"path":[4,23,3,0,2,2,5],"span":[171,4,10]},{"path":[4,23,3,0,2,2,1],"span":[171,11,40]},{"path":[4,23,3,0,2,2,3],"span":[171,43,44]},{"path":[4,23,3,0,2,3],"span":[172,4,40]},{"path":[4,23,3,0,2,3,5],"span":[172,4,10]},{"path":[4,23,3,0,2,3,1],"span":[172,11,35]},{"path":[4,23,3,0,2,3,3],"span":[172,38,39]},{"path":[4,23,2,5],"span":[175,2,37]},{"path":[4,23,2,5,6],"span":[175,2,16]},{"path":[4,23,2,5,1],"span":[175,17,32]},{"path":[4,23,2,5,3],"span":[175,35,36]},{"path":[4,24],"span":[178,0,180,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,2,22]},{"path":[4,24,2,0,6],"span":[179,2,9]},{"path":[4,24,2,0,1],"span":[179,10,17]},{"path":[4,24,2,0,3],"span":[179,20,21]},{"path":[4,25],"span":[182,0,185,1]},{"path":[4,25,1],"span":[182,8,38]},{"path":[4,25,2,0],"span":[183,2,23]},{"path":[4,25,2,0,5],"span":[183,2,8]},{"path":[4,25,2,0,1],"span":[183,9,18]},{"path":[4,25,2,0,3],"span":[183,21,22]},{"path":[4,25,2,1],"span":[184,2,22]},{"path":[4,25,2,1,5],"span":[184,2,8]},{"path":[4,25,2,1,1],"span":[184,9,17]},{"path":[4,25,2,1,3],"span":[184,20,21]},{"path":[4,26],"span":[187,0,192,1]},{"path":[4,26,1],"span":[187,8,39]},{"path":[4,26,2,0],"span":[188,2,19]},{"path":[4,26,2,0,5],"span":[188,2,6]},{"path":[4,26,2,0,1],"span":[188,7,14]},{"path":[4,26,2,0,3],"span":[188,17,18]},{"path":[4,26,2,1],"span":[189,2,21]},{"path":[4,26,2,1,5],"span":[189,2,8]},{"path":[4,26,2,1,1],"span":[189,9,16]},{"path":[4,26,2,1,3],"span":[189,19,20]},{"path":[4,26,2,2],"span":[190,2,28]},{"path":[4,26,2,2,5],"span":[190,2,8]},{"path":[4,26,2,2,1],"span":[190,9,23]},{"path":[4,26,2,2,3],"span":[190,26,27]},{"path":[4,26,2,3],"span":[191,2,28]},{"path":[4,26,2,3,5],"span":[191,2,8]},{"path":[4,26,2,3,1],"span":[191,9,23]},{"path":[4,26,2,3,3],"span":[191,26,27]},{"path":[4,27],"span":[194,0,199,1]},{"path":[4,27,1],"span":[194,8,38]},{"path":[4,27,2,0],"span":[195,2,23]},{"path":[4,27,2,0,5],"span":[195,2,8]},{"path":[4,27,2,0,1],"span":[195,9,18]},{"path":[4,27,2,0,3],"span":[195,21,22]},{"path":[4,27,2,1],"span":[196,2,22]},{"path":[4,27,2,1,5],"span":[196,2,8]},{"path":[4,27,2,1,1],"span":[196,9,17]},{"path":[4,27,2,1,3],"span":[196,20,21]},{"path":[4,27,2,2],"span":[197,2,23]},{"path":[4,27,2,2,5],"span":[197,2,6]},{"path":[4,27,2,2,1],"span":[197,7,18]},{"path":[4,27,2,2,3],"span":[197,21,22]},{"path":[4,27,2,3],"span":[198,2,23]},{"path":[4,27,2,3,5],"span":[198,2,6]},{"path":[4,27,2,3,1],"span":[198,7,18]},{"path":[4,27,2,3,3],"span":[198,21,22]},{"path":[4,28],"span":[201,0,203,1]},{"path":[4,28,1],"span":[201,8,39]},{"path":[4,28,2,0],"span":[202,2,19]},{"path":[4,28,2,0,5],"span":[202,2,6]},{"path":[4,28,2,0,1],"span":[202,7,14]},{"path":[4,28,2,0,3],"span":[202,17,18]},{"path":[4,29],"span":[205,0,209,1]},{"path":[4,29,1],"span":[205,8,40]},{"path":[4,29,2,0],"span":[206,2,21]},{"path":[4,29,2,0,5],"span":[206,2,8]},{"path":[4,29,2,0,1],"span":[206,9,16]},{"path":[4,29,2,0,3],"span":[206,19,20]},{"path":[4,29,2,1],"span":[207,2,34]},{"path":[4,29,2,1,4],"span":[207,2,10]},{"path":[4,29,2,1,5],"span":[207,11,17]},{"path":[4,29,2,1,1],"span":[207,18,29]},{"path":[4,29,2,1,3],"span":[207,32,33]},{"path":[4,29,2,2],"span":[208,2,21]},{"path":[4,29,2,2,5],"span":[208,2,8]},{"path":[4,29,2,2,1],"span":[208,9,16]},{"path":[4,29,2,2,3],"span":[208,19,20]},{"path":[4,30],"span":[211,0,217,1]},{"path":[4,30,1],"span":[211,8,41]},{"path":[4,30,3,0],"span":[212,2,215,3]},{"path":[4,30,3,0,1],"span":[212,10,16]},{"path":[4,30,3,0,2,0],"span":[213,4,26]},{"path":[4,30,3,0,2,0,5],"span":[213,4,10]},{"path":[4,30,3,0,2,0,1],"span":[213,11,21]},{"path":[4,30,3,0,2,0,3],"span":[213,24,25]},{"path":[4,30,3,0,2,1],"span":[214,4,20]},{"path":[4,30,3,0,2,1,5],"span":[214,4,8]},{"path":[4,30,3,0,2,1,1],"span":[214,9,15]},{"path":[4,30,3,0,2,1,3],"span":[214,18,19]},{"path":[4,30,2,0],"span":[216,2,29]},{"path":[4,30,2,0,4],"span":[216,2,10]},{"path":[4,30,2,0,6],"span":[216,11,17]},{"path":[4,30,2,0,1],"span":[216,18,24]},{"path":[4,30,2,0,3],"span":[216,27,28]},{"path":[4,31],"span":[219,0,222,1]},{"path":[4,31,1],"span":[219,8,46]},{"path":[4,31,2,0],"span":[220,2,21]},{"path":[4,31,2,0,5],"span":[220,2,8]},{"path":[4,31,2,0,1],"span":[220,9,16]},{"path":[4,31,2,0,3],"span":[220,19,20]},{"path":[4,31,2,1],"span":[221,2,23]},{"path":[4,31,2,1,5],"span":[221,2,8]},{"path":[4,31,2,1,1],"span":[221,9,18]},{"path":[4,31,2,1,3],"span":[221,21,22]},{"path":[4,32],"span":[224,0,226,1]},{"path":[4,32,1],"span":[224,8,47]},{"path":[4,32,2,0],"span":[225,2,31]},{"path":[4,32,2,0,4],"span":[225,2,10]},{"path":[4,32,2,0,6],"span":[225,11,18]},{"path":[4,32,2,0,1],"span":[225,19,26]},{"path":[4,32,2,0,3],"span":[225,29,30]},{"path":[4,33],"span":[228,0,231,1]},{"path":[4,33,1],"span":[228,8,33]},{"path":[4,33,2,0],"span":[229,2,21]},{"path":[4,33,2,0,5],"span":[229,2,8]},{"path":[4,33,2,0,1],"span":[229,9,16]},{"path":[4,33,2,0,3],"span":[229,19,20]},{"path":[4,33,2,1],"span":[230,2,24]},{"path":[4,33,2,1,5],"span":[230,2,8]},{"path":[4,33,2,1,1],"span":[230,9,19]},{"path":[4,33,2,1,3],"span":[230,22,23]},{"path":[4,34],"span":[233,0,251,1]},{"path":[4,34,1],"span":[233,8,34]},{"path":[4,34,3,0],"span":[234,2,237,3]},{"path":[4,34,3,0,1],"span":[234,10,29]},{"path":[4,34,3,0,2,0],"span":[235,4,19]},{"path":[4,34,3,0,2,0,5],"span":[235,4,10]},{"path":[4,34,3,0,2,0,1],"span":[235,11,14]},{"path":[4,34,3,0,2,0,3],"span":[235,17,18]},{"path":[4,34,3,0,2,1],"span":[236,4,34]},{"path":[4,34,3,0,2,1,5],"span":[236,4,9]},{"path":[4,34,3,0,2,1,1],"span":[236,10,29]},{"path":[4,34,3,0,2,1,3],"span":[236,32,33]},{"path":[4,34,3,1],"span":[239,2,241,3]},{"path":[4,34,3,1,1],"span":[239,10,15]},{"path":[4,34,3,1,2,0],"span":[240,4,18]},{"path":[4,34,3,1,2,0,5],"span":[240,4,10]},{"path":[4,34,3,1,2,0,1],"span":[240,11,13]},{"path":[4,34,3,1,2,0,3],"span":[240,16,17]},{"path":[4,34,3,2],"span":[243,2,248,3]},{"path":[4,34,3,2,1],"span":[243,10,14]},{"path":[4,34,3,2,2,0],"span":[244,4,18]},{"path":[4,34,3,2,2,0,5],"span":[244,4,10]},{"path":[4,34,3,2,2,0,1],"span":[244,11,13]},{"path":[4,34,3,2,2,0,3],"span":[244,16,17]},{"path":[4,34,3,2,2,1],"span":[245,4,45]},{"path":[4,34,3,2,2,1,4],"span":[245,4,12]},{"path":[4,34,3,2,2,1,6],"span":[245,13,32]},{"path":[4,34,3,2,2,1,1],"span":[245,33,40]},{"path":[4,34,3,2,2,1,3],"span":[245,43,44]},{"path":[4,34,3,2,2,2],"span":[246,4,39]},{"path":[4,34,3,2,2,2,4],"span":[246,4,12]},{"path":[4,34,3,2,2,2,6],"span":[246,13,20]},{"path":[4,34,3,2,2,2,1],"span":[246,21,34]},{"path":[4,34,3,2,2,2,3],"span":[246,37,38]},{"path":[4,34,3,2,2,3],"span":[247,4,30]},{"path":[4,34,3,2,2,3,4],"span":[247,4,12]},{"path":[4,34,3,2,2,3,6],"span":[247,13,18]},{"path":[4,34,3,2,2,3,1],"span":[247,19,25]},{"path":[4,34,3,2,2,3,3],"span":[247,28,29]},{"path":[4,34,2,0],"span":[250,2,26]},{"path":[4,34,2,0,4],"span":[250,2,10]},{"path":[4,34,2,0,6],"span":[250,11,15]},{"path":[4,34,2,0,1],"span":[250,16,21]},{"path":[4,34,2,0,3],"span":[250,24,25]},{"path":[4,35],"span":[253,0,255,1]},{"path":[4,35,1],"span":[253,8,53]},{"path":[4,35,2,0],"span":[254,2,35]},{"path":[4,35,2,0,5],"span":[254,2,8]},{"path":[4,35,2,0,1],"span":[254,9,30]},{"path":[4,35,2,0,3],"span":[254,33,34]},{"path":[4,36],"span":[257,0,260,1]},{"path":[4,36,1],"span":[257,8,54]},{"path":[4,36,2,0],"span":[258,2,21]},{"path":[4,36,2,0,5],"span":[258,2,8]},{"path":[4,36,2,0,1],"span":[258,9,16]},{"path":[4,36,2,0,3],"span":[258,19,20]},{"path":[4,36,2,1],"span":[259,2,28]},{"path":[4,36,2,1,5],"span":[259,2,8]},{"path":[4,36,2,1,1],"span":[259,9,23]},{"path":[4,36,2,1,3],"span":[259,26,27]},{"path":[6,0],"span":[262,0,294,1]},{"path":[6,0,1],"span":[262,8,19]},{"path":[6,0,2,0],"span":[263,2,121]},{"path":[6,0,2,0,1],"span":[263,6,34]},{"path":[6,0,2,0,2],"span":[263,35,70]},{"path":[6,0,2,0,3],"span":[263,81,117]},{"path":[6,0,2,1],"span":[265,2,100]},{"path":[6,0,2,1,1],"span":[265,6,27]},{"path":[6,0,2,1,2],"span":[265,28,56]},{"path":[6,0,2,1,3],"span":[265,67,96]},{"path":[6,0,2,2],"span":[267,2,106]},{"path":[6,0,2,2,1],"span":[267,6,29]},{"path":[6,0,2,2,2],"span":[267,30,60]},{"path":[6,0,2,2,3],"span":[267,71,102]},{"path":[6,0,2,3],"span":[269,2,115]},{"path":[6,0,2,3,1],"span":[269,6,32]},{"path":[6,0,2,3,2],"span":[269,33,66]},{"path":[6,0,2,3,3],"span":[269,77,111]},{"path":[6,0,2,4],"span":[271,2,76]},{"path":[6,0,2,4,1],"span":[271,6,19]},{"path":[6,0,2,4,2],"span":[271,20,40]},{"path":[6,0,2,4,3],"span":[271,51,72]},{"path":[6,0,2,5],"span":[273,2,76]},{"path":[6,0,2,5,1],"span":[273,6,19]},{"path":[6,0,2,5,2],"span":[273,20,40]},{"path":[6,0,2,5,3],"span":[273,51,72]},{"path":[6,0,2,6],"span":[275,2,88]},{"path":[6,0,2,6,1],"span":[275,6,23]},{"path":[6,0,2,6,2],"span":[275,24,48]},{"path":[6,0,2,6,3],"span":[275,59,84]},{"path":[6,0,2,7],"span":[277,2,97]},{"path":[6,0,2,7,1],"span":[277,6,28]},{"path":[6,0,2,7,2],"span":[277,29,58]},{"path":[6,0,2,7,3],"span":[277,69,93]},{"path":[6,0,2,8],"span":[279,2,97]},{"path":[6,0,2,8,1],"span":[279,6,26]},{"path":[6,0,2,8,2],"span":[279,27,54]},{"path":[6,0,2,8,3],"span":[279,65,93]},{"path":[6,0,2,9],"span":[281,2,106]},{"path":[6,0,2,9,1],"span":[281,6,29]},{"path":[6,0,2,9,2],"span":[281,30,60]},{"path":[6,0,2,9,3],"span":[281,71,102]},{"path":[6,0,2,10],"span":[283,2,106]},{"path":[6,0,2,10,1],"span":[283,6,29]},{"path":[6,0,2,10,2],"span":[283,30,60]},{"path":[6,0,2,10,3],"span":[283,71,102]},{"path":[6,0,2,11],"span":[285,2,106]},{"path":[6,0,2,11,1],"span":[285,6,29]},{"path":[6,0,2,11,2],"span":[285,30,60]},{"path":[6,0,2,11,3],"span":[285,71,102]},{"path":[6,0,2,12],"span":[287,2,112]},{"path":[6,0,2,12,1],"span":[287,6,31]},{"path":[6,0,2,12,2],"span":[287,32,64]},{"path":[6,0,2,12,3],"span":[287,75,108]},{"path":[6,0,2,13],"span":[289,2,130]},{"path":[6,0,2,13,1],"span":[289,6,37]},{"path":[6,0,2,13,2],"span":[289,38,76]},{"path":[6,0,2,13,3],"span":[289,87,126]},{"path":[6,0,2,14],"span":[291,2,91]},{"path":[6,0,2,14,1],"span":[291,6,24]},{"path":[6,0,2,14,2],"span":[291,25,50]},{"path":[6,0,2,14,3],"span":[291,61,87]},{"path":[6,0,2,15],"span":[293,2,151]},{"path":[6,0,2,15,1],"span":[293,6,44]},{"path":[6,0,2,15,2],"span":[293,45,90]},{"path":[6,0,2,15,3],"span":[293,101,147]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.3.2",
3
+ "version": "0.3.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": "4aac6fc9487421f4e40461685d4461e344d6c69e"
15
+ "gitHead": "8e9b0bc75869ac226314ab19ed6a44b6c7564c65"
16
16
  }
@@ -64,7 +64,7 @@ message ListProfilesByAccountIdResponse {
64
64
 
65
65
  message ListAuthorizedLinkProfilesRequest {
66
66
  string account_id = 1;
67
- bool include_blocks = 2;
67
+ bool include_blocks = 2 [deprecated = true];
68
68
  }
69
69
 
70
70
  message ListAuthorizedLinkProfilesResponse {