@lansweeper/multitenant-api-grpc 0.4.19 → 0.4.20
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.20](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.19...@lansweeper/multitenant-api-grpc@0.4.20) (2023-01-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.19](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.18...@lansweeper/multitenant-api-grpc@0.4.19) (2022-12-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"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":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"}]},{"name":"CreateAndLinkInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"created_by","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdBy"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"updated_by","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,463,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,113,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,21]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,16]},{"path":[4,13,2,1,3],"span":[98,19,20]},{"path":[4,13,2,2],"span":[99,2,26]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,21]},{"path":[4,13,2,2,3],"span":[99,24,25]},{"path":[4,13,2,3],"span":[100,2,25]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,20]},{"path":[4,13,2,3,3],"span":[100,23,24]},{"path":[4,13,2,4],"span":[101,2,20]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,15]},{"path":[4,13,2,4,3],"span":[101,18,19]},{"path":[4,13,2,5],"span":[102,2,18]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,13]},{"path":[4,13,2,5,3],"span":[102,16,17]},{"path":[4,13,2,6],"span":[103,2,27]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,22]},{"path":[4,13,2,6,3],"span":[103,25,26]},{"path":[4,13,2,7],"span":[104,2,23]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,18]},{"path":[4,13,2,7,3],"span":[104,21,22]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,13,2,10],"span":[111,2,22]},{"path":[4,13,2,10,5],"span":[111,2,8]},{"path":[4,13,2,10,1],"span":[111,9,16]},{"path":[4,13,2,10,3],"span":[111,19,21]},{"path":[4,13,2,11],"span":[112,2,19]},{"path":[4,13,2,11,5],"span":[112,2,8]},{"path":[4,13,2,11,1],"span":[112,9,13]},{"path":[4,13,2,11,3],"span":[112,16,18]},{"path":[4,14],"span":[115,0,118,1]},{"path":[4,14,1],"span":[115,8,26]},{"path":[4,14,2,0],"span":[116,2,23]},{"path":[4,14,2,0,5],"span":[116,2,8]},{"path":[4,14,2,0,1],"span":[116,9,18]},{"path":[4,14,2,0,3],"span":[116,21,22]},{"path":[4,14,2,1],"span":[117,2,27]},{"path":[4,14,2,1,5],"span":[117,2,8]},{"path":[4,14,2,1,1],"span":[117,9,22]},{"path":[4,14,2,1,3],"span":[117,25,26]},{"path":[4,15],"span":[120,0,122,1]},{"path":[4,15,1],"span":[120,8,37]},{"path":[4,15,2,0],"span":[121,2,21]},{"path":[4,15,2,0,5],"span":[121,2,8]},{"path":[4,15,2,0,1],"span":[121,9,16]},{"path":[4,15,2,0,3],"span":[121,19,20]},{"path":[4,16],"span":[124,0,126,1]},{"path":[4,16,1],"span":[124,8,32]},{"path":[4,16,2,0],"span":[125,2,18]},{"path":[4,16,2,0,5],"span":[125,2,7]},{"path":[4,16,2,0,1],"span":[125,8,13]},{"path":[4,16,2,0,3],"span":[125,16,17]},{"path":[4,17],"span":[128,0,130,1]},{"path":[4,17,1],"span":[128,8,30]},{"path":[4,17,2,0],"span":[129,2,34]},{"path":[4,17,2,0,4],"span":[129,2,10]},{"path":[4,17,2,0,5],"span":[129,11,17]},{"path":[4,17,2,0,1],"span":[129,18,29]},{"path":[4,17,2,0,3],"span":[129,32,33]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,31]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,142,1]},{"path":[4,19,1],"span":[136,8,32]},{"path":[4,19,2,0],"span":[137,2,21]},{"path":[4,19,2,0,5],"span":[137,2,8]},{"path":[4,19,2,0,1],"span":[137,9,16]},{"path":[4,19,2,0,3],"span":[137,19,20]},{"path":[4,19,3,0],"span":[138,2,140,3]},{"path":[4,19,3,0,1],"span":[138,10,16]},{"path":[4,19,3,0,2,0],"span":[139,4,32]},{"path":[4,19,3,0,2,0,6],"span":[139,4,21]},{"path":[4,19,3,0,2,0,1],"span":[139,22,27]},{"path":[4,19,3,0,2,0,3],"span":[139,30,31]},{"path":[4,19,2,1],"span":[141,2,20]},{"path":[4,19,2,1,6],"span":[141,2,8]},{"path":[4,19,2,1,1],"span":[141,9,15]},{"path":[4,19,2,1,3],"span":[141,18,19]},{"path":[4,20],"span":[144,0,146,1]},{"path":[4,20,1],"span":[144,8,33]},{"path":[4,20,2,0],"span":[145,2,31]},{"path":[4,20,2,0,4],"span":[145,2,10]},{"path":[4,20,2,0,6],"span":[145,11,18]},{"path":[4,20,2,0,1],"span":[145,19,26]},{"path":[4,20,2,0,3],"span":[145,29,30]},{"path":[4,21],"span":[148,0,150,1]},{"path":[4,21,1],"span":[148,8,35]},{"path":[4,21,2,0],"span":[149,2,23]},{"path":[4,21,2,0,5],"span":[149,2,8]},{"path":[4,21,2,0,1],"span":[149,9,18]},{"path":[4,21,2,0,3],"span":[149,21,22]},{"path":[4,22],"span":[152,0,154,1]},{"path":[4,22,1],"span":[152,8,36]},{"path":[4,22,2,0],"span":[153,2,22]},{"path":[4,22,2,0,6],"span":[153,2,9]},{"path":[4,22,2,0,1],"span":[153,10,17]},{"path":[4,22,2,0,3],"span":[153,20,21]},{"path":[4,23],"span":[156,0,168,1]},{"path":[4,23,1],"span":[156,8,28]},{"path":[4,23,9],"span":[157,2,13]},{"path":[4,23,9,0],"span":[157,11,12]},{"path":[4,23,9,0,1],"span":[157,11,12]},{"path":[4,23,2,0],"span":[158,2,21]},{"path":[4,23,2,0,5],"span":[158,2,8]},{"path":[4,23,2,0,1],"span":[158,9,16]},{"path":[4,23,2,0,3],"span":[158,19,20]},{"path":[4,23,2,1],"span":[159,2,26]},{"path":[4,23,2,1,5],"span":[159,2,8]},{"path":[4,23,2,1,1],"span":[159,9,21]},{"path":[4,23,2,1,3],"span":[159,24,25]},{"path":[4,23,2,2],"span":[160,2,25]},{"path":[4,23,2,2,5],"span":[160,2,8]},{"path":[4,23,2,2,1],"span":[160,9,20]},{"path":[4,23,2,2,3],"span":[160,23,24]},{"path":[4,23,2,3],"span":[161,2,20]},{"path":[4,23,2,3,5],"span":[161,2,8]},{"path":[4,23,2,3,1],"span":[161,9,15]},{"path":[4,23,2,3,3],"span":[161,18,19]},{"path":[4,23,2,4],"span":[162,2,18]},{"path":[4,23,2,4,5],"span":[162,2,8]},{"path":[4,23,2,4,1],"span":[162,9,13]},{"path":[4,23,2,4,3],"span":[162,16,17]},{"path":[4,23,2,5],"span":[163,2,27]},{"path":[4,23,2,5,5],"span":[163,2,8]},{"path":[4,23,2,5,1],"span":[163,9,22]},{"path":[4,23,2,5,3],"span":[163,25,26]},{"path":[4,23,2,6],"span":[165,2,28]},{"path":[4,23,2,6,5],"span":[165,2,6]},{"path":[4,23,2,6,1],"span":[165,7,23]},{"path":[4,23,2,6,3],"span":[165,26,27]},{"path":[4,23,2,7],"span":[166,2,23]},{"path":[4,23,2,7,5],"span":[166,2,8]},{"path":[4,23,2,7,1],"span":[166,9,18]},{"path":[4,23,2,7,3],"span":[166,21,22]},{"path":[4,23,2,8],"span":[167,2,24]},{"path":[4,23,2,8,6],"span":[167,2,13]},{"path":[4,23,2,8,1],"span":[167,14,18]},{"path":[4,23,2,8,3],"span":[167,21,23]},{"path":[5,2],"span":[170,0,173,1]},{"path":[5,2,1],"span":[170,5,16]},{"path":[5,2,2,0],"span":[171,2,7]},{"path":[5,2,2,0,1],"span":[171,2,4]},{"path":[5,2,2,0,2],"span":[171,5,6]},{"path":[5,2,2,1],"span":[172,2,7]},{"path":[5,2,2,1,1],"span":[172,2,4]},{"path":[5,2,2,1,2],"span":[172,5,6]},{"path":[4,24],"span":[175,0,178,1]},{"path":[4,24,1],"span":[175,8,29]},{"path":[4,24,2,0],"span":[176,2,22]},{"path":[4,24,2,0,6],"span":[176,2,9]},{"path":[4,24,2,0,1],"span":[176,10,17]},{"path":[4,24,2,0,3],"span":[176,20,21]},{"path":[4,24,2,1],"span":[177,2,37]},{"path":[4,24,2,1,6],"span":[177,2,20]},{"path":[4,24,2,1,1],"span":[177,21,32]},{"path":[4,24,2,1,3],"span":[177,35,36]},{"path":[4,25],"span":[180,0,187,1]},{"path":[4,25,1],"span":[180,8,35]},{"path":[4,25,2,0],"span":[181,2,21]},{"path":[4,25,2,0,5],"span":[181,2,8]},{"path":[4,25,2,0,1],"span":[181,9,16]},{"path":[4,25,2,0,3],"span":[181,19,20]},{"path":[4,25,2,1],"span":[182,2,26]},{"path":[4,25,2,1,5],"span":[182,2,8]},{"path":[4,25,2,1,1],"span":[182,9,21]},{"path":[4,25,2,1,3],"span":[182,24,25]},{"path":[4,25,2,2],"span":[183,2,25]},{"path":[4,25,2,2,5],"span":[183,2,8]},{"path":[4,25,2,2,1],"span":[183,9,20]},{"path":[4,25,2,2,3],"span":[183,23,24]},{"path":[4,25,2,3],"span":[184,2,23]},{"path":[4,25,2,3,5],"span":[184,2,8]},{"path":[4,25,2,3,1],"span":[184,9,18]},{"path":[4,25,2,3,3],"span":[184,21,22]},{"path":[4,25,2,4],"span":[185,2,23]},{"path":[4,25,2,4,6],"span":[185,2,13]},{"path":[4,25,2,4,1],"span":[185,14,18]},{"path":[4,25,2,4,3],"span":[185,21,22]},{"path":[4,25,2,5],"span":[186,2,27]},{"path":[4,25,2,5,5],"span":[186,2,8]},{"path":[4,25,2,5,1],"span":[186,9,22]},{"path":[4,25,2,5,3],"span":[186,25,26]},{"path":[4,26],"span":[189,0,193,1]},{"path":[4,26,1],"span":[189,8,36]},{"path":[4,26,2,0],"span":[190,2,22]},{"path":[4,26,2,0,6],"span":[190,2,9]},{"path":[4,26,2,0,1],"span":[190,10,17]},{"path":[4,26,2,0,3],"span":[190,20,21]},{"path":[4,26,2,1],"span":[191,2,37]},{"path":[4,26,2,1,6],"span":[191,2,20]},{"path":[4,26,2,1,1],"span":[191,21,32]},{"path":[4,26,2,1,3],"span":[191,35,36]},{"path":[4,26,2,2],"span":[192,2,21]},{"path":[4,26,2,2,5],"span":[192,2,8]},{"path":[4,26,2,2,1],"span":[192,9,16]},{"path":[4,26,2,2,3],"span":[192,19,20]},{"path":[4,27],"span":[195,0,210,1]},{"path":[4,27,1],"span":[195,8,38]},{"path":[4,27,2,0],"span":[196,2,23]},{"path":[4,27,2,0,5],"span":[196,2,8]},{"path":[4,27,2,0,1],"span":[196,9,18]},{"path":[4,27,2,0,3],"span":[196,21,22]},{"path":[4,27,2,1],"span":[197,2,26]},{"path":[4,27,2,1,5],"span":[197,2,8]},{"path":[4,27,2,1,1],"span":[197,9,21]},{"path":[4,27,2,1,3],"span":[197,24,25]},{"path":[4,27,2,2],"span":[198,2,25]},{"path":[4,27,2,2,5],"span":[198,2,8]},{"path":[4,27,2,2,1],"span":[198,9,20]},{"path":[4,27,2,2,3],"span":[198,23,24]},{"path":[4,27,2,3],"span":[199,2,20]},{"path":[4,27,2,3,5],"span":[199,2,8]},{"path":[4,27,2,3,1],"span":[199,9,15]},{"path":[4,27,2,3,3],"span":[199,18,19]},{"path":[4,27,2,4],"span":[200,2,18]},{"path":[4,27,2,4,5],"span":[200,2,8]},{"path":[4,27,2,4,1],"span":[200,9,13]},{"path":[4,27,2,4,3],"span":[200,16,17]},{"path":[4,27,3,0],"span":[202,2,207,3]},{"path":[4,27,3,0,1],"span":[202,10,24]},{"path":[4,27,3,0,2,0],"span":[203,4,41]},{"path":[4,27,3,0,2,0,5],"span":[203,4,10]},{"path":[4,27,3,0,2,0,1],"span":[203,11,36]},{"path":[4,27,3,0,2,0,3],"span":[203,39,40]},{"path":[4,27,3,0,2,1],"span":[204,4,47]},{"path":[4,27,3,0,2,1,5],"span":[204,4,10]},{"path":[4,27,3,0,2,1,1],"span":[204,11,42]},{"path":[4,27,3,0,2,1,3],"span":[204,45,46]},{"path":[4,27,3,0,2,2],"span":[205,4,45]},{"path":[4,27,3,0,2,2,5],"span":[205,4,10]},{"path":[4,27,3,0,2,2,1],"span":[205,11,40]},{"path":[4,27,3,0,2,2,3],"span":[205,43,44]},{"path":[4,27,3,0,2,3],"span":[206,4,40]},{"path":[4,27,3,0,2,3,5],"span":[206,4,10]},{"path":[4,27,3,0,2,3,1],"span":[206,11,35]},{"path":[4,27,3,0,2,3,3],"span":[206,38,39]},{"path":[4,27,2,5],"span":[209,2,37]},{"path":[4,27,2,5,6],"span":[209,2,16]},{"path":[4,27,2,5,1],"span":[209,17,32]},{"path":[4,27,2,5,3],"span":[209,35,36]},{"path":[4,28],"span":[212,0,214,1]},{"path":[4,28,1],"span":[212,8,39]},{"path":[4,28,2,0],"span":[213,2,22]},{"path":[4,28,2,0,6],"span":[213,2,9]},{"path":[4,28,2,0,1],"span":[213,10,17]},{"path":[4,28,2,0,3],"span":[213,20,21]},{"path":[4,29],"span":[216,0,219,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,30],"span":[221,0,226,1]},{"path":[4,30,1],"span":[221,8,39]},{"path":[4,30,2,0],"span":[222,2,19]},{"path":[4,30,2,0,5],"span":[222,2,6]},{"path":[4,30,2,0,1],"span":[222,7,14]},{"path":[4,30,2,0,3],"span":[222,17,18]},{"path":[4,30,2,1],"span":[223,2,21]},{"path":[4,30,2,1,5],"span":[223,2,8]},{"path":[4,30,2,1,1],"span":[223,9,16]},{"path":[4,30,2,1,3],"span":[223,19,20]},{"path":[4,30,2,2],"span":[224,2,28]},{"path":[4,30,2,2,5],"span":[224,2,8]},{"path":[4,30,2,2,1],"span":[224,9,23]},{"path":[4,30,2,2,3],"span":[224,26,27]},{"path":[4,30,2,3],"span":[225,2,28]},{"path":[4,30,2,3,5],"span":[225,2,8]},{"path":[4,30,2,3,1],"span":[225,9,23]},{"path":[4,30,2,3,3],"span":[225,26,27]},{"path":[4,31],"span":[228,0,233,1]},{"path":[4,31,1],"span":[228,8,38]},{"path":[4,31,2,0],"span":[229,2,23]},{"path":[4,31,2,0,5],"span":[229,2,8]},{"path":[4,31,2,0,1],"span":[229,9,18]},{"path":[4,31,2,0,3],"span":[229,21,22]},{"path":[4,31,2,1],"span":[230,2,22]},{"path":[4,31,2,1,5],"span":[230,2,8]},{"path":[4,31,2,1,1],"span":[230,9,17]},{"path":[4,31,2,1,3],"span":[230,20,21]},{"path":[4,31,2,2],"span":[231,2,23]},{"path":[4,31,2,2,5],"span":[231,2,6]},{"path":[4,31,2,2,1],"span":[231,7,18]},{"path":[4,31,2,2,3],"span":[231,21,22]},{"path":[4,31,2,3],"span":[232,2,23]},{"path":[4,31,2,3,5],"span":[232,2,6]},{"path":[4,31,2,3,1],"span":[232,7,18]},{"path":[4,31,2,3,3],"span":[232,21,22]},{"path":[4,32],"span":[235,0,237,1]},{"path":[4,32,1],"span":[235,8,39]},{"path":[4,32,2,0],"span":[236,2,19]},{"path":[4,32,2,0,5],"span":[236,2,6]},{"path":[4,32,2,0,1],"span":[236,7,14]},{"path":[4,32,2,0,3],"span":[236,17,18]},{"path":[4,33],"span":[239,0,245,1]},{"path":[4,33,1],"span":[239,8,41]},{"path":[4,33,2,0],"span":[240,2,23]},{"path":[4,33,2,0,5],"span":[240,2,8]},{"path":[4,33,2,0,1],"span":[240,9,18]},{"path":[4,33,2,0,3],"span":[240,21,22]},{"path":[4,33,2,1],"span":[241,2,26]},{"path":[4,33,2,1,5],"span":[241,2,8]},{"path":[4,33,2,1,1],"span":[241,9,21]},{"path":[4,33,2,1,3],"span":[241,24,25]},{"path":[4,33,2,2],"span":[242,2,25]},{"path":[4,33,2,2,5],"span":[242,2,8]},{"path":[4,33,2,2,1],"span":[242,9,20]},{"path":[4,33,2,2,3],"span":[242,23,24]},{"path":[4,33,2,3],"span":[243,2,23]},{"path":[4,33,2,3,5],"span":[243,2,8]},{"path":[4,33,2,3,1],"span":[243,9,18]},{"path":[4,33,2,3,3],"span":[243,21,22]},{"path":[4,33,2,4],"span":[244,2,23]},{"path":[4,33,2,4,6],"span":[244,2,13]},{"path":[4,33,2,4,1],"span":[244,14,18]},{"path":[4,33,2,4,3],"span":[244,21,22]},{"path":[4,34],"span":[247,0,252,1]},{"path":[4,34,1],"span":[247,8,42]},{"path":[4,34,2,0],"span":[248,2,22]},{"path":[4,34,2,0,6],"span":[248,2,9]},{"path":[4,34,2,0,1],"span":[248,10,17]},{"path":[4,34,2,0,3],"span":[248,20,21]},{"path":[4,34,2,1],"span":[249,2,37]},{"path":[4,34,2,1,6],"span":[249,2,20]},{"path":[4,34,2,1,1],"span":[249,21,32]},{"path":[4,34,2,1,3],"span":[249,35,36]},{"path":[4,34,2,2],"span":[250,2,23]},{"path":[4,34,2,2,6],"span":[250,2,13]},{"path":[4,34,2,2,1],"span":[250,14,18]},{"path":[4,34,2,2,3],"span":[250,21,22]},{"path":[4,34,2,3],"span":[251,2,21]},{"path":[4,34,2,3,5],"span":[251,2,8]},{"path":[4,34,2,3,1],"span":[251,9,16]},{"path":[4,34,2,3,3],"span":[251,19,20]},{"path":[4,35],"span":[254,0,258,1]},{"path":[4,35,1],"span":[254,8,40]},{"path":[4,35,2,0],"span":[255,2,21]},{"path":[4,35,2,0,5],"span":[255,2,8]},{"path":[4,35,2,0,1],"span":[255,9,16]},{"path":[4,35,2,0,3],"span":[255,19,20]},{"path":[4,35,2,1],"span":[256,2,34]},{"path":[4,35,2,1,4],"span":[256,2,10]},{"path":[4,35,2,1,5],"span":[256,11,17]},{"path":[4,35,2,1,1],"span":[256,18,29]},{"path":[4,35,2,1,3],"span":[256,32,33]},{"path":[4,35,2,2],"span":[257,2,21]},{"path":[4,35,2,2,5],"span":[257,2,8]},{"path":[4,35,2,2,1],"span":[257,9,16]},{"path":[4,35,2,2,3],"span":[257,19,20]},{"path":[4,36],"span":[260,0,266,1]},{"path":[4,36,1],"span":[260,8,41]},{"path":[4,36,3,0],"span":[261,2,264,3]},{"path":[4,36,3,0,1],"span":[261,10,16]},{"path":[4,36,3,0,2,0],"span":[262,4,26]},{"path":[4,36,3,0,2,0,5],"span":[262,4,10]},{"path":[4,36,3,0,2,0,1],"span":[262,11,21]},{"path":[4,36,3,0,2,0,3],"span":[262,24,25]},{"path":[4,36,3,0,2,1],"span":[263,4,20]},{"path":[4,36,3,0,2,1,5],"span":[263,4,8]},{"path":[4,36,3,0,2,1,1],"span":[263,9,15]},{"path":[4,36,3,0,2,1,3],"span":[263,18,19]},{"path":[4,36,2,0],"span":[265,2,29]},{"path":[4,36,2,0,4],"span":[265,2,10]},{"path":[4,36,2,0,6],"span":[265,11,17]},{"path":[4,36,2,0,1],"span":[265,18,24]},{"path":[4,36,2,0,3],"span":[265,27,28]},{"path":[4,37],"span":[268,0,271,1]},{"path":[4,37,1],"span":[268,8,46]},{"path":[4,37,2,0],"span":[269,2,21]},{"path":[4,37,2,0,5],"span":[269,2,8]},{"path":[4,37,2,0,1],"span":[269,9,16]},{"path":[4,37,2,0,3],"span":[269,19,20]},{"path":[4,37,2,1],"span":[270,2,23]},{"path":[4,37,2,1,5],"span":[270,2,8]},{"path":[4,37,2,1,1],"span":[270,9,18]},{"path":[4,37,2,1,3],"span":[270,21,22]},{"path":[4,38],"span":[273,0,275,1]},{"path":[4,38,1],"span":[273,8,47]},{"path":[4,38,2,0],"span":[274,2,31]},{"path":[4,38,2,0,4],"span":[274,2,10]},{"path":[4,38,2,0,6],"span":[274,11,18]},{"path":[4,38,2,0,1],"span":[274,19,26]},{"path":[4,38,2,0,3],"span":[274,29,30]},{"path":[4,39],"span":[277,0,280,1]},{"path":[4,39,1],"span":[277,8,33]},{"path":[4,39,2,0],"span":[278,2,21]},{"path":[4,39,2,0,5],"span":[278,2,8]},{"path":[4,39,2,0,1],"span":[278,9,16]},{"path":[4,39,2,0,3],"span":[278,19,20]},{"path":[4,39,2,1],"span":[279,2,24]},{"path":[4,39,2,1,5],"span":[279,2,8]},{"path":[4,39,2,1,1],"span":[279,9,19]},{"path":[4,39,2,1,3],"span":[279,22,23]},{"path":[4,40],"span":[282,0,300,1]},{"path":[4,40,1],"span":[282,8,34]},{"path":[4,40,3,0],"span":[283,2,286,3]},{"path":[4,40,3,0,1],"span":[283,10,29]},{"path":[4,40,3,0,2,0],"span":[284,4,19]},{"path":[4,40,3,0,2,0,5],"span":[284,4,10]},{"path":[4,40,3,0,2,0,1],"span":[284,11,14]},{"path":[4,40,3,0,2,0,3],"span":[284,17,18]},{"path":[4,40,3,0,2,1],"span":[285,4,34]},{"path":[4,40,3,0,2,1,5],"span":[285,4,9]},{"path":[4,40,3,0,2,1,1],"span":[285,10,29]},{"path":[4,40,3,0,2,1,3],"span":[285,32,33]},{"path":[4,40,3,1],"span":[288,2,290,3]},{"path":[4,40,3,1,1],"span":[288,10,15]},{"path":[4,40,3,1,2,0],"span":[289,4,18]},{"path":[4,40,3,1,2,0,5],"span":[289,4,10]},{"path":[4,40,3,1,2,0,1],"span":[289,11,13]},{"path":[4,40,3,1,2,0,3],"span":[289,16,17]},{"path":[4,40,3,2],"span":[292,2,297,3]},{"path":[4,40,3,2,1],"span":[292,10,14]},{"path":[4,40,3,2,2,0],"span":[293,4,18]},{"path":[4,40,3,2,2,0,5],"span":[293,4,10]},{"path":[4,40,3,2,2,0,1],"span":[293,11,13]},{"path":[4,40,3,2,2,0,3],"span":[293,16,17]},{"path":[4,40,3,2,2,1],"span":[294,4,45]},{"path":[4,40,3,2,2,1,4],"span":[294,4,12]},{"path":[4,40,3,2,2,1,6],"span":[294,13,32]},{"path":[4,40,3,2,2,1,1],"span":[294,33,40]},{"path":[4,40,3,2,2,1,3],"span":[294,43,44]},{"path":[4,40,3,2,2,2],"span":[295,4,39]},{"path":[4,40,3,2,2,2,4],"span":[295,4,12]},{"path":[4,40,3,2,2,2,6],"span":[295,13,20]},{"path":[4,40,3,2,2,2,1],"span":[295,21,34]},{"path":[4,40,3,2,2,2,3],"span":[295,37,38]},{"path":[4,40,3,2,2,3],"span":[296,4,30]},{"path":[4,40,3,2,2,3,4],"span":[296,4,12]},{"path":[4,40,3,2,2,3,6],"span":[296,13,18]},{"path":[4,40,3,2,2,3,1],"span":[296,19,25]},{"path":[4,40,3,2,2,3,3],"span":[296,28,29]},{"path":[4,40,2,0],"span":[299,2,26]},{"path":[4,40,2,0,4],"span":[299,2,10]},{"path":[4,40,2,0,6],"span":[299,11,15]},{"path":[4,40,2,0,1],"span":[299,16,21]},{"path":[4,40,2,0,3],"span":[299,24,25]},{"path":[4,41],"span":[302,0,304,1]},{"path":[4,41,1],"span":[302,8,53]},{"path":[4,41,2,0],"span":[303,2,35]},{"path":[4,41,2,0,5],"span":[303,2,8]},{"path":[4,41,2,0,1],"span":[303,9,30]},{"path":[4,41,2,0,3],"span":[303,33,34]},{"path":[4,42],"span":[306,0,309,1]},{"path":[4,42,1],"span":[306,8,54]},{"path":[4,42,2,0],"span":[307,2,21]},{"path":[4,42,2,0,5],"span":[307,2,8]},{"path":[4,42,2,0,1],"span":[307,9,16]},{"path":[4,42,2,0,3],"span":[307,19,20]},{"path":[4,42,2,1],"span":[308,2,28]},{"path":[4,42,2,1,5],"span":[308,2,8]},{"path":[4,42,2,1,1],"span":[308,9,23]},{"path":[4,42,2,1,3],"span":[308,26,27]},{"path":[4,43],"span":[311,0,328,1]},{"path":[4,43,1],"span":[311,8,34]},{"path":[4,43,2,0],"span":[312,2,30]},{"path":[4,43,2,0,5],"span":[312,2,8]},{"path":[4,43,2,0,1],"span":[312,9,25]},{"path":[4,43,2,0,3],"span":[312,28,29]},{"path":[4,43,2,1],"span":[313,2,39]},{"path":[4,43,2,1,5],"span":[313,2,8]},{"path":[4,43,2,1,1],"span":[313,9,14]},{"path":[4,43,2,1,3],"span":[313,17,18]},{"path":[4,43,2,1,8],"span":[313,19,38]},{"path":[4,43,2,1,8,3],"span":[313,20,37]},{"path":[4,43,3,0],"span":[315,2,320,3]},{"path":[4,43,3,0,1],"span":[315,10,22]},{"path":[4,43,3,0,2,0],"span":[316,4,20]},{"path":[4,43,3,0,2,0,5],"span":[316,4,10]},{"path":[4,43,3,0,2,0,1],"span":[316,11,15]},{"path":[4,43,3,0,2,0,3],"span":[316,18,19]},{"path":[4,43,3,0,2,1],"span":[317,4,44]},{"path":[4,43,3,0,2,1,5],"span":[317,4,10]},{"path":[4,43,3,0,2,1,1],"span":[317,11,19]},{"path":[4,43,3,0,2,1,3],"span":[317,22,23]},{"path":[4,43,3,0,2,1,8],"span":[317,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[317,25,42]},{"path":[4,43,3,0,2,2],"span":[318,4,25]},{"path":[4,43,3,0,2,2,5],"span":[318,4,10]},{"path":[4,43,3,0,2,2,1],"span":[318,11,20]},{"path":[4,43,3,0,2,2,3],"span":[318,23,24]},{"path":[4,43,3,0,2,3],"span":[319,4,23]},{"path":[4,43,3,0,2,3,5],"span":[319,4,10]},{"path":[4,43,3,0,2,3,1],"span":[319,11,18]},{"path":[4,43,3,0,2,3,3],"span":[319,21,22]},{"path":[4,43,2,2],"span":[321,2,35]},{"path":[4,43,2,2,4],"span":[321,2,10]},{"path":[4,43,2,2,6],"span":[321,11,23]},{"path":[4,43,2,2,1],"span":[321,24,30]},{"path":[4,43,2,2,3],"span":[321,33,34]},{"path":[4,43,2,3],"span":[323,2,25]},{"path":[4,43,2,3,5],"span":[323,2,8]},{"path":[4,43,2,3,1],"span":[323,9,20]},{"path":[4,43,2,3,3],"span":[323,23,24]},{"path":[4,43,2,4],"span":[324,2,26]},{"path":[4,43,2,4,5],"span":[324,2,8]},{"path":[4,43,2,4,1],"span":[324,9,21]},{"path":[4,43,2,4,3],"span":[324,24,25]},{"path":[4,43,2,5],"span":[325,2,45]},{"path":[4,43,2,5,5],"span":[325,2,8]},{"path":[4,43,2,5,1],"span":[325,9,20]},{"path":[4,43,2,5,3],"span":[325,23,24]},{"path":[4,43,2,5,8],"span":[325,25,44]},{"path":[4,43,2,5,8,3],"span":[325,26,43]},{"path":[4,43,2,6],"span":[326,2,24]},{"path":[4,43,2,6,5],"span":[326,2,8]},{"path":[4,43,2,6,1],"span":[326,9,19]},{"path":[4,43,2,6,3],"span":[326,22,23]},{"path":[4,43,2,7],"span":[327,2,28]},{"path":[4,43,2,7,5],"span":[327,2,8]},{"path":[4,43,2,7,1],"span":[327,9,23]},{"path":[4,43,2,7,3],"span":[327,26,27]},{"path":[4,44],"span":[330,0,332,1]},{"path":[4,44,1],"span":[330,8,35]},{"path":[4,44,2,0],"span":[331,2,21]},{"path":[4,44,2,0,5],"span":[331,2,6]},{"path":[4,44,2,0,1],"span":[331,7,16]},{"path":[4,44,2,0,3],"span":[331,19,20]},{"path":[4,45],"span":[334,0,336,1]},{"path":[4,45,1],"span":[334,8,12]},{"path":[4,45,2,0],"span":[335,2,16]},{"path":[4,45,2,0,5],"span":[335,2,8]},{"path":[4,45,2,0,1],"span":[335,9,11]},{"path":[4,45,2,0,3],"span":[335,14,15]},{"path":[4,46],"span":[338,0,341,1]},{"path":[4,46,1],"span":[338,8,30]},{"path":[4,46,2,0],"span":[339,2,28]},{"path":[4,46,2,0,5],"span":[339,2,8]},{"path":[4,46,2,0,1],"span":[339,9,23]},{"path":[4,46,2,0,3],"span":[339,26,27]},{"path":[4,46,2,1],"span":[340,2,22]},{"path":[4,46,2,1,5],"span":[340,2,8]},{"path":[4,46,2,1,1],"span":[340,9,17]},{"path":[4,46,2,1,3],"span":[340,20,21]},{"path":[4,47],"span":[343,0,345,1]},{"path":[4,47,1],"span":[343,8,31]},{"path":[4,47,2,0],"span":[344,2,25]},{"path":[4,47,2,0,4],"span":[344,2,10]},{"path":[4,47,2,0,6],"span":[344,11,15]},{"path":[4,47,2,0,1],"span":[344,16,20]},{"path":[4,47,2,0,3],"span":[344,23,24]},{"path":[4,48],"span":[347,0,349,1]},{"path":[4,48,1],"span":[347,8,36]},{"path":[4,48,2,0],"span":[348,2,21]},{"path":[4,48,2,0,5],"span":[348,2,8]},{"path":[4,48,2,0,1],"span":[348,9,16]},{"path":[4,48,2,0,3],"span":[348,19,20]},{"path":[4,49],"span":[351,0,353,1]},{"path":[4,49,1],"span":[351,8,37]},{"path":[4,49,2,0],"span":[352,2,34]},{"path":[4,49,2,0,4],"span":[352,2,10]},{"path":[4,49,2,0,5],"span":[352,11,17]},{"path":[4,49,2,0,1],"span":[352,18,29]},{"path":[4,49,2,0,3],"span":[352,32,33]},{"path":[4,50],"span":[355,0,358,1]},{"path":[4,50,1],"span":[355,8,40]},{"path":[4,50,2,0],"span":[356,2,28]},{"path":[4,50,2,0,5],"span":[356,2,8]},{"path":[4,50,2,0,1],"span":[356,9,23]},{"path":[4,50,2,0,3],"span":[356,26,27]},{"path":[4,50,2,1],"span":[357,2,24]},{"path":[4,50,2,1,5],"span":[357,2,8]},{"path":[4,50,2,1,1],"span":[357,9,19]},{"path":[4,50,2,1,3],"span":[357,22,23]},{"path":[4,51],"span":[360,0,362,1]},{"path":[4,51,1],"span":[360,8,41]},{"path":[4,51,2,0],"span":[361,2,22]},{"path":[4,51,2,0,5],"span":[361,2,6]},{"path":[4,51,2,0,1],"span":[361,7,17]},{"path":[4,51,2,0,3],"span":[361,20,21]},{"path":[5,3],"span":[364,0,371,1]},{"path":[5,3,1],"span":[364,5,21]},{"path":[5,3,2,0],"span":[365,2,43]},{"path":[5,3,2,0,1],"span":[365,2,38]},{"path":[5,3,2,0,2],"span":[365,41,42]},{"path":[5,3,2,1],"span":[366,2,36]},{"path":[5,3,2,1,1],"span":[366,2,31]},{"path":[5,3,2,1,2],"span":[366,34,35]},{"path":[5,3,2,2],"span":[367,2,39]},{"path":[5,3,2,2,1],"span":[367,2,34]},{"path":[5,3,2,2,2],"span":[367,37,38]},{"path":[5,3,2,3],"span":[368,2,38]},{"path":[5,3,2,3,1],"span":[368,2,33]},{"path":[5,3,2,3,2],"span":[368,36,37]},{"path":[5,3,2,4],"span":[369,2,34]},{"path":[5,3,2,4,1],"span":[369,2,29]},{"path":[5,3,2,4,2],"span":[369,32,33]},{"path":[5,3,2,5],"span":[370,2,41]},{"path":[5,3,2,5,1],"span":[370,2,36]},{"path":[5,3,2,5,2],"span":[370,39,40]},{"path":[4,52],"span":[373,0,381,1]},{"path":[4,52,1],"span":[373,8,20]},{"path":[4,52,2,0],"span":[374,2,16]},{"path":[4,52,2,0,5],"span":[374,2,8]},{"path":[4,52,2,0,1],"span":[374,9,11]},{"path":[4,52,2,0,3],"span":[374,14,15]},{"path":[4,52,2,1],"span":[375,2,21]},{"path":[4,52,2,1,5],"span":[375,2,8]},{"path":[4,52,2,1,1],"span":[375,9,16]},{"path":[4,52,2,1,3],"span":[375,19,20]},{"path":[4,52,2,2],"span":[376,2,28]},{"path":[4,52,2,2,6],"span":[376,2,18]},{"path":[4,52,2,2,1],"span":[376,19,23]},{"path":[4,52,2,2,3],"span":[376,26,27]},{"path":[4,52,2,3],"span":[377,2,25]},{"path":[4,52,2,3,5],"span":[377,2,7]},{"path":[4,52,2,3,1],"span":[377,8,20]},{"path":[4,52,2,3,3],"span":[377,23,24]},{"path":[4,52,2,4],"span":[378,2,29]},{"path":[4,52,2,4,5],"span":[378,2,8]},{"path":[4,52,2,4,1],"span":[378,9,24]},{"path":[4,52,2,4,3],"span":[378,27,28]},{"path":[4,52,2,5],"span":[379,2,24]},{"path":[4,52,2,5,5],"span":[379,2,8]},{"path":[4,52,2,5,1],"span":[379,9,19]},{"path":[4,52,2,5,3],"span":[379,22,23]},{"path":[4,52,2,6],"span":[380,2,24]},{"path":[4,52,2,6,5],"span":[380,2,8]},{"path":[4,52,2,6,1],"span":[380,9,19]},{"path":[4,52,2,6,3],"span":[380,22,23]},{"path":[4,53],"span":[383,0,389,1]},{"path":[4,53,1],"span":[383,8,37]},{"path":[4,53,2,0],"span":[384,2,21]},{"path":[4,53,2,0,5],"span":[384,2,8]},{"path":[4,53,2,0,1],"span":[384,9,16]},{"path":[4,53,2,0,3],"span":[384,19,20]},{"path":[4,53,2,1],"span":[385,2,28]},{"path":[4,53,2,1,6],"span":[385,2,18]},{"path":[4,53,2,1,1],"span":[385,19,23]},{"path":[4,53,2,1,3],"span":[385,26,27]},{"path":[4,53,2,2],"span":[386,2,25]},{"path":[4,53,2,2,5],"span":[386,2,7]},{"path":[4,53,2,2,1],"span":[386,8,20]},{"path":[4,53,2,2,3],"span":[386,23,24]},{"path":[4,53,2,3],"span":[387,2,29]},{"path":[4,53,2,3,5],"span":[387,2,8]},{"path":[4,53,2,3,1],"span":[387,9,24]},{"path":[4,53,2,3,3],"span":[387,27,28]},{"path":[4,53,2,4],"span":[388,2,24]},{"path":[4,53,2,4,5],"span":[388,2,8]},{"path":[4,53,2,4,1],"span":[388,9,19]},{"path":[4,53,2,4,3],"span":[388,22,23]},{"path":[4,54],"span":[391,0,393,1]},{"path":[4,54,1],"span":[391,8,38]},{"path":[4,54,2,0],"span":[392,2,32]},{"path":[4,54,2,0,6],"span":[392,2,14]},{"path":[4,54,2,0,1],"span":[392,15,27]},{"path":[4,54,2,0,3],"span":[392,30,31]},{"path":[4,55],"span":[395,0,397,1]},{"path":[4,55,1],"span":[395,8,42]},{"path":[4,55,2,0],"span":[396,2,21]},{"path":[4,55,2,0,5],"span":[396,2,8]},{"path":[4,55,2,0,1],"span":[396,9,16]},{"path":[4,55,2,0,3],"span":[396,19,20]},{"path":[4,56],"span":[399,0,401,1]},{"path":[4,56,1],"span":[399,8,43]},{"path":[4,56,2,0],"span":[400,2,35]},{"path":[4,56,2,0,5],"span":[400,2,8]},{"path":[4,56,2,0,1],"span":[400,9,30]},{"path":[4,56,2,0,3],"span":[400,33,34]},{"path":[4,57],"span":[403,0,405,1]},{"path":[4,57,1],"span":[403,8,47]},{"path":[4,57,2,0],"span":[404,2,23]},{"path":[4,57,2,0,5],"span":[404,2,8]},{"path":[4,57,2,0,1],"span":[404,9,18]},{"path":[4,57,2,0,3],"span":[404,21,22]},{"path":[4,58],"span":[407,0,409,1]},{"path":[4,58,1],"span":[407,8,48]},{"path":[4,58,2,0],"span":[408,2,21]},{"path":[4,58,2,0,5],"span":[408,2,8]},{"path":[4,58,2,0,1],"span":[408,9,16]},{"path":[4,58,2,0,3],"span":[408,19,20]},{"path":[6,0],"span":[411,0,463,1]},{"path":[6,0,1],"span":[411,8,19]},{"path":[6,0,2,0],"span":[412,2,121]},{"path":[6,0,2,0,1],"span":[412,6,34]},{"path":[6,0,2,0,2],"span":[412,35,70]},{"path":[6,0,2,0,3],"span":[412,81,117]},{"path":[6,0,2,1],"span":[414,2,100]},{"path":[6,0,2,1,1],"span":[414,6,27]},{"path":[6,0,2,1,2],"span":[414,28,56]},{"path":[6,0,2,1,3],"span":[414,67,96]},{"path":[6,0,2,2],"span":[416,2,106]},{"path":[6,0,2,2,1],"span":[416,6,29]},{"path":[6,0,2,2,2],"span":[416,30,60]},{"path":[6,0,2,2,3],"span":[416,71,102]},{"path":[6,0,2,3],"span":[418,2,115]},{"path":[6,0,2,3,1],"span":[418,6,32]},{"path":[6,0,2,3,2],"span":[418,33,66]},{"path":[6,0,2,3,3],"span":[418,77,111]},{"path":[6,0,2,4],"span":[420,2,76]},{"path":[6,0,2,4,1],"span":[420,6,19]},{"path":[6,0,2,4,2],"span":[420,20,40]},{"path":[6,0,2,4,3],"span":[420,51,72]},{"path":[6,0,2,5],"span":[422,2,76]},{"path":[6,0,2,5,1],"span":[422,6,19]},{"path":[6,0,2,5,2],"span":[422,20,40]},{"path":[6,0,2,5,3],"span":[422,51,72]},{"path":[6,0,2,6],"span":[424,2,97]},{"path":[6,0,2,6,1],"span":[424,6,26]},{"path":[6,0,2,6,2],"span":[424,27,54]},{"path":[6,0,2,6,3],"span":[424,65,93]},{"path":[6,0,2,7],"span":[426,2,88]},{"path":[6,0,2,7,1],"span":[426,6,23]},{"path":[6,0,2,7,2],"span":[426,24,48]},{"path":[6,0,2,7,3],"span":[426,59,84]},{"path":[6,0,2,8],"span":[428,2,82]},{"path":[6,0,2,8,1],"span":[428,6,21]},{"path":[6,0,2,8,2],"span":[428,22,44]},{"path":[6,0,2,8,3],"span":[428,55,78]},{"path":[6,0,2,9],"span":[430,2,97]},{"path":[6,0,2,9,1],"span":[430,6,28]},{"path":[6,0,2,9,2],"span":[430,29,58]},{"path":[6,0,2,9,3],"span":[430,69,93]},{"path":[6,0,2,10],"span":[432,2,97]},{"path":[6,0,2,10,1],"span":[432,6,26]},{"path":[6,0,2,10,2],"span":[432,27,54]},{"path":[6,0,2,10,3],"span":[432,65,93]},{"path":[6,0,2,11],"span":[434,2,106]},{"path":[6,0,2,11,1],"span":[434,6,29]},{"path":[6,0,2,11,2],"span":[434,30,60]},{"path":[6,0,2,11,3],"span":[434,71,102]},{"path":[6,0,2,12],"span":[436,2,106]},{"path":[6,0,2,12,1],"span":[436,6,29]},{"path":[6,0,2,12,2],"span":[436,30,60]},{"path":[6,0,2,12,3],"span":[436,71,102]},{"path":[6,0,2,13],"span":[438,2,115]},{"path":[6,0,2,13,1],"span":[438,6,32]},{"path":[6,0,2,13,2],"span":[438,33,66]},{"path":[6,0,2,13,3],"span":[438,77,111]},{"path":[6,0,2,14],"span":[440,2,106]},{"path":[6,0,2,14,1],"span":[440,6,29]},{"path":[6,0,2,14,2],"span":[440,30,60]},{"path":[6,0,2,14,3],"span":[440,71,102]},{"path":[6,0,2,15],"span":[442,2,112]},{"path":[6,0,2,15,1],"span":[442,6,31]},{"path":[6,0,2,15,2],"span":[442,32,64]},{"path":[6,0,2,15,3],"span":[442,75,108]},{"path":[6,0,2,16],"span":[444,2,130]},{"path":[6,0,2,16,1],"span":[444,6,37]},{"path":[6,0,2,16,2],"span":[444,38,76]},{"path":[6,0,2,16,3],"span":[444,87,126]},{"path":[6,0,2,17],"span":[446,2,91]},{"path":[6,0,2,17,1],"span":[446,6,24]},{"path":[6,0,2,17,2],"span":[446,25,50]},{"path":[6,0,2,17,3],"span":[446,61,87]},{"path":[6,0,2,18],"span":[448,2,151]},{"path":[6,0,2,18,1],"span":[448,6,44]},{"path":[6,0,2,18,2],"span":[448,45,90]},{"path":[6,0,2,18,3],"span":[448,101,147]},{"path":[6,0,2,19],"span":[450,2,99]},{"path":[6,0,2,19,1],"span":[450,6,30]},{"path":[6,0,2,19,2],"span":[450,31,57]},{"path":[6,0,2,19,3],"span":[450,68,95]},{"path":[6,0,2,20],"span":[452,2,100]},{"path":[6,0,2,20,1],"span":[452,6,39]},{"path":[6,0,2,20,2],"span":[452,40,62]},{"path":[6,0,2,20,3],"span":[452,73,96]},{"path":[6,0,2,21],"span":[454,2,100]},{"path":[6,0,2,21,1],"span":[454,6,27]},{"path":[6,0,2,21,2],"span":[454,28,56]},{"path":[6,0,2,21,3],"span":[454,67,96]},{"path":[6,0,2,22],"span":[456,2,112]},{"path":[6,0,2,22,1],"span":[456,6,31]},{"path":[6,0,2,22,2],"span":[456,32,64]},{"path":[6,0,2,22,3],"span":[456,75,108]},{"path":[6,0,2,23],"span":[458,2,103]},{"path":[6,0,2,23,1],"span":[458,6,28]},{"path":[6,0,2,23,2],"span":[458,29,58]},{"path":[6,0,2,23,3],"span":[458,69,99]},{"path":[6,0,2,24],"span":[460,2,118]},{"path":[6,0,2,24,1],"span":[460,6,33]},{"path":[6,0,2,24,2],"span":[460,34,68]},{"path":[6,0,2,24,3],"span":[460,79,114]},{"path":[6,0,2,25],"span":[462,2,133]},{"path":[6,0,2,25,1],"span":[462,6,38]},{"path":[6,0,2,25,2],"span":[462,39,78]},{"path":[6,0,2,25,3],"span":[462,89,129]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]}]},{"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":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"}]},{"name":"CreateAndLinkInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"created_by","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdBy"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"updated_by","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,464,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,113,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,21]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,16]},{"path":[4,13,2,1,3],"span":[98,19,20]},{"path":[4,13,2,2],"span":[99,2,26]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,21]},{"path":[4,13,2,2,3],"span":[99,24,25]},{"path":[4,13,2,3],"span":[100,2,25]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,20]},{"path":[4,13,2,3,3],"span":[100,23,24]},{"path":[4,13,2,4],"span":[101,2,20]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,15]},{"path":[4,13,2,4,3],"span":[101,18,19]},{"path":[4,13,2,5],"span":[102,2,18]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,13]},{"path":[4,13,2,5,3],"span":[102,16,17]},{"path":[4,13,2,6],"span":[103,2,27]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,22]},{"path":[4,13,2,6,3],"span":[103,25,26]},{"path":[4,13,2,7],"span":[104,2,23]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,18]},{"path":[4,13,2,7,3],"span":[104,21,22]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,13,2,10],"span":[111,2,22]},{"path":[4,13,2,10,5],"span":[111,2,8]},{"path":[4,13,2,10,1],"span":[111,9,16]},{"path":[4,13,2,10,3],"span":[111,19,21]},{"path":[4,13,2,11],"span":[112,2,19]},{"path":[4,13,2,11,5],"span":[112,2,8]},{"path":[4,13,2,11,1],"span":[112,9,13]},{"path":[4,13,2,11,3],"span":[112,16,18]},{"path":[4,14],"span":[115,0,118,1]},{"path":[4,14,1],"span":[115,8,26]},{"path":[4,14,2,0],"span":[116,2,23]},{"path":[4,14,2,0,5],"span":[116,2,8]},{"path":[4,14,2,0,1],"span":[116,9,18]},{"path":[4,14,2,0,3],"span":[116,21,22]},{"path":[4,14,2,1],"span":[117,2,27]},{"path":[4,14,2,1,5],"span":[117,2,8]},{"path":[4,14,2,1,1],"span":[117,9,22]},{"path":[4,14,2,1,3],"span":[117,25,26]},{"path":[4,15],"span":[120,0,122,1]},{"path":[4,15,1],"span":[120,8,37]},{"path":[4,15,2,0],"span":[121,2,21]},{"path":[4,15,2,0,5],"span":[121,2,8]},{"path":[4,15,2,0,1],"span":[121,9,16]},{"path":[4,15,2,0,3],"span":[121,19,20]},{"path":[4,16],"span":[124,0,126,1]},{"path":[4,16,1],"span":[124,8,32]},{"path":[4,16,2,0],"span":[125,2,18]},{"path":[4,16,2,0,5],"span":[125,2,7]},{"path":[4,16,2,0,1],"span":[125,8,13]},{"path":[4,16,2,0,3],"span":[125,16,17]},{"path":[4,17],"span":[128,0,130,1]},{"path":[4,17,1],"span":[128,8,30]},{"path":[4,17,2,0],"span":[129,2,34]},{"path":[4,17,2,0,4],"span":[129,2,10]},{"path":[4,17,2,0,5],"span":[129,11,17]},{"path":[4,17,2,0,1],"span":[129,18,29]},{"path":[4,17,2,0,3],"span":[129,32,33]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,31]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,143,1]},{"path":[4,19,1],"span":[136,8,32]},{"path":[4,19,2,0],"span":[137,2,21]},{"path":[4,19,2,0,5],"span":[137,2,8]},{"path":[4,19,2,0,1],"span":[137,9,16]},{"path":[4,19,2,0,3],"span":[137,19,20]},{"path":[4,19,3,0],"span":[138,2,141,3]},{"path":[4,19,3,0,1],"span":[138,10,16]},{"path":[4,19,3,0,2,0],"span":[139,4,32]},{"path":[4,19,3,0,2,0,6],"span":[139,4,21]},{"path":[4,19,3,0,2,0,1],"span":[139,22,27]},{"path":[4,19,3,0,2,0,3],"span":[139,30,31]},{"path":[4,19,3,0,2,1],"span":[140,4,23]},{"path":[4,19,3,0,2,1,6],"span":[140,4,15]},{"path":[4,19,3,0,2,1,1],"span":[140,16,20]},{"path":[4,19,3,0,2,1,3],"span":[140,21,22]},{"path":[4,19,2,1],"span":[142,2,20]},{"path":[4,19,2,1,6],"span":[142,2,8]},{"path":[4,19,2,1,1],"span":[142,9,15]},{"path":[4,19,2,1,3],"span":[142,18,19]},{"path":[4,20],"span":[145,0,147,1]},{"path":[4,20,1],"span":[145,8,33]},{"path":[4,20,2,0],"span":[146,2,31]},{"path":[4,20,2,0,4],"span":[146,2,10]},{"path":[4,20,2,0,6],"span":[146,11,18]},{"path":[4,20,2,0,1],"span":[146,19,26]},{"path":[4,20,2,0,3],"span":[146,29,30]},{"path":[4,21],"span":[149,0,151,1]},{"path":[4,21,1],"span":[149,8,35]},{"path":[4,21,2,0],"span":[150,2,23]},{"path":[4,21,2,0,5],"span":[150,2,8]},{"path":[4,21,2,0,1],"span":[150,9,18]},{"path":[4,21,2,0,3],"span":[150,21,22]},{"path":[4,22],"span":[153,0,155,1]},{"path":[4,22,1],"span":[153,8,36]},{"path":[4,22,2,0],"span":[154,2,22]},{"path":[4,22,2,0,6],"span":[154,2,9]},{"path":[4,22,2,0,1],"span":[154,10,17]},{"path":[4,22,2,0,3],"span":[154,20,21]},{"path":[4,23],"span":[157,0,169,1]},{"path":[4,23,1],"span":[157,8,28]},{"path":[4,23,9],"span":[158,2,13]},{"path":[4,23,9,0],"span":[158,11,12]},{"path":[4,23,9,0,1],"span":[158,11,12]},{"path":[4,23,2,0],"span":[159,2,21]},{"path":[4,23,2,0,5],"span":[159,2,8]},{"path":[4,23,2,0,1],"span":[159,9,16]},{"path":[4,23,2,0,3],"span":[159,19,20]},{"path":[4,23,2,1],"span":[160,2,26]},{"path":[4,23,2,1,5],"span":[160,2,8]},{"path":[4,23,2,1,1],"span":[160,9,21]},{"path":[4,23,2,1,3],"span":[160,24,25]},{"path":[4,23,2,2],"span":[161,2,25]},{"path":[4,23,2,2,5],"span":[161,2,8]},{"path":[4,23,2,2,1],"span":[161,9,20]},{"path":[4,23,2,2,3],"span":[161,23,24]},{"path":[4,23,2,3],"span":[162,2,20]},{"path":[4,23,2,3,5],"span":[162,2,8]},{"path":[4,23,2,3,1],"span":[162,9,15]},{"path":[4,23,2,3,3],"span":[162,18,19]},{"path":[4,23,2,4],"span":[163,2,18]},{"path":[4,23,2,4,5],"span":[163,2,8]},{"path":[4,23,2,4,1],"span":[163,9,13]},{"path":[4,23,2,4,3],"span":[163,16,17]},{"path":[4,23,2,5],"span":[164,2,27]},{"path":[4,23,2,5,5],"span":[164,2,8]},{"path":[4,23,2,5,1],"span":[164,9,22]},{"path":[4,23,2,5,3],"span":[164,25,26]},{"path":[4,23,2,6],"span":[166,2,28]},{"path":[4,23,2,6,5],"span":[166,2,6]},{"path":[4,23,2,6,1],"span":[166,7,23]},{"path":[4,23,2,6,3],"span":[166,26,27]},{"path":[4,23,2,7],"span":[167,2,23]},{"path":[4,23,2,7,5],"span":[167,2,8]},{"path":[4,23,2,7,1],"span":[167,9,18]},{"path":[4,23,2,7,3],"span":[167,21,22]},{"path":[4,23,2,8],"span":[168,2,24]},{"path":[4,23,2,8,6],"span":[168,2,13]},{"path":[4,23,2,8,1],"span":[168,14,18]},{"path":[4,23,2,8,3],"span":[168,21,23]},{"path":[5,2],"span":[171,0,174,1]},{"path":[5,2,1],"span":[171,5,16]},{"path":[5,2,2,0],"span":[172,2,7]},{"path":[5,2,2,0,1],"span":[172,2,4]},{"path":[5,2,2,0,2],"span":[172,5,6]},{"path":[5,2,2,1],"span":[173,2,7]},{"path":[5,2,2,1,1],"span":[173,2,4]},{"path":[5,2,2,1,2],"span":[173,5,6]},{"path":[4,24],"span":[176,0,179,1]},{"path":[4,24,1],"span":[176,8,29]},{"path":[4,24,2,0],"span":[177,2,22]},{"path":[4,24,2,0,6],"span":[177,2,9]},{"path":[4,24,2,0,1],"span":[177,10,17]},{"path":[4,24,2,0,3],"span":[177,20,21]},{"path":[4,24,2,1],"span":[178,2,37]},{"path":[4,24,2,1,6],"span":[178,2,20]},{"path":[4,24,2,1,1],"span":[178,21,32]},{"path":[4,24,2,1,3],"span":[178,35,36]},{"path":[4,25],"span":[181,0,188,1]},{"path":[4,25,1],"span":[181,8,35]},{"path":[4,25,2,0],"span":[182,2,21]},{"path":[4,25,2,0,5],"span":[182,2,8]},{"path":[4,25,2,0,1],"span":[182,9,16]},{"path":[4,25,2,0,3],"span":[182,19,20]},{"path":[4,25,2,1],"span":[183,2,26]},{"path":[4,25,2,1,5],"span":[183,2,8]},{"path":[4,25,2,1,1],"span":[183,9,21]},{"path":[4,25,2,1,3],"span":[183,24,25]},{"path":[4,25,2,2],"span":[184,2,25]},{"path":[4,25,2,2,5],"span":[184,2,8]},{"path":[4,25,2,2,1],"span":[184,9,20]},{"path":[4,25,2,2,3],"span":[184,23,24]},{"path":[4,25,2,3],"span":[185,2,23]},{"path":[4,25,2,3,5],"span":[185,2,8]},{"path":[4,25,2,3,1],"span":[185,9,18]},{"path":[4,25,2,3,3],"span":[185,21,22]},{"path":[4,25,2,4],"span":[186,2,23]},{"path":[4,25,2,4,6],"span":[186,2,13]},{"path":[4,25,2,4,1],"span":[186,14,18]},{"path":[4,25,2,4,3],"span":[186,21,22]},{"path":[4,25,2,5],"span":[187,2,27]},{"path":[4,25,2,5,5],"span":[187,2,8]},{"path":[4,25,2,5,1],"span":[187,9,22]},{"path":[4,25,2,5,3],"span":[187,25,26]},{"path":[4,26],"span":[190,0,194,1]},{"path":[4,26,1],"span":[190,8,36]},{"path":[4,26,2,0],"span":[191,2,22]},{"path":[4,26,2,0,6],"span":[191,2,9]},{"path":[4,26,2,0,1],"span":[191,10,17]},{"path":[4,26,2,0,3],"span":[191,20,21]},{"path":[4,26,2,1],"span":[192,2,37]},{"path":[4,26,2,1,6],"span":[192,2,20]},{"path":[4,26,2,1,1],"span":[192,21,32]},{"path":[4,26,2,1,3],"span":[192,35,36]},{"path":[4,26,2,2],"span":[193,2,21]},{"path":[4,26,2,2,5],"span":[193,2,8]},{"path":[4,26,2,2,1],"span":[193,9,16]},{"path":[4,26,2,2,3],"span":[193,19,20]},{"path":[4,27],"span":[196,0,211,1]},{"path":[4,27,1],"span":[196,8,38]},{"path":[4,27,2,0],"span":[197,2,23]},{"path":[4,27,2,0,5],"span":[197,2,8]},{"path":[4,27,2,0,1],"span":[197,9,18]},{"path":[4,27,2,0,3],"span":[197,21,22]},{"path":[4,27,2,1],"span":[198,2,26]},{"path":[4,27,2,1,5],"span":[198,2,8]},{"path":[4,27,2,1,1],"span":[198,9,21]},{"path":[4,27,2,1,3],"span":[198,24,25]},{"path":[4,27,2,2],"span":[199,2,25]},{"path":[4,27,2,2,5],"span":[199,2,8]},{"path":[4,27,2,2,1],"span":[199,9,20]},{"path":[4,27,2,2,3],"span":[199,23,24]},{"path":[4,27,2,3],"span":[200,2,20]},{"path":[4,27,2,3,5],"span":[200,2,8]},{"path":[4,27,2,3,1],"span":[200,9,15]},{"path":[4,27,2,3,3],"span":[200,18,19]},{"path":[4,27,2,4],"span":[201,2,18]},{"path":[4,27,2,4,5],"span":[201,2,8]},{"path":[4,27,2,4,1],"span":[201,9,13]},{"path":[4,27,2,4,3],"span":[201,16,17]},{"path":[4,27,3,0],"span":[203,2,208,3]},{"path":[4,27,3,0,1],"span":[203,10,24]},{"path":[4,27,3,0,2,0],"span":[204,4,41]},{"path":[4,27,3,0,2,0,5],"span":[204,4,10]},{"path":[4,27,3,0,2,0,1],"span":[204,11,36]},{"path":[4,27,3,0,2,0,3],"span":[204,39,40]},{"path":[4,27,3,0,2,1],"span":[205,4,47]},{"path":[4,27,3,0,2,1,5],"span":[205,4,10]},{"path":[4,27,3,0,2,1,1],"span":[205,11,42]},{"path":[4,27,3,0,2,1,3],"span":[205,45,46]},{"path":[4,27,3,0,2,2],"span":[206,4,45]},{"path":[4,27,3,0,2,2,5],"span":[206,4,10]},{"path":[4,27,3,0,2,2,1],"span":[206,11,40]},{"path":[4,27,3,0,2,2,3],"span":[206,43,44]},{"path":[4,27,3,0,2,3],"span":[207,4,40]},{"path":[4,27,3,0,2,3,5],"span":[207,4,10]},{"path":[4,27,3,0,2,3,1],"span":[207,11,35]},{"path":[4,27,3,0,2,3,3],"span":[207,38,39]},{"path":[4,27,2,5],"span":[210,2,37]},{"path":[4,27,2,5,6],"span":[210,2,16]},{"path":[4,27,2,5,1],"span":[210,17,32]},{"path":[4,27,2,5,3],"span":[210,35,36]},{"path":[4,28],"span":[213,0,215,1]},{"path":[4,28,1],"span":[213,8,39]},{"path":[4,28,2,0],"span":[214,2,22]},{"path":[4,28,2,0,6],"span":[214,2,9]},{"path":[4,28,2,0,1],"span":[214,10,17]},{"path":[4,28,2,0,3],"span":[214,20,21]},{"path":[4,29],"span":[217,0,220,1]},{"path":[4,29,1],"span":[217,8,38]},{"path":[4,29,2,0],"span":[218,2,23]},{"path":[4,29,2,0,5],"span":[218,2,8]},{"path":[4,29,2,0,1],"span":[218,9,18]},{"path":[4,29,2,0,3],"span":[218,21,22]},{"path":[4,29,2,1],"span":[219,2,22]},{"path":[4,29,2,1,5],"span":[219,2,8]},{"path":[4,29,2,1,1],"span":[219,9,17]},{"path":[4,29,2,1,3],"span":[219,20,21]},{"path":[4,30],"span":[222,0,227,1]},{"path":[4,30,1],"span":[222,8,39]},{"path":[4,30,2,0],"span":[223,2,19]},{"path":[4,30,2,0,5],"span":[223,2,6]},{"path":[4,30,2,0,1],"span":[223,7,14]},{"path":[4,30,2,0,3],"span":[223,17,18]},{"path":[4,30,2,1],"span":[224,2,21]},{"path":[4,30,2,1,5],"span":[224,2,8]},{"path":[4,30,2,1,1],"span":[224,9,16]},{"path":[4,30,2,1,3],"span":[224,19,20]},{"path":[4,30,2,2],"span":[225,2,28]},{"path":[4,30,2,2,5],"span":[225,2,8]},{"path":[4,30,2,2,1],"span":[225,9,23]},{"path":[4,30,2,2,3],"span":[225,26,27]},{"path":[4,30,2,3],"span":[226,2,28]},{"path":[4,30,2,3,5],"span":[226,2,8]},{"path":[4,30,2,3,1],"span":[226,9,23]},{"path":[4,30,2,3,3],"span":[226,26,27]},{"path":[4,31],"span":[229,0,234,1]},{"path":[4,31,1],"span":[229,8,38]},{"path":[4,31,2,0],"span":[230,2,23]},{"path":[4,31,2,0,5],"span":[230,2,8]},{"path":[4,31,2,0,1],"span":[230,9,18]},{"path":[4,31,2,0,3],"span":[230,21,22]},{"path":[4,31,2,1],"span":[231,2,22]},{"path":[4,31,2,1,5],"span":[231,2,8]},{"path":[4,31,2,1,1],"span":[231,9,17]},{"path":[4,31,2,1,3],"span":[231,20,21]},{"path":[4,31,2,2],"span":[232,2,23]},{"path":[4,31,2,2,5],"span":[232,2,6]},{"path":[4,31,2,2,1],"span":[232,7,18]},{"path":[4,31,2,2,3],"span":[232,21,22]},{"path":[4,31,2,3],"span":[233,2,23]},{"path":[4,31,2,3,5],"span":[233,2,6]},{"path":[4,31,2,3,1],"span":[233,7,18]},{"path":[4,31,2,3,3],"span":[233,21,22]},{"path":[4,32],"span":[236,0,238,1]},{"path":[4,32,1],"span":[236,8,39]},{"path":[4,32,2,0],"span":[237,2,19]},{"path":[4,32,2,0,5],"span":[237,2,6]},{"path":[4,32,2,0,1],"span":[237,7,14]},{"path":[4,32,2,0,3],"span":[237,17,18]},{"path":[4,33],"span":[240,0,246,1]},{"path":[4,33,1],"span":[240,8,41]},{"path":[4,33,2,0],"span":[241,2,23]},{"path":[4,33,2,0,5],"span":[241,2,8]},{"path":[4,33,2,0,1],"span":[241,9,18]},{"path":[4,33,2,0,3],"span":[241,21,22]},{"path":[4,33,2,1],"span":[242,2,26]},{"path":[4,33,2,1,5],"span":[242,2,8]},{"path":[4,33,2,1,1],"span":[242,9,21]},{"path":[4,33,2,1,3],"span":[242,24,25]},{"path":[4,33,2,2],"span":[243,2,25]},{"path":[4,33,2,2,5],"span":[243,2,8]},{"path":[4,33,2,2,1],"span":[243,9,20]},{"path":[4,33,2,2,3],"span":[243,23,24]},{"path":[4,33,2,3],"span":[244,2,23]},{"path":[4,33,2,3,5],"span":[244,2,8]},{"path":[4,33,2,3,1],"span":[244,9,18]},{"path":[4,33,2,3,3],"span":[244,21,22]},{"path":[4,33,2,4],"span":[245,2,23]},{"path":[4,33,2,4,6],"span":[245,2,13]},{"path":[4,33,2,4,1],"span":[245,14,18]},{"path":[4,33,2,4,3],"span":[245,21,22]},{"path":[4,34],"span":[248,0,253,1]},{"path":[4,34,1],"span":[248,8,42]},{"path":[4,34,2,0],"span":[249,2,22]},{"path":[4,34,2,0,6],"span":[249,2,9]},{"path":[4,34,2,0,1],"span":[249,10,17]},{"path":[4,34,2,0,3],"span":[249,20,21]},{"path":[4,34,2,1],"span":[250,2,37]},{"path":[4,34,2,1,6],"span":[250,2,20]},{"path":[4,34,2,1,1],"span":[250,21,32]},{"path":[4,34,2,1,3],"span":[250,35,36]},{"path":[4,34,2,2],"span":[251,2,23]},{"path":[4,34,2,2,6],"span":[251,2,13]},{"path":[4,34,2,2,1],"span":[251,14,18]},{"path":[4,34,2,2,3],"span":[251,21,22]},{"path":[4,34,2,3],"span":[252,2,21]},{"path":[4,34,2,3,5],"span":[252,2,8]},{"path":[4,34,2,3,1],"span":[252,9,16]},{"path":[4,34,2,3,3],"span":[252,19,20]},{"path":[4,35],"span":[255,0,259,1]},{"path":[4,35,1],"span":[255,8,40]},{"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,34]},{"path":[4,35,2,1,4],"span":[257,2,10]},{"path":[4,35,2,1,5],"span":[257,11,17]},{"path":[4,35,2,1,1],"span":[257,18,29]},{"path":[4,35,2,1,3],"span":[257,32,33]},{"path":[4,35,2,2],"span":[258,2,21]},{"path":[4,35,2,2,5],"span":[258,2,8]},{"path":[4,35,2,2,1],"span":[258,9,16]},{"path":[4,35,2,2,3],"span":[258,19,20]},{"path":[4,36],"span":[261,0,267,1]},{"path":[4,36,1],"span":[261,8,41]},{"path":[4,36,3,0],"span":[262,2,265,3]},{"path":[4,36,3,0,1],"span":[262,10,16]},{"path":[4,36,3,0,2,0],"span":[263,4,26]},{"path":[4,36,3,0,2,0,5],"span":[263,4,10]},{"path":[4,36,3,0,2,0,1],"span":[263,11,21]},{"path":[4,36,3,0,2,0,3],"span":[263,24,25]},{"path":[4,36,3,0,2,1],"span":[264,4,20]},{"path":[4,36,3,0,2,1,5],"span":[264,4,8]},{"path":[4,36,3,0,2,1,1],"span":[264,9,15]},{"path":[4,36,3,0,2,1,3],"span":[264,18,19]},{"path":[4,36,2,0],"span":[266,2,29]},{"path":[4,36,2,0,4],"span":[266,2,10]},{"path":[4,36,2,0,6],"span":[266,11,17]},{"path":[4,36,2,0,1],"span":[266,18,24]},{"path":[4,36,2,0,3],"span":[266,27,28]},{"path":[4,37],"span":[269,0,272,1]},{"path":[4,37,1],"span":[269,8,46]},{"path":[4,37,2,0],"span":[270,2,21]},{"path":[4,37,2,0,5],"span":[270,2,8]},{"path":[4,37,2,0,1],"span":[270,9,16]},{"path":[4,37,2,0,3],"span":[270,19,20]},{"path":[4,37,2,1],"span":[271,2,23]},{"path":[4,37,2,1,5],"span":[271,2,8]},{"path":[4,37,2,1,1],"span":[271,9,18]},{"path":[4,37,2,1,3],"span":[271,21,22]},{"path":[4,38],"span":[274,0,276,1]},{"path":[4,38,1],"span":[274,8,47]},{"path":[4,38,2,0],"span":[275,2,31]},{"path":[4,38,2,0,4],"span":[275,2,10]},{"path":[4,38,2,0,6],"span":[275,11,18]},{"path":[4,38,2,0,1],"span":[275,19,26]},{"path":[4,38,2,0,3],"span":[275,29,30]},{"path":[4,39],"span":[278,0,281,1]},{"path":[4,39,1],"span":[278,8,33]},{"path":[4,39,2,0],"span":[279,2,21]},{"path":[4,39,2,0,5],"span":[279,2,8]},{"path":[4,39,2,0,1],"span":[279,9,16]},{"path":[4,39,2,0,3],"span":[279,19,20]},{"path":[4,39,2,1],"span":[280,2,24]},{"path":[4,39,2,1,5],"span":[280,2,8]},{"path":[4,39,2,1,1],"span":[280,9,19]},{"path":[4,39,2,1,3],"span":[280,22,23]},{"path":[4,40],"span":[283,0,301,1]},{"path":[4,40,1],"span":[283,8,34]},{"path":[4,40,3,0],"span":[284,2,287,3]},{"path":[4,40,3,0,1],"span":[284,10,29]},{"path":[4,40,3,0,2,0],"span":[285,4,19]},{"path":[4,40,3,0,2,0,5],"span":[285,4,10]},{"path":[4,40,3,0,2,0,1],"span":[285,11,14]},{"path":[4,40,3,0,2,0,3],"span":[285,17,18]},{"path":[4,40,3,0,2,1],"span":[286,4,34]},{"path":[4,40,3,0,2,1,5],"span":[286,4,9]},{"path":[4,40,3,0,2,1,1],"span":[286,10,29]},{"path":[4,40,3,0,2,1,3],"span":[286,32,33]},{"path":[4,40,3,1],"span":[289,2,291,3]},{"path":[4,40,3,1,1],"span":[289,10,15]},{"path":[4,40,3,1,2,0],"span":[290,4,18]},{"path":[4,40,3,1,2,0,5],"span":[290,4,10]},{"path":[4,40,3,1,2,0,1],"span":[290,11,13]},{"path":[4,40,3,1,2,0,3],"span":[290,16,17]},{"path":[4,40,3,2],"span":[293,2,298,3]},{"path":[4,40,3,2,1],"span":[293,10,14]},{"path":[4,40,3,2,2,0],"span":[294,4,18]},{"path":[4,40,3,2,2,0,5],"span":[294,4,10]},{"path":[4,40,3,2,2,0,1],"span":[294,11,13]},{"path":[4,40,3,2,2,0,3],"span":[294,16,17]},{"path":[4,40,3,2,2,1],"span":[295,4,45]},{"path":[4,40,3,2,2,1,4],"span":[295,4,12]},{"path":[4,40,3,2,2,1,6],"span":[295,13,32]},{"path":[4,40,3,2,2,1,1],"span":[295,33,40]},{"path":[4,40,3,2,2,1,3],"span":[295,43,44]},{"path":[4,40,3,2,2,2],"span":[296,4,39]},{"path":[4,40,3,2,2,2,4],"span":[296,4,12]},{"path":[4,40,3,2,2,2,6],"span":[296,13,20]},{"path":[4,40,3,2,2,2,1],"span":[296,21,34]},{"path":[4,40,3,2,2,2,3],"span":[296,37,38]},{"path":[4,40,3,2,2,3],"span":[297,4,30]},{"path":[4,40,3,2,2,3,4],"span":[297,4,12]},{"path":[4,40,3,2,2,3,6],"span":[297,13,18]},{"path":[4,40,3,2,2,3,1],"span":[297,19,25]},{"path":[4,40,3,2,2,3,3],"span":[297,28,29]},{"path":[4,40,2,0],"span":[300,2,26]},{"path":[4,40,2,0,4],"span":[300,2,10]},{"path":[4,40,2,0,6],"span":[300,11,15]},{"path":[4,40,2,0,1],"span":[300,16,21]},{"path":[4,40,2,0,3],"span":[300,24,25]},{"path":[4,41],"span":[303,0,305,1]},{"path":[4,41,1],"span":[303,8,53]},{"path":[4,41,2,0],"span":[304,2,35]},{"path":[4,41,2,0,5],"span":[304,2,8]},{"path":[4,41,2,0,1],"span":[304,9,30]},{"path":[4,41,2,0,3],"span":[304,33,34]},{"path":[4,42],"span":[307,0,310,1]},{"path":[4,42,1],"span":[307,8,54]},{"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,42,2,1],"span":[309,2,28]},{"path":[4,42,2,1,5],"span":[309,2,8]},{"path":[4,42,2,1,1],"span":[309,9,23]},{"path":[4,42,2,1,3],"span":[309,26,27]},{"path":[4,43],"span":[312,0,329,1]},{"path":[4,43,1],"span":[312,8,34]},{"path":[4,43,2,0],"span":[313,2,30]},{"path":[4,43,2,0,5],"span":[313,2,8]},{"path":[4,43,2,0,1],"span":[313,9,25]},{"path":[4,43,2,0,3],"span":[313,28,29]},{"path":[4,43,2,1],"span":[314,2,39]},{"path":[4,43,2,1,5],"span":[314,2,8]},{"path":[4,43,2,1,1],"span":[314,9,14]},{"path":[4,43,2,1,3],"span":[314,17,18]},{"path":[4,43,2,1,8],"span":[314,19,38]},{"path":[4,43,2,1,8,3],"span":[314,20,37]},{"path":[4,43,3,0],"span":[316,2,321,3]},{"path":[4,43,3,0,1],"span":[316,10,22]},{"path":[4,43,3,0,2,0],"span":[317,4,20]},{"path":[4,43,3,0,2,0,5],"span":[317,4,10]},{"path":[4,43,3,0,2,0,1],"span":[317,11,15]},{"path":[4,43,3,0,2,0,3],"span":[317,18,19]},{"path":[4,43,3,0,2,1],"span":[318,4,44]},{"path":[4,43,3,0,2,1,5],"span":[318,4,10]},{"path":[4,43,3,0,2,1,1],"span":[318,11,19]},{"path":[4,43,3,0,2,1,3],"span":[318,22,23]},{"path":[4,43,3,0,2,1,8],"span":[318,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[318,25,42]},{"path":[4,43,3,0,2,2],"span":[319,4,25]},{"path":[4,43,3,0,2,2,5],"span":[319,4,10]},{"path":[4,43,3,0,2,2,1],"span":[319,11,20]},{"path":[4,43,3,0,2,2,3],"span":[319,23,24]},{"path":[4,43,3,0,2,3],"span":[320,4,23]},{"path":[4,43,3,0,2,3,5],"span":[320,4,10]},{"path":[4,43,3,0,2,3,1],"span":[320,11,18]},{"path":[4,43,3,0,2,3,3],"span":[320,21,22]},{"path":[4,43,2,2],"span":[322,2,35]},{"path":[4,43,2,2,4],"span":[322,2,10]},{"path":[4,43,2,2,6],"span":[322,11,23]},{"path":[4,43,2,2,1],"span":[322,24,30]},{"path":[4,43,2,2,3],"span":[322,33,34]},{"path":[4,43,2,3],"span":[324,2,25]},{"path":[4,43,2,3,5],"span":[324,2,8]},{"path":[4,43,2,3,1],"span":[324,9,20]},{"path":[4,43,2,3,3],"span":[324,23,24]},{"path":[4,43,2,4],"span":[325,2,26]},{"path":[4,43,2,4,5],"span":[325,2,8]},{"path":[4,43,2,4,1],"span":[325,9,21]},{"path":[4,43,2,4,3],"span":[325,24,25]},{"path":[4,43,2,5],"span":[326,2,45]},{"path":[4,43,2,5,5],"span":[326,2,8]},{"path":[4,43,2,5,1],"span":[326,9,20]},{"path":[4,43,2,5,3],"span":[326,23,24]},{"path":[4,43,2,5,8],"span":[326,25,44]},{"path":[4,43,2,5,8,3],"span":[326,26,43]},{"path":[4,43,2,6],"span":[327,2,24]},{"path":[4,43,2,6,5],"span":[327,2,8]},{"path":[4,43,2,6,1],"span":[327,9,19]},{"path":[4,43,2,6,3],"span":[327,22,23]},{"path":[4,43,2,7],"span":[328,2,28]},{"path":[4,43,2,7,5],"span":[328,2,8]},{"path":[4,43,2,7,1],"span":[328,9,23]},{"path":[4,43,2,7,3],"span":[328,26,27]},{"path":[4,44],"span":[331,0,333,1]},{"path":[4,44,1],"span":[331,8,35]},{"path":[4,44,2,0],"span":[332,2,21]},{"path":[4,44,2,0,5],"span":[332,2,6]},{"path":[4,44,2,0,1],"span":[332,7,16]},{"path":[4,44,2,0,3],"span":[332,19,20]},{"path":[4,45],"span":[335,0,337,1]},{"path":[4,45,1],"span":[335,8,12]},{"path":[4,45,2,0],"span":[336,2,16]},{"path":[4,45,2,0,5],"span":[336,2,8]},{"path":[4,45,2,0,1],"span":[336,9,11]},{"path":[4,45,2,0,3],"span":[336,14,15]},{"path":[4,46],"span":[339,0,342,1]},{"path":[4,46,1],"span":[339,8,30]},{"path":[4,46,2,0],"span":[340,2,28]},{"path":[4,46,2,0,5],"span":[340,2,8]},{"path":[4,46,2,0,1],"span":[340,9,23]},{"path":[4,46,2,0,3],"span":[340,26,27]},{"path":[4,46,2,1],"span":[341,2,22]},{"path":[4,46,2,1,5],"span":[341,2,8]},{"path":[4,46,2,1,1],"span":[341,9,17]},{"path":[4,46,2,1,3],"span":[341,20,21]},{"path":[4,47],"span":[344,0,346,1]},{"path":[4,47,1],"span":[344,8,31]},{"path":[4,47,2,0],"span":[345,2,25]},{"path":[4,47,2,0,4],"span":[345,2,10]},{"path":[4,47,2,0,6],"span":[345,11,15]},{"path":[4,47,2,0,1],"span":[345,16,20]},{"path":[4,47,2,0,3],"span":[345,23,24]},{"path":[4,48],"span":[348,0,350,1]},{"path":[4,48,1],"span":[348,8,36]},{"path":[4,48,2,0],"span":[349,2,21]},{"path":[4,48,2,0,5],"span":[349,2,8]},{"path":[4,48,2,0,1],"span":[349,9,16]},{"path":[4,48,2,0,3],"span":[349,19,20]},{"path":[4,49],"span":[352,0,354,1]},{"path":[4,49,1],"span":[352,8,37]},{"path":[4,49,2,0],"span":[353,2,34]},{"path":[4,49,2,0,4],"span":[353,2,10]},{"path":[4,49,2,0,5],"span":[353,11,17]},{"path":[4,49,2,0,1],"span":[353,18,29]},{"path":[4,49,2,0,3],"span":[353,32,33]},{"path":[4,50],"span":[356,0,359,1]},{"path":[4,50,1],"span":[356,8,40]},{"path":[4,50,2,0],"span":[357,2,28]},{"path":[4,50,2,0,5],"span":[357,2,8]},{"path":[4,50,2,0,1],"span":[357,9,23]},{"path":[4,50,2,0,3],"span":[357,26,27]},{"path":[4,50,2,1],"span":[358,2,24]},{"path":[4,50,2,1,5],"span":[358,2,8]},{"path":[4,50,2,1,1],"span":[358,9,19]},{"path":[4,50,2,1,3],"span":[358,22,23]},{"path":[4,51],"span":[361,0,363,1]},{"path":[4,51,1],"span":[361,8,41]},{"path":[4,51,2,0],"span":[362,2,22]},{"path":[4,51,2,0,5],"span":[362,2,6]},{"path":[4,51,2,0,1],"span":[362,7,17]},{"path":[4,51,2,0,3],"span":[362,20,21]},{"path":[5,3],"span":[365,0,372,1]},{"path":[5,3,1],"span":[365,5,21]},{"path":[5,3,2,0],"span":[366,2,43]},{"path":[5,3,2,0,1],"span":[366,2,38]},{"path":[5,3,2,0,2],"span":[366,41,42]},{"path":[5,3,2,1],"span":[367,2,36]},{"path":[5,3,2,1,1],"span":[367,2,31]},{"path":[5,3,2,1,2],"span":[367,34,35]},{"path":[5,3,2,2],"span":[368,2,39]},{"path":[5,3,2,2,1],"span":[368,2,34]},{"path":[5,3,2,2,2],"span":[368,37,38]},{"path":[5,3,2,3],"span":[369,2,38]},{"path":[5,3,2,3,1],"span":[369,2,33]},{"path":[5,3,2,3,2],"span":[369,36,37]},{"path":[5,3,2,4],"span":[370,2,34]},{"path":[5,3,2,4,1],"span":[370,2,29]},{"path":[5,3,2,4,2],"span":[370,32,33]},{"path":[5,3,2,5],"span":[371,2,41]},{"path":[5,3,2,5,1],"span":[371,2,36]},{"path":[5,3,2,5,2],"span":[371,39,40]},{"path":[4,52],"span":[374,0,382,1]},{"path":[4,52,1],"span":[374,8,20]},{"path":[4,52,2,0],"span":[375,2,16]},{"path":[4,52,2,0,5],"span":[375,2,8]},{"path":[4,52,2,0,1],"span":[375,9,11]},{"path":[4,52,2,0,3],"span":[375,14,15]},{"path":[4,52,2,1],"span":[376,2,21]},{"path":[4,52,2,1,5],"span":[376,2,8]},{"path":[4,52,2,1,1],"span":[376,9,16]},{"path":[4,52,2,1,3],"span":[376,19,20]},{"path":[4,52,2,2],"span":[377,2,28]},{"path":[4,52,2,2,6],"span":[377,2,18]},{"path":[4,52,2,2,1],"span":[377,19,23]},{"path":[4,52,2,2,3],"span":[377,26,27]},{"path":[4,52,2,3],"span":[378,2,25]},{"path":[4,52,2,3,5],"span":[378,2,7]},{"path":[4,52,2,3,1],"span":[378,8,20]},{"path":[4,52,2,3,3],"span":[378,23,24]},{"path":[4,52,2,4],"span":[379,2,29]},{"path":[4,52,2,4,5],"span":[379,2,8]},{"path":[4,52,2,4,1],"span":[379,9,24]},{"path":[4,52,2,4,3],"span":[379,27,28]},{"path":[4,52,2,5],"span":[380,2,24]},{"path":[4,52,2,5,5],"span":[380,2,8]},{"path":[4,52,2,5,1],"span":[380,9,19]},{"path":[4,52,2,5,3],"span":[380,22,23]},{"path":[4,52,2,6],"span":[381,2,24]},{"path":[4,52,2,6,5],"span":[381,2,8]},{"path":[4,52,2,6,1],"span":[381,9,19]},{"path":[4,52,2,6,3],"span":[381,22,23]},{"path":[4,53],"span":[384,0,390,1]},{"path":[4,53,1],"span":[384,8,37]},{"path":[4,53,2,0],"span":[385,2,21]},{"path":[4,53,2,0,5],"span":[385,2,8]},{"path":[4,53,2,0,1],"span":[385,9,16]},{"path":[4,53,2,0,3],"span":[385,19,20]},{"path":[4,53,2,1],"span":[386,2,28]},{"path":[4,53,2,1,6],"span":[386,2,18]},{"path":[4,53,2,1,1],"span":[386,19,23]},{"path":[4,53,2,1,3],"span":[386,26,27]},{"path":[4,53,2,2],"span":[387,2,25]},{"path":[4,53,2,2,5],"span":[387,2,7]},{"path":[4,53,2,2,1],"span":[387,8,20]},{"path":[4,53,2,2,3],"span":[387,23,24]},{"path":[4,53,2,3],"span":[388,2,29]},{"path":[4,53,2,3,5],"span":[388,2,8]},{"path":[4,53,2,3,1],"span":[388,9,24]},{"path":[4,53,2,3,3],"span":[388,27,28]},{"path":[4,53,2,4],"span":[389,2,24]},{"path":[4,53,2,4,5],"span":[389,2,8]},{"path":[4,53,2,4,1],"span":[389,9,19]},{"path":[4,53,2,4,3],"span":[389,22,23]},{"path":[4,54],"span":[392,0,394,1]},{"path":[4,54,1],"span":[392,8,38]},{"path":[4,54,2,0],"span":[393,2,32]},{"path":[4,54,2,0,6],"span":[393,2,14]},{"path":[4,54,2,0,1],"span":[393,15,27]},{"path":[4,54,2,0,3],"span":[393,30,31]},{"path":[4,55],"span":[396,0,398,1]},{"path":[4,55,1],"span":[396,8,42]},{"path":[4,55,2,0],"span":[397,2,21]},{"path":[4,55,2,0,5],"span":[397,2,8]},{"path":[4,55,2,0,1],"span":[397,9,16]},{"path":[4,55,2,0,3],"span":[397,19,20]},{"path":[4,56],"span":[400,0,402,1]},{"path":[4,56,1],"span":[400,8,43]},{"path":[4,56,2,0],"span":[401,2,35]},{"path":[4,56,2,0,5],"span":[401,2,8]},{"path":[4,56,2,0,1],"span":[401,9,30]},{"path":[4,56,2,0,3],"span":[401,33,34]},{"path":[4,57],"span":[404,0,406,1]},{"path":[4,57,1],"span":[404,8,47]},{"path":[4,57,2,0],"span":[405,2,23]},{"path":[4,57,2,0,5],"span":[405,2,8]},{"path":[4,57,2,0,1],"span":[405,9,18]},{"path":[4,57,2,0,3],"span":[405,21,22]},{"path":[4,58],"span":[408,0,410,1]},{"path":[4,58,1],"span":[408,8,48]},{"path":[4,58,2,0],"span":[409,2,21]},{"path":[4,58,2,0,5],"span":[409,2,8]},{"path":[4,58,2,0,1],"span":[409,9,16]},{"path":[4,58,2,0,3],"span":[409,19,20]},{"path":[6,0],"span":[412,0,464,1]},{"path":[6,0,1],"span":[412,8,19]},{"path":[6,0,2,0],"span":[413,2,121]},{"path":[6,0,2,0,1],"span":[413,6,34]},{"path":[6,0,2,0,2],"span":[413,35,70]},{"path":[6,0,2,0,3],"span":[413,81,117]},{"path":[6,0,2,1],"span":[415,2,100]},{"path":[6,0,2,1,1],"span":[415,6,27]},{"path":[6,0,2,1,2],"span":[415,28,56]},{"path":[6,0,2,1,3],"span":[415,67,96]},{"path":[6,0,2,2],"span":[417,2,106]},{"path":[6,0,2,2,1],"span":[417,6,29]},{"path":[6,0,2,2,2],"span":[417,30,60]},{"path":[6,0,2,2,3],"span":[417,71,102]},{"path":[6,0,2,3],"span":[419,2,115]},{"path":[6,0,2,3,1],"span":[419,6,32]},{"path":[6,0,2,3,2],"span":[419,33,66]},{"path":[6,0,2,3,3],"span":[419,77,111]},{"path":[6,0,2,4],"span":[421,2,76]},{"path":[6,0,2,4,1],"span":[421,6,19]},{"path":[6,0,2,4,2],"span":[421,20,40]},{"path":[6,0,2,4,3],"span":[421,51,72]},{"path":[6,0,2,5],"span":[423,2,76]},{"path":[6,0,2,5,1],"span":[423,6,19]},{"path":[6,0,2,5,2],"span":[423,20,40]},{"path":[6,0,2,5,3],"span":[423,51,72]},{"path":[6,0,2,6],"span":[425,2,97]},{"path":[6,0,2,6,1],"span":[425,6,26]},{"path":[6,0,2,6,2],"span":[425,27,54]},{"path":[6,0,2,6,3],"span":[425,65,93]},{"path":[6,0,2,7],"span":[427,2,88]},{"path":[6,0,2,7,1],"span":[427,6,23]},{"path":[6,0,2,7,2],"span":[427,24,48]},{"path":[6,0,2,7,3],"span":[427,59,84]},{"path":[6,0,2,8],"span":[429,2,82]},{"path":[6,0,2,8,1],"span":[429,6,21]},{"path":[6,0,2,8,2],"span":[429,22,44]},{"path":[6,0,2,8,3],"span":[429,55,78]},{"path":[6,0,2,9],"span":[431,2,97]},{"path":[6,0,2,9,1],"span":[431,6,28]},{"path":[6,0,2,9,2],"span":[431,29,58]},{"path":[6,0,2,9,3],"span":[431,69,93]},{"path":[6,0,2,10],"span":[433,2,97]},{"path":[6,0,2,10,1],"span":[433,6,26]},{"path":[6,0,2,10,2],"span":[433,27,54]},{"path":[6,0,2,10,3],"span":[433,65,93]},{"path":[6,0,2,11],"span":[435,2,106]},{"path":[6,0,2,11,1],"span":[435,6,29]},{"path":[6,0,2,11,2],"span":[435,30,60]},{"path":[6,0,2,11,3],"span":[435,71,102]},{"path":[6,0,2,12],"span":[437,2,106]},{"path":[6,0,2,12,1],"span":[437,6,29]},{"path":[6,0,2,12,2],"span":[437,30,60]},{"path":[6,0,2,12,3],"span":[437,71,102]},{"path":[6,0,2,13],"span":[439,2,115]},{"path":[6,0,2,13,1],"span":[439,6,32]},{"path":[6,0,2,13,2],"span":[439,33,66]},{"path":[6,0,2,13,3],"span":[439,77,111]},{"path":[6,0,2,14],"span":[441,2,106]},{"path":[6,0,2,14,1],"span":[441,6,29]},{"path":[6,0,2,14,2],"span":[441,30,60]},{"path":[6,0,2,14,3],"span":[441,71,102]},{"path":[6,0,2,15],"span":[443,2,112]},{"path":[6,0,2,15,1],"span":[443,6,31]},{"path":[6,0,2,15,2],"span":[443,32,64]},{"path":[6,0,2,15,3],"span":[443,75,108]},{"path":[6,0,2,16],"span":[445,2,130]},{"path":[6,0,2,16,1],"span":[445,6,37]},{"path":[6,0,2,16,2],"span":[445,38,76]},{"path":[6,0,2,16,3],"span":[445,87,126]},{"path":[6,0,2,17],"span":[447,2,91]},{"path":[6,0,2,17,1],"span":[447,6,24]},{"path":[6,0,2,17,2],"span":[447,25,50]},{"path":[6,0,2,17,3],"span":[447,61,87]},{"path":[6,0,2,18],"span":[449,2,151]},{"path":[6,0,2,18,1],"span":[449,6,44]},{"path":[6,0,2,18,2],"span":[449,45,90]},{"path":[6,0,2,18,3],"span":[449,101,147]},{"path":[6,0,2,19],"span":[451,2,99]},{"path":[6,0,2,19,1],"span":[451,6,30]},{"path":[6,0,2,19,2],"span":[451,31,57]},{"path":[6,0,2,19,3],"span":[451,68,95]},{"path":[6,0,2,20],"span":[453,2,100]},{"path":[6,0,2,20,1],"span":[453,6,39]},{"path":[6,0,2,20,2],"span":[453,40,62]},{"path":[6,0,2,20,3],"span":[453,73,96]},{"path":[6,0,2,21],"span":[455,2,100]},{"path":[6,0,2,21,1],"span":[455,6,27]},{"path":[6,0,2,21,2],"span":[455,28,56]},{"path":[6,0,2,21,3],"span":[455,67,96]},{"path":[6,0,2,22],"span":[457,2,112]},{"path":[6,0,2,22,1],"span":[457,6,31]},{"path":[6,0,2,22,2],"span":[457,32,64]},{"path":[6,0,2,22,3],"span":[457,75,108]},{"path":[6,0,2,23],"span":[459,2,103]},{"path":[6,0,2,23,1],"span":[459,6,28]},{"path":[6,0,2,23,2],"span":[459,29,58]},{"path":[6,0,2,23,3],"span":[459,69,99]},{"path":[6,0,2,24],"span":[461,2,118]},{"path":[6,0,2,24,1],"span":[461,6,33]},{"path":[6,0,2,24,2],"span":[461,34,68]},{"path":[6,0,2,24,3],"span":[461,79,114]},{"path":[6,0,2,25],"span":[463,2,133]},{"path":[6,0,2,25,1],"span":[463,6,38]},{"path":[6,0,2,25,2],"span":[463,39,78]},{"path":[6,0,2,25,3],"span":[463,89,129]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -572,6 +572,8 @@ export namespace GetInstallsBySiteRequest {
|
|
|
572
572
|
export class Filter extends jspb.Message {
|
|
573
573
|
getState(): InstallStateValue;
|
|
574
574
|
setState(value: InstallStateValue): Filter;
|
|
575
|
+
getType(): InstallType;
|
|
576
|
+
setType(value: InstallType): Filter;
|
|
575
577
|
|
|
576
578
|
serializeBinary(): Uint8Array;
|
|
577
579
|
toObject(includeInstance?: boolean): Filter.AsObject;
|
|
@@ -586,6 +588,7 @@ export namespace GetInstallsBySiteRequest {
|
|
|
586
588
|
export namespace Filter {
|
|
587
589
|
export type AsObject = {
|
|
588
590
|
state: InstallStateValue,
|
|
591
|
+
type: InstallType,
|
|
589
592
|
}
|
|
590
593
|
}
|
|
591
594
|
|
|
@@ -5533,7 +5533,8 @@ proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.prototype.toObje
|
|
|
5533
5533
|
*/
|
|
5534
5534
|
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.toObject = function(includeInstance, msg) {
|
|
5535
5535
|
var f, obj = {
|
|
5536
|
-
state: jspb.Message.getFieldWithDefault(msg, 1, 0)
|
|
5536
|
+
state: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5537
|
+
type: jspb.Message.getFieldWithDefault(msg, 2, 0)
|
|
5537
5538
|
};
|
|
5538
5539
|
|
|
5539
5540
|
if (includeInstance) {
|
|
@@ -5574,6 +5575,10 @@ proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.deserializeBinar
|
|
|
5574
5575
|
var value = /** @type {!proto.lansweeper.multitenant.v1.InstallStateValue} */ (reader.readEnum());
|
|
5575
5576
|
msg.setState(value);
|
|
5576
5577
|
break;
|
|
5578
|
+
case 2:
|
|
5579
|
+
var value = /** @type {!proto.lansweeper.multitenant.v1.InstallType} */ (reader.readEnum());
|
|
5580
|
+
msg.setType(value);
|
|
5581
|
+
break;
|
|
5577
5582
|
default:
|
|
5578
5583
|
reader.skipField();
|
|
5579
5584
|
break;
|
|
@@ -5610,6 +5615,13 @@ proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.serializeBinaryT
|
|
|
5610
5615
|
f
|
|
5611
5616
|
);
|
|
5612
5617
|
}
|
|
5618
|
+
f = message.getType();
|
|
5619
|
+
if (f !== 0.0) {
|
|
5620
|
+
writer.writeEnum(
|
|
5621
|
+
2,
|
|
5622
|
+
f
|
|
5623
|
+
);
|
|
5624
|
+
}
|
|
5613
5625
|
};
|
|
5614
5626
|
|
|
5615
5627
|
|
|
@@ -5631,6 +5643,24 @@ proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.prototype.setSta
|
|
|
5631
5643
|
};
|
|
5632
5644
|
|
|
5633
5645
|
|
|
5646
|
+
/**
|
|
5647
|
+
* optional InstallType type = 2;
|
|
5648
|
+
* @return {!proto.lansweeper.multitenant.v1.InstallType}
|
|
5649
|
+
*/
|
|
5650
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.prototype.getType = function() {
|
|
5651
|
+
return /** @type {!proto.lansweeper.multitenant.v1.InstallType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
5652
|
+
};
|
|
5653
|
+
|
|
5654
|
+
|
|
5655
|
+
/**
|
|
5656
|
+
* @param {!proto.lansweeper.multitenant.v1.InstallType} value
|
|
5657
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter} returns this
|
|
5658
|
+
*/
|
|
5659
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter.prototype.setType = function(value) {
|
|
5660
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
5661
|
+
};
|
|
5662
|
+
|
|
5663
|
+
|
|
5634
5664
|
/**
|
|
5635
5665
|
* optional string site_id = 1;
|
|
5636
5666
|
* @return {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.20",
|
|
4
4
|
"description": "Multitenant grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@grpc/grpc-js": "^1.6.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "b628554eb06e56a7cd61df6e02a216423d0c440b"
|
|
19
19
|
}
|