@lansweeper/multitenant-api-grpc 0.4.35 → 0.4.37

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.
@@ -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":"created_by","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"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":"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":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"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"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"installType"}],"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":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"NullableInstallType","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"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":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.NullableInstallType","jsonName":"installType"}]}]},{"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":"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"},{"name":"client_id","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}],"reservedRange":[{"start":2,"end":3}]},{"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":"CreateAndLinkInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"},{"name":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"client_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"external_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}]},{"name":"CreateAndLinkInstallResponse","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":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"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":"LinkTrialInstallByClientIdRequest","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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","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":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"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"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","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":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"created_by","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdBy"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"updated_by","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"AllProfileExistsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}],"options":{"deprecated":true}},{"name":"AllProfileExistsResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"}],"options":{"deprecated":true}},{"name":"AllProfilesExistRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}]},{"name":"AllProfilesExistResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"},{"name":"profiles","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profiles"},{"name":"createdBy","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"name":"SendInviteLocalUsersMailRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"SendInviteLocalUsersMailResponse","field":[{"name":"sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"sent"}]},{"name":"GetSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetSiteSubscriptionResponse","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"}]},{"name":"CreateLinkingCodeRequest","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":"CreateLinkingCodeResponse","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"}]},{"name":"GetSiteIdsWithIntegrationData","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"CheckStandardizedSoftwareEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckStandardizedSoftwareEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]}],"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}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1},{"name":"IT_AGENT","number":2},{"name":"CLOUD","number":3}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"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":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","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":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","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":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}},{"name":"AllProfilesExist","inputType":".lansweeper.multitenant.v1.AllProfilesExistRequest","outputType":".lansweeper.multitenant.v1.AllProfilesExistResponse","options":{}},{"name":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"GetSiteSubscription","inputType":".lansweeper.multitenant.v1.GetSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.GetSiteSubscriptionResponse","options":{}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}},{"name":"CheckStandardizedSoftwareEnabled","inputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest","outputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,555,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,39,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,3,2,5],"span":[38,2,32]},{"path":[4,3,2,5,6],"span":[38,2,16]},{"path":[4,3,2,5,1],"span":[38,17,27]},{"path":[4,3,2,5,3],"span":[38,30,31]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,28]},{"path":[4,4,2,0],"span":[43,2,16]},{"path":[4,4,2,0,5],"span":[43,2,8]},{"path":[4,4,2,0,1],"span":[43,9,11]},{"path":[4,4,2,0,3],"span":[43,14,15]},{"path":[4,4,2,1],"span":[44,2,20]},{"path":[4,4,2,1,6],"span":[44,2,10]},{"path":[4,4,2,1,1],"span":[44,11,15]},{"path":[4,4,2,1,3],"span":[44,18,19]},{"path":[4,5],"span":[47,0,49,1]},{"path":[4,5,1],"span":[47,8,29]},{"path":[4,5,2,0],"span":[48,2,19]},{"path":[4,5,2,0,5],"span":[48,2,6]},{"path":[4,5,2,0,1],"span":[48,7,14]},{"path":[4,5,2,0,3],"span":[48,17,18]},{"path":[4,6],"span":[51,0,56,1]},{"path":[4,6,1],"span":[51,8,15]},{"path":[4,6,2,0],"span":[52,2,16]},{"path":[4,6,2,0,5],"span":[52,2,8]},{"path":[4,6,2,0,1],"span":[52,9,11]},{"path":[4,6,2,0,3],"span":[52,14,15]},{"path":[4,6,2,1],"span":[53,2,21]},{"path":[4,6,2,1,5],"span":[53,2,8]},{"path":[4,6,2,1,1],"span":[53,9,16]},{"path":[4,6,2,1,3],"span":[53,19,20]},{"path":[4,6,2,2],"span":[54,2,23]},{"path":[4,6,2,2,6],"span":[54,2,13]},{"path":[4,6,2,2,1],"span":[54,14,18]},{"path":[4,6,2,2,3],"span":[54,21,22]},{"path":[4,6,2,3],"span":[55,2,20]},{"path":[4,6,2,3,5],"span":[55,2,6]},{"path":[4,6,2,3,1],"span":[55,7,15]},{"path":[4,6,2,3,3],"span":[55,18,19]},{"path":[4,7],"span":[58,0,61,1]},{"path":[4,7,1],"span":[58,8,38]},{"path":[4,7,2,0],"span":[59,2,24]},{"path":[4,7,2,0,5],"span":[59,2,8]},{"path":[4,7,2,0,1],"span":[59,9,19]},{"path":[4,7,2,0,3],"span":[59,22,23]},{"path":[4,7,2,1],"span":[60,2,26]},{"path":[4,7,2,1,5],"span":[60,2,6]},{"path":[4,7,2,1,1],"span":[60,7,21]},{"path":[4,7,2,1,3],"span":[60,24,25]},{"path":[4,8],"span":[63,0,65,1]},{"path":[4,8,1],"span":[63,8,39]},{"path":[4,8,2,0],"span":[64,2,31]},{"path":[4,8,2,0,4],"span":[64,2,10]},{"path":[4,8,2,0,6],"span":[64,11,18]},{"path":[4,8,2,0,1],"span":[64,19,26]},{"path":[4,8,2,0,3],"span":[64,29,30]},{"path":[4,9],"span":[67,0,70,1]},{"path":[4,9,1],"span":[67,8,41]},{"path":[4,9,2,0],"span":[68,2,24]},{"path":[4,9,2,0,5],"span":[68,2,8]},{"path":[4,9,2,0,1],"span":[68,9,19]},{"path":[4,9,2,0,3],"span":[68,22,23]},{"path":[4,9,2,1],"span":[69,2,46]},{"path":[4,9,2,1,5],"span":[69,2,6]},{"path":[4,9,2,1,1],"span":[69,7,21]},{"path":[4,9,2,1,3],"span":[69,24,25]},{"path":[4,9,2,1,8],"span":[69,26,45]},{"path":[4,9,2,1,8,3],"span":[69,27,44]},{"path":[4,10],"span":[72,0,74,1]},{"path":[4,10,1],"span":[72,8,42]},{"path":[4,10,2,0],"span":[73,2,31]},{"path":[4,10,2,0,4],"span":[73,2,10]},{"path":[4,10,2,0,6],"span":[73,11,18]},{"path":[4,10,2,0,1],"span":[73,19,26]},{"path":[4,10,2,0,3],"span":[73,29,30]},{"path":[4,11],"span":[76,0,85,1]},{"path":[4,11,1],"span":[76,8,43]},{"path":[4,11,2,0],"span":[77,2,24]},{"path":[4,11,2,0,5],"span":[77,2,8]},{"path":[4,11,2,0,1],"span":[77,9,19]},{"path":[4,11,2,0,3],"span":[77,22,23]},{"path":[4,11,2,1],"span":[78,2,21]},{"path":[4,11,2,1,5],"span":[78,2,8]},{"path":[4,11,2,1,1],"span":[78,9,16]},{"path":[4,11,2,1,3],"span":[78,19,20]},{"path":[4,11,2,2],"span":[79,2,22]},{"path":[4,11,2,2,5],"span":[79,2,6]},{"path":[4,11,2,2,1],"span":[79,7,17]},{"path":[4,11,2,2,3],"span":[79,20,21]},{"path":[4,11,3,0],"span":[80,2,83,3]},{"path":[4,11,3,0,1],"span":[80,10,18]},{"path":[4,11,3,0,2,0],"span":[81,4,21]},{"path":[4,11,3,0,2,0,5],"span":[81,4,8]},{"path":[4,11,3,0,2,0,1],"span":[81,9,16]},{"path":[4,11,3,0,2,0,3],"span":[81,19,20]},{"path":[4,11,3,0,2,1],"span":[82,4,26]},{"path":[4,11,3,0,2,1,5],"span":[82,4,8]},{"path":[4,11,3,0,2,1,1],"span":[82,9,21]},{"path":[4,11,3,0,2,1,3],"span":[82,24,25]},{"path":[4,11,2,3],"span":[84,2,25]},{"path":[4,11,2,3,6],"span":[84,2,10]},{"path":[4,11,2,3,1],"span":[84,11,20]},{"path":[4,11,2,3,3],"span":[84,23,24]},{"path":[4,12],"span":[87,0,89,1]},{"path":[4,12,1],"span":[87,8,44]},{"path":[4,12,2,0],"span":[88,2,18]},{"path":[4,12,2,0,5],"span":[88,2,6]},{"path":[4,12,2,0,1],"span":[88,7,13]},{"path":[4,12,2,0,3],"span":[88,16,17]},{"path":[5,1],"span":[91,0,95,1]},{"path":[5,1,1],"span":[91,5,22]},{"path":[5,1,2,0],"span":[92,2,39]},{"path":[5,1,2,0,1],"span":[92,2,34]},{"path":[5,1,2,0,2],"span":[92,37,38]},{"path":[5,1,2,1],"span":[93,2,31]},{"path":[5,1,2,1,1],"span":[93,2,26]},{"path":[5,1,2,1,2],"span":[93,29,30]},{"path":[5,1,2,2],"span":[94,2,33]},{"path":[5,1,2,2,1],"span":[94,2,28]},{"path":[5,1,2,2,2],"span":[94,31,32]},{"path":[4,13],"span":[97,0,115,1]},{"path":[4,13,1],"span":[97,8,15]},{"path":[4,13,2,0],"span":[98,2,16]},{"path":[4,13,2,0,5],"span":[98,2,8]},{"path":[4,13,2,0,1],"span":[98,9,11]},{"path":[4,13,2,0,3],"span":[98,14,15]},{"path":[4,13,2,1],"span":[99,2,21]},{"path":[4,13,2,1,5],"span":[99,2,8]},{"path":[4,13,2,1,1],"span":[99,9,16]},{"path":[4,13,2,1,3],"span":[99,19,20]},{"path":[4,13,2,2],"span":[100,2,26]},{"path":[4,13,2,2,5],"span":[100,2,8]},{"path":[4,13,2,2,1],"span":[100,9,21]},{"path":[4,13,2,2,3],"span":[100,24,25]},{"path":[4,13,2,3],"span":[101,2,25]},{"path":[4,13,2,3,5],"span":[101,2,8]},{"path":[4,13,2,3,1],"span":[101,9,20]},{"path":[4,13,2,3,3],"span":[101,23,24]},{"path":[4,13,2,4],"span":[102,2,20]},{"path":[4,13,2,4,5],"span":[102,2,8]},{"path":[4,13,2,4,1],"span":[102,9,15]},{"path":[4,13,2,4,3],"span":[102,18,19]},{"path":[4,13,2,5],"span":[103,2,18]},{"path":[4,13,2,5,5],"span":[103,2,8]},{"path":[4,13,2,5,1],"span":[103,9,13]},{"path":[4,13,2,5,3],"span":[103,16,17]},{"path":[4,13,2,6],"span":[104,2,27]},{"path":[4,13,2,6,5],"span":[104,2,8]},{"path":[4,13,2,6,1],"span":[104,9,22]},{"path":[4,13,2,6,3],"span":[104,25,26]},{"path":[4,13,2,7],"span":[105,2,23]},{"path":[4,13,2,7,5],"span":[105,2,8]},{"path":[4,13,2,7,1],"span":[105,9,18]},{"path":[4,13,2,7,3],"span":[105,21,22]},{"path":[4,13,3,0],"span":[107,2,109,3]},{"path":[4,13,3,0,1],"span":[107,10,22]},{"path":[4,13,3,0,2,0],"span":[108,4,32]},{"path":[4,13,3,0,2,0,6],"span":[108,4,21]},{"path":[4,13,3,0,2,0,1],"span":[108,22,27]},{"path":[4,13,3,0,2,0,3],"span":[108,30,31]},{"path":[4,13,2,8],"span":[110,2,25]},{"path":[4,13,2,8,6],"span":[110,2,14]},{"path":[4,13,2,8,1],"span":[110,15,20]},{"path":[4,13,2,8,3],"span":[110,23,24]},{"path":[4,13,2,9],"span":[111,2,25]},{"path":[4,13,2,9,5],"span":[111,2,8]},{"path":[4,13,2,9,1],"span":[111,9,19]},{"path":[4,13,2,9,3],"span":[111,22,24]},{"path":[4,13,2,10],"span":[112,2,22]},{"path":[4,13,2,10,5],"span":[112,2,8]},{"path":[4,13,2,10,1],"span":[112,9,16]},{"path":[4,13,2,10,3],"span":[112,19,21]},{"path":[4,13,2,11],"span":[113,2,39]},{"path":[4,13,2,11,5],"span":[113,2,8]},{"path":[4,13,2,11,1],"span":[113,9,13]},{"path":[4,13,2,11,3],"span":[113,16,18]},{"path":[4,13,2,11,8],"span":[113,19,38]},{"path":[4,13,2,11,8,3],"span":[113,20,37]},{"path":[4,13,2,12],"span":[114,2,32]},{"path":[4,13,2,12,6],"span":[114,2,13]},{"path":[4,13,2,12,1],"span":[114,14,26]},{"path":[4,13,2,12,3],"span":[114,29,31]},{"path":[4,14],"span":[117,0,120,1]},{"path":[4,14,1],"span":[117,8,26]},{"path":[4,14,2,0],"span":[118,2,23]},{"path":[4,14,2,0,5],"span":[118,2,8]},{"path":[4,14,2,0,1],"span":[118,9,18]},{"path":[4,14,2,0,3],"span":[118,21,22]},{"path":[4,14,2,1],"span":[119,2,27]},{"path":[4,14,2,1,5],"span":[119,2,8]},{"path":[4,14,2,1,1],"span":[119,9,22]},{"path":[4,14,2,1,3],"span":[119,25,26]},{"path":[4,15],"span":[122,0,124,1]},{"path":[4,15,1],"span":[122,8,37]},{"path":[4,15,2,0],"span":[123,2,21]},{"path":[4,15,2,0,5],"span":[123,2,8]},{"path":[4,15,2,0,1],"span":[123,9,16]},{"path":[4,15,2,0,3],"span":[123,19,20]},{"path":[4,16],"span":[126,0,128,1]},{"path":[4,16,1],"span":[126,8,32]},{"path":[4,16,2,0],"span":[127,2,18]},{"path":[4,16,2,0,5],"span":[127,2,7]},{"path":[4,16,2,0,1],"span":[127,8,13]},{"path":[4,16,2,0,3],"span":[127,16,17]},{"path":[4,17],"span":[130,0,132,1]},{"path":[4,17,1],"span":[130,8,30]},{"path":[4,17,2,0],"span":[131,2,34]},{"path":[4,17,2,0,4],"span":[131,2,10]},{"path":[4,17,2,0,5],"span":[131,11,17]},{"path":[4,17,2,0,1],"span":[131,18,29]},{"path":[4,17,2,0,3],"span":[131,32,33]},{"path":[4,18],"span":[134,0,136,1]},{"path":[4,18,1],"span":[134,8,31]},{"path":[4,18,2,0],"span":[135,2,31]},{"path":[4,18,2,0,4],"span":[135,2,10]},{"path":[4,18,2,0,6],"span":[135,11,18]},{"path":[4,18,2,0,1],"span":[135,19,26]},{"path":[4,18,2,0,3],"span":[135,29,30]},{"path":[4,19],"span":[138,0,142,1]},{"path":[4,19,1],"span":[138,8,27]},{"path":[4,19,8,0],"span":[139,2,141,3]},{"path":[4,19,8,0,1],"span":[139,8,12]},{"path":[4,19,2,0],"span":[140,4,25]},{"path":[4,19,2,0,6],"span":[140,4,15]},{"path":[4,19,2,0,1],"span":[140,16,20]},{"path":[4,19,2,0,3],"span":[140,23,24]},{"path":[4,20],"span":[144,0,152,1]},{"path":[4,20,1],"span":[144,8,32]},{"path":[4,20,2,0],"span":[145,2,21]},{"path":[4,20,2,0,5],"span":[145,2,8]},{"path":[4,20,2,0,1],"span":[145,9,16]},{"path":[4,20,2,0,3],"span":[145,19,20]},{"path":[4,20,3,0],"span":[146,2,150,3]},{"path":[4,20,3,0,1],"span":[146,10,16]},{"path":[4,20,3,0,2,0],"span":[147,4,32]},{"path":[4,20,3,0,2,0,6],"span":[147,4,21]},{"path":[4,20,3,0,2,0,1],"span":[147,22,27]},{"path":[4,20,3,0,2,0,3],"span":[147,30,31]},{"path":[4,20,3,0,2,1],"span":[148,4,43]},{"path":[4,20,3,0,2,1,6],"span":[148,4,15]},{"path":[4,20,3,0,2,1,1],"span":[148,16,20]},{"path":[4,20,3,0,2,1,3],"span":[148,21,22]},{"path":[4,20,3,0,2,1,8],"span":[148,23,42]},{"path":[4,20,3,0,2,1,8,3],"span":[148,24,41]},{"path":[4,20,3,0,2,2],"span":[149,4,39]},{"path":[4,20,3,0,2,2,6],"span":[149,4,23]},{"path":[4,20,3,0,2,2,1],"span":[149,24,36]},{"path":[4,20,3,0,2,2,3],"span":[149,37,38]},{"path":[4,20,2,1],"span":[151,2,20]},{"path":[4,20,2,1,6],"span":[151,2,8]},{"path":[4,20,2,1,1],"span":[151,9,15]},{"path":[4,20,2,1,3],"span":[151,18,19]},{"path":[4,21],"span":[154,0,156,1]},{"path":[4,21,1],"span":[154,8,33]},{"path":[4,21,2,0],"span":[155,2,31]},{"path":[4,21,2,0,4],"span":[155,2,10]},{"path":[4,21,2,0,6],"span":[155,11,18]},{"path":[4,21,2,0,1],"span":[155,19,26]},{"path":[4,21,2,0,3],"span":[155,29,30]},{"path":[4,22],"span":[158,0,160,1]},{"path":[4,22,1],"span":[158,8,35]},{"path":[4,22,2,0],"span":[159,2,23]},{"path":[4,22,2,0,5],"span":[159,2,8]},{"path":[4,22,2,0,1],"span":[159,9,18]},{"path":[4,22,2,0,3],"span":[159,21,22]},{"path":[4,23],"span":[162,0,164,1]},{"path":[4,23,1],"span":[162,8,36]},{"path":[4,23,2,0],"span":[163,2,22]},{"path":[4,23,2,0,6],"span":[163,2,9]},{"path":[4,23,2,0,1],"span":[163,10,17]},{"path":[4,23,2,0,3],"span":[163,20,21]},{"path":[4,24],"span":[166,0,180,1]},{"path":[4,24,1],"span":[166,8,28]},{"path":[4,24,9],"span":[167,2,13]},{"path":[4,24,9,0],"span":[167,11,12]},{"path":[4,24,9,0,1],"span":[167,11,12]},{"path":[4,24,2,0],"span":[168,2,21]},{"path":[4,24,2,0,5],"span":[168,2,8]},{"path":[4,24,2,0,1],"span":[168,9,16]},{"path":[4,24,2,0,3],"span":[168,19,20]},{"path":[4,24,2,1],"span":[169,2,26]},{"path":[4,24,2,1,5],"span":[169,2,8]},{"path":[4,24,2,1,1],"span":[169,9,21]},{"path":[4,24,2,1,3],"span":[169,24,25]},{"path":[4,24,2,2],"span":[170,2,25]},{"path":[4,24,2,2,5],"span":[170,2,8]},{"path":[4,24,2,2,1],"span":[170,9,20]},{"path":[4,24,2,2,3],"span":[170,23,24]},{"path":[4,24,2,3],"span":[171,2,20]},{"path":[4,24,2,3,5],"span":[171,2,8]},{"path":[4,24,2,3,1],"span":[171,9,15]},{"path":[4,24,2,3,3],"span":[171,18,19]},{"path":[4,24,2,4],"span":[172,2,18]},{"path":[4,24,2,4,5],"span":[172,2,8]},{"path":[4,24,2,4,1],"span":[172,9,13]},{"path":[4,24,2,4,3],"span":[172,16,17]},{"path":[4,24,2,5],"span":[173,2,27]},{"path":[4,24,2,5,5],"span":[173,2,8]},{"path":[4,24,2,5,1],"span":[173,9,22]},{"path":[4,24,2,5,3],"span":[173,25,26]},{"path":[4,24,2,6],"span":[175,2,28]},{"path":[4,24,2,6,5],"span":[175,2,6]},{"path":[4,24,2,6,1],"span":[175,7,23]},{"path":[4,24,2,6,3],"span":[175,26,27]},{"path":[4,24,2,7],"span":[176,2,23]},{"path":[4,24,2,7,5],"span":[176,2,8]},{"path":[4,24,2,7,1],"span":[176,9,18]},{"path":[4,24,2,7,3],"span":[176,21,22]},{"path":[4,24,2,8],"span":[177,2,24]},{"path":[4,24,2,8,6],"span":[177,2,13]},{"path":[4,24,2,8,1],"span":[177,14,18]},{"path":[4,24,2,8,3],"span":[177,21,23]},{"path":[4,24,2,9],"span":[178,2,24]},{"path":[4,24,2,9,5],"span":[178,2,8]},{"path":[4,24,2,9,1],"span":[178,9,18]},{"path":[4,24,2,9,3],"span":[178,21,23]},{"path":[5,2],"span":[182,0,187,1]},{"path":[5,2,1],"span":[182,5,16]},{"path":[5,2,2,0],"span":[183,2,7]},{"path":[5,2,2,0,1],"span":[183,2,4]},{"path":[5,2,2,0,2],"span":[183,5,6]},{"path":[5,2,2,1],"span":[184,2,7]},{"path":[5,2,2,1,1],"span":[184,2,4]},{"path":[5,2,2,1,2],"span":[184,5,6]},{"path":[5,2,2,2],"span":[185,2,13]},{"path":[5,2,2,2,1],"span":[185,2,10]},{"path":[5,2,2,2,2],"span":[185,11,12]},{"path":[5,2,2,3],"span":[186,2,10]},{"path":[5,2,2,3,1],"span":[186,2,7]},{"path":[5,2,2,3,2],"span":[186,8,9]},{"path":[4,25],"span":[189,0,192,1]},{"path":[4,25,1],"span":[189,8,29]},{"path":[4,25,2,0],"span":[190,2,22]},{"path":[4,25,2,0,6],"span":[190,2,9]},{"path":[4,25,2,0,1],"span":[190,10,17]},{"path":[4,25,2,0,3],"span":[190,20,21]},{"path":[4,25,2,1],"span":[191,2,37]},{"path":[4,25,2,1,6],"span":[191,2,20]},{"path":[4,25,2,1,1],"span":[191,21,32]},{"path":[4,25,2,1,3],"span":[191,35,36]},{"path":[4,26],"span":[194,0,203,1]},{"path":[4,26,1],"span":[194,8,35]},{"path":[4,26,2,0],"span":[195,2,21]},{"path":[4,26,2,0,5],"span":[195,2,8]},{"path":[4,26,2,0,1],"span":[195,9,16]},{"path":[4,26,2,0,3],"span":[195,19,20]},{"path":[4,26,2,1],"span":[196,2,26]},{"path":[4,26,2,1,5],"span":[196,2,8]},{"path":[4,26,2,1,1],"span":[196,9,21]},{"path":[4,26,2,1,3],"span":[196,24,25]},{"path":[4,26,2,2],"span":[197,2,25]},{"path":[4,26,2,2,5],"span":[197,2,8]},{"path":[4,26,2,2,1],"span":[197,9,20]},{"path":[4,26,2,2,3],"span":[197,23,24]},{"path":[4,26,2,3],"span":[198,2,23]},{"path":[4,26,2,3,5],"span":[198,2,8]},{"path":[4,26,2,3,1],"span":[198,9,18]},{"path":[4,26,2,3,3],"span":[198,21,22]},{"path":[4,26,2,4],"span":[199,2,23]},{"path":[4,26,2,4,6],"span":[199,2,13]},{"path":[4,26,2,4,1],"span":[199,14,18]},{"path":[4,26,2,4,3],"span":[199,21,22]},{"path":[4,26,2,5],"span":[200,2,27]},{"path":[4,26,2,5,5],"span":[200,2,8]},{"path":[4,26,2,5,1],"span":[200,9,22]},{"path":[4,26,2,5,3],"span":[200,25,26]},{"path":[4,26,2,6],"span":[201,2,23]},{"path":[4,26,2,6,5],"span":[201,2,8]},{"path":[4,26,2,6,1],"span":[201,9,18]},{"path":[4,26,2,6,3],"span":[201,21,22]},{"path":[4,26,2,7],"span":[202,2,25]},{"path":[4,26,2,7,5],"span":[202,2,8]},{"path":[4,26,2,7,1],"span":[202,9,20]},{"path":[4,26,2,7,3],"span":[202,23,24]},{"path":[4,27],"span":[205,0,209,1]},{"path":[4,27,1],"span":[205,8,36]},{"path":[4,27,2,0],"span":[206,2,22]},{"path":[4,27,2,0,6],"span":[206,2,9]},{"path":[4,27,2,0,1],"span":[206,10,17]},{"path":[4,27,2,0,3],"span":[206,20,21]},{"path":[4,27,2,1],"span":[207,2,37]},{"path":[4,27,2,1,6],"span":[207,2,20]},{"path":[4,27,2,1,1],"span":[207,21,32]},{"path":[4,27,2,1,3],"span":[207,35,36]},{"path":[4,27,2,2],"span":[208,2,21]},{"path":[4,27,2,2,5],"span":[208,2,8]},{"path":[4,27,2,2,1],"span":[208,9,16]},{"path":[4,27,2,2,3],"span":[208,19,20]},{"path":[4,28],"span":[211,0,226,1]},{"path":[4,28,1],"span":[211,8,38]},{"path":[4,28,2,0],"span":[212,2,23]},{"path":[4,28,2,0,5],"span":[212,2,8]},{"path":[4,28,2,0,1],"span":[212,9,18]},{"path":[4,28,2,0,3],"span":[212,21,22]},{"path":[4,28,2,1],"span":[213,2,26]},{"path":[4,28,2,1,5],"span":[213,2,8]},{"path":[4,28,2,1,1],"span":[213,9,21]},{"path":[4,28,2,1,3],"span":[213,24,25]},{"path":[4,28,2,2],"span":[214,2,25]},{"path":[4,28,2,2,5],"span":[214,2,8]},{"path":[4,28,2,2,1],"span":[214,9,20]},{"path":[4,28,2,2,3],"span":[214,23,24]},{"path":[4,28,2,3],"span":[215,2,20]},{"path":[4,28,2,3,5],"span":[215,2,8]},{"path":[4,28,2,3,1],"span":[215,9,15]},{"path":[4,28,2,3,3],"span":[215,18,19]},{"path":[4,28,2,4],"span":[216,2,18]},{"path":[4,28,2,4,5],"span":[216,2,8]},{"path":[4,28,2,4,1],"span":[216,9,13]},{"path":[4,28,2,4,3],"span":[216,16,17]},{"path":[4,28,3,0],"span":[218,2,223,3]},{"path":[4,28,3,0,1],"span":[218,10,24]},{"path":[4,28,3,0,2,0],"span":[219,4,41]},{"path":[4,28,3,0,2,0,5],"span":[219,4,10]},{"path":[4,28,3,0,2,0,1],"span":[219,11,36]},{"path":[4,28,3,0,2,0,3],"span":[219,39,40]},{"path":[4,28,3,0,2,1],"span":[220,4,47]},{"path":[4,28,3,0,2,1,5],"span":[220,4,10]},{"path":[4,28,3,0,2,1,1],"span":[220,11,42]},{"path":[4,28,3,0,2,1,3],"span":[220,45,46]},{"path":[4,28,3,0,2,2],"span":[221,4,45]},{"path":[4,28,3,0,2,2,5],"span":[221,4,10]},{"path":[4,28,3,0,2,2,1],"span":[221,11,40]},{"path":[4,28,3,0,2,2,3],"span":[221,43,44]},{"path":[4,28,3,0,2,3],"span":[222,4,40]},{"path":[4,28,3,0,2,3,5],"span":[222,4,10]},{"path":[4,28,3,0,2,3,1],"span":[222,11,35]},{"path":[4,28,3,0,2,3,3],"span":[222,38,39]},{"path":[4,28,2,5],"span":[225,2,37]},{"path":[4,28,2,5,6],"span":[225,2,16]},{"path":[4,28,2,5,1],"span":[225,17,32]},{"path":[4,28,2,5,3],"span":[225,35,36]},{"path":[4,29],"span":[228,0,230,1]},{"path":[4,29,1],"span":[228,8,39]},{"path":[4,29,2,0],"span":[229,2,22]},{"path":[4,29,2,0,6],"span":[229,2,9]},{"path":[4,29,2,0,1],"span":[229,10,17]},{"path":[4,29,2,0,3],"span":[229,20,21]},{"path":[4,30],"span":[232,0,235,1]},{"path":[4,30,1],"span":[232,8,38]},{"path":[4,30,2,0],"span":[233,2,23]},{"path":[4,30,2,0,5],"span":[233,2,8]},{"path":[4,30,2,0,1],"span":[233,9,18]},{"path":[4,30,2,0,3],"span":[233,21,22]},{"path":[4,30,2,1],"span":[234,2,22]},{"path":[4,30,2,1,5],"span":[234,2,8]},{"path":[4,30,2,1,1],"span":[234,9,17]},{"path":[4,30,2,1,3],"span":[234,20,21]},{"path":[4,31],"span":[237,0,242,1]},{"path":[4,31,1],"span":[237,8,39]},{"path":[4,31,2,0],"span":[238,2,19]},{"path":[4,31,2,0,5],"span":[238,2,6]},{"path":[4,31,2,0,1],"span":[238,7,14]},{"path":[4,31,2,0,3],"span":[238,17,18]},{"path":[4,31,2,1],"span":[239,2,21]},{"path":[4,31,2,1,5],"span":[239,2,8]},{"path":[4,31,2,1,1],"span":[239,9,16]},{"path":[4,31,2,1,3],"span":[239,19,20]},{"path":[4,31,2,2],"span":[240,2,28]},{"path":[4,31,2,2,5],"span":[240,2,8]},{"path":[4,31,2,2,1],"span":[240,9,23]},{"path":[4,31,2,2,3],"span":[240,26,27]},{"path":[4,31,2,3],"span":[241,2,28]},{"path":[4,31,2,3,5],"span":[241,2,8]},{"path":[4,31,2,3,1],"span":[241,9,23]},{"path":[4,31,2,3,3],"span":[241,26,27]},{"path":[4,32],"span":[244,0,249,1]},{"path":[4,32,1],"span":[244,8,38]},{"path":[4,32,2,0],"span":[245,2,23]},{"path":[4,32,2,0,5],"span":[245,2,8]},{"path":[4,32,2,0,1],"span":[245,9,18]},{"path":[4,32,2,0,3],"span":[245,21,22]},{"path":[4,32,2,1],"span":[246,2,22]},{"path":[4,32,2,1,5],"span":[246,2,8]},{"path":[4,32,2,1,1],"span":[246,9,17]},{"path":[4,32,2,1,3],"span":[246,20,21]},{"path":[4,32,2,2],"span":[247,2,23]},{"path":[4,32,2,2,5],"span":[247,2,6]},{"path":[4,32,2,2,1],"span":[247,7,18]},{"path":[4,32,2,2,3],"span":[247,21,22]},{"path":[4,32,2,3],"span":[248,2,23]},{"path":[4,32,2,3,5],"span":[248,2,6]},{"path":[4,32,2,3,1],"span":[248,7,18]},{"path":[4,32,2,3,3],"span":[248,21,22]},{"path":[4,33],"span":[251,0,253,1]},{"path":[4,33,1],"span":[251,8,39]},{"path":[4,33,2,0],"span":[252,2,19]},{"path":[4,33,2,0,5],"span":[252,2,6]},{"path":[4,33,2,0,1],"span":[252,7,14]},{"path":[4,33,2,0,3],"span":[252,17,18]},{"path":[4,34],"span":[255,0,261,1]},{"path":[4,34,1],"span":[255,8,41]},{"path":[4,34,2,0],"span":[256,2,23]},{"path":[4,34,2,0,5],"span":[256,2,8]},{"path":[4,34,2,0,1],"span":[256,9,18]},{"path":[4,34,2,0,3],"span":[256,21,22]},{"path":[4,34,2,1],"span":[257,2,26]},{"path":[4,34,2,1,5],"span":[257,2,8]},{"path":[4,34,2,1,1],"span":[257,9,21]},{"path":[4,34,2,1,3],"span":[257,24,25]},{"path":[4,34,2,2],"span":[258,2,25]},{"path":[4,34,2,2,5],"span":[258,2,8]},{"path":[4,34,2,2,1],"span":[258,9,20]},{"path":[4,34,2,2,3],"span":[258,23,24]},{"path":[4,34,2,3],"span":[259,2,23]},{"path":[4,34,2,3,5],"span":[259,2,8]},{"path":[4,34,2,3,1],"span":[259,9,18]},{"path":[4,34,2,3,3],"span":[259,21,22]},{"path":[4,34,2,4],"span":[260,2,23]},{"path":[4,34,2,4,6],"span":[260,2,13]},{"path":[4,34,2,4,1],"span":[260,14,18]},{"path":[4,34,2,4,3],"span":[260,21,22]},{"path":[4,35],"span":[263,0,268,1]},{"path":[4,35,1],"span":[263,8,42]},{"path":[4,35,2,0],"span":[264,2,22]},{"path":[4,35,2,0,6],"span":[264,2,9]},{"path":[4,35,2,0,1],"span":[264,10,17]},{"path":[4,35,2,0,3],"span":[264,20,21]},{"path":[4,35,2,1],"span":[265,2,37]},{"path":[4,35,2,1,6],"span":[265,2,20]},{"path":[4,35,2,1,1],"span":[265,21,32]},{"path":[4,35,2,1,3],"span":[265,35,36]},{"path":[4,35,2,2],"span":[266,2,23]},{"path":[4,35,2,2,6],"span":[266,2,13]},{"path":[4,35,2,2,1],"span":[266,14,18]},{"path":[4,35,2,2,3],"span":[266,21,22]},{"path":[4,35,2,3],"span":[267,2,21]},{"path":[4,35,2,3,5],"span":[267,2,8]},{"path":[4,35,2,3,1],"span":[267,9,16]},{"path":[4,35,2,3,3],"span":[267,19,20]},{"path":[4,36],"span":[270,0,274,1]},{"path":[4,36,1],"span":[270,8,40]},{"path":[4,36,2,0],"span":[271,2,21]},{"path":[4,36,2,0,5],"span":[271,2,8]},{"path":[4,36,2,0,1],"span":[271,9,16]},{"path":[4,36,2,0,3],"span":[271,19,20]},{"path":[4,36,2,1],"span":[272,2,34]},{"path":[4,36,2,1,4],"span":[272,2,10]},{"path":[4,36,2,1,5],"span":[272,11,17]},{"path":[4,36,2,1,1],"span":[272,18,29]},{"path":[4,36,2,1,3],"span":[272,32,33]},{"path":[4,36,2,2],"span":[273,2,21]},{"path":[4,36,2,2,5],"span":[273,2,8]},{"path":[4,36,2,2,1],"span":[273,9,16]},{"path":[4,36,2,2,3],"span":[273,19,20]},{"path":[4,37],"span":[276,0,282,1]},{"path":[4,37,1],"span":[276,8,41]},{"path":[4,37,3,0],"span":[277,2,280,3]},{"path":[4,37,3,0,1],"span":[277,10,16]},{"path":[4,37,3,0,2,0],"span":[278,4,26]},{"path":[4,37,3,0,2,0,5],"span":[278,4,10]},{"path":[4,37,3,0,2,0,1],"span":[278,11,21]},{"path":[4,37,3,0,2,0,3],"span":[278,24,25]},{"path":[4,37,3,0,2,1],"span":[279,4,20]},{"path":[4,37,3,0,2,1,5],"span":[279,4,8]},{"path":[4,37,3,0,2,1,1],"span":[279,9,15]},{"path":[4,37,3,0,2,1,3],"span":[279,18,19]},{"path":[4,37,2,0],"span":[281,2,29]},{"path":[4,37,2,0,4],"span":[281,2,10]},{"path":[4,37,2,0,6],"span":[281,11,17]},{"path":[4,37,2,0,1],"span":[281,18,24]},{"path":[4,37,2,0,3],"span":[281,27,28]},{"path":[4,38],"span":[284,0,287,1]},{"path":[4,38,1],"span":[284,8,46]},{"path":[4,38,2,0],"span":[285,2,21]},{"path":[4,38,2,0,5],"span":[285,2,8]},{"path":[4,38,2,0,1],"span":[285,9,16]},{"path":[4,38,2,0,3],"span":[285,19,20]},{"path":[4,38,2,1],"span":[286,2,23]},{"path":[4,38,2,1,5],"span":[286,2,8]},{"path":[4,38,2,1,1],"span":[286,9,18]},{"path":[4,38,2,1,3],"span":[286,21,22]},{"path":[4,39],"span":[289,0,291,1]},{"path":[4,39,1],"span":[289,8,47]},{"path":[4,39,2,0],"span":[290,2,31]},{"path":[4,39,2,0,4],"span":[290,2,10]},{"path":[4,39,2,0,6],"span":[290,11,18]},{"path":[4,39,2,0,1],"span":[290,19,26]},{"path":[4,39,2,0,3],"span":[290,29,30]},{"path":[4,40],"span":[293,0,296,1]},{"path":[4,40,1],"span":[293,8,33]},{"path":[4,40,2,0],"span":[294,2,21]},{"path":[4,40,2,0,5],"span":[294,2,8]},{"path":[4,40,2,0,1],"span":[294,9,16]},{"path":[4,40,2,0,3],"span":[294,19,20]},{"path":[4,40,2,1],"span":[295,2,24]},{"path":[4,40,2,1,5],"span":[295,2,8]},{"path":[4,40,2,1,1],"span":[295,9,19]},{"path":[4,40,2,1,3],"span":[295,22,23]},{"path":[4,41],"span":[298,0,316,1]},{"path":[4,41,1],"span":[298,8,34]},{"path":[4,41,3,0],"span":[299,2,302,3]},{"path":[4,41,3,0,1],"span":[299,10,29]},{"path":[4,41,3,0,2,0],"span":[300,4,19]},{"path":[4,41,3,0,2,0,5],"span":[300,4,10]},{"path":[4,41,3,0,2,0,1],"span":[300,11,14]},{"path":[4,41,3,0,2,0,3],"span":[300,17,18]},{"path":[4,41,3,0,2,1],"span":[301,4,34]},{"path":[4,41,3,0,2,1,5],"span":[301,4,9]},{"path":[4,41,3,0,2,1,1],"span":[301,10,29]},{"path":[4,41,3,0,2,1,3],"span":[301,32,33]},{"path":[4,41,3,1],"span":[304,2,306,3]},{"path":[4,41,3,1,1],"span":[304,10,15]},{"path":[4,41,3,1,2,0],"span":[305,4,18]},{"path":[4,41,3,1,2,0,5],"span":[305,4,10]},{"path":[4,41,3,1,2,0,1],"span":[305,11,13]},{"path":[4,41,3,1,2,0,3],"span":[305,16,17]},{"path":[4,41,3,2],"span":[308,2,313,3]},{"path":[4,41,3,2,1],"span":[308,10,14]},{"path":[4,41,3,2,2,0],"span":[309,4,18]},{"path":[4,41,3,2,2,0,5],"span":[309,4,10]},{"path":[4,41,3,2,2,0,1],"span":[309,11,13]},{"path":[4,41,3,2,2,0,3],"span":[309,16,17]},{"path":[4,41,3,2,2,1],"span":[310,4,45]},{"path":[4,41,3,2,2,1,4],"span":[310,4,12]},{"path":[4,41,3,2,2,1,6],"span":[310,13,32]},{"path":[4,41,3,2,2,1,1],"span":[310,33,40]},{"path":[4,41,3,2,2,1,3],"span":[310,43,44]},{"path":[4,41,3,2,2,2],"span":[311,4,39]},{"path":[4,41,3,2,2,2,4],"span":[311,4,12]},{"path":[4,41,3,2,2,2,6],"span":[311,13,20]},{"path":[4,41,3,2,2,2,1],"span":[311,21,34]},{"path":[4,41,3,2,2,2,3],"span":[311,37,38]},{"path":[4,41,3,2,2,3],"span":[312,4,30]},{"path":[4,41,3,2,2,3,4],"span":[312,4,12]},{"path":[4,41,3,2,2,3,6],"span":[312,13,18]},{"path":[4,41,3,2,2,3,1],"span":[312,19,25]},{"path":[4,41,3,2,2,3,3],"span":[312,28,29]},{"path":[4,41,2,0],"span":[315,2,26]},{"path":[4,41,2,0,4],"span":[315,2,10]},{"path":[4,41,2,0,6],"span":[315,11,15]},{"path":[4,41,2,0,1],"span":[315,16,21]},{"path":[4,41,2,0,3],"span":[315,24,25]},{"path":[4,42],"span":[318,0,320,1]},{"path":[4,42,1],"span":[318,8,53]},{"path":[4,42,2,0],"span":[319,2,35]},{"path":[4,42,2,0,5],"span":[319,2,8]},{"path":[4,42,2,0,1],"span":[319,9,30]},{"path":[4,42,2,0,3],"span":[319,33,34]},{"path":[4,43],"span":[322,0,325,1]},{"path":[4,43,1],"span":[322,8,54]},{"path":[4,43,2,0],"span":[323,2,21]},{"path":[4,43,2,0,5],"span":[323,2,8]},{"path":[4,43,2,0,1],"span":[323,9,16]},{"path":[4,43,2,0,3],"span":[323,19,20]},{"path":[4,43,2,1],"span":[324,2,28]},{"path":[4,43,2,1,5],"span":[324,2,8]},{"path":[4,43,2,1,1],"span":[324,9,23]},{"path":[4,43,2,1,3],"span":[324,26,27]},{"path":[4,44],"span":[327,0,344,1]},{"path":[4,44,1],"span":[327,8,34]},{"path":[4,44,2,0],"span":[328,2,30]},{"path":[4,44,2,0,5],"span":[328,2,8]},{"path":[4,44,2,0,1],"span":[328,9,25]},{"path":[4,44,2,0,3],"span":[328,28,29]},{"path":[4,44,2,1],"span":[329,2,39]},{"path":[4,44,2,1,5],"span":[329,2,8]},{"path":[4,44,2,1,1],"span":[329,9,14]},{"path":[4,44,2,1,3],"span":[329,17,18]},{"path":[4,44,2,1,8],"span":[329,19,38]},{"path":[4,44,2,1,8,3],"span":[329,20,37]},{"path":[4,44,3,0],"span":[331,2,336,3]},{"path":[4,44,3,0,1],"span":[331,10,22]},{"path":[4,44,3,0,2,0],"span":[332,4,20]},{"path":[4,44,3,0,2,0,5],"span":[332,4,10]},{"path":[4,44,3,0,2,0,1],"span":[332,11,15]},{"path":[4,44,3,0,2,0,3],"span":[332,18,19]},{"path":[4,44,3,0,2,1],"span":[333,4,44]},{"path":[4,44,3,0,2,1,5],"span":[333,4,10]},{"path":[4,44,3,0,2,1,1],"span":[333,11,19]},{"path":[4,44,3,0,2,1,3],"span":[333,22,23]},{"path":[4,44,3,0,2,1,8],"span":[333,24,43]},{"path":[4,44,3,0,2,1,8,3],"span":[333,25,42]},{"path":[4,44,3,0,2,2],"span":[334,4,25]},{"path":[4,44,3,0,2,2,5],"span":[334,4,10]},{"path":[4,44,3,0,2,2,1],"span":[334,11,20]},{"path":[4,44,3,0,2,2,3],"span":[334,23,24]},{"path":[4,44,3,0,2,3],"span":[335,4,23]},{"path":[4,44,3,0,2,3,5],"span":[335,4,10]},{"path":[4,44,3,0,2,3,1],"span":[335,11,18]},{"path":[4,44,3,0,2,3,3],"span":[335,21,22]},{"path":[4,44,2,2],"span":[337,2,35]},{"path":[4,44,2,2,4],"span":[337,2,10]},{"path":[4,44,2,2,6],"span":[337,11,23]},{"path":[4,44,2,2,1],"span":[337,24,30]},{"path":[4,44,2,2,3],"span":[337,33,34]},{"path":[4,44,2,3],"span":[339,2,25]},{"path":[4,44,2,3,5],"span":[339,2,8]},{"path":[4,44,2,3,1],"span":[339,9,20]},{"path":[4,44,2,3,3],"span":[339,23,24]},{"path":[4,44,2,4],"span":[340,2,26]},{"path":[4,44,2,4,5],"span":[340,2,8]},{"path":[4,44,2,4,1],"span":[340,9,21]},{"path":[4,44,2,4,3],"span":[340,24,25]},{"path":[4,44,2,5],"span":[341,2,45]},{"path":[4,44,2,5,5],"span":[341,2,8]},{"path":[4,44,2,5,1],"span":[341,9,20]},{"path":[4,44,2,5,3],"span":[341,23,24]},{"path":[4,44,2,5,8],"span":[341,25,44]},{"path":[4,44,2,5,8,3],"span":[341,26,43]},{"path":[4,44,2,6],"span":[342,2,24]},{"path":[4,44,2,6,5],"span":[342,2,8]},{"path":[4,44,2,6,1],"span":[342,9,19]},{"path":[4,44,2,6,3],"span":[342,22,23]},{"path":[4,44,2,7],"span":[343,2,28]},{"path":[4,44,2,7,5],"span":[343,2,8]},{"path":[4,44,2,7,1],"span":[343,9,23]},{"path":[4,44,2,7,3],"span":[343,26,27]},{"path":[4,45],"span":[346,0,348,1]},{"path":[4,45,1],"span":[346,8,35]},{"path":[4,45,2,0],"span":[347,2,21]},{"path":[4,45,2,0,5],"span":[347,2,6]},{"path":[4,45,2,0,1],"span":[347,7,16]},{"path":[4,45,2,0,3],"span":[347,19,20]},{"path":[4,46],"span":[350,0,352,1]},{"path":[4,46,1],"span":[350,8,12]},{"path":[4,46,2,0],"span":[351,2,16]},{"path":[4,46,2,0,5],"span":[351,2,8]},{"path":[4,46,2,0,1],"span":[351,9,11]},{"path":[4,46,2,0,3],"span":[351,14,15]},{"path":[4,47],"span":[354,0,357,1]},{"path":[4,47,1],"span":[354,8,30]},{"path":[4,47,2,0],"span":[355,2,28]},{"path":[4,47,2,0,5],"span":[355,2,8]},{"path":[4,47,2,0,1],"span":[355,9,23]},{"path":[4,47,2,0,3],"span":[355,26,27]},{"path":[4,47,2,1],"span":[356,2,22]},{"path":[4,47,2,1,5],"span":[356,2,8]},{"path":[4,47,2,1,1],"span":[356,9,17]},{"path":[4,47,2,1,3],"span":[356,20,21]},{"path":[4,48],"span":[359,0,361,1]},{"path":[4,48,1],"span":[359,8,31]},{"path":[4,48,2,0],"span":[360,2,25]},{"path":[4,48,2,0,4],"span":[360,2,10]},{"path":[4,48,2,0,6],"span":[360,11,15]},{"path":[4,48,2,0,1],"span":[360,16,20]},{"path":[4,48,2,0,3],"span":[360,23,24]},{"path":[4,49],"span":[363,0,365,1]},{"path":[4,49,1],"span":[363,8,36]},{"path":[4,49,2,0],"span":[364,2,21]},{"path":[4,49,2,0,5],"span":[364,2,8]},{"path":[4,49,2,0,1],"span":[364,9,16]},{"path":[4,49,2,0,3],"span":[364,19,20]},{"path":[4,50],"span":[367,0,369,1]},{"path":[4,50,1],"span":[367,8,37]},{"path":[4,50,2,0],"span":[368,2,34]},{"path":[4,50,2,0,4],"span":[368,2,10]},{"path":[4,50,2,0,5],"span":[368,11,17]},{"path":[4,50,2,0,1],"span":[368,18,29]},{"path":[4,50,2,0,3],"span":[368,32,33]},{"path":[4,51],"span":[371,0,374,1]},{"path":[4,51,1],"span":[371,8,40]},{"path":[4,51,2,0],"span":[372,2,28]},{"path":[4,51,2,0,5],"span":[372,2,8]},{"path":[4,51,2,0,1],"span":[372,9,23]},{"path":[4,51,2,0,3],"span":[372,26,27]},{"path":[4,51,2,1],"span":[373,2,24]},{"path":[4,51,2,1,5],"span":[373,2,8]},{"path":[4,51,2,1,1],"span":[373,9,19]},{"path":[4,51,2,1,3],"span":[373,22,23]},{"path":[4,52],"span":[376,0,378,1]},{"path":[4,52,1],"span":[376,8,41]},{"path":[4,52,2,0],"span":[377,2,22]},{"path":[4,52,2,0,5],"span":[377,2,6]},{"path":[4,52,2,0,1],"span":[377,7,17]},{"path":[4,52,2,0,3],"span":[377,20,21]},{"path":[5,3],"span":[380,0,387,1]},{"path":[5,3,1],"span":[380,5,21]},{"path":[5,3,2,0],"span":[381,2,43]},{"path":[5,3,2,0,1],"span":[381,2,38]},{"path":[5,3,2,0,2],"span":[381,41,42]},{"path":[5,3,2,1],"span":[382,2,36]},{"path":[5,3,2,1,1],"span":[382,2,31]},{"path":[5,3,2,1,2],"span":[382,34,35]},{"path":[5,3,2,2],"span":[383,2,39]},{"path":[5,3,2,2,1],"span":[383,2,34]},{"path":[5,3,2,2,2],"span":[383,37,38]},{"path":[5,3,2,3],"span":[384,2,38]},{"path":[5,3,2,3,1],"span":[384,2,33]},{"path":[5,3,2,3,2],"span":[384,36,37]},{"path":[5,3,2,4],"span":[385,2,34]},{"path":[5,3,2,4,1],"span":[385,2,29]},{"path":[5,3,2,4,2],"span":[385,32,33]},{"path":[5,3,2,5],"span":[386,2,41]},{"path":[5,3,2,5,1],"span":[386,2,36]},{"path":[5,3,2,5,2],"span":[386,39,40]},{"path":[4,53],"span":[389,0,397,1]},{"path":[4,53,1],"span":[389,8,20]},{"path":[4,53,2,0],"span":[390,2,16]},{"path":[4,53,2,0,5],"span":[390,2,8]},{"path":[4,53,2,0,1],"span":[390,9,11]},{"path":[4,53,2,0,3],"span":[390,14,15]},{"path":[4,53,2,1],"span":[391,2,21]},{"path":[4,53,2,1,5],"span":[391,2,8]},{"path":[4,53,2,1,1],"span":[391,9,16]},{"path":[4,53,2,1,3],"span":[391,19,20]},{"path":[4,53,2,2],"span":[392,2,28]},{"path":[4,53,2,2,6],"span":[392,2,18]},{"path":[4,53,2,2,1],"span":[392,19,23]},{"path":[4,53,2,2,3],"span":[392,26,27]},{"path":[4,53,2,3],"span":[393,2,25]},{"path":[4,53,2,3,5],"span":[393,2,7]},{"path":[4,53,2,3,1],"span":[393,8,20]},{"path":[4,53,2,3,3],"span":[393,23,24]},{"path":[4,53,2,4],"span":[394,2,29]},{"path":[4,53,2,4,5],"span":[394,2,8]},{"path":[4,53,2,4,1],"span":[394,9,24]},{"path":[4,53,2,4,3],"span":[394,27,28]},{"path":[4,53,2,5],"span":[395,2,24]},{"path":[4,53,2,5,5],"span":[395,2,8]},{"path":[4,53,2,5,1],"span":[395,9,19]},{"path":[4,53,2,5,3],"span":[395,22,23]},{"path":[4,53,2,6],"span":[396,2,24]},{"path":[4,53,2,6,5],"span":[396,2,8]},{"path":[4,53,2,6,1],"span":[396,9,19]},{"path":[4,53,2,6,3],"span":[396,22,23]},{"path":[4,54],"span":[399,0,405,1]},{"path":[4,54,1],"span":[399,8,37]},{"path":[4,54,2,0],"span":[400,2,21]},{"path":[4,54,2,0,5],"span":[400,2,8]},{"path":[4,54,2,0,1],"span":[400,9,16]},{"path":[4,54,2,0,3],"span":[400,19,20]},{"path":[4,54,2,1],"span":[401,2,28]},{"path":[4,54,2,1,6],"span":[401,2,18]},{"path":[4,54,2,1,1],"span":[401,19,23]},{"path":[4,54,2,1,3],"span":[401,26,27]},{"path":[4,54,2,2],"span":[402,2,25]},{"path":[4,54,2,2,5],"span":[402,2,7]},{"path":[4,54,2,2,1],"span":[402,8,20]},{"path":[4,54,2,2,3],"span":[402,23,24]},{"path":[4,54,2,3],"span":[403,2,29]},{"path":[4,54,2,3,5],"span":[403,2,8]},{"path":[4,54,2,3,1],"span":[403,9,24]},{"path":[4,54,2,3,3],"span":[403,27,28]},{"path":[4,54,2,4],"span":[404,2,24]},{"path":[4,54,2,4,5],"span":[404,2,8]},{"path":[4,54,2,4,1],"span":[404,9,19]},{"path":[4,54,2,4,3],"span":[404,22,23]},{"path":[4,55],"span":[407,0,409,1]},{"path":[4,55,1],"span":[407,8,38]},{"path":[4,55,2,0],"span":[408,2,32]},{"path":[4,55,2,0,6],"span":[408,2,14]},{"path":[4,55,2,0,1],"span":[408,15,27]},{"path":[4,55,2,0,3],"span":[408,30,31]},{"path":[4,56],"span":[411,0,413,1]},{"path":[4,56,1],"span":[411,8,42]},{"path":[4,56,2,0],"span":[412,2,21]},{"path":[4,56,2,0,5],"span":[412,2,8]},{"path":[4,56,2,0,1],"span":[412,9,16]},{"path":[4,56,2,0,3],"span":[412,19,20]},{"path":[4,57],"span":[415,0,417,1]},{"path":[4,57,1],"span":[415,8,43]},{"path":[4,57,2,0],"span":[416,2,35]},{"path":[4,57,2,0,5],"span":[416,2,8]},{"path":[4,57,2,0,1],"span":[416,9,30]},{"path":[4,57,2,0,3],"span":[416,33,34]},{"path":[4,58],"span":[419,0,421,1]},{"path":[4,58,1],"span":[419,8,47]},{"path":[4,58,2,0],"span":[420,2,23]},{"path":[4,58,2,0,5],"span":[420,2,8]},{"path":[4,58,2,0,1],"span":[420,9,18]},{"path":[4,58,2,0,3],"span":[420,21,22]},{"path":[4,59],"span":[423,0,425,1]},{"path":[4,59,1],"span":[423,8,48]},{"path":[4,59,2,0],"span":[424,2,21]},{"path":[4,59,2,0,5],"span":[424,2,8]},{"path":[4,59,2,0,1],"span":[424,9,16]},{"path":[4,59,2,0,3],"span":[424,19,20]},{"path":[4,60],"span":[427,0,431,1]},{"path":[4,60,1],"span":[427,8,31]},{"path":[4,60,7],"span":[428,2,27]},{"path":[4,60,7,3],"span":[428,2,27]},{"path":[4,60,2,0],"span":[429,2,21]},{"path":[4,60,2,0,5],"span":[429,2,8]},{"path":[4,60,2,0,1],"span":[429,9,16]},{"path":[4,60,2,0,3],"span":[429,19,20]},{"path":[4,60,2,1],"span":[430,2,29]},{"path":[4,60,2,1,4],"span":[430,2,10]},{"path":[4,60,2,1,5],"span":[430,11,17]},{"path":[4,60,2,1,1],"span":[430,18,24]},{"path":[4,60,2,1,3],"span":[430,27,28]},{"path":[4,61],"span":[433,0,436,1]},{"path":[4,61,1],"span":[433,8,32]},{"path":[4,61,7],"span":[434,2,27]},{"path":[4,61,7,3],"span":[434,2,27]},{"path":[4,61,2,0],"span":[435,2,15]},{"path":[4,61,2,0,5],"span":[435,2,6]},{"path":[4,61,2,0,1],"span":[435,7,10]},{"path":[4,61,2,0,3],"span":[435,13,14]},{"path":[4,62],"span":[438,0,441,1]},{"path":[4,62,1],"span":[438,8,31]},{"path":[4,62,2,0],"span":[439,2,21]},{"path":[4,62,2,0,5],"span":[439,2,8]},{"path":[4,62,2,0,1],"span":[439,9,16]},{"path":[4,62,2,0,3],"span":[439,19,20]},{"path":[4,62,2,1],"span":[440,2,29]},{"path":[4,62,2,1,4],"span":[440,2,10]},{"path":[4,62,2,1,5],"span":[440,11,17]},{"path":[4,62,2,1,1],"span":[440,18,24]},{"path":[4,62,2,1,3],"span":[440,27,28]},{"path":[4,63],"span":[443,0,447,1]},{"path":[4,63,1],"span":[443,8,32]},{"path":[4,63,2,0],"span":[444,2,15]},{"path":[4,63,2,0,5],"span":[444,2,6]},{"path":[4,63,2,0,1],"span":[444,7,10]},{"path":[4,63,2,0,3],"span":[444,13,14]},{"path":[4,63,2,1],"span":[445,2,32]},{"path":[4,63,2,1,4],"span":[445,2,10]},{"path":[4,63,2,1,6],"span":[445,11,18]},{"path":[4,63,2,1,1],"span":[445,19,27]},{"path":[4,63,2,1,3],"span":[445,30,31]},{"path":[4,63,2,2],"span":[446,2,31]},{"path":[4,63,2,2,6],"span":[446,2,16]},{"path":[4,63,2,2,1],"span":[446,17,26]},{"path":[4,63,2,2,3],"span":[446,29,30]},{"path":[4,64],"span":[450,0,452,1]},{"path":[4,64,1],"span":[450,8,39]},{"path":[4,64,2,0],"span":[451,2,21]},{"path":[4,64,2,0,5],"span":[451,2,8]},{"path":[4,64,2,0,1],"span":[451,9,16]},{"path":[4,64,2,0,3],"span":[451,19,20]},{"path":[4,65],"span":[454,0,456,1]},{"path":[4,65,1],"span":[454,8,40]},{"path":[4,65,2,0],"span":[455,2,16]},{"path":[4,65,2,0,5],"span":[455,2,6]},{"path":[4,65,2,0,1],"span":[455,7,11]},{"path":[4,65,2,0,3],"span":[455,14,15]},{"path":[4,66],"span":[458,0,460,1]},{"path":[4,66,1],"span":[458,8,34]},{"path":[4,66,2,0],"span":[459,2,21]},{"path":[4,66,2,0,5],"span":[459,2,8]},{"path":[4,66,2,0,1],"span":[459,9,16]},{"path":[4,66,2,0,3],"span":[459,19,20]},{"path":[4,67],"span":[462,0,464,1]},{"path":[4,67,1],"span":[462,8,35]},{"path":[4,67,2,0],"span":[463,2,28]},{"path":[4,67,2,0,6],"span":[463,2,18]},{"path":[4,67,2,0,1],"span":[463,19,23]},{"path":[4,67,2,0,3],"span":[463,26,27]},{"path":[4,68],"span":[466,0,469,1]},{"path":[4,68,1],"span":[466,8,32]},{"path":[4,68,2,0],"span":[467,2,21]},{"path":[4,68,2,0,5],"span":[467,2,8]},{"path":[4,68,2,0,1],"span":[467,9,16]},{"path":[4,68,2,0,3],"span":[467,19,20]},{"path":[4,68,2,1],"span":[468,2,24]},{"path":[4,68,2,1,5],"span":[468,2,8]},{"path":[4,68,2,1,1],"span":[468,9,19]},{"path":[4,68,2,1,3],"span":[468,22,23]},{"path":[4,69],"span":[471,0,473,1]},{"path":[4,69,1],"span":[471,8,33]},{"path":[4,69,2,0],"span":[472,2,18]},{"path":[4,69,2,0,5],"span":[472,2,8]},{"path":[4,69,2,0,1],"span":[472,9,13]},{"path":[4,69,2,0,3],"span":[472,16,17]},{"path":[4,70],"span":[475,0,477,1]},{"path":[4,70,1],"span":[475,8,37]},{"path":[4,70,2,0],"span":[476,8,37]},{"path":[4,70,2,0,4],"span":[476,8,16]},{"path":[4,70,2,0,5],"span":[476,17,23]},{"path":[4,70,2,0,1],"span":[476,24,32]},{"path":[4,70,2,0,3],"span":[476,35,36]},{"path":[4,71],"span":[479,0,481,1]},{"path":[4,71,1],"span":[479,8,47]},{"path":[4,71,2,0],"span":[480,2,21]},{"path":[4,71,2,0,5],"span":[480,2,8]},{"path":[4,71,2,0,1],"span":[480,9,16]},{"path":[4,71,2,0,3],"span":[480,19,20]},{"path":[4,72],"span":[483,0,485,1]},{"path":[4,72,1],"span":[483,8,48]},{"path":[4,72,2,0],"span":[484,2,22]},{"path":[4,72,2,0,5],"span":[484,2,6]},{"path":[4,72,2,0,1],"span":[484,7,17]},{"path":[4,72,2,0,3],"span":[484,20,21]},{"path":[6,0],"span":[487,0,555,1]},{"path":[6,0,1],"span":[487,8,19]},{"path":[6,0,2,0],"span":[488,2,121]},{"path":[6,0,2,0,1],"span":[488,6,34]},{"path":[6,0,2,0,2],"span":[488,35,70]},{"path":[6,0,2,0,3],"span":[488,81,117]},{"path":[6,0,2,1],"span":[490,2,100]},{"path":[6,0,2,1,1],"span":[490,6,27]},{"path":[6,0,2,1,2],"span":[490,28,56]},{"path":[6,0,2,1,3],"span":[490,67,96]},{"path":[6,0,2,2],"span":[492,2,106]},{"path":[6,0,2,2,1],"span":[492,6,29]},{"path":[6,0,2,2,2],"span":[492,30,60]},{"path":[6,0,2,2,3],"span":[492,71,102]},{"path":[6,0,2,3],"span":[494,2,115]},{"path":[6,0,2,3,1],"span":[494,6,32]},{"path":[6,0,2,3,2],"span":[494,33,66]},{"path":[6,0,2,3,3],"span":[494,77,111]},{"path":[6,0,2,4],"span":[496,2,76]},{"path":[6,0,2,4,1],"span":[496,6,19]},{"path":[6,0,2,4,2],"span":[496,20,40]},{"path":[6,0,2,4,3],"span":[496,51,72]},{"path":[6,0,2,5],"span":[498,2,76]},{"path":[6,0,2,5,1],"span":[498,6,19]},{"path":[6,0,2,5,2],"span":[498,20,40]},{"path":[6,0,2,5,3],"span":[498,51,72]},{"path":[6,0,2,6],"span":[500,2,97]},{"path":[6,0,2,6,1],"span":[500,6,26]},{"path":[6,0,2,6,2],"span":[500,27,54]},{"path":[6,0,2,6,3],"span":[500,65,93]},{"path":[6,0,2,7],"span":[502,2,88]},{"path":[6,0,2,7,1],"span":[502,6,23]},{"path":[6,0,2,7,2],"span":[502,24,48]},{"path":[6,0,2,7,3],"span":[502,59,84]},{"path":[6,0,2,8],"span":[504,2,82]},{"path":[6,0,2,8,1],"span":[504,6,21]},{"path":[6,0,2,8,2],"span":[504,22,44]},{"path":[6,0,2,8,3],"span":[504,55,78]},{"path":[6,0,2,9],"span":[506,2,97]},{"path":[6,0,2,9,1],"span":[506,6,28]},{"path":[6,0,2,9,2],"span":[506,29,58]},{"path":[6,0,2,9,3],"span":[506,69,93]},{"path":[6,0,2,10],"span":[508,2,97]},{"path":[6,0,2,10,1],"span":[508,6,26]},{"path":[6,0,2,10,2],"span":[508,27,54]},{"path":[6,0,2,10,3],"span":[508,65,93]},{"path":[6,0,2,11],"span":[510,2,106]},{"path":[6,0,2,11,1],"span":[510,6,29]},{"path":[6,0,2,11,2],"span":[510,30,60]},{"path":[6,0,2,11,3],"span":[510,71,102]},{"path":[6,0,2,12],"span":[512,2,106]},{"path":[6,0,2,12,1],"span":[512,6,29]},{"path":[6,0,2,12,2],"span":[512,30,60]},{"path":[6,0,2,12,3],"span":[512,71,102]},{"path":[6,0,2,13],"span":[514,2,115]},{"path":[6,0,2,13,1],"span":[514,6,32]},{"path":[6,0,2,13,2],"span":[514,33,66]},{"path":[6,0,2,13,3],"span":[514,77,111]},{"path":[6,0,2,14],"span":[516,2,106]},{"path":[6,0,2,14,1],"span":[516,6,29]},{"path":[6,0,2,14,2],"span":[516,30,60]},{"path":[6,0,2,14,3],"span":[516,71,102]},{"path":[6,0,2,15],"span":[518,2,112]},{"path":[6,0,2,15,1],"span":[518,6,31]},{"path":[6,0,2,15,2],"span":[518,32,64]},{"path":[6,0,2,15,3],"span":[518,75,108]},{"path":[6,0,2,16],"span":[520,2,130]},{"path":[6,0,2,16,1],"span":[520,6,37]},{"path":[6,0,2,16,2],"span":[520,38,76]},{"path":[6,0,2,16,3],"span":[520,87,126]},{"path":[6,0,2,17],"span":[522,2,91]},{"path":[6,0,2,17,1],"span":[522,6,24]},{"path":[6,0,2,17,2],"span":[522,25,50]},{"path":[6,0,2,17,3],"span":[522,61,87]},{"path":[6,0,2,18],"span":[524,2,151]},{"path":[6,0,2,18,1],"span":[524,6,44]},{"path":[6,0,2,18,2],"span":[524,45,90]},{"path":[6,0,2,18,3],"span":[524,101,147]},{"path":[6,0,2,19],"span":[526,2,99]},{"path":[6,0,2,19,1],"span":[526,6,30]},{"path":[6,0,2,19,2],"span":[526,31,57]},{"path":[6,0,2,19,3],"span":[526,68,95]},{"path":[6,0,2,20],"span":[528,2,100]},{"path":[6,0,2,20,1],"span":[528,6,39]},{"path":[6,0,2,20,2],"span":[528,40,62]},{"path":[6,0,2,20,3],"span":[528,73,96]},{"path":[6,0,2,21],"span":[530,2,100]},{"path":[6,0,2,21,1],"span":[530,6,27]},{"path":[6,0,2,21,2],"span":[530,28,56]},{"path":[6,0,2,21,3],"span":[530,67,96]},{"path":[6,0,2,22],"span":[532,2,112]},{"path":[6,0,2,22,1],"span":[532,6,31]},{"path":[6,0,2,22,2],"span":[532,32,64]},{"path":[6,0,2,22,3],"span":[532,75,108]},{"path":[6,0,2,23],"span":[534,2,103]},{"path":[6,0,2,23,1],"span":[534,6,28]},{"path":[6,0,2,23,2],"span":[534,29,58]},{"path":[6,0,2,23,3],"span":[534,69,99]},{"path":[6,0,2,24],"span":[536,2,118]},{"path":[6,0,2,24,1],"span":[536,6,33]},{"path":[6,0,2,24,2],"span":[536,34,68]},{"path":[6,0,2,24,3],"span":[536,79,114]},{"path":[6,0,2,25],"span":[538,2,133]},{"path":[6,0,2,25,1],"span":[538,6,38]},{"path":[6,0,2,25,2],"span":[538,39,78]},{"path":[6,0,2,25,3],"span":[538,89,129]},{"path":[6,0,2,26],"span":[540,2,85]},{"path":[6,0,2,26,1],"span":[540,6,22]},{"path":[6,0,2,26,2],"span":[540,23,46]},{"path":[6,0,2,26,3],"span":[540,57,81]},{"path":[6,0,2,27],"span":[542,2,109]},{"path":[6,0,2,27,1],"span":[542,6,30]},{"path":[6,0,2,27,2],"span":[542,31,62]},{"path":[6,0,2,27,3],"span":[542,73,105]},{"path":[6,0,2,28],"span":[544,2,546,3]},{"path":[6,0,2,28,1],"span":[544,6,22]},{"path":[6,0,2,28,2],"span":[544,23,46]},{"path":[6,0,2,28,3],"span":[544,57,81]},{"path":[6,0,2,28,4],"span":[545,4,29]},{"path":[6,0,2,28,4,33],"span":[545,4,29]},{"path":[6,0,2,29],"span":[548,2,94]},{"path":[6,0,2,29,1],"span":[548,6,25]},{"path":[6,0,2,29,2],"span":[548,26,52]},{"path":[6,0,2,29,3],"span":[548,63,90]},{"path":[6,0,2,30],"span":[550,2,88]},{"path":[6,0,2,30,1],"span":[550,6,23]},{"path":[6,0,2,30,2],"span":[550,24,48]},{"path":[6,0,2,30,3],"span":[550,59,84]},{"path":[6,0,2,31],"span":[552,2,113]},{"path":[6,0,2,31,1],"span":[552,6,39]},{"path":[6,0,2,31,2],"span":[552,40,69]},{"path":[6,0,2,31,3],"span":[552,80,109]},{"path":[6,0,2,32],"span":[554,2,133]},{"path":[6,0,2,32,1],"span":[554,6,38]},{"path":[6,0,2,32,2],"span":[554,39,78]},{"path":[6,0,2,32,3],"span":[554,89,129]}]},"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":"created_by","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"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":"CheckAccessToSiteByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckAccessToSiteByClientIdResponse","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":"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":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"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"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"installType"}],"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":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"NullableInstallType","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"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":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.NullableInstallType","jsonName":"installType"}]}]},{"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":"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"},{"name":"client_id","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}],"reservedRange":[{"start":2,"end":3}]},{"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":"CreateAndLinkInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"},{"name":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"client_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"external_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}]},{"name":"CreateAndLinkInstallResponse","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":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"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":"LinkTrialInstallByClientIdRequest","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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","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":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"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"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","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":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"created_by","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdBy"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"updated_by","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"AllProfileExistsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}],"options":{"deprecated":true}},{"name":"AllProfileExistsResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"}],"options":{"deprecated":true}},{"name":"AllProfilesExistRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}]},{"name":"AllProfilesExistResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"},{"name":"profiles","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profiles"},{"name":"createdBy","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"name":"SendInviteLocalUsersMailRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"SendInviteLocalUsersMailResponse","field":[{"name":"sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"sent"}]},{"name":"GetSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetSiteSubscriptionResponse","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"}]},{"name":"CreateLinkingCodeRequest","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":"CreateLinkingCodeResponse","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"}]},{"name":"GetSiteIdsWithIntegrationData","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"CheckStandardizedSoftwareEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckStandardizedSoftwareEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"UpdateSiteMetadataRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"UpdateSiteMetadataResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]}],"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}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1},{"name":"IT_AGENT","number":2},{"name":"CLOUD","number":3}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"CheckAccessToSiteByClientId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse","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":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","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":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","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":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}},{"name":"AllProfilesExist","inputType":".lansweeper.multitenant.v1.AllProfilesExistRequest","outputType":".lansweeper.multitenant.v1.AllProfilesExistResponse","options":{}},{"name":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"GetSiteSubscription","inputType":".lansweeper.multitenant.v1.GetSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.GetSiteSubscriptionResponse","options":{}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}},{"name":"CheckStandardizedSoftwareEnabled","inputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest","outputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse","options":{}},{"name":"UpdateSiteMetadata","inputType":".lansweeper.multitenant.v1.UpdateSiteMetadataRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteMetadataResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,578,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,39,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,3,2,5],"span":[38,2,32]},{"path":[4,3,2,5,6],"span":[38,2,16]},{"path":[4,3,2,5,1],"span":[38,17,27]},{"path":[4,3,2,5,3],"span":[38,30,31]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,28]},{"path":[4,4,2,0],"span":[43,2,16]},{"path":[4,4,2,0,5],"span":[43,2,8]},{"path":[4,4,2,0,1],"span":[43,9,11]},{"path":[4,4,2,0,3],"span":[43,14,15]},{"path":[4,4,2,1],"span":[44,2,20]},{"path":[4,4,2,1,6],"span":[44,2,10]},{"path":[4,4,2,1,1],"span":[44,11,15]},{"path":[4,4,2,1,3],"span":[44,18,19]},{"path":[4,5],"span":[47,0,49,1]},{"path":[4,5,1],"span":[47,8,29]},{"path":[4,5,2,0],"span":[48,2,19]},{"path":[4,5,2,0,5],"span":[48,2,6]},{"path":[4,5,2,0,1],"span":[48,7,14]},{"path":[4,5,2,0,3],"span":[48,17,18]},{"path":[4,6],"span":[51,0,56,1]},{"path":[4,6,1],"span":[51,8,15]},{"path":[4,6,2,0],"span":[52,2,16]},{"path":[4,6,2,0,5],"span":[52,2,8]},{"path":[4,6,2,0,1],"span":[52,9,11]},{"path":[4,6,2,0,3],"span":[52,14,15]},{"path":[4,6,2,1],"span":[53,2,21]},{"path":[4,6,2,1,5],"span":[53,2,8]},{"path":[4,6,2,1,1],"span":[53,9,16]},{"path":[4,6,2,1,3],"span":[53,19,20]},{"path":[4,6,2,2],"span":[54,2,23]},{"path":[4,6,2,2,6],"span":[54,2,13]},{"path":[4,6,2,2,1],"span":[54,14,18]},{"path":[4,6,2,2,3],"span":[54,21,22]},{"path":[4,6,2,3],"span":[55,2,20]},{"path":[4,6,2,3,5],"span":[55,2,6]},{"path":[4,6,2,3,1],"span":[55,7,15]},{"path":[4,6,2,3,3],"span":[55,18,19]},{"path":[4,7],"span":[58,0,61,1]},{"path":[4,7,1],"span":[58,8,38]},{"path":[4,7,2,0],"span":[59,2,24]},{"path":[4,7,2,0,5],"span":[59,2,8]},{"path":[4,7,2,0,1],"span":[59,9,19]},{"path":[4,7,2,0,3],"span":[59,22,23]},{"path":[4,7,2,1],"span":[60,2,26]},{"path":[4,7,2,1,5],"span":[60,2,6]},{"path":[4,7,2,1,1],"span":[60,7,21]},{"path":[4,7,2,1,3],"span":[60,24,25]},{"path":[4,8],"span":[63,0,65,1]},{"path":[4,8,1],"span":[63,8,39]},{"path":[4,8,2,0],"span":[64,2,31]},{"path":[4,8,2,0,4],"span":[64,2,10]},{"path":[4,8,2,0,6],"span":[64,11,18]},{"path":[4,8,2,0,1],"span":[64,19,26]},{"path":[4,8,2,0,3],"span":[64,29,30]},{"path":[4,9],"span":[67,0,70,1]},{"path":[4,9,1],"span":[67,8,41]},{"path":[4,9,2,0],"span":[68,2,24]},{"path":[4,9,2,0,5],"span":[68,2,8]},{"path":[4,9,2,0,1],"span":[68,9,19]},{"path":[4,9,2,0,3],"span":[68,22,23]},{"path":[4,9,2,1],"span":[69,2,46]},{"path":[4,9,2,1,5],"span":[69,2,6]},{"path":[4,9,2,1,1],"span":[69,7,21]},{"path":[4,9,2,1,3],"span":[69,24,25]},{"path":[4,9,2,1,8],"span":[69,26,45]},{"path":[4,9,2,1,8,3],"span":[69,27,44]},{"path":[4,10],"span":[72,0,74,1]},{"path":[4,10,1],"span":[72,8,42]},{"path":[4,10,2,0],"span":[73,2,31]},{"path":[4,10,2,0,4],"span":[73,2,10]},{"path":[4,10,2,0,6],"span":[73,11,18]},{"path":[4,10,2,0,1],"span":[73,19,26]},{"path":[4,10,2,0,3],"span":[73,29,30]},{"path":[4,11],"span":[76,0,85,1]},{"path":[4,11,1],"span":[76,8,43]},{"path":[4,11,2,0],"span":[77,2,24]},{"path":[4,11,2,0,5],"span":[77,2,8]},{"path":[4,11,2,0,1],"span":[77,9,19]},{"path":[4,11,2,0,3],"span":[77,22,23]},{"path":[4,11,2,1],"span":[78,2,21]},{"path":[4,11,2,1,5],"span":[78,2,8]},{"path":[4,11,2,1,1],"span":[78,9,16]},{"path":[4,11,2,1,3],"span":[78,19,20]},{"path":[4,11,2,2],"span":[79,2,22]},{"path":[4,11,2,2,5],"span":[79,2,6]},{"path":[4,11,2,2,1],"span":[79,7,17]},{"path":[4,11,2,2,3],"span":[79,20,21]},{"path":[4,11,3,0],"span":[80,2,83,3]},{"path":[4,11,3,0,1],"span":[80,10,18]},{"path":[4,11,3,0,2,0],"span":[81,4,21]},{"path":[4,11,3,0,2,0,5],"span":[81,4,8]},{"path":[4,11,3,0,2,0,1],"span":[81,9,16]},{"path":[4,11,3,0,2,0,3],"span":[81,19,20]},{"path":[4,11,3,0,2,1],"span":[82,4,26]},{"path":[4,11,3,0,2,1,5],"span":[82,4,8]},{"path":[4,11,3,0,2,1,1],"span":[82,9,21]},{"path":[4,11,3,0,2,1,3],"span":[82,24,25]},{"path":[4,11,2,3],"span":[84,2,25]},{"path":[4,11,2,3,6],"span":[84,2,10]},{"path":[4,11,2,3,1],"span":[84,11,20]},{"path":[4,11,2,3,3],"span":[84,23,24]},{"path":[4,12],"span":[87,0,89,1]},{"path":[4,12,1],"span":[87,8,44]},{"path":[4,12,2,0],"span":[88,2,18]},{"path":[4,12,2,0,5],"span":[88,2,6]},{"path":[4,12,2,0,1],"span":[88,7,13]},{"path":[4,12,2,0,3],"span":[88,16,17]},{"path":[4,13],"span":[91,0,94,1]},{"path":[4,13,1],"span":[91,8,42]},{"path":[4,13,2,0],"span":[92,2,23]},{"path":[4,13,2,0,5],"span":[92,2,8]},{"path":[4,13,2,0,1],"span":[92,9,18]},{"path":[4,13,2,0,3],"span":[92,21,22]},{"path":[4,13,2,1],"span":[93,2,21]},{"path":[4,13,2,1,5],"span":[93,2,8]},{"path":[4,13,2,1,1],"span":[93,9,16]},{"path":[4,13,2,1,3],"span":[93,19,20]},{"path":[4,14],"span":[96,0,98,1]},{"path":[4,14,1],"span":[96,8,43]},{"path":[4,14,2,0],"span":[97,2,18]},{"path":[4,14,2,0,5],"span":[97,2,6]},{"path":[4,14,2,0,1],"span":[97,7,13]},{"path":[4,14,2,0,3],"span":[97,16,17]},{"path":[5,1],"span":[100,0,104,1]},{"path":[5,1,1],"span":[100,5,22]},{"path":[5,1,2,0],"span":[101,2,39]},{"path":[5,1,2,0,1],"span":[101,2,34]},{"path":[5,1,2,0,2],"span":[101,37,38]},{"path":[5,1,2,1],"span":[102,2,31]},{"path":[5,1,2,1,1],"span":[102,2,26]},{"path":[5,1,2,1,2],"span":[102,29,30]},{"path":[5,1,2,2],"span":[103,2,33]},{"path":[5,1,2,2,1],"span":[103,2,28]},{"path":[5,1,2,2,2],"span":[103,31,32]},{"path":[4,15],"span":[106,0,124,1]},{"path":[4,15,1],"span":[106,8,15]},{"path":[4,15,2,0],"span":[107,2,16]},{"path":[4,15,2,0,5],"span":[107,2,8]},{"path":[4,15,2,0,1],"span":[107,9,11]},{"path":[4,15,2,0,3],"span":[107,14,15]},{"path":[4,15,2,1],"span":[108,2,21]},{"path":[4,15,2,1,5],"span":[108,2,8]},{"path":[4,15,2,1,1],"span":[108,9,16]},{"path":[4,15,2,1,3],"span":[108,19,20]},{"path":[4,15,2,2],"span":[109,2,26]},{"path":[4,15,2,2,5],"span":[109,2,8]},{"path":[4,15,2,2,1],"span":[109,9,21]},{"path":[4,15,2,2,3],"span":[109,24,25]},{"path":[4,15,2,3],"span":[110,2,25]},{"path":[4,15,2,3,5],"span":[110,2,8]},{"path":[4,15,2,3,1],"span":[110,9,20]},{"path":[4,15,2,3,3],"span":[110,23,24]},{"path":[4,15,2,4],"span":[111,2,20]},{"path":[4,15,2,4,5],"span":[111,2,8]},{"path":[4,15,2,4,1],"span":[111,9,15]},{"path":[4,15,2,4,3],"span":[111,18,19]},{"path":[4,15,2,5],"span":[112,2,18]},{"path":[4,15,2,5,5],"span":[112,2,8]},{"path":[4,15,2,5,1],"span":[112,9,13]},{"path":[4,15,2,5,3],"span":[112,16,17]},{"path":[4,15,2,6],"span":[113,2,27]},{"path":[4,15,2,6,5],"span":[113,2,8]},{"path":[4,15,2,6,1],"span":[113,9,22]},{"path":[4,15,2,6,3],"span":[113,25,26]},{"path":[4,15,2,7],"span":[114,2,23]},{"path":[4,15,2,7,5],"span":[114,2,8]},{"path":[4,15,2,7,1],"span":[114,9,18]},{"path":[4,15,2,7,3],"span":[114,21,22]},{"path":[4,15,3,0],"span":[116,2,118,3]},{"path":[4,15,3,0,1],"span":[116,10,22]},{"path":[4,15,3,0,2,0],"span":[117,4,32]},{"path":[4,15,3,0,2,0,6],"span":[117,4,21]},{"path":[4,15,3,0,2,0,1],"span":[117,22,27]},{"path":[4,15,3,0,2,0,3],"span":[117,30,31]},{"path":[4,15,2,8],"span":[119,2,25]},{"path":[4,15,2,8,6],"span":[119,2,14]},{"path":[4,15,2,8,1],"span":[119,15,20]},{"path":[4,15,2,8,3],"span":[119,23,24]},{"path":[4,15,2,9],"span":[120,2,25]},{"path":[4,15,2,9,5],"span":[120,2,8]},{"path":[4,15,2,9,1],"span":[120,9,19]},{"path":[4,15,2,9,3],"span":[120,22,24]},{"path":[4,15,2,10],"span":[121,2,22]},{"path":[4,15,2,10,5],"span":[121,2,8]},{"path":[4,15,2,10,1],"span":[121,9,16]},{"path":[4,15,2,10,3],"span":[121,19,21]},{"path":[4,15,2,11],"span":[122,2,39]},{"path":[4,15,2,11,5],"span":[122,2,8]},{"path":[4,15,2,11,1],"span":[122,9,13]},{"path":[4,15,2,11,3],"span":[122,16,18]},{"path":[4,15,2,11,8],"span":[122,19,38]},{"path":[4,15,2,11,8,3],"span":[122,20,37]},{"path":[4,15,2,12],"span":[123,2,32]},{"path":[4,15,2,12,6],"span":[123,2,13]},{"path":[4,15,2,12,1],"span":[123,14,26]},{"path":[4,15,2,12,3],"span":[123,29,31]},{"path":[4,16],"span":[126,0,129,1]},{"path":[4,16,1],"span":[126,8,26]},{"path":[4,16,2,0],"span":[127,2,23]},{"path":[4,16,2,0,5],"span":[127,2,8]},{"path":[4,16,2,0,1],"span":[127,9,18]},{"path":[4,16,2,0,3],"span":[127,21,22]},{"path":[4,16,2,1],"span":[128,2,27]},{"path":[4,16,2,1,5],"span":[128,2,8]},{"path":[4,16,2,1,1],"span":[128,9,22]},{"path":[4,16,2,1,3],"span":[128,25,26]},{"path":[4,17],"span":[131,0,133,1]},{"path":[4,17,1],"span":[131,8,37]},{"path":[4,17,2,0],"span":[132,2,21]},{"path":[4,17,2,0,5],"span":[132,2,8]},{"path":[4,17,2,0,1],"span":[132,9,16]},{"path":[4,17,2,0,3],"span":[132,19,20]},{"path":[4,18],"span":[135,0,137,1]},{"path":[4,18,1],"span":[135,8,32]},{"path":[4,18,2,0],"span":[136,2,18]},{"path":[4,18,2,0,5],"span":[136,2,7]},{"path":[4,18,2,0,1],"span":[136,8,13]},{"path":[4,18,2,0,3],"span":[136,16,17]},{"path":[4,19],"span":[139,0,141,1]},{"path":[4,19,1],"span":[139,8,30]},{"path":[4,19,2,0],"span":[140,2,34]},{"path":[4,19,2,0,4],"span":[140,2,10]},{"path":[4,19,2,0,5],"span":[140,11,17]},{"path":[4,19,2,0,1],"span":[140,18,29]},{"path":[4,19,2,0,3],"span":[140,32,33]},{"path":[4,20],"span":[143,0,145,1]},{"path":[4,20,1],"span":[143,8,31]},{"path":[4,20,2,0],"span":[144,2,31]},{"path":[4,20,2,0,4],"span":[144,2,10]},{"path":[4,20,2,0,6],"span":[144,11,18]},{"path":[4,20,2,0,1],"span":[144,19,26]},{"path":[4,20,2,0,3],"span":[144,29,30]},{"path":[4,21],"span":[147,0,151,1]},{"path":[4,21,1],"span":[147,8,27]},{"path":[4,21,8,0],"span":[148,2,150,3]},{"path":[4,21,8,0,1],"span":[148,8,12]},{"path":[4,21,2,0],"span":[149,4,25]},{"path":[4,21,2,0,6],"span":[149,4,15]},{"path":[4,21,2,0,1],"span":[149,16,20]},{"path":[4,21,2,0,3],"span":[149,23,24]},{"path":[4,22],"span":[153,0,161,1]},{"path":[4,22,1],"span":[153,8,32]},{"path":[4,22,2,0],"span":[154,2,21]},{"path":[4,22,2,0,5],"span":[154,2,8]},{"path":[4,22,2,0,1],"span":[154,9,16]},{"path":[4,22,2,0,3],"span":[154,19,20]},{"path":[4,22,3,0],"span":[155,2,159,3]},{"path":[4,22,3,0,1],"span":[155,10,16]},{"path":[4,22,3,0,2,0],"span":[156,4,32]},{"path":[4,22,3,0,2,0,6],"span":[156,4,21]},{"path":[4,22,3,0,2,0,1],"span":[156,22,27]},{"path":[4,22,3,0,2,0,3],"span":[156,30,31]},{"path":[4,22,3,0,2,1],"span":[157,4,43]},{"path":[4,22,3,0,2,1,6],"span":[157,4,15]},{"path":[4,22,3,0,2,1,1],"span":[157,16,20]},{"path":[4,22,3,0,2,1,3],"span":[157,21,22]},{"path":[4,22,3,0,2,1,8],"span":[157,23,42]},{"path":[4,22,3,0,2,1,8,3],"span":[157,24,41]},{"path":[4,22,3,0,2,2],"span":[158,4,39]},{"path":[4,22,3,0,2,2,6],"span":[158,4,23]},{"path":[4,22,3,0,2,2,1],"span":[158,24,36]},{"path":[4,22,3,0,2,2,3],"span":[158,37,38]},{"path":[4,22,2,1],"span":[160,2,20]},{"path":[4,22,2,1,6],"span":[160,2,8]},{"path":[4,22,2,1,1],"span":[160,9,15]},{"path":[4,22,2,1,3],"span":[160,18,19]},{"path":[4,23],"span":[163,0,165,1]},{"path":[4,23,1],"span":[163,8,33]},{"path":[4,23,2,0],"span":[164,2,31]},{"path":[4,23,2,0,4],"span":[164,2,10]},{"path":[4,23,2,0,6],"span":[164,11,18]},{"path":[4,23,2,0,1],"span":[164,19,26]},{"path":[4,23,2,0,3],"span":[164,29,30]},{"path":[4,24],"span":[167,0,169,1]},{"path":[4,24,1],"span":[167,8,35]},{"path":[4,24,2,0],"span":[168,2,23]},{"path":[4,24,2,0,5],"span":[168,2,8]},{"path":[4,24,2,0,1],"span":[168,9,18]},{"path":[4,24,2,0,3],"span":[168,21,22]},{"path":[4,25],"span":[171,0,173,1]},{"path":[4,25,1],"span":[171,8,36]},{"path":[4,25,2,0],"span":[172,2,22]},{"path":[4,25,2,0,6],"span":[172,2,9]},{"path":[4,25,2,0,1],"span":[172,10,17]},{"path":[4,25,2,0,3],"span":[172,20,21]},{"path":[4,26],"span":[175,0,189,1]},{"path":[4,26,1],"span":[175,8,28]},{"path":[4,26,9],"span":[176,2,13]},{"path":[4,26,9,0],"span":[176,11,12]},{"path":[4,26,9,0,1],"span":[176,11,12]},{"path":[4,26,2,0],"span":[177,2,21]},{"path":[4,26,2,0,5],"span":[177,2,8]},{"path":[4,26,2,0,1],"span":[177,9,16]},{"path":[4,26,2,0,3],"span":[177,19,20]},{"path":[4,26,2,1],"span":[178,2,26]},{"path":[4,26,2,1,5],"span":[178,2,8]},{"path":[4,26,2,1,1],"span":[178,9,21]},{"path":[4,26,2,1,3],"span":[178,24,25]},{"path":[4,26,2,2],"span":[179,2,25]},{"path":[4,26,2,2,5],"span":[179,2,8]},{"path":[4,26,2,2,1],"span":[179,9,20]},{"path":[4,26,2,2,3],"span":[179,23,24]},{"path":[4,26,2,3],"span":[180,2,20]},{"path":[4,26,2,3,5],"span":[180,2,8]},{"path":[4,26,2,3,1],"span":[180,9,15]},{"path":[4,26,2,3,3],"span":[180,18,19]},{"path":[4,26,2,4],"span":[181,2,18]},{"path":[4,26,2,4,5],"span":[181,2,8]},{"path":[4,26,2,4,1],"span":[181,9,13]},{"path":[4,26,2,4,3],"span":[181,16,17]},{"path":[4,26,2,5],"span":[182,2,27]},{"path":[4,26,2,5,5],"span":[182,2,8]},{"path":[4,26,2,5,1],"span":[182,9,22]},{"path":[4,26,2,5,3],"span":[182,25,26]},{"path":[4,26,2,6],"span":[184,2,28]},{"path":[4,26,2,6,5],"span":[184,2,6]},{"path":[4,26,2,6,1],"span":[184,7,23]},{"path":[4,26,2,6,3],"span":[184,26,27]},{"path":[4,26,2,7],"span":[185,2,23]},{"path":[4,26,2,7,5],"span":[185,2,8]},{"path":[4,26,2,7,1],"span":[185,9,18]},{"path":[4,26,2,7,3],"span":[185,21,22]},{"path":[4,26,2,8],"span":[186,2,24]},{"path":[4,26,2,8,6],"span":[186,2,13]},{"path":[4,26,2,8,1],"span":[186,14,18]},{"path":[4,26,2,8,3],"span":[186,21,23]},{"path":[4,26,2,9],"span":[187,2,24]},{"path":[4,26,2,9,5],"span":[187,2,8]},{"path":[4,26,2,9,1],"span":[187,9,18]},{"path":[4,26,2,9,3],"span":[187,21,23]},{"path":[5,2],"span":[191,0,196,1]},{"path":[5,2,1],"span":[191,5,16]},{"path":[5,2,2,0],"span":[192,2,7]},{"path":[5,2,2,0,1],"span":[192,2,4]},{"path":[5,2,2,0,2],"span":[192,5,6]},{"path":[5,2,2,1],"span":[193,2,7]},{"path":[5,2,2,1,1],"span":[193,2,4]},{"path":[5,2,2,1,2],"span":[193,5,6]},{"path":[5,2,2,2],"span":[194,2,13]},{"path":[5,2,2,2,1],"span":[194,2,10]},{"path":[5,2,2,2,2],"span":[194,11,12]},{"path":[5,2,2,3],"span":[195,2,10]},{"path":[5,2,2,3,1],"span":[195,2,7]},{"path":[5,2,2,3,2],"span":[195,8,9]},{"path":[4,27],"span":[198,0,201,1]},{"path":[4,27,1],"span":[198,8,29]},{"path":[4,27,2,0],"span":[199,2,22]},{"path":[4,27,2,0,6],"span":[199,2,9]},{"path":[4,27,2,0,1],"span":[199,10,17]},{"path":[4,27,2,0,3],"span":[199,20,21]},{"path":[4,27,2,1],"span":[200,2,37]},{"path":[4,27,2,1,6],"span":[200,2,20]},{"path":[4,27,2,1,1],"span":[200,21,32]},{"path":[4,27,2,1,3],"span":[200,35,36]},{"path":[4,28],"span":[203,0,212,1]},{"path":[4,28,1],"span":[203,8,35]},{"path":[4,28,2,0],"span":[204,2,21]},{"path":[4,28,2,0,5],"span":[204,2,8]},{"path":[4,28,2,0,1],"span":[204,9,16]},{"path":[4,28,2,0,3],"span":[204,19,20]},{"path":[4,28,2,1],"span":[205,2,26]},{"path":[4,28,2,1,5],"span":[205,2,8]},{"path":[4,28,2,1,1],"span":[205,9,21]},{"path":[4,28,2,1,3],"span":[205,24,25]},{"path":[4,28,2,2],"span":[206,2,25]},{"path":[4,28,2,2,5],"span":[206,2,8]},{"path":[4,28,2,2,1],"span":[206,9,20]},{"path":[4,28,2,2,3],"span":[206,23,24]},{"path":[4,28,2,3],"span":[207,2,23]},{"path":[4,28,2,3,5],"span":[207,2,8]},{"path":[4,28,2,3,1],"span":[207,9,18]},{"path":[4,28,2,3,3],"span":[207,21,22]},{"path":[4,28,2,4],"span":[208,2,23]},{"path":[4,28,2,4,6],"span":[208,2,13]},{"path":[4,28,2,4,1],"span":[208,14,18]},{"path":[4,28,2,4,3],"span":[208,21,22]},{"path":[4,28,2,5],"span":[209,2,27]},{"path":[4,28,2,5,5],"span":[209,2,8]},{"path":[4,28,2,5,1],"span":[209,9,22]},{"path":[4,28,2,5,3],"span":[209,25,26]},{"path":[4,28,2,6],"span":[210,2,23]},{"path":[4,28,2,6,5],"span":[210,2,8]},{"path":[4,28,2,6,1],"span":[210,9,18]},{"path":[4,28,2,6,3],"span":[210,21,22]},{"path":[4,28,2,7],"span":[211,2,25]},{"path":[4,28,2,7,5],"span":[211,2,8]},{"path":[4,28,2,7,1],"span":[211,9,20]},{"path":[4,28,2,7,3],"span":[211,23,24]},{"path":[4,29],"span":[214,0,218,1]},{"path":[4,29,1],"span":[214,8,36]},{"path":[4,29,2,0],"span":[215,2,22]},{"path":[4,29,2,0,6],"span":[215,2,9]},{"path":[4,29,2,0,1],"span":[215,10,17]},{"path":[4,29,2,0,3],"span":[215,20,21]},{"path":[4,29,2,1],"span":[216,2,37]},{"path":[4,29,2,1,6],"span":[216,2,20]},{"path":[4,29,2,1,1],"span":[216,21,32]},{"path":[4,29,2,1,3],"span":[216,35,36]},{"path":[4,29,2,2],"span":[217,2,21]},{"path":[4,29,2,2,5],"span":[217,2,8]},{"path":[4,29,2,2,1],"span":[217,9,16]},{"path":[4,29,2,2,3],"span":[217,19,20]},{"path":[4,30],"span":[220,0,235,1]},{"path":[4,30,1],"span":[220,8,38]},{"path":[4,30,2,0],"span":[221,2,23]},{"path":[4,30,2,0,5],"span":[221,2,8]},{"path":[4,30,2,0,1],"span":[221,9,18]},{"path":[4,30,2,0,3],"span":[221,21,22]},{"path":[4,30,2,1],"span":[222,2,26]},{"path":[4,30,2,1,5],"span":[222,2,8]},{"path":[4,30,2,1,1],"span":[222,9,21]},{"path":[4,30,2,1,3],"span":[222,24,25]},{"path":[4,30,2,2],"span":[223,2,25]},{"path":[4,30,2,2,5],"span":[223,2,8]},{"path":[4,30,2,2,1],"span":[223,9,20]},{"path":[4,30,2,2,3],"span":[223,23,24]},{"path":[4,30,2,3],"span":[224,2,20]},{"path":[4,30,2,3,5],"span":[224,2,8]},{"path":[4,30,2,3,1],"span":[224,9,15]},{"path":[4,30,2,3,3],"span":[224,18,19]},{"path":[4,30,2,4],"span":[225,2,18]},{"path":[4,30,2,4,5],"span":[225,2,8]},{"path":[4,30,2,4,1],"span":[225,9,13]},{"path":[4,30,2,4,3],"span":[225,16,17]},{"path":[4,30,3,0],"span":[227,2,232,3]},{"path":[4,30,3,0,1],"span":[227,10,24]},{"path":[4,30,3,0,2,0],"span":[228,4,41]},{"path":[4,30,3,0,2,0,5],"span":[228,4,10]},{"path":[4,30,3,0,2,0,1],"span":[228,11,36]},{"path":[4,30,3,0,2,0,3],"span":[228,39,40]},{"path":[4,30,3,0,2,1],"span":[229,4,47]},{"path":[4,30,3,0,2,1,5],"span":[229,4,10]},{"path":[4,30,3,0,2,1,1],"span":[229,11,42]},{"path":[4,30,3,0,2,1,3],"span":[229,45,46]},{"path":[4,30,3,0,2,2],"span":[230,4,45]},{"path":[4,30,3,0,2,2,5],"span":[230,4,10]},{"path":[4,30,3,0,2,2,1],"span":[230,11,40]},{"path":[4,30,3,0,2,2,3],"span":[230,43,44]},{"path":[4,30,3,0,2,3],"span":[231,4,40]},{"path":[4,30,3,0,2,3,5],"span":[231,4,10]},{"path":[4,30,3,0,2,3,1],"span":[231,11,35]},{"path":[4,30,3,0,2,3,3],"span":[231,38,39]},{"path":[4,30,2,5],"span":[234,2,37]},{"path":[4,30,2,5,6],"span":[234,2,16]},{"path":[4,30,2,5,1],"span":[234,17,32]},{"path":[4,30,2,5,3],"span":[234,35,36]},{"path":[4,31],"span":[237,0,239,1]},{"path":[4,31,1],"span":[237,8,39]},{"path":[4,31,2,0],"span":[238,2,22]},{"path":[4,31,2,0,6],"span":[238,2,9]},{"path":[4,31,2,0,1],"span":[238,10,17]},{"path":[4,31,2,0,3],"span":[238,20,21]},{"path":[4,32],"span":[241,0,244,1]},{"path":[4,32,1],"span":[241,8,38]},{"path":[4,32,2,0],"span":[242,2,23]},{"path":[4,32,2,0,5],"span":[242,2,8]},{"path":[4,32,2,0,1],"span":[242,9,18]},{"path":[4,32,2,0,3],"span":[242,21,22]},{"path":[4,32,2,1],"span":[243,2,22]},{"path":[4,32,2,1,5],"span":[243,2,8]},{"path":[4,32,2,1,1],"span":[243,9,17]},{"path":[4,32,2,1,3],"span":[243,20,21]},{"path":[4,33],"span":[246,0,251,1]},{"path":[4,33,1],"span":[246,8,39]},{"path":[4,33,2,0],"span":[247,2,19]},{"path":[4,33,2,0,5],"span":[247,2,6]},{"path":[4,33,2,0,1],"span":[247,7,14]},{"path":[4,33,2,0,3],"span":[247,17,18]},{"path":[4,33,2,1],"span":[248,2,21]},{"path":[4,33,2,1,5],"span":[248,2,8]},{"path":[4,33,2,1,1],"span":[248,9,16]},{"path":[4,33,2,1,3],"span":[248,19,20]},{"path":[4,33,2,2],"span":[249,2,28]},{"path":[4,33,2,2,5],"span":[249,2,8]},{"path":[4,33,2,2,1],"span":[249,9,23]},{"path":[4,33,2,2,3],"span":[249,26,27]},{"path":[4,33,2,3],"span":[250,2,28]},{"path":[4,33,2,3,5],"span":[250,2,8]},{"path":[4,33,2,3,1],"span":[250,9,23]},{"path":[4,33,2,3,3],"span":[250,26,27]},{"path":[4,34],"span":[253,0,258,1]},{"path":[4,34,1],"span":[253,8,38]},{"path":[4,34,2,0],"span":[254,2,23]},{"path":[4,34,2,0,5],"span":[254,2,8]},{"path":[4,34,2,0,1],"span":[254,9,18]},{"path":[4,34,2,0,3],"span":[254,21,22]},{"path":[4,34,2,1],"span":[255,2,22]},{"path":[4,34,2,1,5],"span":[255,2,8]},{"path":[4,34,2,1,1],"span":[255,9,17]},{"path":[4,34,2,1,3],"span":[255,20,21]},{"path":[4,34,2,2],"span":[256,2,23]},{"path":[4,34,2,2,5],"span":[256,2,6]},{"path":[4,34,2,2,1],"span":[256,7,18]},{"path":[4,34,2,2,3],"span":[256,21,22]},{"path":[4,34,2,3],"span":[257,2,23]},{"path":[4,34,2,3,5],"span":[257,2,6]},{"path":[4,34,2,3,1],"span":[257,7,18]},{"path":[4,34,2,3,3],"span":[257,21,22]},{"path":[4,35],"span":[260,0,262,1]},{"path":[4,35,1],"span":[260,8,39]},{"path":[4,35,2,0],"span":[261,2,19]},{"path":[4,35,2,0,5],"span":[261,2,6]},{"path":[4,35,2,0,1],"span":[261,7,14]},{"path":[4,35,2,0,3],"span":[261,17,18]},{"path":[4,36],"span":[264,0,270,1]},{"path":[4,36,1],"span":[264,8,41]},{"path":[4,36,2,0],"span":[265,2,23]},{"path":[4,36,2,0,5],"span":[265,2,8]},{"path":[4,36,2,0,1],"span":[265,9,18]},{"path":[4,36,2,0,3],"span":[265,21,22]},{"path":[4,36,2,1],"span":[266,2,26]},{"path":[4,36,2,1,5],"span":[266,2,8]},{"path":[4,36,2,1,1],"span":[266,9,21]},{"path":[4,36,2,1,3],"span":[266,24,25]},{"path":[4,36,2,2],"span":[267,2,25]},{"path":[4,36,2,2,5],"span":[267,2,8]},{"path":[4,36,2,2,1],"span":[267,9,20]},{"path":[4,36,2,2,3],"span":[267,23,24]},{"path":[4,36,2,3],"span":[268,2,23]},{"path":[4,36,2,3,5],"span":[268,2,8]},{"path":[4,36,2,3,1],"span":[268,9,18]},{"path":[4,36,2,3,3],"span":[268,21,22]},{"path":[4,36,2,4],"span":[269,2,23]},{"path":[4,36,2,4,6],"span":[269,2,13]},{"path":[4,36,2,4,1],"span":[269,14,18]},{"path":[4,36,2,4,3],"span":[269,21,22]},{"path":[4,37],"span":[272,0,277,1]},{"path":[4,37,1],"span":[272,8,42]},{"path":[4,37,2,0],"span":[273,2,22]},{"path":[4,37,2,0,6],"span":[273,2,9]},{"path":[4,37,2,0,1],"span":[273,10,17]},{"path":[4,37,2,0,3],"span":[273,20,21]},{"path":[4,37,2,1],"span":[274,2,37]},{"path":[4,37,2,1,6],"span":[274,2,20]},{"path":[4,37,2,1,1],"span":[274,21,32]},{"path":[4,37,2,1,3],"span":[274,35,36]},{"path":[4,37,2,2],"span":[275,2,23]},{"path":[4,37,2,2,6],"span":[275,2,13]},{"path":[4,37,2,2,1],"span":[275,14,18]},{"path":[4,37,2,2,3],"span":[275,21,22]},{"path":[4,37,2,3],"span":[276,2,21]},{"path":[4,37,2,3,5],"span":[276,2,8]},{"path":[4,37,2,3,1],"span":[276,9,16]},{"path":[4,37,2,3,3],"span":[276,19,20]},{"path":[4,38],"span":[279,0,283,1]},{"path":[4,38,1],"span":[279,8,40]},{"path":[4,38,2,0],"span":[280,2,21]},{"path":[4,38,2,0,5],"span":[280,2,8]},{"path":[4,38,2,0,1],"span":[280,9,16]},{"path":[4,38,2,0,3],"span":[280,19,20]},{"path":[4,38,2,1],"span":[281,2,34]},{"path":[4,38,2,1,4],"span":[281,2,10]},{"path":[4,38,2,1,5],"span":[281,11,17]},{"path":[4,38,2,1,1],"span":[281,18,29]},{"path":[4,38,2,1,3],"span":[281,32,33]},{"path":[4,38,2,2],"span":[282,2,21]},{"path":[4,38,2,2,5],"span":[282,2,8]},{"path":[4,38,2,2,1],"span":[282,9,16]},{"path":[4,38,2,2,3],"span":[282,19,20]},{"path":[4,39],"span":[285,0,291,1]},{"path":[4,39,1],"span":[285,8,41]},{"path":[4,39,3,0],"span":[286,2,289,3]},{"path":[4,39,3,0,1],"span":[286,10,16]},{"path":[4,39,3,0,2,0],"span":[287,4,26]},{"path":[4,39,3,0,2,0,5],"span":[287,4,10]},{"path":[4,39,3,0,2,0,1],"span":[287,11,21]},{"path":[4,39,3,0,2,0,3],"span":[287,24,25]},{"path":[4,39,3,0,2,1],"span":[288,4,20]},{"path":[4,39,3,0,2,1,5],"span":[288,4,8]},{"path":[4,39,3,0,2,1,1],"span":[288,9,15]},{"path":[4,39,3,0,2,1,3],"span":[288,18,19]},{"path":[4,39,2,0],"span":[290,2,29]},{"path":[4,39,2,0,4],"span":[290,2,10]},{"path":[4,39,2,0,6],"span":[290,11,17]},{"path":[4,39,2,0,1],"span":[290,18,24]},{"path":[4,39,2,0,3],"span":[290,27,28]},{"path":[4,40],"span":[293,0,296,1]},{"path":[4,40,1],"span":[293,8,46]},{"path":[4,40,2,0],"span":[294,2,21]},{"path":[4,40,2,0,5],"span":[294,2,8]},{"path":[4,40,2,0,1],"span":[294,9,16]},{"path":[4,40,2,0,3],"span":[294,19,20]},{"path":[4,40,2,1],"span":[295,2,23]},{"path":[4,40,2,1,5],"span":[295,2,8]},{"path":[4,40,2,1,1],"span":[295,9,18]},{"path":[4,40,2,1,3],"span":[295,21,22]},{"path":[4,41],"span":[298,0,300,1]},{"path":[4,41,1],"span":[298,8,47]},{"path":[4,41,2,0],"span":[299,2,31]},{"path":[4,41,2,0,4],"span":[299,2,10]},{"path":[4,41,2,0,6],"span":[299,11,18]},{"path":[4,41,2,0,1],"span":[299,19,26]},{"path":[4,41,2,0,3],"span":[299,29,30]},{"path":[4,42],"span":[302,0,305,1]},{"path":[4,42,1],"span":[302,8,33]},{"path":[4,42,2,0],"span":[303,2,21]},{"path":[4,42,2,0,5],"span":[303,2,8]},{"path":[4,42,2,0,1],"span":[303,9,16]},{"path":[4,42,2,0,3],"span":[303,19,20]},{"path":[4,42,2,1],"span":[304,2,24]},{"path":[4,42,2,1,5],"span":[304,2,8]},{"path":[4,42,2,1,1],"span":[304,9,19]},{"path":[4,42,2,1,3],"span":[304,22,23]},{"path":[4,43],"span":[307,0,325,1]},{"path":[4,43,1],"span":[307,8,34]},{"path":[4,43,3,0],"span":[308,2,311,3]},{"path":[4,43,3,0,1],"span":[308,10,29]},{"path":[4,43,3,0,2,0],"span":[309,4,19]},{"path":[4,43,3,0,2,0,5],"span":[309,4,10]},{"path":[4,43,3,0,2,0,1],"span":[309,11,14]},{"path":[4,43,3,0,2,0,3],"span":[309,17,18]},{"path":[4,43,3,0,2,1],"span":[310,4,34]},{"path":[4,43,3,0,2,1,5],"span":[310,4,9]},{"path":[4,43,3,0,2,1,1],"span":[310,10,29]},{"path":[4,43,3,0,2,1,3],"span":[310,32,33]},{"path":[4,43,3,1],"span":[313,2,315,3]},{"path":[4,43,3,1,1],"span":[313,10,15]},{"path":[4,43,3,1,2,0],"span":[314,4,18]},{"path":[4,43,3,1,2,0,5],"span":[314,4,10]},{"path":[4,43,3,1,2,0,1],"span":[314,11,13]},{"path":[4,43,3,1,2,0,3],"span":[314,16,17]},{"path":[4,43,3,2],"span":[317,2,322,3]},{"path":[4,43,3,2,1],"span":[317,10,14]},{"path":[4,43,3,2,2,0],"span":[318,4,18]},{"path":[4,43,3,2,2,0,5],"span":[318,4,10]},{"path":[4,43,3,2,2,0,1],"span":[318,11,13]},{"path":[4,43,3,2,2,0,3],"span":[318,16,17]},{"path":[4,43,3,2,2,1],"span":[319,4,45]},{"path":[4,43,3,2,2,1,4],"span":[319,4,12]},{"path":[4,43,3,2,2,1,6],"span":[319,13,32]},{"path":[4,43,3,2,2,1,1],"span":[319,33,40]},{"path":[4,43,3,2,2,1,3],"span":[319,43,44]},{"path":[4,43,3,2,2,2],"span":[320,4,39]},{"path":[4,43,3,2,2,2,4],"span":[320,4,12]},{"path":[4,43,3,2,2,2,6],"span":[320,13,20]},{"path":[4,43,3,2,2,2,1],"span":[320,21,34]},{"path":[4,43,3,2,2,2,3],"span":[320,37,38]},{"path":[4,43,3,2,2,3],"span":[321,4,30]},{"path":[4,43,3,2,2,3,4],"span":[321,4,12]},{"path":[4,43,3,2,2,3,6],"span":[321,13,18]},{"path":[4,43,3,2,2,3,1],"span":[321,19,25]},{"path":[4,43,3,2,2,3,3],"span":[321,28,29]},{"path":[4,43,2,0],"span":[324,2,26]},{"path":[4,43,2,0,4],"span":[324,2,10]},{"path":[4,43,2,0,6],"span":[324,11,15]},{"path":[4,43,2,0,1],"span":[324,16,21]},{"path":[4,43,2,0,3],"span":[324,24,25]},{"path":[4,44],"span":[327,0,329,1]},{"path":[4,44,1],"span":[327,8,53]},{"path":[4,44,2,0],"span":[328,2,35]},{"path":[4,44,2,0,5],"span":[328,2,8]},{"path":[4,44,2,0,1],"span":[328,9,30]},{"path":[4,44,2,0,3],"span":[328,33,34]},{"path":[4,45],"span":[331,0,334,1]},{"path":[4,45,1],"span":[331,8,54]},{"path":[4,45,2,0],"span":[332,2,21]},{"path":[4,45,2,0,5],"span":[332,2,8]},{"path":[4,45,2,0,1],"span":[332,9,16]},{"path":[4,45,2,0,3],"span":[332,19,20]},{"path":[4,45,2,1],"span":[333,2,28]},{"path":[4,45,2,1,5],"span":[333,2,8]},{"path":[4,45,2,1,1],"span":[333,9,23]},{"path":[4,45,2,1,3],"span":[333,26,27]},{"path":[4,46],"span":[336,0,353,1]},{"path":[4,46,1],"span":[336,8,34]},{"path":[4,46,2,0],"span":[337,2,30]},{"path":[4,46,2,0,5],"span":[337,2,8]},{"path":[4,46,2,0,1],"span":[337,9,25]},{"path":[4,46,2,0,3],"span":[337,28,29]},{"path":[4,46,2,1],"span":[338,2,39]},{"path":[4,46,2,1,5],"span":[338,2,8]},{"path":[4,46,2,1,1],"span":[338,9,14]},{"path":[4,46,2,1,3],"span":[338,17,18]},{"path":[4,46,2,1,8],"span":[338,19,38]},{"path":[4,46,2,1,8,3],"span":[338,20,37]},{"path":[4,46,3,0],"span":[340,2,345,3]},{"path":[4,46,3,0,1],"span":[340,10,22]},{"path":[4,46,3,0,2,0],"span":[341,4,20]},{"path":[4,46,3,0,2,0,5],"span":[341,4,10]},{"path":[4,46,3,0,2,0,1],"span":[341,11,15]},{"path":[4,46,3,0,2,0,3],"span":[341,18,19]},{"path":[4,46,3,0,2,1],"span":[342,4,44]},{"path":[4,46,3,0,2,1,5],"span":[342,4,10]},{"path":[4,46,3,0,2,1,1],"span":[342,11,19]},{"path":[4,46,3,0,2,1,3],"span":[342,22,23]},{"path":[4,46,3,0,2,1,8],"span":[342,24,43]},{"path":[4,46,3,0,2,1,8,3],"span":[342,25,42]},{"path":[4,46,3,0,2,2],"span":[343,4,25]},{"path":[4,46,3,0,2,2,5],"span":[343,4,10]},{"path":[4,46,3,0,2,2,1],"span":[343,11,20]},{"path":[4,46,3,0,2,2,3],"span":[343,23,24]},{"path":[4,46,3,0,2,3],"span":[344,4,23]},{"path":[4,46,3,0,2,3,5],"span":[344,4,10]},{"path":[4,46,3,0,2,3,1],"span":[344,11,18]},{"path":[4,46,3,0,2,3,3],"span":[344,21,22]},{"path":[4,46,2,2],"span":[346,2,35]},{"path":[4,46,2,2,4],"span":[346,2,10]},{"path":[4,46,2,2,6],"span":[346,11,23]},{"path":[4,46,2,2,1],"span":[346,24,30]},{"path":[4,46,2,2,3],"span":[346,33,34]},{"path":[4,46,2,3],"span":[348,2,25]},{"path":[4,46,2,3,5],"span":[348,2,8]},{"path":[4,46,2,3,1],"span":[348,9,20]},{"path":[4,46,2,3,3],"span":[348,23,24]},{"path":[4,46,2,4],"span":[349,2,26]},{"path":[4,46,2,4,5],"span":[349,2,8]},{"path":[4,46,2,4,1],"span":[349,9,21]},{"path":[4,46,2,4,3],"span":[349,24,25]},{"path":[4,46,2,5],"span":[350,2,45]},{"path":[4,46,2,5,5],"span":[350,2,8]},{"path":[4,46,2,5,1],"span":[350,9,20]},{"path":[4,46,2,5,3],"span":[350,23,24]},{"path":[4,46,2,5,8],"span":[350,25,44]},{"path":[4,46,2,5,8,3],"span":[350,26,43]},{"path":[4,46,2,6],"span":[351,2,24]},{"path":[4,46,2,6,5],"span":[351,2,8]},{"path":[4,46,2,6,1],"span":[351,9,19]},{"path":[4,46,2,6,3],"span":[351,22,23]},{"path":[4,46,2,7],"span":[352,2,28]},{"path":[4,46,2,7,5],"span":[352,2,8]},{"path":[4,46,2,7,1],"span":[352,9,23]},{"path":[4,46,2,7,3],"span":[352,26,27]},{"path":[4,47],"span":[355,0,357,1]},{"path":[4,47,1],"span":[355,8,35]},{"path":[4,47,2,0],"span":[356,2,21]},{"path":[4,47,2,0,5],"span":[356,2,6]},{"path":[4,47,2,0,1],"span":[356,7,16]},{"path":[4,47,2,0,3],"span":[356,19,20]},{"path":[4,48],"span":[359,0,361,1]},{"path":[4,48,1],"span":[359,8,12]},{"path":[4,48,2,0],"span":[360,2,16]},{"path":[4,48,2,0,5],"span":[360,2,8]},{"path":[4,48,2,0,1],"span":[360,9,11]},{"path":[4,48,2,0,3],"span":[360,14,15]},{"path":[4,49],"span":[363,0,366,1]},{"path":[4,49,1],"span":[363,8,30]},{"path":[4,49,2,0],"span":[364,2,28]},{"path":[4,49,2,0,5],"span":[364,2,8]},{"path":[4,49,2,0,1],"span":[364,9,23]},{"path":[4,49,2,0,3],"span":[364,26,27]},{"path":[4,49,2,1],"span":[365,2,22]},{"path":[4,49,2,1,5],"span":[365,2,8]},{"path":[4,49,2,1,1],"span":[365,9,17]},{"path":[4,49,2,1,3],"span":[365,20,21]},{"path":[4,50],"span":[368,0,370,1]},{"path":[4,50,1],"span":[368,8,31]},{"path":[4,50,2,0],"span":[369,2,25]},{"path":[4,50,2,0,4],"span":[369,2,10]},{"path":[4,50,2,0,6],"span":[369,11,15]},{"path":[4,50,2,0,1],"span":[369,16,20]},{"path":[4,50,2,0,3],"span":[369,23,24]},{"path":[4,51],"span":[372,0,374,1]},{"path":[4,51,1],"span":[372,8,36]},{"path":[4,51,2,0],"span":[373,2,21]},{"path":[4,51,2,0,5],"span":[373,2,8]},{"path":[4,51,2,0,1],"span":[373,9,16]},{"path":[4,51,2,0,3],"span":[373,19,20]},{"path":[4,52],"span":[376,0,378,1]},{"path":[4,52,1],"span":[376,8,37]},{"path":[4,52,2,0],"span":[377,2,34]},{"path":[4,52,2,0,4],"span":[377,2,10]},{"path":[4,52,2,0,5],"span":[377,11,17]},{"path":[4,52,2,0,1],"span":[377,18,29]},{"path":[4,52,2,0,3],"span":[377,32,33]},{"path":[4,53],"span":[380,0,383,1]},{"path":[4,53,1],"span":[380,8,40]},{"path":[4,53,2,0],"span":[381,2,28]},{"path":[4,53,2,0,5],"span":[381,2,8]},{"path":[4,53,2,0,1],"span":[381,9,23]},{"path":[4,53,2,0,3],"span":[381,26,27]},{"path":[4,53,2,1],"span":[382,2,24]},{"path":[4,53,2,1,5],"span":[382,2,8]},{"path":[4,53,2,1,1],"span":[382,9,19]},{"path":[4,53,2,1,3],"span":[382,22,23]},{"path":[4,54],"span":[385,0,387,1]},{"path":[4,54,1],"span":[385,8,41]},{"path":[4,54,2,0],"span":[386,2,22]},{"path":[4,54,2,0,5],"span":[386,2,6]},{"path":[4,54,2,0,1],"span":[386,7,17]},{"path":[4,54,2,0,3],"span":[386,20,21]},{"path":[5,3],"span":[389,0,396,1]},{"path":[5,3,1],"span":[389,5,21]},{"path":[5,3,2,0],"span":[390,2,43]},{"path":[5,3,2,0,1],"span":[390,2,38]},{"path":[5,3,2,0,2],"span":[390,41,42]},{"path":[5,3,2,1],"span":[391,2,36]},{"path":[5,3,2,1,1],"span":[391,2,31]},{"path":[5,3,2,1,2],"span":[391,34,35]},{"path":[5,3,2,2],"span":[392,2,39]},{"path":[5,3,2,2,1],"span":[392,2,34]},{"path":[5,3,2,2,2],"span":[392,37,38]},{"path":[5,3,2,3],"span":[393,2,38]},{"path":[5,3,2,3,1],"span":[393,2,33]},{"path":[5,3,2,3,2],"span":[393,36,37]},{"path":[5,3,2,4],"span":[394,2,34]},{"path":[5,3,2,4,1],"span":[394,2,29]},{"path":[5,3,2,4,2],"span":[394,32,33]},{"path":[5,3,2,5],"span":[395,2,41]},{"path":[5,3,2,5,1],"span":[395,2,36]},{"path":[5,3,2,5,2],"span":[395,39,40]},{"path":[4,55],"span":[398,0,406,1]},{"path":[4,55,1],"span":[398,8,20]},{"path":[4,55,2,0],"span":[399,2,16]},{"path":[4,55,2,0,5],"span":[399,2,8]},{"path":[4,55,2,0,1],"span":[399,9,11]},{"path":[4,55,2,0,3],"span":[399,14,15]},{"path":[4,55,2,1],"span":[400,2,21]},{"path":[4,55,2,1,5],"span":[400,2,8]},{"path":[4,55,2,1,1],"span":[400,9,16]},{"path":[4,55,2,1,3],"span":[400,19,20]},{"path":[4,55,2,2],"span":[401,2,28]},{"path":[4,55,2,2,6],"span":[401,2,18]},{"path":[4,55,2,2,1],"span":[401,19,23]},{"path":[4,55,2,2,3],"span":[401,26,27]},{"path":[4,55,2,3],"span":[402,2,25]},{"path":[4,55,2,3,5],"span":[402,2,7]},{"path":[4,55,2,3,1],"span":[402,8,20]},{"path":[4,55,2,3,3],"span":[402,23,24]},{"path":[4,55,2,4],"span":[403,2,29]},{"path":[4,55,2,4,5],"span":[403,2,8]},{"path":[4,55,2,4,1],"span":[403,9,24]},{"path":[4,55,2,4,3],"span":[403,27,28]},{"path":[4,55,2,5],"span":[404,2,24]},{"path":[4,55,2,5,5],"span":[404,2,8]},{"path":[4,55,2,5,1],"span":[404,9,19]},{"path":[4,55,2,5,3],"span":[404,22,23]},{"path":[4,55,2,6],"span":[405,2,24]},{"path":[4,55,2,6,5],"span":[405,2,8]},{"path":[4,55,2,6,1],"span":[405,9,19]},{"path":[4,55,2,6,3],"span":[405,22,23]},{"path":[4,56],"span":[408,0,414,1]},{"path":[4,56,1],"span":[408,8,37]},{"path":[4,56,2,0],"span":[409,2,21]},{"path":[4,56,2,0,5],"span":[409,2,8]},{"path":[4,56,2,0,1],"span":[409,9,16]},{"path":[4,56,2,0,3],"span":[409,19,20]},{"path":[4,56,2,1],"span":[410,2,28]},{"path":[4,56,2,1,6],"span":[410,2,18]},{"path":[4,56,2,1,1],"span":[410,19,23]},{"path":[4,56,2,1,3],"span":[410,26,27]},{"path":[4,56,2,2],"span":[411,2,25]},{"path":[4,56,2,2,5],"span":[411,2,7]},{"path":[4,56,2,2,1],"span":[411,8,20]},{"path":[4,56,2,2,3],"span":[411,23,24]},{"path":[4,56,2,3],"span":[412,2,29]},{"path":[4,56,2,3,5],"span":[412,2,8]},{"path":[4,56,2,3,1],"span":[412,9,24]},{"path":[4,56,2,3,3],"span":[412,27,28]},{"path":[4,56,2,4],"span":[413,2,24]},{"path":[4,56,2,4,5],"span":[413,2,8]},{"path":[4,56,2,4,1],"span":[413,9,19]},{"path":[4,56,2,4,3],"span":[413,22,23]},{"path":[4,57],"span":[416,0,418,1]},{"path":[4,57,1],"span":[416,8,38]},{"path":[4,57,2,0],"span":[417,2,32]},{"path":[4,57,2,0,6],"span":[417,2,14]},{"path":[4,57,2,0,1],"span":[417,15,27]},{"path":[4,57,2,0,3],"span":[417,30,31]},{"path":[4,58],"span":[420,0,422,1]},{"path":[4,58,1],"span":[420,8,42]},{"path":[4,58,2,0],"span":[421,2,21]},{"path":[4,58,2,0,5],"span":[421,2,8]},{"path":[4,58,2,0,1],"span":[421,9,16]},{"path":[4,58,2,0,3],"span":[421,19,20]},{"path":[4,59],"span":[424,0,426,1]},{"path":[4,59,1],"span":[424,8,43]},{"path":[4,59,2,0],"span":[425,2,35]},{"path":[4,59,2,0,5],"span":[425,2,8]},{"path":[4,59,2,0,1],"span":[425,9,30]},{"path":[4,59,2,0,3],"span":[425,33,34]},{"path":[4,60],"span":[428,0,430,1]},{"path":[4,60,1],"span":[428,8,47]},{"path":[4,60,2,0],"span":[429,2,23]},{"path":[4,60,2,0,5],"span":[429,2,8]},{"path":[4,60,2,0,1],"span":[429,9,18]},{"path":[4,60,2,0,3],"span":[429,21,22]},{"path":[4,61],"span":[432,0,434,1]},{"path":[4,61,1],"span":[432,8,48]},{"path":[4,61,2,0],"span":[433,2,21]},{"path":[4,61,2,0,5],"span":[433,2,8]},{"path":[4,61,2,0,1],"span":[433,9,16]},{"path":[4,61,2,0,3],"span":[433,19,20]},{"path":[4,62],"span":[436,0,440,1]},{"path":[4,62,1],"span":[436,8,31]},{"path":[4,62,7],"span":[437,2,27]},{"path":[4,62,7,3],"span":[437,2,27]},{"path":[4,62,2,0],"span":[438,2,21]},{"path":[4,62,2,0,5],"span":[438,2,8]},{"path":[4,62,2,0,1],"span":[438,9,16]},{"path":[4,62,2,0,3],"span":[438,19,20]},{"path":[4,62,2,1],"span":[439,2,29]},{"path":[4,62,2,1,4],"span":[439,2,10]},{"path":[4,62,2,1,5],"span":[439,11,17]},{"path":[4,62,2,1,1],"span":[439,18,24]},{"path":[4,62,2,1,3],"span":[439,27,28]},{"path":[4,63],"span":[442,0,445,1]},{"path":[4,63,1],"span":[442,8,32]},{"path":[4,63,7],"span":[443,2,27]},{"path":[4,63,7,3],"span":[443,2,27]},{"path":[4,63,2,0],"span":[444,2,15]},{"path":[4,63,2,0,5],"span":[444,2,6]},{"path":[4,63,2,0,1],"span":[444,7,10]},{"path":[4,63,2,0,3],"span":[444,13,14]},{"path":[4,64],"span":[447,0,450,1]},{"path":[4,64,1],"span":[447,8,31]},{"path":[4,64,2,0],"span":[448,2,21]},{"path":[4,64,2,0,5],"span":[448,2,8]},{"path":[4,64,2,0,1],"span":[448,9,16]},{"path":[4,64,2,0,3],"span":[448,19,20]},{"path":[4,64,2,1],"span":[449,2,29]},{"path":[4,64,2,1,4],"span":[449,2,10]},{"path":[4,64,2,1,5],"span":[449,11,17]},{"path":[4,64,2,1,1],"span":[449,18,24]},{"path":[4,64,2,1,3],"span":[449,27,28]},{"path":[4,65],"span":[452,0,456,1]},{"path":[4,65,1],"span":[452,8,32]},{"path":[4,65,2,0],"span":[453,2,15]},{"path":[4,65,2,0,5],"span":[453,2,6]},{"path":[4,65,2,0,1],"span":[453,7,10]},{"path":[4,65,2,0,3],"span":[453,13,14]},{"path":[4,65,2,1],"span":[454,2,32]},{"path":[4,65,2,1,4],"span":[454,2,10]},{"path":[4,65,2,1,6],"span":[454,11,18]},{"path":[4,65,2,1,1],"span":[454,19,27]},{"path":[4,65,2,1,3],"span":[454,30,31]},{"path":[4,65,2,2],"span":[455,2,31]},{"path":[4,65,2,2,6],"span":[455,2,16]},{"path":[4,65,2,2,1],"span":[455,17,26]},{"path":[4,65,2,2,3],"span":[455,29,30]},{"path":[4,66],"span":[459,0,461,1]},{"path":[4,66,1],"span":[459,8,39]},{"path":[4,66,2,0],"span":[460,2,21]},{"path":[4,66,2,0,5],"span":[460,2,8]},{"path":[4,66,2,0,1],"span":[460,9,16]},{"path":[4,66,2,0,3],"span":[460,19,20]},{"path":[4,67],"span":[463,0,465,1]},{"path":[4,67,1],"span":[463,8,40]},{"path":[4,67,2,0],"span":[464,2,16]},{"path":[4,67,2,0,5],"span":[464,2,6]},{"path":[4,67,2,0,1],"span":[464,7,11]},{"path":[4,67,2,0,3],"span":[464,14,15]},{"path":[4,68],"span":[467,0,469,1]},{"path":[4,68,1],"span":[467,8,34]},{"path":[4,68,2,0],"span":[468,2,21]},{"path":[4,68,2,0,5],"span":[468,2,8]},{"path":[4,68,2,0,1],"span":[468,9,16]},{"path":[4,68,2,0,3],"span":[468,19,20]},{"path":[4,69],"span":[471,0,473,1]},{"path":[4,69,1],"span":[471,8,35]},{"path":[4,69,2,0],"span":[472,2,28]},{"path":[4,69,2,0,6],"span":[472,2,18]},{"path":[4,69,2,0,1],"span":[472,19,23]},{"path":[4,69,2,0,3],"span":[472,26,27]},{"path":[4,70],"span":[475,0,478,1]},{"path":[4,70,1],"span":[475,8,32]},{"path":[4,70,2,0],"span":[476,2,21]},{"path":[4,70,2,0,5],"span":[476,2,8]},{"path":[4,70,2,0,1],"span":[476,9,16]},{"path":[4,70,2,0,3],"span":[476,19,20]},{"path":[4,70,2,1],"span":[477,2,24]},{"path":[4,70,2,1,5],"span":[477,2,8]},{"path":[4,70,2,1,1],"span":[477,9,19]},{"path":[4,70,2,1,3],"span":[477,22,23]},{"path":[4,71],"span":[480,0,482,1]},{"path":[4,71,1],"span":[480,8,33]},{"path":[4,71,2,0],"span":[481,2,18]},{"path":[4,71,2,0,5],"span":[481,2,8]},{"path":[4,71,2,0,1],"span":[481,9,13]},{"path":[4,71,2,0,3],"span":[481,16,17]},{"path":[4,72],"span":[484,0,486,1]},{"path":[4,72,1],"span":[484,8,37]},{"path":[4,72,2,0],"span":[485,8,37]},{"path":[4,72,2,0,4],"span":[485,8,16]},{"path":[4,72,2,0,5],"span":[485,17,23]},{"path":[4,72,2,0,1],"span":[485,24,32]},{"path":[4,72,2,0,3],"span":[485,35,36]},{"path":[4,73],"span":[488,0,490,1]},{"path":[4,73,1],"span":[488,8,47]},{"path":[4,73,2,0],"span":[489,2,21]},{"path":[4,73,2,0,5],"span":[489,2,8]},{"path":[4,73,2,0,1],"span":[489,9,16]},{"path":[4,73,2,0,3],"span":[489,19,20]},{"path":[4,74],"span":[492,0,494,1]},{"path":[4,74,1],"span":[492,8,48]},{"path":[4,74,2,0],"span":[493,2,22]},{"path":[4,74,2,0,5],"span":[493,2,6]},{"path":[4,74,2,0,1],"span":[493,7,17]},{"path":[4,74,2,0,3],"span":[493,20,21]},{"path":[4,75],"span":[496,0,500,1]},{"path":[4,75,1],"span":[496,8,33]},{"path":[4,75,2,0],"span":[497,2,21]},{"path":[4,75,2,0,5],"span":[497,2,8]},{"path":[4,75,2,0,1],"span":[497,9,16]},{"path":[4,75,2,0,3],"span":[497,19,20]},{"path":[4,75,2,1],"span":[498,2,17]},{"path":[4,75,2,1,5],"span":[498,2,8]},{"path":[4,75,2,1,1],"span":[498,9,12]},{"path":[4,75,2,1,3],"span":[498,15,16]},{"path":[4,75,2,2],"span":[499,2,19]},{"path":[4,75,2,2,5],"span":[499,2,8]},{"path":[4,75,2,2,1],"span":[499,9,14]},{"path":[4,75,2,2,3],"span":[499,17,18]},{"path":[4,76],"span":[502,0,504,1]},{"path":[4,76,1],"span":[502,8,34]},{"path":[4,76,2,0],"span":[503,2,19]},{"path":[4,76,2,0,5],"span":[503,2,6]},{"path":[4,76,2,0,1],"span":[503,7,14]},{"path":[4,76,2,0,3],"span":[503,17,18]},{"path":[6,0],"span":[506,0,578,1]},{"path":[6,0,1],"span":[506,8,19]},{"path":[6,0,2,0],"span":[507,2,121]},{"path":[6,0,2,0,1],"span":[507,6,34]},{"path":[6,0,2,0,2],"span":[507,35,70]},{"path":[6,0,2,0,3],"span":[507,81,117]},{"path":[6,0,2,1],"span":[509,2,118]},{"path":[6,0,2,1,1],"span":[509,6,33]},{"path":[6,0,2,1,2],"span":[509,34,68]},{"path":[6,0,2,1,3],"span":[509,79,114]},{"path":[6,0,2,2],"span":[511,2,100]},{"path":[6,0,2,2,1],"span":[511,6,27]},{"path":[6,0,2,2,2],"span":[511,28,56]},{"path":[6,0,2,2,3],"span":[511,67,96]},{"path":[6,0,2,3],"span":[513,2,106]},{"path":[6,0,2,3,1],"span":[513,6,29]},{"path":[6,0,2,3,2],"span":[513,30,60]},{"path":[6,0,2,3,3],"span":[513,71,102]},{"path":[6,0,2,4],"span":[515,2,115]},{"path":[6,0,2,4,1],"span":[515,6,32]},{"path":[6,0,2,4,2],"span":[515,33,66]},{"path":[6,0,2,4,3],"span":[515,77,111]},{"path":[6,0,2,5],"span":[517,2,76]},{"path":[6,0,2,5,1],"span":[517,6,19]},{"path":[6,0,2,5,2],"span":[517,20,40]},{"path":[6,0,2,5,3],"span":[517,51,72]},{"path":[6,0,2,6],"span":[519,2,76]},{"path":[6,0,2,6,1],"span":[519,6,19]},{"path":[6,0,2,6,2],"span":[519,20,40]},{"path":[6,0,2,6,3],"span":[519,51,72]},{"path":[6,0,2,7],"span":[521,2,97]},{"path":[6,0,2,7,1],"span":[521,6,26]},{"path":[6,0,2,7,2],"span":[521,27,54]},{"path":[6,0,2,7,3],"span":[521,65,93]},{"path":[6,0,2,8],"span":[523,2,88]},{"path":[6,0,2,8,1],"span":[523,6,23]},{"path":[6,0,2,8,2],"span":[523,24,48]},{"path":[6,0,2,8,3],"span":[523,59,84]},{"path":[6,0,2,9],"span":[525,2,82]},{"path":[6,0,2,9,1],"span":[525,6,21]},{"path":[6,0,2,9,2],"span":[525,22,44]},{"path":[6,0,2,9,3],"span":[525,55,78]},{"path":[6,0,2,10],"span":[527,2,97]},{"path":[6,0,2,10,1],"span":[527,6,28]},{"path":[6,0,2,10,2],"span":[527,29,58]},{"path":[6,0,2,10,3],"span":[527,69,93]},{"path":[6,0,2,11],"span":[529,2,97]},{"path":[6,0,2,11,1],"span":[529,6,26]},{"path":[6,0,2,11,2],"span":[529,27,54]},{"path":[6,0,2,11,3],"span":[529,65,93]},{"path":[6,0,2,12],"span":[531,2,106]},{"path":[6,0,2,12,1],"span":[531,6,29]},{"path":[6,0,2,12,2],"span":[531,30,60]},{"path":[6,0,2,12,3],"span":[531,71,102]},{"path":[6,0,2,13],"span":[533,2,106]},{"path":[6,0,2,13,1],"span":[533,6,29]},{"path":[6,0,2,13,2],"span":[533,30,60]},{"path":[6,0,2,13,3],"span":[533,71,102]},{"path":[6,0,2,14],"span":[535,2,115]},{"path":[6,0,2,14,1],"span":[535,6,32]},{"path":[6,0,2,14,2],"span":[535,33,66]},{"path":[6,0,2,14,3],"span":[535,77,111]},{"path":[6,0,2,15],"span":[537,2,106]},{"path":[6,0,2,15,1],"span":[537,6,29]},{"path":[6,0,2,15,2],"span":[537,30,60]},{"path":[6,0,2,15,3],"span":[537,71,102]},{"path":[6,0,2,16],"span":[539,2,112]},{"path":[6,0,2,16,1],"span":[539,6,31]},{"path":[6,0,2,16,2],"span":[539,32,64]},{"path":[6,0,2,16,3],"span":[539,75,108]},{"path":[6,0,2,17],"span":[541,2,130]},{"path":[6,0,2,17,1],"span":[541,6,37]},{"path":[6,0,2,17,2],"span":[541,38,76]},{"path":[6,0,2,17,3],"span":[541,87,126]},{"path":[6,0,2,18],"span":[543,2,91]},{"path":[6,0,2,18,1],"span":[543,6,24]},{"path":[6,0,2,18,2],"span":[543,25,50]},{"path":[6,0,2,18,3],"span":[543,61,87]},{"path":[6,0,2,19],"span":[545,2,151]},{"path":[6,0,2,19,1],"span":[545,6,44]},{"path":[6,0,2,19,2],"span":[545,45,90]},{"path":[6,0,2,19,3],"span":[545,101,147]},{"path":[6,0,2,20],"span":[547,2,99]},{"path":[6,0,2,20,1],"span":[547,6,30]},{"path":[6,0,2,20,2],"span":[547,31,57]},{"path":[6,0,2,20,3],"span":[547,68,95]},{"path":[6,0,2,21],"span":[549,2,100]},{"path":[6,0,2,21,1],"span":[549,6,39]},{"path":[6,0,2,21,2],"span":[549,40,62]},{"path":[6,0,2,21,3],"span":[549,73,96]},{"path":[6,0,2,22],"span":[551,2,100]},{"path":[6,0,2,22,1],"span":[551,6,27]},{"path":[6,0,2,22,2],"span":[551,28,56]},{"path":[6,0,2,22,3],"span":[551,67,96]},{"path":[6,0,2,23],"span":[553,2,112]},{"path":[6,0,2,23,1],"span":[553,6,31]},{"path":[6,0,2,23,2],"span":[553,32,64]},{"path":[6,0,2,23,3],"span":[553,75,108]},{"path":[6,0,2,24],"span":[555,2,103]},{"path":[6,0,2,24,1],"span":[555,6,28]},{"path":[6,0,2,24,2],"span":[555,29,58]},{"path":[6,0,2,24,3],"span":[555,69,99]},{"path":[6,0,2,25],"span":[557,2,118]},{"path":[6,0,2,25,1],"span":[557,6,33]},{"path":[6,0,2,25,2],"span":[557,34,68]},{"path":[6,0,2,25,3],"span":[557,79,114]},{"path":[6,0,2,26],"span":[559,2,133]},{"path":[6,0,2,26,1],"span":[559,6,38]},{"path":[6,0,2,26,2],"span":[559,39,78]},{"path":[6,0,2,26,3],"span":[559,89,129]},{"path":[6,0,2,27],"span":[561,2,85]},{"path":[6,0,2,27,1],"span":[561,6,22]},{"path":[6,0,2,27,2],"span":[561,23,46]},{"path":[6,0,2,27,3],"span":[561,57,81]},{"path":[6,0,2,28],"span":[563,2,109]},{"path":[6,0,2,28,1],"span":[563,6,30]},{"path":[6,0,2,28,2],"span":[563,31,62]},{"path":[6,0,2,28,3],"span":[563,73,105]},{"path":[6,0,2,29],"span":[565,2,567,3]},{"path":[6,0,2,29,1],"span":[565,6,22]},{"path":[6,0,2,29,2],"span":[565,23,46]},{"path":[6,0,2,29,3],"span":[565,57,81]},{"path":[6,0,2,29,4],"span":[566,4,29]},{"path":[6,0,2,29,4,33],"span":[566,4,29]},{"path":[6,0,2,30],"span":[569,2,94]},{"path":[6,0,2,30,1],"span":[569,6,25]},{"path":[6,0,2,30,2],"span":[569,26,52]},{"path":[6,0,2,30,3],"span":[569,63,90]},{"path":[6,0,2,31],"span":[571,2,88]},{"path":[6,0,2,31,1],"span":[571,6,23]},{"path":[6,0,2,31,2],"span":[571,24,48]},{"path":[6,0,2,31,3],"span":[571,59,84]},{"path":[6,0,2,32],"span":[573,2,113]},{"path":[6,0,2,32,1],"span":[573,6,39]},{"path":[6,0,2,32,2],"span":[573,40,69]},{"path":[6,0,2,32,3],"span":[573,80,109]},{"path":[6,0,2,33],"span":[575,2,133]},{"path":[6,0,2,33,1],"span":[575,6,38]},{"path":[6,0,2,33,2],"span":[575,39,78]},{"path":[6,0,2,33,3],"span":[575,89,129]},{"path":[6,0,2,34],"span":[577,2,91]},{"path":[6,0,2,34,1],"span":[577,6,24]},{"path":[6,0,2,34,2],"span":[577,25,50]},{"path":[6,0,2,34,3],"span":[577,61,87]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}