@lansweeper/multitenant-api-grpc 0.4.28 → 0.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_pb.d.ts +11 -0
- package/gen-proto/multitenant_pb.js +114 -3
- package/generated-go/multitenant.pb.go +981 -955
- package/package.json +2 -2
- package/proto/multitenant.proto +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.29](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.28...@lansweeper/multitenant-api-grpc@0.4.29) (2023-04-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.28](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.27...@lansweeper/multitenant-api-grpc@0.4.28) (2023-03-23)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
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":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"}],"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":"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":"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"}]}],"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":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}},{"name":"AllProfilesExist","inputType":".lansweeper.multitenant.v1.AllProfilesExistRequest","outputType":".lansweeper.multitenant.v1.AllProfilesExistResponse","options":{}},{"name":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"GetSiteSubscription","inputType":".lansweeper.multitenant.v1.GetSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.GetSiteSubscriptionResponse","options":{}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,537,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,38,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,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,113,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,21]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,16]},{"path":[4,13,2,1,3],"span":[98,19,20]},{"path":[4,13,2,2],"span":[99,2,26]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,21]},{"path":[4,13,2,2,3],"span":[99,24,25]},{"path":[4,13,2,3],"span":[100,2,25]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,20]},{"path":[4,13,2,3,3],"span":[100,23,24]},{"path":[4,13,2,4],"span":[101,2,20]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,15]},{"path":[4,13,2,4,3],"span":[101,18,19]},{"path":[4,13,2,5],"span":[102,2,18]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,13]},{"path":[4,13,2,5,3],"span":[102,16,17]},{"path":[4,13,2,6],"span":[103,2,27]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,22]},{"path":[4,13,2,6,3],"span":[103,25,26]},{"path":[4,13,2,7],"span":[104,2,23]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,18]},{"path":[4,13,2,7,3],"span":[104,21,22]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,13,2,10],"span":[111,2,22]},{"path":[4,13,2,10,5],"span":[111,2,8]},{"path":[4,13,2,10,1],"span":[111,9,16]},{"path":[4,13,2,10,3],"span":[111,19,21]},{"path":[4,13,2,11],"span":[112,2,19]},{"path":[4,13,2,11,5],"span":[112,2,8]},{"path":[4,13,2,11,1],"span":[112,9,13]},{"path":[4,13,2,11,3],"span":[112,16,18]},{"path":[4,14],"span":[115,0,118,1]},{"path":[4,14,1],"span":[115,8,26]},{"path":[4,14,2,0],"span":[116,2,23]},{"path":[4,14,2,0,5],"span":[116,2,8]},{"path":[4,14,2,0,1],"span":[116,9,18]},{"path":[4,14,2,0,3],"span":[116,21,22]},{"path":[4,14,2,1],"span":[117,2,27]},{"path":[4,14,2,1,5],"span":[117,2,8]},{"path":[4,14,2,1,1],"span":[117,9,22]},{"path":[4,14,2,1,3],"span":[117,25,26]},{"path":[4,15],"span":[120,0,122,1]},{"path":[4,15,1],"span":[120,8,37]},{"path":[4,15,2,0],"span":[121,2,21]},{"path":[4,15,2,0,5],"span":[121,2,8]},{"path":[4,15,2,0,1],"span":[121,9,16]},{"path":[4,15,2,0,3],"span":[121,19,20]},{"path":[4,16],"span":[124,0,126,1]},{"path":[4,16,1],"span":[124,8,32]},{"path":[4,16,2,0],"span":[125,2,18]},{"path":[4,16,2,0,5],"span":[125,2,7]},{"path":[4,16,2,0,1],"span":[125,8,13]},{"path":[4,16,2,0,3],"span":[125,16,17]},{"path":[4,17],"span":[128,0,130,1]},{"path":[4,17,1],"span":[128,8,30]},{"path":[4,17,2,0],"span":[129,2,34]},{"path":[4,17,2,0,4],"span":[129,2,10]},{"path":[4,17,2,0,5],"span":[129,11,17]},{"path":[4,17,2,0,1],"span":[129,18,29]},{"path":[4,17,2,0,3],"span":[129,32,33]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,31]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,140,1]},{"path":[4,19,1],"span":[136,8,27]},{"path":[4,19,8,0],"span":[137,2,139,3]},{"path":[4,19,8,0,1],"span":[137,8,12]},{"path":[4,19,2,0],"span":[138,4,25]},{"path":[4,19,2,0,6],"span":[138,4,15]},{"path":[4,19,2,0,1],"span":[138,16,20]},{"path":[4,19,2,0,3],"span":[138,23,24]},{"path":[4,20],"span":[142,0,150,1]},{"path":[4,20,1],"span":[142,8,32]},{"path":[4,20,2,0],"span":[143,2,21]},{"path":[4,20,2,0,5],"span":[143,2,8]},{"path":[4,20,2,0,1],"span":[143,9,16]},{"path":[4,20,2,0,3],"span":[143,19,20]},{"path":[4,20,3,0],"span":[144,2,148,3]},{"path":[4,20,3,0,1],"span":[144,10,16]},{"path":[4,20,3,0,2,0],"span":[145,4,32]},{"path":[4,20,3,0,2,0,6],"span":[145,4,21]},{"path":[4,20,3,0,2,0,1],"span":[145,22,27]},{"path":[4,20,3,0,2,0,3],"span":[145,30,31]},{"path":[4,20,3,0,2,1],"span":[146,4,43]},{"path":[4,20,3,0,2,1,6],"span":[146,4,15]},{"path":[4,20,3,0,2,1,1],"span":[146,16,20]},{"path":[4,20,3,0,2,1,3],"span":[146,21,22]},{"path":[4,20,3,0,2,1,8],"span":[146,23,42]},{"path":[4,20,3,0,2,1,8,3],"span":[146,24,41]},{"path":[4,20,3,0,2,2],"span":[147,4,39]},{"path":[4,20,3,0,2,2,6],"span":[147,4,23]},{"path":[4,20,3,0,2,2,1],"span":[147,24,36]},{"path":[4,20,3,0,2,2,3],"span":[147,37,38]},{"path":[4,20,2,1],"span":[149,2,20]},{"path":[4,20,2,1,6],"span":[149,2,8]},{"path":[4,20,2,1,1],"span":[149,9,15]},{"path":[4,20,2,1,3],"span":[149,18,19]},{"path":[4,21],"span":[152,0,154,1]},{"path":[4,21,1],"span":[152,8,33]},{"path":[4,21,2,0],"span":[153,2,31]},{"path":[4,21,2,0,4],"span":[153,2,10]},{"path":[4,21,2,0,6],"span":[153,11,18]},{"path":[4,21,2,0,1],"span":[153,19,26]},{"path":[4,21,2,0,3],"span":[153,29,30]},{"path":[4,22],"span":[156,0,158,1]},{"path":[4,22,1],"span":[156,8,35]},{"path":[4,22,2,0],"span":[157,2,23]},{"path":[4,22,2,0,5],"span":[157,2,8]},{"path":[4,22,2,0,1],"span":[157,9,18]},{"path":[4,22,2,0,3],"span":[157,21,22]},{"path":[4,23],"span":[160,0,162,1]},{"path":[4,23,1],"span":[160,8,36]},{"path":[4,23,2,0],"span":[161,2,22]},{"path":[4,23,2,0,6],"span":[161,2,9]},{"path":[4,23,2,0,1],"span":[161,10,17]},{"path":[4,23,2,0,3],"span":[161,20,21]},{"path":[4,24],"span":[164,0,178,1]},{"path":[4,24,1],"span":[164,8,28]},{"path":[4,24,9],"span":[165,2,13]},{"path":[4,24,9,0],"span":[165,11,12]},{"path":[4,24,9,0,1],"span":[165,11,12]},{"path":[4,24,2,0],"span":[166,2,21]},{"path":[4,24,2,0,5],"span":[166,2,8]},{"path":[4,24,2,0,1],"span":[166,9,16]},{"path":[4,24,2,0,3],"span":[166,19,20]},{"path":[4,24,2,1],"span":[167,2,26]},{"path":[4,24,2,1,5],"span":[167,2,8]},{"path":[4,24,2,1,1],"span":[167,9,21]},{"path":[4,24,2,1,3],"span":[167,24,25]},{"path":[4,24,2,2],"span":[168,2,25]},{"path":[4,24,2,2,5],"span":[168,2,8]},{"path":[4,24,2,2,1],"span":[168,9,20]},{"path":[4,24,2,2,3],"span":[168,23,24]},{"path":[4,24,2,3],"span":[169,2,20]},{"path":[4,24,2,3,5],"span":[169,2,8]},{"path":[4,24,2,3,1],"span":[169,9,15]},{"path":[4,24,2,3,3],"span":[169,18,19]},{"path":[4,24,2,4],"span":[170,2,18]},{"path":[4,24,2,4,5],"span":[170,2,8]},{"path":[4,24,2,4,1],"span":[170,9,13]},{"path":[4,24,2,4,3],"span":[170,16,17]},{"path":[4,24,2,5],"span":[171,2,27]},{"path":[4,24,2,5,5],"span":[171,2,8]},{"path":[4,24,2,5,1],"span":[171,9,22]},{"path":[4,24,2,5,3],"span":[171,25,26]},{"path":[4,24,2,6],"span":[173,2,28]},{"path":[4,24,2,6,5],"span":[173,2,6]},{"path":[4,24,2,6,1],"span":[173,7,23]},{"path":[4,24,2,6,3],"span":[173,26,27]},{"path":[4,24,2,7],"span":[174,2,23]},{"path":[4,24,2,7,5],"span":[174,2,8]},{"path":[4,24,2,7,1],"span":[174,9,18]},{"path":[4,24,2,7,3],"span":[174,21,22]},{"path":[4,24,2,8],"span":[175,2,24]},{"path":[4,24,2,8,6],"span":[175,2,13]},{"path":[4,24,2,8,1],"span":[175,14,18]},{"path":[4,24,2,8,3],"span":[175,21,23]},{"path":[4,24,2,9],"span":[176,2,24]},{"path":[4,24,2,9,5],"span":[176,2,8]},{"path":[4,24,2,9,1],"span":[176,9,18]},{"path":[4,24,2,9,3],"span":[176,21,23]},{"path":[5,2],"span":[180,0,183,1]},{"path":[5,2,1],"span":[180,5,16]},{"path":[5,2,2,0],"span":[181,2,7]},{"path":[5,2,2,0,1],"span":[181,2,4]},{"path":[5,2,2,0,2],"span":[181,5,6]},{"path":[5,2,2,1],"span":[182,2,7]},{"path":[5,2,2,1,1],"span":[182,2,4]},{"path":[5,2,2,1,2],"span":[182,5,6]},{"path":[4,25],"span":[185,0,188,1]},{"path":[4,25,1],"span":[185,8,29]},{"path":[4,25,2,0],"span":[186,2,22]},{"path":[4,25,2,0,6],"span":[186,2,9]},{"path":[4,25,2,0,1],"span":[186,10,17]},{"path":[4,25,2,0,3],"span":[186,20,21]},{"path":[4,25,2,1],"span":[187,2,37]},{"path":[4,25,2,1,6],"span":[187,2,20]},{"path":[4,25,2,1,1],"span":[187,21,32]},{"path":[4,25,2,1,3],"span":[187,35,36]},{"path":[4,26],"span":[190,0,198,1]},{"path":[4,26,1],"span":[190,8,35]},{"path":[4,26,2,0],"span":[191,2,21]},{"path":[4,26,2,0,5],"span":[191,2,8]},{"path":[4,26,2,0,1],"span":[191,9,16]},{"path":[4,26,2,0,3],"span":[191,19,20]},{"path":[4,26,2,1],"span":[192,2,26]},{"path":[4,26,2,1,5],"span":[192,2,8]},{"path":[4,26,2,1,1],"span":[192,9,21]},{"path":[4,26,2,1,3],"span":[192,24,25]},{"path":[4,26,2,2],"span":[193,2,25]},{"path":[4,26,2,2,5],"span":[193,2,8]},{"path":[4,26,2,2,1],"span":[193,9,20]},{"path":[4,26,2,2,3],"span":[193,23,24]},{"path":[4,26,2,3],"span":[194,2,23]},{"path":[4,26,2,3,5],"span":[194,2,8]},{"path":[4,26,2,3,1],"span":[194,9,18]},{"path":[4,26,2,3,3],"span":[194,21,22]},{"path":[4,26,2,4],"span":[195,2,23]},{"path":[4,26,2,4,6],"span":[195,2,13]},{"path":[4,26,2,4,1],"span":[195,14,18]},{"path":[4,26,2,4,3],"span":[195,21,22]},{"path":[4,26,2,5],"span":[196,2,27]},{"path":[4,26,2,5,5],"span":[196,2,8]},{"path":[4,26,2,5,1],"span":[196,9,22]},{"path":[4,26,2,5,3],"span":[196,25,26]},{"path":[4,26,2,6],"span":[197,2,23]},{"path":[4,26,2,6,5],"span":[197,2,8]},{"path":[4,26,2,6,1],"span":[197,9,18]},{"path":[4,26,2,6,3],"span":[197,21,22]},{"path":[4,27],"span":[200,0,204,1]},{"path":[4,27,1],"span":[200,8,36]},{"path":[4,27,2,0],"span":[201,2,22]},{"path":[4,27,2,0,6],"span":[201,2,9]},{"path":[4,27,2,0,1],"span":[201,10,17]},{"path":[4,27,2,0,3],"span":[201,20,21]},{"path":[4,27,2,1],"span":[202,2,37]},{"path":[4,27,2,1,6],"span":[202,2,20]},{"path":[4,27,2,1,1],"span":[202,21,32]},{"path":[4,27,2,1,3],"span":[202,35,36]},{"path":[4,27,2,2],"span":[203,2,21]},{"path":[4,27,2,2,5],"span":[203,2,8]},{"path":[4,27,2,2,1],"span":[203,9,16]},{"path":[4,27,2,2,3],"span":[203,19,20]},{"path":[4,28],"span":[206,0,221,1]},{"path":[4,28,1],"span":[206,8,38]},{"path":[4,28,2,0],"span":[207,2,23]},{"path":[4,28,2,0,5],"span":[207,2,8]},{"path":[4,28,2,0,1],"span":[207,9,18]},{"path":[4,28,2,0,3],"span":[207,21,22]},{"path":[4,28,2,1],"span":[208,2,26]},{"path":[4,28,2,1,5],"span":[208,2,8]},{"path":[4,28,2,1,1],"span":[208,9,21]},{"path":[4,28,2,1,3],"span":[208,24,25]},{"path":[4,28,2,2],"span":[209,2,25]},{"path":[4,28,2,2,5],"span":[209,2,8]},{"path":[4,28,2,2,1],"span":[209,9,20]},{"path":[4,28,2,2,3],"span":[209,23,24]},{"path":[4,28,2,3],"span":[210,2,20]},{"path":[4,28,2,3,5],"span":[210,2,8]},{"path":[4,28,2,3,1],"span":[210,9,15]},{"path":[4,28,2,3,3],"span":[210,18,19]},{"path":[4,28,2,4],"span":[211,2,18]},{"path":[4,28,2,4,5],"span":[211,2,8]},{"path":[4,28,2,4,1],"span":[211,9,13]},{"path":[4,28,2,4,3],"span":[211,16,17]},{"path":[4,28,3,0],"span":[213,2,218,3]},{"path":[4,28,3,0,1],"span":[213,10,24]},{"path":[4,28,3,0,2,0],"span":[214,4,41]},{"path":[4,28,3,0,2,0,5],"span":[214,4,10]},{"path":[4,28,3,0,2,0,1],"span":[214,11,36]},{"path":[4,28,3,0,2,0,3],"span":[214,39,40]},{"path":[4,28,3,0,2,1],"span":[215,4,47]},{"path":[4,28,3,0,2,1,5],"span":[215,4,10]},{"path":[4,28,3,0,2,1,1],"span":[215,11,42]},{"path":[4,28,3,0,2,1,3],"span":[215,45,46]},{"path":[4,28,3,0,2,2],"span":[216,4,45]},{"path":[4,28,3,0,2,2,5],"span":[216,4,10]},{"path":[4,28,3,0,2,2,1],"span":[216,11,40]},{"path":[4,28,3,0,2,2,3],"span":[216,43,44]},{"path":[4,28,3,0,2,3],"span":[217,4,40]},{"path":[4,28,3,0,2,3,5],"span":[217,4,10]},{"path":[4,28,3,0,2,3,1],"span":[217,11,35]},{"path":[4,28,3,0,2,3,3],"span":[217,38,39]},{"path":[4,28,2,5],"span":[220,2,37]},{"path":[4,28,2,5,6],"span":[220,2,16]},{"path":[4,28,2,5,1],"span":[220,17,32]},{"path":[4,28,2,5,3],"span":[220,35,36]},{"path":[4,29],"span":[223,0,225,1]},{"path":[4,29,1],"span":[223,8,39]},{"path":[4,29,2,0],"span":[224,2,22]},{"path":[4,29,2,0,6],"span":[224,2,9]},{"path":[4,29,2,0,1],"span":[224,10,17]},{"path":[4,29,2,0,3],"span":[224,20,21]},{"path":[4,30],"span":[227,0,230,1]},{"path":[4,30,1],"span":[227,8,38]},{"path":[4,30,2,0],"span":[228,2,23]},{"path":[4,30,2,0,5],"span":[228,2,8]},{"path":[4,30,2,0,1],"span":[228,9,18]},{"path":[4,30,2,0,3],"span":[228,21,22]},{"path":[4,30,2,1],"span":[229,2,22]},{"path":[4,30,2,1,5],"span":[229,2,8]},{"path":[4,30,2,1,1],"span":[229,9,17]},{"path":[4,30,2,1,3],"span":[229,20,21]},{"path":[4,31],"span":[232,0,237,1]},{"path":[4,31,1],"span":[232,8,39]},{"path":[4,31,2,0],"span":[233,2,19]},{"path":[4,31,2,0,5],"span":[233,2,6]},{"path":[4,31,2,0,1],"span":[233,7,14]},{"path":[4,31,2,0,3],"span":[233,17,18]},{"path":[4,31,2,1],"span":[234,2,21]},{"path":[4,31,2,1,5],"span":[234,2,8]},{"path":[4,31,2,1,1],"span":[234,9,16]},{"path":[4,31,2,1,3],"span":[234,19,20]},{"path":[4,31,2,2],"span":[235,2,28]},{"path":[4,31,2,2,5],"span":[235,2,8]},{"path":[4,31,2,2,1],"span":[235,9,23]},{"path":[4,31,2,2,3],"span":[235,26,27]},{"path":[4,31,2,3],"span":[236,2,28]},{"path":[4,31,2,3,5],"span":[236,2,8]},{"path":[4,31,2,3,1],"span":[236,9,23]},{"path":[4,31,2,3,3],"span":[236,26,27]},{"path":[4,32],"span":[239,0,244,1]},{"path":[4,32,1],"span":[239,8,38]},{"path":[4,32,2,0],"span":[240,2,23]},{"path":[4,32,2,0,5],"span":[240,2,8]},{"path":[4,32,2,0,1],"span":[240,9,18]},{"path":[4,32,2,0,3],"span":[240,21,22]},{"path":[4,32,2,1],"span":[241,2,22]},{"path":[4,32,2,1,5],"span":[241,2,8]},{"path":[4,32,2,1,1],"span":[241,9,17]},{"path":[4,32,2,1,3],"span":[241,20,21]},{"path":[4,32,2,2],"span":[242,2,23]},{"path":[4,32,2,2,5],"span":[242,2,6]},{"path":[4,32,2,2,1],"span":[242,7,18]},{"path":[4,32,2,2,3],"span":[242,21,22]},{"path":[4,32,2,3],"span":[243,2,23]},{"path":[4,32,2,3,5],"span":[243,2,6]},{"path":[4,32,2,3,1],"span":[243,7,18]},{"path":[4,32,2,3,3],"span":[243,21,22]},{"path":[4,33],"span":[246,0,248,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,34],"span":[250,0,256,1]},{"path":[4,34,1],"span":[250,8,41]},{"path":[4,34,2,0],"span":[251,2,23]},{"path":[4,34,2,0,5],"span":[251,2,8]},{"path":[4,34,2,0,1],"span":[251,9,18]},{"path":[4,34,2,0,3],"span":[251,21,22]},{"path":[4,34,2,1],"span":[252,2,26]},{"path":[4,34,2,1,5],"span":[252,2,8]},{"path":[4,34,2,1,1],"span":[252,9,21]},{"path":[4,34,2,1,3],"span":[252,24,25]},{"path":[4,34,2,2],"span":[253,2,25]},{"path":[4,34,2,2,5],"span":[253,2,8]},{"path":[4,34,2,2,1],"span":[253,9,20]},{"path":[4,34,2,2,3],"span":[253,23,24]},{"path":[4,34,2,3],"span":[254,2,23]},{"path":[4,34,2,3,5],"span":[254,2,8]},{"path":[4,34,2,3,1],"span":[254,9,18]},{"path":[4,34,2,3,3],"span":[254,21,22]},{"path":[4,34,2,4],"span":[255,2,23]},{"path":[4,34,2,4,6],"span":[255,2,13]},{"path":[4,34,2,4,1],"span":[255,14,18]},{"path":[4,34,2,4,3],"span":[255,21,22]},{"path":[4,35],"span":[258,0,263,1]},{"path":[4,35,1],"span":[258,8,42]},{"path":[4,35,2,0],"span":[259,2,22]},{"path":[4,35,2,0,6],"span":[259,2,9]},{"path":[4,35,2,0,1],"span":[259,10,17]},{"path":[4,35,2,0,3],"span":[259,20,21]},{"path":[4,35,2,1],"span":[260,2,37]},{"path":[4,35,2,1,6],"span":[260,2,20]},{"path":[4,35,2,1,1],"span":[260,21,32]},{"path":[4,35,2,1,3],"span":[260,35,36]},{"path":[4,35,2,2],"span":[261,2,23]},{"path":[4,35,2,2,6],"span":[261,2,13]},{"path":[4,35,2,2,1],"span":[261,14,18]},{"path":[4,35,2,2,3],"span":[261,21,22]},{"path":[4,35,2,3],"span":[262,2,21]},{"path":[4,35,2,3,5],"span":[262,2,8]},{"path":[4,35,2,3,1],"span":[262,9,16]},{"path":[4,35,2,3,3],"span":[262,19,20]},{"path":[4,36],"span":[265,0,269,1]},{"path":[4,36,1],"span":[265,8,40]},{"path":[4,36,2,0],"span":[266,2,21]},{"path":[4,36,2,0,5],"span":[266,2,8]},{"path":[4,36,2,0,1],"span":[266,9,16]},{"path":[4,36,2,0,3],"span":[266,19,20]},{"path":[4,36,2,1],"span":[267,2,34]},{"path":[4,36,2,1,4],"span":[267,2,10]},{"path":[4,36,2,1,5],"span":[267,11,17]},{"path":[4,36,2,1,1],"span":[267,18,29]},{"path":[4,36,2,1,3],"span":[267,32,33]},{"path":[4,36,2,2],"span":[268,2,21]},{"path":[4,36,2,2,5],"span":[268,2,8]},{"path":[4,36,2,2,1],"span":[268,9,16]},{"path":[4,36,2,2,3],"span":[268,19,20]},{"path":[4,37],"span":[271,0,277,1]},{"path":[4,37,1],"span":[271,8,41]},{"path":[4,37,3,0],"span":[272,2,275,3]},{"path":[4,37,3,0,1],"span":[272,10,16]},{"path":[4,37,3,0,2,0],"span":[273,4,26]},{"path":[4,37,3,0,2,0,5],"span":[273,4,10]},{"path":[4,37,3,0,2,0,1],"span":[273,11,21]},{"path":[4,37,3,0,2,0,3],"span":[273,24,25]},{"path":[4,37,3,0,2,1],"span":[274,4,20]},{"path":[4,37,3,0,2,1,5],"span":[274,4,8]},{"path":[4,37,3,0,2,1,1],"span":[274,9,15]},{"path":[4,37,3,0,2,1,3],"span":[274,18,19]},{"path":[4,37,2,0],"span":[276,2,29]},{"path":[4,37,2,0,4],"span":[276,2,10]},{"path":[4,37,2,0,6],"span":[276,11,17]},{"path":[4,37,2,0,1],"span":[276,18,24]},{"path":[4,37,2,0,3],"span":[276,27,28]},{"path":[4,38],"span":[279,0,282,1]},{"path":[4,38,1],"span":[279,8,46]},{"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,23]},{"path":[4,38,2,1,5],"span":[281,2,8]},{"path":[4,38,2,1,1],"span":[281,9,18]},{"path":[4,38,2,1,3],"span":[281,21,22]},{"path":[4,39],"span":[284,0,286,1]},{"path":[4,39,1],"span":[284,8,47]},{"path":[4,39,2,0],"span":[285,2,31]},{"path":[4,39,2,0,4],"span":[285,2,10]},{"path":[4,39,2,0,6],"span":[285,11,18]},{"path":[4,39,2,0,1],"span":[285,19,26]},{"path":[4,39,2,0,3],"span":[285,29,30]},{"path":[4,40],"span":[288,0,291,1]},{"path":[4,40,1],"span":[288,8,33]},{"path":[4,40,2,0],"span":[289,2,21]},{"path":[4,40,2,0,5],"span":[289,2,8]},{"path":[4,40,2,0,1],"span":[289,9,16]},{"path":[4,40,2,0,3],"span":[289,19,20]},{"path":[4,40,2,1],"span":[290,2,24]},{"path":[4,40,2,1,5],"span":[290,2,8]},{"path":[4,40,2,1,1],"span":[290,9,19]},{"path":[4,40,2,1,3],"span":[290,22,23]},{"path":[4,41],"span":[293,0,311,1]},{"path":[4,41,1],"span":[293,8,34]},{"path":[4,41,3,0],"span":[294,2,297,3]},{"path":[4,41,3,0,1],"span":[294,10,29]},{"path":[4,41,3,0,2,0],"span":[295,4,19]},{"path":[4,41,3,0,2,0,5],"span":[295,4,10]},{"path":[4,41,3,0,2,0,1],"span":[295,11,14]},{"path":[4,41,3,0,2,0,3],"span":[295,17,18]},{"path":[4,41,3,0,2,1],"span":[296,4,34]},{"path":[4,41,3,0,2,1,5],"span":[296,4,9]},{"path":[4,41,3,0,2,1,1],"span":[296,10,29]},{"path":[4,41,3,0,2,1,3],"span":[296,32,33]},{"path":[4,41,3,1],"span":[299,2,301,3]},{"path":[4,41,3,1,1],"span":[299,10,15]},{"path":[4,41,3,1,2,0],"span":[300,4,18]},{"path":[4,41,3,1,2,0,5],"span":[300,4,10]},{"path":[4,41,3,1,2,0,1],"span":[300,11,13]},{"path":[4,41,3,1,2,0,3],"span":[300,16,17]},{"path":[4,41,3,2],"span":[303,2,308,3]},{"path":[4,41,3,2,1],"span":[303,10,14]},{"path":[4,41,3,2,2,0],"span":[304,4,18]},{"path":[4,41,3,2,2,0,5],"span":[304,4,10]},{"path":[4,41,3,2,2,0,1],"span":[304,11,13]},{"path":[4,41,3,2,2,0,3],"span":[304,16,17]},{"path":[4,41,3,2,2,1],"span":[305,4,45]},{"path":[4,41,3,2,2,1,4],"span":[305,4,12]},{"path":[4,41,3,2,2,1,6],"span":[305,13,32]},{"path":[4,41,3,2,2,1,1],"span":[305,33,40]},{"path":[4,41,3,2,2,1,3],"span":[305,43,44]},{"path":[4,41,3,2,2,2],"span":[306,4,39]},{"path":[4,41,3,2,2,2,4],"span":[306,4,12]},{"path":[4,41,3,2,2,2,6],"span":[306,13,20]},{"path":[4,41,3,2,2,2,1],"span":[306,21,34]},{"path":[4,41,3,2,2,2,3],"span":[306,37,38]},{"path":[4,41,3,2,2,3],"span":[307,4,30]},{"path":[4,41,3,2,2,3,4],"span":[307,4,12]},{"path":[4,41,3,2,2,3,6],"span":[307,13,18]},{"path":[4,41,3,2,2,3,1],"span":[307,19,25]},{"path":[4,41,3,2,2,3,3],"span":[307,28,29]},{"path":[4,41,2,0],"span":[310,2,26]},{"path":[4,41,2,0,4],"span":[310,2,10]},{"path":[4,41,2,0,6],"span":[310,11,15]},{"path":[4,41,2,0,1],"span":[310,16,21]},{"path":[4,41,2,0,3],"span":[310,24,25]},{"path":[4,42],"span":[313,0,315,1]},{"path":[4,42,1],"span":[313,8,53]},{"path":[4,42,2,0],"span":[314,2,35]},{"path":[4,42,2,0,5],"span":[314,2,8]},{"path":[4,42,2,0,1],"span":[314,9,30]},{"path":[4,42,2,0,3],"span":[314,33,34]},{"path":[4,43],"span":[317,0,320,1]},{"path":[4,43,1],"span":[317,8,54]},{"path":[4,43,2,0],"span":[318,2,21]},{"path":[4,43,2,0,5],"span":[318,2,8]},{"path":[4,43,2,0,1],"span":[318,9,16]},{"path":[4,43,2,0,3],"span":[318,19,20]},{"path":[4,43,2,1],"span":[319,2,28]},{"path":[4,43,2,1,5],"span":[319,2,8]},{"path":[4,43,2,1,1],"span":[319,9,23]},{"path":[4,43,2,1,3],"span":[319,26,27]},{"path":[4,44],"span":[322,0,339,1]},{"path":[4,44,1],"span":[322,8,34]},{"path":[4,44,2,0],"span":[323,2,30]},{"path":[4,44,2,0,5],"span":[323,2,8]},{"path":[4,44,2,0,1],"span":[323,9,25]},{"path":[4,44,2,0,3],"span":[323,28,29]},{"path":[4,44,2,1],"span":[324,2,39]},{"path":[4,44,2,1,5],"span":[324,2,8]},{"path":[4,44,2,1,1],"span":[324,9,14]},{"path":[4,44,2,1,3],"span":[324,17,18]},{"path":[4,44,2,1,8],"span":[324,19,38]},{"path":[4,44,2,1,8,3],"span":[324,20,37]},{"path":[4,44,3,0],"span":[326,2,331,3]},{"path":[4,44,3,0,1],"span":[326,10,22]},{"path":[4,44,3,0,2,0],"span":[327,4,20]},{"path":[4,44,3,0,2,0,5],"span":[327,4,10]},{"path":[4,44,3,0,2,0,1],"span":[327,11,15]},{"path":[4,44,3,0,2,0,3],"span":[327,18,19]},{"path":[4,44,3,0,2,1],"span":[328,4,44]},{"path":[4,44,3,0,2,1,5],"span":[328,4,10]},{"path":[4,44,3,0,2,1,1],"span":[328,11,19]},{"path":[4,44,3,0,2,1,3],"span":[328,22,23]},{"path":[4,44,3,0,2,1,8],"span":[328,24,43]},{"path":[4,44,3,0,2,1,8,3],"span":[328,25,42]},{"path":[4,44,3,0,2,2],"span":[329,4,25]},{"path":[4,44,3,0,2,2,5],"span":[329,4,10]},{"path":[4,44,3,0,2,2,1],"span":[329,11,20]},{"path":[4,44,3,0,2,2,3],"span":[329,23,24]},{"path":[4,44,3,0,2,3],"span":[330,4,23]},{"path":[4,44,3,0,2,3,5],"span":[330,4,10]},{"path":[4,44,3,0,2,3,1],"span":[330,11,18]},{"path":[4,44,3,0,2,3,3],"span":[330,21,22]},{"path":[4,44,2,2],"span":[332,2,35]},{"path":[4,44,2,2,4],"span":[332,2,10]},{"path":[4,44,2,2,6],"span":[332,11,23]},{"path":[4,44,2,2,1],"span":[332,24,30]},{"path":[4,44,2,2,3],"span":[332,33,34]},{"path":[4,44,2,3],"span":[334,2,25]},{"path":[4,44,2,3,5],"span":[334,2,8]},{"path":[4,44,2,3,1],"span":[334,9,20]},{"path":[4,44,2,3,3],"span":[334,23,24]},{"path":[4,44,2,4],"span":[335,2,26]},{"path":[4,44,2,4,5],"span":[335,2,8]},{"path":[4,44,2,4,1],"span":[335,9,21]},{"path":[4,44,2,4,3],"span":[335,24,25]},{"path":[4,44,2,5],"span":[336,2,45]},{"path":[4,44,2,5,5],"span":[336,2,8]},{"path":[4,44,2,5,1],"span":[336,9,20]},{"path":[4,44,2,5,3],"span":[336,23,24]},{"path":[4,44,2,5,8],"span":[336,25,44]},{"path":[4,44,2,5,8,3],"span":[336,26,43]},{"path":[4,44,2,6],"span":[337,2,24]},{"path":[4,44,2,6,5],"span":[337,2,8]},{"path":[4,44,2,6,1],"span":[337,9,19]},{"path":[4,44,2,6,3],"span":[337,22,23]},{"path":[4,44,2,7],"span":[338,2,28]},{"path":[4,44,2,7,5],"span":[338,2,8]},{"path":[4,44,2,7,1],"span":[338,9,23]},{"path":[4,44,2,7,3],"span":[338,26,27]},{"path":[4,45],"span":[341,0,343,1]},{"path":[4,45,1],"span":[341,8,35]},{"path":[4,45,2,0],"span":[342,2,21]},{"path":[4,45,2,0,5],"span":[342,2,6]},{"path":[4,45,2,0,1],"span":[342,7,16]},{"path":[4,45,2,0,3],"span":[342,19,20]},{"path":[4,46],"span":[345,0,347,1]},{"path":[4,46,1],"span":[345,8,12]},{"path":[4,46,2,0],"span":[346,2,16]},{"path":[4,46,2,0,5],"span":[346,2,8]},{"path":[4,46,2,0,1],"span":[346,9,11]},{"path":[4,46,2,0,3],"span":[346,14,15]},{"path":[4,47],"span":[349,0,352,1]},{"path":[4,47,1],"span":[349,8,30]},{"path":[4,47,2,0],"span":[350,2,28]},{"path":[4,47,2,0,5],"span":[350,2,8]},{"path":[4,47,2,0,1],"span":[350,9,23]},{"path":[4,47,2,0,3],"span":[350,26,27]},{"path":[4,47,2,1],"span":[351,2,22]},{"path":[4,47,2,1,5],"span":[351,2,8]},{"path":[4,47,2,1,1],"span":[351,9,17]},{"path":[4,47,2,1,3],"span":[351,20,21]},{"path":[4,48],"span":[354,0,356,1]},{"path":[4,48,1],"span":[354,8,31]},{"path":[4,48,2,0],"span":[355,2,25]},{"path":[4,48,2,0,4],"span":[355,2,10]},{"path":[4,48,2,0,6],"span":[355,11,15]},{"path":[4,48,2,0,1],"span":[355,16,20]},{"path":[4,48,2,0,3],"span":[355,23,24]},{"path":[4,49],"span":[358,0,360,1]},{"path":[4,49,1],"span":[358,8,36]},{"path":[4,49,2,0],"span":[359,2,21]},{"path":[4,49,2,0,5],"span":[359,2,8]},{"path":[4,49,2,0,1],"span":[359,9,16]},{"path":[4,49,2,0,3],"span":[359,19,20]},{"path":[4,50],"span":[362,0,364,1]},{"path":[4,50,1],"span":[362,8,37]},{"path":[4,50,2,0],"span":[363,2,34]},{"path":[4,50,2,0,4],"span":[363,2,10]},{"path":[4,50,2,0,5],"span":[363,11,17]},{"path":[4,50,2,0,1],"span":[363,18,29]},{"path":[4,50,2,0,3],"span":[363,32,33]},{"path":[4,51],"span":[366,0,369,1]},{"path":[4,51,1],"span":[366,8,40]},{"path":[4,51,2,0],"span":[367,2,28]},{"path":[4,51,2,0,5],"span":[367,2,8]},{"path":[4,51,2,0,1],"span":[367,9,23]},{"path":[4,51,2,0,3],"span":[367,26,27]},{"path":[4,51,2,1],"span":[368,2,24]},{"path":[4,51,2,1,5],"span":[368,2,8]},{"path":[4,51,2,1,1],"span":[368,9,19]},{"path":[4,51,2,1,3],"span":[368,22,23]},{"path":[4,52],"span":[371,0,373,1]},{"path":[4,52,1],"span":[371,8,41]},{"path":[4,52,2,0],"span":[372,2,22]},{"path":[4,52,2,0,5],"span":[372,2,6]},{"path":[4,52,2,0,1],"span":[372,7,17]},{"path":[4,52,2,0,3],"span":[372,20,21]},{"path":[5,3],"span":[375,0,382,1]},{"path":[5,3,1],"span":[375,5,21]},{"path":[5,3,2,0],"span":[376,2,43]},{"path":[5,3,2,0,1],"span":[376,2,38]},{"path":[5,3,2,0,2],"span":[376,41,42]},{"path":[5,3,2,1],"span":[377,2,36]},{"path":[5,3,2,1,1],"span":[377,2,31]},{"path":[5,3,2,1,2],"span":[377,34,35]},{"path":[5,3,2,2],"span":[378,2,39]},{"path":[5,3,2,2,1],"span":[378,2,34]},{"path":[5,3,2,2,2],"span":[378,37,38]},{"path":[5,3,2,3],"span":[379,2,38]},{"path":[5,3,2,3,1],"span":[379,2,33]},{"path":[5,3,2,3,2],"span":[379,36,37]},{"path":[5,3,2,4],"span":[380,2,34]},{"path":[5,3,2,4,1],"span":[380,2,29]},{"path":[5,3,2,4,2],"span":[380,32,33]},{"path":[5,3,2,5],"span":[381,2,41]},{"path":[5,3,2,5,1],"span":[381,2,36]},{"path":[5,3,2,5,2],"span":[381,39,40]},{"path":[4,53],"span":[384,0,392,1]},{"path":[4,53,1],"span":[384,8,20]},{"path":[4,53,2,0],"span":[385,2,16]},{"path":[4,53,2,0,5],"span":[385,2,8]},{"path":[4,53,2,0,1],"span":[385,9,11]},{"path":[4,53,2,0,3],"span":[385,14,15]},{"path":[4,53,2,1],"span":[386,2,21]},{"path":[4,53,2,1,5],"span":[386,2,8]},{"path":[4,53,2,1,1],"span":[386,9,16]},{"path":[4,53,2,1,3],"span":[386,19,20]},{"path":[4,53,2,2],"span":[387,2,28]},{"path":[4,53,2,2,6],"span":[387,2,18]},{"path":[4,53,2,2,1],"span":[387,19,23]},{"path":[4,53,2,2,3],"span":[387,26,27]},{"path":[4,53,2,3],"span":[388,2,25]},{"path":[4,53,2,3,5],"span":[388,2,7]},{"path":[4,53,2,3,1],"span":[388,8,20]},{"path":[4,53,2,3,3],"span":[388,23,24]},{"path":[4,53,2,4],"span":[389,2,29]},{"path":[4,53,2,4,5],"span":[389,2,8]},{"path":[4,53,2,4,1],"span":[389,9,24]},{"path":[4,53,2,4,3],"span":[389,27,28]},{"path":[4,53,2,5],"span":[390,2,24]},{"path":[4,53,2,5,5],"span":[390,2,8]},{"path":[4,53,2,5,1],"span":[390,9,19]},{"path":[4,53,2,5,3],"span":[390,22,23]},{"path":[4,53,2,6],"span":[391,2,24]},{"path":[4,53,2,6,5],"span":[391,2,8]},{"path":[4,53,2,6,1],"span":[391,9,19]},{"path":[4,53,2,6,3],"span":[391,22,23]},{"path":[4,54],"span":[394,0,400,1]},{"path":[4,54,1],"span":[394,8,37]},{"path":[4,54,2,0],"span":[395,2,21]},{"path":[4,54,2,0,5],"span":[395,2,8]},{"path":[4,54,2,0,1],"span":[395,9,16]},{"path":[4,54,2,0,3],"span":[395,19,20]},{"path":[4,54,2,1],"span":[396,2,28]},{"path":[4,54,2,1,6],"span":[396,2,18]},{"path":[4,54,2,1,1],"span":[396,19,23]},{"path":[4,54,2,1,3],"span":[396,26,27]},{"path":[4,54,2,2],"span":[397,2,25]},{"path":[4,54,2,2,5],"span":[397,2,7]},{"path":[4,54,2,2,1],"span":[397,8,20]},{"path":[4,54,2,2,3],"span":[397,23,24]},{"path":[4,54,2,3],"span":[398,2,29]},{"path":[4,54,2,3,5],"span":[398,2,8]},{"path":[4,54,2,3,1],"span":[398,9,24]},{"path":[4,54,2,3,3],"span":[398,27,28]},{"path":[4,54,2,4],"span":[399,2,24]},{"path":[4,54,2,4,5],"span":[399,2,8]},{"path":[4,54,2,4,1],"span":[399,9,19]},{"path":[4,54,2,4,3],"span":[399,22,23]},{"path":[4,55],"span":[402,0,404,1]},{"path":[4,55,1],"span":[402,8,38]},{"path":[4,55,2,0],"span":[403,2,32]},{"path":[4,55,2,0,6],"span":[403,2,14]},{"path":[4,55,2,0,1],"span":[403,15,27]},{"path":[4,55,2,0,3],"span":[403,30,31]},{"path":[4,56],"span":[406,0,408,1]},{"path":[4,56,1],"span":[406,8,42]},{"path":[4,56,2,0],"span":[407,2,21]},{"path":[4,56,2,0,5],"span":[407,2,8]},{"path":[4,56,2,0,1],"span":[407,9,16]},{"path":[4,56,2,0,3],"span":[407,19,20]},{"path":[4,57],"span":[410,0,412,1]},{"path":[4,57,1],"span":[410,8,43]},{"path":[4,57,2,0],"span":[411,2,35]},{"path":[4,57,2,0,5],"span":[411,2,8]},{"path":[4,57,2,0,1],"span":[411,9,30]},{"path":[4,57,2,0,3],"span":[411,33,34]},{"path":[4,58],"span":[414,0,416,1]},{"path":[4,58,1],"span":[414,8,47]},{"path":[4,58,2,0],"span":[415,2,23]},{"path":[4,58,2,0,5],"span":[415,2,8]},{"path":[4,58,2,0,1],"span":[415,9,18]},{"path":[4,58,2,0,3],"span":[415,21,22]},{"path":[4,59],"span":[418,0,420,1]},{"path":[4,59,1],"span":[418,8,48]},{"path":[4,59,2,0],"span":[419,2,21]},{"path":[4,59,2,0,5],"span":[419,2,8]},{"path":[4,59,2,0,1],"span":[419,9,16]},{"path":[4,59,2,0,3],"span":[419,19,20]},{"path":[4,60],"span":[422,0,426,1]},{"path":[4,60,1],"span":[422,8,31]},{"path":[4,60,7],"span":[423,2,27]},{"path":[4,60,7,3],"span":[423,2,27]},{"path":[4,60,2,0],"span":[424,2,21]},{"path":[4,60,2,0,5],"span":[424,2,8]},{"path":[4,60,2,0,1],"span":[424,9,16]},{"path":[4,60,2,0,3],"span":[424,19,20]},{"path":[4,60,2,1],"span":[425,2,29]},{"path":[4,60,2,1,4],"span":[425,2,10]},{"path":[4,60,2,1,5],"span":[425,11,17]},{"path":[4,60,2,1,1],"span":[425,18,24]},{"path":[4,60,2,1,3],"span":[425,27,28]},{"path":[4,61],"span":[428,0,431,1]},{"path":[4,61,1],"span":[428,8,32]},{"path":[4,61,7],"span":[429,2,27]},{"path":[4,61,7,3],"span":[429,2,27]},{"path":[4,61,2,0],"span":[430,2,15]},{"path":[4,61,2,0,5],"span":[430,2,6]},{"path":[4,61,2,0,1],"span":[430,7,10]},{"path":[4,61,2,0,3],"span":[430,13,14]},{"path":[4,62],"span":[433,0,436,1]},{"path":[4,62,1],"span":[433,8,31]},{"path":[4,62,2,0],"span":[434,2,21]},{"path":[4,62,2,0,5],"span":[434,2,8]},{"path":[4,62,2,0,1],"span":[434,9,16]},{"path":[4,62,2,0,3],"span":[434,19,20]},{"path":[4,62,2,1],"span":[435,2,29]},{"path":[4,62,2,1,4],"span":[435,2,10]},{"path":[4,62,2,1,5],"span":[435,11,17]},{"path":[4,62,2,1,1],"span":[435,18,24]},{"path":[4,62,2,1,3],"span":[435,27,28]},{"path":[4,63],"span":[438,0,440,1]},{"path":[4,63,1],"span":[438,8,32]},{"path":[4,63,2,0],"span":[439,2,15]},{"path":[4,63,2,0,5],"span":[439,2,6]},{"path":[4,63,2,0,1],"span":[439,7,10]},{"path":[4,63,2,0,3],"span":[439,13,14]},{"path":[4,64],"span":[442,0,444,1]},{"path":[4,64,1],"span":[442,8,39]},{"path":[4,64,2,0],"span":[443,2,21]},{"path":[4,64,2,0,5],"span":[443,2,8]},{"path":[4,64,2,0,1],"span":[443,9,16]},{"path":[4,64,2,0,3],"span":[443,19,20]},{"path":[4,65],"span":[446,0,448,1]},{"path":[4,65,1],"span":[446,8,40]},{"path":[4,65,2,0],"span":[447,2,16]},{"path":[4,65,2,0,5],"span":[447,2,6]},{"path":[4,65,2,0,1],"span":[447,7,11]},{"path":[4,65,2,0,3],"span":[447,14,15]},{"path":[4,66],"span":[450,0,452,1]},{"path":[4,66,1],"span":[450,8,34]},{"path":[4,66,2,0],"span":[451,2,21]},{"path":[4,66,2,0,5],"span":[451,2,8]},{"path":[4,66,2,0,1],"span":[451,9,16]},{"path":[4,66,2,0,3],"span":[451,19,20]},{"path":[4,67],"span":[454,0,456,1]},{"path":[4,67,1],"span":[454,8,35]},{"path":[4,67,2,0],"span":[455,2,28]},{"path":[4,67,2,0,6],"span":[455,2,18]},{"path":[4,67,2,0,1],"span":[455,19,23]},{"path":[4,67,2,0,3],"span":[455,26,27]},{"path":[4,68],"span":[458,0,461,1]},{"path":[4,68,1],"span":[458,8,32]},{"path":[4,68,2,0],"span":[459,2,21]},{"path":[4,68,2,0,5],"span":[459,2,8]},{"path":[4,68,2,0,1],"span":[459,9,16]},{"path":[4,68,2,0,3],"span":[459,19,20]},{"path":[4,68,2,1],"span":[460,2,24]},{"path":[4,68,2,1,5],"span":[460,2,8]},{"path":[4,68,2,1,1],"span":[460,9,19]},{"path":[4,68,2,1,3],"span":[460,22,23]},{"path":[4,69],"span":[463,0,465,1]},{"path":[4,69,1],"span":[463,8,33]},{"path":[4,69,2,0],"span":[464,2,18]},{"path":[4,69,2,0,5],"span":[464,2,8]},{"path":[4,69,2,0,1],"span":[464,9,13]},{"path":[4,69,2,0,3],"span":[464,16,17]},{"path":[4,70],"span":[467,0,469,1]},{"path":[4,70,1],"span":[467,8,37]},{"path":[4,70,2,0],"span":[468,8,37]},{"path":[4,70,2,0,4],"span":[468,8,16]},{"path":[4,70,2,0,5],"span":[468,17,23]},{"path":[4,70,2,0,1],"span":[468,24,32]},{"path":[4,70,2,0,3],"span":[468,35,36]},{"path":[6,0],"span":[471,0,537,1]},{"path":[6,0,1],"span":[471,8,19]},{"path":[6,0,2,0],"span":[472,2,121]},{"path":[6,0,2,0,1],"span":[472,6,34]},{"path":[6,0,2,0,2],"span":[472,35,70]},{"path":[6,0,2,0,3],"span":[472,81,117]},{"path":[6,0,2,1],"span":[474,2,100]},{"path":[6,0,2,1,1],"span":[474,6,27]},{"path":[6,0,2,1,2],"span":[474,28,56]},{"path":[6,0,2,1,3],"span":[474,67,96]},{"path":[6,0,2,2],"span":[476,2,106]},{"path":[6,0,2,2,1],"span":[476,6,29]},{"path":[6,0,2,2,2],"span":[476,30,60]},{"path":[6,0,2,2,3],"span":[476,71,102]},{"path":[6,0,2,3],"span":[478,2,115]},{"path":[6,0,2,3,1],"span":[478,6,32]},{"path":[6,0,2,3,2],"span":[478,33,66]},{"path":[6,0,2,3,3],"span":[478,77,111]},{"path":[6,0,2,4],"span":[480,2,76]},{"path":[6,0,2,4,1],"span":[480,6,19]},{"path":[6,0,2,4,2],"span":[480,20,40]},{"path":[6,0,2,4,3],"span":[480,51,72]},{"path":[6,0,2,5],"span":[482,2,76]},{"path":[6,0,2,5,1],"span":[482,6,19]},{"path":[6,0,2,5,2],"span":[482,20,40]},{"path":[6,0,2,5,3],"span":[482,51,72]},{"path":[6,0,2,6],"span":[484,2,97]},{"path":[6,0,2,6,1],"span":[484,6,26]},{"path":[6,0,2,6,2],"span":[484,27,54]},{"path":[6,0,2,6,3],"span":[484,65,93]},{"path":[6,0,2,7],"span":[486,2,88]},{"path":[6,0,2,7,1],"span":[486,6,23]},{"path":[6,0,2,7,2],"span":[486,24,48]},{"path":[6,0,2,7,3],"span":[486,59,84]},{"path":[6,0,2,8],"span":[488,2,82]},{"path":[6,0,2,8,1],"span":[488,6,21]},{"path":[6,0,2,8,2],"span":[488,22,44]},{"path":[6,0,2,8,3],"span":[488,55,78]},{"path":[6,0,2,9],"span":[490,2,97]},{"path":[6,0,2,9,1],"span":[490,6,28]},{"path":[6,0,2,9,2],"span":[490,29,58]},{"path":[6,0,2,9,3],"span":[490,69,93]},{"path":[6,0,2,10],"span":[492,2,97]},{"path":[6,0,2,10,1],"span":[492,6,26]},{"path":[6,0,2,10,2],"span":[492,27,54]},{"path":[6,0,2,10,3],"span":[492,65,93]},{"path":[6,0,2,11],"span":[494,2,106]},{"path":[6,0,2,11,1],"span":[494,6,29]},{"path":[6,0,2,11,2],"span":[494,30,60]},{"path":[6,0,2,11,3],"span":[494,71,102]},{"path":[6,0,2,12],"span":[496,2,106]},{"path":[6,0,2,12,1],"span":[496,6,29]},{"path":[6,0,2,12,2],"span":[496,30,60]},{"path":[6,0,2,12,3],"span":[496,71,102]},{"path":[6,0,2,13],"span":[498,2,115]},{"path":[6,0,2,13,1],"span":[498,6,32]},{"path":[6,0,2,13,2],"span":[498,33,66]},{"path":[6,0,2,13,3],"span":[498,77,111]},{"path":[6,0,2,14],"span":[500,2,106]},{"path":[6,0,2,14,1],"span":[500,6,29]},{"path":[6,0,2,14,2],"span":[500,30,60]},{"path":[6,0,2,14,3],"span":[500,71,102]},{"path":[6,0,2,15],"span":[502,2,112]},{"path":[6,0,2,15,1],"span":[502,6,31]},{"path":[6,0,2,15,2],"span":[502,32,64]},{"path":[6,0,2,15,3],"span":[502,75,108]},{"path":[6,0,2,16],"span":[504,2,130]},{"path":[6,0,2,16,1],"span":[504,6,37]},{"path":[6,0,2,16,2],"span":[504,38,76]},{"path":[6,0,2,16,3],"span":[504,87,126]},{"path":[6,0,2,17],"span":[506,2,91]},{"path":[6,0,2,17,1],"span":[506,6,24]},{"path":[6,0,2,17,2],"span":[506,25,50]},{"path":[6,0,2,17,3],"span":[506,61,87]},{"path":[6,0,2,18],"span":[508,2,151]},{"path":[6,0,2,18,1],"span":[508,6,44]},{"path":[6,0,2,18,2],"span":[508,45,90]},{"path":[6,0,2,18,3],"span":[508,101,147]},{"path":[6,0,2,19],"span":[510,2,99]},{"path":[6,0,2,19,1],"span":[510,6,30]},{"path":[6,0,2,19,2],"span":[510,31,57]},{"path":[6,0,2,19,3],"span":[510,68,95]},{"path":[6,0,2,20],"span":[512,2,100]},{"path":[6,0,2,20,1],"span":[512,6,39]},{"path":[6,0,2,20,2],"span":[512,40,62]},{"path":[6,0,2,20,3],"span":[512,73,96]},{"path":[6,0,2,21],"span":[514,2,100]},{"path":[6,0,2,21,1],"span":[514,6,27]},{"path":[6,0,2,21,2],"span":[514,28,56]},{"path":[6,0,2,21,3],"span":[514,67,96]},{"path":[6,0,2,22],"span":[516,2,112]},{"path":[6,0,2,22,1],"span":[516,6,31]},{"path":[6,0,2,22,2],"span":[516,32,64]},{"path":[6,0,2,22,3],"span":[516,75,108]},{"path":[6,0,2,23],"span":[518,2,103]},{"path":[6,0,2,23,1],"span":[518,6,28]},{"path":[6,0,2,23,2],"span":[518,29,58]},{"path":[6,0,2,23,3],"span":[518,69,99]},{"path":[6,0,2,24],"span":[520,2,118]},{"path":[6,0,2,24,1],"span":[520,6,33]},{"path":[6,0,2,24,2],"span":[520,34,68]},{"path":[6,0,2,24,3],"span":[520,79,114]},{"path":[6,0,2,25],"span":[522,2,133]},{"path":[6,0,2,25,1],"span":[522,6,38]},{"path":[6,0,2,25,2],"span":[522,39,78]},{"path":[6,0,2,25,3],"span":[522,89,129]},{"path":[6,0,2,26],"span":[524,2,85]},{"path":[6,0,2,26,1],"span":[524,6,22]},{"path":[6,0,2,26,2],"span":[524,23,46]},{"path":[6,0,2,26,3],"span":[524,57,81]},{"path":[6,0,2,27],"span":[526,2,109]},{"path":[6,0,2,27,1],"span":[526,6,30]},{"path":[6,0,2,27,2],"span":[526,31,62]},{"path":[6,0,2,27,3],"span":[526,73,105]},{"path":[6,0,2,28],"span":[528,2,530,3]},{"path":[6,0,2,28,1],"span":[528,6,22]},{"path":[6,0,2,28,2],"span":[528,23,46]},{"path":[6,0,2,28,3],"span":[528,57,81]},{"path":[6,0,2,28,4],"span":[529,4,29]},{"path":[6,0,2,28,4,33],"span":[529,4,29]},{"path":[6,0,2,29],"span":[532,2,94]},{"path":[6,0,2,29,1],"span":[532,6,25]},{"path":[6,0,2,29,2],"span":[532,26,52]},{"path":[6,0,2,29,3],"span":[532,63,90]},{"path":[6,0,2,30],"span":[534,2,88]},{"path":[6,0,2,30,1],"span":[534,6,23]},{"path":[6,0,2,30,2],"span":[534,24,48]},{"path":[6,0,2,30,3],"span":[534,59,84]},{"path":[6,0,2,31],"span":[536,2,113]},{"path":[6,0,2,31,1],"span":[536,6,39]},{"path":[6,0,2,31,2],"span":[536,40,69]},{"path":[6,0,2,31,3],"span":[536,80,109]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"},{"name":"created_by","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"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"}],"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":"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":"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"}]}],"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":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}},{"name":"AllProfilesExist","inputType":".lansweeper.multitenant.v1.AllProfilesExistRequest","outputType":".lansweeper.multitenant.v1.AllProfilesExistResponse","options":{}},{"name":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"GetSiteSubscription","inputType":".lansweeper.multitenant.v1.GetSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.GetSiteSubscriptionResponse","options":{}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,539,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,39,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,3,2,5],"span":[38,2,32]},{"path":[4,3,2,5,6],"span":[38,2,16]},{"path":[4,3,2,5,1],"span":[38,17,27]},{"path":[4,3,2,5,3],"span":[38,30,31]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,28]},{"path":[4,4,2,0],"span":[43,2,16]},{"path":[4,4,2,0,5],"span":[43,2,8]},{"path":[4,4,2,0,1],"span":[43,9,11]},{"path":[4,4,2,0,3],"span":[43,14,15]},{"path":[4,4,2,1],"span":[44,2,20]},{"path":[4,4,2,1,6],"span":[44,2,10]},{"path":[4,4,2,1,1],"span":[44,11,15]},{"path":[4,4,2,1,3],"span":[44,18,19]},{"path":[4,5],"span":[47,0,49,1]},{"path":[4,5,1],"span":[47,8,29]},{"path":[4,5,2,0],"span":[48,2,19]},{"path":[4,5,2,0,5],"span":[48,2,6]},{"path":[4,5,2,0,1],"span":[48,7,14]},{"path":[4,5,2,0,3],"span":[48,17,18]},{"path":[4,6],"span":[51,0,56,1]},{"path":[4,6,1],"span":[51,8,15]},{"path":[4,6,2,0],"span":[52,2,16]},{"path":[4,6,2,0,5],"span":[52,2,8]},{"path":[4,6,2,0,1],"span":[52,9,11]},{"path":[4,6,2,0,3],"span":[52,14,15]},{"path":[4,6,2,1],"span":[53,2,21]},{"path":[4,6,2,1,5],"span":[53,2,8]},{"path":[4,6,2,1,1],"span":[53,9,16]},{"path":[4,6,2,1,3],"span":[53,19,20]},{"path":[4,6,2,2],"span":[54,2,23]},{"path":[4,6,2,2,6],"span":[54,2,13]},{"path":[4,6,2,2,1],"span":[54,14,18]},{"path":[4,6,2,2,3],"span":[54,21,22]},{"path":[4,6,2,3],"span":[55,2,20]},{"path":[4,6,2,3,5],"span":[55,2,6]},{"path":[4,6,2,3,1],"span":[55,7,15]},{"path":[4,6,2,3,3],"span":[55,18,19]},{"path":[4,7],"span":[58,0,61,1]},{"path":[4,7,1],"span":[58,8,38]},{"path":[4,7,2,0],"span":[59,2,24]},{"path":[4,7,2,0,5],"span":[59,2,8]},{"path":[4,7,2,0,1],"span":[59,9,19]},{"path":[4,7,2,0,3],"span":[59,22,23]},{"path":[4,7,2,1],"span":[60,2,26]},{"path":[4,7,2,1,5],"span":[60,2,6]},{"path":[4,7,2,1,1],"span":[60,7,21]},{"path":[4,7,2,1,3],"span":[60,24,25]},{"path":[4,8],"span":[63,0,65,1]},{"path":[4,8,1],"span":[63,8,39]},{"path":[4,8,2,0],"span":[64,2,31]},{"path":[4,8,2,0,4],"span":[64,2,10]},{"path":[4,8,2,0,6],"span":[64,11,18]},{"path":[4,8,2,0,1],"span":[64,19,26]},{"path":[4,8,2,0,3],"span":[64,29,30]},{"path":[4,9],"span":[67,0,70,1]},{"path":[4,9,1],"span":[67,8,41]},{"path":[4,9,2,0],"span":[68,2,24]},{"path":[4,9,2,0,5],"span":[68,2,8]},{"path":[4,9,2,0,1],"span":[68,9,19]},{"path":[4,9,2,0,3],"span":[68,22,23]},{"path":[4,9,2,1],"span":[69,2,46]},{"path":[4,9,2,1,5],"span":[69,2,6]},{"path":[4,9,2,1,1],"span":[69,7,21]},{"path":[4,9,2,1,3],"span":[69,24,25]},{"path":[4,9,2,1,8],"span":[69,26,45]},{"path":[4,9,2,1,8,3],"span":[69,27,44]},{"path":[4,10],"span":[72,0,74,1]},{"path":[4,10,1],"span":[72,8,42]},{"path":[4,10,2,0],"span":[73,2,31]},{"path":[4,10,2,0,4],"span":[73,2,10]},{"path":[4,10,2,0,6],"span":[73,11,18]},{"path":[4,10,2,0,1],"span":[73,19,26]},{"path":[4,10,2,0,3],"span":[73,29,30]},{"path":[4,11],"span":[76,0,85,1]},{"path":[4,11,1],"span":[76,8,43]},{"path":[4,11,2,0],"span":[77,2,24]},{"path":[4,11,2,0,5],"span":[77,2,8]},{"path":[4,11,2,0,1],"span":[77,9,19]},{"path":[4,11,2,0,3],"span":[77,22,23]},{"path":[4,11,2,1],"span":[78,2,21]},{"path":[4,11,2,1,5],"span":[78,2,8]},{"path":[4,11,2,1,1],"span":[78,9,16]},{"path":[4,11,2,1,3],"span":[78,19,20]},{"path":[4,11,2,2],"span":[79,2,22]},{"path":[4,11,2,2,5],"span":[79,2,6]},{"path":[4,11,2,2,1],"span":[79,7,17]},{"path":[4,11,2,2,3],"span":[79,20,21]},{"path":[4,11,3,0],"span":[80,2,83,3]},{"path":[4,11,3,0,1],"span":[80,10,18]},{"path":[4,11,3,0,2,0],"span":[81,4,21]},{"path":[4,11,3,0,2,0,5],"span":[81,4,8]},{"path":[4,11,3,0,2,0,1],"span":[81,9,16]},{"path":[4,11,3,0,2,0,3],"span":[81,19,20]},{"path":[4,11,3,0,2,1],"span":[82,4,26]},{"path":[4,11,3,0,2,1,5],"span":[82,4,8]},{"path":[4,11,3,0,2,1,1],"span":[82,9,21]},{"path":[4,11,3,0,2,1,3],"span":[82,24,25]},{"path":[4,11,2,3],"span":[84,2,25]},{"path":[4,11,2,3,6],"span":[84,2,10]},{"path":[4,11,2,3,1],"span":[84,11,20]},{"path":[4,11,2,3,3],"span":[84,23,24]},{"path":[4,12],"span":[87,0,89,1]},{"path":[4,12,1],"span":[87,8,44]},{"path":[4,12,2,0],"span":[88,2,18]},{"path":[4,12,2,0,5],"span":[88,2,6]},{"path":[4,12,2,0,1],"span":[88,7,13]},{"path":[4,12,2,0,3],"span":[88,16,17]},{"path":[5,1],"span":[91,0,95,1]},{"path":[5,1,1],"span":[91,5,22]},{"path":[5,1,2,0],"span":[92,2,39]},{"path":[5,1,2,0,1],"span":[92,2,34]},{"path":[5,1,2,0,2],"span":[92,37,38]},{"path":[5,1,2,1],"span":[93,2,31]},{"path":[5,1,2,1,1],"span":[93,2,26]},{"path":[5,1,2,1,2],"span":[93,29,30]},{"path":[5,1,2,2],"span":[94,2,33]},{"path":[5,1,2,2,1],"span":[94,2,28]},{"path":[5,1,2,2,2],"span":[94,31,32]},{"path":[4,13],"span":[97,0,114,1]},{"path":[4,13,1],"span":[97,8,15]},{"path":[4,13,2,0],"span":[98,2,16]},{"path":[4,13,2,0,5],"span":[98,2,8]},{"path":[4,13,2,0,1],"span":[98,9,11]},{"path":[4,13,2,0,3],"span":[98,14,15]},{"path":[4,13,2,1],"span":[99,2,21]},{"path":[4,13,2,1,5],"span":[99,2,8]},{"path":[4,13,2,1,1],"span":[99,9,16]},{"path":[4,13,2,1,3],"span":[99,19,20]},{"path":[4,13,2,2],"span":[100,2,26]},{"path":[4,13,2,2,5],"span":[100,2,8]},{"path":[4,13,2,2,1],"span":[100,9,21]},{"path":[4,13,2,2,3],"span":[100,24,25]},{"path":[4,13,2,3],"span":[101,2,25]},{"path":[4,13,2,3,5],"span":[101,2,8]},{"path":[4,13,2,3,1],"span":[101,9,20]},{"path":[4,13,2,3,3],"span":[101,23,24]},{"path":[4,13,2,4],"span":[102,2,20]},{"path":[4,13,2,4,5],"span":[102,2,8]},{"path":[4,13,2,4,1],"span":[102,9,15]},{"path":[4,13,2,4,3],"span":[102,18,19]},{"path":[4,13,2,5],"span":[103,2,18]},{"path":[4,13,2,5,5],"span":[103,2,8]},{"path":[4,13,2,5,1],"span":[103,9,13]},{"path":[4,13,2,5,3],"span":[103,16,17]},{"path":[4,13,2,6],"span":[104,2,27]},{"path":[4,13,2,6,5],"span":[104,2,8]},{"path":[4,13,2,6,1],"span":[104,9,22]},{"path":[4,13,2,6,3],"span":[104,25,26]},{"path":[4,13,2,7],"span":[105,2,23]},{"path":[4,13,2,7,5],"span":[105,2,8]},{"path":[4,13,2,7,1],"span":[105,9,18]},{"path":[4,13,2,7,3],"span":[105,21,22]},{"path":[4,13,3,0],"span":[107,2,109,3]},{"path":[4,13,3,0,1],"span":[107,10,22]},{"path":[4,13,3,0,2,0],"span":[108,4,32]},{"path":[4,13,3,0,2,0,6],"span":[108,4,21]},{"path":[4,13,3,0,2,0,1],"span":[108,22,27]},{"path":[4,13,3,0,2,0,3],"span":[108,30,31]},{"path":[4,13,2,8],"span":[110,2,25]},{"path":[4,13,2,8,6],"span":[110,2,14]},{"path":[4,13,2,8,1],"span":[110,15,20]},{"path":[4,13,2,8,3],"span":[110,23,24]},{"path":[4,13,2,9],"span":[111,2,25]},{"path":[4,13,2,9,5],"span":[111,2,8]},{"path":[4,13,2,9,1],"span":[111,9,19]},{"path":[4,13,2,9,3],"span":[111,22,24]},{"path":[4,13,2,10],"span":[112,2,22]},{"path":[4,13,2,10,5],"span":[112,2,8]},{"path":[4,13,2,10,1],"span":[112,9,16]},{"path":[4,13,2,10,3],"span":[112,19,21]},{"path":[4,13,2,11],"span":[113,2,19]},{"path":[4,13,2,11,5],"span":[113,2,8]},{"path":[4,13,2,11,1],"span":[113,9,13]},{"path":[4,13,2,11,3],"span":[113,16,18]},{"path":[4,14],"span":[116,0,119,1]},{"path":[4,14,1],"span":[116,8,26]},{"path":[4,14,2,0],"span":[117,2,23]},{"path":[4,14,2,0,5],"span":[117,2,8]},{"path":[4,14,2,0,1],"span":[117,9,18]},{"path":[4,14,2,0,3],"span":[117,21,22]},{"path":[4,14,2,1],"span":[118,2,27]},{"path":[4,14,2,1,5],"span":[118,2,8]},{"path":[4,14,2,1,1],"span":[118,9,22]},{"path":[4,14,2,1,3],"span":[118,25,26]},{"path":[4,15],"span":[121,0,123,1]},{"path":[4,15,1],"span":[121,8,37]},{"path":[4,15,2,0],"span":[122,2,21]},{"path":[4,15,2,0,5],"span":[122,2,8]},{"path":[4,15,2,0,1],"span":[122,9,16]},{"path":[4,15,2,0,3],"span":[122,19,20]},{"path":[4,16],"span":[125,0,127,1]},{"path":[4,16,1],"span":[125,8,32]},{"path":[4,16,2,0],"span":[126,2,18]},{"path":[4,16,2,0,5],"span":[126,2,7]},{"path":[4,16,2,0,1],"span":[126,8,13]},{"path":[4,16,2,0,3],"span":[126,16,17]},{"path":[4,17],"span":[129,0,131,1]},{"path":[4,17,1],"span":[129,8,30]},{"path":[4,17,2,0],"span":[130,2,34]},{"path":[4,17,2,0,4],"span":[130,2,10]},{"path":[4,17,2,0,5],"span":[130,11,17]},{"path":[4,17,2,0,1],"span":[130,18,29]},{"path":[4,17,2,0,3],"span":[130,32,33]},{"path":[4,18],"span":[133,0,135,1]},{"path":[4,18,1],"span":[133,8,31]},{"path":[4,18,2,0],"span":[134,2,31]},{"path":[4,18,2,0,4],"span":[134,2,10]},{"path":[4,18,2,0,6],"span":[134,11,18]},{"path":[4,18,2,0,1],"span":[134,19,26]},{"path":[4,18,2,0,3],"span":[134,29,30]},{"path":[4,19],"span":[137,0,141,1]},{"path":[4,19,1],"span":[137,8,27]},{"path":[4,19,8,0],"span":[138,2,140,3]},{"path":[4,19,8,0,1],"span":[138,8,12]},{"path":[4,19,2,0],"span":[139,4,25]},{"path":[4,19,2,0,6],"span":[139,4,15]},{"path":[4,19,2,0,1],"span":[139,16,20]},{"path":[4,19,2,0,3],"span":[139,23,24]},{"path":[4,20],"span":[143,0,151,1]},{"path":[4,20,1],"span":[143,8,32]},{"path":[4,20,2,0],"span":[144,2,21]},{"path":[4,20,2,0,5],"span":[144,2,8]},{"path":[4,20,2,0,1],"span":[144,9,16]},{"path":[4,20,2,0,3],"span":[144,19,20]},{"path":[4,20,3,0],"span":[145,2,149,3]},{"path":[4,20,3,0,1],"span":[145,10,16]},{"path":[4,20,3,0,2,0],"span":[146,4,32]},{"path":[4,20,3,0,2,0,6],"span":[146,4,21]},{"path":[4,20,3,0,2,0,1],"span":[146,22,27]},{"path":[4,20,3,0,2,0,3],"span":[146,30,31]},{"path":[4,20,3,0,2,1],"span":[147,4,43]},{"path":[4,20,3,0,2,1,6],"span":[147,4,15]},{"path":[4,20,3,0,2,1,1],"span":[147,16,20]},{"path":[4,20,3,0,2,1,3],"span":[147,21,22]},{"path":[4,20,3,0,2,1,8],"span":[147,23,42]},{"path":[4,20,3,0,2,1,8,3],"span":[147,24,41]},{"path":[4,20,3,0,2,2],"span":[148,4,39]},{"path":[4,20,3,0,2,2,6],"span":[148,4,23]},{"path":[4,20,3,0,2,2,1],"span":[148,24,36]},{"path":[4,20,3,0,2,2,3],"span":[148,37,38]},{"path":[4,20,2,1],"span":[150,2,20]},{"path":[4,20,2,1,6],"span":[150,2,8]},{"path":[4,20,2,1,1],"span":[150,9,15]},{"path":[4,20,2,1,3],"span":[150,18,19]},{"path":[4,21],"span":[153,0,155,1]},{"path":[4,21,1],"span":[153,8,33]},{"path":[4,21,2,0],"span":[154,2,31]},{"path":[4,21,2,0,4],"span":[154,2,10]},{"path":[4,21,2,0,6],"span":[154,11,18]},{"path":[4,21,2,0,1],"span":[154,19,26]},{"path":[4,21,2,0,3],"span":[154,29,30]},{"path":[4,22],"span":[157,0,159,1]},{"path":[4,22,1],"span":[157,8,35]},{"path":[4,22,2,0],"span":[158,2,23]},{"path":[4,22,2,0,5],"span":[158,2,8]},{"path":[4,22,2,0,1],"span":[158,9,18]},{"path":[4,22,2,0,3],"span":[158,21,22]},{"path":[4,23],"span":[161,0,163,1]},{"path":[4,23,1],"span":[161,8,36]},{"path":[4,23,2,0],"span":[162,2,22]},{"path":[4,23,2,0,6],"span":[162,2,9]},{"path":[4,23,2,0,1],"span":[162,10,17]},{"path":[4,23,2,0,3],"span":[162,20,21]},{"path":[4,24],"span":[165,0,179,1]},{"path":[4,24,1],"span":[165,8,28]},{"path":[4,24,9],"span":[166,2,13]},{"path":[4,24,9,0],"span":[166,11,12]},{"path":[4,24,9,0,1],"span":[166,11,12]},{"path":[4,24,2,0],"span":[167,2,21]},{"path":[4,24,2,0,5],"span":[167,2,8]},{"path":[4,24,2,0,1],"span":[167,9,16]},{"path":[4,24,2,0,3],"span":[167,19,20]},{"path":[4,24,2,1],"span":[168,2,26]},{"path":[4,24,2,1,5],"span":[168,2,8]},{"path":[4,24,2,1,1],"span":[168,9,21]},{"path":[4,24,2,1,3],"span":[168,24,25]},{"path":[4,24,2,2],"span":[169,2,25]},{"path":[4,24,2,2,5],"span":[169,2,8]},{"path":[4,24,2,2,1],"span":[169,9,20]},{"path":[4,24,2,2,3],"span":[169,23,24]},{"path":[4,24,2,3],"span":[170,2,20]},{"path":[4,24,2,3,5],"span":[170,2,8]},{"path":[4,24,2,3,1],"span":[170,9,15]},{"path":[4,24,2,3,3],"span":[170,18,19]},{"path":[4,24,2,4],"span":[171,2,18]},{"path":[4,24,2,4,5],"span":[171,2,8]},{"path":[4,24,2,4,1],"span":[171,9,13]},{"path":[4,24,2,4,3],"span":[171,16,17]},{"path":[4,24,2,5],"span":[172,2,27]},{"path":[4,24,2,5,5],"span":[172,2,8]},{"path":[4,24,2,5,1],"span":[172,9,22]},{"path":[4,24,2,5,3],"span":[172,25,26]},{"path":[4,24,2,6],"span":[174,2,28]},{"path":[4,24,2,6,5],"span":[174,2,6]},{"path":[4,24,2,6,1],"span":[174,7,23]},{"path":[4,24,2,6,3],"span":[174,26,27]},{"path":[4,24,2,7],"span":[175,2,23]},{"path":[4,24,2,7,5],"span":[175,2,8]},{"path":[4,24,2,7,1],"span":[175,9,18]},{"path":[4,24,2,7,3],"span":[175,21,22]},{"path":[4,24,2,8],"span":[176,2,24]},{"path":[4,24,2,8,6],"span":[176,2,13]},{"path":[4,24,2,8,1],"span":[176,14,18]},{"path":[4,24,2,8,3],"span":[176,21,23]},{"path":[4,24,2,9],"span":[177,2,24]},{"path":[4,24,2,9,5],"span":[177,2,8]},{"path":[4,24,2,9,1],"span":[177,9,18]},{"path":[4,24,2,9,3],"span":[177,21,23]},{"path":[5,2],"span":[181,0,184,1]},{"path":[5,2,1],"span":[181,5,16]},{"path":[5,2,2,0],"span":[182,2,7]},{"path":[5,2,2,0,1],"span":[182,2,4]},{"path":[5,2,2,0,2],"span":[182,5,6]},{"path":[5,2,2,1],"span":[183,2,7]},{"path":[5,2,2,1,1],"span":[183,2,4]},{"path":[5,2,2,1,2],"span":[183,5,6]},{"path":[4,25],"span":[186,0,189,1]},{"path":[4,25,1],"span":[186,8,29]},{"path":[4,25,2,0],"span":[187,2,22]},{"path":[4,25,2,0,6],"span":[187,2,9]},{"path":[4,25,2,0,1],"span":[187,10,17]},{"path":[4,25,2,0,3],"span":[187,20,21]},{"path":[4,25,2,1],"span":[188,2,37]},{"path":[4,25,2,1,6],"span":[188,2,20]},{"path":[4,25,2,1,1],"span":[188,21,32]},{"path":[4,25,2,1,3],"span":[188,35,36]},{"path":[4,26],"span":[191,0,199,1]},{"path":[4,26,1],"span":[191,8,35]},{"path":[4,26,2,0],"span":[192,2,21]},{"path":[4,26,2,0,5],"span":[192,2,8]},{"path":[4,26,2,0,1],"span":[192,9,16]},{"path":[4,26,2,0,3],"span":[192,19,20]},{"path":[4,26,2,1],"span":[193,2,26]},{"path":[4,26,2,1,5],"span":[193,2,8]},{"path":[4,26,2,1,1],"span":[193,9,21]},{"path":[4,26,2,1,3],"span":[193,24,25]},{"path":[4,26,2,2],"span":[194,2,25]},{"path":[4,26,2,2,5],"span":[194,2,8]},{"path":[4,26,2,2,1],"span":[194,9,20]},{"path":[4,26,2,2,3],"span":[194,23,24]},{"path":[4,26,2,3],"span":[195,2,23]},{"path":[4,26,2,3,5],"span":[195,2,8]},{"path":[4,26,2,3,1],"span":[195,9,18]},{"path":[4,26,2,3,3],"span":[195,21,22]},{"path":[4,26,2,4],"span":[196,2,23]},{"path":[4,26,2,4,6],"span":[196,2,13]},{"path":[4,26,2,4,1],"span":[196,14,18]},{"path":[4,26,2,4,3],"span":[196,21,22]},{"path":[4,26,2,5],"span":[197,2,27]},{"path":[4,26,2,5,5],"span":[197,2,8]},{"path":[4,26,2,5,1],"span":[197,9,22]},{"path":[4,26,2,5,3],"span":[197,25,26]},{"path":[4,26,2,6],"span":[198,2,23]},{"path":[4,26,2,6,5],"span":[198,2,8]},{"path":[4,26,2,6,1],"span":[198,9,18]},{"path":[4,26,2,6,3],"span":[198,21,22]},{"path":[4,27],"span":[201,0,205,1]},{"path":[4,27,1],"span":[201,8,36]},{"path":[4,27,2,0],"span":[202,2,22]},{"path":[4,27,2,0,6],"span":[202,2,9]},{"path":[4,27,2,0,1],"span":[202,10,17]},{"path":[4,27,2,0,3],"span":[202,20,21]},{"path":[4,27,2,1],"span":[203,2,37]},{"path":[4,27,2,1,6],"span":[203,2,20]},{"path":[4,27,2,1,1],"span":[203,21,32]},{"path":[4,27,2,1,3],"span":[203,35,36]},{"path":[4,27,2,2],"span":[204,2,21]},{"path":[4,27,2,2,5],"span":[204,2,8]},{"path":[4,27,2,2,1],"span":[204,9,16]},{"path":[4,27,2,2,3],"span":[204,19,20]},{"path":[4,28],"span":[207,0,222,1]},{"path":[4,28,1],"span":[207,8,38]},{"path":[4,28,2,0],"span":[208,2,23]},{"path":[4,28,2,0,5],"span":[208,2,8]},{"path":[4,28,2,0,1],"span":[208,9,18]},{"path":[4,28,2,0,3],"span":[208,21,22]},{"path":[4,28,2,1],"span":[209,2,26]},{"path":[4,28,2,1,5],"span":[209,2,8]},{"path":[4,28,2,1,1],"span":[209,9,21]},{"path":[4,28,2,1,3],"span":[209,24,25]},{"path":[4,28,2,2],"span":[210,2,25]},{"path":[4,28,2,2,5],"span":[210,2,8]},{"path":[4,28,2,2,1],"span":[210,9,20]},{"path":[4,28,2,2,3],"span":[210,23,24]},{"path":[4,28,2,3],"span":[211,2,20]},{"path":[4,28,2,3,5],"span":[211,2,8]},{"path":[4,28,2,3,1],"span":[211,9,15]},{"path":[4,28,2,3,3],"span":[211,18,19]},{"path":[4,28,2,4],"span":[212,2,18]},{"path":[4,28,2,4,5],"span":[212,2,8]},{"path":[4,28,2,4,1],"span":[212,9,13]},{"path":[4,28,2,4,3],"span":[212,16,17]},{"path":[4,28,3,0],"span":[214,2,219,3]},{"path":[4,28,3,0,1],"span":[214,10,24]},{"path":[4,28,3,0,2,0],"span":[215,4,41]},{"path":[4,28,3,0,2,0,5],"span":[215,4,10]},{"path":[4,28,3,0,2,0,1],"span":[215,11,36]},{"path":[4,28,3,0,2,0,3],"span":[215,39,40]},{"path":[4,28,3,0,2,1],"span":[216,4,47]},{"path":[4,28,3,0,2,1,5],"span":[216,4,10]},{"path":[4,28,3,0,2,1,1],"span":[216,11,42]},{"path":[4,28,3,0,2,1,3],"span":[216,45,46]},{"path":[4,28,3,0,2,2],"span":[217,4,45]},{"path":[4,28,3,0,2,2,5],"span":[217,4,10]},{"path":[4,28,3,0,2,2,1],"span":[217,11,40]},{"path":[4,28,3,0,2,2,3],"span":[217,43,44]},{"path":[4,28,3,0,2,3],"span":[218,4,40]},{"path":[4,28,3,0,2,3,5],"span":[218,4,10]},{"path":[4,28,3,0,2,3,1],"span":[218,11,35]},{"path":[4,28,3,0,2,3,3],"span":[218,38,39]},{"path":[4,28,2,5],"span":[221,2,37]},{"path":[4,28,2,5,6],"span":[221,2,16]},{"path":[4,28,2,5,1],"span":[221,17,32]},{"path":[4,28,2,5,3],"span":[221,35,36]},{"path":[4,29],"span":[224,0,226,1]},{"path":[4,29,1],"span":[224,8,39]},{"path":[4,29,2,0],"span":[225,2,22]},{"path":[4,29,2,0,6],"span":[225,2,9]},{"path":[4,29,2,0,1],"span":[225,10,17]},{"path":[4,29,2,0,3],"span":[225,20,21]},{"path":[4,30],"span":[228,0,231,1]},{"path":[4,30,1],"span":[228,8,38]},{"path":[4,30,2,0],"span":[229,2,23]},{"path":[4,30,2,0,5],"span":[229,2,8]},{"path":[4,30,2,0,1],"span":[229,9,18]},{"path":[4,30,2,0,3],"span":[229,21,22]},{"path":[4,30,2,1],"span":[230,2,22]},{"path":[4,30,2,1,5],"span":[230,2,8]},{"path":[4,30,2,1,1],"span":[230,9,17]},{"path":[4,30,2,1,3],"span":[230,20,21]},{"path":[4,31],"span":[233,0,238,1]},{"path":[4,31,1],"span":[233,8,39]},{"path":[4,31,2,0],"span":[234,2,19]},{"path":[4,31,2,0,5],"span":[234,2,6]},{"path":[4,31,2,0,1],"span":[234,7,14]},{"path":[4,31,2,0,3],"span":[234,17,18]},{"path":[4,31,2,1],"span":[235,2,21]},{"path":[4,31,2,1,5],"span":[235,2,8]},{"path":[4,31,2,1,1],"span":[235,9,16]},{"path":[4,31,2,1,3],"span":[235,19,20]},{"path":[4,31,2,2],"span":[236,2,28]},{"path":[4,31,2,2,5],"span":[236,2,8]},{"path":[4,31,2,2,1],"span":[236,9,23]},{"path":[4,31,2,2,3],"span":[236,26,27]},{"path":[4,31,2,3],"span":[237,2,28]},{"path":[4,31,2,3,5],"span":[237,2,8]},{"path":[4,31,2,3,1],"span":[237,9,23]},{"path":[4,31,2,3,3],"span":[237,26,27]},{"path":[4,32],"span":[240,0,245,1]},{"path":[4,32,1],"span":[240,8,38]},{"path":[4,32,2,0],"span":[241,2,23]},{"path":[4,32,2,0,5],"span":[241,2,8]},{"path":[4,32,2,0,1],"span":[241,9,18]},{"path":[4,32,2,0,3],"span":[241,21,22]},{"path":[4,32,2,1],"span":[242,2,22]},{"path":[4,32,2,1,5],"span":[242,2,8]},{"path":[4,32,2,1,1],"span":[242,9,17]},{"path":[4,32,2,1,3],"span":[242,20,21]},{"path":[4,32,2,2],"span":[243,2,23]},{"path":[4,32,2,2,5],"span":[243,2,6]},{"path":[4,32,2,2,1],"span":[243,7,18]},{"path":[4,32,2,2,3],"span":[243,21,22]},{"path":[4,32,2,3],"span":[244,2,23]},{"path":[4,32,2,3,5],"span":[244,2,6]},{"path":[4,32,2,3,1],"span":[244,7,18]},{"path":[4,32,2,3,3],"span":[244,21,22]},{"path":[4,33],"span":[247,0,249,1]},{"path":[4,33,1],"span":[247,8,39]},{"path":[4,33,2,0],"span":[248,2,19]},{"path":[4,33,2,0,5],"span":[248,2,6]},{"path":[4,33,2,0,1],"span":[248,7,14]},{"path":[4,33,2,0,3],"span":[248,17,18]},{"path":[4,34],"span":[251,0,257,1]},{"path":[4,34,1],"span":[251,8,41]},{"path":[4,34,2,0],"span":[252,2,23]},{"path":[4,34,2,0,5],"span":[252,2,8]},{"path":[4,34,2,0,1],"span":[252,9,18]},{"path":[4,34,2,0,3],"span":[252,21,22]},{"path":[4,34,2,1],"span":[253,2,26]},{"path":[4,34,2,1,5],"span":[253,2,8]},{"path":[4,34,2,1,1],"span":[253,9,21]},{"path":[4,34,2,1,3],"span":[253,24,25]},{"path":[4,34,2,2],"span":[254,2,25]},{"path":[4,34,2,2,5],"span":[254,2,8]},{"path":[4,34,2,2,1],"span":[254,9,20]},{"path":[4,34,2,2,3],"span":[254,23,24]},{"path":[4,34,2,3],"span":[255,2,23]},{"path":[4,34,2,3,5],"span":[255,2,8]},{"path":[4,34,2,3,1],"span":[255,9,18]},{"path":[4,34,2,3,3],"span":[255,21,22]},{"path":[4,34,2,4],"span":[256,2,23]},{"path":[4,34,2,4,6],"span":[256,2,13]},{"path":[4,34,2,4,1],"span":[256,14,18]},{"path":[4,34,2,4,3],"span":[256,21,22]},{"path":[4,35],"span":[259,0,264,1]},{"path":[4,35,1],"span":[259,8,42]},{"path":[4,35,2,0],"span":[260,2,22]},{"path":[4,35,2,0,6],"span":[260,2,9]},{"path":[4,35,2,0,1],"span":[260,10,17]},{"path":[4,35,2,0,3],"span":[260,20,21]},{"path":[4,35,2,1],"span":[261,2,37]},{"path":[4,35,2,1,6],"span":[261,2,20]},{"path":[4,35,2,1,1],"span":[261,21,32]},{"path":[4,35,2,1,3],"span":[261,35,36]},{"path":[4,35,2,2],"span":[262,2,23]},{"path":[4,35,2,2,6],"span":[262,2,13]},{"path":[4,35,2,2,1],"span":[262,14,18]},{"path":[4,35,2,2,3],"span":[262,21,22]},{"path":[4,35,2,3],"span":[263,2,21]},{"path":[4,35,2,3,5],"span":[263,2,8]},{"path":[4,35,2,3,1],"span":[263,9,16]},{"path":[4,35,2,3,3],"span":[263,19,20]},{"path":[4,36],"span":[266,0,270,1]},{"path":[4,36,1],"span":[266,8,40]},{"path":[4,36,2,0],"span":[267,2,21]},{"path":[4,36,2,0,5],"span":[267,2,8]},{"path":[4,36,2,0,1],"span":[267,9,16]},{"path":[4,36,2,0,3],"span":[267,19,20]},{"path":[4,36,2,1],"span":[268,2,34]},{"path":[4,36,2,1,4],"span":[268,2,10]},{"path":[4,36,2,1,5],"span":[268,11,17]},{"path":[4,36,2,1,1],"span":[268,18,29]},{"path":[4,36,2,1,3],"span":[268,32,33]},{"path":[4,36,2,2],"span":[269,2,21]},{"path":[4,36,2,2,5],"span":[269,2,8]},{"path":[4,36,2,2,1],"span":[269,9,16]},{"path":[4,36,2,2,3],"span":[269,19,20]},{"path":[4,37],"span":[272,0,278,1]},{"path":[4,37,1],"span":[272,8,41]},{"path":[4,37,3,0],"span":[273,2,276,3]},{"path":[4,37,3,0,1],"span":[273,10,16]},{"path":[4,37,3,0,2,0],"span":[274,4,26]},{"path":[4,37,3,0,2,0,5],"span":[274,4,10]},{"path":[4,37,3,0,2,0,1],"span":[274,11,21]},{"path":[4,37,3,0,2,0,3],"span":[274,24,25]},{"path":[4,37,3,0,2,1],"span":[275,4,20]},{"path":[4,37,3,0,2,1,5],"span":[275,4,8]},{"path":[4,37,3,0,2,1,1],"span":[275,9,15]},{"path":[4,37,3,0,2,1,3],"span":[275,18,19]},{"path":[4,37,2,0],"span":[277,2,29]},{"path":[4,37,2,0,4],"span":[277,2,10]},{"path":[4,37,2,0,6],"span":[277,11,17]},{"path":[4,37,2,0,1],"span":[277,18,24]},{"path":[4,37,2,0,3],"span":[277,27,28]},{"path":[4,38],"span":[280,0,283,1]},{"path":[4,38,1],"span":[280,8,46]},{"path":[4,38,2,0],"span":[281,2,21]},{"path":[4,38,2,0,5],"span":[281,2,8]},{"path":[4,38,2,0,1],"span":[281,9,16]},{"path":[4,38,2,0,3],"span":[281,19,20]},{"path":[4,38,2,1],"span":[282,2,23]},{"path":[4,38,2,1,5],"span":[282,2,8]},{"path":[4,38,2,1,1],"span":[282,9,18]},{"path":[4,38,2,1,3],"span":[282,21,22]},{"path":[4,39],"span":[285,0,287,1]},{"path":[4,39,1],"span":[285,8,47]},{"path":[4,39,2,0],"span":[286,2,31]},{"path":[4,39,2,0,4],"span":[286,2,10]},{"path":[4,39,2,0,6],"span":[286,11,18]},{"path":[4,39,2,0,1],"span":[286,19,26]},{"path":[4,39,2,0,3],"span":[286,29,30]},{"path":[4,40],"span":[289,0,292,1]},{"path":[4,40,1],"span":[289,8,33]},{"path":[4,40,2,0],"span":[290,2,21]},{"path":[4,40,2,0,5],"span":[290,2,8]},{"path":[4,40,2,0,1],"span":[290,9,16]},{"path":[4,40,2,0,3],"span":[290,19,20]},{"path":[4,40,2,1],"span":[291,2,24]},{"path":[4,40,2,1,5],"span":[291,2,8]},{"path":[4,40,2,1,1],"span":[291,9,19]},{"path":[4,40,2,1,3],"span":[291,22,23]},{"path":[4,41],"span":[294,0,312,1]},{"path":[4,41,1],"span":[294,8,34]},{"path":[4,41,3,0],"span":[295,2,298,3]},{"path":[4,41,3,0,1],"span":[295,10,29]},{"path":[4,41,3,0,2,0],"span":[296,4,19]},{"path":[4,41,3,0,2,0,5],"span":[296,4,10]},{"path":[4,41,3,0,2,0,1],"span":[296,11,14]},{"path":[4,41,3,0,2,0,3],"span":[296,17,18]},{"path":[4,41,3,0,2,1],"span":[297,4,34]},{"path":[4,41,3,0,2,1,5],"span":[297,4,9]},{"path":[4,41,3,0,2,1,1],"span":[297,10,29]},{"path":[4,41,3,0,2,1,3],"span":[297,32,33]},{"path":[4,41,3,1],"span":[300,2,302,3]},{"path":[4,41,3,1,1],"span":[300,10,15]},{"path":[4,41,3,1,2,0],"span":[301,4,18]},{"path":[4,41,3,1,2,0,5],"span":[301,4,10]},{"path":[4,41,3,1,2,0,1],"span":[301,11,13]},{"path":[4,41,3,1,2,0,3],"span":[301,16,17]},{"path":[4,41,3,2],"span":[304,2,309,3]},{"path":[4,41,3,2,1],"span":[304,10,14]},{"path":[4,41,3,2,2,0],"span":[305,4,18]},{"path":[4,41,3,2,2,0,5],"span":[305,4,10]},{"path":[4,41,3,2,2,0,1],"span":[305,11,13]},{"path":[4,41,3,2,2,0,3],"span":[305,16,17]},{"path":[4,41,3,2,2,1],"span":[306,4,45]},{"path":[4,41,3,2,2,1,4],"span":[306,4,12]},{"path":[4,41,3,2,2,1,6],"span":[306,13,32]},{"path":[4,41,3,2,2,1,1],"span":[306,33,40]},{"path":[4,41,3,2,2,1,3],"span":[306,43,44]},{"path":[4,41,3,2,2,2],"span":[307,4,39]},{"path":[4,41,3,2,2,2,4],"span":[307,4,12]},{"path":[4,41,3,2,2,2,6],"span":[307,13,20]},{"path":[4,41,3,2,2,2,1],"span":[307,21,34]},{"path":[4,41,3,2,2,2,3],"span":[307,37,38]},{"path":[4,41,3,2,2,3],"span":[308,4,30]},{"path":[4,41,3,2,2,3,4],"span":[308,4,12]},{"path":[4,41,3,2,2,3,6],"span":[308,13,18]},{"path":[4,41,3,2,2,3,1],"span":[308,19,25]},{"path":[4,41,3,2,2,3,3],"span":[308,28,29]},{"path":[4,41,2,0],"span":[311,2,26]},{"path":[4,41,2,0,4],"span":[311,2,10]},{"path":[4,41,2,0,6],"span":[311,11,15]},{"path":[4,41,2,0,1],"span":[311,16,21]},{"path":[4,41,2,0,3],"span":[311,24,25]},{"path":[4,42],"span":[314,0,316,1]},{"path":[4,42,1],"span":[314,8,53]},{"path":[4,42,2,0],"span":[315,2,35]},{"path":[4,42,2,0,5],"span":[315,2,8]},{"path":[4,42,2,0,1],"span":[315,9,30]},{"path":[4,42,2,0,3],"span":[315,33,34]},{"path":[4,43],"span":[318,0,321,1]},{"path":[4,43,1],"span":[318,8,54]},{"path":[4,43,2,0],"span":[319,2,21]},{"path":[4,43,2,0,5],"span":[319,2,8]},{"path":[4,43,2,0,1],"span":[319,9,16]},{"path":[4,43,2,0,3],"span":[319,19,20]},{"path":[4,43,2,1],"span":[320,2,28]},{"path":[4,43,2,1,5],"span":[320,2,8]},{"path":[4,43,2,1,1],"span":[320,9,23]},{"path":[4,43,2,1,3],"span":[320,26,27]},{"path":[4,44],"span":[323,0,340,1]},{"path":[4,44,1],"span":[323,8,34]},{"path":[4,44,2,0],"span":[324,2,30]},{"path":[4,44,2,0,5],"span":[324,2,8]},{"path":[4,44,2,0,1],"span":[324,9,25]},{"path":[4,44,2,0,3],"span":[324,28,29]},{"path":[4,44,2,1],"span":[325,2,39]},{"path":[4,44,2,1,5],"span":[325,2,8]},{"path":[4,44,2,1,1],"span":[325,9,14]},{"path":[4,44,2,1,3],"span":[325,17,18]},{"path":[4,44,2,1,8],"span":[325,19,38]},{"path":[4,44,2,1,8,3],"span":[325,20,37]},{"path":[4,44,3,0],"span":[327,2,332,3]},{"path":[4,44,3,0,1],"span":[327,10,22]},{"path":[4,44,3,0,2,0],"span":[328,4,20]},{"path":[4,44,3,0,2,0,5],"span":[328,4,10]},{"path":[4,44,3,0,2,0,1],"span":[328,11,15]},{"path":[4,44,3,0,2,0,3],"span":[328,18,19]},{"path":[4,44,3,0,2,1],"span":[329,4,44]},{"path":[4,44,3,0,2,1,5],"span":[329,4,10]},{"path":[4,44,3,0,2,1,1],"span":[329,11,19]},{"path":[4,44,3,0,2,1,3],"span":[329,22,23]},{"path":[4,44,3,0,2,1,8],"span":[329,24,43]},{"path":[4,44,3,0,2,1,8,3],"span":[329,25,42]},{"path":[4,44,3,0,2,2],"span":[330,4,25]},{"path":[4,44,3,0,2,2,5],"span":[330,4,10]},{"path":[4,44,3,0,2,2,1],"span":[330,11,20]},{"path":[4,44,3,0,2,2,3],"span":[330,23,24]},{"path":[4,44,3,0,2,3],"span":[331,4,23]},{"path":[4,44,3,0,2,3,5],"span":[331,4,10]},{"path":[4,44,3,0,2,3,1],"span":[331,11,18]},{"path":[4,44,3,0,2,3,3],"span":[331,21,22]},{"path":[4,44,2,2],"span":[333,2,35]},{"path":[4,44,2,2,4],"span":[333,2,10]},{"path":[4,44,2,2,6],"span":[333,11,23]},{"path":[4,44,2,2,1],"span":[333,24,30]},{"path":[4,44,2,2,3],"span":[333,33,34]},{"path":[4,44,2,3],"span":[335,2,25]},{"path":[4,44,2,3,5],"span":[335,2,8]},{"path":[4,44,2,3,1],"span":[335,9,20]},{"path":[4,44,2,3,3],"span":[335,23,24]},{"path":[4,44,2,4],"span":[336,2,26]},{"path":[4,44,2,4,5],"span":[336,2,8]},{"path":[4,44,2,4,1],"span":[336,9,21]},{"path":[4,44,2,4,3],"span":[336,24,25]},{"path":[4,44,2,5],"span":[337,2,45]},{"path":[4,44,2,5,5],"span":[337,2,8]},{"path":[4,44,2,5,1],"span":[337,9,20]},{"path":[4,44,2,5,3],"span":[337,23,24]},{"path":[4,44,2,5,8],"span":[337,25,44]},{"path":[4,44,2,5,8,3],"span":[337,26,43]},{"path":[4,44,2,6],"span":[338,2,24]},{"path":[4,44,2,6,5],"span":[338,2,8]},{"path":[4,44,2,6,1],"span":[338,9,19]},{"path":[4,44,2,6,3],"span":[338,22,23]},{"path":[4,44,2,7],"span":[339,2,28]},{"path":[4,44,2,7,5],"span":[339,2,8]},{"path":[4,44,2,7,1],"span":[339,9,23]},{"path":[4,44,2,7,3],"span":[339,26,27]},{"path":[4,45],"span":[342,0,344,1]},{"path":[4,45,1],"span":[342,8,35]},{"path":[4,45,2,0],"span":[343,2,21]},{"path":[4,45,2,0,5],"span":[343,2,6]},{"path":[4,45,2,0,1],"span":[343,7,16]},{"path":[4,45,2,0,3],"span":[343,19,20]},{"path":[4,46],"span":[346,0,348,1]},{"path":[4,46,1],"span":[346,8,12]},{"path":[4,46,2,0],"span":[347,2,16]},{"path":[4,46,2,0,5],"span":[347,2,8]},{"path":[4,46,2,0,1],"span":[347,9,11]},{"path":[4,46,2,0,3],"span":[347,14,15]},{"path":[4,47],"span":[350,0,353,1]},{"path":[4,47,1],"span":[350,8,30]},{"path":[4,47,2,0],"span":[351,2,28]},{"path":[4,47,2,0,5],"span":[351,2,8]},{"path":[4,47,2,0,1],"span":[351,9,23]},{"path":[4,47,2,0,3],"span":[351,26,27]},{"path":[4,47,2,1],"span":[352,2,22]},{"path":[4,47,2,1,5],"span":[352,2,8]},{"path":[4,47,2,1,1],"span":[352,9,17]},{"path":[4,47,2,1,3],"span":[352,20,21]},{"path":[4,48],"span":[355,0,357,1]},{"path":[4,48,1],"span":[355,8,31]},{"path":[4,48,2,0],"span":[356,2,25]},{"path":[4,48,2,0,4],"span":[356,2,10]},{"path":[4,48,2,0,6],"span":[356,11,15]},{"path":[4,48,2,0,1],"span":[356,16,20]},{"path":[4,48,2,0,3],"span":[356,23,24]},{"path":[4,49],"span":[359,0,361,1]},{"path":[4,49,1],"span":[359,8,36]},{"path":[4,49,2,0],"span":[360,2,21]},{"path":[4,49,2,0,5],"span":[360,2,8]},{"path":[4,49,2,0,1],"span":[360,9,16]},{"path":[4,49,2,0,3],"span":[360,19,20]},{"path":[4,50],"span":[363,0,365,1]},{"path":[4,50,1],"span":[363,8,37]},{"path":[4,50,2,0],"span":[364,2,34]},{"path":[4,50,2,0,4],"span":[364,2,10]},{"path":[4,50,2,0,5],"span":[364,11,17]},{"path":[4,50,2,0,1],"span":[364,18,29]},{"path":[4,50,2,0,3],"span":[364,32,33]},{"path":[4,51],"span":[367,0,370,1]},{"path":[4,51,1],"span":[367,8,40]},{"path":[4,51,2,0],"span":[368,2,28]},{"path":[4,51,2,0,5],"span":[368,2,8]},{"path":[4,51,2,0,1],"span":[368,9,23]},{"path":[4,51,2,0,3],"span":[368,26,27]},{"path":[4,51,2,1],"span":[369,2,24]},{"path":[4,51,2,1,5],"span":[369,2,8]},{"path":[4,51,2,1,1],"span":[369,9,19]},{"path":[4,51,2,1,3],"span":[369,22,23]},{"path":[4,52],"span":[372,0,374,1]},{"path":[4,52,1],"span":[372,8,41]},{"path":[4,52,2,0],"span":[373,2,22]},{"path":[4,52,2,0,5],"span":[373,2,6]},{"path":[4,52,2,0,1],"span":[373,7,17]},{"path":[4,52,2,0,3],"span":[373,20,21]},{"path":[5,3],"span":[376,0,383,1]},{"path":[5,3,1],"span":[376,5,21]},{"path":[5,3,2,0],"span":[377,2,43]},{"path":[5,3,2,0,1],"span":[377,2,38]},{"path":[5,3,2,0,2],"span":[377,41,42]},{"path":[5,3,2,1],"span":[378,2,36]},{"path":[5,3,2,1,1],"span":[378,2,31]},{"path":[5,3,2,1,2],"span":[378,34,35]},{"path":[5,3,2,2],"span":[379,2,39]},{"path":[5,3,2,2,1],"span":[379,2,34]},{"path":[5,3,2,2,2],"span":[379,37,38]},{"path":[5,3,2,3],"span":[380,2,38]},{"path":[5,3,2,3,1],"span":[380,2,33]},{"path":[5,3,2,3,2],"span":[380,36,37]},{"path":[5,3,2,4],"span":[381,2,34]},{"path":[5,3,2,4,1],"span":[381,2,29]},{"path":[5,3,2,4,2],"span":[381,32,33]},{"path":[5,3,2,5],"span":[382,2,41]},{"path":[5,3,2,5,1],"span":[382,2,36]},{"path":[5,3,2,5,2],"span":[382,39,40]},{"path":[4,53],"span":[385,0,393,1]},{"path":[4,53,1],"span":[385,8,20]},{"path":[4,53,2,0],"span":[386,2,16]},{"path":[4,53,2,0,5],"span":[386,2,8]},{"path":[4,53,2,0,1],"span":[386,9,11]},{"path":[4,53,2,0,3],"span":[386,14,15]},{"path":[4,53,2,1],"span":[387,2,21]},{"path":[4,53,2,1,5],"span":[387,2,8]},{"path":[4,53,2,1,1],"span":[387,9,16]},{"path":[4,53,2,1,3],"span":[387,19,20]},{"path":[4,53,2,2],"span":[388,2,28]},{"path":[4,53,2,2,6],"span":[388,2,18]},{"path":[4,53,2,2,1],"span":[388,19,23]},{"path":[4,53,2,2,3],"span":[388,26,27]},{"path":[4,53,2,3],"span":[389,2,25]},{"path":[4,53,2,3,5],"span":[389,2,7]},{"path":[4,53,2,3,1],"span":[389,8,20]},{"path":[4,53,2,3,3],"span":[389,23,24]},{"path":[4,53,2,4],"span":[390,2,29]},{"path":[4,53,2,4,5],"span":[390,2,8]},{"path":[4,53,2,4,1],"span":[390,9,24]},{"path":[4,53,2,4,3],"span":[390,27,28]},{"path":[4,53,2,5],"span":[391,2,24]},{"path":[4,53,2,5,5],"span":[391,2,8]},{"path":[4,53,2,5,1],"span":[391,9,19]},{"path":[4,53,2,5,3],"span":[391,22,23]},{"path":[4,53,2,6],"span":[392,2,24]},{"path":[4,53,2,6,5],"span":[392,2,8]},{"path":[4,53,2,6,1],"span":[392,9,19]},{"path":[4,53,2,6,3],"span":[392,22,23]},{"path":[4,54],"span":[395,0,401,1]},{"path":[4,54,1],"span":[395,8,37]},{"path":[4,54,2,0],"span":[396,2,21]},{"path":[4,54,2,0,5],"span":[396,2,8]},{"path":[4,54,2,0,1],"span":[396,9,16]},{"path":[4,54,2,0,3],"span":[396,19,20]},{"path":[4,54,2,1],"span":[397,2,28]},{"path":[4,54,2,1,6],"span":[397,2,18]},{"path":[4,54,2,1,1],"span":[397,19,23]},{"path":[4,54,2,1,3],"span":[397,26,27]},{"path":[4,54,2,2],"span":[398,2,25]},{"path":[4,54,2,2,5],"span":[398,2,7]},{"path":[4,54,2,2,1],"span":[398,8,20]},{"path":[4,54,2,2,3],"span":[398,23,24]},{"path":[4,54,2,3],"span":[399,2,29]},{"path":[4,54,2,3,5],"span":[399,2,8]},{"path":[4,54,2,3,1],"span":[399,9,24]},{"path":[4,54,2,3,3],"span":[399,27,28]},{"path":[4,54,2,4],"span":[400,2,24]},{"path":[4,54,2,4,5],"span":[400,2,8]},{"path":[4,54,2,4,1],"span":[400,9,19]},{"path":[4,54,2,4,3],"span":[400,22,23]},{"path":[4,55],"span":[403,0,405,1]},{"path":[4,55,1],"span":[403,8,38]},{"path":[4,55,2,0],"span":[404,2,32]},{"path":[4,55,2,0,6],"span":[404,2,14]},{"path":[4,55,2,0,1],"span":[404,15,27]},{"path":[4,55,2,0,3],"span":[404,30,31]},{"path":[4,56],"span":[407,0,409,1]},{"path":[4,56,1],"span":[407,8,42]},{"path":[4,56,2,0],"span":[408,2,21]},{"path":[4,56,2,0,5],"span":[408,2,8]},{"path":[4,56,2,0,1],"span":[408,9,16]},{"path":[4,56,2,0,3],"span":[408,19,20]},{"path":[4,57],"span":[411,0,413,1]},{"path":[4,57,1],"span":[411,8,43]},{"path":[4,57,2,0],"span":[412,2,35]},{"path":[4,57,2,0,5],"span":[412,2,8]},{"path":[4,57,2,0,1],"span":[412,9,30]},{"path":[4,57,2,0,3],"span":[412,33,34]},{"path":[4,58],"span":[415,0,417,1]},{"path":[4,58,1],"span":[415,8,47]},{"path":[4,58,2,0],"span":[416,2,23]},{"path":[4,58,2,0,5],"span":[416,2,8]},{"path":[4,58,2,0,1],"span":[416,9,18]},{"path":[4,58,2,0,3],"span":[416,21,22]},{"path":[4,59],"span":[419,0,421,1]},{"path":[4,59,1],"span":[419,8,48]},{"path":[4,59,2,0],"span":[420,2,21]},{"path":[4,59,2,0,5],"span":[420,2,8]},{"path":[4,59,2,0,1],"span":[420,9,16]},{"path":[4,59,2,0,3],"span":[420,19,20]},{"path":[4,60],"span":[423,0,427,1]},{"path":[4,60,1],"span":[423,8,31]},{"path":[4,60,7],"span":[424,2,27]},{"path":[4,60,7,3],"span":[424,2,27]},{"path":[4,60,2,0],"span":[425,2,21]},{"path":[4,60,2,0,5],"span":[425,2,8]},{"path":[4,60,2,0,1],"span":[425,9,16]},{"path":[4,60,2,0,3],"span":[425,19,20]},{"path":[4,60,2,1],"span":[426,2,29]},{"path":[4,60,2,1,4],"span":[426,2,10]},{"path":[4,60,2,1,5],"span":[426,11,17]},{"path":[4,60,2,1,1],"span":[426,18,24]},{"path":[4,60,2,1,3],"span":[426,27,28]},{"path":[4,61],"span":[429,0,432,1]},{"path":[4,61,1],"span":[429,8,32]},{"path":[4,61,7],"span":[430,2,27]},{"path":[4,61,7,3],"span":[430,2,27]},{"path":[4,61,2,0],"span":[431,2,15]},{"path":[4,61,2,0,5],"span":[431,2,6]},{"path":[4,61,2,0,1],"span":[431,7,10]},{"path":[4,61,2,0,3],"span":[431,13,14]},{"path":[4,62],"span":[434,0,437,1]},{"path":[4,62,1],"span":[434,8,31]},{"path":[4,62,2,0],"span":[435,2,21]},{"path":[4,62,2,0,5],"span":[435,2,8]},{"path":[4,62,2,0,1],"span":[435,9,16]},{"path":[4,62,2,0,3],"span":[435,19,20]},{"path":[4,62,2,1],"span":[436,2,29]},{"path":[4,62,2,1,4],"span":[436,2,10]},{"path":[4,62,2,1,5],"span":[436,11,17]},{"path":[4,62,2,1,1],"span":[436,18,24]},{"path":[4,62,2,1,3],"span":[436,27,28]},{"path":[4,63],"span":[439,0,442,1]},{"path":[4,63,1],"span":[439,8,32]},{"path":[4,63,2,0],"span":[440,2,15]},{"path":[4,63,2,0,5],"span":[440,2,6]},{"path":[4,63,2,0,1],"span":[440,7,10]},{"path":[4,63,2,0,3],"span":[440,13,14]},{"path":[4,63,2,1],"span":[441,2,32]},{"path":[4,63,2,1,4],"span":[441,2,10]},{"path":[4,63,2,1,6],"span":[441,11,18]},{"path":[4,63,2,1,1],"span":[441,19,27]},{"path":[4,63,2,1,3],"span":[441,30,31]},{"path":[4,64],"span":[444,0,446,1]},{"path":[4,64,1],"span":[444,8,39]},{"path":[4,64,2,0],"span":[445,2,21]},{"path":[4,64,2,0,5],"span":[445,2,8]},{"path":[4,64,2,0,1],"span":[445,9,16]},{"path":[4,64,2,0,3],"span":[445,19,20]},{"path":[4,65],"span":[448,0,450,1]},{"path":[4,65,1],"span":[448,8,40]},{"path":[4,65,2,0],"span":[449,2,16]},{"path":[4,65,2,0,5],"span":[449,2,6]},{"path":[4,65,2,0,1],"span":[449,7,11]},{"path":[4,65,2,0,3],"span":[449,14,15]},{"path":[4,66],"span":[452,0,454,1]},{"path":[4,66,1],"span":[452,8,34]},{"path":[4,66,2,0],"span":[453,2,21]},{"path":[4,66,2,0,5],"span":[453,2,8]},{"path":[4,66,2,0,1],"span":[453,9,16]},{"path":[4,66,2,0,3],"span":[453,19,20]},{"path":[4,67],"span":[456,0,458,1]},{"path":[4,67,1],"span":[456,8,35]},{"path":[4,67,2,0],"span":[457,2,28]},{"path":[4,67,2,0,6],"span":[457,2,18]},{"path":[4,67,2,0,1],"span":[457,19,23]},{"path":[4,67,2,0,3],"span":[457,26,27]},{"path":[4,68],"span":[460,0,463,1]},{"path":[4,68,1],"span":[460,8,32]},{"path":[4,68,2,0],"span":[461,2,21]},{"path":[4,68,2,0,5],"span":[461,2,8]},{"path":[4,68,2,0,1],"span":[461,9,16]},{"path":[4,68,2,0,3],"span":[461,19,20]},{"path":[4,68,2,1],"span":[462,2,24]},{"path":[4,68,2,1,5],"span":[462,2,8]},{"path":[4,68,2,1,1],"span":[462,9,19]},{"path":[4,68,2,1,3],"span":[462,22,23]},{"path":[4,69],"span":[465,0,467,1]},{"path":[4,69,1],"span":[465,8,33]},{"path":[4,69,2,0],"span":[466,2,18]},{"path":[4,69,2,0,5],"span":[466,2,8]},{"path":[4,69,2,0,1],"span":[466,9,13]},{"path":[4,69,2,0,3],"span":[466,16,17]},{"path":[4,70],"span":[469,0,471,1]},{"path":[4,70,1],"span":[469,8,37]},{"path":[4,70,2,0],"span":[470,8,37]},{"path":[4,70,2,0,4],"span":[470,8,16]},{"path":[4,70,2,0,5],"span":[470,17,23]},{"path":[4,70,2,0,1],"span":[470,24,32]},{"path":[4,70,2,0,3],"span":[470,35,36]},{"path":[6,0],"span":[473,0,539,1]},{"path":[6,0,1],"span":[473,8,19]},{"path":[6,0,2,0],"span":[474,2,121]},{"path":[6,0,2,0,1],"span":[474,6,34]},{"path":[6,0,2,0,2],"span":[474,35,70]},{"path":[6,0,2,0,3],"span":[474,81,117]},{"path":[6,0,2,1],"span":[476,2,100]},{"path":[6,0,2,1,1],"span":[476,6,27]},{"path":[6,0,2,1,2],"span":[476,28,56]},{"path":[6,0,2,1,3],"span":[476,67,96]},{"path":[6,0,2,2],"span":[478,2,106]},{"path":[6,0,2,2,1],"span":[478,6,29]},{"path":[6,0,2,2,2],"span":[478,30,60]},{"path":[6,0,2,2,3],"span":[478,71,102]},{"path":[6,0,2,3],"span":[480,2,115]},{"path":[6,0,2,3,1],"span":[480,6,32]},{"path":[6,0,2,3,2],"span":[480,33,66]},{"path":[6,0,2,3,3],"span":[480,77,111]},{"path":[6,0,2,4],"span":[482,2,76]},{"path":[6,0,2,4,1],"span":[482,6,19]},{"path":[6,0,2,4,2],"span":[482,20,40]},{"path":[6,0,2,4,3],"span":[482,51,72]},{"path":[6,0,2,5],"span":[484,2,76]},{"path":[6,0,2,5,1],"span":[484,6,19]},{"path":[6,0,2,5,2],"span":[484,20,40]},{"path":[6,0,2,5,3],"span":[484,51,72]},{"path":[6,0,2,6],"span":[486,2,97]},{"path":[6,0,2,6,1],"span":[486,6,26]},{"path":[6,0,2,6,2],"span":[486,27,54]},{"path":[6,0,2,6,3],"span":[486,65,93]},{"path":[6,0,2,7],"span":[488,2,88]},{"path":[6,0,2,7,1],"span":[488,6,23]},{"path":[6,0,2,7,2],"span":[488,24,48]},{"path":[6,0,2,7,3],"span":[488,59,84]},{"path":[6,0,2,8],"span":[490,2,82]},{"path":[6,0,2,8,1],"span":[490,6,21]},{"path":[6,0,2,8,2],"span":[490,22,44]},{"path":[6,0,2,8,3],"span":[490,55,78]},{"path":[6,0,2,9],"span":[492,2,97]},{"path":[6,0,2,9,1],"span":[492,6,28]},{"path":[6,0,2,9,2],"span":[492,29,58]},{"path":[6,0,2,9,3],"span":[492,69,93]},{"path":[6,0,2,10],"span":[494,2,97]},{"path":[6,0,2,10,1],"span":[494,6,26]},{"path":[6,0,2,10,2],"span":[494,27,54]},{"path":[6,0,2,10,3],"span":[494,65,93]},{"path":[6,0,2,11],"span":[496,2,106]},{"path":[6,0,2,11,1],"span":[496,6,29]},{"path":[6,0,2,11,2],"span":[496,30,60]},{"path":[6,0,2,11,3],"span":[496,71,102]},{"path":[6,0,2,12],"span":[498,2,106]},{"path":[6,0,2,12,1],"span":[498,6,29]},{"path":[6,0,2,12,2],"span":[498,30,60]},{"path":[6,0,2,12,3],"span":[498,71,102]},{"path":[6,0,2,13],"span":[500,2,115]},{"path":[6,0,2,13,1],"span":[500,6,32]},{"path":[6,0,2,13,2],"span":[500,33,66]},{"path":[6,0,2,13,3],"span":[500,77,111]},{"path":[6,0,2,14],"span":[502,2,106]},{"path":[6,0,2,14,1],"span":[502,6,29]},{"path":[6,0,2,14,2],"span":[502,30,60]},{"path":[6,0,2,14,3],"span":[502,71,102]},{"path":[6,0,2,15],"span":[504,2,112]},{"path":[6,0,2,15,1],"span":[504,6,31]},{"path":[6,0,2,15,2],"span":[504,32,64]},{"path":[6,0,2,15,3],"span":[504,75,108]},{"path":[6,0,2,16],"span":[506,2,130]},{"path":[6,0,2,16,1],"span":[506,6,37]},{"path":[6,0,2,16,2],"span":[506,38,76]},{"path":[6,0,2,16,3],"span":[506,87,126]},{"path":[6,0,2,17],"span":[508,2,91]},{"path":[6,0,2,17,1],"span":[508,6,24]},{"path":[6,0,2,17,2],"span":[508,25,50]},{"path":[6,0,2,17,3],"span":[508,61,87]},{"path":[6,0,2,18],"span":[510,2,151]},{"path":[6,0,2,18,1],"span":[510,6,44]},{"path":[6,0,2,18,2],"span":[510,45,90]},{"path":[6,0,2,18,3],"span":[510,101,147]},{"path":[6,0,2,19],"span":[512,2,99]},{"path":[6,0,2,19,1],"span":[512,6,30]},{"path":[6,0,2,19,2],"span":[512,31,57]},{"path":[6,0,2,19,3],"span":[512,68,95]},{"path":[6,0,2,20],"span":[514,2,100]},{"path":[6,0,2,20,1],"span":[514,6,39]},{"path":[6,0,2,20,2],"span":[514,40,62]},{"path":[6,0,2,20,3],"span":[514,73,96]},{"path":[6,0,2,21],"span":[516,2,100]},{"path":[6,0,2,21,1],"span":[516,6,27]},{"path":[6,0,2,21,2],"span":[516,28,56]},{"path":[6,0,2,21,3],"span":[516,67,96]},{"path":[6,0,2,22],"span":[518,2,112]},{"path":[6,0,2,22,1],"span":[518,6,31]},{"path":[6,0,2,22,2],"span":[518,32,64]},{"path":[6,0,2,22,3],"span":[518,75,108]},{"path":[6,0,2,23],"span":[520,2,103]},{"path":[6,0,2,23,1],"span":[520,6,28]},{"path":[6,0,2,23,2],"span":[520,29,58]},{"path":[6,0,2,23,3],"span":[520,69,99]},{"path":[6,0,2,24],"span":[522,2,118]},{"path":[6,0,2,24,1],"span":[522,6,33]},{"path":[6,0,2,24,2],"span":[522,34,68]},{"path":[6,0,2,24,3],"span":[522,79,114]},{"path":[6,0,2,25],"span":[524,2,133]},{"path":[6,0,2,25,1],"span":[524,6,38]},{"path":[6,0,2,25,2],"span":[524,39,78]},{"path":[6,0,2,25,3],"span":[524,89,129]},{"path":[6,0,2,26],"span":[526,2,85]},{"path":[6,0,2,26,1],"span":[526,6,22]},{"path":[6,0,2,26,2],"span":[526,23,46]},{"path":[6,0,2,26,3],"span":[526,57,81]},{"path":[6,0,2,27],"span":[528,2,109]},{"path":[6,0,2,27,1],"span":[528,6,30]},{"path":[6,0,2,27,2],"span":[528,31,62]},{"path":[6,0,2,27,3],"span":[528,73,105]},{"path":[6,0,2,28],"span":[530,2,532,3]},{"path":[6,0,2,28,1],"span":[530,6,22]},{"path":[6,0,2,28,2],"span":[530,23,46]},{"path":[6,0,2,28,3],"span":[530,57,81]},{"path":[6,0,2,28,4],"span":[531,4,29]},{"path":[6,0,2,28,4,33],"span":[531,4,29]},{"path":[6,0,2,29],"span":[534,2,94]},{"path":[6,0,2,29,1],"span":[534,6,25]},{"path":[6,0,2,29,2],"span":[534,26,52]},{"path":[6,0,2,29,3],"span":[534,63,90]},{"path":[6,0,2,30],"span":[536,2,88]},{"path":[6,0,2,30,1],"span":[536,6,23]},{"path":[6,0,2,30,2],"span":[536,24,48]},{"path":[6,0,2,30,3],"span":[536,59,84]},{"path":[6,0,2,31],"span":[538,2,113]},{"path":[6,0,2,31,1],"span":[538,6,39]},{"path":[6,0,2,31,2],"span":[538,40,69]},{"path":[6,0,2,31,3],"span":[538,80,109]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|