@lansweeper/multitenant-api-grpc 0.4.14 → 0.4.16
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +46 -3
- package/gen-proto/multitenant_pb.js +365 -31
- package/package.json +2 -2
- package/proto/multitenant.proto +12 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.16](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.15...@lansweeper/multitenant-api-grpc@0.4.16) (2022-11-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [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
23
|
|
|
8
24
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"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":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}],"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,459,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,112,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,21]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,16]},{"path":[4,13,2,1,3],"span":[98,19,20]},{"path":[4,13,2,2],"span":[99,2,26]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,21]},{"path":[4,13,2,2,3],"span":[99,24,25]},{"path":[4,13,2,3],"span":[100,2,25]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,20]},{"path":[4,13,2,3,3],"span":[100,23,24]},{"path":[4,13,2,4],"span":[101,2,20]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,15]},{"path":[4,13,2,4,3],"span":[101,18,19]},{"path":[4,13,2,5],"span":[102,2,18]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,13]},{"path":[4,13,2,5,3],"span":[102,16,17]},{"path":[4,13,2,6],"span":[103,2,27]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,22]},{"path":[4,13,2,6,3],"span":[103,25,26]},{"path":[4,13,2,7],"span":[104,2,23]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,18]},{"path":[4,13,2,7,3],"span":[104,21,22]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,13,2,10],"span":[111,2,22]},{"path":[4,13,2,10,5],"span":[111,2,8]},{"path":[4,13,2,10,1],"span":[111,9,16]},{"path":[4,13,2,10,3],"span":[111,19,21]},{"path":[4,14],"span":[114,0,117,1]},{"path":[4,14,1],"span":[114,8,26]},{"path":[4,14,2,0],"span":[115,2,23]},{"path":[4,14,2,0,5],"span":[115,2,8]},{"path":[4,14,2,0,1],"span":[115,9,18]},{"path":[4,14,2,0,3],"span":[115,21,22]},{"path":[4,14,2,1],"span":[116,2,27]},{"path":[4,14,2,1,5],"span":[116,2,8]},{"path":[4,14,2,1,1],"span":[116,9,22]},{"path":[4,14,2,1,3],"span":[116,25,26]},{"path":[4,15],"span":[119,0,121,1]},{"path":[4,15,1],"span":[119,8,37]},{"path":[4,15,2,0],"span":[120,2,21]},{"path":[4,15,2,0,5],"span":[120,2,8]},{"path":[4,15,2,0,1],"span":[120,9,16]},{"path":[4,15,2,0,3],"span":[120,19,20]},{"path":[4,16],"span":[123,0,125,1]},{"path":[4,16,1],"span":[123,8,32]},{"path":[4,16,2,0],"span":[124,2,18]},{"path":[4,16,2,0,5],"span":[124,2,7]},{"path":[4,16,2,0,1],"span":[124,8,13]},{"path":[4,16,2,0,3],"span":[124,16,17]},{"path":[4,17],"span":[127,0,129,1]},{"path":[4,17,1],"span":[127,8,30]},{"path":[4,17,2,0],"span":[128,2,34]},{"path":[4,17,2,0,4],"span":[128,2,10]},{"path":[4,17,2,0,5],"span":[128,11,17]},{"path":[4,17,2,0,1],"span":[128,18,29]},{"path":[4,17,2,0,3],"span":[128,32,33]},{"path":[4,18],"span":[131,0,133,1]},{"path":[4,18,1],"span":[131,8,31]},{"path":[4,18,2,0],"span":[132,2,31]},{"path":[4,18,2,0,4],"span":[132,2,10]},{"path":[4,18,2,0,6],"span":[132,11,18]},{"path":[4,18,2,0,1],"span":[132,19,26]},{"path":[4,18,2,0,3],"span":[132,29,30]},{"path":[4,19],"span":[135,0,141,1]},{"path":[4,19,1],"span":[135,8,32]},{"path":[4,19,2,0],"span":[136,2,21]},{"path":[4,19,2,0,5],"span":[136,2,8]},{"path":[4,19,2,0,1],"span":[136,9,16]},{"path":[4,19,2,0,3],"span":[136,19,20]},{"path":[4,19,3,0],"span":[137,2,139,3]},{"path":[4,19,3,0,1],"span":[137,10,16]},{"path":[4,19,3,0,2,0],"span":[138,4,32]},{"path":[4,19,3,0,2,0,6],"span":[138,4,21]},{"path":[4,19,3,0,2,0,1],"span":[138,22,27]},{"path":[4,19,3,0,2,0,3],"span":[138,30,31]},{"path":[4,19,2,1],"span":[140,2,20]},{"path":[4,19,2,1,6],"span":[140,2,8]},{"path":[4,19,2,1,1],"span":[140,9,15]},{"path":[4,19,2,1,3],"span":[140,18,19]},{"path":[4,20],"span":[143,0,145,1]},{"path":[4,20,1],"span":[143,8,33]},{"path":[4,20,2,0],"span":[144,2,31]},{"path":[4,20,2,0,4],"span":[144,2,10]},{"path":[4,20,2,0,6],"span":[144,11,18]},{"path":[4,20,2,0,1],"span":[144,19,26]},{"path":[4,20,2,0,3],"span":[144,29,30]},{"path":[4,21],"span":[147,0,149,1]},{"path":[4,21,1],"span":[147,8,35]},{"path":[4,21,2,0],"span":[148,2,23]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,18]},{"path":[4,21,2,0,3],"span":[148,21,22]},{"path":[4,22],"span":[151,0,153,1]},{"path":[4,22,1],"span":[151,8,36]},{"path":[4,22,2,0],"span":[152,2,22]},{"path":[4,22,2,0,6],"span":[152,2,9]},{"path":[4,22,2,0,1],"span":[152,10,17]},{"path":[4,22,2,0,3],"span":[152,20,21]},{"path":[4,23],"span":[155,0,167,1]},{"path":[4,23,1],"span":[155,8,28]},{"path":[4,23,9],"span":[156,2,13]},{"path":[4,23,9,0],"span":[156,11,12]},{"path":[4,23,9,0,1],"span":[156,11,12]},{"path":[4,23,2,0],"span":[157,2,21]},{"path":[4,23,2,0,5],"span":[157,2,8]},{"path":[4,23,2,0,1],"span":[157,9,16]},{"path":[4,23,2,0,3],"span":[157,19,20]},{"path":[4,23,2,1],"span":[158,2,26]},{"path":[4,23,2,1,5],"span":[158,2,8]},{"path":[4,23,2,1,1],"span":[158,9,21]},{"path":[4,23,2,1,3],"span":[158,24,25]},{"path":[4,23,2,2],"span":[159,2,25]},{"path":[4,23,2,2,5],"span":[159,2,8]},{"path":[4,23,2,2,1],"span":[159,9,20]},{"path":[4,23,2,2,3],"span":[159,23,24]},{"path":[4,23,2,3],"span":[160,2,20]},{"path":[4,23,2,3,5],"span":[160,2,8]},{"path":[4,23,2,3,1],"span":[160,9,15]},{"path":[4,23,2,3,3],"span":[160,18,19]},{"path":[4,23,2,4],"span":[161,2,18]},{"path":[4,23,2,4,5],"span":[161,2,8]},{"path":[4,23,2,4,1],"span":[161,9,13]},{"path":[4,23,2,4,3],"span":[161,16,17]},{"path":[4,23,2,5],"span":[162,2,27]},{"path":[4,23,2,5,5],"span":[162,2,8]},{"path":[4,23,2,5,1],"span":[162,9,22]},{"path":[4,23,2,5,3],"span":[162,25,26]},{"path":[4,23,2,6],"span":[164,2,28]},{"path":[4,23,2,6,5],"span":[164,2,6]},{"path":[4,23,2,6,1],"span":[164,7,23]},{"path":[4,23,2,6,3],"span":[164,26,27]},{"path":[4,23,2,7],"span":[165,2,23]},{"path":[4,23,2,7,5],"span":[165,2,8]},{"path":[4,23,2,7,1],"span":[165,9,18]},{"path":[4,23,2,7,3],"span":[165,21,22]},{"path":[4,23,2,8],"span":[166,2,24]},{"path":[4,23,2,8,6],"span":[166,2,13]},{"path":[4,23,2,8,1],"span":[166,14,18]},{"path":[4,23,2,8,3],"span":[166,21,23]},{"path":[5,2],"span":[169,0,172,1]},{"path":[5,2,1],"span":[169,5,16]},{"path":[5,2,2,0],"span":[170,2,7]},{"path":[5,2,2,0,1],"span":[170,2,4]},{"path":[5,2,2,0,2],"span":[170,5,6]},{"path":[5,2,2,1],"span":[171,2,7]},{"path":[5,2,2,1,1],"span":[171,2,4]},{"path":[5,2,2,1,2],"span":[171,5,6]},{"path":[4,24],"span":[174,0,177,1]},{"path":[4,24,1],"span":[174,8,29]},{"path":[4,24,2,0],"span":[175,2,22]},{"path":[4,24,2,0,6],"span":[175,2,9]},{"path":[4,24,2,0,1],"span":[175,10,17]},{"path":[4,24,2,0,3],"span":[175,20,21]},{"path":[4,24,2,1],"span":[176,2,37]},{"path":[4,24,2,1,6],"span":[176,2,20]},{"path":[4,24,2,1,1],"span":[176,21,32]},{"path":[4,24,2,1,3],"span":[176,35,36]},{"path":[4,25],"span":[179,0,185,1]},{"path":[4,25,1],"span":[179,8,35]},{"path":[4,25,2,0],"span":[180,2,21]},{"path":[4,25,2,0,5],"span":[180,2,8]},{"path":[4,25,2,0,1],"span":[180,9,16]},{"path":[4,25,2,0,3],"span":[180,19,20]},{"path":[4,25,2,1],"span":[181,2,26]},{"path":[4,25,2,1,5],"span":[181,2,8]},{"path":[4,25,2,1,1],"span":[181,9,21]},{"path":[4,25,2,1,3],"span":[181,24,25]},{"path":[4,25,2,2],"span":[182,2,25]},{"path":[4,25,2,2,5],"span":[182,2,8]},{"path":[4,25,2,2,1],"span":[182,9,20]},{"path":[4,25,2,2,3],"span":[182,23,24]},{"path":[4,25,2,3],"span":[183,2,23]},{"path":[4,25,2,3,5],"span":[183,2,8]},{"path":[4,25,2,3,1],"span":[183,9,18]},{"path":[4,25,2,3,3],"span":[183,21,22]},{"path":[4,25,2,4],"span":[184,2,23]},{"path":[4,25,2,4,6],"span":[184,2,13]},{"path":[4,25,2,4,1],"span":[184,14,18]},{"path":[4,25,2,4,3],"span":[184,21,22]},{"path":[4,26],"span":[187,0,191,1]},{"path":[4,26,1],"span":[187,8,36]},{"path":[4,26,2,0],"span":[188,2,22]},{"path":[4,26,2,0,6],"span":[188,2,9]},{"path":[4,26,2,0,1],"span":[188,10,17]},{"path":[4,26,2,0,3],"span":[188,20,21]},{"path":[4,26,2,1],"span":[189,2,37]},{"path":[4,26,2,1,6],"span":[189,2,20]},{"path":[4,26,2,1,1],"span":[189,21,32]},{"path":[4,26,2,1,3],"span":[189,35,36]},{"path":[4,26,2,2],"span":[190,2,21]},{"path":[4,26,2,2,5],"span":[190,2,8]},{"path":[4,26,2,2,1],"span":[190,9,16]},{"path":[4,26,2,2,3],"span":[190,19,20]},{"path":[4,27],"span":[193,0,208,1]},{"path":[4,27,1],"span":[193,8,38]},{"path":[4,27,2,0],"span":[194,2,23]},{"path":[4,27,2,0,5],"span":[194,2,8]},{"path":[4,27,2,0,1],"span":[194,9,18]},{"path":[4,27,2,0,3],"span":[194,21,22]},{"path":[4,27,2,1],"span":[195,2,26]},{"path":[4,27,2,1,5],"span":[195,2,8]},{"path":[4,27,2,1,1],"span":[195,9,21]},{"path":[4,27,2,1,3],"span":[195,24,25]},{"path":[4,27,2,2],"span":[196,2,25]},{"path":[4,27,2,2,5],"span":[196,2,8]},{"path":[4,27,2,2,1],"span":[196,9,20]},{"path":[4,27,2,2,3],"span":[196,23,24]},{"path":[4,27,2,3],"span":[197,2,20]},{"path":[4,27,2,3,5],"span":[197,2,8]},{"path":[4,27,2,3,1],"span":[197,9,15]},{"path":[4,27,2,3,3],"span":[197,18,19]},{"path":[4,27,2,4],"span":[198,2,18]},{"path":[4,27,2,4,5],"span":[198,2,8]},{"path":[4,27,2,4,1],"span":[198,9,13]},{"path":[4,27,2,4,3],"span":[198,16,17]},{"path":[4,27,3,0],"span":[200,2,205,3]},{"path":[4,27,3,0,1],"span":[200,10,24]},{"path":[4,27,3,0,2,0],"span":[201,4,41]},{"path":[4,27,3,0,2,0,5],"span":[201,4,10]},{"path":[4,27,3,0,2,0,1],"span":[201,11,36]},{"path":[4,27,3,0,2,0,3],"span":[201,39,40]},{"path":[4,27,3,0,2,1],"span":[202,4,47]},{"path":[4,27,3,0,2,1,5],"span":[202,4,10]},{"path":[4,27,3,0,2,1,1],"span":[202,11,42]},{"path":[4,27,3,0,2,1,3],"span":[202,45,46]},{"path":[4,27,3,0,2,2],"span":[203,4,45]},{"path":[4,27,3,0,2,2,5],"span":[203,4,10]},{"path":[4,27,3,0,2,2,1],"span":[203,11,40]},{"path":[4,27,3,0,2,2,3],"span":[203,43,44]},{"path":[4,27,3,0,2,3],"span":[204,4,40]},{"path":[4,27,3,0,2,3,5],"span":[204,4,10]},{"path":[4,27,3,0,2,3,1],"span":[204,11,35]},{"path":[4,27,3,0,2,3,3],"span":[204,38,39]},{"path":[4,27,2,5],"span":[207,2,37]},{"path":[4,27,2,5,6],"span":[207,2,16]},{"path":[4,27,2,5,1],"span":[207,17,32]},{"path":[4,27,2,5,3],"span":[207,35,36]},{"path":[4,28],"span":[210,0,212,1]},{"path":[4,28,1],"span":[210,8,39]},{"path":[4,28,2,0],"span":[211,2,22]},{"path":[4,28,2,0,6],"span":[211,2,9]},{"path":[4,28,2,0,1],"span":[211,10,17]},{"path":[4,28,2,0,3],"span":[211,20,21]},{"path":[4,29],"span":[214,0,217,1]},{"path":[4,29,1],"span":[214,8,38]},{"path":[4,29,2,0],"span":[215,2,23]},{"path":[4,29,2,0,5],"span":[215,2,8]},{"path":[4,29,2,0,1],"span":[215,9,18]},{"path":[4,29,2,0,3],"span":[215,21,22]},{"path":[4,29,2,1],"span":[216,2,22]},{"path":[4,29,2,1,5],"span":[216,2,8]},{"path":[4,29,2,1,1],"span":[216,9,17]},{"path":[4,29,2,1,3],"span":[216,20,21]},{"path":[4,30],"span":[219,0,224,1]},{"path":[4,30,1],"span":[219,8,39]},{"path":[4,30,2,0],"span":[220,2,19]},{"path":[4,30,2,0,5],"span":[220,2,6]},{"path":[4,30,2,0,1],"span":[220,7,14]},{"path":[4,30,2,0,3],"span":[220,17,18]},{"path":[4,30,2,1],"span":[221,2,21]},{"path":[4,30,2,1,5],"span":[221,2,8]},{"path":[4,30,2,1,1],"span":[221,9,16]},{"path":[4,30,2,1,3],"span":[221,19,20]},{"path":[4,30,2,2],"span":[222,2,28]},{"path":[4,30,2,2,5],"span":[222,2,8]},{"path":[4,30,2,2,1],"span":[222,9,23]},{"path":[4,30,2,2,3],"span":[222,26,27]},{"path":[4,30,2,3],"span":[223,2,28]},{"path":[4,30,2,3,5],"span":[223,2,8]},{"path":[4,30,2,3,1],"span":[223,9,23]},{"path":[4,30,2,3,3],"span":[223,26,27]},{"path":[4,31],"span":[226,0,231,1]},{"path":[4,31,1],"span":[226,8,38]},{"path":[4,31,2,0],"span":[227,2,23]},{"path":[4,31,2,0,5],"span":[227,2,8]},{"path":[4,31,2,0,1],"span":[227,9,18]},{"path":[4,31,2,0,3],"span":[227,21,22]},{"path":[4,31,2,1],"span":[228,2,22]},{"path":[4,31,2,1,5],"span":[228,2,8]},{"path":[4,31,2,1,1],"span":[228,9,17]},{"path":[4,31,2,1,3],"span":[228,20,21]},{"path":[4,31,2,2],"span":[229,2,23]},{"path":[4,31,2,2,5],"span":[229,2,6]},{"path":[4,31,2,2,1],"span":[229,7,18]},{"path":[4,31,2,2,3],"span":[229,21,22]},{"path":[4,31,2,3],"span":[230,2,23]},{"path":[4,31,2,3,5],"span":[230,2,6]},{"path":[4,31,2,3,1],"span":[230,7,18]},{"path":[4,31,2,3,3],"span":[230,21,22]},{"path":[4,32],"span":[233,0,235,1]},{"path":[4,32,1],"span":[233,8,39]},{"path":[4,32,2,0],"span":[234,2,19]},{"path":[4,32,2,0,5],"span":[234,2,6]},{"path":[4,32,2,0,1],"span":[234,7,14]},{"path":[4,32,2,0,3],"span":[234,17,18]},{"path":[4,33],"span":[237,0,243,1]},{"path":[4,33,1],"span":[237,8,41]},{"path":[4,33,2,0],"span":[238,2,23]},{"path":[4,33,2,0,5],"span":[238,2,8]},{"path":[4,33,2,0,1],"span":[238,9,18]},{"path":[4,33,2,0,3],"span":[238,21,22]},{"path":[4,33,2,1],"span":[239,2,26]},{"path":[4,33,2,1,5],"span":[239,2,8]},{"path":[4,33,2,1,1],"span":[239,9,21]},{"path":[4,33,2,1,3],"span":[239,24,25]},{"path":[4,33,2,2],"span":[240,2,25]},{"path":[4,33,2,2,5],"span":[240,2,8]},{"path":[4,33,2,2,1],"span":[240,9,20]},{"path":[4,33,2,2,3],"span":[240,23,24]},{"path":[4,33,2,3],"span":[241,2,23]},{"path":[4,33,2,3,5],"span":[241,2,8]},{"path":[4,33,2,3,1],"span":[241,9,18]},{"path":[4,33,2,3,3],"span":[241,21,22]},{"path":[4,33,2,4],"span":[242,2,23]},{"path":[4,33,2,4,6],"span":[242,2,13]},{"path":[4,33,2,4,1],"span":[242,14,18]},{"path":[4,33,2,4,3],"span":[242,21,22]},{"path":[4,34],"span":[245,0,250,1]},{"path":[4,34,1],"span":[245,8,42]},{"path":[4,34,2,0],"span":[246,2,22]},{"path":[4,34,2,0,6],"span":[246,2,9]},{"path":[4,34,2,0,1],"span":[246,10,17]},{"path":[4,34,2,0,3],"span":[246,20,21]},{"path":[4,34,2,1],"span":[247,2,37]},{"path":[4,34,2,1,6],"span":[247,2,20]},{"path":[4,34,2,1,1],"span":[247,21,32]},{"path":[4,34,2,1,3],"span":[247,35,36]},{"path":[4,34,2,2],"span":[248,2,23]},{"path":[4,34,2,2,6],"span":[248,2,13]},{"path":[4,34,2,2,1],"span":[248,14,18]},{"path":[4,34,2,2,3],"span":[248,21,22]},{"path":[4,34,2,3],"span":[249,2,21]},{"path":[4,34,2,3,5],"span":[249,2,8]},{"path":[4,34,2,3,1],"span":[249,9,16]},{"path":[4,34,2,3,3],"span":[249,19,20]},{"path":[4,35],"span":[252,0,256,1]},{"path":[4,35,1],"span":[252,8,40]},{"path":[4,35,2,0],"span":[253,2,21]},{"path":[4,35,2,0,5],"span":[253,2,8]},{"path":[4,35,2,0,1],"span":[253,9,16]},{"path":[4,35,2,0,3],"span":[253,19,20]},{"path":[4,35,2,1],"span":[254,2,34]},{"path":[4,35,2,1,4],"span":[254,2,10]},{"path":[4,35,2,1,5],"span":[254,11,17]},{"path":[4,35,2,1,1],"span":[254,18,29]},{"path":[4,35,2,1,3],"span":[254,32,33]},{"path":[4,35,2,2],"span":[255,2,21]},{"path":[4,35,2,2,5],"span":[255,2,8]},{"path":[4,35,2,2,1],"span":[255,9,16]},{"path":[4,35,2,2,3],"span":[255,19,20]},{"path":[4,36],"span":[258,0,264,1]},{"path":[4,36,1],"span":[258,8,41]},{"path":[4,36,3,0],"span":[259,2,262,3]},{"path":[4,36,3,0,1],"span":[259,10,16]},{"path":[4,36,3,0,2,0],"span":[260,4,26]},{"path":[4,36,3,0,2,0,5],"span":[260,4,10]},{"path":[4,36,3,0,2,0,1],"span":[260,11,21]},{"path":[4,36,3,0,2,0,3],"span":[260,24,25]},{"path":[4,36,3,0,2,1],"span":[261,4,20]},{"path":[4,36,3,0,2,1,5],"span":[261,4,8]},{"path":[4,36,3,0,2,1,1],"span":[261,9,15]},{"path":[4,36,3,0,2,1,3],"span":[261,18,19]},{"path":[4,36,2,0],"span":[263,2,29]},{"path":[4,36,2,0,4],"span":[263,2,10]},{"path":[4,36,2,0,6],"span":[263,11,17]},{"path":[4,36,2,0,1],"span":[263,18,24]},{"path":[4,36,2,0,3],"span":[263,27,28]},{"path":[4,37],"span":[266,0,269,1]},{"path":[4,37,1],"span":[266,8,46]},{"path":[4,37,2,0],"span":[267,2,21]},{"path":[4,37,2,0,5],"span":[267,2,8]},{"path":[4,37,2,0,1],"span":[267,9,16]},{"path":[4,37,2,0,3],"span":[267,19,20]},{"path":[4,37,2,1],"span":[268,2,23]},{"path":[4,37,2,1,5],"span":[268,2,8]},{"path":[4,37,2,1,1],"span":[268,9,18]},{"path":[4,37,2,1,3],"span":[268,21,22]},{"path":[4,38],"span":[271,0,273,1]},{"path":[4,38,1],"span":[271,8,47]},{"path":[4,38,2,0],"span":[272,2,31]},{"path":[4,38,2,0,4],"span":[272,2,10]},{"path":[4,38,2,0,6],"span":[272,11,18]},{"path":[4,38,2,0,1],"span":[272,19,26]},{"path":[4,38,2,0,3],"span":[272,29,30]},{"path":[4,39],"span":[275,0,278,1]},{"path":[4,39,1],"span":[275,8,33]},{"path":[4,39,2,0],"span":[276,2,21]},{"path":[4,39,2,0,5],"span":[276,2,8]},{"path":[4,39,2,0,1],"span":[276,9,16]},{"path":[4,39,2,0,3],"span":[276,19,20]},{"path":[4,39,2,1],"span":[277,2,24]},{"path":[4,39,2,1,5],"span":[277,2,8]},{"path":[4,39,2,1,1],"span":[277,9,19]},{"path":[4,39,2,1,3],"span":[277,22,23]},{"path":[4,40],"span":[280,0,298,1]},{"path":[4,40,1],"span":[280,8,34]},{"path":[4,40,3,0],"span":[281,2,284,3]},{"path":[4,40,3,0,1],"span":[281,10,29]},{"path":[4,40,3,0,2,0],"span":[282,4,19]},{"path":[4,40,3,0,2,0,5],"span":[282,4,10]},{"path":[4,40,3,0,2,0,1],"span":[282,11,14]},{"path":[4,40,3,0,2,0,3],"span":[282,17,18]},{"path":[4,40,3,0,2,1],"span":[283,4,34]},{"path":[4,40,3,0,2,1,5],"span":[283,4,9]},{"path":[4,40,3,0,2,1,1],"span":[283,10,29]},{"path":[4,40,3,0,2,1,3],"span":[283,32,33]},{"path":[4,40,3,1],"span":[286,2,288,3]},{"path":[4,40,3,1,1],"span":[286,10,15]},{"path":[4,40,3,1,2,0],"span":[287,4,18]},{"path":[4,40,3,1,2,0,5],"span":[287,4,10]},{"path":[4,40,3,1,2,0,1],"span":[287,11,13]},{"path":[4,40,3,1,2,0,3],"span":[287,16,17]},{"path":[4,40,3,2],"span":[290,2,295,3]},{"path":[4,40,3,2,1],"span":[290,10,14]},{"path":[4,40,3,2,2,0],"span":[291,4,18]},{"path":[4,40,3,2,2,0,5],"span":[291,4,10]},{"path":[4,40,3,2,2,0,1],"span":[291,11,13]},{"path":[4,40,3,2,2,0,3],"span":[291,16,17]},{"path":[4,40,3,2,2,1],"span":[292,4,45]},{"path":[4,40,3,2,2,1,4],"span":[292,4,12]},{"path":[4,40,3,2,2,1,6],"span":[292,13,32]},{"path":[4,40,3,2,2,1,1],"span":[292,33,40]},{"path":[4,40,3,2,2,1,3],"span":[292,43,44]},{"path":[4,40,3,2,2,2],"span":[293,4,39]},{"path":[4,40,3,2,2,2,4],"span":[293,4,12]},{"path":[4,40,3,2,2,2,6],"span":[293,13,20]},{"path":[4,40,3,2,2,2,1],"span":[293,21,34]},{"path":[4,40,3,2,2,2,3],"span":[293,37,38]},{"path":[4,40,3,2,2,3],"span":[294,4,30]},{"path":[4,40,3,2,2,3,4],"span":[294,4,12]},{"path":[4,40,3,2,2,3,6],"span":[294,13,18]},{"path":[4,40,3,2,2,3,1],"span":[294,19,25]},{"path":[4,40,3,2,2,3,3],"span":[294,28,29]},{"path":[4,40,2,0],"span":[297,2,26]},{"path":[4,40,2,0,4],"span":[297,2,10]},{"path":[4,40,2,0,6],"span":[297,11,15]},{"path":[4,40,2,0,1],"span":[297,16,21]},{"path":[4,40,2,0,3],"span":[297,24,25]},{"path":[4,41],"span":[300,0,302,1]},{"path":[4,41,1],"span":[300,8,53]},{"path":[4,41,2,0],"span":[301,2,35]},{"path":[4,41,2,0,5],"span":[301,2,8]},{"path":[4,41,2,0,1],"span":[301,9,30]},{"path":[4,41,2,0,3],"span":[301,33,34]},{"path":[4,42],"span":[304,0,307,1]},{"path":[4,42,1],"span":[304,8,54]},{"path":[4,42,2,0],"span":[305,2,21]},{"path":[4,42,2,0,5],"span":[305,2,8]},{"path":[4,42,2,0,1],"span":[305,9,16]},{"path":[4,42,2,0,3],"span":[305,19,20]},{"path":[4,42,2,1],"span":[306,2,28]},{"path":[4,42,2,1,5],"span":[306,2,8]},{"path":[4,42,2,1,1],"span":[306,9,23]},{"path":[4,42,2,1,3],"span":[306,26,27]},{"path":[4,43],"span":[309,0,326,1]},{"path":[4,43,1],"span":[309,8,34]},{"path":[4,43,2,0],"span":[310,2,30]},{"path":[4,43,2,0,5],"span":[310,2,8]},{"path":[4,43,2,0,1],"span":[310,9,25]},{"path":[4,43,2,0,3],"span":[310,28,29]},{"path":[4,43,2,1],"span":[311,2,39]},{"path":[4,43,2,1,5],"span":[311,2,8]},{"path":[4,43,2,1,1],"span":[311,9,14]},{"path":[4,43,2,1,3],"span":[311,17,18]},{"path":[4,43,2,1,8],"span":[311,19,38]},{"path":[4,43,2,1,8,3],"span":[311,20,37]},{"path":[4,43,3,0],"span":[313,2,318,3]},{"path":[4,43,3,0,1],"span":[313,10,22]},{"path":[4,43,3,0,2,0],"span":[314,4,20]},{"path":[4,43,3,0,2,0,5],"span":[314,4,10]},{"path":[4,43,3,0,2,0,1],"span":[314,11,15]},{"path":[4,43,3,0,2,0,3],"span":[314,18,19]},{"path":[4,43,3,0,2,1],"span":[315,4,44]},{"path":[4,43,3,0,2,1,5],"span":[315,4,10]},{"path":[4,43,3,0,2,1,1],"span":[315,11,19]},{"path":[4,43,3,0,2,1,3],"span":[315,22,23]},{"path":[4,43,3,0,2,1,8],"span":[315,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[315,25,42]},{"path":[4,43,3,0,2,2],"span":[316,4,25]},{"path":[4,43,3,0,2,2,5],"span":[316,4,10]},{"path":[4,43,3,0,2,2,1],"span":[316,11,20]},{"path":[4,43,3,0,2,2,3],"span":[316,23,24]},{"path":[4,43,3,0,2,3],"span":[317,4,23]},{"path":[4,43,3,0,2,3,5],"span":[317,4,10]},{"path":[4,43,3,0,2,3,1],"span":[317,11,18]},{"path":[4,43,3,0,2,3,3],"span":[317,21,22]},{"path":[4,43,2,2],"span":[319,2,35]},{"path":[4,43,2,2,4],"span":[319,2,10]},{"path":[4,43,2,2,6],"span":[319,11,23]},{"path":[4,43,2,2,1],"span":[319,24,30]},{"path":[4,43,2,2,3],"span":[319,33,34]},{"path":[4,43,2,3],"span":[321,2,25]},{"path":[4,43,2,3,5],"span":[321,2,8]},{"path":[4,43,2,3,1],"span":[321,9,20]},{"path":[4,43,2,3,3],"span":[321,23,24]},{"path":[4,43,2,4],"span":[322,2,26]},{"path":[4,43,2,4,5],"span":[322,2,8]},{"path":[4,43,2,4,1],"span":[322,9,21]},{"path":[4,43,2,4,3],"span":[322,24,25]},{"path":[4,43,2,5],"span":[323,2,45]},{"path":[4,43,2,5,5],"span":[323,2,8]},{"path":[4,43,2,5,1],"span":[323,9,20]},{"path":[4,43,2,5,3],"span":[323,23,24]},{"path":[4,43,2,5,8],"span":[323,25,44]},{"path":[4,43,2,5,8,3],"span":[323,26,43]},{"path":[4,43,2,6],"span":[324,2,24]},{"path":[4,43,2,6,5],"span":[324,2,8]},{"path":[4,43,2,6,1],"span":[324,9,19]},{"path":[4,43,2,6,3],"span":[324,22,23]},{"path":[4,43,2,7],"span":[325,2,28]},{"path":[4,43,2,7,5],"span":[325,2,8]},{"path":[4,43,2,7,1],"span":[325,9,23]},{"path":[4,43,2,7,3],"span":[325,26,27]},{"path":[4,44],"span":[328,0,330,1]},{"path":[4,44,1],"span":[328,8,35]},{"path":[4,44,2,0],"span":[329,2,21]},{"path":[4,44,2,0,5],"span":[329,2,6]},{"path":[4,44,2,0,1],"span":[329,7,16]},{"path":[4,44,2,0,3],"span":[329,19,20]},{"path":[4,45],"span":[332,0,334,1]},{"path":[4,45,1],"span":[332,8,12]},{"path":[4,45,2,0],"span":[333,2,16]},{"path":[4,45,2,0,5],"span":[333,2,8]},{"path":[4,45,2,0,1],"span":[333,9,11]},{"path":[4,45,2,0,3],"span":[333,14,15]},{"path":[4,46],"span":[336,0,339,1]},{"path":[4,46,1],"span":[336,8,30]},{"path":[4,46,2,0],"span":[337,2,28]},{"path":[4,46,2,0,5],"span":[337,2,8]},{"path":[4,46,2,0,1],"span":[337,9,23]},{"path":[4,46,2,0,3],"span":[337,26,27]},{"path":[4,46,2,1],"span":[338,2,22]},{"path":[4,46,2,1,5],"span":[338,2,8]},{"path":[4,46,2,1,1],"span":[338,9,17]},{"path":[4,46,2,1,3],"span":[338,20,21]},{"path":[4,47],"span":[341,0,343,1]},{"path":[4,47,1],"span":[341,8,31]},{"path":[4,47,2,0],"span":[342,2,25]},{"path":[4,47,2,0,4],"span":[342,2,10]},{"path":[4,47,2,0,6],"span":[342,11,15]},{"path":[4,47,2,0,1],"span":[342,16,20]},{"path":[4,47,2,0,3],"span":[342,23,24]},{"path":[4,48],"span":[345,0,347,1]},{"path":[4,48,1],"span":[345,8,36]},{"path":[4,48,2,0],"span":[346,2,21]},{"path":[4,48,2,0,5],"span":[346,2,8]},{"path":[4,48,2,0,1],"span":[346,9,16]},{"path":[4,48,2,0,3],"span":[346,19,20]},{"path":[4,49],"span":[349,0,351,1]},{"path":[4,49,1],"span":[349,8,37]},{"path":[4,49,2,0],"span":[350,2,34]},{"path":[4,49,2,0,4],"span":[350,2,10]},{"path":[4,49,2,0,5],"span":[350,11,17]},{"path":[4,49,2,0,1],"span":[350,18,29]},{"path":[4,49,2,0,3],"span":[350,32,33]},{"path":[4,50],"span":[353,0,356,1]},{"path":[4,50,1],"span":[353,8,40]},{"path":[4,50,2,0],"span":[354,2,28]},{"path":[4,50,2,0,5],"span":[354,2,8]},{"path":[4,50,2,0,1],"span":[354,9,23]},{"path":[4,50,2,0,3],"span":[354,26,27]},{"path":[4,50,2,1],"span":[355,2,24]},{"path":[4,50,2,1,5],"span":[355,2,8]},{"path":[4,50,2,1,1],"span":[355,9,19]},{"path":[4,50,2,1,3],"span":[355,22,23]},{"path":[4,51],"span":[358,0,360,1]},{"path":[4,51,1],"span":[358,8,41]},{"path":[4,51,2,0],"span":[359,2,22]},{"path":[4,51,2,0,5],"span":[359,2,6]},{"path":[4,51,2,0,1],"span":[359,7,17]},{"path":[4,51,2,0,3],"span":[359,20,21]},{"path":[5,3],"span":[362,0,369,1]},{"path":[5,3,1],"span":[362,5,21]},{"path":[5,3,2,0],"span":[363,2,43]},{"path":[5,3,2,0,1],"span":[363,2,38]},{"path":[5,3,2,0,2],"span":[363,41,42]},{"path":[5,3,2,1],"span":[364,2,36]},{"path":[5,3,2,1,1],"span":[364,2,31]},{"path":[5,3,2,1,2],"span":[364,34,35]},{"path":[5,3,2,2],"span":[365,2,39]},{"path":[5,3,2,2,1],"span":[365,2,34]},{"path":[5,3,2,2,2],"span":[365,37,38]},{"path":[5,3,2,3],"span":[366,2,38]},{"path":[5,3,2,3,1],"span":[366,2,33]},{"path":[5,3,2,3,2],"span":[366,36,37]},{"path":[5,3,2,4],"span":[367,2,34]},{"path":[5,3,2,4,1],"span":[367,2,29]},{"path":[5,3,2,4,2],"span":[367,32,33]},{"path":[5,3,2,5],"span":[368,2,41]},{"path":[5,3,2,5,1],"span":[368,2,36]},{"path":[5,3,2,5,2],"span":[368,39,40]},{"path":[4,52],"span":[371,0,378,1]},{"path":[4,52,1],"span":[371,8,20]},{"path":[4,52,2,0],"span":[372,2,16]},{"path":[4,52,2,0,5],"span":[372,2,8]},{"path":[4,52,2,0,1],"span":[372,9,11]},{"path":[4,52,2,0,3],"span":[372,14,15]},{"path":[4,52,2,1],"span":[373,2,21]},{"path":[4,52,2,1,5],"span":[373,2,8]},{"path":[4,52,2,1,1],"span":[373,9,16]},{"path":[4,52,2,1,3],"span":[373,19,20]},{"path":[4,52,2,2],"span":[374,2,28]},{"path":[4,52,2,2,6],"span":[374,2,18]},{"path":[4,52,2,2,1],"span":[374,19,23]},{"path":[4,52,2,2,3],"span":[374,26,27]},{"path":[4,52,2,3],"span":[375,2,25]},{"path":[4,52,2,3,5],"span":[375,2,7]},{"path":[4,52,2,3,1],"span":[375,8,20]},{"path":[4,52,2,3,3],"span":[375,23,24]},{"path":[4,52,2,4],"span":[376,2,29]},{"path":[4,52,2,4,5],"span":[376,2,8]},{"path":[4,52,2,4,1],"span":[376,9,24]},{"path":[4,52,2,4,3],"span":[376,27,28]},{"path":[4,52,2,5],"span":[377,2,24]},{"path":[4,52,2,5,5],"span":[377,2,8]},{"path":[4,52,2,5,1],"span":[377,9,19]},{"path":[4,52,2,5,3],"span":[377,22,23]},{"path":[4,53],"span":[380,0,385,1]},{"path":[4,53,1],"span":[380,8,37]},{"path":[4,53,2,0],"span":[381,2,21]},{"path":[4,53,2,0,5],"span":[381,2,8]},{"path":[4,53,2,0,1],"span":[381,9,16]},{"path":[4,53,2,0,3],"span":[381,19,20]},{"path":[4,53,2,1],"span":[382,2,28]},{"path":[4,53,2,1,6],"span":[382,2,18]},{"path":[4,53,2,1,1],"span":[382,19,23]},{"path":[4,53,2,1,3],"span":[382,26,27]},{"path":[4,53,2,2],"span":[383,2,25]},{"path":[4,53,2,2,5],"span":[383,2,7]},{"path":[4,53,2,2,1],"span":[383,8,20]},{"path":[4,53,2,2,3],"span":[383,23,24]},{"path":[4,53,2,3],"span":[384,2,29]},{"path":[4,53,2,3,5],"span":[384,2,8]},{"path":[4,53,2,3,1],"span":[384,9,24]},{"path":[4,53,2,3,3],"span":[384,27,28]},{"path":[4,54],"span":[387,0,389,1]},{"path":[4,54,1],"span":[387,8,38]},{"path":[4,54,2,0],"span":[388,2,32]},{"path":[4,54,2,0,6],"span":[388,2,14]},{"path":[4,54,2,0,1],"span":[388,15,27]},{"path":[4,54,2,0,3],"span":[388,30,31]},{"path":[4,55],"span":[391,0,393,1]},{"path":[4,55,1],"span":[391,8,42]},{"path":[4,55,2,0],"span":[392,2,21]},{"path":[4,55,2,0,5],"span":[392,2,8]},{"path":[4,55,2,0,1],"span":[392,9,16]},{"path":[4,55,2,0,3],"span":[392,19,20]},{"path":[4,56],"span":[395,0,397,1]},{"path":[4,56,1],"span":[395,8,43]},{"path":[4,56,2,0],"span":[396,2,35]},{"path":[4,56,2,0,5],"span":[396,2,8]},{"path":[4,56,2,0,1],"span":[396,9,30]},{"path":[4,56,2,0,3],"span":[396,33,34]},{"path":[4,57],"span":[399,0,401,1]},{"path":[4,57,1],"span":[399,8,47]},{"path":[4,57,2,0],"span":[400,2,23]},{"path":[4,57,2,0,5],"span":[400,2,8]},{"path":[4,57,2,0,1],"span":[400,9,18]},{"path":[4,57,2,0,3],"span":[400,21,22]},{"path":[4,58],"span":[403,0,405,1]},{"path":[4,58,1],"span":[403,8,48]},{"path":[4,58,2,0],"span":[404,2,21]},{"path":[4,58,2,0,5],"span":[404,2,8]},{"path":[4,58,2,0,1],"span":[404,9,16]},{"path":[4,58,2,0,3],"span":[404,19,20]},{"path":[6,0],"span":[407,0,459,1]},{"path":[6,0,1],"span":[407,8,19]},{"path":[6,0,2,0],"span":[408,2,121]},{"path":[6,0,2,0,1],"span":[408,6,34]},{"path":[6,0,2,0,2],"span":[408,35,70]},{"path":[6,0,2,0,3],"span":[408,81,117]},{"path":[6,0,2,1],"span":[410,2,100]},{"path":[6,0,2,1,1],"span":[410,6,27]},{"path":[6,0,2,1,2],"span":[410,28,56]},{"path":[6,0,2,1,3],"span":[410,67,96]},{"path":[6,0,2,2],"span":[412,2,106]},{"path":[6,0,2,2,1],"span":[412,6,29]},{"path":[6,0,2,2,2],"span":[412,30,60]},{"path":[6,0,2,2,3],"span":[412,71,102]},{"path":[6,0,2,3],"span":[414,2,115]},{"path":[6,0,2,3,1],"span":[414,6,32]},{"path":[6,0,2,3,2],"span":[414,33,66]},{"path":[6,0,2,3,3],"span":[414,77,111]},{"path":[6,0,2,4],"span":[416,2,76]},{"path":[6,0,2,4,1],"span":[416,6,19]},{"path":[6,0,2,4,2],"span":[416,20,40]},{"path":[6,0,2,4,3],"span":[416,51,72]},{"path":[6,0,2,5],"span":[418,2,76]},{"path":[6,0,2,5,1],"span":[418,6,19]},{"path":[6,0,2,5,2],"span":[418,20,40]},{"path":[6,0,2,5,3],"span":[418,51,72]},{"path":[6,0,2,6],"span":[420,2,97]},{"path":[6,0,2,6,1],"span":[420,6,26]},{"path":[6,0,2,6,2],"span":[420,27,54]},{"path":[6,0,2,6,3],"span":[420,65,93]},{"path":[6,0,2,7],"span":[422,2,88]},{"path":[6,0,2,7,1],"span":[422,6,23]},{"path":[6,0,2,7,2],"span":[422,24,48]},{"path":[6,0,2,7,3],"span":[422,59,84]},{"path":[6,0,2,8],"span":[424,2,82]},{"path":[6,0,2,8,1],"span":[424,6,21]},{"path":[6,0,2,8,2],"span":[424,22,44]},{"path":[6,0,2,8,3],"span":[424,55,78]},{"path":[6,0,2,9],"span":[426,2,97]},{"path":[6,0,2,9,1],"span":[426,6,28]},{"path":[6,0,2,9,2],"span":[426,29,58]},{"path":[6,0,2,9,3],"span":[426,69,93]},{"path":[6,0,2,10],"span":[428,2,97]},{"path":[6,0,2,10,1],"span":[428,6,26]},{"path":[6,0,2,10,2],"span":[428,27,54]},{"path":[6,0,2,10,3],"span":[428,65,93]},{"path":[6,0,2,11],"span":[430,2,106]},{"path":[6,0,2,11,1],"span":[430,6,29]},{"path":[6,0,2,11,2],"span":[430,30,60]},{"path":[6,0,2,11,3],"span":[430,71,102]},{"path":[6,0,2,12],"span":[432,2,106]},{"path":[6,0,2,12,1],"span":[432,6,29]},{"path":[6,0,2,12,2],"span":[432,30,60]},{"path":[6,0,2,12,3],"span":[432,71,102]},{"path":[6,0,2,13],"span":[434,2,115]},{"path":[6,0,2,13,1],"span":[434,6,32]},{"path":[6,0,2,13,2],"span":[434,33,66]},{"path":[6,0,2,13,3],"span":[434,77,111]},{"path":[6,0,2,14],"span":[436,2,106]},{"path":[6,0,2,14,1],"span":[436,6,29]},{"path":[6,0,2,14,2],"span":[436,30,60]},{"path":[6,0,2,14,3],"span":[436,71,102]},{"path":[6,0,2,15],"span":[438,2,112]},{"path":[6,0,2,15,1],"span":[438,6,31]},{"path":[6,0,2,15,2],"span":[438,32,64]},{"path":[6,0,2,15,3],"span":[438,75,108]},{"path":[6,0,2,16],"span":[440,2,130]},{"path":[6,0,2,16,1],"span":[440,6,37]},{"path":[6,0,2,16,2],"span":[440,38,76]},{"path":[6,0,2,16,3],"span":[440,87,126]},{"path":[6,0,2,17],"span":[442,2,91]},{"path":[6,0,2,17,1],"span":[442,6,24]},{"path":[6,0,2,17,2],"span":[442,25,50]},{"path":[6,0,2,17,3],"span":[442,61,87]},{"path":[6,0,2,18],"span":[444,2,151]},{"path":[6,0,2,18,1],"span":[444,6,44]},{"path":[6,0,2,18,2],"span":[444,45,90]},{"path":[6,0,2,18,3],"span":[444,101,147]},{"path":[6,0,2,19],"span":[446,2,99]},{"path":[6,0,2,19,1],"span":[446,6,30]},{"path":[6,0,2,19,2],"span":[446,31,57]},{"path":[6,0,2,19,3],"span":[446,68,95]},{"path":[6,0,2,20],"span":[448,2,100]},{"path":[6,0,2,20,1],"span":[448,6,39]},{"path":[6,0,2,20,2],"span":[448,40,62]},{"path":[6,0,2,20,3],"span":[448,73,96]},{"path":[6,0,2,21],"span":[450,2,100]},{"path":[6,0,2,21,1],"span":[450,6,27]},{"path":[6,0,2,21,2],"span":[450,28,56]},{"path":[6,0,2,21,3],"span":[450,67,96]},{"path":[6,0,2,22],"span":[452,2,112]},{"path":[6,0,2,22,1],"span":[452,6,31]},{"path":[6,0,2,22,2],"span":[452,32,64]},{"path":[6,0,2,22,3],"span":[452,75,108]},{"path":[6,0,2,23],"span":[454,2,103]},{"path":[6,0,2,23,1],"span":[454,6,28]},{"path":[6,0,2,23,2],"span":[454,29,58]},{"path":[6,0,2,23,3],"span":[454,69,99]},{"path":[6,0,2,24],"span":[456,2,118]},{"path":[6,0,2,24,1],"span":[456,6,33]},{"path":[6,0,2,24,2],"span":[456,34,68]},{"path":[6,0,2,24,3],"span":[456,79,114]},{"path":[6,0,2,25],"span":[458,2,133]},{"path":[6,0,2,25,1],"span":[458,6,38]},{"path":[6,0,2,25,2],"span":[458,39,78]},{"path":[6,0,2,25,3],"span":[458,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);
|
|
@@ -361,8 +361,6 @@ export namespace CheckAccessToSiteByAccountIdResponse {
|
|
|
361
361
|
export class Install extends jspb.Message {
|
|
362
362
|
getId(): string;
|
|
363
363
|
setId(value: string): Install;
|
|
364
|
-
getGlobalId(): string;
|
|
365
|
-
setGlobalId(value: string): Install;
|
|
366
364
|
getSiteId(): string;
|
|
367
365
|
setSiteId(value: string): Install;
|
|
368
366
|
getDisplayName(): string;
|
|
@@ -375,6 +373,8 @@ export class Install extends jspb.Message {
|
|
|
375
373
|
setFqdn(value: string): Install;
|
|
376
374
|
getCreatedById(): string;
|
|
377
375
|
setCreatedById(value: string): Install;
|
|
376
|
+
getGlobalId(): string;
|
|
377
|
+
setGlobalId(value: string): Install;
|
|
378
378
|
|
|
379
379
|
hasState(): boolean;
|
|
380
380
|
clearState(): void;
|
|
@@ -382,6 +382,8 @@ export class Install extends jspb.Message {
|
|
|
382
382
|
setState(value?: Install.InstallState): Install;
|
|
383
383
|
getCreatedAt(): string;
|
|
384
384
|
setCreatedAt(value: string): Install;
|
|
385
|
+
getLicense(): string;
|
|
386
|
+
setLicense(value: string): Install;
|
|
385
387
|
|
|
386
388
|
serializeBinary(): Uint8Array;
|
|
387
389
|
toObject(includeInstance?: boolean): Install.AsObject;
|
|
@@ -396,15 +398,16 @@ export class Install extends jspb.Message {
|
|
|
396
398
|
export namespace Install {
|
|
397
399
|
export type AsObject = {
|
|
398
400
|
id: string,
|
|
399
|
-
globalId: string,
|
|
400
401
|
siteId: string,
|
|
401
402
|
displayName: string,
|
|
402
403
|
description: string,
|
|
403
404
|
status: string,
|
|
404
405
|
fqdn: string,
|
|
405
406
|
createdById: string,
|
|
407
|
+
globalId: string,
|
|
406
408
|
state?: Install.InstallState.AsObject,
|
|
407
409
|
createdAt: string,
|
|
410
|
+
license: string,
|
|
408
411
|
}
|
|
409
412
|
|
|
410
413
|
|
|
@@ -1711,6 +1714,46 @@ export namespace CreateTrialSiteAndInstallerResponse {
|
|
|
1711
1714
|
}
|
|
1712
1715
|
}
|
|
1713
1716
|
|
|
1717
|
+
export class GetInstallationLicenseByClientIdRequest extends jspb.Message {
|
|
1718
|
+
getClientId(): string;
|
|
1719
|
+
setClientId(value: string): GetInstallationLicenseByClientIdRequest;
|
|
1720
|
+
|
|
1721
|
+
serializeBinary(): Uint8Array;
|
|
1722
|
+
toObject(includeInstance?: boolean): GetInstallationLicenseByClientIdRequest.AsObject;
|
|
1723
|
+
static toObject(includeInstance: boolean, msg: GetInstallationLicenseByClientIdRequest): GetInstallationLicenseByClientIdRequest.AsObject;
|
|
1724
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1725
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1726
|
+
static serializeBinaryToWriter(message: GetInstallationLicenseByClientIdRequest, writer: jspb.BinaryWriter): void;
|
|
1727
|
+
static deserializeBinary(bytes: Uint8Array): GetInstallationLicenseByClientIdRequest;
|
|
1728
|
+
static deserializeBinaryFromReader(message: GetInstallationLicenseByClientIdRequest, reader: jspb.BinaryReader): GetInstallationLicenseByClientIdRequest;
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
export namespace GetInstallationLicenseByClientIdRequest {
|
|
1732
|
+
export type AsObject = {
|
|
1733
|
+
clientId: string,
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
export class GetInstallationLicenseByClientIdResponse extends jspb.Message {
|
|
1738
|
+
getLicense(): string;
|
|
1739
|
+
setLicense(value: string): GetInstallationLicenseByClientIdResponse;
|
|
1740
|
+
|
|
1741
|
+
serializeBinary(): Uint8Array;
|
|
1742
|
+
toObject(includeInstance?: boolean): GetInstallationLicenseByClientIdResponse.AsObject;
|
|
1743
|
+
static toObject(includeInstance: boolean, msg: GetInstallationLicenseByClientIdResponse): GetInstallationLicenseByClientIdResponse.AsObject;
|
|
1744
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1745
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1746
|
+
static serializeBinaryToWriter(message: GetInstallationLicenseByClientIdResponse, writer: jspb.BinaryWriter): void;
|
|
1747
|
+
static deserializeBinary(bytes: Uint8Array): GetInstallationLicenseByClientIdResponse;
|
|
1748
|
+
static deserializeBinaryFromReader(message: GetInstallationLicenseByClientIdResponse, reader: jspb.BinaryReader): GetInstallationLicenseByClientIdResponse;
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
export namespace GetInstallationLicenseByClientIdResponse {
|
|
1752
|
+
export type AsObject = {
|
|
1753
|
+
license: string,
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1714
1757
|
export enum SiteMode {
|
|
1715
1758
|
UNESPECIFIED = 0,
|
|
1716
1759
|
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
|
|
|
@@ -4017,15 +4061,16 @@ proto.lansweeper.multitenant.v1.Install.prototype.toObject = function(opt_includ
|
|
|
4017
4061
|
proto.lansweeper.multitenant.v1.Install.toObject = function(includeInstance, msg) {
|
|
4018
4062
|
var f, obj = {
|
|
4019
4063
|
id: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4020
|
-
globalId: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
4021
4064
|
siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4022
4065
|
displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
4023
4066
|
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
4024
4067
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
4025
4068
|
fqdn: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
4026
4069
|
createdById: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
4070
|
+
globalId: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
4027
4071
|
state: (f = msg.getState()) && proto.lansweeper.multitenant.v1.Install.InstallState.toObject(includeInstance, f),
|
|
4028
|
-
createdAt: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
4072
|
+
createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
4073
|
+
license: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
4029
4074
|
};
|
|
4030
4075
|
|
|
4031
4076
|
if (includeInstance) {
|
|
@@ -4066,10 +4111,6 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4066
4111
|
var value = /** @type {string} */ (reader.readString());
|
|
4067
4112
|
msg.setId(value);
|
|
4068
4113
|
break;
|
|
4069
|
-
case 8:
|
|
4070
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4071
|
-
msg.setGlobalId(value);
|
|
4072
|
-
break;
|
|
4073
4114
|
case 2:
|
|
4074
4115
|
var value = /** @type {string} */ (reader.readString());
|
|
4075
4116
|
msg.setSiteId(value);
|
|
@@ -4094,6 +4135,10 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4094
4135
|
var value = /** @type {string} */ (reader.readString());
|
|
4095
4136
|
msg.setCreatedById(value);
|
|
4096
4137
|
break;
|
|
4138
|
+
case 8:
|
|
4139
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4140
|
+
msg.setGlobalId(value);
|
|
4141
|
+
break;
|
|
4097
4142
|
case 9:
|
|
4098
4143
|
var value = new proto.lansweeper.multitenant.v1.Install.InstallState;
|
|
4099
4144
|
reader.readMessage(value,proto.lansweeper.multitenant.v1.Install.InstallState.deserializeBinaryFromReader);
|
|
@@ -4103,6 +4148,10 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4103
4148
|
var value = /** @type {string} */ (reader.readString());
|
|
4104
4149
|
msg.setCreatedAt(value);
|
|
4105
4150
|
break;
|
|
4151
|
+
case 11:
|
|
4152
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4153
|
+
msg.setLicense(value);
|
|
4154
|
+
break;
|
|
4106
4155
|
default:
|
|
4107
4156
|
reader.skipField();
|
|
4108
4157
|
break;
|
|
@@ -4139,13 +4188,6 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4139
4188
|
f
|
|
4140
4189
|
);
|
|
4141
4190
|
}
|
|
4142
|
-
f = message.getGlobalId();
|
|
4143
|
-
if (f.length > 0) {
|
|
4144
|
-
writer.writeString(
|
|
4145
|
-
8,
|
|
4146
|
-
f
|
|
4147
|
-
);
|
|
4148
|
-
}
|
|
4149
4191
|
f = message.getSiteId();
|
|
4150
4192
|
if (f.length > 0) {
|
|
4151
4193
|
writer.writeString(
|
|
@@ -4188,6 +4230,13 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4188
4230
|
f
|
|
4189
4231
|
);
|
|
4190
4232
|
}
|
|
4233
|
+
f = message.getGlobalId();
|
|
4234
|
+
if (f.length > 0) {
|
|
4235
|
+
writer.writeString(
|
|
4236
|
+
8,
|
|
4237
|
+
f
|
|
4238
|
+
);
|
|
4239
|
+
}
|
|
4191
4240
|
f = message.getState();
|
|
4192
4241
|
if (f != null) {
|
|
4193
4242
|
writer.writeMessage(
|
|
@@ -4203,6 +4252,13 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4203
4252
|
f
|
|
4204
4253
|
);
|
|
4205
4254
|
}
|
|
4255
|
+
f = message.getLicense();
|
|
4256
|
+
if (f.length > 0) {
|
|
4257
|
+
writer.writeString(
|
|
4258
|
+
11,
|
|
4259
|
+
f
|
|
4260
|
+
);
|
|
4261
|
+
}
|
|
4206
4262
|
};
|
|
4207
4263
|
|
|
4208
4264
|
|
|
@@ -4354,24 +4410,6 @@ proto.lansweeper.multitenant.v1.Install.prototype.setId = function(value) {
|
|
|
4354
4410
|
};
|
|
4355
4411
|
|
|
4356
4412
|
|
|
4357
|
-
/**
|
|
4358
|
-
* optional string global_id = 8;
|
|
4359
|
-
* @return {string}
|
|
4360
|
-
*/
|
|
4361
|
-
proto.lansweeper.multitenant.v1.Install.prototype.getGlobalId = function() {
|
|
4362
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
4363
|
-
};
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
/**
|
|
4367
|
-
* @param {string} value
|
|
4368
|
-
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4369
|
-
*/
|
|
4370
|
-
proto.lansweeper.multitenant.v1.Install.prototype.setGlobalId = function(value) {
|
|
4371
|
-
return jspb.Message.setProto3StringField(this, 8, value);
|
|
4372
|
-
};
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
4413
|
/**
|
|
4376
4414
|
* optional string site_id = 2;
|
|
4377
4415
|
* @return {string}
|
|
@@ -4480,6 +4518,24 @@ proto.lansweeper.multitenant.v1.Install.prototype.setCreatedById = function(valu
|
|
|
4480
4518
|
};
|
|
4481
4519
|
|
|
4482
4520
|
|
|
4521
|
+
/**
|
|
4522
|
+
* optional string global_id = 8;
|
|
4523
|
+
* @return {string}
|
|
4524
|
+
*/
|
|
4525
|
+
proto.lansweeper.multitenant.v1.Install.prototype.getGlobalId = function() {
|
|
4526
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
4527
|
+
};
|
|
4528
|
+
|
|
4529
|
+
|
|
4530
|
+
/**
|
|
4531
|
+
* @param {string} value
|
|
4532
|
+
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4533
|
+
*/
|
|
4534
|
+
proto.lansweeper.multitenant.v1.Install.prototype.setGlobalId = function(value) {
|
|
4535
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
4536
|
+
};
|
|
4537
|
+
|
|
4538
|
+
|
|
4483
4539
|
/**
|
|
4484
4540
|
* optional InstallState state = 9;
|
|
4485
4541
|
* @return {?proto.lansweeper.multitenant.v1.Install.InstallState}
|
|
@@ -4535,6 +4591,24 @@ proto.lansweeper.multitenant.v1.Install.prototype.setCreatedAt = function(value)
|
|
|
4535
4591
|
};
|
|
4536
4592
|
|
|
4537
4593
|
|
|
4594
|
+
/**
|
|
4595
|
+
* optional string license = 11;
|
|
4596
|
+
* @return {string}
|
|
4597
|
+
*/
|
|
4598
|
+
proto.lansweeper.multitenant.v1.Install.prototype.getLicense = function() {
|
|
4599
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
4600
|
+
};
|
|
4601
|
+
|
|
4602
|
+
|
|
4603
|
+
/**
|
|
4604
|
+
* @param {string} value
|
|
4605
|
+
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4606
|
+
*/
|
|
4607
|
+
proto.lansweeper.multitenant.v1.Install.prototype.setLicense = function(value) {
|
|
4608
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
4609
|
+
};
|
|
4610
|
+
|
|
4611
|
+
|
|
4538
4612
|
|
|
4539
4613
|
|
|
4540
4614
|
|
|
@@ -13745,6 +13819,266 @@ proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.se
|
|
|
13745
13819
|
};
|
|
13746
13820
|
|
|
13747
13821
|
|
|
13822
|
+
|
|
13823
|
+
|
|
13824
|
+
|
|
13825
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
13826
|
+
/**
|
|
13827
|
+
* Creates an object representation of this proto.
|
|
13828
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
13829
|
+
* Optional fields that are not set will be set to undefined.
|
|
13830
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
13831
|
+
* For the list of reserved names please see:
|
|
13832
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
13833
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
13834
|
+
* JSPB instance for transitional soy proto support:
|
|
13835
|
+
* http://goto/soy-param-migration
|
|
13836
|
+
* @return {!Object}
|
|
13837
|
+
*/
|
|
13838
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
13839
|
+
return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.toObject(opt_includeInstance, this);
|
|
13840
|
+
};
|
|
13841
|
+
|
|
13842
|
+
|
|
13843
|
+
/**
|
|
13844
|
+
* Static version of the {@see toObject} method.
|
|
13845
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
13846
|
+
* the JSPB instance for transitional soy proto support:
|
|
13847
|
+
* http://goto/soy-param-migration
|
|
13848
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} msg The msg instance to transform.
|
|
13849
|
+
* @return {!Object}
|
|
13850
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13851
|
+
*/
|
|
13852
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.toObject = function(includeInstance, msg) {
|
|
13853
|
+
var f, obj = {
|
|
13854
|
+
clientId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
13855
|
+
};
|
|
13856
|
+
|
|
13857
|
+
if (includeInstance) {
|
|
13858
|
+
obj.$jspbMessageInstance = msg;
|
|
13859
|
+
}
|
|
13860
|
+
return obj;
|
|
13861
|
+
};
|
|
13862
|
+
}
|
|
13863
|
+
|
|
13864
|
+
|
|
13865
|
+
/**
|
|
13866
|
+
* Deserializes binary data (in protobuf wire format).
|
|
13867
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
13868
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest}
|
|
13869
|
+
*/
|
|
13870
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinary = function(bytes) {
|
|
13871
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
13872
|
+
var msg = new proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest;
|
|
13873
|
+
return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
13874
|
+
};
|
|
13875
|
+
|
|
13876
|
+
|
|
13877
|
+
/**
|
|
13878
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
13879
|
+
* given reader into the given message object.
|
|
13880
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} msg The message object to deserialize into.
|
|
13881
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
13882
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest}
|
|
13883
|
+
*/
|
|
13884
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
13885
|
+
while (reader.nextField()) {
|
|
13886
|
+
if (reader.isEndGroup()) {
|
|
13887
|
+
break;
|
|
13888
|
+
}
|
|
13889
|
+
var field = reader.getFieldNumber();
|
|
13890
|
+
switch (field) {
|
|
13891
|
+
case 1:
|
|
13892
|
+
var value = /** @type {string} */ (reader.readString());
|
|
13893
|
+
msg.setClientId(value);
|
|
13894
|
+
break;
|
|
13895
|
+
default:
|
|
13896
|
+
reader.skipField();
|
|
13897
|
+
break;
|
|
13898
|
+
}
|
|
13899
|
+
}
|
|
13900
|
+
return msg;
|
|
13901
|
+
};
|
|
13902
|
+
|
|
13903
|
+
|
|
13904
|
+
/**
|
|
13905
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
13906
|
+
* @return {!Uint8Array}
|
|
13907
|
+
*/
|
|
13908
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.serializeBinary = function() {
|
|
13909
|
+
var writer = new jspb.BinaryWriter();
|
|
13910
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.serializeBinaryToWriter(this, writer);
|
|
13911
|
+
return writer.getResultBuffer();
|
|
13912
|
+
};
|
|
13913
|
+
|
|
13914
|
+
|
|
13915
|
+
/**
|
|
13916
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
13917
|
+
* format), writing to the given BinaryWriter.
|
|
13918
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} message
|
|
13919
|
+
* @param {!jspb.BinaryWriter} writer
|
|
13920
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13921
|
+
*/
|
|
13922
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
13923
|
+
var f = undefined;
|
|
13924
|
+
f = message.getClientId();
|
|
13925
|
+
if (f.length > 0) {
|
|
13926
|
+
writer.writeString(
|
|
13927
|
+
1,
|
|
13928
|
+
f
|
|
13929
|
+
);
|
|
13930
|
+
}
|
|
13931
|
+
};
|
|
13932
|
+
|
|
13933
|
+
|
|
13934
|
+
/**
|
|
13935
|
+
* optional string client_id = 1;
|
|
13936
|
+
* @return {string}
|
|
13937
|
+
*/
|
|
13938
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.getClientId = function() {
|
|
13939
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
13940
|
+
};
|
|
13941
|
+
|
|
13942
|
+
|
|
13943
|
+
/**
|
|
13944
|
+
* @param {string} value
|
|
13945
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest} returns this
|
|
13946
|
+
*/
|
|
13947
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest.prototype.setClientId = function(value) {
|
|
13948
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
13949
|
+
};
|
|
13950
|
+
|
|
13951
|
+
|
|
13952
|
+
|
|
13953
|
+
|
|
13954
|
+
|
|
13955
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
13956
|
+
/**
|
|
13957
|
+
* Creates an object representation of this proto.
|
|
13958
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
13959
|
+
* Optional fields that are not set will be set to undefined.
|
|
13960
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
13961
|
+
* For the list of reserved names please see:
|
|
13962
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
13963
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
13964
|
+
* JSPB instance for transitional soy proto support:
|
|
13965
|
+
* http://goto/soy-param-migration
|
|
13966
|
+
* @return {!Object}
|
|
13967
|
+
*/
|
|
13968
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
13969
|
+
return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.toObject(opt_includeInstance, this);
|
|
13970
|
+
};
|
|
13971
|
+
|
|
13972
|
+
|
|
13973
|
+
/**
|
|
13974
|
+
* Static version of the {@see toObject} method.
|
|
13975
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
13976
|
+
* the JSPB instance for transitional soy proto support:
|
|
13977
|
+
* http://goto/soy-param-migration
|
|
13978
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} msg The msg instance to transform.
|
|
13979
|
+
* @return {!Object}
|
|
13980
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13981
|
+
*/
|
|
13982
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.toObject = function(includeInstance, msg) {
|
|
13983
|
+
var f, obj = {
|
|
13984
|
+
license: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
13985
|
+
};
|
|
13986
|
+
|
|
13987
|
+
if (includeInstance) {
|
|
13988
|
+
obj.$jspbMessageInstance = msg;
|
|
13989
|
+
}
|
|
13990
|
+
return obj;
|
|
13991
|
+
};
|
|
13992
|
+
}
|
|
13993
|
+
|
|
13994
|
+
|
|
13995
|
+
/**
|
|
13996
|
+
* Deserializes binary data (in protobuf wire format).
|
|
13997
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
13998
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse}
|
|
13999
|
+
*/
|
|
14000
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinary = function(bytes) {
|
|
14001
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
14002
|
+
var msg = new proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse;
|
|
14003
|
+
return proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
14004
|
+
};
|
|
14005
|
+
|
|
14006
|
+
|
|
14007
|
+
/**
|
|
14008
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
14009
|
+
* given reader into the given message object.
|
|
14010
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} msg The message object to deserialize into.
|
|
14011
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
14012
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse}
|
|
14013
|
+
*/
|
|
14014
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
14015
|
+
while (reader.nextField()) {
|
|
14016
|
+
if (reader.isEndGroup()) {
|
|
14017
|
+
break;
|
|
14018
|
+
}
|
|
14019
|
+
var field = reader.getFieldNumber();
|
|
14020
|
+
switch (field) {
|
|
14021
|
+
case 1:
|
|
14022
|
+
var value = /** @type {string} */ (reader.readString());
|
|
14023
|
+
msg.setLicense(value);
|
|
14024
|
+
break;
|
|
14025
|
+
default:
|
|
14026
|
+
reader.skipField();
|
|
14027
|
+
break;
|
|
14028
|
+
}
|
|
14029
|
+
}
|
|
14030
|
+
return msg;
|
|
14031
|
+
};
|
|
14032
|
+
|
|
14033
|
+
|
|
14034
|
+
/**
|
|
14035
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
14036
|
+
* @return {!Uint8Array}
|
|
14037
|
+
*/
|
|
14038
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.serializeBinary = function() {
|
|
14039
|
+
var writer = new jspb.BinaryWriter();
|
|
14040
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.serializeBinaryToWriter(this, writer);
|
|
14041
|
+
return writer.getResultBuffer();
|
|
14042
|
+
};
|
|
14043
|
+
|
|
14044
|
+
|
|
14045
|
+
/**
|
|
14046
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
14047
|
+
* format), writing to the given BinaryWriter.
|
|
14048
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} message
|
|
14049
|
+
* @param {!jspb.BinaryWriter} writer
|
|
14050
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14051
|
+
*/
|
|
14052
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
14053
|
+
var f = undefined;
|
|
14054
|
+
f = message.getLicense();
|
|
14055
|
+
if (f.length > 0) {
|
|
14056
|
+
writer.writeString(
|
|
14057
|
+
1,
|
|
14058
|
+
f
|
|
14059
|
+
);
|
|
14060
|
+
}
|
|
14061
|
+
};
|
|
14062
|
+
|
|
14063
|
+
|
|
14064
|
+
/**
|
|
14065
|
+
* optional string license = 1;
|
|
14066
|
+
* @return {string}
|
|
14067
|
+
*/
|
|
14068
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.getLicense = function() {
|
|
14069
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
14070
|
+
};
|
|
14071
|
+
|
|
14072
|
+
|
|
14073
|
+
/**
|
|
14074
|
+
* @param {string} value
|
|
14075
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse} returns this
|
|
14076
|
+
*/
|
|
14077
|
+
proto.lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse.prototype.setLicense = function(value) {
|
|
14078
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
14079
|
+
};
|
|
14080
|
+
|
|
14081
|
+
|
|
13748
14082
|
/**
|
|
13749
14083
|
* @enum {number}
|
|
13750
14084
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.16",
|
|
4
4
|
"description": "Multitenant grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@grpc/grpc-js": "^1.6.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "fb58599c58d05d51d46f7b503f37d1fb4c6edb11"
|
|
19
19
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -96,19 +96,20 @@ enum InstallStateValue {
|
|
|
96
96
|
|
|
97
97
|
message Install {
|
|
98
98
|
string id = 1;
|
|
99
|
-
string global_id = 8;
|
|
100
99
|
string site_id = 2;
|
|
101
100
|
string display_name = 3;
|
|
102
101
|
string description = 4;
|
|
103
102
|
string status = 5;
|
|
104
103
|
string fqdn = 6;
|
|
105
104
|
string created_by_id = 7;
|
|
105
|
+
string global_id = 8;
|
|
106
106
|
|
|
107
107
|
message InstallState {
|
|
108
108
|
InstallStateValue value = 1;
|
|
109
109
|
}
|
|
110
110
|
InstallState state = 9;
|
|
111
111
|
string created_at = 10;
|
|
112
|
+
string license = 11;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
message InstallCredentials {
|
|
@@ -396,6 +397,14 @@ message CreateTrialSiteAndInstallerResponse {
|
|
|
396
397
|
string installer_credentials = 1;
|
|
397
398
|
}
|
|
398
399
|
|
|
400
|
+
message GetInstallationLicenseByClientIdRequest {
|
|
401
|
+
string client_id = 1;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
message GetInstallationLicenseByClientIdResponse {
|
|
405
|
+
string license = 1;
|
|
406
|
+
}
|
|
407
|
+
|
|
399
408
|
service Multitenant {
|
|
400
409
|
rpc CheckAccessToSiteByAccountId(CheckAccessToSiteByAccountIdRequest) returns (CheckAccessToSiteByAccountIdResponse) {}
|
|
401
410
|
|
|
@@ -446,4 +455,6 @@ service Multitenant {
|
|
|
446
455
|
rpc UpdateSiteSubscription(UpdateSiteSubscriptionRequest) returns (UpdateSiteSubscriptionResponse) {}
|
|
447
456
|
|
|
448
457
|
rpc CreateTrialSiteAndInstaller(CreateTrialSiteAndInstallerRequest) returns (CreateTrialSiteAndInstallerResponse) {}
|
|
458
|
+
|
|
459
|
+
rpc GetInstallationLicenseByClientId(GetInstallationLicenseByClientIdRequest) returns (GetInstallationLicenseByClientIdResponse) {}
|
|
449
460
|
}
|