@lansweeper/multitenant-api-grpc 0.4.14 → 0.4.15

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.15](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.14...@lansweeper/multitenant-api-grpc@0.4.15) (2022-10-27)
7
+
8
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.4.14](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.13...@lansweeper/multitenant-api-grpc@0.4.14) (2022-10-24)
7
15
 
8
16
  **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
@@ -1 +1 @@
1
- {"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"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":"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":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"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"}]}],"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":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,448,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,111,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,128,1]},{"path":[4,17,1],"span":[126,8,30]},{"path":[4,17,2,0],"span":[127,2,34]},{"path":[4,17,2,0,4],"span":[127,2,10]},{"path":[4,17,2,0,5],"span":[127,11,17]},{"path":[4,17,2,0,1],"span":[127,18,29]},{"path":[4,17,2,0,3],"span":[127,32,33]},{"path":[4,18],"span":[130,0,132,1]},{"path":[4,18,1],"span":[130,8,31]},{"path":[4,18,2,0],"span":[131,2,31]},{"path":[4,18,2,0,4],"span":[131,2,10]},{"path":[4,18,2,0,6],"span":[131,11,18]},{"path":[4,18,2,0,1],"span":[131,19,26]},{"path":[4,18,2,0,3],"span":[131,29,30]},{"path":[4,19],"span":[134,0,140,1]},{"path":[4,19,1],"span":[134,8,32]},{"path":[4,19,2,0],"span":[135,2,21]},{"path":[4,19,2,0,5],"span":[135,2,8]},{"path":[4,19,2,0,1],"span":[135,9,16]},{"path":[4,19,2,0,3],"span":[135,19,20]},{"path":[4,19,3,0],"span":[136,2,138,3]},{"path":[4,19,3,0,1],"span":[136,10,16]},{"path":[4,19,3,0,2,0],"span":[137,4,32]},{"path":[4,19,3,0,2,0,6],"span":[137,4,21]},{"path":[4,19,3,0,2,0,1],"span":[137,22,27]},{"path":[4,19,3,0,2,0,3],"span":[137,30,31]},{"path":[4,19,2,1],"span":[139,2,20]},{"path":[4,19,2,1,6],"span":[139,2,8]},{"path":[4,19,2,1,1],"span":[139,9,15]},{"path":[4,19,2,1,3],"span":[139,18,19]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,33]},{"path":[4,20,2,0],"span":[143,2,31]},{"path":[4,20,2,0,4],"span":[143,2,10]},{"path":[4,20,2,0,6],"span":[143,11,18]},{"path":[4,20,2,0,1],"span":[143,19,26]},{"path":[4,20,2,0,3],"span":[143,29,30]},{"path":[4,21],"span":[146,0,148,1]},{"path":[4,21,1],"span":[146,8,35]},{"path":[4,21,2,0],"span":[147,2,23]},{"path":[4,21,2,0,5],"span":[147,2,8]},{"path":[4,21,2,0,1],"span":[147,9,18]},{"path":[4,21,2,0,3],"span":[147,21,22]},{"path":[4,22],"span":[150,0,152,1]},{"path":[4,22,1],"span":[150,8,36]},{"path":[4,22,2,0],"span":[151,2,22]},{"path":[4,22,2,0,6],"span":[151,2,9]},{"path":[4,22,2,0,1],"span":[151,10,17]},{"path":[4,22,2,0,3],"span":[151,20,21]},{"path":[4,23],"span":[154,0,166,1]},{"path":[4,23,1],"span":[154,8,28]},{"path":[4,23,9],"span":[155,2,13]},{"path":[4,23,9,0],"span":[155,11,12]},{"path":[4,23,9,0,1],"span":[155,11,12]},{"path":[4,23,2,0],"span":[156,2,21]},{"path":[4,23,2,0,5],"span":[156,2,8]},{"path":[4,23,2,0,1],"span":[156,9,16]},{"path":[4,23,2,0,3],"span":[156,19,20]},{"path":[4,23,2,1],"span":[157,2,26]},{"path":[4,23,2,1,5],"span":[157,2,8]},{"path":[4,23,2,1,1],"span":[157,9,21]},{"path":[4,23,2,1,3],"span":[157,24,25]},{"path":[4,23,2,2],"span":[158,2,25]},{"path":[4,23,2,2,5],"span":[158,2,8]},{"path":[4,23,2,2,1],"span":[158,9,20]},{"path":[4,23,2,2,3],"span":[158,23,24]},{"path":[4,23,2,3],"span":[159,2,20]},{"path":[4,23,2,3,5],"span":[159,2,8]},{"path":[4,23,2,3,1],"span":[159,9,15]},{"path":[4,23,2,3,3],"span":[159,18,19]},{"path":[4,23,2,4],"span":[160,2,18]},{"path":[4,23,2,4,5],"span":[160,2,8]},{"path":[4,23,2,4,1],"span":[160,9,13]},{"path":[4,23,2,4,3],"span":[160,16,17]},{"path":[4,23,2,5],"span":[161,2,27]},{"path":[4,23,2,5,5],"span":[161,2,8]},{"path":[4,23,2,5,1],"span":[161,9,22]},{"path":[4,23,2,5,3],"span":[161,25,26]},{"path":[4,23,2,6],"span":[163,2,28]},{"path":[4,23,2,6,5],"span":[163,2,6]},{"path":[4,23,2,6,1],"span":[163,7,23]},{"path":[4,23,2,6,3],"span":[163,26,27]},{"path":[4,23,2,7],"span":[164,2,23]},{"path":[4,23,2,7,5],"span":[164,2,8]},{"path":[4,23,2,7,1],"span":[164,9,18]},{"path":[4,23,2,7,3],"span":[164,21,22]},{"path":[4,23,2,8],"span":[165,2,24]},{"path":[4,23,2,8,6],"span":[165,2,13]},{"path":[4,23,2,8,1],"span":[165,14,18]},{"path":[4,23,2,8,3],"span":[165,21,23]},{"path":[5,2],"span":[168,0,171,1]},{"path":[5,2,1],"span":[168,5,16]},{"path":[5,2,2,0],"span":[169,2,7]},{"path":[5,2,2,0,1],"span":[169,2,4]},{"path":[5,2,2,0,2],"span":[169,5,6]},{"path":[5,2,2,1],"span":[170,2,7]},{"path":[5,2,2,1,1],"span":[170,2,4]},{"path":[5,2,2,1,2],"span":[170,5,6]},{"path":[4,24],"span":[173,0,176,1]},{"path":[4,24,1],"span":[173,8,29]},{"path":[4,24,2,0],"span":[174,2,22]},{"path":[4,24,2,0,6],"span":[174,2,9]},{"path":[4,24,2,0,1],"span":[174,10,17]},{"path":[4,24,2,0,3],"span":[174,20,21]},{"path":[4,24,2,1],"span":[175,2,37]},{"path":[4,24,2,1,6],"span":[175,2,20]},{"path":[4,24,2,1,1],"span":[175,21,32]},{"path":[4,24,2,1,3],"span":[175,35,36]},{"path":[4,25],"span":[178,0,184,1]},{"path":[4,25,1],"span":[178,8,35]},{"path":[4,25,2,0],"span":[179,2,21]},{"path":[4,25,2,0,5],"span":[179,2,8]},{"path":[4,25,2,0,1],"span":[179,9,16]},{"path":[4,25,2,0,3],"span":[179,19,20]},{"path":[4,25,2,1],"span":[180,2,26]},{"path":[4,25,2,1,5],"span":[180,2,8]},{"path":[4,25,2,1,1],"span":[180,9,21]},{"path":[4,25,2,1,3],"span":[180,24,25]},{"path":[4,25,2,2],"span":[181,2,25]},{"path":[4,25,2,2,5],"span":[181,2,8]},{"path":[4,25,2,2,1],"span":[181,9,20]},{"path":[4,25,2,2,3],"span":[181,23,24]},{"path":[4,25,2,3],"span":[182,2,23]},{"path":[4,25,2,3,5],"span":[182,2,8]},{"path":[4,25,2,3,1],"span":[182,9,18]},{"path":[4,25,2,3,3],"span":[182,21,22]},{"path":[4,25,2,4],"span":[183,2,23]},{"path":[4,25,2,4,6],"span":[183,2,13]},{"path":[4,25,2,4,1],"span":[183,14,18]},{"path":[4,25,2,4,3],"span":[183,21,22]},{"path":[4,26],"span":[186,0,190,1]},{"path":[4,26,1],"span":[186,8,36]},{"path":[4,26,2,0],"span":[187,2,22]},{"path":[4,26,2,0,6],"span":[187,2,9]},{"path":[4,26,2,0,1],"span":[187,10,17]},{"path":[4,26,2,0,3],"span":[187,20,21]},{"path":[4,26,2,1],"span":[188,2,37]},{"path":[4,26,2,1,6],"span":[188,2,20]},{"path":[4,26,2,1,1],"span":[188,21,32]},{"path":[4,26,2,1,3],"span":[188,35,36]},{"path":[4,26,2,2],"span":[189,2,21]},{"path":[4,26,2,2,5],"span":[189,2,8]},{"path":[4,26,2,2,1],"span":[189,9,16]},{"path":[4,26,2,2,3],"span":[189,19,20]},{"path":[4,27],"span":[192,0,207,1]},{"path":[4,27,1],"span":[192,8,38]},{"path":[4,27,2,0],"span":[193,2,23]},{"path":[4,27,2,0,5],"span":[193,2,8]},{"path":[4,27,2,0,1],"span":[193,9,18]},{"path":[4,27,2,0,3],"span":[193,21,22]},{"path":[4,27,2,1],"span":[194,2,26]},{"path":[4,27,2,1,5],"span":[194,2,8]},{"path":[4,27,2,1,1],"span":[194,9,21]},{"path":[4,27,2,1,3],"span":[194,24,25]},{"path":[4,27,2,2],"span":[195,2,25]},{"path":[4,27,2,2,5],"span":[195,2,8]},{"path":[4,27,2,2,1],"span":[195,9,20]},{"path":[4,27,2,2,3],"span":[195,23,24]},{"path":[4,27,2,3],"span":[196,2,20]},{"path":[4,27,2,3,5],"span":[196,2,8]},{"path":[4,27,2,3,1],"span":[196,9,15]},{"path":[4,27,2,3,3],"span":[196,18,19]},{"path":[4,27,2,4],"span":[197,2,18]},{"path":[4,27,2,4,5],"span":[197,2,8]},{"path":[4,27,2,4,1],"span":[197,9,13]},{"path":[4,27,2,4,3],"span":[197,16,17]},{"path":[4,27,3,0],"span":[199,2,204,3]},{"path":[4,27,3,0,1],"span":[199,10,24]},{"path":[4,27,3,0,2,0],"span":[200,4,41]},{"path":[4,27,3,0,2,0,5],"span":[200,4,10]},{"path":[4,27,3,0,2,0,1],"span":[200,11,36]},{"path":[4,27,3,0,2,0,3],"span":[200,39,40]},{"path":[4,27,3,0,2,1],"span":[201,4,47]},{"path":[4,27,3,0,2,1,5],"span":[201,4,10]},{"path":[4,27,3,0,2,1,1],"span":[201,11,42]},{"path":[4,27,3,0,2,1,3],"span":[201,45,46]},{"path":[4,27,3,0,2,2],"span":[202,4,45]},{"path":[4,27,3,0,2,2,5],"span":[202,4,10]},{"path":[4,27,3,0,2,2,1],"span":[202,11,40]},{"path":[4,27,3,0,2,2,3],"span":[202,43,44]},{"path":[4,27,3,0,2,3],"span":[203,4,40]},{"path":[4,27,3,0,2,3,5],"span":[203,4,10]},{"path":[4,27,3,0,2,3,1],"span":[203,11,35]},{"path":[4,27,3,0,2,3,3],"span":[203,38,39]},{"path":[4,27,2,5],"span":[206,2,37]},{"path":[4,27,2,5,6],"span":[206,2,16]},{"path":[4,27,2,5,1],"span":[206,17,32]},{"path":[4,27,2,5,3],"span":[206,35,36]},{"path":[4,28],"span":[209,0,211,1]},{"path":[4,28,1],"span":[209,8,39]},{"path":[4,28,2,0],"span":[210,2,22]},{"path":[4,28,2,0,6],"span":[210,2,9]},{"path":[4,28,2,0,1],"span":[210,10,17]},{"path":[4,28,2,0,3],"span":[210,20,21]},{"path":[4,29],"span":[213,0,216,1]},{"path":[4,29,1],"span":[213,8,38]},{"path":[4,29,2,0],"span":[214,2,23]},{"path":[4,29,2,0,5],"span":[214,2,8]},{"path":[4,29,2,0,1],"span":[214,9,18]},{"path":[4,29,2,0,3],"span":[214,21,22]},{"path":[4,29,2,1],"span":[215,2,22]},{"path":[4,29,2,1,5],"span":[215,2,8]},{"path":[4,29,2,1,1],"span":[215,9,17]},{"path":[4,29,2,1,3],"span":[215,20,21]},{"path":[4,30],"span":[218,0,223,1]},{"path":[4,30,1],"span":[218,8,39]},{"path":[4,30,2,0],"span":[219,2,19]},{"path":[4,30,2,0,5],"span":[219,2,6]},{"path":[4,30,2,0,1],"span":[219,7,14]},{"path":[4,30,2,0,3],"span":[219,17,18]},{"path":[4,30,2,1],"span":[220,2,21]},{"path":[4,30,2,1,5],"span":[220,2,8]},{"path":[4,30,2,1,1],"span":[220,9,16]},{"path":[4,30,2,1,3],"span":[220,19,20]},{"path":[4,30,2,2],"span":[221,2,28]},{"path":[4,30,2,2,5],"span":[221,2,8]},{"path":[4,30,2,2,1],"span":[221,9,23]},{"path":[4,30,2,2,3],"span":[221,26,27]},{"path":[4,30,2,3],"span":[222,2,28]},{"path":[4,30,2,3,5],"span":[222,2,8]},{"path":[4,30,2,3,1],"span":[222,9,23]},{"path":[4,30,2,3,3],"span":[222,26,27]},{"path":[4,31],"span":[225,0,230,1]},{"path":[4,31,1],"span":[225,8,38]},{"path":[4,31,2,0],"span":[226,2,23]},{"path":[4,31,2,0,5],"span":[226,2,8]},{"path":[4,31,2,0,1],"span":[226,9,18]},{"path":[4,31,2,0,3],"span":[226,21,22]},{"path":[4,31,2,1],"span":[227,2,22]},{"path":[4,31,2,1,5],"span":[227,2,8]},{"path":[4,31,2,1,1],"span":[227,9,17]},{"path":[4,31,2,1,3],"span":[227,20,21]},{"path":[4,31,2,2],"span":[228,2,23]},{"path":[4,31,2,2,5],"span":[228,2,6]},{"path":[4,31,2,2,1],"span":[228,7,18]},{"path":[4,31,2,2,3],"span":[228,21,22]},{"path":[4,31,2,3],"span":[229,2,23]},{"path":[4,31,2,3,5],"span":[229,2,6]},{"path":[4,31,2,3,1],"span":[229,7,18]},{"path":[4,31,2,3,3],"span":[229,21,22]},{"path":[4,32],"span":[232,0,234,1]},{"path":[4,32,1],"span":[232,8,39]},{"path":[4,32,2,0],"span":[233,2,19]},{"path":[4,32,2,0,5],"span":[233,2,6]},{"path":[4,32,2,0,1],"span":[233,7,14]},{"path":[4,32,2,0,3],"span":[233,17,18]},{"path":[4,33],"span":[236,0,242,1]},{"path":[4,33,1],"span":[236,8,41]},{"path":[4,33,2,0],"span":[237,2,23]},{"path":[4,33,2,0,5],"span":[237,2,8]},{"path":[4,33,2,0,1],"span":[237,9,18]},{"path":[4,33,2,0,3],"span":[237,21,22]},{"path":[4,33,2,1],"span":[238,2,26]},{"path":[4,33,2,1,5],"span":[238,2,8]},{"path":[4,33,2,1,1],"span":[238,9,21]},{"path":[4,33,2,1,3],"span":[238,24,25]},{"path":[4,33,2,2],"span":[239,2,25]},{"path":[4,33,2,2,5],"span":[239,2,8]},{"path":[4,33,2,2,1],"span":[239,9,20]},{"path":[4,33,2,2,3],"span":[239,23,24]},{"path":[4,33,2,3],"span":[240,2,23]},{"path":[4,33,2,3,5],"span":[240,2,8]},{"path":[4,33,2,3,1],"span":[240,9,18]},{"path":[4,33,2,3,3],"span":[240,21,22]},{"path":[4,33,2,4],"span":[241,2,23]},{"path":[4,33,2,4,6],"span":[241,2,13]},{"path":[4,33,2,4,1],"span":[241,14,18]},{"path":[4,33,2,4,3],"span":[241,21,22]},{"path":[4,34],"span":[244,0,249,1]},{"path":[4,34,1],"span":[244,8,42]},{"path":[4,34,2,0],"span":[245,2,22]},{"path":[4,34,2,0,6],"span":[245,2,9]},{"path":[4,34,2,0,1],"span":[245,10,17]},{"path":[4,34,2,0,3],"span":[245,20,21]},{"path":[4,34,2,1],"span":[246,2,37]},{"path":[4,34,2,1,6],"span":[246,2,20]},{"path":[4,34,2,1,1],"span":[246,21,32]},{"path":[4,34,2,1,3],"span":[246,35,36]},{"path":[4,34,2,2],"span":[247,2,23]},{"path":[4,34,2,2,6],"span":[247,2,13]},{"path":[4,34,2,2,1],"span":[247,14,18]},{"path":[4,34,2,2,3],"span":[247,21,22]},{"path":[4,34,2,3],"span":[248,2,21]},{"path":[4,34,2,3,5],"span":[248,2,8]},{"path":[4,34,2,3,1],"span":[248,9,16]},{"path":[4,34,2,3,3],"span":[248,19,20]},{"path":[4,35],"span":[251,0,255,1]},{"path":[4,35,1],"span":[251,8,40]},{"path":[4,35,2,0],"span":[252,2,21]},{"path":[4,35,2,0,5],"span":[252,2,8]},{"path":[4,35,2,0,1],"span":[252,9,16]},{"path":[4,35,2,0,3],"span":[252,19,20]},{"path":[4,35,2,1],"span":[253,2,34]},{"path":[4,35,2,1,4],"span":[253,2,10]},{"path":[4,35,2,1,5],"span":[253,11,17]},{"path":[4,35,2,1,1],"span":[253,18,29]},{"path":[4,35,2,1,3],"span":[253,32,33]},{"path":[4,35,2,2],"span":[254,2,21]},{"path":[4,35,2,2,5],"span":[254,2,8]},{"path":[4,35,2,2,1],"span":[254,9,16]},{"path":[4,35,2,2,3],"span":[254,19,20]},{"path":[4,36],"span":[257,0,263,1]},{"path":[4,36,1],"span":[257,8,41]},{"path":[4,36,3,0],"span":[258,2,261,3]},{"path":[4,36,3,0,1],"span":[258,10,16]},{"path":[4,36,3,0,2,0],"span":[259,4,26]},{"path":[4,36,3,0,2,0,5],"span":[259,4,10]},{"path":[4,36,3,0,2,0,1],"span":[259,11,21]},{"path":[4,36,3,0,2,0,3],"span":[259,24,25]},{"path":[4,36,3,0,2,1],"span":[260,4,20]},{"path":[4,36,3,0,2,1,5],"span":[260,4,8]},{"path":[4,36,3,0,2,1,1],"span":[260,9,15]},{"path":[4,36,3,0,2,1,3],"span":[260,18,19]},{"path":[4,36,2,0],"span":[262,2,29]},{"path":[4,36,2,0,4],"span":[262,2,10]},{"path":[4,36,2,0,6],"span":[262,11,17]},{"path":[4,36,2,0,1],"span":[262,18,24]},{"path":[4,36,2,0,3],"span":[262,27,28]},{"path":[4,37],"span":[265,0,268,1]},{"path":[4,37,1],"span":[265,8,46]},{"path":[4,37,2,0],"span":[266,2,21]},{"path":[4,37,2,0,5],"span":[266,2,8]},{"path":[4,37,2,0,1],"span":[266,9,16]},{"path":[4,37,2,0,3],"span":[266,19,20]},{"path":[4,37,2,1],"span":[267,2,23]},{"path":[4,37,2,1,5],"span":[267,2,8]},{"path":[4,37,2,1,1],"span":[267,9,18]},{"path":[4,37,2,1,3],"span":[267,21,22]},{"path":[4,38],"span":[270,0,272,1]},{"path":[4,38,1],"span":[270,8,47]},{"path":[4,38,2,0],"span":[271,2,31]},{"path":[4,38,2,0,4],"span":[271,2,10]},{"path":[4,38,2,0,6],"span":[271,11,18]},{"path":[4,38,2,0,1],"span":[271,19,26]},{"path":[4,38,2,0,3],"span":[271,29,30]},{"path":[4,39],"span":[274,0,277,1]},{"path":[4,39,1],"span":[274,8,33]},{"path":[4,39,2,0],"span":[275,2,21]},{"path":[4,39,2,0,5],"span":[275,2,8]},{"path":[4,39,2,0,1],"span":[275,9,16]},{"path":[4,39,2,0,3],"span":[275,19,20]},{"path":[4,39,2,1],"span":[276,2,24]},{"path":[4,39,2,1,5],"span":[276,2,8]},{"path":[4,39,2,1,1],"span":[276,9,19]},{"path":[4,39,2,1,3],"span":[276,22,23]},{"path":[4,40],"span":[279,0,297,1]},{"path":[4,40,1],"span":[279,8,34]},{"path":[4,40,3,0],"span":[280,2,283,3]},{"path":[4,40,3,0,1],"span":[280,10,29]},{"path":[4,40,3,0,2,0],"span":[281,4,19]},{"path":[4,40,3,0,2,0,5],"span":[281,4,10]},{"path":[4,40,3,0,2,0,1],"span":[281,11,14]},{"path":[4,40,3,0,2,0,3],"span":[281,17,18]},{"path":[4,40,3,0,2,1],"span":[282,4,34]},{"path":[4,40,3,0,2,1,5],"span":[282,4,9]},{"path":[4,40,3,0,2,1,1],"span":[282,10,29]},{"path":[4,40,3,0,2,1,3],"span":[282,32,33]},{"path":[4,40,3,1],"span":[285,2,287,3]},{"path":[4,40,3,1,1],"span":[285,10,15]},{"path":[4,40,3,1,2,0],"span":[286,4,18]},{"path":[4,40,3,1,2,0,5],"span":[286,4,10]},{"path":[4,40,3,1,2,0,1],"span":[286,11,13]},{"path":[4,40,3,1,2,0,3],"span":[286,16,17]},{"path":[4,40,3,2],"span":[289,2,294,3]},{"path":[4,40,3,2,1],"span":[289,10,14]},{"path":[4,40,3,2,2,0],"span":[290,4,18]},{"path":[4,40,3,2,2,0,5],"span":[290,4,10]},{"path":[4,40,3,2,2,0,1],"span":[290,11,13]},{"path":[4,40,3,2,2,0,3],"span":[290,16,17]},{"path":[4,40,3,2,2,1],"span":[291,4,45]},{"path":[4,40,3,2,2,1,4],"span":[291,4,12]},{"path":[4,40,3,2,2,1,6],"span":[291,13,32]},{"path":[4,40,3,2,2,1,1],"span":[291,33,40]},{"path":[4,40,3,2,2,1,3],"span":[291,43,44]},{"path":[4,40,3,2,2,2],"span":[292,4,39]},{"path":[4,40,3,2,2,2,4],"span":[292,4,12]},{"path":[4,40,3,2,2,2,6],"span":[292,13,20]},{"path":[4,40,3,2,2,2,1],"span":[292,21,34]},{"path":[4,40,3,2,2,2,3],"span":[292,37,38]},{"path":[4,40,3,2,2,3],"span":[293,4,30]},{"path":[4,40,3,2,2,3,4],"span":[293,4,12]},{"path":[4,40,3,2,2,3,6],"span":[293,13,18]},{"path":[4,40,3,2,2,3,1],"span":[293,19,25]},{"path":[4,40,3,2,2,3,3],"span":[293,28,29]},{"path":[4,40,2,0],"span":[296,2,26]},{"path":[4,40,2,0,4],"span":[296,2,10]},{"path":[4,40,2,0,6],"span":[296,11,15]},{"path":[4,40,2,0,1],"span":[296,16,21]},{"path":[4,40,2,0,3],"span":[296,24,25]},{"path":[4,41],"span":[299,0,301,1]},{"path":[4,41,1],"span":[299,8,53]},{"path":[4,41,2,0],"span":[300,2,35]},{"path":[4,41,2,0,5],"span":[300,2,8]},{"path":[4,41,2,0,1],"span":[300,9,30]},{"path":[4,41,2,0,3],"span":[300,33,34]},{"path":[4,42],"span":[303,0,306,1]},{"path":[4,42,1],"span":[303,8,54]},{"path":[4,42,2,0],"span":[304,2,21]},{"path":[4,42,2,0,5],"span":[304,2,8]},{"path":[4,42,2,0,1],"span":[304,9,16]},{"path":[4,42,2,0,3],"span":[304,19,20]},{"path":[4,42,2,1],"span":[305,2,28]},{"path":[4,42,2,1,5],"span":[305,2,8]},{"path":[4,42,2,1,1],"span":[305,9,23]},{"path":[4,42,2,1,3],"span":[305,26,27]},{"path":[4,43],"span":[308,0,325,1]},{"path":[4,43,1],"span":[308,8,34]},{"path":[4,43,2,0],"span":[309,2,30]},{"path":[4,43,2,0,5],"span":[309,2,8]},{"path":[4,43,2,0,1],"span":[309,9,25]},{"path":[4,43,2,0,3],"span":[309,28,29]},{"path":[4,43,2,1],"span":[310,2,39]},{"path":[4,43,2,1,5],"span":[310,2,8]},{"path":[4,43,2,1,1],"span":[310,9,14]},{"path":[4,43,2,1,3],"span":[310,17,18]},{"path":[4,43,2,1,8],"span":[310,19,38]},{"path":[4,43,2,1,8,3],"span":[310,20,37]},{"path":[4,43,3,0],"span":[312,2,317,3]},{"path":[4,43,3,0,1],"span":[312,10,22]},{"path":[4,43,3,0,2,0],"span":[313,4,20]},{"path":[4,43,3,0,2,0,5],"span":[313,4,10]},{"path":[4,43,3,0,2,0,1],"span":[313,11,15]},{"path":[4,43,3,0,2,0,3],"span":[313,18,19]},{"path":[4,43,3,0,2,1],"span":[314,4,44]},{"path":[4,43,3,0,2,1,5],"span":[314,4,10]},{"path":[4,43,3,0,2,1,1],"span":[314,11,19]},{"path":[4,43,3,0,2,1,3],"span":[314,22,23]},{"path":[4,43,3,0,2,1,8],"span":[314,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[314,25,42]},{"path":[4,43,3,0,2,2],"span":[315,4,25]},{"path":[4,43,3,0,2,2,5],"span":[315,4,10]},{"path":[4,43,3,0,2,2,1],"span":[315,11,20]},{"path":[4,43,3,0,2,2,3],"span":[315,23,24]},{"path":[4,43,3,0,2,3],"span":[316,4,23]},{"path":[4,43,3,0,2,3,5],"span":[316,4,10]},{"path":[4,43,3,0,2,3,1],"span":[316,11,18]},{"path":[4,43,3,0,2,3,3],"span":[316,21,22]},{"path":[4,43,2,2],"span":[318,2,35]},{"path":[4,43,2,2,4],"span":[318,2,10]},{"path":[4,43,2,2,6],"span":[318,11,23]},{"path":[4,43,2,2,1],"span":[318,24,30]},{"path":[4,43,2,2,3],"span":[318,33,34]},{"path":[4,43,2,3],"span":[320,2,25]},{"path":[4,43,2,3,5],"span":[320,2,8]},{"path":[4,43,2,3,1],"span":[320,9,20]},{"path":[4,43,2,3,3],"span":[320,23,24]},{"path":[4,43,2,4],"span":[321,2,26]},{"path":[4,43,2,4,5],"span":[321,2,8]},{"path":[4,43,2,4,1],"span":[321,9,21]},{"path":[4,43,2,4,3],"span":[321,24,25]},{"path":[4,43,2,5],"span":[322,2,45]},{"path":[4,43,2,5,5],"span":[322,2,8]},{"path":[4,43,2,5,1],"span":[322,9,20]},{"path":[4,43,2,5,3],"span":[322,23,24]},{"path":[4,43,2,5,8],"span":[322,25,44]},{"path":[4,43,2,5,8,3],"span":[322,26,43]},{"path":[4,43,2,6],"span":[323,2,24]},{"path":[4,43,2,6,5],"span":[323,2,8]},{"path":[4,43,2,6,1],"span":[323,9,19]},{"path":[4,43,2,6,3],"span":[323,22,23]},{"path":[4,43,2,7],"span":[324,2,28]},{"path":[4,43,2,7,5],"span":[324,2,8]},{"path":[4,43,2,7,1],"span":[324,9,23]},{"path":[4,43,2,7,3],"span":[324,26,27]},{"path":[4,44],"span":[327,0,329,1]},{"path":[4,44,1],"span":[327,8,35]},{"path":[4,44,2,0],"span":[328,2,21]},{"path":[4,44,2,0,5],"span":[328,2,6]},{"path":[4,44,2,0,1],"span":[328,7,16]},{"path":[4,44,2,0,3],"span":[328,19,20]},{"path":[4,45],"span":[331,0,333,1]},{"path":[4,45,1],"span":[331,8,12]},{"path":[4,45,2,0],"span":[332,2,16]},{"path":[4,45,2,0,5],"span":[332,2,8]},{"path":[4,45,2,0,1],"span":[332,9,11]},{"path":[4,45,2,0,3],"span":[332,14,15]},{"path":[4,46],"span":[335,0,338,1]},{"path":[4,46,1],"span":[335,8,30]},{"path":[4,46,2,0],"span":[336,2,28]},{"path":[4,46,2,0,5],"span":[336,2,8]},{"path":[4,46,2,0,1],"span":[336,9,23]},{"path":[4,46,2,0,3],"span":[336,26,27]},{"path":[4,46,2,1],"span":[337,2,22]},{"path":[4,46,2,1,5],"span":[337,2,8]},{"path":[4,46,2,1,1],"span":[337,9,17]},{"path":[4,46,2,1,3],"span":[337,20,21]},{"path":[4,47],"span":[340,0,342,1]},{"path":[4,47,1],"span":[340,8,31]},{"path":[4,47,2,0],"span":[341,2,25]},{"path":[4,47,2,0,4],"span":[341,2,10]},{"path":[4,47,2,0,6],"span":[341,11,15]},{"path":[4,47,2,0,1],"span":[341,16,20]},{"path":[4,47,2,0,3],"span":[341,23,24]},{"path":[4,48],"span":[344,0,346,1]},{"path":[4,48,1],"span":[344,8,36]},{"path":[4,48,2,0],"span":[345,2,21]},{"path":[4,48,2,0,5],"span":[345,2,8]},{"path":[4,48,2,0,1],"span":[345,9,16]},{"path":[4,48,2,0,3],"span":[345,19,20]},{"path":[4,49],"span":[348,0,350,1]},{"path":[4,49,1],"span":[348,8,37]},{"path":[4,49,2,0],"span":[349,2,34]},{"path":[4,49,2,0,4],"span":[349,2,10]},{"path":[4,49,2,0,5],"span":[349,11,17]},{"path":[4,49,2,0,1],"span":[349,18,29]},{"path":[4,49,2,0,3],"span":[349,32,33]},{"path":[4,50],"span":[352,0,355,1]},{"path":[4,50,1],"span":[352,8,40]},{"path":[4,50,2,0],"span":[353,2,28]},{"path":[4,50,2,0,5],"span":[353,2,8]},{"path":[4,50,2,0,1],"span":[353,9,23]},{"path":[4,50,2,0,3],"span":[353,26,27]},{"path":[4,50,2,1],"span":[354,2,24]},{"path":[4,50,2,1,5],"span":[354,2,8]},{"path":[4,50,2,1,1],"span":[354,9,19]},{"path":[4,50,2,1,3],"span":[354,22,23]},{"path":[4,51],"span":[357,0,359,1]},{"path":[4,51,1],"span":[357,8,41]},{"path":[4,51,2,0],"span":[358,2,22]},{"path":[4,51,2,0,5],"span":[358,2,6]},{"path":[4,51,2,0,1],"span":[358,7,17]},{"path":[4,51,2,0,3],"span":[358,20,21]},{"path":[5,3],"span":[361,0,368,1]},{"path":[5,3,1],"span":[361,5,21]},{"path":[5,3,2,0],"span":[362,2,43]},{"path":[5,3,2,0,1],"span":[362,2,38]},{"path":[5,3,2,0,2],"span":[362,41,42]},{"path":[5,3,2,1],"span":[363,2,36]},{"path":[5,3,2,1,1],"span":[363,2,31]},{"path":[5,3,2,1,2],"span":[363,34,35]},{"path":[5,3,2,2],"span":[364,2,39]},{"path":[5,3,2,2,1],"span":[364,2,34]},{"path":[5,3,2,2,2],"span":[364,37,38]},{"path":[5,3,2,3],"span":[365,2,38]},{"path":[5,3,2,3,1],"span":[365,2,33]},{"path":[5,3,2,3,2],"span":[365,36,37]},{"path":[5,3,2,4],"span":[366,2,34]},{"path":[5,3,2,4,1],"span":[366,2,29]},{"path":[5,3,2,4,2],"span":[366,32,33]},{"path":[5,3,2,5],"span":[367,2,41]},{"path":[5,3,2,5,1],"span":[367,2,36]},{"path":[5,3,2,5,2],"span":[367,39,40]},{"path":[4,52],"span":[370,0,377,1]},{"path":[4,52,1],"span":[370,8,20]},{"path":[4,52,2,0],"span":[371,2,16]},{"path":[4,52,2,0,5],"span":[371,2,8]},{"path":[4,52,2,0,1],"span":[371,9,11]},{"path":[4,52,2,0,3],"span":[371,14,15]},{"path":[4,52,2,1],"span":[372,2,21]},{"path":[4,52,2,1,5],"span":[372,2,8]},{"path":[4,52,2,1,1],"span":[372,9,16]},{"path":[4,52,2,1,3],"span":[372,19,20]},{"path":[4,52,2,2],"span":[373,2,28]},{"path":[4,52,2,2,6],"span":[373,2,18]},{"path":[4,52,2,2,1],"span":[373,19,23]},{"path":[4,52,2,2,3],"span":[373,26,27]},{"path":[4,52,2,3],"span":[374,2,25]},{"path":[4,52,2,3,5],"span":[374,2,7]},{"path":[4,52,2,3,1],"span":[374,8,20]},{"path":[4,52,2,3,3],"span":[374,23,24]},{"path":[4,52,2,4],"span":[375,2,29]},{"path":[4,52,2,4,5],"span":[375,2,8]},{"path":[4,52,2,4,1],"span":[375,9,24]},{"path":[4,52,2,4,3],"span":[375,27,28]},{"path":[4,52,2,5],"span":[376,2,24]},{"path":[4,52,2,5,5],"span":[376,2,8]},{"path":[4,52,2,5,1],"span":[376,9,19]},{"path":[4,52,2,5,3],"span":[376,22,23]},{"path":[4,53],"span":[379,0,384,1]},{"path":[4,53,1],"span":[379,8,37]},{"path":[4,53,2,0],"span":[380,2,21]},{"path":[4,53,2,0,5],"span":[380,2,8]},{"path":[4,53,2,0,1],"span":[380,9,16]},{"path":[4,53,2,0,3],"span":[380,19,20]},{"path":[4,53,2,1],"span":[381,2,28]},{"path":[4,53,2,1,6],"span":[381,2,18]},{"path":[4,53,2,1,1],"span":[381,19,23]},{"path":[4,53,2,1,3],"span":[381,26,27]},{"path":[4,53,2,2],"span":[382,2,25]},{"path":[4,53,2,2,5],"span":[382,2,7]},{"path":[4,53,2,2,1],"span":[382,8,20]},{"path":[4,53,2,2,3],"span":[382,23,24]},{"path":[4,53,2,3],"span":[383,2,29]},{"path":[4,53,2,3,5],"span":[383,2,8]},{"path":[4,53,2,3,1],"span":[383,9,24]},{"path":[4,53,2,3,3],"span":[383,27,28]},{"path":[4,54],"span":[386,0,388,1]},{"path":[4,54,1],"span":[386,8,38]},{"path":[4,54,2,0],"span":[387,2,32]},{"path":[4,54,2,0,6],"span":[387,2,14]},{"path":[4,54,2,0,1],"span":[387,15,27]},{"path":[4,54,2,0,3],"span":[387,30,31]},{"path":[4,55],"span":[390,0,392,1]},{"path":[4,55,1],"span":[390,8,42]},{"path":[4,55,2,0],"span":[391,2,21]},{"path":[4,55,2,0,5],"span":[391,2,8]},{"path":[4,55,2,0,1],"span":[391,9,16]},{"path":[4,55,2,0,3],"span":[391,19,20]},{"path":[4,56],"span":[394,0,396,1]},{"path":[4,56,1],"span":[394,8,43]},{"path":[4,56,2,0],"span":[395,2,35]},{"path":[4,56,2,0,5],"span":[395,2,8]},{"path":[4,56,2,0,1],"span":[395,9,30]},{"path":[4,56,2,0,3],"span":[395,33,34]},{"path":[6,0],"span":[398,0,448,1]},{"path":[6,0,1],"span":[398,8,19]},{"path":[6,0,2,0],"span":[399,2,121]},{"path":[6,0,2,0,1],"span":[399,6,34]},{"path":[6,0,2,0,2],"span":[399,35,70]},{"path":[6,0,2,0,3],"span":[399,81,117]},{"path":[6,0,2,1],"span":[401,2,100]},{"path":[6,0,2,1,1],"span":[401,6,27]},{"path":[6,0,2,1,2],"span":[401,28,56]},{"path":[6,0,2,1,3],"span":[401,67,96]},{"path":[6,0,2,2],"span":[403,2,106]},{"path":[6,0,2,2,1],"span":[403,6,29]},{"path":[6,0,2,2,2],"span":[403,30,60]},{"path":[6,0,2,2,3],"span":[403,71,102]},{"path":[6,0,2,3],"span":[405,2,115]},{"path":[6,0,2,3,1],"span":[405,6,32]},{"path":[6,0,2,3,2],"span":[405,33,66]},{"path":[6,0,2,3,3],"span":[405,77,111]},{"path":[6,0,2,4],"span":[407,2,76]},{"path":[6,0,2,4,1],"span":[407,6,19]},{"path":[6,0,2,4,2],"span":[407,20,40]},{"path":[6,0,2,4,3],"span":[407,51,72]},{"path":[6,0,2,5],"span":[409,2,76]},{"path":[6,0,2,5,1],"span":[409,6,19]},{"path":[6,0,2,5,2],"span":[409,20,40]},{"path":[6,0,2,5,3],"span":[409,51,72]},{"path":[6,0,2,6],"span":[411,2,97]},{"path":[6,0,2,6,1],"span":[411,6,26]},{"path":[6,0,2,6,2],"span":[411,27,54]},{"path":[6,0,2,6,3],"span":[411,65,93]},{"path":[6,0,2,7],"span":[413,2,88]},{"path":[6,0,2,7,1],"span":[413,6,23]},{"path":[6,0,2,7,2],"span":[413,24,48]},{"path":[6,0,2,7,3],"span":[413,59,84]},{"path":[6,0,2,8],"span":[415,2,82]},{"path":[6,0,2,8,1],"span":[415,6,21]},{"path":[6,0,2,8,2],"span":[415,22,44]},{"path":[6,0,2,8,3],"span":[415,55,78]},{"path":[6,0,2,9],"span":[417,2,97]},{"path":[6,0,2,9,1],"span":[417,6,28]},{"path":[6,0,2,9,2],"span":[417,29,58]},{"path":[6,0,2,9,3],"span":[417,69,93]},{"path":[6,0,2,10],"span":[419,2,97]},{"path":[6,0,2,10,1],"span":[419,6,26]},{"path":[6,0,2,10,2],"span":[419,27,54]},{"path":[6,0,2,10,3],"span":[419,65,93]},{"path":[6,0,2,11],"span":[421,2,106]},{"path":[6,0,2,11,1],"span":[421,6,29]},{"path":[6,0,2,11,2],"span":[421,30,60]},{"path":[6,0,2,11,3],"span":[421,71,102]},{"path":[6,0,2,12],"span":[423,2,106]},{"path":[6,0,2,12,1],"span":[423,6,29]},{"path":[6,0,2,12,2],"span":[423,30,60]},{"path":[6,0,2,12,3],"span":[423,71,102]},{"path":[6,0,2,13],"span":[425,2,115]},{"path":[6,0,2,13,1],"span":[425,6,32]},{"path":[6,0,2,13,2],"span":[425,33,66]},{"path":[6,0,2,13,3],"span":[425,77,111]},{"path":[6,0,2,14],"span":[427,2,106]},{"path":[6,0,2,14,1],"span":[427,6,29]},{"path":[6,0,2,14,2],"span":[427,30,60]},{"path":[6,0,2,14,3],"span":[427,71,102]},{"path":[6,0,2,15],"span":[429,2,112]},{"path":[6,0,2,15,1],"span":[429,6,31]},{"path":[6,0,2,15,2],"span":[429,32,64]},{"path":[6,0,2,15,3],"span":[429,75,108]},{"path":[6,0,2,16],"span":[431,2,130]},{"path":[6,0,2,16,1],"span":[431,6,37]},{"path":[6,0,2,16,2],"span":[431,38,76]},{"path":[6,0,2,16,3],"span":[431,87,126]},{"path":[6,0,2,17],"span":[433,2,91]},{"path":[6,0,2,17,1],"span":[433,6,24]},{"path":[6,0,2,17,2],"span":[433,25,50]},{"path":[6,0,2,17,3],"span":[433,61,87]},{"path":[6,0,2,18],"span":[435,2,151]},{"path":[6,0,2,18,1],"span":[435,6,44]},{"path":[6,0,2,18,2],"span":[435,45,90]},{"path":[6,0,2,18,3],"span":[435,101,147]},{"path":[6,0,2,19],"span":[437,2,99]},{"path":[6,0,2,19,1],"span":[437,6,30]},{"path":[6,0,2,19,2],"span":[437,31,57]},{"path":[6,0,2,19,3],"span":[437,68,95]},{"path":[6,0,2,20],"span":[439,2,100]},{"path":[6,0,2,20,1],"span":[439,6,39]},{"path":[6,0,2,20,2],"span":[439,40,62]},{"path":[6,0,2,20,3],"span":[439,73,96]},{"path":[6,0,2,21],"span":[441,2,100]},{"path":[6,0,2,21,1],"span":[441,6,27]},{"path":[6,0,2,21,2],"span":[441,28,56]},{"path":[6,0,2,21,3],"span":[441,67,96]},{"path":[6,0,2,22],"span":[443,2,112]},{"path":[6,0,2,22,1],"span":[443,6,31]},{"path":[6,0,2,22,2],"span":[443,32,64]},{"path":[6,0,2,22,3],"span":[443,75,108]},{"path":[6,0,2,23],"span":[445,2,103]},{"path":[6,0,2,23,1],"span":[445,6,28]},{"path":[6,0,2,23,2],"span":[445,29,58]},{"path":[6,0,2,23,3],"span":[445,69,99]},{"path":[6,0,2,24],"span":[447,2,118]},{"path":[6,0,2,24,1],"span":[447,6,33]},{"path":[6,0,2,24,2],"span":[447,34,68]},{"path":[6,0,2,24,3],"span":[447,79,114]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"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":"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":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"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,458,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,111,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,128,1]},{"path":[4,17,1],"span":[126,8,30]},{"path":[4,17,2,0],"span":[127,2,34]},{"path":[4,17,2,0,4],"span":[127,2,10]},{"path":[4,17,2,0,5],"span":[127,11,17]},{"path":[4,17,2,0,1],"span":[127,18,29]},{"path":[4,17,2,0,3],"span":[127,32,33]},{"path":[4,18],"span":[130,0,132,1]},{"path":[4,18,1],"span":[130,8,31]},{"path":[4,18,2,0],"span":[131,2,31]},{"path":[4,18,2,0,4],"span":[131,2,10]},{"path":[4,18,2,0,6],"span":[131,11,18]},{"path":[4,18,2,0,1],"span":[131,19,26]},{"path":[4,18,2,0,3],"span":[131,29,30]},{"path":[4,19],"span":[134,0,140,1]},{"path":[4,19,1],"span":[134,8,32]},{"path":[4,19,2,0],"span":[135,2,21]},{"path":[4,19,2,0,5],"span":[135,2,8]},{"path":[4,19,2,0,1],"span":[135,9,16]},{"path":[4,19,2,0,3],"span":[135,19,20]},{"path":[4,19,3,0],"span":[136,2,138,3]},{"path":[4,19,3,0,1],"span":[136,10,16]},{"path":[4,19,3,0,2,0],"span":[137,4,32]},{"path":[4,19,3,0,2,0,6],"span":[137,4,21]},{"path":[4,19,3,0,2,0,1],"span":[137,22,27]},{"path":[4,19,3,0,2,0,3],"span":[137,30,31]},{"path":[4,19,2,1],"span":[139,2,20]},{"path":[4,19,2,1,6],"span":[139,2,8]},{"path":[4,19,2,1,1],"span":[139,9,15]},{"path":[4,19,2,1,3],"span":[139,18,19]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,33]},{"path":[4,20,2,0],"span":[143,2,31]},{"path":[4,20,2,0,4],"span":[143,2,10]},{"path":[4,20,2,0,6],"span":[143,11,18]},{"path":[4,20,2,0,1],"span":[143,19,26]},{"path":[4,20,2,0,3],"span":[143,29,30]},{"path":[4,21],"span":[146,0,148,1]},{"path":[4,21,1],"span":[146,8,35]},{"path":[4,21,2,0],"span":[147,2,23]},{"path":[4,21,2,0,5],"span":[147,2,8]},{"path":[4,21,2,0,1],"span":[147,9,18]},{"path":[4,21,2,0,3],"span":[147,21,22]},{"path":[4,22],"span":[150,0,152,1]},{"path":[4,22,1],"span":[150,8,36]},{"path":[4,22,2,0],"span":[151,2,22]},{"path":[4,22,2,0,6],"span":[151,2,9]},{"path":[4,22,2,0,1],"span":[151,10,17]},{"path":[4,22,2,0,3],"span":[151,20,21]},{"path":[4,23],"span":[154,0,166,1]},{"path":[4,23,1],"span":[154,8,28]},{"path":[4,23,9],"span":[155,2,13]},{"path":[4,23,9,0],"span":[155,11,12]},{"path":[4,23,9,0,1],"span":[155,11,12]},{"path":[4,23,2,0],"span":[156,2,21]},{"path":[4,23,2,0,5],"span":[156,2,8]},{"path":[4,23,2,0,1],"span":[156,9,16]},{"path":[4,23,2,0,3],"span":[156,19,20]},{"path":[4,23,2,1],"span":[157,2,26]},{"path":[4,23,2,1,5],"span":[157,2,8]},{"path":[4,23,2,1,1],"span":[157,9,21]},{"path":[4,23,2,1,3],"span":[157,24,25]},{"path":[4,23,2,2],"span":[158,2,25]},{"path":[4,23,2,2,5],"span":[158,2,8]},{"path":[4,23,2,2,1],"span":[158,9,20]},{"path":[4,23,2,2,3],"span":[158,23,24]},{"path":[4,23,2,3],"span":[159,2,20]},{"path":[4,23,2,3,5],"span":[159,2,8]},{"path":[4,23,2,3,1],"span":[159,9,15]},{"path":[4,23,2,3,3],"span":[159,18,19]},{"path":[4,23,2,4],"span":[160,2,18]},{"path":[4,23,2,4,5],"span":[160,2,8]},{"path":[4,23,2,4,1],"span":[160,9,13]},{"path":[4,23,2,4,3],"span":[160,16,17]},{"path":[4,23,2,5],"span":[161,2,27]},{"path":[4,23,2,5,5],"span":[161,2,8]},{"path":[4,23,2,5,1],"span":[161,9,22]},{"path":[4,23,2,5,3],"span":[161,25,26]},{"path":[4,23,2,6],"span":[163,2,28]},{"path":[4,23,2,6,5],"span":[163,2,6]},{"path":[4,23,2,6,1],"span":[163,7,23]},{"path":[4,23,2,6,3],"span":[163,26,27]},{"path":[4,23,2,7],"span":[164,2,23]},{"path":[4,23,2,7,5],"span":[164,2,8]},{"path":[4,23,2,7,1],"span":[164,9,18]},{"path":[4,23,2,7,3],"span":[164,21,22]},{"path":[4,23,2,8],"span":[165,2,24]},{"path":[4,23,2,8,6],"span":[165,2,13]},{"path":[4,23,2,8,1],"span":[165,14,18]},{"path":[4,23,2,8,3],"span":[165,21,23]},{"path":[5,2],"span":[168,0,171,1]},{"path":[5,2,1],"span":[168,5,16]},{"path":[5,2,2,0],"span":[169,2,7]},{"path":[5,2,2,0,1],"span":[169,2,4]},{"path":[5,2,2,0,2],"span":[169,5,6]},{"path":[5,2,2,1],"span":[170,2,7]},{"path":[5,2,2,1,1],"span":[170,2,4]},{"path":[5,2,2,1,2],"span":[170,5,6]},{"path":[4,24],"span":[173,0,176,1]},{"path":[4,24,1],"span":[173,8,29]},{"path":[4,24,2,0],"span":[174,2,22]},{"path":[4,24,2,0,6],"span":[174,2,9]},{"path":[4,24,2,0,1],"span":[174,10,17]},{"path":[4,24,2,0,3],"span":[174,20,21]},{"path":[4,24,2,1],"span":[175,2,37]},{"path":[4,24,2,1,6],"span":[175,2,20]},{"path":[4,24,2,1,1],"span":[175,21,32]},{"path":[4,24,2,1,3],"span":[175,35,36]},{"path":[4,25],"span":[178,0,184,1]},{"path":[4,25,1],"span":[178,8,35]},{"path":[4,25,2,0],"span":[179,2,21]},{"path":[4,25,2,0,5],"span":[179,2,8]},{"path":[4,25,2,0,1],"span":[179,9,16]},{"path":[4,25,2,0,3],"span":[179,19,20]},{"path":[4,25,2,1],"span":[180,2,26]},{"path":[4,25,2,1,5],"span":[180,2,8]},{"path":[4,25,2,1,1],"span":[180,9,21]},{"path":[4,25,2,1,3],"span":[180,24,25]},{"path":[4,25,2,2],"span":[181,2,25]},{"path":[4,25,2,2,5],"span":[181,2,8]},{"path":[4,25,2,2,1],"span":[181,9,20]},{"path":[4,25,2,2,3],"span":[181,23,24]},{"path":[4,25,2,3],"span":[182,2,23]},{"path":[4,25,2,3,5],"span":[182,2,8]},{"path":[4,25,2,3,1],"span":[182,9,18]},{"path":[4,25,2,3,3],"span":[182,21,22]},{"path":[4,25,2,4],"span":[183,2,23]},{"path":[4,25,2,4,6],"span":[183,2,13]},{"path":[4,25,2,4,1],"span":[183,14,18]},{"path":[4,25,2,4,3],"span":[183,21,22]},{"path":[4,26],"span":[186,0,190,1]},{"path":[4,26,1],"span":[186,8,36]},{"path":[4,26,2,0],"span":[187,2,22]},{"path":[4,26,2,0,6],"span":[187,2,9]},{"path":[4,26,2,0,1],"span":[187,10,17]},{"path":[4,26,2,0,3],"span":[187,20,21]},{"path":[4,26,2,1],"span":[188,2,37]},{"path":[4,26,2,1,6],"span":[188,2,20]},{"path":[4,26,2,1,1],"span":[188,21,32]},{"path":[4,26,2,1,3],"span":[188,35,36]},{"path":[4,26,2,2],"span":[189,2,21]},{"path":[4,26,2,2,5],"span":[189,2,8]},{"path":[4,26,2,2,1],"span":[189,9,16]},{"path":[4,26,2,2,3],"span":[189,19,20]},{"path":[4,27],"span":[192,0,207,1]},{"path":[4,27,1],"span":[192,8,38]},{"path":[4,27,2,0],"span":[193,2,23]},{"path":[4,27,2,0,5],"span":[193,2,8]},{"path":[4,27,2,0,1],"span":[193,9,18]},{"path":[4,27,2,0,3],"span":[193,21,22]},{"path":[4,27,2,1],"span":[194,2,26]},{"path":[4,27,2,1,5],"span":[194,2,8]},{"path":[4,27,2,1,1],"span":[194,9,21]},{"path":[4,27,2,1,3],"span":[194,24,25]},{"path":[4,27,2,2],"span":[195,2,25]},{"path":[4,27,2,2,5],"span":[195,2,8]},{"path":[4,27,2,2,1],"span":[195,9,20]},{"path":[4,27,2,2,3],"span":[195,23,24]},{"path":[4,27,2,3],"span":[196,2,20]},{"path":[4,27,2,3,5],"span":[196,2,8]},{"path":[4,27,2,3,1],"span":[196,9,15]},{"path":[4,27,2,3,3],"span":[196,18,19]},{"path":[4,27,2,4],"span":[197,2,18]},{"path":[4,27,2,4,5],"span":[197,2,8]},{"path":[4,27,2,4,1],"span":[197,9,13]},{"path":[4,27,2,4,3],"span":[197,16,17]},{"path":[4,27,3,0],"span":[199,2,204,3]},{"path":[4,27,3,0,1],"span":[199,10,24]},{"path":[4,27,3,0,2,0],"span":[200,4,41]},{"path":[4,27,3,0,2,0,5],"span":[200,4,10]},{"path":[4,27,3,0,2,0,1],"span":[200,11,36]},{"path":[4,27,3,0,2,0,3],"span":[200,39,40]},{"path":[4,27,3,0,2,1],"span":[201,4,47]},{"path":[4,27,3,0,2,1,5],"span":[201,4,10]},{"path":[4,27,3,0,2,1,1],"span":[201,11,42]},{"path":[4,27,3,0,2,1,3],"span":[201,45,46]},{"path":[4,27,3,0,2,2],"span":[202,4,45]},{"path":[4,27,3,0,2,2,5],"span":[202,4,10]},{"path":[4,27,3,0,2,2,1],"span":[202,11,40]},{"path":[4,27,3,0,2,2,3],"span":[202,43,44]},{"path":[4,27,3,0,2,3],"span":[203,4,40]},{"path":[4,27,3,0,2,3,5],"span":[203,4,10]},{"path":[4,27,3,0,2,3,1],"span":[203,11,35]},{"path":[4,27,3,0,2,3,3],"span":[203,38,39]},{"path":[4,27,2,5],"span":[206,2,37]},{"path":[4,27,2,5,6],"span":[206,2,16]},{"path":[4,27,2,5,1],"span":[206,17,32]},{"path":[4,27,2,5,3],"span":[206,35,36]},{"path":[4,28],"span":[209,0,211,1]},{"path":[4,28,1],"span":[209,8,39]},{"path":[4,28,2,0],"span":[210,2,22]},{"path":[4,28,2,0,6],"span":[210,2,9]},{"path":[4,28,2,0,1],"span":[210,10,17]},{"path":[4,28,2,0,3],"span":[210,20,21]},{"path":[4,29],"span":[213,0,216,1]},{"path":[4,29,1],"span":[213,8,38]},{"path":[4,29,2,0],"span":[214,2,23]},{"path":[4,29,2,0,5],"span":[214,2,8]},{"path":[4,29,2,0,1],"span":[214,9,18]},{"path":[4,29,2,0,3],"span":[214,21,22]},{"path":[4,29,2,1],"span":[215,2,22]},{"path":[4,29,2,1,5],"span":[215,2,8]},{"path":[4,29,2,1,1],"span":[215,9,17]},{"path":[4,29,2,1,3],"span":[215,20,21]},{"path":[4,30],"span":[218,0,223,1]},{"path":[4,30,1],"span":[218,8,39]},{"path":[4,30,2,0],"span":[219,2,19]},{"path":[4,30,2,0,5],"span":[219,2,6]},{"path":[4,30,2,0,1],"span":[219,7,14]},{"path":[4,30,2,0,3],"span":[219,17,18]},{"path":[4,30,2,1],"span":[220,2,21]},{"path":[4,30,2,1,5],"span":[220,2,8]},{"path":[4,30,2,1,1],"span":[220,9,16]},{"path":[4,30,2,1,3],"span":[220,19,20]},{"path":[4,30,2,2],"span":[221,2,28]},{"path":[4,30,2,2,5],"span":[221,2,8]},{"path":[4,30,2,2,1],"span":[221,9,23]},{"path":[4,30,2,2,3],"span":[221,26,27]},{"path":[4,30,2,3],"span":[222,2,28]},{"path":[4,30,2,3,5],"span":[222,2,8]},{"path":[4,30,2,3,1],"span":[222,9,23]},{"path":[4,30,2,3,3],"span":[222,26,27]},{"path":[4,31],"span":[225,0,230,1]},{"path":[4,31,1],"span":[225,8,38]},{"path":[4,31,2,0],"span":[226,2,23]},{"path":[4,31,2,0,5],"span":[226,2,8]},{"path":[4,31,2,0,1],"span":[226,9,18]},{"path":[4,31,2,0,3],"span":[226,21,22]},{"path":[4,31,2,1],"span":[227,2,22]},{"path":[4,31,2,1,5],"span":[227,2,8]},{"path":[4,31,2,1,1],"span":[227,9,17]},{"path":[4,31,2,1,3],"span":[227,20,21]},{"path":[4,31,2,2],"span":[228,2,23]},{"path":[4,31,2,2,5],"span":[228,2,6]},{"path":[4,31,2,2,1],"span":[228,7,18]},{"path":[4,31,2,2,3],"span":[228,21,22]},{"path":[4,31,2,3],"span":[229,2,23]},{"path":[4,31,2,3,5],"span":[229,2,6]},{"path":[4,31,2,3,1],"span":[229,7,18]},{"path":[4,31,2,3,3],"span":[229,21,22]},{"path":[4,32],"span":[232,0,234,1]},{"path":[4,32,1],"span":[232,8,39]},{"path":[4,32,2,0],"span":[233,2,19]},{"path":[4,32,2,0,5],"span":[233,2,6]},{"path":[4,32,2,0,1],"span":[233,7,14]},{"path":[4,32,2,0,3],"span":[233,17,18]},{"path":[4,33],"span":[236,0,242,1]},{"path":[4,33,1],"span":[236,8,41]},{"path":[4,33,2,0],"span":[237,2,23]},{"path":[4,33,2,0,5],"span":[237,2,8]},{"path":[4,33,2,0,1],"span":[237,9,18]},{"path":[4,33,2,0,3],"span":[237,21,22]},{"path":[4,33,2,1],"span":[238,2,26]},{"path":[4,33,2,1,5],"span":[238,2,8]},{"path":[4,33,2,1,1],"span":[238,9,21]},{"path":[4,33,2,1,3],"span":[238,24,25]},{"path":[4,33,2,2],"span":[239,2,25]},{"path":[4,33,2,2,5],"span":[239,2,8]},{"path":[4,33,2,2,1],"span":[239,9,20]},{"path":[4,33,2,2,3],"span":[239,23,24]},{"path":[4,33,2,3],"span":[240,2,23]},{"path":[4,33,2,3,5],"span":[240,2,8]},{"path":[4,33,2,3,1],"span":[240,9,18]},{"path":[4,33,2,3,3],"span":[240,21,22]},{"path":[4,33,2,4],"span":[241,2,23]},{"path":[4,33,2,4,6],"span":[241,2,13]},{"path":[4,33,2,4,1],"span":[241,14,18]},{"path":[4,33,2,4,3],"span":[241,21,22]},{"path":[4,34],"span":[244,0,249,1]},{"path":[4,34,1],"span":[244,8,42]},{"path":[4,34,2,0],"span":[245,2,22]},{"path":[4,34,2,0,6],"span":[245,2,9]},{"path":[4,34,2,0,1],"span":[245,10,17]},{"path":[4,34,2,0,3],"span":[245,20,21]},{"path":[4,34,2,1],"span":[246,2,37]},{"path":[4,34,2,1,6],"span":[246,2,20]},{"path":[4,34,2,1,1],"span":[246,21,32]},{"path":[4,34,2,1,3],"span":[246,35,36]},{"path":[4,34,2,2],"span":[247,2,23]},{"path":[4,34,2,2,6],"span":[247,2,13]},{"path":[4,34,2,2,1],"span":[247,14,18]},{"path":[4,34,2,2,3],"span":[247,21,22]},{"path":[4,34,2,3],"span":[248,2,21]},{"path":[4,34,2,3,5],"span":[248,2,8]},{"path":[4,34,2,3,1],"span":[248,9,16]},{"path":[4,34,2,3,3],"span":[248,19,20]},{"path":[4,35],"span":[251,0,255,1]},{"path":[4,35,1],"span":[251,8,40]},{"path":[4,35,2,0],"span":[252,2,21]},{"path":[4,35,2,0,5],"span":[252,2,8]},{"path":[4,35,2,0,1],"span":[252,9,16]},{"path":[4,35,2,0,3],"span":[252,19,20]},{"path":[4,35,2,1],"span":[253,2,34]},{"path":[4,35,2,1,4],"span":[253,2,10]},{"path":[4,35,2,1,5],"span":[253,11,17]},{"path":[4,35,2,1,1],"span":[253,18,29]},{"path":[4,35,2,1,3],"span":[253,32,33]},{"path":[4,35,2,2],"span":[254,2,21]},{"path":[4,35,2,2,5],"span":[254,2,8]},{"path":[4,35,2,2,1],"span":[254,9,16]},{"path":[4,35,2,2,3],"span":[254,19,20]},{"path":[4,36],"span":[257,0,263,1]},{"path":[4,36,1],"span":[257,8,41]},{"path":[4,36,3,0],"span":[258,2,261,3]},{"path":[4,36,3,0,1],"span":[258,10,16]},{"path":[4,36,3,0,2,0],"span":[259,4,26]},{"path":[4,36,3,0,2,0,5],"span":[259,4,10]},{"path":[4,36,3,0,2,0,1],"span":[259,11,21]},{"path":[4,36,3,0,2,0,3],"span":[259,24,25]},{"path":[4,36,3,0,2,1],"span":[260,4,20]},{"path":[4,36,3,0,2,1,5],"span":[260,4,8]},{"path":[4,36,3,0,2,1,1],"span":[260,9,15]},{"path":[4,36,3,0,2,1,3],"span":[260,18,19]},{"path":[4,36,2,0],"span":[262,2,29]},{"path":[4,36,2,0,4],"span":[262,2,10]},{"path":[4,36,2,0,6],"span":[262,11,17]},{"path":[4,36,2,0,1],"span":[262,18,24]},{"path":[4,36,2,0,3],"span":[262,27,28]},{"path":[4,37],"span":[265,0,268,1]},{"path":[4,37,1],"span":[265,8,46]},{"path":[4,37,2,0],"span":[266,2,21]},{"path":[4,37,2,0,5],"span":[266,2,8]},{"path":[4,37,2,0,1],"span":[266,9,16]},{"path":[4,37,2,0,3],"span":[266,19,20]},{"path":[4,37,2,1],"span":[267,2,23]},{"path":[4,37,2,1,5],"span":[267,2,8]},{"path":[4,37,2,1,1],"span":[267,9,18]},{"path":[4,37,2,1,3],"span":[267,21,22]},{"path":[4,38],"span":[270,0,272,1]},{"path":[4,38,1],"span":[270,8,47]},{"path":[4,38,2,0],"span":[271,2,31]},{"path":[4,38,2,0,4],"span":[271,2,10]},{"path":[4,38,2,0,6],"span":[271,11,18]},{"path":[4,38,2,0,1],"span":[271,19,26]},{"path":[4,38,2,0,3],"span":[271,29,30]},{"path":[4,39],"span":[274,0,277,1]},{"path":[4,39,1],"span":[274,8,33]},{"path":[4,39,2,0],"span":[275,2,21]},{"path":[4,39,2,0,5],"span":[275,2,8]},{"path":[4,39,2,0,1],"span":[275,9,16]},{"path":[4,39,2,0,3],"span":[275,19,20]},{"path":[4,39,2,1],"span":[276,2,24]},{"path":[4,39,2,1,5],"span":[276,2,8]},{"path":[4,39,2,1,1],"span":[276,9,19]},{"path":[4,39,2,1,3],"span":[276,22,23]},{"path":[4,40],"span":[279,0,297,1]},{"path":[4,40,1],"span":[279,8,34]},{"path":[4,40,3,0],"span":[280,2,283,3]},{"path":[4,40,3,0,1],"span":[280,10,29]},{"path":[4,40,3,0,2,0],"span":[281,4,19]},{"path":[4,40,3,0,2,0,5],"span":[281,4,10]},{"path":[4,40,3,0,2,0,1],"span":[281,11,14]},{"path":[4,40,3,0,2,0,3],"span":[281,17,18]},{"path":[4,40,3,0,2,1],"span":[282,4,34]},{"path":[4,40,3,0,2,1,5],"span":[282,4,9]},{"path":[4,40,3,0,2,1,1],"span":[282,10,29]},{"path":[4,40,3,0,2,1,3],"span":[282,32,33]},{"path":[4,40,3,1],"span":[285,2,287,3]},{"path":[4,40,3,1,1],"span":[285,10,15]},{"path":[4,40,3,1,2,0],"span":[286,4,18]},{"path":[4,40,3,1,2,0,5],"span":[286,4,10]},{"path":[4,40,3,1,2,0,1],"span":[286,11,13]},{"path":[4,40,3,1,2,0,3],"span":[286,16,17]},{"path":[4,40,3,2],"span":[289,2,294,3]},{"path":[4,40,3,2,1],"span":[289,10,14]},{"path":[4,40,3,2,2,0],"span":[290,4,18]},{"path":[4,40,3,2,2,0,5],"span":[290,4,10]},{"path":[4,40,3,2,2,0,1],"span":[290,11,13]},{"path":[4,40,3,2,2,0,3],"span":[290,16,17]},{"path":[4,40,3,2,2,1],"span":[291,4,45]},{"path":[4,40,3,2,2,1,4],"span":[291,4,12]},{"path":[4,40,3,2,2,1,6],"span":[291,13,32]},{"path":[4,40,3,2,2,1,1],"span":[291,33,40]},{"path":[4,40,3,2,2,1,3],"span":[291,43,44]},{"path":[4,40,3,2,2,2],"span":[292,4,39]},{"path":[4,40,3,2,2,2,4],"span":[292,4,12]},{"path":[4,40,3,2,2,2,6],"span":[292,13,20]},{"path":[4,40,3,2,2,2,1],"span":[292,21,34]},{"path":[4,40,3,2,2,2,3],"span":[292,37,38]},{"path":[4,40,3,2,2,3],"span":[293,4,30]},{"path":[4,40,3,2,2,3,4],"span":[293,4,12]},{"path":[4,40,3,2,2,3,6],"span":[293,13,18]},{"path":[4,40,3,2,2,3,1],"span":[293,19,25]},{"path":[4,40,3,2,2,3,3],"span":[293,28,29]},{"path":[4,40,2,0],"span":[296,2,26]},{"path":[4,40,2,0,4],"span":[296,2,10]},{"path":[4,40,2,0,6],"span":[296,11,15]},{"path":[4,40,2,0,1],"span":[296,16,21]},{"path":[4,40,2,0,3],"span":[296,24,25]},{"path":[4,41],"span":[299,0,301,1]},{"path":[4,41,1],"span":[299,8,53]},{"path":[4,41,2,0],"span":[300,2,35]},{"path":[4,41,2,0,5],"span":[300,2,8]},{"path":[4,41,2,0,1],"span":[300,9,30]},{"path":[4,41,2,0,3],"span":[300,33,34]},{"path":[4,42],"span":[303,0,306,1]},{"path":[4,42,1],"span":[303,8,54]},{"path":[4,42,2,0],"span":[304,2,21]},{"path":[4,42,2,0,5],"span":[304,2,8]},{"path":[4,42,2,0,1],"span":[304,9,16]},{"path":[4,42,2,0,3],"span":[304,19,20]},{"path":[4,42,2,1],"span":[305,2,28]},{"path":[4,42,2,1,5],"span":[305,2,8]},{"path":[4,42,2,1,1],"span":[305,9,23]},{"path":[4,42,2,1,3],"span":[305,26,27]},{"path":[4,43],"span":[308,0,325,1]},{"path":[4,43,1],"span":[308,8,34]},{"path":[4,43,2,0],"span":[309,2,30]},{"path":[4,43,2,0,5],"span":[309,2,8]},{"path":[4,43,2,0,1],"span":[309,9,25]},{"path":[4,43,2,0,3],"span":[309,28,29]},{"path":[4,43,2,1],"span":[310,2,39]},{"path":[4,43,2,1,5],"span":[310,2,8]},{"path":[4,43,2,1,1],"span":[310,9,14]},{"path":[4,43,2,1,3],"span":[310,17,18]},{"path":[4,43,2,1,8],"span":[310,19,38]},{"path":[4,43,2,1,8,3],"span":[310,20,37]},{"path":[4,43,3,0],"span":[312,2,317,3]},{"path":[4,43,3,0,1],"span":[312,10,22]},{"path":[4,43,3,0,2,0],"span":[313,4,20]},{"path":[4,43,3,0,2,0,5],"span":[313,4,10]},{"path":[4,43,3,0,2,0,1],"span":[313,11,15]},{"path":[4,43,3,0,2,0,3],"span":[313,18,19]},{"path":[4,43,3,0,2,1],"span":[314,4,44]},{"path":[4,43,3,0,2,1,5],"span":[314,4,10]},{"path":[4,43,3,0,2,1,1],"span":[314,11,19]},{"path":[4,43,3,0,2,1,3],"span":[314,22,23]},{"path":[4,43,3,0,2,1,8],"span":[314,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[314,25,42]},{"path":[4,43,3,0,2,2],"span":[315,4,25]},{"path":[4,43,3,0,2,2,5],"span":[315,4,10]},{"path":[4,43,3,0,2,2,1],"span":[315,11,20]},{"path":[4,43,3,0,2,2,3],"span":[315,23,24]},{"path":[4,43,3,0,2,3],"span":[316,4,23]},{"path":[4,43,3,0,2,3,5],"span":[316,4,10]},{"path":[4,43,3,0,2,3,1],"span":[316,11,18]},{"path":[4,43,3,0,2,3,3],"span":[316,21,22]},{"path":[4,43,2,2],"span":[318,2,35]},{"path":[4,43,2,2,4],"span":[318,2,10]},{"path":[4,43,2,2,6],"span":[318,11,23]},{"path":[4,43,2,2,1],"span":[318,24,30]},{"path":[4,43,2,2,3],"span":[318,33,34]},{"path":[4,43,2,3],"span":[320,2,25]},{"path":[4,43,2,3,5],"span":[320,2,8]},{"path":[4,43,2,3,1],"span":[320,9,20]},{"path":[4,43,2,3,3],"span":[320,23,24]},{"path":[4,43,2,4],"span":[321,2,26]},{"path":[4,43,2,4,5],"span":[321,2,8]},{"path":[4,43,2,4,1],"span":[321,9,21]},{"path":[4,43,2,4,3],"span":[321,24,25]},{"path":[4,43,2,5],"span":[322,2,45]},{"path":[4,43,2,5,5],"span":[322,2,8]},{"path":[4,43,2,5,1],"span":[322,9,20]},{"path":[4,43,2,5,3],"span":[322,23,24]},{"path":[4,43,2,5,8],"span":[322,25,44]},{"path":[4,43,2,5,8,3],"span":[322,26,43]},{"path":[4,43,2,6],"span":[323,2,24]},{"path":[4,43,2,6,5],"span":[323,2,8]},{"path":[4,43,2,6,1],"span":[323,9,19]},{"path":[4,43,2,6,3],"span":[323,22,23]},{"path":[4,43,2,7],"span":[324,2,28]},{"path":[4,43,2,7,5],"span":[324,2,8]},{"path":[4,43,2,7,1],"span":[324,9,23]},{"path":[4,43,2,7,3],"span":[324,26,27]},{"path":[4,44],"span":[327,0,329,1]},{"path":[4,44,1],"span":[327,8,35]},{"path":[4,44,2,0],"span":[328,2,21]},{"path":[4,44,2,0,5],"span":[328,2,6]},{"path":[4,44,2,0,1],"span":[328,7,16]},{"path":[4,44,2,0,3],"span":[328,19,20]},{"path":[4,45],"span":[331,0,333,1]},{"path":[4,45,1],"span":[331,8,12]},{"path":[4,45,2,0],"span":[332,2,16]},{"path":[4,45,2,0,5],"span":[332,2,8]},{"path":[4,45,2,0,1],"span":[332,9,11]},{"path":[4,45,2,0,3],"span":[332,14,15]},{"path":[4,46],"span":[335,0,338,1]},{"path":[4,46,1],"span":[335,8,30]},{"path":[4,46,2,0],"span":[336,2,28]},{"path":[4,46,2,0,5],"span":[336,2,8]},{"path":[4,46,2,0,1],"span":[336,9,23]},{"path":[4,46,2,0,3],"span":[336,26,27]},{"path":[4,46,2,1],"span":[337,2,22]},{"path":[4,46,2,1,5],"span":[337,2,8]},{"path":[4,46,2,1,1],"span":[337,9,17]},{"path":[4,46,2,1,3],"span":[337,20,21]},{"path":[4,47],"span":[340,0,342,1]},{"path":[4,47,1],"span":[340,8,31]},{"path":[4,47,2,0],"span":[341,2,25]},{"path":[4,47,2,0,4],"span":[341,2,10]},{"path":[4,47,2,0,6],"span":[341,11,15]},{"path":[4,47,2,0,1],"span":[341,16,20]},{"path":[4,47,2,0,3],"span":[341,23,24]},{"path":[4,48],"span":[344,0,346,1]},{"path":[4,48,1],"span":[344,8,36]},{"path":[4,48,2,0],"span":[345,2,21]},{"path":[4,48,2,0,5],"span":[345,2,8]},{"path":[4,48,2,0,1],"span":[345,9,16]},{"path":[4,48,2,0,3],"span":[345,19,20]},{"path":[4,49],"span":[348,0,350,1]},{"path":[4,49,1],"span":[348,8,37]},{"path":[4,49,2,0],"span":[349,2,34]},{"path":[4,49,2,0,4],"span":[349,2,10]},{"path":[4,49,2,0,5],"span":[349,11,17]},{"path":[4,49,2,0,1],"span":[349,18,29]},{"path":[4,49,2,0,3],"span":[349,32,33]},{"path":[4,50],"span":[352,0,355,1]},{"path":[4,50,1],"span":[352,8,40]},{"path":[4,50,2,0],"span":[353,2,28]},{"path":[4,50,2,0,5],"span":[353,2,8]},{"path":[4,50,2,0,1],"span":[353,9,23]},{"path":[4,50,2,0,3],"span":[353,26,27]},{"path":[4,50,2,1],"span":[354,2,24]},{"path":[4,50,2,1,5],"span":[354,2,8]},{"path":[4,50,2,1,1],"span":[354,9,19]},{"path":[4,50,2,1,3],"span":[354,22,23]},{"path":[4,51],"span":[357,0,359,1]},{"path":[4,51,1],"span":[357,8,41]},{"path":[4,51,2,0],"span":[358,2,22]},{"path":[4,51,2,0,5],"span":[358,2,6]},{"path":[4,51,2,0,1],"span":[358,7,17]},{"path":[4,51,2,0,3],"span":[358,20,21]},{"path":[5,3],"span":[361,0,368,1]},{"path":[5,3,1],"span":[361,5,21]},{"path":[5,3,2,0],"span":[362,2,43]},{"path":[5,3,2,0,1],"span":[362,2,38]},{"path":[5,3,2,0,2],"span":[362,41,42]},{"path":[5,3,2,1],"span":[363,2,36]},{"path":[5,3,2,1,1],"span":[363,2,31]},{"path":[5,3,2,1,2],"span":[363,34,35]},{"path":[5,3,2,2],"span":[364,2,39]},{"path":[5,3,2,2,1],"span":[364,2,34]},{"path":[5,3,2,2,2],"span":[364,37,38]},{"path":[5,3,2,3],"span":[365,2,38]},{"path":[5,3,2,3,1],"span":[365,2,33]},{"path":[5,3,2,3,2],"span":[365,36,37]},{"path":[5,3,2,4],"span":[366,2,34]},{"path":[5,3,2,4,1],"span":[366,2,29]},{"path":[5,3,2,4,2],"span":[366,32,33]},{"path":[5,3,2,5],"span":[367,2,41]},{"path":[5,3,2,5,1],"span":[367,2,36]},{"path":[5,3,2,5,2],"span":[367,39,40]},{"path":[4,52],"span":[370,0,377,1]},{"path":[4,52,1],"span":[370,8,20]},{"path":[4,52,2,0],"span":[371,2,16]},{"path":[4,52,2,0,5],"span":[371,2,8]},{"path":[4,52,2,0,1],"span":[371,9,11]},{"path":[4,52,2,0,3],"span":[371,14,15]},{"path":[4,52,2,1],"span":[372,2,21]},{"path":[4,52,2,1,5],"span":[372,2,8]},{"path":[4,52,2,1,1],"span":[372,9,16]},{"path":[4,52,2,1,3],"span":[372,19,20]},{"path":[4,52,2,2],"span":[373,2,28]},{"path":[4,52,2,2,6],"span":[373,2,18]},{"path":[4,52,2,2,1],"span":[373,19,23]},{"path":[4,52,2,2,3],"span":[373,26,27]},{"path":[4,52,2,3],"span":[374,2,25]},{"path":[4,52,2,3,5],"span":[374,2,7]},{"path":[4,52,2,3,1],"span":[374,8,20]},{"path":[4,52,2,3,3],"span":[374,23,24]},{"path":[4,52,2,4],"span":[375,2,29]},{"path":[4,52,2,4,5],"span":[375,2,8]},{"path":[4,52,2,4,1],"span":[375,9,24]},{"path":[4,52,2,4,3],"span":[375,27,28]},{"path":[4,52,2,5],"span":[376,2,24]},{"path":[4,52,2,5,5],"span":[376,2,8]},{"path":[4,52,2,5,1],"span":[376,9,19]},{"path":[4,52,2,5,3],"span":[376,22,23]},{"path":[4,53],"span":[379,0,384,1]},{"path":[4,53,1],"span":[379,8,37]},{"path":[4,53,2,0],"span":[380,2,21]},{"path":[4,53,2,0,5],"span":[380,2,8]},{"path":[4,53,2,0,1],"span":[380,9,16]},{"path":[4,53,2,0,3],"span":[380,19,20]},{"path":[4,53,2,1],"span":[381,2,28]},{"path":[4,53,2,1,6],"span":[381,2,18]},{"path":[4,53,2,1,1],"span":[381,19,23]},{"path":[4,53,2,1,3],"span":[381,26,27]},{"path":[4,53,2,2],"span":[382,2,25]},{"path":[4,53,2,2,5],"span":[382,2,7]},{"path":[4,53,2,2,1],"span":[382,8,20]},{"path":[4,53,2,2,3],"span":[382,23,24]},{"path":[4,53,2,3],"span":[383,2,29]},{"path":[4,53,2,3,5],"span":[383,2,8]},{"path":[4,53,2,3,1],"span":[383,9,24]},{"path":[4,53,2,3,3],"span":[383,27,28]},{"path":[4,54],"span":[386,0,388,1]},{"path":[4,54,1],"span":[386,8,38]},{"path":[4,54,2,0],"span":[387,2,32]},{"path":[4,54,2,0,6],"span":[387,2,14]},{"path":[4,54,2,0,1],"span":[387,15,27]},{"path":[4,54,2,0,3],"span":[387,30,31]},{"path":[4,55],"span":[390,0,392,1]},{"path":[4,55,1],"span":[390,8,42]},{"path":[4,55,2,0],"span":[391,2,21]},{"path":[4,55,2,0,5],"span":[391,2,8]},{"path":[4,55,2,0,1],"span":[391,9,16]},{"path":[4,55,2,0,3],"span":[391,19,20]},{"path":[4,56],"span":[394,0,396,1]},{"path":[4,56,1],"span":[394,8,43]},{"path":[4,56,2,0],"span":[395,2,35]},{"path":[4,56,2,0,5],"span":[395,2,8]},{"path":[4,56,2,0,1],"span":[395,9,30]},{"path":[4,56,2,0,3],"span":[395,33,34]},{"path":[4,57],"span":[398,0,400,1]},{"path":[4,57,1],"span":[398,8,47]},{"path":[4,57,2,0],"span":[399,2,23]},{"path":[4,57,2,0,5],"span":[399,2,8]},{"path":[4,57,2,0,1],"span":[399,9,18]},{"path":[4,57,2,0,3],"span":[399,21,22]},{"path":[4,58],"span":[402,0,404,1]},{"path":[4,58,1],"span":[402,8,48]},{"path":[4,58,2,0],"span":[403,2,21]},{"path":[4,58,2,0,5],"span":[403,2,8]},{"path":[4,58,2,0,1],"span":[403,9,16]},{"path":[4,58,2,0,3],"span":[403,19,20]},{"path":[6,0],"span":[406,0,458,1]},{"path":[6,0,1],"span":[406,8,19]},{"path":[6,0,2,0],"span":[407,2,121]},{"path":[6,0,2,0,1],"span":[407,6,34]},{"path":[6,0,2,0,2],"span":[407,35,70]},{"path":[6,0,2,0,3],"span":[407,81,117]},{"path":[6,0,2,1],"span":[409,2,100]},{"path":[6,0,2,1,1],"span":[409,6,27]},{"path":[6,0,2,1,2],"span":[409,28,56]},{"path":[6,0,2,1,3],"span":[409,67,96]},{"path":[6,0,2,2],"span":[411,2,106]},{"path":[6,0,2,2,1],"span":[411,6,29]},{"path":[6,0,2,2,2],"span":[411,30,60]},{"path":[6,0,2,2,3],"span":[411,71,102]},{"path":[6,0,2,3],"span":[413,2,115]},{"path":[6,0,2,3,1],"span":[413,6,32]},{"path":[6,0,2,3,2],"span":[413,33,66]},{"path":[6,0,2,3,3],"span":[413,77,111]},{"path":[6,0,2,4],"span":[415,2,76]},{"path":[6,0,2,4,1],"span":[415,6,19]},{"path":[6,0,2,4,2],"span":[415,20,40]},{"path":[6,0,2,4,3],"span":[415,51,72]},{"path":[6,0,2,5],"span":[417,2,76]},{"path":[6,0,2,5,1],"span":[417,6,19]},{"path":[6,0,2,5,2],"span":[417,20,40]},{"path":[6,0,2,5,3],"span":[417,51,72]},{"path":[6,0,2,6],"span":[419,2,97]},{"path":[6,0,2,6,1],"span":[419,6,26]},{"path":[6,0,2,6,2],"span":[419,27,54]},{"path":[6,0,2,6,3],"span":[419,65,93]},{"path":[6,0,2,7],"span":[421,2,88]},{"path":[6,0,2,7,1],"span":[421,6,23]},{"path":[6,0,2,7,2],"span":[421,24,48]},{"path":[6,0,2,7,3],"span":[421,59,84]},{"path":[6,0,2,8],"span":[423,2,82]},{"path":[6,0,2,8,1],"span":[423,6,21]},{"path":[6,0,2,8,2],"span":[423,22,44]},{"path":[6,0,2,8,3],"span":[423,55,78]},{"path":[6,0,2,9],"span":[425,2,97]},{"path":[6,0,2,9,1],"span":[425,6,28]},{"path":[6,0,2,9,2],"span":[425,29,58]},{"path":[6,0,2,9,3],"span":[425,69,93]},{"path":[6,0,2,10],"span":[427,2,97]},{"path":[6,0,2,10,1],"span":[427,6,26]},{"path":[6,0,2,10,2],"span":[427,27,54]},{"path":[6,0,2,10,3],"span":[427,65,93]},{"path":[6,0,2,11],"span":[429,2,106]},{"path":[6,0,2,11,1],"span":[429,6,29]},{"path":[6,0,2,11,2],"span":[429,30,60]},{"path":[6,0,2,11,3],"span":[429,71,102]},{"path":[6,0,2,12],"span":[431,2,106]},{"path":[6,0,2,12,1],"span":[431,6,29]},{"path":[6,0,2,12,2],"span":[431,30,60]},{"path":[6,0,2,12,3],"span":[431,71,102]},{"path":[6,0,2,13],"span":[433,2,115]},{"path":[6,0,2,13,1],"span":[433,6,32]},{"path":[6,0,2,13,2],"span":[433,33,66]},{"path":[6,0,2,13,3],"span":[433,77,111]},{"path":[6,0,2,14],"span":[435,2,106]},{"path":[6,0,2,14,1],"span":[435,6,29]},{"path":[6,0,2,14,2],"span":[435,30,60]},{"path":[6,0,2,14,3],"span":[435,71,102]},{"path":[6,0,2,15],"span":[437,2,112]},{"path":[6,0,2,15,1],"span":[437,6,31]},{"path":[6,0,2,15,2],"span":[437,32,64]},{"path":[6,0,2,15,3],"span":[437,75,108]},{"path":[6,0,2,16],"span":[439,2,130]},{"path":[6,0,2,16,1],"span":[439,6,37]},{"path":[6,0,2,16,2],"span":[439,38,76]},{"path":[6,0,2,16,3],"span":[439,87,126]},{"path":[6,0,2,17],"span":[441,2,91]},{"path":[6,0,2,17,1],"span":[441,6,24]},{"path":[6,0,2,17,2],"span":[441,25,50]},{"path":[6,0,2,17,3],"span":[441,61,87]},{"path":[6,0,2,18],"span":[443,2,151]},{"path":[6,0,2,18,1],"span":[443,6,44]},{"path":[6,0,2,18,2],"span":[443,45,90]},{"path":[6,0,2,18,3],"span":[443,101,147]},{"path":[6,0,2,19],"span":[445,2,99]},{"path":[6,0,2,19,1],"span":[445,6,30]},{"path":[6,0,2,19,2],"span":[445,31,57]},{"path":[6,0,2,19,3],"span":[445,68,95]},{"path":[6,0,2,20],"span":[447,2,100]},{"path":[6,0,2,20,1],"span":[447,6,39]},{"path":[6,0,2,20,2],"span":[447,40,62]},{"path":[6,0,2,20,3],"span":[447,73,96]},{"path":[6,0,2,21],"span":[449,2,100]},{"path":[6,0,2,21,1],"span":[449,6,27]},{"path":[6,0,2,21,2],"span":[449,28,56]},{"path":[6,0,2,21,3],"span":[449,67,96]},{"path":[6,0,2,22],"span":[451,2,112]},{"path":[6,0,2,22,1],"span":[451,6,31]},{"path":[6,0,2,22,2],"span":[451,32,64]},{"path":[6,0,2,22,3],"span":[451,75,108]},{"path":[6,0,2,23],"span":[453,2,103]},{"path":[6,0,2,23,1],"span":[453,6,28]},{"path":[6,0,2,23,2],"span":[453,29,58]},{"path":[6,0,2,23,3],"span":[453,69,99]},{"path":[6,0,2,24],"span":[455,2,118]},{"path":[6,0,2,24,1],"span":[455,6,33]},{"path":[6,0,2,24,2],"span":[455,34,68]},{"path":[6,0,2,24,3],"span":[455,79,114]},{"path":[6,0,2,25],"span":[457,2,133]},{"path":[6,0,2,25,1],"span":[457,6,38]},{"path":[6,0,2,25,2],"span":[457,39,78]},{"path":[6,0,2,25,3],"span":[457,89,129]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -33,6 +33,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
33
33
  checkManagerInApplication: IMultitenantService_ICheckManagerInApplication;
34
34
  updateSiteSubscription: IMultitenantService_IUpdateSiteSubscription;
35
35
  createTrialSiteAndInstaller: IMultitenantService_ICreateTrialSiteAndInstaller;
36
+ getInstallationLicenseByClientId: IMultitenantService_IGetInstallationLicenseByClientId;
36
37
  }
37
38
 
38
39
  interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
@@ -260,6 +261,15 @@ interface IMultitenantService_ICreateTrialSiteAndInstaller extends grpc.MethodDe
260
261
  responseSerialize: grpc.serialize<multitenant_pb.CreateTrialSiteAndInstallerResponse>;
261
262
  responseDeserialize: grpc.deserialize<multitenant_pb.CreateTrialSiteAndInstallerResponse>;
262
263
  }
264
+ interface IMultitenantService_IGetInstallationLicenseByClientId extends grpc.MethodDefinition<multitenant_pb.GetInstallationLicenseByClientIdRequest, multitenant_pb.GetInstallationLicenseByClientIdResponse> {
265
+ path: "/lansweeper.multitenant.v1.Multitenant/GetInstallationLicenseByClientId";
266
+ requestStream: false;
267
+ responseStream: false;
268
+ requestSerialize: grpc.serialize<multitenant_pb.GetInstallationLicenseByClientIdRequest>;
269
+ requestDeserialize: grpc.deserialize<multitenant_pb.GetInstallationLicenseByClientIdRequest>;
270
+ responseSerialize: grpc.serialize<multitenant_pb.GetInstallationLicenseByClientIdResponse>;
271
+ responseDeserialize: grpc.deserialize<multitenant_pb.GetInstallationLicenseByClientIdResponse>;
272
+ }
263
273
 
264
274
  export const MultitenantService: IMultitenantService;
265
275
 
@@ -289,6 +299,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
289
299
  checkManagerInApplication: grpc.handleUnaryCall<multitenant_pb.CheckManagerInApplicationRequest, multitenant_pb.CheckManagerInApplicationResponse>;
290
300
  updateSiteSubscription: grpc.handleUnaryCall<multitenant_pb.UpdateSiteSubscriptionRequest, multitenant_pb.UpdateSiteSubscriptionResponse>;
291
301
  createTrialSiteAndInstaller: grpc.handleUnaryCall<multitenant_pb.CreateTrialSiteAndInstallerRequest, multitenant_pb.CreateTrialSiteAndInstallerResponse>;
302
+ getInstallationLicenseByClientId: grpc.handleUnaryCall<multitenant_pb.GetInstallationLicenseByClientIdRequest, multitenant_pb.GetInstallationLicenseByClientIdResponse>;
292
303
  }
293
304
 
294
305
  export interface IMultitenantClient {
@@ -367,6 +378,9 @@ export interface IMultitenantClient {
367
378
  createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
368
379
  createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
369
380
  createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
381
+ getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
382
+ getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
383
+ getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
370
384
  }
371
385
 
372
386
  export class MultitenantClient extends grpc.Client implements IMultitenantClient {
@@ -446,4 +460,7 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
446
460
  public createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
447
461
  public createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
448
462
  public createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
463
+ public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
464
+ public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
465
+ public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
449
466
  }
@@ -202,6 +202,28 @@ function deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRe
202
202
  return multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
203
203
  }
204
204
 
205
+ function serialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdRequest(arg) {
206
+ if (!(arg instanceof multitenant_pb.GetInstallationLicenseByClientIdRequest)) {
207
+ throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest');
208
+ }
209
+ return Buffer.from(arg.serializeBinary());
210
+ }
211
+
212
+ function deserialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdRequest(buffer_arg) {
213
+ return multitenant_pb.GetInstallationLicenseByClientIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
214
+ }
215
+
216
+ function serialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse(arg) {
217
+ if (!(arg instanceof multitenant_pb.GetInstallationLicenseByClientIdResponse)) {
218
+ throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse');
219
+ }
220
+ return Buffer.from(arg.serializeBinary());
221
+ }
222
+
223
+ function deserialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse(buffer_arg) {
224
+ return multitenant_pb.GetInstallationLicenseByClientIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
225
+ }
226
+
205
227
  function serialize_lansweeper_multitenant_v1_GetInstallbyClientIdRequest(arg) {
206
228
  if (!(arg instanceof multitenant_pb.GetInstallbyClientIdRequest)) {
207
229
  throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallbyClientIdRequest');
@@ -831,6 +853,17 @@ var MultitenantService = exports.MultitenantService = {
831
853
  responseSerialize: serialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse,
832
854
  responseDeserialize: deserialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse,
833
855
  },
856
+ getInstallationLicenseByClientId: {
857
+ path: '/lansweeper.multitenant.v1.Multitenant/GetInstallationLicenseByClientId',
858
+ requestStream: false,
859
+ responseStream: false,
860
+ requestType: multitenant_pb.GetInstallationLicenseByClientIdRequest,
861
+ responseType: multitenant_pb.GetInstallationLicenseByClientIdResponse,
862
+ requestSerialize: serialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdRequest,
863
+ requestDeserialize: deserialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdRequest,
864
+ responseSerialize: serialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse,
865
+ responseDeserialize: deserialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse,
866
+ },
834
867
  };
835
868
 
836
869
  exports.MultitenantClient = grpc.makeGenericClientConstructor(MultitenantService);
@@ -1711,6 +1711,46 @@ export namespace CreateTrialSiteAndInstallerResponse {
1711
1711
  }
1712
1712
  }
1713
1713
 
1714
+ export class GetInstallationLicenseByClientIdRequest extends jspb.Message {
1715
+ getClientId(): string;
1716
+ setClientId(value: string): GetInstallationLicenseByClientIdRequest;
1717
+
1718
+ serializeBinary(): Uint8Array;
1719
+ toObject(includeInstance?: boolean): GetInstallationLicenseByClientIdRequest.AsObject;
1720
+ static toObject(includeInstance: boolean, msg: GetInstallationLicenseByClientIdRequest): GetInstallationLicenseByClientIdRequest.AsObject;
1721
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1722
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1723
+ static serializeBinaryToWriter(message: GetInstallationLicenseByClientIdRequest, writer: jspb.BinaryWriter): void;
1724
+ static deserializeBinary(bytes: Uint8Array): GetInstallationLicenseByClientIdRequest;
1725
+ static deserializeBinaryFromReader(message: GetInstallationLicenseByClientIdRequest, reader: jspb.BinaryReader): GetInstallationLicenseByClientIdRequest;
1726
+ }
1727
+
1728
+ export namespace GetInstallationLicenseByClientIdRequest {
1729
+ export type AsObject = {
1730
+ clientId: string,
1731
+ }
1732
+ }
1733
+
1734
+ export class GetInstallationLicenseByClientIdResponse extends jspb.Message {
1735
+ getLicense(): string;
1736
+ setLicense(value: string): GetInstallationLicenseByClientIdResponse;
1737
+
1738
+ serializeBinary(): Uint8Array;
1739
+ toObject(includeInstance?: boolean): GetInstallationLicenseByClientIdResponse.AsObject;
1740
+ static toObject(includeInstance: boolean, msg: GetInstallationLicenseByClientIdResponse): GetInstallationLicenseByClientIdResponse.AsObject;
1741
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1742
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1743
+ static serializeBinaryToWriter(message: GetInstallationLicenseByClientIdResponse, writer: jspb.BinaryWriter): void;
1744
+ static deserializeBinary(bytes: Uint8Array): GetInstallationLicenseByClientIdResponse;
1745
+ static deserializeBinaryFromReader(message: GetInstallationLicenseByClientIdResponse, reader: jspb.BinaryReader): GetInstallationLicenseByClientIdResponse;
1746
+ }
1747
+
1748
+ export namespace GetInstallationLicenseByClientIdResponse {
1749
+ export type AsObject = {
1750
+ license: string,
1751
+ }
1752
+ }
1753
+
1714
1754
  export enum SiteMode {
1715
1755
  UNESPECIFIED = 0,
1716
1756
  CLOUD_NATIVE = 1,
@@ -35,6 +35,8 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest'
35
35
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse', null, global);
36
36
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest', null, global);
37
37
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse', null, global);
38
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest', null, global);
39
+ goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse', null, global);
38
40
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdRequest', null, global);
39
41
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdResponse', null, global);
40
42
  goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsByIdRequest', null, global);
@@ -1471,6 +1473,48 @@ if (goog.DEBUG && !COMPILED) {
1471
1473
  */
1472
1474
  proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.displayName = 'proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse';
1473
1475
  }
1476
+ /**
1477
+ * Generated by JsPbCodeGenerator.
1478
+ * @param {Array=} opt_data Optional initial data array, typically from a
1479
+ * server response, or constructed directly in Javascript. The array is used
1480
+ * in place and becomes part of the constructed object. It is not cloned.
1481
+ * If no data is provided, the constructed object will be empty, but still
1482
+ * valid.
1483
+ * @extends {jspb.Message}
1484
+ * @constructor
1485
+ */
1486
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest = function(opt_data) {
1487
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1488
+ };
1489
+ goog.inherits(proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest, jspb.Message);
1490
+ if (goog.DEBUG && !COMPILED) {
1491
+ /**
1492
+ * @public
1493
+ * @override
1494
+ */
1495
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.displayName = 'proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest';
1496
+ }
1497
+ /**
1498
+ * Generated by JsPbCodeGenerator.
1499
+ * @param {Array=} opt_data Optional initial data array, typically from a
1500
+ * server response, or constructed directly in Javascript. The array is used
1501
+ * in place and becomes part of the constructed object. It is not cloned.
1502
+ * If no data is provided, the constructed object will be empty, but still
1503
+ * valid.
1504
+ * @extends {jspb.Message}
1505
+ * @constructor
1506
+ */
1507
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse = function(opt_data) {
1508
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1509
+ };
1510
+ goog.inherits(proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse, jspb.Message);
1511
+ if (goog.DEBUG && !COMPILED) {
1512
+ /**
1513
+ * @public
1514
+ * @override
1515
+ */
1516
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.displayName = 'proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse';
1517
+ }
1474
1518
 
1475
1519
 
1476
1520
 
@@ -13745,6 +13789,266 @@ proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.se
13745
13789
  };
13746
13790
 
13747
13791
 
13792
+
13793
+
13794
+
13795
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13796
+ /**
13797
+ * Creates an object representation of this proto.
13798
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13799
+ * Optional fields that are not set will be set to undefined.
13800
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13801
+ * For the list of reserved names please see:
13802
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13803
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13804
+ * JSPB instance for transitional soy proto support:
13805
+ * http://goto/soy-param-migration
13806
+ * @return {!Object}
13807
+ */
13808
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
13809
+ return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.toObject(opt_includeInstance, this);
13810
+ };
13811
+
13812
+
13813
+ /**
13814
+ * Static version of the {@see toObject} method.
13815
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13816
+ * the JSPB instance for transitional soy proto support:
13817
+ * http://goto/soy-param-migration
13818
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} msg The msg instance to transform.
13819
+ * @return {!Object}
13820
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13821
+ */
13822
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.toObject = function(includeInstance, msg) {
13823
+ var f, obj = {
13824
+ clientId: jspb.Message.getFieldWithDefault(msg, 1, "")
13825
+ };
13826
+
13827
+ if (includeInstance) {
13828
+ obj.$jspbMessageInstance = msg;
13829
+ }
13830
+ return obj;
13831
+ };
13832
+ }
13833
+
13834
+
13835
+ /**
13836
+ * Deserializes binary data (in protobuf wire format).
13837
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13838
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest}
13839
+ */
13840
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinary = function(bytes) {
13841
+ var reader = new jspb.BinaryReader(bytes);
13842
+ var msg = new proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest;
13843
+ return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinaryFromReader(msg, reader);
13844
+ };
13845
+
13846
+
13847
+ /**
13848
+ * Deserializes binary data (in protobuf wire format) from the
13849
+ * given reader into the given message object.
13850
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} msg The message object to deserialize into.
13851
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13852
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest}
13853
+ */
13854
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
13855
+ while (reader.nextField()) {
13856
+ if (reader.isEndGroup()) {
13857
+ break;
13858
+ }
13859
+ var field = reader.getFieldNumber();
13860
+ switch (field) {
13861
+ case 1:
13862
+ var value = /** @type {string} */ (reader.readString());
13863
+ msg.setClientId(value);
13864
+ break;
13865
+ default:
13866
+ reader.skipField();
13867
+ break;
13868
+ }
13869
+ }
13870
+ return msg;
13871
+ };
13872
+
13873
+
13874
+ /**
13875
+ * Serializes the message to binary data (in protobuf wire format).
13876
+ * @return {!Uint8Array}
13877
+ */
13878
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.serializeBinary = function() {
13879
+ var writer = new jspb.BinaryWriter();
13880
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.serializeBinaryToWriter(this, writer);
13881
+ return writer.getResultBuffer();
13882
+ };
13883
+
13884
+
13885
+ /**
13886
+ * Serializes the given message to binary data (in protobuf wire
13887
+ * format), writing to the given BinaryWriter.
13888
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} message
13889
+ * @param {!jspb.BinaryWriter} writer
13890
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13891
+ */
13892
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
13893
+ var f = undefined;
13894
+ f = message.getClientId();
13895
+ if (f.length > 0) {
13896
+ writer.writeString(
13897
+ 1,
13898
+ f
13899
+ );
13900
+ }
13901
+ };
13902
+
13903
+
13904
+ /**
13905
+ * optional string client_id = 1;
13906
+ * @return {string}
13907
+ */
13908
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.getClientId = function() {
13909
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
13910
+ };
13911
+
13912
+
13913
+ /**
13914
+ * @param {string} value
13915
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} returns this
13916
+ */
13917
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.setClientId = function(value) {
13918
+ return jspb.Message.setProto3StringField(this, 1, value);
13919
+ };
13920
+
13921
+
13922
+
13923
+
13924
+
13925
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13926
+ /**
13927
+ * Creates an object representation of this proto.
13928
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13929
+ * Optional fields that are not set will be set to undefined.
13930
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13931
+ * For the list of reserved names please see:
13932
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13933
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13934
+ * JSPB instance for transitional soy proto support:
13935
+ * http://goto/soy-param-migration
13936
+ * @return {!Object}
13937
+ */
13938
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
13939
+ return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.toObject(opt_includeInstance, this);
13940
+ };
13941
+
13942
+
13943
+ /**
13944
+ * Static version of the {@see toObject} method.
13945
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13946
+ * the JSPB instance for transitional soy proto support:
13947
+ * http://goto/soy-param-migration
13948
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} msg The msg instance to transform.
13949
+ * @return {!Object}
13950
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13951
+ */
13952
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.toObject = function(includeInstance, msg) {
13953
+ var f, obj = {
13954
+ license: jspb.Message.getFieldWithDefault(msg, 1, "")
13955
+ };
13956
+
13957
+ if (includeInstance) {
13958
+ obj.$jspbMessageInstance = msg;
13959
+ }
13960
+ return obj;
13961
+ };
13962
+ }
13963
+
13964
+
13965
+ /**
13966
+ * Deserializes binary data (in protobuf wire format).
13967
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13968
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse}
13969
+ */
13970
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinary = function(bytes) {
13971
+ var reader = new jspb.BinaryReader(bytes);
13972
+ var msg = new proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse;
13973
+ return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinaryFromReader(msg, reader);
13974
+ };
13975
+
13976
+
13977
+ /**
13978
+ * Deserializes binary data (in protobuf wire format) from the
13979
+ * given reader into the given message object.
13980
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} msg The message object to deserialize into.
13981
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13982
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse}
13983
+ */
13984
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
13985
+ while (reader.nextField()) {
13986
+ if (reader.isEndGroup()) {
13987
+ break;
13988
+ }
13989
+ var field = reader.getFieldNumber();
13990
+ switch (field) {
13991
+ case 1:
13992
+ var value = /** @type {string} */ (reader.readString());
13993
+ msg.setLicense(value);
13994
+ break;
13995
+ default:
13996
+ reader.skipField();
13997
+ break;
13998
+ }
13999
+ }
14000
+ return msg;
14001
+ };
14002
+
14003
+
14004
+ /**
14005
+ * Serializes the message to binary data (in protobuf wire format).
14006
+ * @return {!Uint8Array}
14007
+ */
14008
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.serializeBinary = function() {
14009
+ var writer = new jspb.BinaryWriter();
14010
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.serializeBinaryToWriter(this, writer);
14011
+ return writer.getResultBuffer();
14012
+ };
14013
+
14014
+
14015
+ /**
14016
+ * Serializes the given message to binary data (in protobuf wire
14017
+ * format), writing to the given BinaryWriter.
14018
+ * @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} message
14019
+ * @param {!jspb.BinaryWriter} writer
14020
+ * @suppress {unusedLocalVariables} f is only used for nested messages
14021
+ */
14022
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
14023
+ var f = undefined;
14024
+ f = message.getLicense();
14025
+ if (f.length > 0) {
14026
+ writer.writeString(
14027
+ 1,
14028
+ f
14029
+ );
14030
+ }
14031
+ };
14032
+
14033
+
14034
+ /**
14035
+ * optional string license = 1;
14036
+ * @return {string}
14037
+ */
14038
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.getLicense = function() {
14039
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
14040
+ };
14041
+
14042
+
14043
+ /**
14044
+ * @param {string} value
14045
+ * @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} returns this
14046
+ */
14047
+ proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.setLicense = function(value) {
14048
+ return jspb.Message.setProto3StringField(this, 1, value);
14049
+ };
14050
+
14051
+
13748
14052
  /**
13749
14053
  * @enum {number}
13750
14054
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.4.14",
3
+ "version": "0.4.15",
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": "fc69112439367a4009143a3b506b92a955049fb7"
18
+ "gitHead": "1340bceb912ff6ddb57a98ec97903e2f296f8001"
19
19
  }
@@ -396,6 +396,14 @@ message CreateTrialSiteAndInstallerResponse {
396
396
  string installer_credentials = 1;
397
397
  }
398
398
 
399
+ message GetInstallationLicenseByClientIdRequest {
400
+ string client_id = 1;
401
+ }
402
+
403
+ message GetInstallationLicenseByClientIdResponse {
404
+ string license = 1;
405
+ }
406
+
399
407
  service Multitenant {
400
408
  rpc CheckAccessToSiteByAccountId(CheckAccessToSiteByAccountIdRequest) returns (CheckAccessToSiteByAccountIdResponse) {}
401
409
 
@@ -446,4 +454,6 @@ service Multitenant {
446
454
  rpc UpdateSiteSubscription(UpdateSiteSubscriptionRequest) returns (UpdateSiteSubscriptionResponse) {}
447
455
 
448
456
  rpc CreateTrialSiteAndInstaller(CreateTrialSiteAndInstallerRequest) returns (CreateTrialSiteAndInstallerResponse) {}
457
+
458
+ rpc GetInstallationLicenseByClientId(GetInstallationLicenseByClientIdRequest) returns (GetInstallationLicenseByClientIdResponse) {}
449
459
  }