@lansweeper/multitenant-api-grpc 0.4.37 → 0.4.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.ignorecompat +0 -0
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/index.d.ts +1 -0
- package/gen-proto/index.js +3 -1
- package/gen-proto/limits/limits_grpc_pb.js +1 -0
- package/gen-proto/limits/limits_pb.d.ts +81 -0
- package/gen-proto/limits/limits_pb.js +514 -0
- package/gen-proto/multitenant_grpc_pb.d.ts +18 -0
- package/gen-proto/multitenant_grpc_pb.js +34 -0
- package/gen-proto/multitenant_pb.d.ts +45 -0
- package/gen-proto/multitenant_pb.js +343 -2
- package/generated-go/multitenant.pb.go +1223 -1070
- package/generated-go/multitenant_grpc.pb.go +38 -1
- package/package.json +5 -2
- package/proto/limits/limits.proto +29 -0
- package/proto/multitenant.proto +13 -124
- package/protodeps.yaml +4 -0
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"},{"name":"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}}]}
|
|
1
|
+
{"file":[{"name":"limits/limits.proto","package":"lansweeper.shared.limits.v1","messageType":[{"name":"CalculateRiskInsights","field":[{"name":"from_year","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"fromYear","proto3Optional":true},{"name":"from_severity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.RiskInsightsSeverity","oneofIndex":1,"jsonName":"fromSeverity","proto3Optional":true},{"name":"max","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":2,"jsonName":"max","proto3Optional":true}],"oneofDecl":[{"name":"_from_year"},{"name":"_from_severity"},{"name":"_max"}]},{"name":"SiteLimits","field":[{"name":"tier","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.SiteLimitsTiers","jsonName":"tier"},{"name":"calculate_risk_insights","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.CalculateRiskInsights","oneofIndex":0,"jsonName":"calculateRiskInsights","proto3Optional":true}],"oneofDecl":[{"name":"_calculate_risk_insights"}]}],"enumType":[{"name":"SiteLimitsTiers","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":2}]},{"name":"RiskInsightsSeverity","value":[{"name":"RISK_INSIGHT_SEVERITY_LOW","number":0},{"name":"RISK_INSIGHT_SEVERITY_MEDIUM","number":1},{"name":"RISK_INSIGHT_SEVERITY_HIGH","number":2},{"name":"RISK_INSIGHT_SEVERITY_CRITICAL","number":3}]}],"options":{"goPackage":"github.com/Lansweeper/lansweeperapis/packages/shared/generated-go;limits"},"sourceCodeInfo":{"location":[{"span":[0,0,28,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,36]},{"path":[8],"span":[3,0,95]},{"path":[8,11],"span":[3,0,95]},{"path":[5,0],"span":[6,0,10,1]},{"path":[5,0,1],"span":[6,5,20]},{"path":[5,0,2,0],"span":[7,2,38]},{"path":[5,0,2,0,1],"span":[7,2,33]},{"path":[5,0,2,0,2],"span":[7,36,37]},{"path":[5,0,2,1],"span":[8,2,34]},{"path":[5,0,2,1,1],"span":[8,2,29]},{"path":[5,0,2,1,2],"span":[8,32,33]},{"path":[5,0,2,2],"span":[9,2,41]},{"path":[5,0,2,2,1],"span":[9,2,36]},{"path":[5,0,2,2,2],"span":[9,39,40]},{"path":[5,1],"span":[12,0,17,1]},{"path":[5,1,1],"span":[12,5,25]},{"path":[5,1,2,0],"span":[13,2,32]},{"path":[5,1,2,0,1],"span":[13,2,27]},{"path":[5,1,2,0,2],"span":[13,30,31]},{"path":[5,1,2,1],"span":[14,2,35]},{"path":[5,1,2,1,1],"span":[14,2,30]},{"path":[5,1,2,1,2],"span":[14,33,34]},{"path":[5,1,2,2],"span":[15,2,33]},{"path":[5,1,2,2,1],"span":[15,2,28]},{"path":[5,1,2,2,2],"span":[15,31,32]},{"path":[5,1,2,3],"span":[16,2,37]},{"path":[5,1,2,3,1],"span":[16,2,32]},{"path":[5,1,2,3,2],"span":[16,35,36]},{"path":[4,0],"span":[19,0,23,1]},{"path":[4,0,1],"span":[19,8,29]},{"path":[4,0,2,0],"span":[20,2,32]},{"path":[4,0,2,0,4],"span":[20,2,10]},{"path":[4,0,2,0,5],"span":[20,11,17]},{"path":[4,0,2,0,1],"span":[20,18,27]},{"path":[4,0,2,0,3],"span":[20,30,31]},{"path":[4,0,2,1],"span":[21,2,50]},{"path":[4,0,2,1,4],"span":[21,2,10]},{"path":[4,0,2,1,6],"span":[21,11,31]},{"path":[4,0,2,1,1],"span":[21,32,45]},{"path":[4,0,2,1,3],"span":[21,48,49]},{"path":[4,0,2,2],"span":[22,2,25]},{"path":[4,0,2,2,4],"span":[22,2,10]},{"path":[4,0,2,2,5],"span":[22,11,16]},{"path":[4,0,2,2,1],"span":[22,17,20]},{"path":[4,0,2,2,3],"span":[22,23,24]},{"path":[4,1],"span":[25,0,28,1]},{"path":[4,1,1],"span":[25,8,18]},{"path":[4,1,2,0],"span":[26,2,27]},{"path":[4,1,2,0,6],"span":[26,2,17]},{"path":[4,1,2,0,1],"span":[26,18,22]},{"path":[4,1,2,0,3],"span":[26,25,26]},{"path":[4,1,2,1],"span":[27,2,61]},{"path":[4,1,2,1,4],"span":[27,2,10]},{"path":[4,1,2,1,6],"span":[27,11,32]},{"path":[4,1,2,1,1],"span":[27,33,56]},{"path":[4,1,2,1,3],"span":[27,59,60]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","dependency":["limits/limits.proto"],"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"}]},{"name":"GetSiteLimitsRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"GetSiteLimitsResponse","field":[{"name":"site_limits","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry","jsonName":"siteLimits"}],"nestedType":[{"name":"SiteLimitsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.SiteLimits","jsonName":"value"}],"options":{"mapEntry":true}}]}],"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":{}},{"name":"GetSiteLimits","inputType":".lansweeper.multitenant.v1.GetSiteLimitsRequest","outputType":".lansweeper.multitenant.v1.GetSiteLimitsResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,467,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[1,0,34]},{"path":[8],"span":[2,0,37]},{"path":[8,11],"span":[2,0,37]},{"path":[3,0],"span":[4,0,29]},{"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":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,36]},{"path":[4,1,2,0],"span":[15,2,16]},{"path":[4,1,2,0,5],"span":[15,2,8]},{"path":[4,1,2,0,1],"span":[15,9,11]},{"path":[4,1,2,0,3],"span":[15,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[20,0,26,1]},{"path":[5,0,1],"span":[20,5,13]},{"path":[5,0,2,0],"span":[21,2,19]},{"path":[5,0,2,0,1],"span":[21,2,14]},{"path":[5,0,2,0,2],"span":[21,17,18]},{"path":[5,0,2,1],"span":[22,2,19]},{"path":[5,0,2,1,1],"span":[22,2,14]},{"path":[5,0,2,1,2],"span":[22,17,18]},{"path":[5,0,2,2],"span":[23,2,11]},{"path":[5,0,2,2,1],"span":[23,2,6]},{"path":[5,0,2,2,2],"span":[23,9,10]},{"path":[5,0,2,3],"span":[24,2,13]},{"path":[5,0,2,3,1],"span":[24,2,8]},{"path":[5,0,2,3,2],"span":[24,11,12]},{"path":[5,0,2,4],"span":[25,2,11]},{"path":[5,0,2,4,1],"span":[25,2,6]},{"path":[5,0,2,4,2],"span":[25,9,10]},{"path":[4,3],"span":[27,0,34,1]},{"path":[4,3,1],"span":[27,8,19]},{"path":[4,3,2,0],"span":[28,2,16]},{"path":[4,3,2,0,5],"span":[28,2,8]},{"path":[4,3,2,0,1],"span":[28,9,11]},{"path":[4,3,2,0,3],"span":[28,14,15]},{"path":[4,3,2,1],"span":[29,2,18]},{"path":[4,3,2,1,5],"span":[29,2,8]},{"path":[4,3,2,1,1],"span":[29,9,13]},{"path":[4,3,2,1,3],"span":[29,16,17]},{"path":[4,3,2,2],"span":[30,2,26]},{"path":[4,3,2,2,5],"span":[30,2,8]},{"path":[4,3,2,2,1],"span":[30,9,21]},{"path":[4,3,2,2,3],"span":[30,24,25]},{"path":[4,3,2,3],"span":[31,2,22]},{"path":[4,3,2,3,5],"span":[31,2,8]},{"path":[4,3,2,3,1],"span":[31,9,17]},{"path":[4,3,2,3,3],"span":[31,20,21]},{"path":[4,3,2,4],"span":[32,2,20]},{"path":[4,3,2,4,6],"span":[32,2,10]},{"path":[4,3,2,4,1],"span":[32,11,15]},{"path":[4,3,2,4,3],"span":[32,18,19]},{"path":[4,3,2,5],"span":[33,2,32]},{"path":[4,3,2,5,6],"span":[33,2,16]},{"path":[4,3,2,5,1],"span":[33,17,27]},{"path":[4,3,2,5,3],"span":[33,30,31]},{"path":[4,4],"span":[35,0,38,1]},{"path":[4,4,1],"span":[35,8,28]},{"path":[4,4,2,0],"span":[36,2,16]},{"path":[4,4,2,0,5],"span":[36,2,8]},{"path":[4,4,2,0,1],"span":[36,9,11]},{"path":[4,4,2,0,3],"span":[36,14,15]},{"path":[4,4,2,1],"span":[37,2,20]},{"path":[4,4,2,1,6],"span":[37,2,10]},{"path":[4,4,2,1,1],"span":[37,11,15]},{"path":[4,4,2,1,3],"span":[37,18,19]},{"path":[4,5],"span":[39,0,41,1]},{"path":[4,5,1],"span":[39,8,29]},{"path":[4,5,2,0],"span":[40,2,19]},{"path":[4,5,2,0,5],"span":[40,2,6]},{"path":[4,5,2,0,1],"span":[40,7,14]},{"path":[4,5,2,0,3],"span":[40,17,18]},{"path":[4,6],"span":[42,0,47,1]},{"path":[4,6,1],"span":[42,8,15]},{"path":[4,6,2,0],"span":[43,2,16]},{"path":[4,6,2,0,5],"span":[43,2,8]},{"path":[4,6,2,0,1],"span":[43,9,11]},{"path":[4,6,2,0,3],"span":[43,14,15]},{"path":[4,6,2,1],"span":[44,2,21]},{"path":[4,6,2,1,5],"span":[44,2,8]},{"path":[4,6,2,1,1],"span":[44,9,16]},{"path":[4,6,2,1,3],"span":[44,19,20]},{"path":[4,6,2,2],"span":[45,2,23]},{"path":[4,6,2,2,6],"span":[45,2,13]},{"path":[4,6,2,2,1],"span":[45,14,18]},{"path":[4,6,2,2,3],"span":[45,21,22]},{"path":[4,6,2,3],"span":[46,2,20]},{"path":[4,6,2,3,5],"span":[46,2,6]},{"path":[4,6,2,3,1],"span":[46,7,15]},{"path":[4,6,2,3,3],"span":[46,18,19]},{"path":[4,7],"span":[48,0,51,1]},{"path":[4,7,1],"span":[48,8,38]},{"path":[4,7,2,0],"span":[49,2,24]},{"path":[4,7,2,0,5],"span":[49,2,8]},{"path":[4,7,2,0,1],"span":[49,9,19]},{"path":[4,7,2,0,3],"span":[49,22,23]},{"path":[4,7,2,1],"span":[50,2,26]},{"path":[4,7,2,1,5],"span":[50,2,6]},{"path":[4,7,2,1,1],"span":[50,7,21]},{"path":[4,7,2,1,3],"span":[50,24,25]},{"path":[4,8],"span":[52,0,54,1]},{"path":[4,8,1],"span":[52,8,39]},{"path":[4,8,2,0],"span":[53,2,31]},{"path":[4,8,2,0,4],"span":[53,2,10]},{"path":[4,8,2,0,6],"span":[53,11,18]},{"path":[4,8,2,0,1],"span":[53,19,26]},{"path":[4,8,2,0,3],"span":[53,29,30]},{"path":[4,9],"span":[55,0,58,1]},{"path":[4,9,1],"span":[55,8,41]},{"path":[4,9,2,0],"span":[56,2,24]},{"path":[4,9,2,0,5],"span":[56,2,8]},{"path":[4,9,2,0,1],"span":[56,9,19]},{"path":[4,9,2,0,3],"span":[56,22,23]},{"path":[4,9,2,1],"span":[57,2,46]},{"path":[4,9,2,1,5],"span":[57,2,6]},{"path":[4,9,2,1,1],"span":[57,7,21]},{"path":[4,9,2,1,3],"span":[57,24,25]},{"path":[4,9,2,1,8],"span":[57,26,45]},{"path":[4,9,2,1,8,3],"span":[57,27,44]},{"path":[4,10],"span":[59,0,61,1]},{"path":[4,10,1],"span":[59,8,42]},{"path":[4,10,2,0],"span":[60,2,31]},{"path":[4,10,2,0,4],"span":[60,2,10]},{"path":[4,10,2,0,6],"span":[60,11,18]},{"path":[4,10,2,0,1],"span":[60,19,26]},{"path":[4,10,2,0,3],"span":[60,29,30]},{"path":[4,11],"span":[62,0,71,1]},{"path":[4,11,1],"span":[62,8,43]},{"path":[4,11,2,0],"span":[63,2,24]},{"path":[4,11,2,0,5],"span":[63,2,8]},{"path":[4,11,2,0,1],"span":[63,9,19]},{"path":[4,11,2,0,3],"span":[63,22,23]},{"path":[4,11,2,1],"span":[64,2,21]},{"path":[4,11,2,1,5],"span":[64,2,8]},{"path":[4,11,2,1,1],"span":[64,9,16]},{"path":[4,11,2,1,3],"span":[64,19,20]},{"path":[4,11,2,2],"span":[65,2,22]},{"path":[4,11,2,2,5],"span":[65,2,6]},{"path":[4,11,2,2,1],"span":[65,7,17]},{"path":[4,11,2,2,3],"span":[65,20,21]},{"path":[4,11,3,0],"span":[66,2,69,3]},{"path":[4,11,3,0,1],"span":[66,10,18]},{"path":[4,11,3,0,2,0],"span":[67,4,21]},{"path":[4,11,3,0,2,0,5],"span":[67,4,8]},{"path":[4,11,3,0,2,0,1],"span":[67,9,16]},{"path":[4,11,3,0,2,0,3],"span":[67,19,20]},{"path":[4,11,3,0,2,1],"span":[68,4,26]},{"path":[4,11,3,0,2,1,5],"span":[68,4,8]},{"path":[4,11,3,0,2,1,1],"span":[68,9,21]},{"path":[4,11,3,0,2,1,3],"span":[68,24,25]},{"path":[4,11,2,3],"span":[70,2,25]},{"path":[4,11,2,3,6],"span":[70,2,10]},{"path":[4,11,2,3,1],"span":[70,11,20]},{"path":[4,11,2,3,3],"span":[70,23,24]},{"path":[4,12],"span":[72,0,74,1]},{"path":[4,12,1],"span":[72,8,44]},{"path":[4,12,2,0],"span":[73,2,18]},{"path":[4,12,2,0,5],"span":[73,2,6]},{"path":[4,12,2,0,1],"span":[73,7,13]},{"path":[4,12,2,0,3],"span":[73,16,17]},{"path":[4,13],"span":[75,0,78,1]},{"path":[4,13,1],"span":[75,8,42]},{"path":[4,13,2,0],"span":[76,2,23]},{"path":[4,13,2,0,5],"span":[76,2,8]},{"path":[4,13,2,0,1],"span":[76,9,18]},{"path":[4,13,2,0,3],"span":[76,21,22]},{"path":[4,13,2,1],"span":[77,2,21]},{"path":[4,13,2,1,5],"span":[77,2,8]},{"path":[4,13,2,1,1],"span":[77,9,16]},{"path":[4,13,2,1,3],"span":[77,19,20]},{"path":[4,14],"span":[79,0,81,1]},{"path":[4,14,1],"span":[79,8,43]},{"path":[4,14,2,0],"span":[80,2,18]},{"path":[4,14,2,0,5],"span":[80,2,6]},{"path":[4,14,2,0,1],"span":[80,7,13]},{"path":[4,14,2,0,3],"span":[80,16,17]},{"path":[5,1],"span":[82,0,86,1]},{"path":[5,1,1],"span":[82,5,22]},{"path":[5,1,2,0],"span":[83,2,39]},{"path":[5,1,2,0,1],"span":[83,2,34]},{"path":[5,1,2,0,2],"span":[83,37,38]},{"path":[5,1,2,1],"span":[84,2,31]},{"path":[5,1,2,1,1],"span":[84,2,26]},{"path":[5,1,2,1,2],"span":[84,29,30]},{"path":[5,1,2,2],"span":[85,2,33]},{"path":[5,1,2,2,1],"span":[85,2,28]},{"path":[5,1,2,2,2],"span":[85,31,32]},{"path":[4,15],"span":[87,0,104,1]},{"path":[4,15,1],"span":[87,8,15]},{"path":[4,15,2,0],"span":[88,2,16]},{"path":[4,15,2,0,5],"span":[88,2,8]},{"path":[4,15,2,0,1],"span":[88,9,11]},{"path":[4,15,2,0,3],"span":[88,14,15]},{"path":[4,15,2,1],"span":[89,2,21]},{"path":[4,15,2,1,5],"span":[89,2,8]},{"path":[4,15,2,1,1],"span":[89,9,16]},{"path":[4,15,2,1,3],"span":[89,19,20]},{"path":[4,15,2,2],"span":[90,2,26]},{"path":[4,15,2,2,5],"span":[90,2,8]},{"path":[4,15,2,2,1],"span":[90,9,21]},{"path":[4,15,2,2,3],"span":[90,24,25]},{"path":[4,15,2,3],"span":[91,2,25]},{"path":[4,15,2,3,5],"span":[91,2,8]},{"path":[4,15,2,3,1],"span":[91,9,20]},{"path":[4,15,2,3,3],"span":[91,23,24]},{"path":[4,15,2,4],"span":[92,2,20]},{"path":[4,15,2,4,5],"span":[92,2,8]},{"path":[4,15,2,4,1],"span":[92,9,15]},{"path":[4,15,2,4,3],"span":[92,18,19]},{"path":[4,15,2,5],"span":[93,2,18]},{"path":[4,15,2,5,5],"span":[93,2,8]},{"path":[4,15,2,5,1],"span":[93,9,13]},{"path":[4,15,2,5,3],"span":[93,16,17]},{"path":[4,15,2,6],"span":[94,2,27]},{"path":[4,15,2,6,5],"span":[94,2,8]},{"path":[4,15,2,6,1],"span":[94,9,22]},{"path":[4,15,2,6,3],"span":[94,25,26]},{"path":[4,15,2,7],"span":[95,2,23]},{"path":[4,15,2,7,5],"span":[95,2,8]},{"path":[4,15,2,7,1],"span":[95,9,18]},{"path":[4,15,2,7,3],"span":[95,21,22]},{"path":[4,15,3,0],"span":[96,2,98,3]},{"path":[4,15,3,0,1],"span":[96,10,22]},{"path":[4,15,3,0,2,0],"span":[97,4,32]},{"path":[4,15,3,0,2,0,6],"span":[97,4,21]},{"path":[4,15,3,0,2,0,1],"span":[97,22,27]},{"path":[4,15,3,0,2,0,3],"span":[97,30,31]},{"path":[4,15,2,8],"span":[99,2,25]},{"path":[4,15,2,8,6],"span":[99,2,14]},{"path":[4,15,2,8,1],"span":[99,15,20]},{"path":[4,15,2,8,3],"span":[99,23,24]},{"path":[4,15,2,9],"span":[100,2,25]},{"path":[4,15,2,9,5],"span":[100,2,8]},{"path":[4,15,2,9,1],"span":[100,9,19]},{"path":[4,15,2,9,3],"span":[100,22,24]},{"path":[4,15,2,10],"span":[101,2,22]},{"path":[4,15,2,10,5],"span":[101,2,8]},{"path":[4,15,2,10,1],"span":[101,9,16]},{"path":[4,15,2,10,3],"span":[101,19,21]},{"path":[4,15,2,11],"span":[102,2,39]},{"path":[4,15,2,11,5],"span":[102,2,8]},{"path":[4,15,2,11,1],"span":[102,9,13]},{"path":[4,15,2,11,3],"span":[102,16,18]},{"path":[4,15,2,11,8],"span":[102,19,38]},{"path":[4,15,2,11,8,3],"span":[102,20,37]},{"path":[4,15,2,12],"span":[103,2,32]},{"path":[4,15,2,12,6],"span":[103,2,13]},{"path":[4,15,2,12,1],"span":[103,14,26]},{"path":[4,15,2,12,3],"span":[103,29,31]},{"path":[4,16],"span":[105,0,108,1]},{"path":[4,16,1],"span":[105,8,26]},{"path":[4,16,2,0],"span":[106,2,23]},{"path":[4,16,2,0,5],"span":[106,2,8]},{"path":[4,16,2,0,1],"span":[106,9,18]},{"path":[4,16,2,0,3],"span":[106,21,22]},{"path":[4,16,2,1],"span":[107,2,27]},{"path":[4,16,2,1,5],"span":[107,2,8]},{"path":[4,16,2,1,1],"span":[107,9,22]},{"path":[4,16,2,1,3],"span":[107,25,26]},{"path":[4,17],"span":[109,0,111,1]},{"path":[4,17,1],"span":[109,8,37]},{"path":[4,17,2,0],"span":[110,2,21]},{"path":[4,17,2,0,5],"span":[110,2,8]},{"path":[4,17,2,0,1],"span":[110,9,16]},{"path":[4,17,2,0,3],"span":[110,19,20]},{"path":[4,18],"span":[112,0,114,1]},{"path":[4,18,1],"span":[112,8,32]},{"path":[4,18,2,0],"span":[113,2,18]},{"path":[4,18,2,0,5],"span":[113,2,7]},{"path":[4,18,2,0,1],"span":[113,8,13]},{"path":[4,18,2,0,3],"span":[113,16,17]},{"path":[4,19],"span":[115,0,117,1]},{"path":[4,19,1],"span":[115,8,30]},{"path":[4,19,2,0],"span":[116,2,34]},{"path":[4,19,2,0,4],"span":[116,2,10]},{"path":[4,19,2,0,5],"span":[116,11,17]},{"path":[4,19,2,0,1],"span":[116,18,29]},{"path":[4,19,2,0,3],"span":[116,32,33]},{"path":[4,20],"span":[118,0,120,1]},{"path":[4,20,1],"span":[118,8,31]},{"path":[4,20,2,0],"span":[119,2,31]},{"path":[4,20,2,0,4],"span":[119,2,10]},{"path":[4,20,2,0,6],"span":[119,11,18]},{"path":[4,20,2,0,1],"span":[119,19,26]},{"path":[4,20,2,0,3],"span":[119,29,30]},{"path":[4,21],"span":[121,0,125,1]},{"path":[4,21,1],"span":[121,8,27]},{"path":[4,21,8,0],"span":[122,2,124,3]},{"path":[4,21,8,0,1],"span":[122,8,12]},{"path":[4,21,2,0],"span":[123,4,25]},{"path":[4,21,2,0,6],"span":[123,4,15]},{"path":[4,21,2,0,1],"span":[123,16,20]},{"path":[4,21,2,0,3],"span":[123,23,24]},{"path":[4,22],"span":[126,0,134,1]},{"path":[4,22,1],"span":[126,8,32]},{"path":[4,22,2,0],"span":[127,2,21]},{"path":[4,22,2,0,5],"span":[127,2,8]},{"path":[4,22,2,0,1],"span":[127,9,16]},{"path":[4,22,2,0,3],"span":[127,19,20]},{"path":[4,22,3,0],"span":[128,2,132,3]},{"path":[4,22,3,0,1],"span":[128,10,16]},{"path":[4,22,3,0,2,0],"span":[129,4,32]},{"path":[4,22,3,0,2,0,6],"span":[129,4,21]},{"path":[4,22,3,0,2,0,1],"span":[129,22,27]},{"path":[4,22,3,0,2,0,3],"span":[129,30,31]},{"path":[4,22,3,0,2,1],"span":[130,4,43]},{"path":[4,22,3,0,2,1,6],"span":[130,4,15]},{"path":[4,22,3,0,2,1,1],"span":[130,16,20]},{"path":[4,22,3,0,2,1,3],"span":[130,21,22]},{"path":[4,22,3,0,2,1,8],"span":[130,23,42]},{"path":[4,22,3,0,2,1,8,3],"span":[130,24,41]},{"path":[4,22,3,0,2,2],"span":[131,4,39]},{"path":[4,22,3,0,2,2,6],"span":[131,4,23]},{"path":[4,22,3,0,2,2,1],"span":[131,24,36]},{"path":[4,22,3,0,2,2,3],"span":[131,37,38]},{"path":[4,22,2,1],"span":[133,2,20]},{"path":[4,22,2,1,6],"span":[133,2,8]},{"path":[4,22,2,1,1],"span":[133,9,15]},{"path":[4,22,2,1,3],"span":[133,18,19]},{"path":[4,23],"span":[135,0,137,1]},{"path":[4,23,1],"span":[135,8,33]},{"path":[4,23,2,0],"span":[136,2,31]},{"path":[4,23,2,0,4],"span":[136,2,10]},{"path":[4,23,2,0,6],"span":[136,11,18]},{"path":[4,23,2,0,1],"span":[136,19,26]},{"path":[4,23,2,0,3],"span":[136,29,30]},{"path":[4,24],"span":[138,0,140,1]},{"path":[4,24,1],"span":[138,8,35]},{"path":[4,24,2,0],"span":[139,2,23]},{"path":[4,24,2,0,5],"span":[139,2,8]},{"path":[4,24,2,0,1],"span":[139,9,18]},{"path":[4,24,2,0,3],"span":[139,21,22]},{"path":[4,25],"span":[141,0,143,1]},{"path":[4,25,1],"span":[141,8,36]},{"path":[4,25,2,0],"span":[142,2,22]},{"path":[4,25,2,0,6],"span":[142,2,9]},{"path":[4,25,2,0,1],"span":[142,10,17]},{"path":[4,25,2,0,3],"span":[142,20,21]},{"path":[4,26],"span":[144,0,157,1]},{"path":[4,26,1],"span":[144,8,28]},{"path":[4,26,9],"span":[145,2,13]},{"path":[4,26,9,0],"span":[145,11,12]},{"path":[4,26,9,0,1],"span":[145,11,12]},{"path":[4,26,2,0],"span":[146,2,21]},{"path":[4,26,2,0,5],"span":[146,2,8]},{"path":[4,26,2,0,1],"span":[146,9,16]},{"path":[4,26,2,0,3],"span":[146,19,20]},{"path":[4,26,2,1],"span":[147,2,26]},{"path":[4,26,2,1,5],"span":[147,2,8]},{"path":[4,26,2,1,1],"span":[147,9,21]},{"path":[4,26,2,1,3],"span":[147,24,25]},{"path":[4,26,2,2],"span":[148,2,25]},{"path":[4,26,2,2,5],"span":[148,2,8]},{"path":[4,26,2,2,1],"span":[148,9,20]},{"path":[4,26,2,2,3],"span":[148,23,24]},{"path":[4,26,2,3],"span":[149,2,20]},{"path":[4,26,2,3,5],"span":[149,2,8]},{"path":[4,26,2,3,1],"span":[149,9,15]},{"path":[4,26,2,3,3],"span":[149,18,19]},{"path":[4,26,2,4],"span":[150,2,18]},{"path":[4,26,2,4,5],"span":[150,2,8]},{"path":[4,26,2,4,1],"span":[150,9,13]},{"path":[4,26,2,4,3],"span":[150,16,17]},{"path":[4,26,2,5],"span":[151,2,27]},{"path":[4,26,2,5,5],"span":[151,2,8]},{"path":[4,26,2,5,1],"span":[151,9,22]},{"path":[4,26,2,5,3],"span":[151,25,26]},{"path":[4,26,2,6],"span":[153,2,28]},{"path":[4,26,2,6,5],"span":[153,2,6]},{"path":[4,26,2,6,1],"span":[153,7,23]},{"path":[4,26,2,6,3],"span":[153,26,27]},{"path":[4,26,2,7],"span":[154,2,23]},{"path":[4,26,2,7,5],"span":[154,2,8]},{"path":[4,26,2,7,1],"span":[154,9,18]},{"path":[4,26,2,7,3],"span":[154,21,22]},{"path":[4,26,2,8],"span":[155,2,24]},{"path":[4,26,2,8,6],"span":[155,2,13]},{"path":[4,26,2,8,1],"span":[155,14,18]},{"path":[4,26,2,8,3],"span":[155,21,23]},{"path":[4,26,2,9],"span":[156,2,24]},{"path":[4,26,2,9,5],"span":[156,2,8]},{"path":[4,26,2,9,1],"span":[156,9,18]},{"path":[4,26,2,9,3],"span":[156,21,23]},{"path":[5,2],"span":[158,0,163,1]},{"path":[5,2,1],"span":[158,5,16]},{"path":[5,2,2,0],"span":[159,2,7]},{"path":[5,2,2,0,1],"span":[159,2,4]},{"path":[5,2,2,0,2],"span":[159,5,6]},{"path":[5,2,2,1],"span":[160,2,7]},{"path":[5,2,2,1,1],"span":[160,2,4]},{"path":[5,2,2,1,2],"span":[160,5,6]},{"path":[5,2,2,2],"span":[161,2,13]},{"path":[5,2,2,2,1],"span":[161,2,10]},{"path":[5,2,2,2,2],"span":[161,11,12]},{"path":[5,2,2,3],"span":[162,2,10]},{"path":[5,2,2,3,1],"span":[162,2,7]},{"path":[5,2,2,3,2],"span":[162,8,9]},{"path":[4,27],"span":[164,0,167,1]},{"path":[4,27,1],"span":[164,8,29]},{"path":[4,27,2,0],"span":[165,2,22]},{"path":[4,27,2,0,6],"span":[165,2,9]},{"path":[4,27,2,0,1],"span":[165,10,17]},{"path":[4,27,2,0,3],"span":[165,20,21]},{"path":[4,27,2,1],"span":[166,2,37]},{"path":[4,27,2,1,6],"span":[166,2,20]},{"path":[4,27,2,1,1],"span":[166,21,32]},{"path":[4,27,2,1,3],"span":[166,35,36]},{"path":[4,28],"span":[168,0,177,1]},{"path":[4,28,1],"span":[168,8,35]},{"path":[4,28,2,0],"span":[169,2,21]},{"path":[4,28,2,0,5],"span":[169,2,8]},{"path":[4,28,2,0,1],"span":[169,9,16]},{"path":[4,28,2,0,3],"span":[169,19,20]},{"path":[4,28,2,1],"span":[170,2,26]},{"path":[4,28,2,1,5],"span":[170,2,8]},{"path":[4,28,2,1,1],"span":[170,9,21]},{"path":[4,28,2,1,3],"span":[170,24,25]},{"path":[4,28,2,2],"span":[171,2,25]},{"path":[4,28,2,2,5],"span":[171,2,8]},{"path":[4,28,2,2,1],"span":[171,9,20]},{"path":[4,28,2,2,3],"span":[171,23,24]},{"path":[4,28,2,3],"span":[172,2,23]},{"path":[4,28,2,3,5],"span":[172,2,8]},{"path":[4,28,2,3,1],"span":[172,9,18]},{"path":[4,28,2,3,3],"span":[172,21,22]},{"path":[4,28,2,4],"span":[173,2,23]},{"path":[4,28,2,4,6],"span":[173,2,13]},{"path":[4,28,2,4,1],"span":[173,14,18]},{"path":[4,28,2,4,3],"span":[173,21,22]},{"path":[4,28,2,5],"span":[174,2,27]},{"path":[4,28,2,5,5],"span":[174,2,8]},{"path":[4,28,2,5,1],"span":[174,9,22]},{"path":[4,28,2,5,3],"span":[174,25,26]},{"path":[4,28,2,6],"span":[175,2,23]},{"path":[4,28,2,6,5],"span":[175,2,8]},{"path":[4,28,2,6,1],"span":[175,9,18]},{"path":[4,28,2,6,3],"span":[175,21,22]},{"path":[4,28,2,7],"span":[176,2,25]},{"path":[4,28,2,7,5],"span":[176,2,8]},{"path":[4,28,2,7,1],"span":[176,9,20]},{"path":[4,28,2,7,3],"span":[176,23,24]},{"path":[4,29],"span":[178,0,182,1]},{"path":[4,29,1],"span":[178,8,36]},{"path":[4,29,2,0],"span":[179,2,22]},{"path":[4,29,2,0,6],"span":[179,2,9]},{"path":[4,29,2,0,1],"span":[179,10,17]},{"path":[4,29,2,0,3],"span":[179,20,21]},{"path":[4,29,2,1],"span":[180,2,37]},{"path":[4,29,2,1,6],"span":[180,2,20]},{"path":[4,29,2,1,1],"span":[180,21,32]},{"path":[4,29,2,1,3],"span":[180,35,36]},{"path":[4,29,2,2],"span":[181,2,21]},{"path":[4,29,2,2,5],"span":[181,2,8]},{"path":[4,29,2,2,1],"span":[181,9,16]},{"path":[4,29,2,2,3],"span":[181,19,20]},{"path":[4,30],"span":[183,0,196,1]},{"path":[4,30,1],"span":[183,8,38]},{"path":[4,30,2,0],"span":[184,2,23]},{"path":[4,30,2,0,5],"span":[184,2,8]},{"path":[4,30,2,0,1],"span":[184,9,18]},{"path":[4,30,2,0,3],"span":[184,21,22]},{"path":[4,30,2,1],"span":[185,2,26]},{"path":[4,30,2,1,5],"span":[185,2,8]},{"path":[4,30,2,1,1],"span":[185,9,21]},{"path":[4,30,2,1,3],"span":[185,24,25]},{"path":[4,30,2,2],"span":[186,2,25]},{"path":[4,30,2,2,5],"span":[186,2,8]},{"path":[4,30,2,2,1],"span":[186,9,20]},{"path":[4,30,2,2,3],"span":[186,23,24]},{"path":[4,30,2,3],"span":[187,2,20]},{"path":[4,30,2,3,5],"span":[187,2,8]},{"path":[4,30,2,3,1],"span":[187,9,15]},{"path":[4,30,2,3,3],"span":[187,18,19]},{"path":[4,30,2,4],"span":[188,2,18]},{"path":[4,30,2,4,5],"span":[188,2,8]},{"path":[4,30,2,4,1],"span":[188,9,13]},{"path":[4,30,2,4,3],"span":[188,16,17]},{"path":[4,30,3,0],"span":[189,2,194,3]},{"path":[4,30,3,0,1],"span":[189,10,24]},{"path":[4,30,3,0,2,0],"span":[190,4,41]},{"path":[4,30,3,0,2,0,5],"span":[190,4,10]},{"path":[4,30,3,0,2,0,1],"span":[190,11,36]},{"path":[4,30,3,0,2,0,3],"span":[190,39,40]},{"path":[4,30,3,0,2,1],"span":[191,4,47]},{"path":[4,30,3,0,2,1,5],"span":[191,4,10]},{"path":[4,30,3,0,2,1,1],"span":[191,11,42]},{"path":[4,30,3,0,2,1,3],"span":[191,45,46]},{"path":[4,30,3,0,2,2],"span":[192,4,45]},{"path":[4,30,3,0,2,2,5],"span":[192,4,10]},{"path":[4,30,3,0,2,2,1],"span":[192,11,40]},{"path":[4,30,3,0,2,2,3],"span":[192,43,44]},{"path":[4,30,3,0,2,3],"span":[193,4,40]},{"path":[4,30,3,0,2,3,5],"span":[193,4,10]},{"path":[4,30,3,0,2,3,1],"span":[193,11,35]},{"path":[4,30,3,0,2,3,3],"span":[193,38,39]},{"path":[4,30,2,5],"span":[195,2,37]},{"path":[4,30,2,5,6],"span":[195,2,16]},{"path":[4,30,2,5,1],"span":[195,17,32]},{"path":[4,30,2,5,3],"span":[195,35,36]},{"path":[4,31],"span":[197,0,199,1]},{"path":[4,31,1],"span":[197,8,39]},{"path":[4,31,2,0],"span":[198,2,22]},{"path":[4,31,2,0,6],"span":[198,2,9]},{"path":[4,31,2,0,1],"span":[198,10,17]},{"path":[4,31,2,0,3],"span":[198,20,21]},{"path":[4,32],"span":[200,0,203,1]},{"path":[4,32,1],"span":[200,8,38]},{"path":[4,32,2,0],"span":[201,2,23]},{"path":[4,32,2,0,5],"span":[201,2,8]},{"path":[4,32,2,0,1],"span":[201,9,18]},{"path":[4,32,2,0,3],"span":[201,21,22]},{"path":[4,32,2,1],"span":[202,2,22]},{"path":[4,32,2,1,5],"span":[202,2,8]},{"path":[4,32,2,1,1],"span":[202,9,17]},{"path":[4,32,2,1,3],"span":[202,20,21]},{"path":[4,33],"span":[204,0,209,1]},{"path":[4,33,1],"span":[204,8,39]},{"path":[4,33,2,0],"span":[205,2,19]},{"path":[4,33,2,0,5],"span":[205,2,6]},{"path":[4,33,2,0,1],"span":[205,7,14]},{"path":[4,33,2,0,3],"span":[205,17,18]},{"path":[4,33,2,1],"span":[206,2,21]},{"path":[4,33,2,1,5],"span":[206,2,8]},{"path":[4,33,2,1,1],"span":[206,9,16]},{"path":[4,33,2,1,3],"span":[206,19,20]},{"path":[4,33,2,2],"span":[207,2,28]},{"path":[4,33,2,2,5],"span":[207,2,8]},{"path":[4,33,2,2,1],"span":[207,9,23]},{"path":[4,33,2,2,3],"span":[207,26,27]},{"path":[4,33,2,3],"span":[208,2,28]},{"path":[4,33,2,3,5],"span":[208,2,8]},{"path":[4,33,2,3,1],"span":[208,9,23]},{"path":[4,33,2,3,3],"span":[208,26,27]},{"path":[4,34],"span":[210,0,215,1]},{"path":[4,34,1],"span":[210,8,38]},{"path":[4,34,2,0],"span":[211,2,23]},{"path":[4,34,2,0,5],"span":[211,2,8]},{"path":[4,34,2,0,1],"span":[211,9,18]},{"path":[4,34,2,0,3],"span":[211,21,22]},{"path":[4,34,2,1],"span":[212,2,22]},{"path":[4,34,2,1,5],"span":[212,2,8]},{"path":[4,34,2,1,1],"span":[212,9,17]},{"path":[4,34,2,1,3],"span":[212,20,21]},{"path":[4,34,2,2],"span":[213,2,23]},{"path":[4,34,2,2,5],"span":[213,2,6]},{"path":[4,34,2,2,1],"span":[213,7,18]},{"path":[4,34,2,2,3],"span":[213,21,22]},{"path":[4,34,2,3],"span":[214,2,23]},{"path":[4,34,2,3,5],"span":[214,2,6]},{"path":[4,34,2,3,1],"span":[214,7,18]},{"path":[4,34,2,3,3],"span":[214,21,22]},{"path":[4,35],"span":[216,0,218,1]},{"path":[4,35,1],"span":[216,8,39]},{"path":[4,35,2,0],"span":[217,2,19]},{"path":[4,35,2,0,5],"span":[217,2,6]},{"path":[4,35,2,0,1],"span":[217,7,14]},{"path":[4,35,2,0,3],"span":[217,17,18]},{"path":[4,36],"span":[219,0,225,1]},{"path":[4,36,1],"span":[219,8,41]},{"path":[4,36,2,0],"span":[220,2,23]},{"path":[4,36,2,0,5],"span":[220,2,8]},{"path":[4,36,2,0,1],"span":[220,9,18]},{"path":[4,36,2,0,3],"span":[220,21,22]},{"path":[4,36,2,1],"span":[221,2,26]},{"path":[4,36,2,1,5],"span":[221,2,8]},{"path":[4,36,2,1,1],"span":[221,9,21]},{"path":[4,36,2,1,3],"span":[221,24,25]},{"path":[4,36,2,2],"span":[222,2,25]},{"path":[4,36,2,2,5],"span":[222,2,8]},{"path":[4,36,2,2,1],"span":[222,9,20]},{"path":[4,36,2,2,3],"span":[222,23,24]},{"path":[4,36,2,3],"span":[223,2,23]},{"path":[4,36,2,3,5],"span":[223,2,8]},{"path":[4,36,2,3,1],"span":[223,9,18]},{"path":[4,36,2,3,3],"span":[223,21,22]},{"path":[4,36,2,4],"span":[224,2,23]},{"path":[4,36,2,4,6],"span":[224,2,13]},{"path":[4,36,2,4,1],"span":[224,14,18]},{"path":[4,36,2,4,3],"span":[224,21,22]},{"path":[4,37],"span":[226,0,231,1]},{"path":[4,37,1],"span":[226,8,42]},{"path":[4,37,2,0],"span":[227,2,22]},{"path":[4,37,2,0,6],"span":[227,2,9]},{"path":[4,37,2,0,1],"span":[227,10,17]},{"path":[4,37,2,0,3],"span":[227,20,21]},{"path":[4,37,2,1],"span":[228,2,37]},{"path":[4,37,2,1,6],"span":[228,2,20]},{"path":[4,37,2,1,1],"span":[228,21,32]},{"path":[4,37,2,1,3],"span":[228,35,36]},{"path":[4,37,2,2],"span":[229,2,23]},{"path":[4,37,2,2,6],"span":[229,2,13]},{"path":[4,37,2,2,1],"span":[229,14,18]},{"path":[4,37,2,2,3],"span":[229,21,22]},{"path":[4,37,2,3],"span":[230,2,21]},{"path":[4,37,2,3,5],"span":[230,2,8]},{"path":[4,37,2,3,1],"span":[230,9,16]},{"path":[4,37,2,3,3],"span":[230,19,20]},{"path":[4,38],"span":[232,0,236,1]},{"path":[4,38,1],"span":[232,8,40]},{"path":[4,38,2,0],"span":[233,2,21]},{"path":[4,38,2,0,5],"span":[233,2,8]},{"path":[4,38,2,0,1],"span":[233,9,16]},{"path":[4,38,2,0,3],"span":[233,19,20]},{"path":[4,38,2,1],"span":[234,2,34]},{"path":[4,38,2,1,4],"span":[234,2,10]},{"path":[4,38,2,1,5],"span":[234,11,17]},{"path":[4,38,2,1,1],"span":[234,18,29]},{"path":[4,38,2,1,3],"span":[234,32,33]},{"path":[4,38,2,2],"span":[235,2,21]},{"path":[4,38,2,2,5],"span":[235,2,8]},{"path":[4,38,2,2,1],"span":[235,9,16]},{"path":[4,38,2,2,3],"span":[235,19,20]},{"path":[4,39],"span":[237,0,243,1]},{"path":[4,39,1],"span":[237,8,41]},{"path":[4,39,3,0],"span":[238,2,241,3]},{"path":[4,39,3,0,1],"span":[238,10,16]},{"path":[4,39,3,0,2,0],"span":[239,4,26]},{"path":[4,39,3,0,2,0,5],"span":[239,4,10]},{"path":[4,39,3,0,2,0,1],"span":[239,11,21]},{"path":[4,39,3,0,2,0,3],"span":[239,24,25]},{"path":[4,39,3,0,2,1],"span":[240,4,20]},{"path":[4,39,3,0,2,1,5],"span":[240,4,8]},{"path":[4,39,3,0,2,1,1],"span":[240,9,15]},{"path":[4,39,3,0,2,1,3],"span":[240,18,19]},{"path":[4,39,2,0],"span":[242,2,29]},{"path":[4,39,2,0,4],"span":[242,2,10]},{"path":[4,39,2,0,6],"span":[242,11,17]},{"path":[4,39,2,0,1],"span":[242,18,24]},{"path":[4,39,2,0,3],"span":[242,27,28]},{"path":[4,40],"span":[244,0,247,1]},{"path":[4,40,1],"span":[244,8,46]},{"path":[4,40,2,0],"span":[245,2,21]},{"path":[4,40,2,0,5],"span":[245,2,8]},{"path":[4,40,2,0,1],"span":[245,9,16]},{"path":[4,40,2,0,3],"span":[245,19,20]},{"path":[4,40,2,1],"span":[246,2,23]},{"path":[4,40,2,1,5],"span":[246,2,8]},{"path":[4,40,2,1,1],"span":[246,9,18]},{"path":[4,40,2,1,3],"span":[246,21,22]},{"path":[4,41],"span":[248,0,250,1]},{"path":[4,41,1],"span":[248,8,47]},{"path":[4,41,2,0],"span":[249,2,31]},{"path":[4,41,2,0,4],"span":[249,2,10]},{"path":[4,41,2,0,6],"span":[249,11,18]},{"path":[4,41,2,0,1],"span":[249,19,26]},{"path":[4,41,2,0,3],"span":[249,29,30]},{"path":[4,42],"span":[251,0,254,1]},{"path":[4,42,1],"span":[251,8,33]},{"path":[4,42,2,0],"span":[252,2,21]},{"path":[4,42,2,0,5],"span":[252,2,8]},{"path":[4,42,2,0,1],"span":[252,9,16]},{"path":[4,42,2,0,3],"span":[252,19,20]},{"path":[4,42,2,1],"span":[253,2,24]},{"path":[4,42,2,1,5],"span":[253,2,8]},{"path":[4,42,2,1,1],"span":[253,9,19]},{"path":[4,42,2,1,3],"span":[253,22,23]},{"path":[4,43],"span":[255,0,270,1]},{"path":[4,43,1],"span":[255,8,34]},{"path":[4,43,3,0],"span":[256,2,259,3]},{"path":[4,43,3,0,1],"span":[256,10,29]},{"path":[4,43,3,0,2,0],"span":[257,4,19]},{"path":[4,43,3,0,2,0,5],"span":[257,4,10]},{"path":[4,43,3,0,2,0,1],"span":[257,11,14]},{"path":[4,43,3,0,2,0,3],"span":[257,17,18]},{"path":[4,43,3,0,2,1],"span":[258,4,34]},{"path":[4,43,3,0,2,1,5],"span":[258,4,9]},{"path":[4,43,3,0,2,1,1],"span":[258,10,29]},{"path":[4,43,3,0,2,1,3],"span":[258,32,33]},{"path":[4,43,3,1],"span":[260,2,262,3]},{"path":[4,43,3,1,1],"span":[260,10,15]},{"path":[4,43,3,1,2,0],"span":[261,4,18]},{"path":[4,43,3,1,2,0,5],"span":[261,4,10]},{"path":[4,43,3,1,2,0,1],"span":[261,11,13]},{"path":[4,43,3,1,2,0,3],"span":[261,16,17]},{"path":[4,43,3,2],"span":[263,2,268,3]},{"path":[4,43,3,2,1],"span":[263,10,14]},{"path":[4,43,3,2,2,0],"span":[264,4,18]},{"path":[4,43,3,2,2,0,5],"span":[264,4,10]},{"path":[4,43,3,2,2,0,1],"span":[264,11,13]},{"path":[4,43,3,2,2,0,3],"span":[264,16,17]},{"path":[4,43,3,2,2,1],"span":[265,4,45]},{"path":[4,43,3,2,2,1,4],"span":[265,4,12]},{"path":[4,43,3,2,2,1,6],"span":[265,13,32]},{"path":[4,43,3,2,2,1,1],"span":[265,33,40]},{"path":[4,43,3,2,2,1,3],"span":[265,43,44]},{"path":[4,43,3,2,2,2],"span":[266,4,39]},{"path":[4,43,3,2,2,2,4],"span":[266,4,12]},{"path":[4,43,3,2,2,2,6],"span":[266,13,20]},{"path":[4,43,3,2,2,2,1],"span":[266,21,34]},{"path":[4,43,3,2,2,2,3],"span":[266,37,38]},{"path":[4,43,3,2,2,3],"span":[267,4,30]},{"path":[4,43,3,2,2,3,4],"span":[267,4,12]},{"path":[4,43,3,2,2,3,6],"span":[267,13,18]},{"path":[4,43,3,2,2,3,1],"span":[267,19,25]},{"path":[4,43,3,2,2,3,3],"span":[267,28,29]},{"path":[4,43,2,0],"span":[269,2,26]},{"path":[4,43,2,0,4],"span":[269,2,10]},{"path":[4,43,2,0,6],"span":[269,11,15]},{"path":[4,43,2,0,1],"span":[269,16,21]},{"path":[4,43,2,0,3],"span":[269,24,25]},{"path":[4,44],"span":[271,0,273,1]},{"path":[4,44,1],"span":[271,8,53]},{"path":[4,44,2,0],"span":[272,2,35]},{"path":[4,44,2,0,5],"span":[272,2,8]},{"path":[4,44,2,0,1],"span":[272,9,30]},{"path":[4,44,2,0,3],"span":[272,33,34]},{"path":[4,45],"span":[274,0,277,1]},{"path":[4,45,1],"span":[274,8,54]},{"path":[4,45,2,0],"span":[275,2,21]},{"path":[4,45,2,0,5],"span":[275,2,8]},{"path":[4,45,2,0,1],"span":[275,9,16]},{"path":[4,45,2,0,3],"span":[275,19,20]},{"path":[4,45,2,1],"span":[276,2,28]},{"path":[4,45,2,1,5],"span":[276,2,8]},{"path":[4,45,2,1,1],"span":[276,9,23]},{"path":[4,45,2,1,3],"span":[276,26,27]},{"path":[4,46],"span":[278,0,295,1]},{"path":[4,46,1],"span":[278,8,34]},{"path":[4,46,2,0],"span":[279,2,30]},{"path":[4,46,2,0,5],"span":[279,2,8]},{"path":[4,46,2,0,1],"span":[279,9,25]},{"path":[4,46,2,0,3],"span":[279,28,29]},{"path":[4,46,2,1],"span":[280,2,39]},{"path":[4,46,2,1,5],"span":[280,2,8]},{"path":[4,46,2,1,1],"span":[280,9,14]},{"path":[4,46,2,1,3],"span":[280,17,18]},{"path":[4,46,2,1,8],"span":[280,19,38]},{"path":[4,46,2,1,8,3],"span":[280,20,37]},{"path":[4,46,3,0],"span":[282,2,287,3]},{"path":[4,46,3,0,1],"span":[282,10,22]},{"path":[4,46,3,0,2,0],"span":[283,4,20]},{"path":[4,46,3,0,2,0,5],"span":[283,4,10]},{"path":[4,46,3,0,2,0,1],"span":[283,11,15]},{"path":[4,46,3,0,2,0,3],"span":[283,18,19]},{"path":[4,46,3,0,2,1],"span":[284,4,44]},{"path":[4,46,3,0,2,1,5],"span":[284,4,10]},{"path":[4,46,3,0,2,1,1],"span":[284,11,19]},{"path":[4,46,3,0,2,1,3],"span":[284,22,23]},{"path":[4,46,3,0,2,1,8],"span":[284,24,43]},{"path":[4,46,3,0,2,1,8,3],"span":[284,25,42]},{"path":[4,46,3,0,2,2],"span":[285,4,25]},{"path":[4,46,3,0,2,2,5],"span":[285,4,10]},{"path":[4,46,3,0,2,2,1],"span":[285,11,20]},{"path":[4,46,3,0,2,2,3],"span":[285,23,24]},{"path":[4,46,3,0,2,3],"span":[286,4,23]},{"path":[4,46,3,0,2,3,5],"span":[286,4,10]},{"path":[4,46,3,0,2,3,1],"span":[286,11,18]},{"path":[4,46,3,0,2,3,3],"span":[286,21,22]},{"path":[4,46,2,2],"span":[288,2,35]},{"path":[4,46,2,2,4],"span":[288,2,10]},{"path":[4,46,2,2,6],"span":[288,11,23]},{"path":[4,46,2,2,1],"span":[288,24,30]},{"path":[4,46,2,2,3],"span":[288,33,34]},{"path":[4,46,2,3],"span":[290,2,25]},{"path":[4,46,2,3,5],"span":[290,2,8]},{"path":[4,46,2,3,1],"span":[290,9,20]},{"path":[4,46,2,3,3],"span":[290,23,24]},{"path":[4,46,2,4],"span":[291,2,26]},{"path":[4,46,2,4,5],"span":[291,2,8]},{"path":[4,46,2,4,1],"span":[291,9,21]},{"path":[4,46,2,4,3],"span":[291,24,25]},{"path":[4,46,2,5],"span":[292,2,45]},{"path":[4,46,2,5,5],"span":[292,2,8]},{"path":[4,46,2,5,1],"span":[292,9,20]},{"path":[4,46,2,5,3],"span":[292,23,24]},{"path":[4,46,2,5,8],"span":[292,25,44]},{"path":[4,46,2,5,8,3],"span":[292,26,43]},{"path":[4,46,2,6],"span":[293,2,24]},{"path":[4,46,2,6,5],"span":[293,2,8]},{"path":[4,46,2,6,1],"span":[293,9,19]},{"path":[4,46,2,6,3],"span":[293,22,23]},{"path":[4,46,2,7],"span":[294,2,28]},{"path":[4,46,2,7,5],"span":[294,2,8]},{"path":[4,46,2,7,1],"span":[294,9,23]},{"path":[4,46,2,7,3],"span":[294,26,27]},{"path":[4,47],"span":[296,0,298,1]},{"path":[4,47,1],"span":[296,8,35]},{"path":[4,47,2,0],"span":[297,2,21]},{"path":[4,47,2,0,5],"span":[297,2,6]},{"path":[4,47,2,0,1],"span":[297,7,16]},{"path":[4,47,2,0,3],"span":[297,19,20]},{"path":[4,48],"span":[299,0,301,1]},{"path":[4,48,1],"span":[299,8,12]},{"path":[4,48,2,0],"span":[300,2,16]},{"path":[4,48,2,0,5],"span":[300,2,8]},{"path":[4,48,2,0,1],"span":[300,9,11]},{"path":[4,48,2,0,3],"span":[300,14,15]},{"path":[4,49],"span":[302,0,305,1]},{"path":[4,49,1],"span":[302,8,30]},{"path":[4,49,2,0],"span":[303,2,28]},{"path":[4,49,2,0,5],"span":[303,2,8]},{"path":[4,49,2,0,1],"span":[303,9,23]},{"path":[4,49,2,0,3],"span":[303,26,27]},{"path":[4,49,2,1],"span":[304,2,22]},{"path":[4,49,2,1,5],"span":[304,2,8]},{"path":[4,49,2,1,1],"span":[304,9,17]},{"path":[4,49,2,1,3],"span":[304,20,21]},{"path":[4,50],"span":[306,0,308,1]},{"path":[4,50,1],"span":[306,8,31]},{"path":[4,50,2,0],"span":[307,2,25]},{"path":[4,50,2,0,4],"span":[307,2,10]},{"path":[4,50,2,0,6],"span":[307,11,15]},{"path":[4,50,2,0,1],"span":[307,16,20]},{"path":[4,50,2,0,3],"span":[307,23,24]},{"path":[4,51],"span":[309,0,311,1]},{"path":[4,51,1],"span":[309,8,36]},{"path":[4,51,2,0],"span":[310,2,21]},{"path":[4,51,2,0,5],"span":[310,2,8]},{"path":[4,51,2,0,1],"span":[310,9,16]},{"path":[4,51,2,0,3],"span":[310,19,20]},{"path":[4,52],"span":[312,0,314,1]},{"path":[4,52,1],"span":[312,8,37]},{"path":[4,52,2,0],"span":[313,2,34]},{"path":[4,52,2,0,4],"span":[313,2,10]},{"path":[4,52,2,0,5],"span":[313,11,17]},{"path":[4,52,2,0,1],"span":[313,18,29]},{"path":[4,52,2,0,3],"span":[313,32,33]},{"path":[4,53],"span":[315,0,318,1]},{"path":[4,53,1],"span":[315,8,40]},{"path":[4,53,2,0],"span":[316,2,28]},{"path":[4,53,2,0,5],"span":[316,2,8]},{"path":[4,53,2,0,1],"span":[316,9,23]},{"path":[4,53,2,0,3],"span":[316,26,27]},{"path":[4,53,2,1],"span":[317,2,24]},{"path":[4,53,2,1,5],"span":[317,2,8]},{"path":[4,53,2,1,1],"span":[317,9,19]},{"path":[4,53,2,1,3],"span":[317,22,23]},{"path":[4,54],"span":[319,0,321,1]},{"path":[4,54,1],"span":[319,8,41]},{"path":[4,54,2,0],"span":[320,2,22]},{"path":[4,54,2,0,5],"span":[320,2,6]},{"path":[4,54,2,0,1],"span":[320,7,17]},{"path":[4,54,2,0,3],"span":[320,20,21]},{"path":[5,3],"span":[322,0,329,1]},{"path":[5,3,1],"span":[322,5,21]},{"path":[5,3,2,0],"span":[323,2,43]},{"path":[5,3,2,0,1],"span":[323,2,38]},{"path":[5,3,2,0,2],"span":[323,41,42]},{"path":[5,3,2,1],"span":[324,2,36]},{"path":[5,3,2,1,1],"span":[324,2,31]},{"path":[5,3,2,1,2],"span":[324,34,35]},{"path":[5,3,2,2],"span":[325,2,39]},{"path":[5,3,2,2,1],"span":[325,2,34]},{"path":[5,3,2,2,2],"span":[325,37,38]},{"path":[5,3,2,3],"span":[326,2,38]},{"path":[5,3,2,3,1],"span":[326,2,33]},{"path":[5,3,2,3,2],"span":[326,36,37]},{"path":[5,3,2,4],"span":[327,2,34]},{"path":[5,3,2,4,1],"span":[327,2,29]},{"path":[5,3,2,4,2],"span":[327,32,33]},{"path":[5,3,2,5],"span":[328,2,41]},{"path":[5,3,2,5,1],"span":[328,2,36]},{"path":[5,3,2,5,2],"span":[328,39,40]},{"path":[4,55],"span":[330,0,338,1]},{"path":[4,55,1],"span":[330,8,20]},{"path":[4,55,2,0],"span":[331,2,16]},{"path":[4,55,2,0,5],"span":[331,2,8]},{"path":[4,55,2,0,1],"span":[331,9,11]},{"path":[4,55,2,0,3],"span":[331,14,15]},{"path":[4,55,2,1],"span":[332,2,21]},{"path":[4,55,2,1,5],"span":[332,2,8]},{"path":[4,55,2,1,1],"span":[332,9,16]},{"path":[4,55,2,1,3],"span":[332,19,20]},{"path":[4,55,2,2],"span":[333,2,28]},{"path":[4,55,2,2,6],"span":[333,2,18]},{"path":[4,55,2,2,1],"span":[333,19,23]},{"path":[4,55,2,2,3],"span":[333,26,27]},{"path":[4,55,2,3],"span":[334,2,25]},{"path":[4,55,2,3,5],"span":[334,2,7]},{"path":[4,55,2,3,1],"span":[334,8,20]},{"path":[4,55,2,3,3],"span":[334,23,24]},{"path":[4,55,2,4],"span":[335,2,29]},{"path":[4,55,2,4,5],"span":[335,2,8]},{"path":[4,55,2,4,1],"span":[335,9,24]},{"path":[4,55,2,4,3],"span":[335,27,28]},{"path":[4,55,2,5],"span":[336,2,24]},{"path":[4,55,2,5,5],"span":[336,2,8]},{"path":[4,55,2,5,1],"span":[336,9,19]},{"path":[4,55,2,5,3],"span":[336,22,23]},{"path":[4,55,2,6],"span":[337,2,24]},{"path":[4,55,2,6,5],"span":[337,2,8]},{"path":[4,55,2,6,1],"span":[337,9,19]},{"path":[4,55,2,6,3],"span":[337,22,23]},{"path":[4,56],"span":[339,0,345,1]},{"path":[4,56,1],"span":[339,8,37]},{"path":[4,56,2,0],"span":[340,2,21]},{"path":[4,56,2,0,5],"span":[340,2,8]},{"path":[4,56,2,0,1],"span":[340,9,16]},{"path":[4,56,2,0,3],"span":[340,19,20]},{"path":[4,56,2,1],"span":[341,2,28]},{"path":[4,56,2,1,6],"span":[341,2,18]},{"path":[4,56,2,1,1],"span":[341,19,23]},{"path":[4,56,2,1,3],"span":[341,26,27]},{"path":[4,56,2,2],"span":[342,2,25]},{"path":[4,56,2,2,5],"span":[342,2,7]},{"path":[4,56,2,2,1],"span":[342,8,20]},{"path":[4,56,2,2,3],"span":[342,23,24]},{"path":[4,56,2,3],"span":[343,2,29]},{"path":[4,56,2,3,5],"span":[343,2,8]},{"path":[4,56,2,3,1],"span":[343,9,24]},{"path":[4,56,2,3,3],"span":[343,27,28]},{"path":[4,56,2,4],"span":[344,2,24]},{"path":[4,56,2,4,5],"span":[344,2,8]},{"path":[4,56,2,4,1],"span":[344,9,19]},{"path":[4,56,2,4,3],"span":[344,22,23]},{"path":[4,57],"span":[346,0,348,1]},{"path":[4,57,1],"span":[346,8,38]},{"path":[4,57,2,0],"span":[347,2,32]},{"path":[4,57,2,0,6],"span":[347,2,14]},{"path":[4,57,2,0,1],"span":[347,15,27]},{"path":[4,57,2,0,3],"span":[347,30,31]},{"path":[4,58],"span":[349,0,351,1]},{"path":[4,58,1],"span":[349,8,42]},{"path":[4,58,2,0],"span":[350,2,21]},{"path":[4,58,2,0,5],"span":[350,2,8]},{"path":[4,58,2,0,1],"span":[350,9,16]},{"path":[4,58,2,0,3],"span":[350,19,20]},{"path":[4,59],"span":[352,0,354,1]},{"path":[4,59,1],"span":[352,8,43]},{"path":[4,59,2,0],"span":[353,2,35]},{"path":[4,59,2,0,5],"span":[353,2,8]},{"path":[4,59,2,0,1],"span":[353,9,30]},{"path":[4,59,2,0,3],"span":[353,33,34]},{"path":[4,60],"span":[355,0,357,1]},{"path":[4,60,1],"span":[355,8,47]},{"path":[4,60,2,0],"span":[356,2,23]},{"path":[4,60,2,0,5],"span":[356,2,8]},{"path":[4,60,2,0,1],"span":[356,9,18]},{"path":[4,60,2,0,3],"span":[356,21,22]},{"path":[4,61],"span":[358,0,360,1]},{"path":[4,61,1],"span":[358,8,48]},{"path":[4,61,2,0],"span":[359,2,21]},{"path":[4,61,2,0,5],"span":[359,2,8]},{"path":[4,61,2,0,1],"span":[359,9,16]},{"path":[4,61,2,0,3],"span":[359,19,20]},{"path":[4,62],"span":[361,0,365,1]},{"path":[4,62,1],"span":[361,8,31]},{"path":[4,62,7],"span":[362,2,27]},{"path":[4,62,7,3],"span":[362,2,27]},{"path":[4,62,2,0],"span":[363,2,21]},{"path":[4,62,2,0,5],"span":[363,2,8]},{"path":[4,62,2,0,1],"span":[363,9,16]},{"path":[4,62,2,0,3],"span":[363,19,20]},{"path":[4,62,2,1],"span":[364,2,29]},{"path":[4,62,2,1,4],"span":[364,2,10]},{"path":[4,62,2,1,5],"span":[364,11,17]},{"path":[4,62,2,1,1],"span":[364,18,24]},{"path":[4,62,2,1,3],"span":[364,27,28]},{"path":[4,63],"span":[366,0,369,1]},{"path":[4,63,1],"span":[366,8,32]},{"path":[4,63,7],"span":[367,2,27]},{"path":[4,63,7,3],"span":[367,2,27]},{"path":[4,63,2,0],"span":[368,2,15]},{"path":[4,63,2,0,5],"span":[368,2,6]},{"path":[4,63,2,0,1],"span":[368,7,10]},{"path":[4,63,2,0,3],"span":[368,13,14]},{"path":[4,64],"span":[370,0,373,1]},{"path":[4,64,1],"span":[370,8,31]},{"path":[4,64,2,0],"span":[371,2,21]},{"path":[4,64,2,0,5],"span":[371,2,8]},{"path":[4,64,2,0,1],"span":[371,9,16]},{"path":[4,64,2,0,3],"span":[371,19,20]},{"path":[4,64,2,1],"span":[372,2,29]},{"path":[4,64,2,1,4],"span":[372,2,10]},{"path":[4,64,2,1,5],"span":[372,11,17]},{"path":[4,64,2,1,1],"span":[372,18,24]},{"path":[4,64,2,1,3],"span":[372,27,28]},{"path":[4,65],"span":[374,0,378,1]},{"path":[4,65,1],"span":[374,8,32]},{"path":[4,65,2,0],"span":[375,2,15]},{"path":[4,65,2,0,5],"span":[375,2,6]},{"path":[4,65,2,0,1],"span":[375,7,10]},{"path":[4,65,2,0,3],"span":[375,13,14]},{"path":[4,65,2,1],"span":[376,2,32]},{"path":[4,65,2,1,4],"span":[376,2,10]},{"path":[4,65,2,1,6],"span":[376,11,18]},{"path":[4,65,2,1,1],"span":[376,19,27]},{"path":[4,65,2,1,3],"span":[376,30,31]},{"path":[4,65,2,2],"span":[377,2,31]},{"path":[4,65,2,2,6],"span":[377,2,16]},{"path":[4,65,2,2,1],"span":[377,17,26]},{"path":[4,65,2,2,3],"span":[377,29,30]},{"path":[4,66],"span":[379,0,381,1]},{"path":[4,66,1],"span":[379,8,39]},{"path":[4,66,2,0],"span":[380,2,21]},{"path":[4,66,2,0,5],"span":[380,2,8]},{"path":[4,66,2,0,1],"span":[380,9,16]},{"path":[4,66,2,0,3],"span":[380,19,20]},{"path":[4,67],"span":[382,0,384,1]},{"path":[4,67,1],"span":[382,8,40]},{"path":[4,67,2,0],"span":[383,2,16]},{"path":[4,67,2,0,5],"span":[383,2,6]},{"path":[4,67,2,0,1],"span":[383,7,11]},{"path":[4,67,2,0,3],"span":[383,14,15]},{"path":[4,68],"span":[385,0,387,1]},{"path":[4,68,1],"span":[385,8,34]},{"path":[4,68,2,0],"span":[386,2,21]},{"path":[4,68,2,0,5],"span":[386,2,8]},{"path":[4,68,2,0,1],"span":[386,9,16]},{"path":[4,68,2,0,3],"span":[386,19,20]},{"path":[4,69],"span":[388,0,390,1]},{"path":[4,69,1],"span":[388,8,35]},{"path":[4,69,2,0],"span":[389,2,28]},{"path":[4,69,2,0,6],"span":[389,2,18]},{"path":[4,69,2,0,1],"span":[389,19,23]},{"path":[4,69,2,0,3],"span":[389,26,27]},{"path":[4,70],"span":[391,0,394,1]},{"path":[4,70,1],"span":[391,8,32]},{"path":[4,70,2,0],"span":[392,2,21]},{"path":[4,70,2,0,5],"span":[392,2,8]},{"path":[4,70,2,0,1],"span":[392,9,16]},{"path":[4,70,2,0,3],"span":[392,19,20]},{"path":[4,70,2,1],"span":[393,2,24]},{"path":[4,70,2,1,5],"span":[393,2,8]},{"path":[4,70,2,1,1],"span":[393,9,19]},{"path":[4,70,2,1,3],"span":[393,22,23]},{"path":[4,71],"span":[395,0,397,1]},{"path":[4,71,1],"span":[395,8,33]},{"path":[4,71,2,0],"span":[396,2,18]},{"path":[4,71,2,0,5],"span":[396,2,8]},{"path":[4,71,2,0,1],"span":[396,9,13]},{"path":[4,71,2,0,3],"span":[396,16,17]},{"path":[4,72],"span":[398,0,400,1]},{"path":[4,72,1],"span":[398,8,37]},{"path":[4,72,2,0],"span":[399,4,33]},{"path":[4,72,2,0,4],"span":[399,4,12]},{"path":[4,72,2,0,5],"span":[399,13,19]},{"path":[4,72,2,0,1],"span":[399,20,28]},{"path":[4,72,2,0,3],"span":[399,31,32]},{"path":[4,73],"span":[401,0,403,1]},{"path":[4,73,1],"span":[401,8,47]},{"path":[4,73,2,0],"span":[402,2,21]},{"path":[4,73,2,0,5],"span":[402,2,8]},{"path":[4,73,2,0,1],"span":[402,9,16]},{"path":[4,73,2,0,3],"span":[402,19,20]},{"path":[4,74],"span":[404,0,406,1]},{"path":[4,74,1],"span":[404,8,48]},{"path":[4,74,2,0],"span":[405,2,22]},{"path":[4,74,2,0,5],"span":[405,2,6]},{"path":[4,74,2,0,1],"span":[405,7,17]},{"path":[4,74,2,0,3],"span":[405,20,21]},{"path":[4,75],"span":[407,0,411,1]},{"path":[4,75,1],"span":[407,8,33]},{"path":[4,75,2,0],"span":[408,2,21]},{"path":[4,75,2,0,5],"span":[408,2,8]},{"path":[4,75,2,0,1],"span":[408,9,16]},{"path":[4,75,2,0,3],"span":[408,19,20]},{"path":[4,75,2,1],"span":[409,2,17]},{"path":[4,75,2,1,5],"span":[409,2,8]},{"path":[4,75,2,1,1],"span":[409,9,12]},{"path":[4,75,2,1,3],"span":[409,15,16]},{"path":[4,75,2,2],"span":[410,2,19]},{"path":[4,75,2,2,5],"span":[410,2,8]},{"path":[4,75,2,2,1],"span":[410,9,14]},{"path":[4,75,2,2,3],"span":[410,17,18]},{"path":[4,76],"span":[412,0,414,1]},{"path":[4,76,1],"span":[412,8,34]},{"path":[4,76,2,0],"span":[413,2,19]},{"path":[4,76,2,0,5],"span":[413,2,6]},{"path":[4,76,2,0,1],"span":[413,7,14]},{"path":[4,76,2,0,3],"span":[413,17,18]},{"path":[4,77],"span":[416,0,418,1]},{"path":[4,77,1],"span":[416,8,28]},{"path":[4,77,2,0],"span":[417,2,31]},{"path":[4,77,2,0,4],"span":[417,2,10]},{"path":[4,77,2,0,5],"span":[417,11,17]},{"path":[4,77,2,0,1],"span":[417,18,26]},{"path":[4,77,2,0,3],"span":[417,29,30]},{"path":[4,78],"span":[421,0,423,1]},{"path":[4,78,1],"span":[421,8,29]},{"path":[4,78,2,0],"span":[422,2,70]},{"path":[4,78,2,0,6],"span":[422,2,53]},{"path":[4,78,2,0,1],"span":[422,54,65]},{"path":[4,78,2,0,3],"span":[422,68,69]},{"path":[6,0],"span":[425,0,467,1]},{"path":[6,0,1],"span":[425,8,19]},{"path":[6,0,2,0],"span":[426,2,121]},{"path":[6,0,2,0,1],"span":[426,6,34]},{"path":[6,0,2,0,2],"span":[426,35,70]},{"path":[6,0,2,0,3],"span":[426,81,117]},{"path":[6,0,2,1],"span":[427,2,118]},{"path":[6,0,2,1,1],"span":[427,6,33]},{"path":[6,0,2,1,2],"span":[427,34,68]},{"path":[6,0,2,1,3],"span":[427,79,114]},{"path":[6,0,2,2],"span":[428,2,100]},{"path":[6,0,2,2,1],"span":[428,6,27]},{"path":[6,0,2,2,2],"span":[428,28,56]},{"path":[6,0,2,2,3],"span":[428,67,96]},{"path":[6,0,2,3],"span":[429,2,106]},{"path":[6,0,2,3,1],"span":[429,6,29]},{"path":[6,0,2,3,2],"span":[429,30,60]},{"path":[6,0,2,3,3],"span":[429,71,102]},{"path":[6,0,2,4],"span":[431,2,115]},{"path":[6,0,2,4,1],"span":[431,6,32]},{"path":[6,0,2,4,2],"span":[431,33,66]},{"path":[6,0,2,4,3],"span":[431,77,111]},{"path":[6,0,2,5],"span":[432,2,76]},{"path":[6,0,2,5,1],"span":[432,6,19]},{"path":[6,0,2,5,2],"span":[432,20,40]},{"path":[6,0,2,5,3],"span":[432,51,72]},{"path":[6,0,2,6],"span":[433,2,76]},{"path":[6,0,2,6,1],"span":[433,6,19]},{"path":[6,0,2,6,2],"span":[433,20,40]},{"path":[6,0,2,6,3],"span":[433,51,72]},{"path":[6,0,2,7],"span":[434,2,97]},{"path":[6,0,2,7,1],"span":[434,6,26]},{"path":[6,0,2,7,2],"span":[434,27,54]},{"path":[6,0,2,7,3],"span":[434,65,93]},{"path":[6,0,2,8],"span":[435,2,88]},{"path":[6,0,2,8,1],"span":[435,6,23]},{"path":[6,0,2,8,2],"span":[435,24,48]},{"path":[6,0,2,8,3],"span":[435,59,84]},{"path":[6,0,2,9],"span":[436,2,82]},{"path":[6,0,2,9,1],"span":[436,6,21]},{"path":[6,0,2,9,2],"span":[436,22,44]},{"path":[6,0,2,9,3],"span":[436,55,78]},{"path":[6,0,2,10],"span":[437,2,97]},{"path":[6,0,2,10,1],"span":[437,6,28]},{"path":[6,0,2,10,2],"span":[437,29,58]},{"path":[6,0,2,10,3],"span":[437,69,93]},{"path":[6,0,2,11],"span":[438,2,97]},{"path":[6,0,2,11,1],"span":[438,6,26]},{"path":[6,0,2,11,2],"span":[438,27,54]},{"path":[6,0,2,11,3],"span":[438,65,93]},{"path":[6,0,2,12],"span":[439,2,106]},{"path":[6,0,2,12,1],"span":[439,6,29]},{"path":[6,0,2,12,2],"span":[439,30,60]},{"path":[6,0,2,12,3],"span":[439,71,102]},{"path":[6,0,2,13],"span":[440,2,106]},{"path":[6,0,2,13,1],"span":[440,6,29]},{"path":[6,0,2,13,2],"span":[440,30,60]},{"path":[6,0,2,13,3],"span":[440,71,102]},{"path":[6,0,2,14],"span":[441,2,115]},{"path":[6,0,2,14,1],"span":[441,6,32]},{"path":[6,0,2,14,2],"span":[441,33,66]},{"path":[6,0,2,14,3],"span":[441,77,111]},{"path":[6,0,2,15],"span":[442,2,106]},{"path":[6,0,2,15,1],"span":[442,6,29]},{"path":[6,0,2,15,2],"span":[442,30,60]},{"path":[6,0,2,15,3],"span":[442,71,102]},{"path":[6,0,2,16],"span":[443,2,112]},{"path":[6,0,2,16,1],"span":[443,6,31]},{"path":[6,0,2,16,2],"span":[443,32,64]},{"path":[6,0,2,16,3],"span":[443,75,108]},{"path":[6,0,2,17],"span":[444,2,130]},{"path":[6,0,2,17,1],"span":[444,6,37]},{"path":[6,0,2,17,2],"span":[444,38,76]},{"path":[6,0,2,17,3],"span":[444,87,126]},{"path":[6,0,2,18],"span":[445,2,91]},{"path":[6,0,2,18,1],"span":[445,6,24]},{"path":[6,0,2,18,2],"span":[445,25,50]},{"path":[6,0,2,18,3],"span":[445,61,87]},{"path":[6,0,2,19],"span":[446,2,151]},{"path":[6,0,2,19,1],"span":[446,6,44]},{"path":[6,0,2,19,2],"span":[446,45,90]},{"path":[6,0,2,19,3],"span":[446,101,147]},{"path":[6,0,2,20],"span":[447,2,99]},{"path":[6,0,2,20,1],"span":[447,6,30]},{"path":[6,0,2,20,2],"span":[447,31,57]},{"path":[6,0,2,20,3],"span":[447,68,95]},{"path":[6,0,2,21],"span":[448,2,100]},{"path":[6,0,2,21,1],"span":[448,6,39]},{"path":[6,0,2,21,2],"span":[448,40,62]},{"path":[6,0,2,21,3],"span":[448,73,96]},{"path":[6,0,2,22],"span":[449,2,100]},{"path":[6,0,2,22,1],"span":[449,6,27]},{"path":[6,0,2,22,2],"span":[449,28,56]},{"path":[6,0,2,22,3],"span":[449,67,96]},{"path":[6,0,2,23],"span":[450,2,112]},{"path":[6,0,2,23,1],"span":[450,6,31]},{"path":[6,0,2,23,2],"span":[450,32,64]},{"path":[6,0,2,23,3],"span":[450,75,108]},{"path":[6,0,2,24],"span":[451,2,103]},{"path":[6,0,2,24,1],"span":[451,6,28]},{"path":[6,0,2,24,2],"span":[451,29,58]},{"path":[6,0,2,24,3],"span":[451,69,99]},{"path":[6,0,2,25],"span":[452,2,118]},{"path":[6,0,2,25,1],"span":[452,6,33]},{"path":[6,0,2,25,2],"span":[452,34,68]},{"path":[6,0,2,25,3],"span":[452,79,114]},{"path":[6,0,2,26],"span":[453,2,133]},{"path":[6,0,2,26,1],"span":[453,6,38]},{"path":[6,0,2,26,2],"span":[453,39,78]},{"path":[6,0,2,26,3],"span":[453,89,129]},{"path":[6,0,2,27],"span":[454,2,85]},{"path":[6,0,2,27,1],"span":[454,6,22]},{"path":[6,0,2,27,2],"span":[454,23,46]},{"path":[6,0,2,27,3],"span":[454,57,81]},{"path":[6,0,2,28],"span":[456,2,109]},{"path":[6,0,2,28,1],"span":[456,6,30]},{"path":[6,0,2,28,2],"span":[456,31,62]},{"path":[6,0,2,28,3],"span":[456,73,105]},{"path":[6,0,2,29],"span":[457,2,459,3]},{"path":[6,0,2,29,1],"span":[457,6,22]},{"path":[6,0,2,29,2],"span":[457,23,46]},{"path":[6,0,2,29,3],"span":[457,57,81]},{"path":[6,0,2,29,4],"span":[458,4,29]},{"path":[6,0,2,29,4,33],"span":[458,4,29]},{"path":[6,0,2,30],"span":[460,2,94]},{"path":[6,0,2,30,1],"span":[460,6,25]},{"path":[6,0,2,30,2],"span":[460,26,52]},{"path":[6,0,2,30,3],"span":[460,63,90]},{"path":[6,0,2,31],"span":[461,2,88]},{"path":[6,0,2,31,1],"span":[461,6,23]},{"path":[6,0,2,31,2],"span":[461,24,48]},{"path":[6,0,2,31,3],"span":[461,59,84]},{"path":[6,0,2,32],"span":[462,2,113]},{"path":[6,0,2,32,1],"span":[462,6,39]},{"path":[6,0,2,32,2],"span":[462,40,69]},{"path":[6,0,2,32,3],"span":[462,80,109]},{"path":[6,0,2,33],"span":[463,2,133]},{"path":[6,0,2,33,1],"span":[463,6,38]},{"path":[6,0,2,33,2],"span":[463,39,78]},{"path":[6,0,2,33,3],"span":[463,89,129]},{"path":[6,0,2,34],"span":[465,2,91]},{"path":[6,0,2,34,1],"span":[465,6,24]},{"path":[6,0,2,34,2],"span":[465,25,50]},{"path":[6,0,2,34,3],"span":[465,61,87]},{"path":[6,0,2,35],"span":[466,2,76]},{"path":[6,0,2,35,1],"span":[466,6,19]},{"path":[6,0,2,35,2],"span":[466,20,40]},{"path":[6,0,2,35,3],"span":[466,51,72]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|