@lansweeper/multitenant-api-grpc 0.4.9 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.10](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.9...@lansweeper/multitenant-api-grpc@0.4.10) (2022-10-17)
7
+
8
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.4.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.8...@lansweeper/multitenant-api-grpc@0.4.9) (2022-10-17)
7
15
 
8
16
  **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
@@ -1 +1 @@
1
- {"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"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"}],"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":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"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":"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":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]}],"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":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"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":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,395,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,111,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,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"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,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,132,1]},{"path":[4,17,1],"span":[126,8,32]},{"path":[4,17,2,0],"span":[127,2,21]},{"path":[4,17,2,0,5],"span":[127,2,8]},{"path":[4,17,2,0,1],"span":[127,9,16]},{"path":[4,17,2,0,3],"span":[127,19,20]},{"path":[4,17,3,0],"span":[128,2,130,3]},{"path":[4,17,3,0,1],"span":[128,10,16]},{"path":[4,17,3,0,2,0],"span":[129,4,32]},{"path":[4,17,3,0,2,0,6],"span":[129,4,21]},{"path":[4,17,3,0,2,0,1],"span":[129,22,27]},{"path":[4,17,3,0,2,0,3],"span":[129,30,31]},{"path":[4,17,2,1],"span":[131,2,20]},{"path":[4,17,2,1,6],"span":[131,2,8]},{"path":[4,17,2,1,1],"span":[131,9,15]},{"path":[4,17,2,1,3],"span":[131,18,19]},{"path":[4,18],"span":[134,0,136,1]},{"path":[4,18,1],"span":[134,8,33]},{"path":[4,18,2,0],"span":[135,2,31]},{"path":[4,18,2,0,4],"span":[135,2,10]},{"path":[4,18,2,0,6],"span":[135,11,18]},{"path":[4,18,2,0,1],"span":[135,19,26]},{"path":[4,18,2,0,3],"span":[135,29,30]},{"path":[4,19],"span":[138,0,140,1]},{"path":[4,19,1],"span":[138,8,35]},{"path":[4,19,2,0],"span":[139,2,23]},{"path":[4,19,2,0,5],"span":[139,2,8]},{"path":[4,19,2,0,1],"span":[139,9,18]},{"path":[4,19,2,0,3],"span":[139,21,22]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,36]},{"path":[4,20,2,0],"span":[143,2,22]},{"path":[4,20,2,0,6],"span":[143,2,9]},{"path":[4,20,2,0,1],"span":[143,10,17]},{"path":[4,20,2,0,3],"span":[143,20,21]},{"path":[4,21],"span":[146,0,158,1]},{"path":[4,21,1],"span":[146,8,28]},{"path":[4,21,9],"span":[147,2,13]},{"path":[4,21,9,0],"span":[147,11,12]},{"path":[4,21,9,0,1],"span":[147,11,12]},{"path":[4,21,2,0],"span":[148,2,21]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,16]},{"path":[4,21,2,0,3],"span":[148,19,20]},{"path":[4,21,2,1],"span":[149,2,26]},{"path":[4,21,2,1,5],"span":[149,2,8]},{"path":[4,21,2,1,1],"span":[149,9,21]},{"path":[4,21,2,1,3],"span":[149,24,25]},{"path":[4,21,2,2],"span":[150,2,25]},{"path":[4,21,2,2,5],"span":[150,2,8]},{"path":[4,21,2,2,1],"span":[150,9,20]},{"path":[4,21,2,2,3],"span":[150,23,24]},{"path":[4,21,2,3],"span":[151,2,20]},{"path":[4,21,2,3,5],"span":[151,2,8]},{"path":[4,21,2,3,1],"span":[151,9,15]},{"path":[4,21,2,3,3],"span":[151,18,19]},{"path":[4,21,2,4],"span":[152,2,18]},{"path":[4,21,2,4,5],"span":[152,2,8]},{"path":[4,21,2,4,1],"span":[152,9,13]},{"path":[4,21,2,4,3],"span":[152,16,17]},{"path":[4,21,2,5],"span":[153,2,27]},{"path":[4,21,2,5,5],"span":[153,2,8]},{"path":[4,21,2,5,1],"span":[153,9,22]},{"path":[4,21,2,5,3],"span":[153,25,26]},{"path":[4,21,2,6],"span":[155,2,28]},{"path":[4,21,2,6,5],"span":[155,2,6]},{"path":[4,21,2,6,1],"span":[155,7,23]},{"path":[4,21,2,6,3],"span":[155,26,27]},{"path":[4,21,2,7],"span":[156,2,23]},{"path":[4,21,2,7,5],"span":[156,2,8]},{"path":[4,21,2,7,1],"span":[156,9,18]},{"path":[4,21,2,7,3],"span":[156,21,22]},{"path":[4,21,2,8],"span":[157,2,24]},{"path":[4,21,2,8,6],"span":[157,2,13]},{"path":[4,21,2,8,1],"span":[157,14,18]},{"path":[4,21,2,8,3],"span":[157,21,23]},{"path":[5,2],"span":[160,0,163,1]},{"path":[5,2,1],"span":[160,5,16]},{"path":[5,2,2,0],"span":[161,2,7]},{"path":[5,2,2,0,1],"span":[161,2,4]},{"path":[5,2,2,0,2],"span":[161,5,6]},{"path":[5,2,2,1],"span":[162,2,7]},{"path":[5,2,2,1,1],"span":[162,2,4]},{"path":[5,2,2,1,2],"span":[162,5,6]},{"path":[4,22],"span":[165,0,168,1]},{"path":[4,22,1],"span":[165,8,29]},{"path":[4,22,2,0],"span":[166,2,22]},{"path":[4,22,2,0,6],"span":[166,2,9]},{"path":[4,22,2,0,1],"span":[166,10,17]},{"path":[4,22,2,0,3],"span":[166,20,21]},{"path":[4,22,2,1],"span":[167,2,37]},{"path":[4,22,2,1,6],"span":[167,2,20]},{"path":[4,22,2,1,1],"span":[167,21,32]},{"path":[4,22,2,1,3],"span":[167,35,36]},{"path":[4,23],"span":[170,0,185,1]},{"path":[4,23,1],"span":[170,8,38]},{"path":[4,23,2,0],"span":[171,2,23]},{"path":[4,23,2,0,5],"span":[171,2,8]},{"path":[4,23,2,0,1],"span":[171,9,18]},{"path":[4,23,2,0,3],"span":[171,21,22]},{"path":[4,23,2,1],"span":[172,2,26]},{"path":[4,23,2,1,5],"span":[172,2,8]},{"path":[4,23,2,1,1],"span":[172,9,21]},{"path":[4,23,2,1,3],"span":[172,24,25]},{"path":[4,23,2,2],"span":[173,2,25]},{"path":[4,23,2,2,5],"span":[173,2,8]},{"path":[4,23,2,2,1],"span":[173,9,20]},{"path":[4,23,2,2,3],"span":[173,23,24]},{"path":[4,23,2,3],"span":[174,2,20]},{"path":[4,23,2,3,5],"span":[174,2,8]},{"path":[4,23,2,3,1],"span":[174,9,15]},{"path":[4,23,2,3,3],"span":[174,18,19]},{"path":[4,23,2,4],"span":[175,2,18]},{"path":[4,23,2,4,5],"span":[175,2,8]},{"path":[4,23,2,4,1],"span":[175,9,13]},{"path":[4,23,2,4,3],"span":[175,16,17]},{"path":[4,23,3,0],"span":[177,2,182,3]},{"path":[4,23,3,0,1],"span":[177,10,24]},{"path":[4,23,3,0,2,0],"span":[178,4,41]},{"path":[4,23,3,0,2,0,5],"span":[178,4,10]},{"path":[4,23,3,0,2,0,1],"span":[178,11,36]},{"path":[4,23,3,0,2,0,3],"span":[178,39,40]},{"path":[4,23,3,0,2,1],"span":[179,4,47]},{"path":[4,23,3,0,2,1,5],"span":[179,4,10]},{"path":[4,23,3,0,2,1,1],"span":[179,11,42]},{"path":[4,23,3,0,2,1,3],"span":[179,45,46]},{"path":[4,23,3,0,2,2],"span":[180,4,45]},{"path":[4,23,3,0,2,2,5],"span":[180,4,10]},{"path":[4,23,3,0,2,2,1],"span":[180,11,40]},{"path":[4,23,3,0,2,2,3],"span":[180,43,44]},{"path":[4,23,3,0,2,3],"span":[181,4,40]},{"path":[4,23,3,0,2,3,5],"span":[181,4,10]},{"path":[4,23,3,0,2,3,1],"span":[181,11,35]},{"path":[4,23,3,0,2,3,3],"span":[181,38,39]},{"path":[4,23,2,5],"span":[184,2,37]},{"path":[4,23,2,5,6],"span":[184,2,16]},{"path":[4,23,2,5,1],"span":[184,17,32]},{"path":[4,23,2,5,3],"span":[184,35,36]},{"path":[4,24],"span":[187,0,189,1]},{"path":[4,24,1],"span":[187,8,39]},{"path":[4,24,2,0],"span":[188,2,22]},{"path":[4,24,2,0,6],"span":[188,2,9]},{"path":[4,24,2,0,1],"span":[188,10,17]},{"path":[4,24,2,0,3],"span":[188,20,21]},{"path":[4,25],"span":[191,0,194,1]},{"path":[4,25,1],"span":[191,8,38]},{"path":[4,25,2,0],"span":[192,2,23]},{"path":[4,25,2,0,5],"span":[192,2,8]},{"path":[4,25,2,0,1],"span":[192,9,18]},{"path":[4,25,2,0,3],"span":[192,21,22]},{"path":[4,25,2,1],"span":[193,2,22]},{"path":[4,25,2,1,5],"span":[193,2,8]},{"path":[4,25,2,1,1],"span":[193,9,17]},{"path":[4,25,2,1,3],"span":[193,20,21]},{"path":[4,26],"span":[196,0,201,1]},{"path":[4,26,1],"span":[196,8,39]},{"path":[4,26,2,0],"span":[197,2,19]},{"path":[4,26,2,0,5],"span":[197,2,6]},{"path":[4,26,2,0,1],"span":[197,7,14]},{"path":[4,26,2,0,3],"span":[197,17,18]},{"path":[4,26,2,1],"span":[198,2,21]},{"path":[4,26,2,1,5],"span":[198,2,8]},{"path":[4,26,2,1,1],"span":[198,9,16]},{"path":[4,26,2,1,3],"span":[198,19,20]},{"path":[4,26,2,2],"span":[199,2,28]},{"path":[4,26,2,2,5],"span":[199,2,8]},{"path":[4,26,2,2,1],"span":[199,9,23]},{"path":[4,26,2,2,3],"span":[199,26,27]},{"path":[4,26,2,3],"span":[200,2,28]},{"path":[4,26,2,3,5],"span":[200,2,8]},{"path":[4,26,2,3,1],"span":[200,9,23]},{"path":[4,26,2,3,3],"span":[200,26,27]},{"path":[4,27],"span":[203,0,208,1]},{"path":[4,27,1],"span":[203,8,38]},{"path":[4,27,2,0],"span":[204,2,23]},{"path":[4,27,2,0,5],"span":[204,2,8]},{"path":[4,27,2,0,1],"span":[204,9,18]},{"path":[4,27,2,0,3],"span":[204,21,22]},{"path":[4,27,2,1],"span":[205,2,22]},{"path":[4,27,2,1,5],"span":[205,2,8]},{"path":[4,27,2,1,1],"span":[205,9,17]},{"path":[4,27,2,1,3],"span":[205,20,21]},{"path":[4,27,2,2],"span":[206,2,23]},{"path":[4,27,2,2,5],"span":[206,2,6]},{"path":[4,27,2,2,1],"span":[206,7,18]},{"path":[4,27,2,2,3],"span":[206,21,22]},{"path":[4,27,2,3],"span":[207,2,23]},{"path":[4,27,2,3,5],"span":[207,2,6]},{"path":[4,27,2,3,1],"span":[207,7,18]},{"path":[4,27,2,3,3],"span":[207,21,22]},{"path":[4,28],"span":[210,0,212,1]},{"path":[4,28,1],"span":[210,8,39]},{"path":[4,28,2,0],"span":[211,2,19]},{"path":[4,28,2,0,5],"span":[211,2,6]},{"path":[4,28,2,0,1],"span":[211,7,14]},{"path":[4,28,2,0,3],"span":[211,17,18]},{"path":[4,29],"span":[214,0,218,1]},{"path":[4,29,1],"span":[214,8,40]},{"path":[4,29,2,0],"span":[215,2,21]},{"path":[4,29,2,0,5],"span":[215,2,8]},{"path":[4,29,2,0,1],"span":[215,9,16]},{"path":[4,29,2,0,3],"span":[215,19,20]},{"path":[4,29,2,1],"span":[216,2,34]},{"path":[4,29,2,1,4],"span":[216,2,10]},{"path":[4,29,2,1,5],"span":[216,11,17]},{"path":[4,29,2,1,1],"span":[216,18,29]},{"path":[4,29,2,1,3],"span":[216,32,33]},{"path":[4,29,2,2],"span":[217,2,21]},{"path":[4,29,2,2,5],"span":[217,2,8]},{"path":[4,29,2,2,1],"span":[217,9,16]},{"path":[4,29,2,2,3],"span":[217,19,20]},{"path":[4,30],"span":[220,0,226,1]},{"path":[4,30,1],"span":[220,8,41]},{"path":[4,30,3,0],"span":[221,2,224,3]},{"path":[4,30,3,0,1],"span":[221,10,16]},{"path":[4,30,3,0,2,0],"span":[222,4,26]},{"path":[4,30,3,0,2,0,5],"span":[222,4,10]},{"path":[4,30,3,0,2,0,1],"span":[222,11,21]},{"path":[4,30,3,0,2,0,3],"span":[222,24,25]},{"path":[4,30,3,0,2,1],"span":[223,4,20]},{"path":[4,30,3,0,2,1,5],"span":[223,4,8]},{"path":[4,30,3,0,2,1,1],"span":[223,9,15]},{"path":[4,30,3,0,2,1,3],"span":[223,18,19]},{"path":[4,30,2,0],"span":[225,2,29]},{"path":[4,30,2,0,4],"span":[225,2,10]},{"path":[4,30,2,0,6],"span":[225,11,17]},{"path":[4,30,2,0,1],"span":[225,18,24]},{"path":[4,30,2,0,3],"span":[225,27,28]},{"path":[4,31],"span":[228,0,231,1]},{"path":[4,31,1],"span":[228,8,46]},{"path":[4,31,2,0],"span":[229,2,21]},{"path":[4,31,2,0,5],"span":[229,2,8]},{"path":[4,31,2,0,1],"span":[229,9,16]},{"path":[4,31,2,0,3],"span":[229,19,20]},{"path":[4,31,2,1],"span":[230,2,23]},{"path":[4,31,2,1,5],"span":[230,2,8]},{"path":[4,31,2,1,1],"span":[230,9,18]},{"path":[4,31,2,1,3],"span":[230,21,22]},{"path":[4,32],"span":[233,0,235,1]},{"path":[4,32,1],"span":[233,8,47]},{"path":[4,32,2,0],"span":[234,2,31]},{"path":[4,32,2,0,4],"span":[234,2,10]},{"path":[4,32,2,0,6],"span":[234,11,18]},{"path":[4,32,2,0,1],"span":[234,19,26]},{"path":[4,32,2,0,3],"span":[234,29,30]},{"path":[4,33],"span":[237,0,240,1]},{"path":[4,33,1],"span":[237,8,33]},{"path":[4,33,2,0],"span":[238,2,21]},{"path":[4,33,2,0,5],"span":[238,2,8]},{"path":[4,33,2,0,1],"span":[238,9,16]},{"path":[4,33,2,0,3],"span":[238,19,20]},{"path":[4,33,2,1],"span":[239,2,24]},{"path":[4,33,2,1,5],"span":[239,2,8]},{"path":[4,33,2,1,1],"span":[239,9,19]},{"path":[4,33,2,1,3],"span":[239,22,23]},{"path":[4,34],"span":[242,0,260,1]},{"path":[4,34,1],"span":[242,8,34]},{"path":[4,34,3,0],"span":[243,2,246,3]},{"path":[4,34,3,0,1],"span":[243,10,29]},{"path":[4,34,3,0,2,0],"span":[244,4,19]},{"path":[4,34,3,0,2,0,5],"span":[244,4,10]},{"path":[4,34,3,0,2,0,1],"span":[244,11,14]},{"path":[4,34,3,0,2,0,3],"span":[244,17,18]},{"path":[4,34,3,0,2,1],"span":[245,4,34]},{"path":[4,34,3,0,2,1,5],"span":[245,4,9]},{"path":[4,34,3,0,2,1,1],"span":[245,10,29]},{"path":[4,34,3,0,2,1,3],"span":[245,32,33]},{"path":[4,34,3,1],"span":[248,2,250,3]},{"path":[4,34,3,1,1],"span":[248,10,15]},{"path":[4,34,3,1,2,0],"span":[249,4,18]},{"path":[4,34,3,1,2,0,5],"span":[249,4,10]},{"path":[4,34,3,1,2,0,1],"span":[249,11,13]},{"path":[4,34,3,1,2,0,3],"span":[249,16,17]},{"path":[4,34,3,2],"span":[252,2,257,3]},{"path":[4,34,3,2,1],"span":[252,10,14]},{"path":[4,34,3,2,2,0],"span":[253,4,18]},{"path":[4,34,3,2,2,0,5],"span":[253,4,10]},{"path":[4,34,3,2,2,0,1],"span":[253,11,13]},{"path":[4,34,3,2,2,0,3],"span":[253,16,17]},{"path":[4,34,3,2,2,1],"span":[254,4,45]},{"path":[4,34,3,2,2,1,4],"span":[254,4,12]},{"path":[4,34,3,2,2,1,6],"span":[254,13,32]},{"path":[4,34,3,2,2,1,1],"span":[254,33,40]},{"path":[4,34,3,2,2,1,3],"span":[254,43,44]},{"path":[4,34,3,2,2,2],"span":[255,4,39]},{"path":[4,34,3,2,2,2,4],"span":[255,4,12]},{"path":[4,34,3,2,2,2,6],"span":[255,13,20]},{"path":[4,34,3,2,2,2,1],"span":[255,21,34]},{"path":[4,34,3,2,2,2,3],"span":[255,37,38]},{"path":[4,34,3,2,2,3],"span":[256,4,30]},{"path":[4,34,3,2,2,3,4],"span":[256,4,12]},{"path":[4,34,3,2,2,3,6],"span":[256,13,18]},{"path":[4,34,3,2,2,3,1],"span":[256,19,25]},{"path":[4,34,3,2,2,3,3],"span":[256,28,29]},{"path":[4,34,2,0],"span":[259,2,26]},{"path":[4,34,2,0,4],"span":[259,2,10]},{"path":[4,34,2,0,6],"span":[259,11,15]},{"path":[4,34,2,0,1],"span":[259,16,21]},{"path":[4,34,2,0,3],"span":[259,24,25]},{"path":[4,35],"span":[262,0,264,1]},{"path":[4,35,1],"span":[262,8,53]},{"path":[4,35,2,0],"span":[263,2,35]},{"path":[4,35,2,0,5],"span":[263,2,8]},{"path":[4,35,2,0,1],"span":[263,9,30]},{"path":[4,35,2,0,3],"span":[263,33,34]},{"path":[4,36],"span":[266,0,269,1]},{"path":[4,36,1],"span":[266,8,54]},{"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,28]},{"path":[4,36,2,1,5],"span":[268,2,8]},{"path":[4,36,2,1,1],"span":[268,9,23]},{"path":[4,36,2,1,3],"span":[268,26,27]},{"path":[4,37],"span":[271,0,288,1]},{"path":[4,37,1],"span":[271,8,34]},{"path":[4,37,2,0],"span":[272,2,30]},{"path":[4,37,2,0,5],"span":[272,2,8]},{"path":[4,37,2,0,1],"span":[272,9,25]},{"path":[4,37,2,0,3],"span":[272,28,29]},{"path":[4,37,2,1],"span":[273,2,39]},{"path":[4,37,2,1,5],"span":[273,2,8]},{"path":[4,37,2,1,1],"span":[273,9,14]},{"path":[4,37,2,1,3],"span":[273,17,18]},{"path":[4,37,2,1,8],"span":[273,19,38]},{"path":[4,37,2,1,8,3],"span":[273,20,37]},{"path":[4,37,3,0],"span":[275,2,280,3]},{"path":[4,37,3,0,1],"span":[275,10,22]},{"path":[4,37,3,0,2,0],"span":[276,4,20]},{"path":[4,37,3,0,2,0,5],"span":[276,4,10]},{"path":[4,37,3,0,2,0,1],"span":[276,11,15]},{"path":[4,37,3,0,2,0,3],"span":[276,18,19]},{"path":[4,37,3,0,2,1],"span":[277,4,44]},{"path":[4,37,3,0,2,1,5],"span":[277,4,10]},{"path":[4,37,3,0,2,1,1],"span":[277,11,19]},{"path":[4,37,3,0,2,1,3],"span":[277,22,23]},{"path":[4,37,3,0,2,1,8],"span":[277,24,43]},{"path":[4,37,3,0,2,1,8,3],"span":[277,25,42]},{"path":[4,37,3,0,2,2],"span":[278,4,25]},{"path":[4,37,3,0,2,2,5],"span":[278,4,10]},{"path":[4,37,3,0,2,2,1],"span":[278,11,20]},{"path":[4,37,3,0,2,2,3],"span":[278,23,24]},{"path":[4,37,3,0,2,3],"span":[279,4,23]},{"path":[4,37,3,0,2,3,5],"span":[279,4,10]},{"path":[4,37,3,0,2,3,1],"span":[279,11,18]},{"path":[4,37,3,0,2,3,3],"span":[279,21,22]},{"path":[4,37,2,2],"span":[281,2,35]},{"path":[4,37,2,2,4],"span":[281,2,10]},{"path":[4,37,2,2,6],"span":[281,11,23]},{"path":[4,37,2,2,1],"span":[281,24,30]},{"path":[4,37,2,2,3],"span":[281,33,34]},{"path":[4,37,2,3],"span":[283,2,25]},{"path":[4,37,2,3,5],"span":[283,2,8]},{"path":[4,37,2,3,1],"span":[283,9,20]},{"path":[4,37,2,3,3],"span":[283,23,24]},{"path":[4,37,2,4],"span":[284,2,26]},{"path":[4,37,2,4,5],"span":[284,2,8]},{"path":[4,37,2,4,1],"span":[284,9,21]},{"path":[4,37,2,4,3],"span":[284,24,25]},{"path":[4,37,2,5],"span":[285,2,45]},{"path":[4,37,2,5,5],"span":[285,2,8]},{"path":[4,37,2,5,1],"span":[285,9,20]},{"path":[4,37,2,5,3],"span":[285,23,24]},{"path":[4,37,2,5,8],"span":[285,25,44]},{"path":[4,37,2,5,8,3],"span":[285,26,43]},{"path":[4,37,2,6],"span":[286,2,24]},{"path":[4,37,2,6,5],"span":[286,2,8]},{"path":[4,37,2,6,1],"span":[286,9,19]},{"path":[4,37,2,6,3],"span":[286,22,23]},{"path":[4,37,2,7],"span":[287,2,28]},{"path":[4,37,2,7,5],"span":[287,2,8]},{"path":[4,37,2,7,1],"span":[287,9,23]},{"path":[4,37,2,7,3],"span":[287,26,27]},{"path":[4,38],"span":[290,0,292,1]},{"path":[4,38,1],"span":[290,8,35]},{"path":[4,38,2,0],"span":[291,2,21]},{"path":[4,38,2,0,5],"span":[291,2,6]},{"path":[4,38,2,0,1],"span":[291,7,16]},{"path":[4,38,2,0,3],"span":[291,19,20]},{"path":[4,39],"span":[294,0,296,1]},{"path":[4,39,1],"span":[294,8,12]},{"path":[4,39,2,0],"span":[295,2,16]},{"path":[4,39,2,0,5],"span":[295,2,8]},{"path":[4,39,2,0,1],"span":[295,9,11]},{"path":[4,39,2,0,3],"span":[295,14,15]},{"path":[4,40],"span":[298,0,301,1]},{"path":[4,40,1],"span":[298,8,30]},{"path":[4,40,2,0],"span":[299,2,28]},{"path":[4,40,2,0,5],"span":[299,2,8]},{"path":[4,40,2,0,1],"span":[299,9,23]},{"path":[4,40,2,0,3],"span":[299,26,27]},{"path":[4,40,2,1],"span":[300,2,22]},{"path":[4,40,2,1,5],"span":[300,2,8]},{"path":[4,40,2,1,1],"span":[300,9,17]},{"path":[4,40,2,1,3],"span":[300,20,21]},{"path":[4,41],"span":[303,0,305,1]},{"path":[4,41,1],"span":[303,8,31]},{"path":[4,41,2,0],"span":[304,2,25]},{"path":[4,41,2,0,4],"span":[304,2,10]},{"path":[4,41,2,0,6],"span":[304,11,15]},{"path":[4,41,2,0,1],"span":[304,16,20]},{"path":[4,41,2,0,3],"span":[304,23,24]},{"path":[4,42],"span":[307,0,309,1]},{"path":[4,42,1],"span":[307,8,36]},{"path":[4,42,2,0],"span":[308,2,21]},{"path":[4,42,2,0,5],"span":[308,2,8]},{"path":[4,42,2,0,1],"span":[308,9,16]},{"path":[4,42,2,0,3],"span":[308,19,20]},{"path":[4,43],"span":[311,0,313,1]},{"path":[4,43,1],"span":[311,8,37]},{"path":[4,43,2,0],"span":[312,2,34]},{"path":[4,43,2,0,4],"span":[312,2,10]},{"path":[4,43,2,0,5],"span":[312,11,17]},{"path":[4,43,2,0,1],"span":[312,18,29]},{"path":[4,43,2,0,3],"span":[312,32,33]},{"path":[4,44],"span":[315,0,318,1]},{"path":[4,44,1],"span":[315,8,40]},{"path":[4,44,2,0],"span":[316,2,28]},{"path":[4,44,2,0,5],"span":[316,2,8]},{"path":[4,44,2,0,1],"span":[316,9,23]},{"path":[4,44,2,0,3],"span":[316,26,27]},{"path":[4,44,2,1],"span":[317,2,24]},{"path":[4,44,2,1,5],"span":[317,2,8]},{"path":[4,44,2,1,1],"span":[317,9,19]},{"path":[4,44,2,1,3],"span":[317,22,23]},{"path":[4,45],"span":[320,0,322,1]},{"path":[4,45,1],"span":[320,8,41]},{"path":[4,45,2,0],"span":[321,2,22]},{"path":[4,45,2,0,5],"span":[321,2,6]},{"path":[4,45,2,0,1],"span":[321,7,17]},{"path":[4,45,2,0,3],"span":[321,20,21]},{"path":[5,3],"span":[324,0,331,1]},{"path":[5,3,1],"span":[324,5,21]},{"path":[5,3,2,0],"span":[325,2,43]},{"path":[5,3,2,0,1],"span":[325,2,38]},{"path":[5,3,2,0,2],"span":[325,41,42]},{"path":[5,3,2,1],"span":[326,2,36]},{"path":[5,3,2,1,1],"span":[326,2,31]},{"path":[5,3,2,1,2],"span":[326,34,35]},{"path":[5,3,2,2],"span":[327,2,39]},{"path":[5,3,2,2,1],"span":[327,2,34]},{"path":[5,3,2,2,2],"span":[327,37,38]},{"path":[5,3,2,3],"span":[328,2,38]},{"path":[5,3,2,3,1],"span":[328,2,33]},{"path":[5,3,2,3,2],"span":[328,36,37]},{"path":[5,3,2,4],"span":[329,2,34]},{"path":[5,3,2,4,1],"span":[329,2,29]},{"path":[5,3,2,4,2],"span":[329,32,33]},{"path":[5,3,2,5],"span":[330,2,41]},{"path":[5,3,2,5,1],"span":[330,2,36]},{"path":[5,3,2,5,2],"span":[330,39,40]},{"path":[4,46],"span":[333,0,340,1]},{"path":[4,46,1],"span":[333,8,20]},{"path":[4,46,2,0],"span":[334,2,16]},{"path":[4,46,2,0,5],"span":[334,2,8]},{"path":[4,46,2,0,1],"span":[334,9,11]},{"path":[4,46,2,0,3],"span":[334,14,15]},{"path":[4,46,2,1],"span":[335,2,21]},{"path":[4,46,2,1,5],"span":[335,2,8]},{"path":[4,46,2,1,1],"span":[335,9,16]},{"path":[4,46,2,1,3],"span":[335,19,20]},{"path":[4,46,2,2],"span":[336,2,28]},{"path":[4,46,2,2,6],"span":[336,2,18]},{"path":[4,46,2,2,1],"span":[336,19,23]},{"path":[4,46,2,2,3],"span":[336,26,27]},{"path":[4,46,2,3],"span":[337,2,25]},{"path":[4,46,2,3,5],"span":[337,2,7]},{"path":[4,46,2,3,1],"span":[337,8,20]},{"path":[4,46,2,3,3],"span":[337,23,24]},{"path":[4,46,2,4],"span":[338,2,29]},{"path":[4,46,2,4,5],"span":[338,2,8]},{"path":[4,46,2,4,1],"span":[338,9,24]},{"path":[4,46,2,4,3],"span":[338,27,28]},{"path":[4,46,2,5],"span":[339,2,24]},{"path":[4,46,2,5,5],"span":[339,2,8]},{"path":[4,46,2,5,1],"span":[339,9,19]},{"path":[4,46,2,5,3],"span":[339,22,23]},{"path":[4,47],"span":[342,0,347,1]},{"path":[4,47,1],"span":[342,8,37]},{"path":[4,47,2,0],"span":[343,2,21]},{"path":[4,47,2,0,5],"span":[343,2,8]},{"path":[4,47,2,0,1],"span":[343,9,16]},{"path":[4,47,2,0,3],"span":[343,19,20]},{"path":[4,47,2,1],"span":[344,2,28]},{"path":[4,47,2,1,6],"span":[344,2,18]},{"path":[4,47,2,1,1],"span":[344,19,23]},{"path":[4,47,2,1,3],"span":[344,26,27]},{"path":[4,47,2,2],"span":[345,2,25]},{"path":[4,47,2,2,5],"span":[345,2,7]},{"path":[4,47,2,2,1],"span":[345,8,20]},{"path":[4,47,2,2,3],"span":[345,23,24]},{"path":[4,47,2,3],"span":[346,2,29]},{"path":[4,47,2,3,5],"span":[346,2,8]},{"path":[4,47,2,3,1],"span":[346,9,24]},{"path":[4,47,2,3,3],"span":[346,27,28]},{"path":[4,48],"span":[349,0,351,1]},{"path":[4,48,1],"span":[349,8,38]},{"path":[4,48,2,0],"span":[350,2,32]},{"path":[4,48,2,0,6],"span":[350,2,14]},{"path":[4,48,2,0,1],"span":[350,15,27]},{"path":[4,48,2,0,3],"span":[350,30,31]},{"path":[6,0],"span":[353,0,395,1]},{"path":[6,0,1],"span":[353,8,19]},{"path":[6,0,2,0],"span":[354,2,121]},{"path":[6,0,2,0,1],"span":[354,6,34]},{"path":[6,0,2,0,2],"span":[354,35,70]},{"path":[6,0,2,0,3],"span":[354,81,117]},{"path":[6,0,2,1],"span":[356,2,100]},{"path":[6,0,2,1,1],"span":[356,6,27]},{"path":[6,0,2,1,2],"span":[356,28,56]},{"path":[6,0,2,1,3],"span":[356,67,96]},{"path":[6,0,2,2],"span":[358,2,106]},{"path":[6,0,2,2,1],"span":[358,6,29]},{"path":[6,0,2,2,2],"span":[358,30,60]},{"path":[6,0,2,2,3],"span":[358,71,102]},{"path":[6,0,2,3],"span":[360,2,115]},{"path":[6,0,2,3,1],"span":[360,6,32]},{"path":[6,0,2,3,2],"span":[360,33,66]},{"path":[6,0,2,3,3],"span":[360,77,111]},{"path":[6,0,2,4],"span":[362,2,76]},{"path":[6,0,2,4,1],"span":[362,6,19]},{"path":[6,0,2,4,2],"span":[362,20,40]},{"path":[6,0,2,4,3],"span":[362,51,72]},{"path":[6,0,2,5],"span":[364,2,76]},{"path":[6,0,2,5,1],"span":[364,6,19]},{"path":[6,0,2,5,2],"span":[364,20,40]},{"path":[6,0,2,5,3],"span":[364,51,72]},{"path":[6,0,2,6],"span":[366,2,88]},{"path":[6,0,2,6,1],"span":[366,6,23]},{"path":[6,0,2,6,2],"span":[366,24,48]},{"path":[6,0,2,6,3],"span":[366,59,84]},{"path":[6,0,2,7],"span":[368,2,97]},{"path":[6,0,2,7,1],"span":[368,6,28]},{"path":[6,0,2,7,2],"span":[368,29,58]},{"path":[6,0,2,7,3],"span":[368,69,93]},{"path":[6,0,2,8],"span":[370,2,97]},{"path":[6,0,2,8,1],"span":[370,6,26]},{"path":[6,0,2,8,2],"span":[370,27,54]},{"path":[6,0,2,8,3],"span":[370,65,93]},{"path":[6,0,2,9],"span":[372,2,106]},{"path":[6,0,2,9,1],"span":[372,6,29]},{"path":[6,0,2,9,2],"span":[372,30,60]},{"path":[6,0,2,9,3],"span":[372,71,102]},{"path":[6,0,2,10],"span":[374,2,106]},{"path":[6,0,2,10,1],"span":[374,6,29]},{"path":[6,0,2,10,2],"span":[374,30,60]},{"path":[6,0,2,10,3],"span":[374,71,102]},{"path":[6,0,2,11],"span":[376,2,106]},{"path":[6,0,2,11,1],"span":[376,6,29]},{"path":[6,0,2,11,2],"span":[376,30,60]},{"path":[6,0,2,11,3],"span":[376,71,102]},{"path":[6,0,2,12],"span":[378,2,112]},{"path":[6,0,2,12,1],"span":[378,6,31]},{"path":[6,0,2,12,2],"span":[378,32,64]},{"path":[6,0,2,12,3],"span":[378,75,108]},{"path":[6,0,2,13],"span":[380,2,130]},{"path":[6,0,2,13,1],"span":[380,6,37]},{"path":[6,0,2,13,2],"span":[380,38,76]},{"path":[6,0,2,13,3],"span":[380,87,126]},{"path":[6,0,2,14],"span":[382,2,91]},{"path":[6,0,2,14,1],"span":[382,6,24]},{"path":[6,0,2,14,2],"span":[382,25,50]},{"path":[6,0,2,14,3],"span":[382,61,87]},{"path":[6,0,2,15],"span":[384,2,151]},{"path":[6,0,2,15,1],"span":[384,6,44]},{"path":[6,0,2,15,2],"span":[384,45,90]},{"path":[6,0,2,15,3],"span":[384,101,147]},{"path":[6,0,2,16],"span":[386,2,99]},{"path":[6,0,2,16,1],"span":[386,6,30]},{"path":[6,0,2,16,2],"span":[386,31,57]},{"path":[6,0,2,16,3],"span":[386,68,95]},{"path":[6,0,2,17],"span":[388,2,100]},{"path":[6,0,2,17,1],"span":[388,6,39]},{"path":[6,0,2,17,2],"span":[388,40,62]},{"path":[6,0,2,17,3],"span":[388,73,96]},{"path":[6,0,2,18],"span":[390,2,100]},{"path":[6,0,2,18,1],"span":[390,6,27]},{"path":[6,0,2,18,2],"span":[390,28,56]},{"path":[6,0,2,18,3],"span":[390,67,96]},{"path":[6,0,2,19],"span":[392,2,112]},{"path":[6,0,2,19,1],"span":[392,6,31]},{"path":[6,0,2,19,2],"span":[392,32,64]},{"path":[6,0,2,19,3],"span":[392,75,108]},{"path":[6,0,2,20],"span":[394,2,103]},{"path":[6,0,2,20,1],"span":[394,6,28]},{"path":[6,0,2,20,2],"span":[394,29,58]},{"path":[6,0,2,20,3],"span":[394,69,99]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"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"}],"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":"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":"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":"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":"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":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]}],"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":"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":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,426,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,111,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,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"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,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,132,1]},{"path":[4,17,1],"span":[126,8,32]},{"path":[4,17,2,0],"span":[127,2,21]},{"path":[4,17,2,0,5],"span":[127,2,8]},{"path":[4,17,2,0,1],"span":[127,9,16]},{"path":[4,17,2,0,3],"span":[127,19,20]},{"path":[4,17,3,0],"span":[128,2,130,3]},{"path":[4,17,3,0,1],"span":[128,10,16]},{"path":[4,17,3,0,2,0],"span":[129,4,32]},{"path":[4,17,3,0,2,0,6],"span":[129,4,21]},{"path":[4,17,3,0,2,0,1],"span":[129,22,27]},{"path":[4,17,3,0,2,0,3],"span":[129,30,31]},{"path":[4,17,2,1],"span":[131,2,20]},{"path":[4,17,2,1,6],"span":[131,2,8]},{"path":[4,17,2,1,1],"span":[131,9,15]},{"path":[4,17,2,1,3],"span":[131,18,19]},{"path":[4,18],"span":[134,0,136,1]},{"path":[4,18,1],"span":[134,8,33]},{"path":[4,18,2,0],"span":[135,2,31]},{"path":[4,18,2,0,4],"span":[135,2,10]},{"path":[4,18,2,0,6],"span":[135,11,18]},{"path":[4,18,2,0,1],"span":[135,19,26]},{"path":[4,18,2,0,3],"span":[135,29,30]},{"path":[4,19],"span":[138,0,140,1]},{"path":[4,19,1],"span":[138,8,35]},{"path":[4,19,2,0],"span":[139,2,23]},{"path":[4,19,2,0,5],"span":[139,2,8]},{"path":[4,19,2,0,1],"span":[139,9,18]},{"path":[4,19,2,0,3],"span":[139,21,22]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,36]},{"path":[4,20,2,0],"span":[143,2,22]},{"path":[4,20,2,0,6],"span":[143,2,9]},{"path":[4,20,2,0,1],"span":[143,10,17]},{"path":[4,20,2,0,3],"span":[143,20,21]},{"path":[4,21],"span":[146,0,158,1]},{"path":[4,21,1],"span":[146,8,28]},{"path":[4,21,9],"span":[147,2,13]},{"path":[4,21,9,0],"span":[147,11,12]},{"path":[4,21,9,0,1],"span":[147,11,12]},{"path":[4,21,2,0],"span":[148,2,21]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,16]},{"path":[4,21,2,0,3],"span":[148,19,20]},{"path":[4,21,2,1],"span":[149,2,26]},{"path":[4,21,2,1,5],"span":[149,2,8]},{"path":[4,21,2,1,1],"span":[149,9,21]},{"path":[4,21,2,1,3],"span":[149,24,25]},{"path":[4,21,2,2],"span":[150,2,25]},{"path":[4,21,2,2,5],"span":[150,2,8]},{"path":[4,21,2,2,1],"span":[150,9,20]},{"path":[4,21,2,2,3],"span":[150,23,24]},{"path":[4,21,2,3],"span":[151,2,20]},{"path":[4,21,2,3,5],"span":[151,2,8]},{"path":[4,21,2,3,1],"span":[151,9,15]},{"path":[4,21,2,3,3],"span":[151,18,19]},{"path":[4,21,2,4],"span":[152,2,18]},{"path":[4,21,2,4,5],"span":[152,2,8]},{"path":[4,21,2,4,1],"span":[152,9,13]},{"path":[4,21,2,4,3],"span":[152,16,17]},{"path":[4,21,2,5],"span":[153,2,27]},{"path":[4,21,2,5,5],"span":[153,2,8]},{"path":[4,21,2,5,1],"span":[153,9,22]},{"path":[4,21,2,5,3],"span":[153,25,26]},{"path":[4,21,2,6],"span":[155,2,28]},{"path":[4,21,2,6,5],"span":[155,2,6]},{"path":[4,21,2,6,1],"span":[155,7,23]},{"path":[4,21,2,6,3],"span":[155,26,27]},{"path":[4,21,2,7],"span":[156,2,23]},{"path":[4,21,2,7,5],"span":[156,2,8]},{"path":[4,21,2,7,1],"span":[156,9,18]},{"path":[4,21,2,7,3],"span":[156,21,22]},{"path":[4,21,2,8],"span":[157,2,24]},{"path":[4,21,2,8,6],"span":[157,2,13]},{"path":[4,21,2,8,1],"span":[157,14,18]},{"path":[4,21,2,8,3],"span":[157,21,23]},{"path":[5,2],"span":[160,0,163,1]},{"path":[5,2,1],"span":[160,5,16]},{"path":[5,2,2,0],"span":[161,2,7]},{"path":[5,2,2,0,1],"span":[161,2,4]},{"path":[5,2,2,0,2],"span":[161,5,6]},{"path":[5,2,2,1],"span":[162,2,7]},{"path":[5,2,2,1,1],"span":[162,2,4]},{"path":[5,2,2,1,2],"span":[162,5,6]},{"path":[4,22],"span":[165,0,168,1]},{"path":[4,22,1],"span":[165,8,29]},{"path":[4,22,2,0],"span":[166,2,22]},{"path":[4,22,2,0,6],"span":[166,2,9]},{"path":[4,22,2,0,1],"span":[166,10,17]},{"path":[4,22,2,0,3],"span":[166,20,21]},{"path":[4,22,2,1],"span":[167,2,37]},{"path":[4,22,2,1,6],"span":[167,2,20]},{"path":[4,22,2,1,1],"span":[167,21,32]},{"path":[4,22,2,1,3],"span":[167,35,36]},{"path":[4,23],"span":[170,0,176,1]},{"path":[4,23,1],"span":[170,8,35]},{"path":[4,23,2,0],"span":[171,2,21]},{"path":[4,23,2,0,5],"span":[171,2,8]},{"path":[4,23,2,0,1],"span":[171,9,16]},{"path":[4,23,2,0,3],"span":[171,19,20]},{"path":[4,23,2,1],"span":[172,2,26]},{"path":[4,23,2,1,5],"span":[172,2,8]},{"path":[4,23,2,1,1],"span":[172,9,21]},{"path":[4,23,2,1,3],"span":[172,24,25]},{"path":[4,23,2,2],"span":[173,2,25]},{"path":[4,23,2,2,5],"span":[173,2,8]},{"path":[4,23,2,2,1],"span":[173,9,20]},{"path":[4,23,2,2,3],"span":[173,23,24]},{"path":[4,23,2,3],"span":[174,2,23]},{"path":[4,23,2,3,5],"span":[174,2,8]},{"path":[4,23,2,3,1],"span":[174,9,18]},{"path":[4,23,2,3,3],"span":[174,21,22]},{"path":[4,23,2,4],"span":[175,2,23]},{"path":[4,23,2,4,6],"span":[175,2,13]},{"path":[4,23,2,4,1],"span":[175,14,18]},{"path":[4,23,2,4,3],"span":[175,21,22]},{"path":[4,24],"span":[178,0,181,1]},{"path":[4,24,1],"span":[178,8,36]},{"path":[4,24,2,0],"span":[179,2,22]},{"path":[4,24,2,0,6],"span":[179,2,9]},{"path":[4,24,2,0,1],"span":[179,10,17]},{"path":[4,24,2,0,3],"span":[179,20,21]},{"path":[4,24,2,1],"span":[180,2,37]},{"path":[4,24,2,1,6],"span":[180,2,20]},{"path":[4,24,2,1,1],"span":[180,21,32]},{"path":[4,24,2,1,3],"span":[180,35,36]},{"path":[4,25],"span":[183,0,198,1]},{"path":[4,25,1],"span":[183,8,38]},{"path":[4,25,2,0],"span":[184,2,23]},{"path":[4,25,2,0,5],"span":[184,2,8]},{"path":[4,25,2,0,1],"span":[184,9,18]},{"path":[4,25,2,0,3],"span":[184,21,22]},{"path":[4,25,2,1],"span":[185,2,26]},{"path":[4,25,2,1,5],"span":[185,2,8]},{"path":[4,25,2,1,1],"span":[185,9,21]},{"path":[4,25,2,1,3],"span":[185,24,25]},{"path":[4,25,2,2],"span":[186,2,25]},{"path":[4,25,2,2,5],"span":[186,2,8]},{"path":[4,25,2,2,1],"span":[186,9,20]},{"path":[4,25,2,2,3],"span":[186,23,24]},{"path":[4,25,2,3],"span":[187,2,20]},{"path":[4,25,2,3,5],"span":[187,2,8]},{"path":[4,25,2,3,1],"span":[187,9,15]},{"path":[4,25,2,3,3],"span":[187,18,19]},{"path":[4,25,2,4],"span":[188,2,18]},{"path":[4,25,2,4,5],"span":[188,2,8]},{"path":[4,25,2,4,1],"span":[188,9,13]},{"path":[4,25,2,4,3],"span":[188,16,17]},{"path":[4,25,3,0],"span":[190,2,195,3]},{"path":[4,25,3,0,1],"span":[190,10,24]},{"path":[4,25,3,0,2,0],"span":[191,4,41]},{"path":[4,25,3,0,2,0,5],"span":[191,4,10]},{"path":[4,25,3,0,2,0,1],"span":[191,11,36]},{"path":[4,25,3,0,2,0,3],"span":[191,39,40]},{"path":[4,25,3,0,2,1],"span":[192,4,47]},{"path":[4,25,3,0,2,1,5],"span":[192,4,10]},{"path":[4,25,3,0,2,1,1],"span":[192,11,42]},{"path":[4,25,3,0,2,1,3],"span":[192,45,46]},{"path":[4,25,3,0,2,2],"span":[193,4,45]},{"path":[4,25,3,0,2,2,5],"span":[193,4,10]},{"path":[4,25,3,0,2,2,1],"span":[193,11,40]},{"path":[4,25,3,0,2,2,3],"span":[193,43,44]},{"path":[4,25,3,0,2,3],"span":[194,4,40]},{"path":[4,25,3,0,2,3,5],"span":[194,4,10]},{"path":[4,25,3,0,2,3,1],"span":[194,11,35]},{"path":[4,25,3,0,2,3,3],"span":[194,38,39]},{"path":[4,25,2,5],"span":[197,2,37]},{"path":[4,25,2,5,6],"span":[197,2,16]},{"path":[4,25,2,5,1],"span":[197,17,32]},{"path":[4,25,2,5,3],"span":[197,35,36]},{"path":[4,26],"span":[200,0,202,1]},{"path":[4,26,1],"span":[200,8,39]},{"path":[4,26,2,0],"span":[201,2,22]},{"path":[4,26,2,0,6],"span":[201,2,9]},{"path":[4,26,2,0,1],"span":[201,10,17]},{"path":[4,26,2,0,3],"span":[201,20,21]},{"path":[4,27],"span":[204,0,207,1]},{"path":[4,27,1],"span":[204,8,38]},{"path":[4,27,2,0],"span":[205,2,23]},{"path":[4,27,2,0,5],"span":[205,2,8]},{"path":[4,27,2,0,1],"span":[205,9,18]},{"path":[4,27,2,0,3],"span":[205,21,22]},{"path":[4,27,2,1],"span":[206,2,22]},{"path":[4,27,2,1,5],"span":[206,2,8]},{"path":[4,27,2,1,1],"span":[206,9,17]},{"path":[4,27,2,1,3],"span":[206,20,21]},{"path":[4,28],"span":[209,0,214,1]},{"path":[4,28,1],"span":[209,8,39]},{"path":[4,28,2,0],"span":[210,2,19]},{"path":[4,28,2,0,5],"span":[210,2,6]},{"path":[4,28,2,0,1],"span":[210,7,14]},{"path":[4,28,2,0,3],"span":[210,17,18]},{"path":[4,28,2,1],"span":[211,2,21]},{"path":[4,28,2,1,5],"span":[211,2,8]},{"path":[4,28,2,1,1],"span":[211,9,16]},{"path":[4,28,2,1,3],"span":[211,19,20]},{"path":[4,28,2,2],"span":[212,2,28]},{"path":[4,28,2,2,5],"span":[212,2,8]},{"path":[4,28,2,2,1],"span":[212,9,23]},{"path":[4,28,2,2,3],"span":[212,26,27]},{"path":[4,28,2,3],"span":[213,2,28]},{"path":[4,28,2,3,5],"span":[213,2,8]},{"path":[4,28,2,3,1],"span":[213,9,23]},{"path":[4,28,2,3,3],"span":[213,26,27]},{"path":[4,29],"span":[216,0,221,1]},{"path":[4,29,1],"span":[216,8,38]},{"path":[4,29,2,0],"span":[217,2,23]},{"path":[4,29,2,0,5],"span":[217,2,8]},{"path":[4,29,2,0,1],"span":[217,9,18]},{"path":[4,29,2,0,3],"span":[217,21,22]},{"path":[4,29,2,1],"span":[218,2,22]},{"path":[4,29,2,1,5],"span":[218,2,8]},{"path":[4,29,2,1,1],"span":[218,9,17]},{"path":[4,29,2,1,3],"span":[218,20,21]},{"path":[4,29,2,2],"span":[219,2,23]},{"path":[4,29,2,2,5],"span":[219,2,6]},{"path":[4,29,2,2,1],"span":[219,7,18]},{"path":[4,29,2,2,3],"span":[219,21,22]},{"path":[4,29,2,3],"span":[220,2,23]},{"path":[4,29,2,3,5],"span":[220,2,6]},{"path":[4,29,2,3,1],"span":[220,7,18]},{"path":[4,29,2,3,3],"span":[220,21,22]},{"path":[4,30],"span":[223,0,225,1]},{"path":[4,30,1],"span":[223,8,39]},{"path":[4,30,2,0],"span":[224,2,19]},{"path":[4,30,2,0,5],"span":[224,2,6]},{"path":[4,30,2,0,1],"span":[224,7,14]},{"path":[4,30,2,0,3],"span":[224,17,18]},{"path":[4,31],"span":[227,0,233,1]},{"path":[4,31,1],"span":[227,8,41]},{"path":[4,31,2,0],"span":[228,2,23]},{"path":[4,31,2,0,5],"span":[228,2,8]},{"path":[4,31,2,0,1],"span":[228,9,18]},{"path":[4,31,2,0,3],"span":[228,21,22]},{"path":[4,31,2,1],"span":[229,2,26]},{"path":[4,31,2,1,5],"span":[229,2,8]},{"path":[4,31,2,1,1],"span":[229,9,21]},{"path":[4,31,2,1,3],"span":[229,24,25]},{"path":[4,31,2,2],"span":[230,2,25]},{"path":[4,31,2,2,5],"span":[230,2,8]},{"path":[4,31,2,2,1],"span":[230,9,20]},{"path":[4,31,2,2,3],"span":[230,23,24]},{"path":[4,31,2,3],"span":[231,2,23]},{"path":[4,31,2,3,5],"span":[231,2,8]},{"path":[4,31,2,3,1],"span":[231,9,18]},{"path":[4,31,2,3,3],"span":[231,21,22]},{"path":[4,31,2,4],"span":[232,2,23]},{"path":[4,31,2,4,6],"span":[232,2,13]},{"path":[4,31,2,4,1],"span":[232,14,18]},{"path":[4,31,2,4,3],"span":[232,21,22]},{"path":[4,32],"span":[235,0,239,1]},{"path":[4,32,1],"span":[235,8,42]},{"path":[4,32,2,0],"span":[236,2,22]},{"path":[4,32,2,0,6],"span":[236,2,9]},{"path":[4,32,2,0,1],"span":[236,10,17]},{"path":[4,32,2,0,3],"span":[236,20,21]},{"path":[4,32,2,1],"span":[237,2,37]},{"path":[4,32,2,1,6],"span":[237,2,20]},{"path":[4,32,2,1,1],"span":[237,21,32]},{"path":[4,32,2,1,3],"span":[237,35,36]},{"path":[4,32,2,2],"span":[238,2,23]},{"path":[4,32,2,2,6],"span":[238,2,13]},{"path":[4,32,2,2,1],"span":[238,14,18]},{"path":[4,32,2,2,3],"span":[238,21,22]},{"path":[4,33],"span":[241,0,245,1]},{"path":[4,33,1],"span":[241,8,40]},{"path":[4,33,2,0],"span":[242,2,21]},{"path":[4,33,2,0,5],"span":[242,2,8]},{"path":[4,33,2,0,1],"span":[242,9,16]},{"path":[4,33,2,0,3],"span":[242,19,20]},{"path":[4,33,2,1],"span":[243,2,34]},{"path":[4,33,2,1,4],"span":[243,2,10]},{"path":[4,33,2,1,5],"span":[243,11,17]},{"path":[4,33,2,1,1],"span":[243,18,29]},{"path":[4,33,2,1,3],"span":[243,32,33]},{"path":[4,33,2,2],"span":[244,2,21]},{"path":[4,33,2,2,5],"span":[244,2,8]},{"path":[4,33,2,2,1],"span":[244,9,16]},{"path":[4,33,2,2,3],"span":[244,19,20]},{"path":[4,34],"span":[247,0,253,1]},{"path":[4,34,1],"span":[247,8,41]},{"path":[4,34,3,0],"span":[248,2,251,3]},{"path":[4,34,3,0,1],"span":[248,10,16]},{"path":[4,34,3,0,2,0],"span":[249,4,26]},{"path":[4,34,3,0,2,0,5],"span":[249,4,10]},{"path":[4,34,3,0,2,0,1],"span":[249,11,21]},{"path":[4,34,3,0,2,0,3],"span":[249,24,25]},{"path":[4,34,3,0,2,1],"span":[250,4,20]},{"path":[4,34,3,0,2,1,5],"span":[250,4,8]},{"path":[4,34,3,0,2,1,1],"span":[250,9,15]},{"path":[4,34,3,0,2,1,3],"span":[250,18,19]},{"path":[4,34,2,0],"span":[252,2,29]},{"path":[4,34,2,0,4],"span":[252,2,10]},{"path":[4,34,2,0,6],"span":[252,11,17]},{"path":[4,34,2,0,1],"span":[252,18,24]},{"path":[4,34,2,0,3],"span":[252,27,28]},{"path":[4,35],"span":[255,0,258,1]},{"path":[4,35,1],"span":[255,8,46]},{"path":[4,35,2,0],"span":[256,2,21]},{"path":[4,35,2,0,5],"span":[256,2,8]},{"path":[4,35,2,0,1],"span":[256,9,16]},{"path":[4,35,2,0,3],"span":[256,19,20]},{"path":[4,35,2,1],"span":[257,2,23]},{"path":[4,35,2,1,5],"span":[257,2,8]},{"path":[4,35,2,1,1],"span":[257,9,18]},{"path":[4,35,2,1,3],"span":[257,21,22]},{"path":[4,36],"span":[260,0,262,1]},{"path":[4,36,1],"span":[260,8,47]},{"path":[4,36,2,0],"span":[261,2,31]},{"path":[4,36,2,0,4],"span":[261,2,10]},{"path":[4,36,2,0,6],"span":[261,11,18]},{"path":[4,36,2,0,1],"span":[261,19,26]},{"path":[4,36,2,0,3],"span":[261,29,30]},{"path":[4,37],"span":[264,0,267,1]},{"path":[4,37,1],"span":[264,8,33]},{"path":[4,37,2,0],"span":[265,2,21]},{"path":[4,37,2,0,5],"span":[265,2,8]},{"path":[4,37,2,0,1],"span":[265,9,16]},{"path":[4,37,2,0,3],"span":[265,19,20]},{"path":[4,37,2,1],"span":[266,2,24]},{"path":[4,37,2,1,5],"span":[266,2,8]},{"path":[4,37,2,1,1],"span":[266,9,19]},{"path":[4,37,2,1,3],"span":[266,22,23]},{"path":[4,38],"span":[269,0,287,1]},{"path":[4,38,1],"span":[269,8,34]},{"path":[4,38,3,0],"span":[270,2,273,3]},{"path":[4,38,3,0,1],"span":[270,10,29]},{"path":[4,38,3,0,2,0],"span":[271,4,19]},{"path":[4,38,3,0,2,0,5],"span":[271,4,10]},{"path":[4,38,3,0,2,0,1],"span":[271,11,14]},{"path":[4,38,3,0,2,0,3],"span":[271,17,18]},{"path":[4,38,3,0,2,1],"span":[272,4,34]},{"path":[4,38,3,0,2,1,5],"span":[272,4,9]},{"path":[4,38,3,0,2,1,1],"span":[272,10,29]},{"path":[4,38,3,0,2,1,3],"span":[272,32,33]},{"path":[4,38,3,1],"span":[275,2,277,3]},{"path":[4,38,3,1,1],"span":[275,10,15]},{"path":[4,38,3,1,2,0],"span":[276,4,18]},{"path":[4,38,3,1,2,0,5],"span":[276,4,10]},{"path":[4,38,3,1,2,0,1],"span":[276,11,13]},{"path":[4,38,3,1,2,0,3],"span":[276,16,17]},{"path":[4,38,3,2],"span":[279,2,284,3]},{"path":[4,38,3,2,1],"span":[279,10,14]},{"path":[4,38,3,2,2,0],"span":[280,4,18]},{"path":[4,38,3,2,2,0,5],"span":[280,4,10]},{"path":[4,38,3,2,2,0,1],"span":[280,11,13]},{"path":[4,38,3,2,2,0,3],"span":[280,16,17]},{"path":[4,38,3,2,2,1],"span":[281,4,45]},{"path":[4,38,3,2,2,1,4],"span":[281,4,12]},{"path":[4,38,3,2,2,1,6],"span":[281,13,32]},{"path":[4,38,3,2,2,1,1],"span":[281,33,40]},{"path":[4,38,3,2,2,1,3],"span":[281,43,44]},{"path":[4,38,3,2,2,2],"span":[282,4,39]},{"path":[4,38,3,2,2,2,4],"span":[282,4,12]},{"path":[4,38,3,2,2,2,6],"span":[282,13,20]},{"path":[4,38,3,2,2,2,1],"span":[282,21,34]},{"path":[4,38,3,2,2,2,3],"span":[282,37,38]},{"path":[4,38,3,2,2,3],"span":[283,4,30]},{"path":[4,38,3,2,2,3,4],"span":[283,4,12]},{"path":[4,38,3,2,2,3,6],"span":[283,13,18]},{"path":[4,38,3,2,2,3,1],"span":[283,19,25]},{"path":[4,38,3,2,2,3,3],"span":[283,28,29]},{"path":[4,38,2,0],"span":[286,2,26]},{"path":[4,38,2,0,4],"span":[286,2,10]},{"path":[4,38,2,0,6],"span":[286,11,15]},{"path":[4,38,2,0,1],"span":[286,16,21]},{"path":[4,38,2,0,3],"span":[286,24,25]},{"path":[4,39],"span":[289,0,291,1]},{"path":[4,39,1],"span":[289,8,53]},{"path":[4,39,2,0],"span":[290,2,35]},{"path":[4,39,2,0,5],"span":[290,2,8]},{"path":[4,39,2,0,1],"span":[290,9,30]},{"path":[4,39,2,0,3],"span":[290,33,34]},{"path":[4,40],"span":[293,0,296,1]},{"path":[4,40,1],"span":[293,8,54]},{"path":[4,40,2,0],"span":[294,2,21]},{"path":[4,40,2,0,5],"span":[294,2,8]},{"path":[4,40,2,0,1],"span":[294,9,16]},{"path":[4,40,2,0,3],"span":[294,19,20]},{"path":[4,40,2,1],"span":[295,2,28]},{"path":[4,40,2,1,5],"span":[295,2,8]},{"path":[4,40,2,1,1],"span":[295,9,23]},{"path":[4,40,2,1,3],"span":[295,26,27]},{"path":[4,41],"span":[298,0,315,1]},{"path":[4,41,1],"span":[298,8,34]},{"path":[4,41,2,0],"span":[299,2,30]},{"path":[4,41,2,0,5],"span":[299,2,8]},{"path":[4,41,2,0,1],"span":[299,9,25]},{"path":[4,41,2,0,3],"span":[299,28,29]},{"path":[4,41,2,1],"span":[300,2,39]},{"path":[4,41,2,1,5],"span":[300,2,8]},{"path":[4,41,2,1,1],"span":[300,9,14]},{"path":[4,41,2,1,3],"span":[300,17,18]},{"path":[4,41,2,1,8],"span":[300,19,38]},{"path":[4,41,2,1,8,3],"span":[300,20,37]},{"path":[4,41,3,0],"span":[302,2,307,3]},{"path":[4,41,3,0,1],"span":[302,10,22]},{"path":[4,41,3,0,2,0],"span":[303,4,20]},{"path":[4,41,3,0,2,0,5],"span":[303,4,10]},{"path":[4,41,3,0,2,0,1],"span":[303,11,15]},{"path":[4,41,3,0,2,0,3],"span":[303,18,19]},{"path":[4,41,3,0,2,1],"span":[304,4,44]},{"path":[4,41,3,0,2,1,5],"span":[304,4,10]},{"path":[4,41,3,0,2,1,1],"span":[304,11,19]},{"path":[4,41,3,0,2,1,3],"span":[304,22,23]},{"path":[4,41,3,0,2,1,8],"span":[304,24,43]},{"path":[4,41,3,0,2,1,8,3],"span":[304,25,42]},{"path":[4,41,3,0,2,2],"span":[305,4,25]},{"path":[4,41,3,0,2,2,5],"span":[305,4,10]},{"path":[4,41,3,0,2,2,1],"span":[305,11,20]},{"path":[4,41,3,0,2,2,3],"span":[305,23,24]},{"path":[4,41,3,0,2,3],"span":[306,4,23]},{"path":[4,41,3,0,2,3,5],"span":[306,4,10]},{"path":[4,41,3,0,2,3,1],"span":[306,11,18]},{"path":[4,41,3,0,2,3,3],"span":[306,21,22]},{"path":[4,41,2,2],"span":[308,2,35]},{"path":[4,41,2,2,4],"span":[308,2,10]},{"path":[4,41,2,2,6],"span":[308,11,23]},{"path":[4,41,2,2,1],"span":[308,24,30]},{"path":[4,41,2,2,3],"span":[308,33,34]},{"path":[4,41,2,3],"span":[310,2,25]},{"path":[4,41,2,3,5],"span":[310,2,8]},{"path":[4,41,2,3,1],"span":[310,9,20]},{"path":[4,41,2,3,3],"span":[310,23,24]},{"path":[4,41,2,4],"span":[311,2,26]},{"path":[4,41,2,4,5],"span":[311,2,8]},{"path":[4,41,2,4,1],"span":[311,9,21]},{"path":[4,41,2,4,3],"span":[311,24,25]},{"path":[4,41,2,5],"span":[312,2,45]},{"path":[4,41,2,5,5],"span":[312,2,8]},{"path":[4,41,2,5,1],"span":[312,9,20]},{"path":[4,41,2,5,3],"span":[312,23,24]},{"path":[4,41,2,5,8],"span":[312,25,44]},{"path":[4,41,2,5,8,3],"span":[312,26,43]},{"path":[4,41,2,6],"span":[313,2,24]},{"path":[4,41,2,6,5],"span":[313,2,8]},{"path":[4,41,2,6,1],"span":[313,9,19]},{"path":[4,41,2,6,3],"span":[313,22,23]},{"path":[4,41,2,7],"span":[314,2,28]},{"path":[4,41,2,7,5],"span":[314,2,8]},{"path":[4,41,2,7,1],"span":[314,9,23]},{"path":[4,41,2,7,3],"span":[314,26,27]},{"path":[4,42],"span":[317,0,319,1]},{"path":[4,42,1],"span":[317,8,35]},{"path":[4,42,2,0],"span":[318,2,21]},{"path":[4,42,2,0,5],"span":[318,2,6]},{"path":[4,42,2,0,1],"span":[318,7,16]},{"path":[4,42,2,0,3],"span":[318,19,20]},{"path":[4,43],"span":[321,0,323,1]},{"path":[4,43,1],"span":[321,8,12]},{"path":[4,43,2,0],"span":[322,2,16]},{"path":[4,43,2,0,5],"span":[322,2,8]},{"path":[4,43,2,0,1],"span":[322,9,11]},{"path":[4,43,2,0,3],"span":[322,14,15]},{"path":[4,44],"span":[325,0,328,1]},{"path":[4,44,1],"span":[325,8,30]},{"path":[4,44,2,0],"span":[326,2,28]},{"path":[4,44,2,0,5],"span":[326,2,8]},{"path":[4,44,2,0,1],"span":[326,9,23]},{"path":[4,44,2,0,3],"span":[326,26,27]},{"path":[4,44,2,1],"span":[327,2,22]},{"path":[4,44,2,1,5],"span":[327,2,8]},{"path":[4,44,2,1,1],"span":[327,9,17]},{"path":[4,44,2,1,3],"span":[327,20,21]},{"path":[4,45],"span":[330,0,332,1]},{"path":[4,45,1],"span":[330,8,31]},{"path":[4,45,2,0],"span":[331,2,25]},{"path":[4,45,2,0,4],"span":[331,2,10]},{"path":[4,45,2,0,6],"span":[331,11,15]},{"path":[4,45,2,0,1],"span":[331,16,20]},{"path":[4,45,2,0,3],"span":[331,23,24]},{"path":[4,46],"span":[334,0,336,1]},{"path":[4,46,1],"span":[334,8,36]},{"path":[4,46,2,0],"span":[335,2,21]},{"path":[4,46,2,0,5],"span":[335,2,8]},{"path":[4,46,2,0,1],"span":[335,9,16]},{"path":[4,46,2,0,3],"span":[335,19,20]},{"path":[4,47],"span":[338,0,340,1]},{"path":[4,47,1],"span":[338,8,37]},{"path":[4,47,2,0],"span":[339,2,34]},{"path":[4,47,2,0,4],"span":[339,2,10]},{"path":[4,47,2,0,5],"span":[339,11,17]},{"path":[4,47,2,0,1],"span":[339,18,29]},{"path":[4,47,2,0,3],"span":[339,32,33]},{"path":[4,48],"span":[342,0,345,1]},{"path":[4,48,1],"span":[342,8,40]},{"path":[4,48,2,0],"span":[343,2,28]},{"path":[4,48,2,0,5],"span":[343,2,8]},{"path":[4,48,2,0,1],"span":[343,9,23]},{"path":[4,48,2,0,3],"span":[343,26,27]},{"path":[4,48,2,1],"span":[344,2,24]},{"path":[4,48,2,1,5],"span":[344,2,8]},{"path":[4,48,2,1,1],"span":[344,9,19]},{"path":[4,48,2,1,3],"span":[344,22,23]},{"path":[4,49],"span":[347,0,349,1]},{"path":[4,49,1],"span":[347,8,41]},{"path":[4,49,2,0],"span":[348,2,22]},{"path":[4,49,2,0,5],"span":[348,2,6]},{"path":[4,49,2,0,1],"span":[348,7,17]},{"path":[4,49,2,0,3],"span":[348,20,21]},{"path":[5,3],"span":[351,0,358,1]},{"path":[5,3,1],"span":[351,5,21]},{"path":[5,3,2,0],"span":[352,2,43]},{"path":[5,3,2,0,1],"span":[352,2,38]},{"path":[5,3,2,0,2],"span":[352,41,42]},{"path":[5,3,2,1],"span":[353,2,36]},{"path":[5,3,2,1,1],"span":[353,2,31]},{"path":[5,3,2,1,2],"span":[353,34,35]},{"path":[5,3,2,2],"span":[354,2,39]},{"path":[5,3,2,2,1],"span":[354,2,34]},{"path":[5,3,2,2,2],"span":[354,37,38]},{"path":[5,3,2,3],"span":[355,2,38]},{"path":[5,3,2,3,1],"span":[355,2,33]},{"path":[5,3,2,3,2],"span":[355,36,37]},{"path":[5,3,2,4],"span":[356,2,34]},{"path":[5,3,2,4,1],"span":[356,2,29]},{"path":[5,3,2,4,2],"span":[356,32,33]},{"path":[5,3,2,5],"span":[357,2,41]},{"path":[5,3,2,5,1],"span":[357,2,36]},{"path":[5,3,2,5,2],"span":[357,39,40]},{"path":[4,50],"span":[360,0,367,1]},{"path":[4,50,1],"span":[360,8,20]},{"path":[4,50,2,0],"span":[361,2,16]},{"path":[4,50,2,0,5],"span":[361,2,8]},{"path":[4,50,2,0,1],"span":[361,9,11]},{"path":[4,50,2,0,3],"span":[361,14,15]},{"path":[4,50,2,1],"span":[362,2,21]},{"path":[4,50,2,1,5],"span":[362,2,8]},{"path":[4,50,2,1,1],"span":[362,9,16]},{"path":[4,50,2,1,3],"span":[362,19,20]},{"path":[4,50,2,2],"span":[363,2,28]},{"path":[4,50,2,2,6],"span":[363,2,18]},{"path":[4,50,2,2,1],"span":[363,19,23]},{"path":[4,50,2,2,3],"span":[363,26,27]},{"path":[4,50,2,3],"span":[364,2,25]},{"path":[4,50,2,3,5],"span":[364,2,7]},{"path":[4,50,2,3,1],"span":[364,8,20]},{"path":[4,50,2,3,3],"span":[364,23,24]},{"path":[4,50,2,4],"span":[365,2,29]},{"path":[4,50,2,4,5],"span":[365,2,8]},{"path":[4,50,2,4,1],"span":[365,9,24]},{"path":[4,50,2,4,3],"span":[365,27,28]},{"path":[4,50,2,5],"span":[366,2,24]},{"path":[4,50,2,5,5],"span":[366,2,8]},{"path":[4,50,2,5,1],"span":[366,9,19]},{"path":[4,50,2,5,3],"span":[366,22,23]},{"path":[4,51],"span":[369,0,374,1]},{"path":[4,51,1],"span":[369,8,37]},{"path":[4,51,2,0],"span":[370,2,21]},{"path":[4,51,2,0,5],"span":[370,2,8]},{"path":[4,51,2,0,1],"span":[370,9,16]},{"path":[4,51,2,0,3],"span":[370,19,20]},{"path":[4,51,2,1],"span":[371,2,28]},{"path":[4,51,2,1,6],"span":[371,2,18]},{"path":[4,51,2,1,1],"span":[371,19,23]},{"path":[4,51,2,1,3],"span":[371,26,27]},{"path":[4,51,2,2],"span":[372,2,25]},{"path":[4,51,2,2,5],"span":[372,2,7]},{"path":[4,51,2,2,1],"span":[372,8,20]},{"path":[4,51,2,2,3],"span":[372,23,24]},{"path":[4,51,2,3],"span":[373,2,29]},{"path":[4,51,2,3,5],"span":[373,2,8]},{"path":[4,51,2,3,1],"span":[373,9,24]},{"path":[4,51,2,3,3],"span":[373,27,28]},{"path":[4,52],"span":[376,0,378,1]},{"path":[4,52,1],"span":[376,8,38]},{"path":[4,52,2,0],"span":[377,2,32]},{"path":[4,52,2,0,6],"span":[377,2,14]},{"path":[4,52,2,0,1],"span":[377,15,27]},{"path":[4,52,2,0,3],"span":[377,30,31]},{"path":[6,0],"span":[380,0,426,1]},{"path":[6,0,1],"span":[380,8,19]},{"path":[6,0,2,0],"span":[381,2,121]},{"path":[6,0,2,0,1],"span":[381,6,34]},{"path":[6,0,2,0,2],"span":[381,35,70]},{"path":[6,0,2,0,3],"span":[381,81,117]},{"path":[6,0,2,1],"span":[383,2,100]},{"path":[6,0,2,1,1],"span":[383,6,27]},{"path":[6,0,2,1,2],"span":[383,28,56]},{"path":[6,0,2,1,3],"span":[383,67,96]},{"path":[6,0,2,2],"span":[385,2,106]},{"path":[6,0,2,2,1],"span":[385,6,29]},{"path":[6,0,2,2,2],"span":[385,30,60]},{"path":[6,0,2,2,3],"span":[385,71,102]},{"path":[6,0,2,3],"span":[387,2,115]},{"path":[6,0,2,3,1],"span":[387,6,32]},{"path":[6,0,2,3,2],"span":[387,33,66]},{"path":[6,0,2,3,3],"span":[387,77,111]},{"path":[6,0,2,4],"span":[389,2,76]},{"path":[6,0,2,4,1],"span":[389,6,19]},{"path":[6,0,2,4,2],"span":[389,20,40]},{"path":[6,0,2,4,3],"span":[389,51,72]},{"path":[6,0,2,5],"span":[391,2,76]},{"path":[6,0,2,5,1],"span":[391,6,19]},{"path":[6,0,2,5,2],"span":[391,20,40]},{"path":[6,0,2,5,3],"span":[391,51,72]},{"path":[6,0,2,6],"span":[393,2,97]},{"path":[6,0,2,6,1],"span":[393,6,26]},{"path":[6,0,2,6,2],"span":[393,27,54]},{"path":[6,0,2,6,3],"span":[393,65,93]},{"path":[6,0,2,7],"span":[395,2,88]},{"path":[6,0,2,7,1],"span":[395,6,23]},{"path":[6,0,2,7,2],"span":[395,24,48]},{"path":[6,0,2,7,3],"span":[395,59,84]},{"path":[6,0,2,8],"span":[397,2,97]},{"path":[6,0,2,8,1],"span":[397,6,28]},{"path":[6,0,2,8,2],"span":[397,29,58]},{"path":[6,0,2,8,3],"span":[397,69,93]},{"path":[6,0,2,9],"span":[399,2,97]},{"path":[6,0,2,9,1],"span":[399,6,26]},{"path":[6,0,2,9,2],"span":[399,27,54]},{"path":[6,0,2,9,3],"span":[399,65,93]},{"path":[6,0,2,10],"span":[401,2,106]},{"path":[6,0,2,10,1],"span":[401,6,29]},{"path":[6,0,2,10,2],"span":[401,30,60]},{"path":[6,0,2,10,3],"span":[401,71,102]},{"path":[6,0,2,11],"span":[403,2,106]},{"path":[6,0,2,11,1],"span":[403,6,29]},{"path":[6,0,2,11,2],"span":[403,30,60]},{"path":[6,0,2,11,3],"span":[403,71,102]},{"path":[6,0,2,12],"span":[405,2,115]},{"path":[6,0,2,12,1],"span":[405,6,32]},{"path":[6,0,2,12,2],"span":[405,33,66]},{"path":[6,0,2,12,3],"span":[405,77,111]},{"path":[6,0,2,13],"span":[407,2,106]},{"path":[6,0,2,13,1],"span":[407,6,29]},{"path":[6,0,2,13,2],"span":[407,30,60]},{"path":[6,0,2,13,3],"span":[407,71,102]},{"path":[6,0,2,14],"span":[409,2,112]},{"path":[6,0,2,14,1],"span":[409,6,31]},{"path":[6,0,2,14,2],"span":[409,32,64]},{"path":[6,0,2,14,3],"span":[409,75,108]},{"path":[6,0,2,15],"span":[411,2,130]},{"path":[6,0,2,15,1],"span":[411,6,37]},{"path":[6,0,2,15,2],"span":[411,38,76]},{"path":[6,0,2,15,3],"span":[411,87,126]},{"path":[6,0,2,16],"span":[413,2,91]},{"path":[6,0,2,16,1],"span":[413,6,24]},{"path":[6,0,2,16,2],"span":[413,25,50]},{"path":[6,0,2,16,3],"span":[413,61,87]},{"path":[6,0,2,17],"span":[415,2,151]},{"path":[6,0,2,17,1],"span":[415,6,44]},{"path":[6,0,2,17,2],"span":[415,45,90]},{"path":[6,0,2,17,3],"span":[415,101,147]},{"path":[6,0,2,18],"span":[417,2,99]},{"path":[6,0,2,18,1],"span":[417,6,30]},{"path":[6,0,2,18,2],"span":[417,31,57]},{"path":[6,0,2,18,3],"span":[417,68,95]},{"path":[6,0,2,19],"span":[419,2,100]},{"path":[6,0,2,19,1],"span":[419,6,39]},{"path":[6,0,2,19,2],"span":[419,40,62]},{"path":[6,0,2,19,3],"span":[419,73,96]},{"path":[6,0,2,20],"span":[421,2,100]},{"path":[6,0,2,20,1],"span":[421,6,27]},{"path":[6,0,2,20,2],"span":[421,28,56]},{"path":[6,0,2,20,3],"span":[421,67,96]},{"path":[6,0,2,21],"span":[423,2,112]},{"path":[6,0,2,21,1],"span":[423,6,31]},{"path":[6,0,2,21,2],"span":[423,32,64]},{"path":[6,0,2,21,3],"span":[423,75,108]},{"path":[6,0,2,22],"span":[425,2,103]},{"path":[6,0,2,22,1],"span":[425,6,28]},{"path":[6,0,2,22,2],"span":[425,29,58]},{"path":[6,0,2,22,3],"span":[425,69,99]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -14,11 +14,13 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
14
14
  listAuthorizedLinkProfiles: IMultitenantService_IListAuthorizedLinkProfiles;
15
15
  patchSiteMode: IMultitenantService_IPatchSiteMode;
16
16
  createInstall: IMultitenantService_ICreateInstall;
17
+ createAndLinkInstall: IMultitenantService_ICreateAndLinkInstall;
17
18
  getInstallsBySite: IMultitenantService_IGetInstallsBySite;
18
19
  getInstallsCountBySite: IMultitenantService_IGetInstallsCountBySite;
19
20
  getInstallbyClientId: IMultitenantService_IGetInstallbyClientId;
20
21
  updateInstallByClientId: IMultitenantService_IUpdateInstallByClientId;
21
22
  rotateInstallByClientId: IMultitenantService_IRotateInstallByClientId;
23
+ linkTrialInstallByClientId: IMultitenantService_ILinkTrialInstallByClientId;
22
24
  unlinkInstallByClientId: IMultitenantService_IUnlinkInstallByClientId;
23
25
  removeInstallDataBySiteId: IMultitenantService_IRemoveInstallDataBySiteId;
24
26
  getDuplicatedInstallsByGlobalId: IMultitenantService_IGetDuplicatedInstallsByGlobalId;
@@ -85,6 +87,15 @@ interface IMultitenantService_ICreateInstall extends grpc.MethodDefinition<multi
85
87
  responseSerialize: grpc.serialize<multitenant_pb.CreateInstallResponse>;
86
88
  responseDeserialize: grpc.deserialize<multitenant_pb.CreateInstallResponse>;
87
89
  }
90
+ interface IMultitenantService_ICreateAndLinkInstall extends grpc.MethodDefinition<multitenant_pb.CreateAndLinkInstallRequest, multitenant_pb.CreateAndLinkInstallResponse> {
91
+ path: "/lansweeper.multitenant.v1.Multitenant/CreateAndLinkInstall";
92
+ requestStream: false;
93
+ responseStream: false;
94
+ requestSerialize: grpc.serialize<multitenant_pb.CreateAndLinkInstallRequest>;
95
+ requestDeserialize: grpc.deserialize<multitenant_pb.CreateAndLinkInstallRequest>;
96
+ responseSerialize: grpc.serialize<multitenant_pb.CreateAndLinkInstallResponse>;
97
+ responseDeserialize: grpc.deserialize<multitenant_pb.CreateAndLinkInstallResponse>;
98
+ }
88
99
  interface IMultitenantService_IGetInstallsBySite extends grpc.MethodDefinition<multitenant_pb.GetInstallsBySiteRequest, multitenant_pb.GetInstallsBySiteResponse> {
89
100
  path: "/lansweeper.multitenant.v1.Multitenant/GetInstallsBySite";
90
101
  requestStream: false;
@@ -130,6 +141,15 @@ interface IMultitenantService_IRotateInstallByClientId extends grpc.MethodDefini
130
141
  responseSerialize: grpc.serialize<multitenant_pb.RotateInstallByClientIdResponse>;
131
142
  responseDeserialize: grpc.deserialize<multitenant_pb.RotateInstallByClientIdResponse>;
132
143
  }
144
+ interface IMultitenantService_ILinkTrialInstallByClientId extends grpc.MethodDefinition<multitenant_pb.LinkTrialInstallByClientIdRequest, multitenant_pb.LinkTrialInstallByClientIdResponse> {
145
+ path: "/lansweeper.multitenant.v1.Multitenant/LinkTrialInstallByClientId";
146
+ requestStream: false;
147
+ responseStream: false;
148
+ requestSerialize: grpc.serialize<multitenant_pb.LinkTrialInstallByClientIdRequest>;
149
+ requestDeserialize: grpc.deserialize<multitenant_pb.LinkTrialInstallByClientIdRequest>;
150
+ responseSerialize: grpc.serialize<multitenant_pb.LinkTrialInstallByClientIdResponse>;
151
+ responseDeserialize: grpc.deserialize<multitenant_pb.LinkTrialInstallByClientIdResponse>;
152
+ }
133
153
  interface IMultitenantService_IUnlinkInstallByClientId extends grpc.MethodDefinition<multitenant_pb.UnlinkInstallByClientIdRequest, multitenant_pb.UnlinkInstallByClientIdResponse> {
134
154
  path: "/lansweeper.multitenant.v1.Multitenant/UnlinkInstallByClientId";
135
155
  requestStream: false;
@@ -230,11 +250,13 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
230
250
  listAuthorizedLinkProfiles: grpc.handleUnaryCall<multitenant_pb.ListAuthorizedLinkProfilesRequest, multitenant_pb.ListAuthorizedLinkProfilesResponse>;
231
251
  patchSiteMode: grpc.handleUnaryCall<multitenant_pb.PatchSiteModeRequest, multitenant_pb.PatchSiteModeResponse>;
232
252
  createInstall: grpc.handleUnaryCall<multitenant_pb.CreateInstallRequest, multitenant_pb.CreateInstallResponse>;
253
+ createAndLinkInstall: grpc.handleUnaryCall<multitenant_pb.CreateAndLinkInstallRequest, multitenant_pb.CreateAndLinkInstallResponse>;
233
254
  getInstallsBySite: grpc.handleUnaryCall<multitenant_pb.GetInstallsBySiteRequest, multitenant_pb.GetInstallsBySiteResponse>;
234
255
  getInstallsCountBySite: grpc.handleUnaryCall<multitenant_pb.GetInstallsCountBySiteRequest, multitenant_pb.GetInstallsCountResponse>;
235
256
  getInstallbyClientId: grpc.handleUnaryCall<multitenant_pb.GetInstallbyClientIdRequest, multitenant_pb.GetInstallbyClientIdResponse>;
236
257
  updateInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UpdateInstallByClientIdRequest, multitenant_pb.UpdateInstallByClientIdResponse>;
237
258
  rotateInstallByClientId: grpc.handleUnaryCall<multitenant_pb.RotateInstallByClientIdRequest, multitenant_pb.RotateInstallByClientIdResponse>;
259
+ linkTrialInstallByClientId: grpc.handleUnaryCall<multitenant_pb.LinkTrialInstallByClientIdRequest, multitenant_pb.LinkTrialInstallByClientIdResponse>;
238
260
  unlinkInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UnlinkInstallByClientIdRequest, multitenant_pb.UnlinkInstallByClientIdResponse>;
239
261
  removeInstallDataBySiteId: grpc.handleUnaryCall<multitenant_pb.RemoveInstallDataBySiteIdRequest, multitenant_pb.RemoveInstallDataBySiteIdResponse>;
240
262
  getDuplicatedInstallsByGlobalId: grpc.handleUnaryCall<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
@@ -266,6 +288,9 @@ export interface IMultitenantClient {
266
288
  createInstall(request: multitenant_pb.CreateInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
267
289
  createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
268
290
  createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
291
+ createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
292
+ createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
293
+ createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
269
294
  getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
270
295
  getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
271
296
  getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
@@ -281,6 +306,9 @@ export interface IMultitenantClient {
281
306
  rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
282
307
  rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
283
308
  rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
309
+ linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
310
+ linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
311
+ linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
284
312
  unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
285
313
  unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
286
314
  unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
@@ -333,6 +361,9 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
333
361
  public createInstall(request: multitenant_pb.CreateInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
334
362
  public createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
335
363
  public createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
364
+ public createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
365
+ public createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
366
+ public createAndLinkInstall(request: multitenant_pb.CreateAndLinkInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateAndLinkInstallResponse) => void): grpc.ClientUnaryCall;
336
367
  public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
337
368
  public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
338
369
  public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
@@ -348,6 +379,9 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
348
379
  public rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
349
380
  public rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
350
381
  public rotateInstallByClientId(request: multitenant_pb.RotateInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RotateInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
382
+ public linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
383
+ public linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
384
+ public linkTrialInstallByClientId(request: multitenant_pb.LinkTrialInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.LinkTrialInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
351
385
  public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
352
386
  public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
353
387
  public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;