@lansweeper/multitenant-api-grpc 0.4.12 → 0.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +40 -0
- package/gen-proto/multitenant_pb.js +304 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.13](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.12...@lansweeper/multitenant-api-grpc@0.4.13) (2022-10-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.12](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.11...@lansweeper/multitenant-api-grpc@0.4.12) (2022-10-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"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":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"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":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,436,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,189,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,27],"span":[191,0,206,1]},{"path":[4,27,1],"span":[191,8,38]},{"path":[4,27,2,0],"span":[192,2,23]},{"path":[4,27,2,0,5],"span":[192,2,8]},{"path":[4,27,2,0,1],"span":[192,9,18]},{"path":[4,27,2,0,3],"span":[192,21,22]},{"path":[4,27,2,1],"span":[193,2,26]},{"path":[4,27,2,1,5],"span":[193,2,8]},{"path":[4,27,2,1,1],"span":[193,9,21]},{"path":[4,27,2,1,3],"span":[193,24,25]},{"path":[4,27,2,2],"span":[194,2,25]},{"path":[4,27,2,2,5],"span":[194,2,8]},{"path":[4,27,2,2,1],"span":[194,9,20]},{"path":[4,27,2,2,3],"span":[194,23,24]},{"path":[4,27,2,3],"span":[195,2,20]},{"path":[4,27,2,3,5],"span":[195,2,8]},{"path":[4,27,2,3,1],"span":[195,9,15]},{"path":[4,27,2,3,3],"span":[195,18,19]},{"path":[4,27,2,4],"span":[196,2,18]},{"path":[4,27,2,4,5],"span":[196,2,8]},{"path":[4,27,2,4,1],"span":[196,9,13]},{"path":[4,27,2,4,3],"span":[196,16,17]},{"path":[4,27,3,0],"span":[198,2,203,3]},{"path":[4,27,3,0,1],"span":[198,10,24]},{"path":[4,27,3,0,2,0],"span":[199,4,41]},{"path":[4,27,3,0,2,0,5],"span":[199,4,10]},{"path":[4,27,3,0,2,0,1],"span":[199,11,36]},{"path":[4,27,3,0,2,0,3],"span":[199,39,40]},{"path":[4,27,3,0,2,1],"span":[200,4,47]},{"path":[4,27,3,0,2,1,5],"span":[200,4,10]},{"path":[4,27,3,0,2,1,1],"span":[200,11,42]},{"path":[4,27,3,0,2,1,3],"span":[200,45,46]},{"path":[4,27,3,0,2,2],"span":[201,4,45]},{"path":[4,27,3,0,2,2,5],"span":[201,4,10]},{"path":[4,27,3,0,2,2,1],"span":[201,11,40]},{"path":[4,27,3,0,2,2,3],"span":[201,43,44]},{"path":[4,27,3,0,2,3],"span":[202,4,40]},{"path":[4,27,3,0,2,3,5],"span":[202,4,10]},{"path":[4,27,3,0,2,3,1],"span":[202,11,35]},{"path":[4,27,3,0,2,3,3],"span":[202,38,39]},{"path":[4,27,2,5],"span":[205,2,37]},{"path":[4,27,2,5,6],"span":[205,2,16]},{"path":[4,27,2,5,1],"span":[205,17,32]},{"path":[4,27,2,5,3],"span":[205,35,36]},{"path":[4,28],"span":[208,0,210,1]},{"path":[4,28,1],"span":[208,8,39]},{"path":[4,28,2,0],"span":[209,2,22]},{"path":[4,28,2,0,6],"span":[209,2,9]},{"path":[4,28,2,0,1],"span":[209,10,17]},{"path":[4,28,2,0,3],"span":[209,20,21]},{"path":[4,29],"span":[212,0,215,1]},{"path":[4,29,1],"span":[212,8,38]},{"path":[4,29,2,0],"span":[213,2,23]},{"path":[4,29,2,0,5],"span":[213,2,8]},{"path":[4,29,2,0,1],"span":[213,9,18]},{"path":[4,29,2,0,3],"span":[213,21,22]},{"path":[4,29,2,1],"span":[214,2,22]},{"path":[4,29,2,1,5],"span":[214,2,8]},{"path":[4,29,2,1,1],"span":[214,9,17]},{"path":[4,29,2,1,3],"span":[214,20,21]},{"path":[4,30],"span":[217,0,222,1]},{"path":[4,30,1],"span":[217,8,39]},{"path":[4,30,2,0],"span":[218,2,19]},{"path":[4,30,2,0,5],"span":[218,2,6]},{"path":[4,30,2,0,1],"span":[218,7,14]},{"path":[4,30,2,0,3],"span":[218,17,18]},{"path":[4,30,2,1],"span":[219,2,21]},{"path":[4,30,2,1,5],"span":[219,2,8]},{"path":[4,30,2,1,1],"span":[219,9,16]},{"path":[4,30,2,1,3],"span":[219,19,20]},{"path":[4,30,2,2],"span":[220,2,28]},{"path":[4,30,2,2,5],"span":[220,2,8]},{"path":[4,30,2,2,1],"span":[220,9,23]},{"path":[4,30,2,2,3],"span":[220,26,27]},{"path":[4,30,2,3],"span":[221,2,28]},{"path":[4,30,2,3,5],"span":[221,2,8]},{"path":[4,30,2,3,1],"span":[221,9,23]},{"path":[4,30,2,3,3],"span":[221,26,27]},{"path":[4,31],"span":[224,0,229,1]},{"path":[4,31,1],"span":[224,8,38]},{"path":[4,31,2,0],"span":[225,2,23]},{"path":[4,31,2,0,5],"span":[225,2,8]},{"path":[4,31,2,0,1],"span":[225,9,18]},{"path":[4,31,2,0,3],"span":[225,21,22]},{"path":[4,31,2,1],"span":[226,2,22]},{"path":[4,31,2,1,5],"span":[226,2,8]},{"path":[4,31,2,1,1],"span":[226,9,17]},{"path":[4,31,2,1,3],"span":[226,20,21]},{"path":[4,31,2,2],"span":[227,2,23]},{"path":[4,31,2,2,5],"span":[227,2,6]},{"path":[4,31,2,2,1],"span":[227,7,18]},{"path":[4,31,2,2,3],"span":[227,21,22]},{"path":[4,31,2,3],"span":[228,2,23]},{"path":[4,31,2,3,5],"span":[228,2,6]},{"path":[4,31,2,3,1],"span":[228,7,18]},{"path":[4,31,2,3,3],"span":[228,21,22]},{"path":[4,32],"span":[231,0,233,1]},{"path":[4,32,1],"span":[231,8,39]},{"path":[4,32,2,0],"span":[232,2,19]},{"path":[4,32,2,0,5],"span":[232,2,6]},{"path":[4,32,2,0,1],"span":[232,7,14]},{"path":[4,32,2,0,3],"span":[232,17,18]},{"path":[4,33],"span":[235,0,241,1]},{"path":[4,33,1],"span":[235,8,41]},{"path":[4,33,2,0],"span":[236,2,23]},{"path":[4,33,2,0,5],"span":[236,2,8]},{"path":[4,33,2,0,1],"span":[236,9,18]},{"path":[4,33,2,0,3],"span":[236,21,22]},{"path":[4,33,2,1],"span":[237,2,26]},{"path":[4,33,2,1,5],"span":[237,2,8]},{"path":[4,33,2,1,1],"span":[237,9,21]},{"path":[4,33,2,1,3],"span":[237,24,25]},{"path":[4,33,2,2],"span":[238,2,25]},{"path":[4,33,2,2,5],"span":[238,2,8]},{"path":[4,33,2,2,1],"span":[238,9,20]},{"path":[4,33,2,2,3],"span":[238,23,24]},{"path":[4,33,2,3],"span":[239,2,23]},{"path":[4,33,2,3,5],"span":[239,2,8]},{"path":[4,33,2,3,1],"span":[239,9,18]},{"path":[4,33,2,3,3],"span":[239,21,22]},{"path":[4,33,2,4],"span":[240,2,23]},{"path":[4,33,2,4,6],"span":[240,2,13]},{"path":[4,33,2,4,1],"span":[240,14,18]},{"path":[4,33,2,4,3],"span":[240,21,22]},{"path":[4,34],"span":[243,0,247,1]},{"path":[4,34,1],"span":[243,8,42]},{"path":[4,34,2,0],"span":[244,2,22]},{"path":[4,34,2,0,6],"span":[244,2,9]},{"path":[4,34,2,0,1],"span":[244,10,17]},{"path":[4,34,2,0,3],"span":[244,20,21]},{"path":[4,34,2,1],"span":[245,2,37]},{"path":[4,34,2,1,6],"span":[245,2,20]},{"path":[4,34,2,1,1],"span":[245,21,32]},{"path":[4,34,2,1,3],"span":[245,35,36]},{"path":[4,34,2,2],"span":[246,2,23]},{"path":[4,34,2,2,6],"span":[246,2,13]},{"path":[4,34,2,2,1],"span":[246,14,18]},{"path":[4,34,2,2,3],"span":[246,21,22]},{"path":[4,35],"span":[249,0,253,1]},{"path":[4,35,1],"span":[249,8,40]},{"path":[4,35,2,0],"span":[250,2,21]},{"path":[4,35,2,0,5],"span":[250,2,8]},{"path":[4,35,2,0,1],"span":[250,9,16]},{"path":[4,35,2,0,3],"span":[250,19,20]},{"path":[4,35,2,1],"span":[251,2,34]},{"path":[4,35,2,1,4],"span":[251,2,10]},{"path":[4,35,2,1,5],"span":[251,11,17]},{"path":[4,35,2,1,1],"span":[251,18,29]},{"path":[4,35,2,1,3],"span":[251,32,33]},{"path":[4,35,2,2],"span":[252,2,21]},{"path":[4,35,2,2,5],"span":[252,2,8]},{"path":[4,35,2,2,1],"span":[252,9,16]},{"path":[4,35,2,2,3],"span":[252,19,20]},{"path":[4,36],"span":[255,0,261,1]},{"path":[4,36,1],"span":[255,8,41]},{"path":[4,36,3,0],"span":[256,2,259,3]},{"path":[4,36,3,0,1],"span":[256,10,16]},{"path":[4,36,3,0,2,0],"span":[257,4,26]},{"path":[4,36,3,0,2,0,5],"span":[257,4,10]},{"path":[4,36,3,0,2,0,1],"span":[257,11,21]},{"path":[4,36,3,0,2,0,3],"span":[257,24,25]},{"path":[4,36,3,0,2,1],"span":[258,4,20]},{"path":[4,36,3,0,2,1,5],"span":[258,4,8]},{"path":[4,36,3,0,2,1,1],"span":[258,9,15]},{"path":[4,36,3,0,2,1,3],"span":[258,18,19]},{"path":[4,36,2,0],"span":[260,2,29]},{"path":[4,36,2,0,4],"span":[260,2,10]},{"path":[4,36,2,0,6],"span":[260,11,17]},{"path":[4,36,2,0,1],"span":[260,18,24]},{"path":[4,36,2,0,3],"span":[260,27,28]},{"path":[4,37],"span":[263,0,266,1]},{"path":[4,37,1],"span":[263,8,46]},{"path":[4,37,2,0],"span":[264,2,21]},{"path":[4,37,2,0,5],"span":[264,2,8]},{"path":[4,37,2,0,1],"span":[264,9,16]},{"path":[4,37,2,0,3],"span":[264,19,20]},{"path":[4,37,2,1],"span":[265,2,23]},{"path":[4,37,2,1,5],"span":[265,2,8]},{"path":[4,37,2,1,1],"span":[265,9,18]},{"path":[4,37,2,1,3],"span":[265,21,22]},{"path":[4,38],"span":[268,0,270,1]},{"path":[4,38,1],"span":[268,8,47]},{"path":[4,38,2,0],"span":[269,2,31]},{"path":[4,38,2,0,4],"span":[269,2,10]},{"path":[4,38,2,0,6],"span":[269,11,18]},{"path":[4,38,2,0,1],"span":[269,19,26]},{"path":[4,38,2,0,3],"span":[269,29,30]},{"path":[4,39],"span":[272,0,275,1]},{"path":[4,39,1],"span":[272,8,33]},{"path":[4,39,2,0],"span":[273,2,21]},{"path":[4,39,2,0,5],"span":[273,2,8]},{"path":[4,39,2,0,1],"span":[273,9,16]},{"path":[4,39,2,0,3],"span":[273,19,20]},{"path":[4,39,2,1],"span":[274,2,24]},{"path":[4,39,2,1,5],"span":[274,2,8]},{"path":[4,39,2,1,1],"span":[274,9,19]},{"path":[4,39,2,1,3],"span":[274,22,23]},{"path":[4,40],"span":[277,0,295,1]},{"path":[4,40,1],"span":[277,8,34]},{"path":[4,40,3,0],"span":[278,2,281,3]},{"path":[4,40,3,0,1],"span":[278,10,29]},{"path":[4,40,3,0,2,0],"span":[279,4,19]},{"path":[4,40,3,0,2,0,5],"span":[279,4,10]},{"path":[4,40,3,0,2,0,1],"span":[279,11,14]},{"path":[4,40,3,0,2,0,3],"span":[279,17,18]},{"path":[4,40,3,0,2,1],"span":[280,4,34]},{"path":[4,40,3,0,2,1,5],"span":[280,4,9]},{"path":[4,40,3,0,2,1,1],"span":[280,10,29]},{"path":[4,40,3,0,2,1,3],"span":[280,32,33]},{"path":[4,40,3,1],"span":[283,2,285,3]},{"path":[4,40,3,1,1],"span":[283,10,15]},{"path":[4,40,3,1,2,0],"span":[284,4,18]},{"path":[4,40,3,1,2,0,5],"span":[284,4,10]},{"path":[4,40,3,1,2,0,1],"span":[284,11,13]},{"path":[4,40,3,1,2,0,3],"span":[284,16,17]},{"path":[4,40,3,2],"span":[287,2,292,3]},{"path":[4,40,3,2,1],"span":[287,10,14]},{"path":[4,40,3,2,2,0],"span":[288,4,18]},{"path":[4,40,3,2,2,0,5],"span":[288,4,10]},{"path":[4,40,3,2,2,0,1],"span":[288,11,13]},{"path":[4,40,3,2,2,0,3],"span":[288,16,17]},{"path":[4,40,3,2,2,1],"span":[289,4,45]},{"path":[4,40,3,2,2,1,4],"span":[289,4,12]},{"path":[4,40,3,2,2,1,6],"span":[289,13,32]},{"path":[4,40,3,2,2,1,1],"span":[289,33,40]},{"path":[4,40,3,2,2,1,3],"span":[289,43,44]},{"path":[4,40,3,2,2,2],"span":[290,4,39]},{"path":[4,40,3,2,2,2,4],"span":[290,4,12]},{"path":[4,40,3,2,2,2,6],"span":[290,13,20]},{"path":[4,40,3,2,2,2,1],"span":[290,21,34]},{"path":[4,40,3,2,2,2,3],"span":[290,37,38]},{"path":[4,40,3,2,2,3],"span":[291,4,30]},{"path":[4,40,3,2,2,3,4],"span":[291,4,12]},{"path":[4,40,3,2,2,3,6],"span":[291,13,18]},{"path":[4,40,3,2,2,3,1],"span":[291,19,25]},{"path":[4,40,3,2,2,3,3],"span":[291,28,29]},{"path":[4,40,2,0],"span":[294,2,26]},{"path":[4,40,2,0,4],"span":[294,2,10]},{"path":[4,40,2,0,6],"span":[294,11,15]},{"path":[4,40,2,0,1],"span":[294,16,21]},{"path":[4,40,2,0,3],"span":[294,24,25]},{"path":[4,41],"span":[297,0,299,1]},{"path":[4,41,1],"span":[297,8,53]},{"path":[4,41,2,0],"span":[298,2,35]},{"path":[4,41,2,0,5],"span":[298,2,8]},{"path":[4,41,2,0,1],"span":[298,9,30]},{"path":[4,41,2,0,3],"span":[298,33,34]},{"path":[4,42],"span":[301,0,304,1]},{"path":[4,42,1],"span":[301,8,54]},{"path":[4,42,2,0],"span":[302,2,21]},{"path":[4,42,2,0,5],"span":[302,2,8]},{"path":[4,42,2,0,1],"span":[302,9,16]},{"path":[4,42,2,0,3],"span":[302,19,20]},{"path":[4,42,2,1],"span":[303,2,28]},{"path":[4,42,2,1,5],"span":[303,2,8]},{"path":[4,42,2,1,1],"span":[303,9,23]},{"path":[4,42,2,1,3],"span":[303,26,27]},{"path":[4,43],"span":[306,0,323,1]},{"path":[4,43,1],"span":[306,8,34]},{"path":[4,43,2,0],"span":[307,2,30]},{"path":[4,43,2,0,5],"span":[307,2,8]},{"path":[4,43,2,0,1],"span":[307,9,25]},{"path":[4,43,2,0,3],"span":[307,28,29]},{"path":[4,43,2,1],"span":[308,2,39]},{"path":[4,43,2,1,5],"span":[308,2,8]},{"path":[4,43,2,1,1],"span":[308,9,14]},{"path":[4,43,2,1,3],"span":[308,17,18]},{"path":[4,43,2,1,8],"span":[308,19,38]},{"path":[4,43,2,1,8,3],"span":[308,20,37]},{"path":[4,43,3,0],"span":[310,2,315,3]},{"path":[4,43,3,0,1],"span":[310,10,22]},{"path":[4,43,3,0,2,0],"span":[311,4,20]},{"path":[4,43,3,0,2,0,5],"span":[311,4,10]},{"path":[4,43,3,0,2,0,1],"span":[311,11,15]},{"path":[4,43,3,0,2,0,3],"span":[311,18,19]},{"path":[4,43,3,0,2,1],"span":[312,4,44]},{"path":[4,43,3,0,2,1,5],"span":[312,4,10]},{"path":[4,43,3,0,2,1,1],"span":[312,11,19]},{"path":[4,43,3,0,2,1,3],"span":[312,22,23]},{"path":[4,43,3,0,2,1,8],"span":[312,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[312,25,42]},{"path":[4,43,3,0,2,2],"span":[313,4,25]},{"path":[4,43,3,0,2,2,5],"span":[313,4,10]},{"path":[4,43,3,0,2,2,1],"span":[313,11,20]},{"path":[4,43,3,0,2,2,3],"span":[313,23,24]},{"path":[4,43,3,0,2,3],"span":[314,4,23]},{"path":[4,43,3,0,2,3,5],"span":[314,4,10]},{"path":[4,43,3,0,2,3,1],"span":[314,11,18]},{"path":[4,43,3,0,2,3,3],"span":[314,21,22]},{"path":[4,43,2,2],"span":[316,2,35]},{"path":[4,43,2,2,4],"span":[316,2,10]},{"path":[4,43,2,2,6],"span":[316,11,23]},{"path":[4,43,2,2,1],"span":[316,24,30]},{"path":[4,43,2,2,3],"span":[316,33,34]},{"path":[4,43,2,3],"span":[318,2,25]},{"path":[4,43,2,3,5],"span":[318,2,8]},{"path":[4,43,2,3,1],"span":[318,9,20]},{"path":[4,43,2,3,3],"span":[318,23,24]},{"path":[4,43,2,4],"span":[319,2,26]},{"path":[4,43,2,4,5],"span":[319,2,8]},{"path":[4,43,2,4,1],"span":[319,9,21]},{"path":[4,43,2,4,3],"span":[319,24,25]},{"path":[4,43,2,5],"span":[320,2,45]},{"path":[4,43,2,5,5],"span":[320,2,8]},{"path":[4,43,2,5,1],"span":[320,9,20]},{"path":[4,43,2,5,3],"span":[320,23,24]},{"path":[4,43,2,5,8],"span":[320,25,44]},{"path":[4,43,2,5,8,3],"span":[320,26,43]},{"path":[4,43,2,6],"span":[321,2,24]},{"path":[4,43,2,6,5],"span":[321,2,8]},{"path":[4,43,2,6,1],"span":[321,9,19]},{"path":[4,43,2,6,3],"span":[321,22,23]},{"path":[4,43,2,7],"span":[322,2,28]},{"path":[4,43,2,7,5],"span":[322,2,8]},{"path":[4,43,2,7,1],"span":[322,9,23]},{"path":[4,43,2,7,3],"span":[322,26,27]},{"path":[4,44],"span":[325,0,327,1]},{"path":[4,44,1],"span":[325,8,35]},{"path":[4,44,2,0],"span":[326,2,21]},{"path":[4,44,2,0,5],"span":[326,2,6]},{"path":[4,44,2,0,1],"span":[326,7,16]},{"path":[4,44,2,0,3],"span":[326,19,20]},{"path":[4,45],"span":[329,0,331,1]},{"path":[4,45,1],"span":[329,8,12]},{"path":[4,45,2,0],"span":[330,2,16]},{"path":[4,45,2,0,5],"span":[330,2,8]},{"path":[4,45,2,0,1],"span":[330,9,11]},{"path":[4,45,2,0,3],"span":[330,14,15]},{"path":[4,46],"span":[333,0,336,1]},{"path":[4,46,1],"span":[333,8,30]},{"path":[4,46,2,0],"span":[334,2,28]},{"path":[4,46,2,0,5],"span":[334,2,8]},{"path":[4,46,2,0,1],"span":[334,9,23]},{"path":[4,46,2,0,3],"span":[334,26,27]},{"path":[4,46,2,1],"span":[335,2,22]},{"path":[4,46,2,1,5],"span":[335,2,8]},{"path":[4,46,2,1,1],"span":[335,9,17]},{"path":[4,46,2,1,3],"span":[335,20,21]},{"path":[4,47],"span":[338,0,340,1]},{"path":[4,47,1],"span":[338,8,31]},{"path":[4,47,2,0],"span":[339,2,25]},{"path":[4,47,2,0,4],"span":[339,2,10]},{"path":[4,47,2,0,6],"span":[339,11,15]},{"path":[4,47,2,0,1],"span":[339,16,20]},{"path":[4,47,2,0,3],"span":[339,23,24]},{"path":[4,48],"span":[342,0,344,1]},{"path":[4,48,1],"span":[342,8,36]},{"path":[4,48,2,0],"span":[343,2,21]},{"path":[4,48,2,0,5],"span":[343,2,8]},{"path":[4,48,2,0,1],"span":[343,9,16]},{"path":[4,48,2,0,3],"span":[343,19,20]},{"path":[4,49],"span":[346,0,348,1]},{"path":[4,49,1],"span":[346,8,37]},{"path":[4,49,2,0],"span":[347,2,34]},{"path":[4,49,2,0,4],"span":[347,2,10]},{"path":[4,49,2,0,5],"span":[347,11,17]},{"path":[4,49,2,0,1],"span":[347,18,29]},{"path":[4,49,2,0,3],"span":[347,32,33]},{"path":[4,50],"span":[350,0,353,1]},{"path":[4,50,1],"span":[350,8,40]},{"path":[4,50,2,0],"span":[351,2,28]},{"path":[4,50,2,0,5],"span":[351,2,8]},{"path":[4,50,2,0,1],"span":[351,9,23]},{"path":[4,50,2,0,3],"span":[351,26,27]},{"path":[4,50,2,1],"span":[352,2,24]},{"path":[4,50,2,1,5],"span":[352,2,8]},{"path":[4,50,2,1,1],"span":[352,9,19]},{"path":[4,50,2,1,3],"span":[352,22,23]},{"path":[4,51],"span":[355,0,357,1]},{"path":[4,51,1],"span":[355,8,41]},{"path":[4,51,2,0],"span":[356,2,22]},{"path":[4,51,2,0,5],"span":[356,2,6]},{"path":[4,51,2,0,1],"span":[356,7,17]},{"path":[4,51,2,0,3],"span":[356,20,21]},{"path":[5,3],"span":[359,0,366,1]},{"path":[5,3,1],"span":[359,5,21]},{"path":[5,3,2,0],"span":[360,2,43]},{"path":[5,3,2,0,1],"span":[360,2,38]},{"path":[5,3,2,0,2],"span":[360,41,42]},{"path":[5,3,2,1],"span":[361,2,36]},{"path":[5,3,2,1,1],"span":[361,2,31]},{"path":[5,3,2,1,2],"span":[361,34,35]},{"path":[5,3,2,2],"span":[362,2,39]},{"path":[5,3,2,2,1],"span":[362,2,34]},{"path":[5,3,2,2,2],"span":[362,37,38]},{"path":[5,3,2,3],"span":[363,2,38]},{"path":[5,3,2,3,1],"span":[363,2,33]},{"path":[5,3,2,3,2],"span":[363,36,37]},{"path":[5,3,2,4],"span":[364,2,34]},{"path":[5,3,2,4,1],"span":[364,2,29]},{"path":[5,3,2,4,2],"span":[364,32,33]},{"path":[5,3,2,5],"span":[365,2,41]},{"path":[5,3,2,5,1],"span":[365,2,36]},{"path":[5,3,2,5,2],"span":[365,39,40]},{"path":[4,52],"span":[368,0,375,1]},{"path":[4,52,1],"span":[368,8,20]},{"path":[4,52,2,0],"span":[369,2,16]},{"path":[4,52,2,0,5],"span":[369,2,8]},{"path":[4,52,2,0,1],"span":[369,9,11]},{"path":[4,52,2,0,3],"span":[369,14,15]},{"path":[4,52,2,1],"span":[370,2,21]},{"path":[4,52,2,1,5],"span":[370,2,8]},{"path":[4,52,2,1,1],"span":[370,9,16]},{"path":[4,52,2,1,3],"span":[370,19,20]},{"path":[4,52,2,2],"span":[371,2,28]},{"path":[4,52,2,2,6],"span":[371,2,18]},{"path":[4,52,2,2,1],"span":[371,19,23]},{"path":[4,52,2,2,3],"span":[371,26,27]},{"path":[4,52,2,3],"span":[372,2,25]},{"path":[4,52,2,3,5],"span":[372,2,7]},{"path":[4,52,2,3,1],"span":[372,8,20]},{"path":[4,52,2,3,3],"span":[372,23,24]},{"path":[4,52,2,4],"span":[373,2,29]},{"path":[4,52,2,4,5],"span":[373,2,8]},{"path":[4,52,2,4,1],"span":[373,9,24]},{"path":[4,52,2,4,3],"span":[373,27,28]},{"path":[4,52,2,5],"span":[374,2,24]},{"path":[4,52,2,5,5],"span":[374,2,8]},{"path":[4,52,2,5,1],"span":[374,9,19]},{"path":[4,52,2,5,3],"span":[374,22,23]},{"path":[4,53],"span":[377,0,382,1]},{"path":[4,53,1],"span":[377,8,37]},{"path":[4,53,2,0],"span":[378,2,21]},{"path":[4,53,2,0,5],"span":[378,2,8]},{"path":[4,53,2,0,1],"span":[378,9,16]},{"path":[4,53,2,0,3],"span":[378,19,20]},{"path":[4,53,2,1],"span":[379,2,28]},{"path":[4,53,2,1,6],"span":[379,2,18]},{"path":[4,53,2,1,1],"span":[379,19,23]},{"path":[4,53,2,1,3],"span":[379,26,27]},{"path":[4,53,2,2],"span":[380,2,25]},{"path":[4,53,2,2,5],"span":[380,2,7]},{"path":[4,53,2,2,1],"span":[380,8,20]},{"path":[4,53,2,2,3],"span":[380,23,24]},{"path":[4,53,2,3],"span":[381,2,29]},{"path":[4,53,2,3,5],"span":[381,2,8]},{"path":[4,53,2,3,1],"span":[381,9,24]},{"path":[4,53,2,3,3],"span":[381,27,28]},{"path":[4,54],"span":[384,0,386,1]},{"path":[4,54,1],"span":[384,8,38]},{"path":[4,54,2,0],"span":[385,2,32]},{"path":[4,54,2,0,6],"span":[385,2,14]},{"path":[4,54,2,0,1],"span":[385,15,27]},{"path":[4,54,2,0,3],"span":[385,30,31]},{"path":[6,0],"span":[388,0,436,1]},{"path":[6,0,1],"span":[388,8,19]},{"path":[6,0,2,0],"span":[389,2,121]},{"path":[6,0,2,0,1],"span":[389,6,34]},{"path":[6,0,2,0,2],"span":[389,35,70]},{"path":[6,0,2,0,3],"span":[389,81,117]},{"path":[6,0,2,1],"span":[391,2,100]},{"path":[6,0,2,1,1],"span":[391,6,27]},{"path":[6,0,2,1,2],"span":[391,28,56]},{"path":[6,0,2,1,3],"span":[391,67,96]},{"path":[6,0,2,2],"span":[393,2,106]},{"path":[6,0,2,2,1],"span":[393,6,29]},{"path":[6,0,2,2,2],"span":[393,30,60]},{"path":[6,0,2,2,3],"span":[393,71,102]},{"path":[6,0,2,3],"span":[395,2,115]},{"path":[6,0,2,3,1],"span":[395,6,32]},{"path":[6,0,2,3,2],"span":[395,33,66]},{"path":[6,0,2,3,3],"span":[395,77,111]},{"path":[6,0,2,4],"span":[397,2,76]},{"path":[6,0,2,4,1],"span":[397,6,19]},{"path":[6,0,2,4,2],"span":[397,20,40]},{"path":[6,0,2,4,3],"span":[397,51,72]},{"path":[6,0,2,5],"span":[399,2,76]},{"path":[6,0,2,5,1],"span":[399,6,19]},{"path":[6,0,2,5,2],"span":[399,20,40]},{"path":[6,0,2,5,3],"span":[399,51,72]},{"path":[6,0,2,6],"span":[401,2,97]},{"path":[6,0,2,6,1],"span":[401,6,26]},{"path":[6,0,2,6,2],"span":[401,27,54]},{"path":[6,0,2,6,3],"span":[401,65,93]},{"path":[6,0,2,7],"span":[403,2,88]},{"path":[6,0,2,7,1],"span":[403,6,23]},{"path":[6,0,2,7,2],"span":[403,24,48]},{"path":[6,0,2,7,3],"span":[403,59,84]},{"path":[6,0,2,8],"span":[405,2,82]},{"path":[6,0,2,8,1],"span":[405,6,21]},{"path":[6,0,2,8,2],"span":[405,22,44]},{"path":[6,0,2,8,3],"span":[405,55,78]},{"path":[6,0,2,9],"span":[407,2,97]},{"path":[6,0,2,9,1],"span":[407,6,28]},{"path":[6,0,2,9,2],"span":[407,29,58]},{"path":[6,0,2,9,3],"span":[407,69,93]},{"path":[6,0,2,10],"span":[409,2,97]},{"path":[6,0,2,10,1],"span":[409,6,26]},{"path":[6,0,2,10,2],"span":[409,27,54]},{"path":[6,0,2,10,3],"span":[409,65,93]},{"path":[6,0,2,11],"span":[411,2,106]},{"path":[6,0,2,11,1],"span":[411,6,29]},{"path":[6,0,2,11,2],"span":[411,30,60]},{"path":[6,0,2,11,3],"span":[411,71,102]},{"path":[6,0,2,12],"span":[413,2,106]},{"path":[6,0,2,12,1],"span":[413,6,29]},{"path":[6,0,2,12,2],"span":[413,30,60]},{"path":[6,0,2,12,3],"span":[413,71,102]},{"path":[6,0,2,13],"span":[415,2,115]},{"path":[6,0,2,13,1],"span":[415,6,32]},{"path":[6,0,2,13,2],"span":[415,33,66]},{"path":[6,0,2,13,3],"span":[415,77,111]},{"path":[6,0,2,14],"span":[417,2,106]},{"path":[6,0,2,14,1],"span":[417,6,29]},{"path":[6,0,2,14,2],"span":[417,30,60]},{"path":[6,0,2,14,3],"span":[417,71,102]},{"path":[6,0,2,15],"span":[419,2,112]},{"path":[6,0,2,15,1],"span":[419,6,31]},{"path":[6,0,2,15,2],"span":[419,32,64]},{"path":[6,0,2,15,3],"span":[419,75,108]},{"path":[6,0,2,16],"span":[421,2,130]},{"path":[6,0,2,16,1],"span":[421,6,37]},{"path":[6,0,2,16,2],"span":[421,38,76]},{"path":[6,0,2,16,3],"span":[421,87,126]},{"path":[6,0,2,17],"span":[423,2,91]},{"path":[6,0,2,17,1],"span":[423,6,24]},{"path":[6,0,2,17,2],"span":[423,25,50]},{"path":[6,0,2,17,3],"span":[423,61,87]},{"path":[6,0,2,18],"span":[425,2,151]},{"path":[6,0,2,18,1],"span":[425,6,44]},{"path":[6,0,2,18,2],"span":[425,45,90]},{"path":[6,0,2,18,3],"span":[425,101,147]},{"path":[6,0,2,19],"span":[427,2,99]},{"path":[6,0,2,19,1],"span":[427,6,30]},{"path":[6,0,2,19,2],"span":[427,31,57]},{"path":[6,0,2,19,3],"span":[427,68,95]},{"path":[6,0,2,20],"span":[429,2,100]},{"path":[6,0,2,20,1],"span":[429,6,39]},{"path":[6,0,2,20,2],"span":[429,40,62]},{"path":[6,0,2,20,3],"span":[429,73,96]},{"path":[6,0,2,21],"span":[431,2,100]},{"path":[6,0,2,21,1],"span":[431,6,27]},{"path":[6,0,2,21,2],"span":[431,28,56]},{"path":[6,0,2,21,3],"span":[431,67,96]},{"path":[6,0,2,22],"span":[433,2,112]},{"path":[6,0,2,22,1],"span":[433,6,31]},{"path":[6,0,2,22,2],"span":[433,32,64]},{"path":[6,0,2,22,3],"span":[433,75,108]},{"path":[6,0,2,23],"span":[435,2,103]},{"path":[6,0,2,23,1],"span":[435,6,28]},{"path":[6,0,2,23,2],"span":[435,29,58]},{"path":[6,0,2,23,3],"span":[435,69,99]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"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":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"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,446,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,189,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,27],"span":[191,0,206,1]},{"path":[4,27,1],"span":[191,8,38]},{"path":[4,27,2,0],"span":[192,2,23]},{"path":[4,27,2,0,5],"span":[192,2,8]},{"path":[4,27,2,0,1],"span":[192,9,18]},{"path":[4,27,2,0,3],"span":[192,21,22]},{"path":[4,27,2,1],"span":[193,2,26]},{"path":[4,27,2,1,5],"span":[193,2,8]},{"path":[4,27,2,1,1],"span":[193,9,21]},{"path":[4,27,2,1,3],"span":[193,24,25]},{"path":[4,27,2,2],"span":[194,2,25]},{"path":[4,27,2,2,5],"span":[194,2,8]},{"path":[4,27,2,2,1],"span":[194,9,20]},{"path":[4,27,2,2,3],"span":[194,23,24]},{"path":[4,27,2,3],"span":[195,2,20]},{"path":[4,27,2,3,5],"span":[195,2,8]},{"path":[4,27,2,3,1],"span":[195,9,15]},{"path":[4,27,2,3,3],"span":[195,18,19]},{"path":[4,27,2,4],"span":[196,2,18]},{"path":[4,27,2,4,5],"span":[196,2,8]},{"path":[4,27,2,4,1],"span":[196,9,13]},{"path":[4,27,2,4,3],"span":[196,16,17]},{"path":[4,27,3,0],"span":[198,2,203,3]},{"path":[4,27,3,0,1],"span":[198,10,24]},{"path":[4,27,3,0,2,0],"span":[199,4,41]},{"path":[4,27,3,0,2,0,5],"span":[199,4,10]},{"path":[4,27,3,0,2,0,1],"span":[199,11,36]},{"path":[4,27,3,0,2,0,3],"span":[199,39,40]},{"path":[4,27,3,0,2,1],"span":[200,4,47]},{"path":[4,27,3,0,2,1,5],"span":[200,4,10]},{"path":[4,27,3,0,2,1,1],"span":[200,11,42]},{"path":[4,27,3,0,2,1,3],"span":[200,45,46]},{"path":[4,27,3,0,2,2],"span":[201,4,45]},{"path":[4,27,3,0,2,2,5],"span":[201,4,10]},{"path":[4,27,3,0,2,2,1],"span":[201,11,40]},{"path":[4,27,3,0,2,2,3],"span":[201,43,44]},{"path":[4,27,3,0,2,3],"span":[202,4,40]},{"path":[4,27,3,0,2,3,5],"span":[202,4,10]},{"path":[4,27,3,0,2,3,1],"span":[202,11,35]},{"path":[4,27,3,0,2,3,3],"span":[202,38,39]},{"path":[4,27,2,5],"span":[205,2,37]},{"path":[4,27,2,5,6],"span":[205,2,16]},{"path":[4,27,2,5,1],"span":[205,17,32]},{"path":[4,27,2,5,3],"span":[205,35,36]},{"path":[4,28],"span":[208,0,210,1]},{"path":[4,28,1],"span":[208,8,39]},{"path":[4,28,2,0],"span":[209,2,22]},{"path":[4,28,2,0,6],"span":[209,2,9]},{"path":[4,28,2,0,1],"span":[209,10,17]},{"path":[4,28,2,0,3],"span":[209,20,21]},{"path":[4,29],"span":[212,0,215,1]},{"path":[4,29,1],"span":[212,8,38]},{"path":[4,29,2,0],"span":[213,2,23]},{"path":[4,29,2,0,5],"span":[213,2,8]},{"path":[4,29,2,0,1],"span":[213,9,18]},{"path":[4,29,2,0,3],"span":[213,21,22]},{"path":[4,29,2,1],"span":[214,2,22]},{"path":[4,29,2,1,5],"span":[214,2,8]},{"path":[4,29,2,1,1],"span":[214,9,17]},{"path":[4,29,2,1,3],"span":[214,20,21]},{"path":[4,30],"span":[217,0,222,1]},{"path":[4,30,1],"span":[217,8,39]},{"path":[4,30,2,0],"span":[218,2,19]},{"path":[4,30,2,0,5],"span":[218,2,6]},{"path":[4,30,2,0,1],"span":[218,7,14]},{"path":[4,30,2,0,3],"span":[218,17,18]},{"path":[4,30,2,1],"span":[219,2,21]},{"path":[4,30,2,1,5],"span":[219,2,8]},{"path":[4,30,2,1,1],"span":[219,9,16]},{"path":[4,30,2,1,3],"span":[219,19,20]},{"path":[4,30,2,2],"span":[220,2,28]},{"path":[4,30,2,2,5],"span":[220,2,8]},{"path":[4,30,2,2,1],"span":[220,9,23]},{"path":[4,30,2,2,3],"span":[220,26,27]},{"path":[4,30,2,3],"span":[221,2,28]},{"path":[4,30,2,3,5],"span":[221,2,8]},{"path":[4,30,2,3,1],"span":[221,9,23]},{"path":[4,30,2,3,3],"span":[221,26,27]},{"path":[4,31],"span":[224,0,229,1]},{"path":[4,31,1],"span":[224,8,38]},{"path":[4,31,2,0],"span":[225,2,23]},{"path":[4,31,2,0,5],"span":[225,2,8]},{"path":[4,31,2,0,1],"span":[225,9,18]},{"path":[4,31,2,0,3],"span":[225,21,22]},{"path":[4,31,2,1],"span":[226,2,22]},{"path":[4,31,2,1,5],"span":[226,2,8]},{"path":[4,31,2,1,1],"span":[226,9,17]},{"path":[4,31,2,1,3],"span":[226,20,21]},{"path":[4,31,2,2],"span":[227,2,23]},{"path":[4,31,2,2,5],"span":[227,2,6]},{"path":[4,31,2,2,1],"span":[227,7,18]},{"path":[4,31,2,2,3],"span":[227,21,22]},{"path":[4,31,2,3],"span":[228,2,23]},{"path":[4,31,2,3,5],"span":[228,2,6]},{"path":[4,31,2,3,1],"span":[228,7,18]},{"path":[4,31,2,3,3],"span":[228,21,22]},{"path":[4,32],"span":[231,0,233,1]},{"path":[4,32,1],"span":[231,8,39]},{"path":[4,32,2,0],"span":[232,2,19]},{"path":[4,32,2,0,5],"span":[232,2,6]},{"path":[4,32,2,0,1],"span":[232,7,14]},{"path":[4,32,2,0,3],"span":[232,17,18]},{"path":[4,33],"span":[235,0,241,1]},{"path":[4,33,1],"span":[235,8,41]},{"path":[4,33,2,0],"span":[236,2,23]},{"path":[4,33,2,0,5],"span":[236,2,8]},{"path":[4,33,2,0,1],"span":[236,9,18]},{"path":[4,33,2,0,3],"span":[236,21,22]},{"path":[4,33,2,1],"span":[237,2,26]},{"path":[4,33,2,1,5],"span":[237,2,8]},{"path":[4,33,2,1,1],"span":[237,9,21]},{"path":[4,33,2,1,3],"span":[237,24,25]},{"path":[4,33,2,2],"span":[238,2,25]},{"path":[4,33,2,2,5],"span":[238,2,8]},{"path":[4,33,2,2,1],"span":[238,9,20]},{"path":[4,33,2,2,3],"span":[238,23,24]},{"path":[4,33,2,3],"span":[239,2,23]},{"path":[4,33,2,3,5],"span":[239,2,8]},{"path":[4,33,2,3,1],"span":[239,9,18]},{"path":[4,33,2,3,3],"span":[239,21,22]},{"path":[4,33,2,4],"span":[240,2,23]},{"path":[4,33,2,4,6],"span":[240,2,13]},{"path":[4,33,2,4,1],"span":[240,14,18]},{"path":[4,33,2,4,3],"span":[240,21,22]},{"path":[4,34],"span":[243,0,247,1]},{"path":[4,34,1],"span":[243,8,42]},{"path":[4,34,2,0],"span":[244,2,22]},{"path":[4,34,2,0,6],"span":[244,2,9]},{"path":[4,34,2,0,1],"span":[244,10,17]},{"path":[4,34,2,0,3],"span":[244,20,21]},{"path":[4,34,2,1],"span":[245,2,37]},{"path":[4,34,2,1,6],"span":[245,2,20]},{"path":[4,34,2,1,1],"span":[245,21,32]},{"path":[4,34,2,1,3],"span":[245,35,36]},{"path":[4,34,2,2],"span":[246,2,23]},{"path":[4,34,2,2,6],"span":[246,2,13]},{"path":[4,34,2,2,1],"span":[246,14,18]},{"path":[4,34,2,2,3],"span":[246,21,22]},{"path":[4,35],"span":[249,0,253,1]},{"path":[4,35,1],"span":[249,8,40]},{"path":[4,35,2,0],"span":[250,2,21]},{"path":[4,35,2,0,5],"span":[250,2,8]},{"path":[4,35,2,0,1],"span":[250,9,16]},{"path":[4,35,2,0,3],"span":[250,19,20]},{"path":[4,35,2,1],"span":[251,2,34]},{"path":[4,35,2,1,4],"span":[251,2,10]},{"path":[4,35,2,1,5],"span":[251,11,17]},{"path":[4,35,2,1,1],"span":[251,18,29]},{"path":[4,35,2,1,3],"span":[251,32,33]},{"path":[4,35,2,2],"span":[252,2,21]},{"path":[4,35,2,2,5],"span":[252,2,8]},{"path":[4,35,2,2,1],"span":[252,9,16]},{"path":[4,35,2,2,3],"span":[252,19,20]},{"path":[4,36],"span":[255,0,261,1]},{"path":[4,36,1],"span":[255,8,41]},{"path":[4,36,3,0],"span":[256,2,259,3]},{"path":[4,36,3,0,1],"span":[256,10,16]},{"path":[4,36,3,0,2,0],"span":[257,4,26]},{"path":[4,36,3,0,2,0,5],"span":[257,4,10]},{"path":[4,36,3,0,2,0,1],"span":[257,11,21]},{"path":[4,36,3,0,2,0,3],"span":[257,24,25]},{"path":[4,36,3,0,2,1],"span":[258,4,20]},{"path":[4,36,3,0,2,1,5],"span":[258,4,8]},{"path":[4,36,3,0,2,1,1],"span":[258,9,15]},{"path":[4,36,3,0,2,1,3],"span":[258,18,19]},{"path":[4,36,2,0],"span":[260,2,29]},{"path":[4,36,2,0,4],"span":[260,2,10]},{"path":[4,36,2,0,6],"span":[260,11,17]},{"path":[4,36,2,0,1],"span":[260,18,24]},{"path":[4,36,2,0,3],"span":[260,27,28]},{"path":[4,37],"span":[263,0,266,1]},{"path":[4,37,1],"span":[263,8,46]},{"path":[4,37,2,0],"span":[264,2,21]},{"path":[4,37,2,0,5],"span":[264,2,8]},{"path":[4,37,2,0,1],"span":[264,9,16]},{"path":[4,37,2,0,3],"span":[264,19,20]},{"path":[4,37,2,1],"span":[265,2,23]},{"path":[4,37,2,1,5],"span":[265,2,8]},{"path":[4,37,2,1,1],"span":[265,9,18]},{"path":[4,37,2,1,3],"span":[265,21,22]},{"path":[4,38],"span":[268,0,270,1]},{"path":[4,38,1],"span":[268,8,47]},{"path":[4,38,2,0],"span":[269,2,31]},{"path":[4,38,2,0,4],"span":[269,2,10]},{"path":[4,38,2,0,6],"span":[269,11,18]},{"path":[4,38,2,0,1],"span":[269,19,26]},{"path":[4,38,2,0,3],"span":[269,29,30]},{"path":[4,39],"span":[272,0,275,1]},{"path":[4,39,1],"span":[272,8,33]},{"path":[4,39,2,0],"span":[273,2,21]},{"path":[4,39,2,0,5],"span":[273,2,8]},{"path":[4,39,2,0,1],"span":[273,9,16]},{"path":[4,39,2,0,3],"span":[273,19,20]},{"path":[4,39,2,1],"span":[274,2,24]},{"path":[4,39,2,1,5],"span":[274,2,8]},{"path":[4,39,2,1,1],"span":[274,9,19]},{"path":[4,39,2,1,3],"span":[274,22,23]},{"path":[4,40],"span":[277,0,295,1]},{"path":[4,40,1],"span":[277,8,34]},{"path":[4,40,3,0],"span":[278,2,281,3]},{"path":[4,40,3,0,1],"span":[278,10,29]},{"path":[4,40,3,0,2,0],"span":[279,4,19]},{"path":[4,40,3,0,2,0,5],"span":[279,4,10]},{"path":[4,40,3,0,2,0,1],"span":[279,11,14]},{"path":[4,40,3,0,2,0,3],"span":[279,17,18]},{"path":[4,40,3,0,2,1],"span":[280,4,34]},{"path":[4,40,3,0,2,1,5],"span":[280,4,9]},{"path":[4,40,3,0,2,1,1],"span":[280,10,29]},{"path":[4,40,3,0,2,1,3],"span":[280,32,33]},{"path":[4,40,3,1],"span":[283,2,285,3]},{"path":[4,40,3,1,1],"span":[283,10,15]},{"path":[4,40,3,1,2,0],"span":[284,4,18]},{"path":[4,40,3,1,2,0,5],"span":[284,4,10]},{"path":[4,40,3,1,2,0,1],"span":[284,11,13]},{"path":[4,40,3,1,2,0,3],"span":[284,16,17]},{"path":[4,40,3,2],"span":[287,2,292,3]},{"path":[4,40,3,2,1],"span":[287,10,14]},{"path":[4,40,3,2,2,0],"span":[288,4,18]},{"path":[4,40,3,2,2,0,5],"span":[288,4,10]},{"path":[4,40,3,2,2,0,1],"span":[288,11,13]},{"path":[4,40,3,2,2,0,3],"span":[288,16,17]},{"path":[4,40,3,2,2,1],"span":[289,4,45]},{"path":[4,40,3,2,2,1,4],"span":[289,4,12]},{"path":[4,40,3,2,2,1,6],"span":[289,13,32]},{"path":[4,40,3,2,2,1,1],"span":[289,33,40]},{"path":[4,40,3,2,2,1,3],"span":[289,43,44]},{"path":[4,40,3,2,2,2],"span":[290,4,39]},{"path":[4,40,3,2,2,2,4],"span":[290,4,12]},{"path":[4,40,3,2,2,2,6],"span":[290,13,20]},{"path":[4,40,3,2,2,2,1],"span":[290,21,34]},{"path":[4,40,3,2,2,2,3],"span":[290,37,38]},{"path":[4,40,3,2,2,3],"span":[291,4,30]},{"path":[4,40,3,2,2,3,4],"span":[291,4,12]},{"path":[4,40,3,2,2,3,6],"span":[291,13,18]},{"path":[4,40,3,2,2,3,1],"span":[291,19,25]},{"path":[4,40,3,2,2,3,3],"span":[291,28,29]},{"path":[4,40,2,0],"span":[294,2,26]},{"path":[4,40,2,0,4],"span":[294,2,10]},{"path":[4,40,2,0,6],"span":[294,11,15]},{"path":[4,40,2,0,1],"span":[294,16,21]},{"path":[4,40,2,0,3],"span":[294,24,25]},{"path":[4,41],"span":[297,0,299,1]},{"path":[4,41,1],"span":[297,8,53]},{"path":[4,41,2,0],"span":[298,2,35]},{"path":[4,41,2,0,5],"span":[298,2,8]},{"path":[4,41,2,0,1],"span":[298,9,30]},{"path":[4,41,2,0,3],"span":[298,33,34]},{"path":[4,42],"span":[301,0,304,1]},{"path":[4,42,1],"span":[301,8,54]},{"path":[4,42,2,0],"span":[302,2,21]},{"path":[4,42,2,0,5],"span":[302,2,8]},{"path":[4,42,2,0,1],"span":[302,9,16]},{"path":[4,42,2,0,3],"span":[302,19,20]},{"path":[4,42,2,1],"span":[303,2,28]},{"path":[4,42,2,1,5],"span":[303,2,8]},{"path":[4,42,2,1,1],"span":[303,9,23]},{"path":[4,42,2,1,3],"span":[303,26,27]},{"path":[4,43],"span":[306,0,323,1]},{"path":[4,43,1],"span":[306,8,34]},{"path":[4,43,2,0],"span":[307,2,30]},{"path":[4,43,2,0,5],"span":[307,2,8]},{"path":[4,43,2,0,1],"span":[307,9,25]},{"path":[4,43,2,0,3],"span":[307,28,29]},{"path":[4,43,2,1],"span":[308,2,39]},{"path":[4,43,2,1,5],"span":[308,2,8]},{"path":[4,43,2,1,1],"span":[308,9,14]},{"path":[4,43,2,1,3],"span":[308,17,18]},{"path":[4,43,2,1,8],"span":[308,19,38]},{"path":[4,43,2,1,8,3],"span":[308,20,37]},{"path":[4,43,3,0],"span":[310,2,315,3]},{"path":[4,43,3,0,1],"span":[310,10,22]},{"path":[4,43,3,0,2,0],"span":[311,4,20]},{"path":[4,43,3,0,2,0,5],"span":[311,4,10]},{"path":[4,43,3,0,2,0,1],"span":[311,11,15]},{"path":[4,43,3,0,2,0,3],"span":[311,18,19]},{"path":[4,43,3,0,2,1],"span":[312,4,44]},{"path":[4,43,3,0,2,1,5],"span":[312,4,10]},{"path":[4,43,3,0,2,1,1],"span":[312,11,19]},{"path":[4,43,3,0,2,1,3],"span":[312,22,23]},{"path":[4,43,3,0,2,1,8],"span":[312,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[312,25,42]},{"path":[4,43,3,0,2,2],"span":[313,4,25]},{"path":[4,43,3,0,2,2,5],"span":[313,4,10]},{"path":[4,43,3,0,2,2,1],"span":[313,11,20]},{"path":[4,43,3,0,2,2,3],"span":[313,23,24]},{"path":[4,43,3,0,2,3],"span":[314,4,23]},{"path":[4,43,3,0,2,3,5],"span":[314,4,10]},{"path":[4,43,3,0,2,3,1],"span":[314,11,18]},{"path":[4,43,3,0,2,3,3],"span":[314,21,22]},{"path":[4,43,2,2],"span":[316,2,35]},{"path":[4,43,2,2,4],"span":[316,2,10]},{"path":[4,43,2,2,6],"span":[316,11,23]},{"path":[4,43,2,2,1],"span":[316,24,30]},{"path":[4,43,2,2,3],"span":[316,33,34]},{"path":[4,43,2,3],"span":[318,2,25]},{"path":[4,43,2,3,5],"span":[318,2,8]},{"path":[4,43,2,3,1],"span":[318,9,20]},{"path":[4,43,2,3,3],"span":[318,23,24]},{"path":[4,43,2,4],"span":[319,2,26]},{"path":[4,43,2,4,5],"span":[319,2,8]},{"path":[4,43,2,4,1],"span":[319,9,21]},{"path":[4,43,2,4,3],"span":[319,24,25]},{"path":[4,43,2,5],"span":[320,2,45]},{"path":[4,43,2,5,5],"span":[320,2,8]},{"path":[4,43,2,5,1],"span":[320,9,20]},{"path":[4,43,2,5,3],"span":[320,23,24]},{"path":[4,43,2,5,8],"span":[320,25,44]},{"path":[4,43,2,5,8,3],"span":[320,26,43]},{"path":[4,43,2,6],"span":[321,2,24]},{"path":[4,43,2,6,5],"span":[321,2,8]},{"path":[4,43,2,6,1],"span":[321,9,19]},{"path":[4,43,2,6,3],"span":[321,22,23]},{"path":[4,43,2,7],"span":[322,2,28]},{"path":[4,43,2,7,5],"span":[322,2,8]},{"path":[4,43,2,7,1],"span":[322,9,23]},{"path":[4,43,2,7,3],"span":[322,26,27]},{"path":[4,44],"span":[325,0,327,1]},{"path":[4,44,1],"span":[325,8,35]},{"path":[4,44,2,0],"span":[326,2,21]},{"path":[4,44,2,0,5],"span":[326,2,6]},{"path":[4,44,2,0,1],"span":[326,7,16]},{"path":[4,44,2,0,3],"span":[326,19,20]},{"path":[4,45],"span":[329,0,331,1]},{"path":[4,45,1],"span":[329,8,12]},{"path":[4,45,2,0],"span":[330,2,16]},{"path":[4,45,2,0,5],"span":[330,2,8]},{"path":[4,45,2,0,1],"span":[330,9,11]},{"path":[4,45,2,0,3],"span":[330,14,15]},{"path":[4,46],"span":[333,0,336,1]},{"path":[4,46,1],"span":[333,8,30]},{"path":[4,46,2,0],"span":[334,2,28]},{"path":[4,46,2,0,5],"span":[334,2,8]},{"path":[4,46,2,0,1],"span":[334,9,23]},{"path":[4,46,2,0,3],"span":[334,26,27]},{"path":[4,46,2,1],"span":[335,2,22]},{"path":[4,46,2,1,5],"span":[335,2,8]},{"path":[4,46,2,1,1],"span":[335,9,17]},{"path":[4,46,2,1,3],"span":[335,20,21]},{"path":[4,47],"span":[338,0,340,1]},{"path":[4,47,1],"span":[338,8,31]},{"path":[4,47,2,0],"span":[339,2,25]},{"path":[4,47,2,0,4],"span":[339,2,10]},{"path":[4,47,2,0,6],"span":[339,11,15]},{"path":[4,47,2,0,1],"span":[339,16,20]},{"path":[4,47,2,0,3],"span":[339,23,24]},{"path":[4,48],"span":[342,0,344,1]},{"path":[4,48,1],"span":[342,8,36]},{"path":[4,48,2,0],"span":[343,2,21]},{"path":[4,48,2,0,5],"span":[343,2,8]},{"path":[4,48,2,0,1],"span":[343,9,16]},{"path":[4,48,2,0,3],"span":[343,19,20]},{"path":[4,49],"span":[346,0,348,1]},{"path":[4,49,1],"span":[346,8,37]},{"path":[4,49,2,0],"span":[347,2,34]},{"path":[4,49,2,0,4],"span":[347,2,10]},{"path":[4,49,2,0,5],"span":[347,11,17]},{"path":[4,49,2,0,1],"span":[347,18,29]},{"path":[4,49,2,0,3],"span":[347,32,33]},{"path":[4,50],"span":[350,0,353,1]},{"path":[4,50,1],"span":[350,8,40]},{"path":[4,50,2,0],"span":[351,2,28]},{"path":[4,50,2,0,5],"span":[351,2,8]},{"path":[4,50,2,0,1],"span":[351,9,23]},{"path":[4,50,2,0,3],"span":[351,26,27]},{"path":[4,50,2,1],"span":[352,2,24]},{"path":[4,50,2,1,5],"span":[352,2,8]},{"path":[4,50,2,1,1],"span":[352,9,19]},{"path":[4,50,2,1,3],"span":[352,22,23]},{"path":[4,51],"span":[355,0,357,1]},{"path":[4,51,1],"span":[355,8,41]},{"path":[4,51,2,0],"span":[356,2,22]},{"path":[4,51,2,0,5],"span":[356,2,6]},{"path":[4,51,2,0,1],"span":[356,7,17]},{"path":[4,51,2,0,3],"span":[356,20,21]},{"path":[5,3],"span":[359,0,366,1]},{"path":[5,3,1],"span":[359,5,21]},{"path":[5,3,2,0],"span":[360,2,43]},{"path":[5,3,2,0,1],"span":[360,2,38]},{"path":[5,3,2,0,2],"span":[360,41,42]},{"path":[5,3,2,1],"span":[361,2,36]},{"path":[5,3,2,1,1],"span":[361,2,31]},{"path":[5,3,2,1,2],"span":[361,34,35]},{"path":[5,3,2,2],"span":[362,2,39]},{"path":[5,3,2,2,1],"span":[362,2,34]},{"path":[5,3,2,2,2],"span":[362,37,38]},{"path":[5,3,2,3],"span":[363,2,38]},{"path":[5,3,2,3,1],"span":[363,2,33]},{"path":[5,3,2,3,2],"span":[363,36,37]},{"path":[5,3,2,4],"span":[364,2,34]},{"path":[5,3,2,4,1],"span":[364,2,29]},{"path":[5,3,2,4,2],"span":[364,32,33]},{"path":[5,3,2,5],"span":[365,2,41]},{"path":[5,3,2,5,1],"span":[365,2,36]},{"path":[5,3,2,5,2],"span":[365,39,40]},{"path":[4,52],"span":[368,0,375,1]},{"path":[4,52,1],"span":[368,8,20]},{"path":[4,52,2,0],"span":[369,2,16]},{"path":[4,52,2,0,5],"span":[369,2,8]},{"path":[4,52,2,0,1],"span":[369,9,11]},{"path":[4,52,2,0,3],"span":[369,14,15]},{"path":[4,52,2,1],"span":[370,2,21]},{"path":[4,52,2,1,5],"span":[370,2,8]},{"path":[4,52,2,1,1],"span":[370,9,16]},{"path":[4,52,2,1,3],"span":[370,19,20]},{"path":[4,52,2,2],"span":[371,2,28]},{"path":[4,52,2,2,6],"span":[371,2,18]},{"path":[4,52,2,2,1],"span":[371,19,23]},{"path":[4,52,2,2,3],"span":[371,26,27]},{"path":[4,52,2,3],"span":[372,2,25]},{"path":[4,52,2,3,5],"span":[372,2,7]},{"path":[4,52,2,3,1],"span":[372,8,20]},{"path":[4,52,2,3,3],"span":[372,23,24]},{"path":[4,52,2,4],"span":[373,2,29]},{"path":[4,52,2,4,5],"span":[373,2,8]},{"path":[4,52,2,4,1],"span":[373,9,24]},{"path":[4,52,2,4,3],"span":[373,27,28]},{"path":[4,52,2,5],"span":[374,2,24]},{"path":[4,52,2,5,5],"span":[374,2,8]},{"path":[4,52,2,5,1],"span":[374,9,19]},{"path":[4,52,2,5,3],"span":[374,22,23]},{"path":[4,53],"span":[377,0,382,1]},{"path":[4,53,1],"span":[377,8,37]},{"path":[4,53,2,0],"span":[378,2,21]},{"path":[4,53,2,0,5],"span":[378,2,8]},{"path":[4,53,2,0,1],"span":[378,9,16]},{"path":[4,53,2,0,3],"span":[378,19,20]},{"path":[4,53,2,1],"span":[379,2,28]},{"path":[4,53,2,1,6],"span":[379,2,18]},{"path":[4,53,2,1,1],"span":[379,19,23]},{"path":[4,53,2,1,3],"span":[379,26,27]},{"path":[4,53,2,2],"span":[380,2,25]},{"path":[4,53,2,2,5],"span":[380,2,7]},{"path":[4,53,2,2,1],"span":[380,8,20]},{"path":[4,53,2,2,3],"span":[380,23,24]},{"path":[4,53,2,3],"span":[381,2,29]},{"path":[4,53,2,3,5],"span":[381,2,8]},{"path":[4,53,2,3,1],"span":[381,9,24]},{"path":[4,53,2,3,3],"span":[381,27,28]},{"path":[4,54],"span":[384,0,386,1]},{"path":[4,54,1],"span":[384,8,38]},{"path":[4,54,2,0],"span":[385,2,32]},{"path":[4,54,2,0,6],"span":[385,2,14]},{"path":[4,54,2,0,1],"span":[385,15,27]},{"path":[4,54,2,0,3],"span":[385,30,31]},{"path":[4,55],"span":[388,0,390,1]},{"path":[4,55,1],"span":[388,8,42]},{"path":[4,55,2,0],"span":[389,2,21]},{"path":[4,55,2,0,5],"span":[389,2,8]},{"path":[4,55,2,0,1],"span":[389,9,16]},{"path":[4,55,2,0,3],"span":[389,19,20]},{"path":[4,56],"span":[392,0,394,1]},{"path":[4,56,1],"span":[392,8,43]},{"path":[4,56,2,0],"span":[393,2,35]},{"path":[4,56,2,0,5],"span":[393,2,8]},{"path":[4,56,2,0,1],"span":[393,9,30]},{"path":[4,56,2,0,3],"span":[393,33,34]},{"path":[6,0],"span":[396,0,446,1]},{"path":[6,0,1],"span":[396,8,19]},{"path":[6,0,2,0],"span":[397,2,121]},{"path":[6,0,2,0,1],"span":[397,6,34]},{"path":[6,0,2,0,2],"span":[397,35,70]},{"path":[6,0,2,0,3],"span":[397,81,117]},{"path":[6,0,2,1],"span":[399,2,100]},{"path":[6,0,2,1,1],"span":[399,6,27]},{"path":[6,0,2,1,2],"span":[399,28,56]},{"path":[6,0,2,1,3],"span":[399,67,96]},{"path":[6,0,2,2],"span":[401,2,106]},{"path":[6,0,2,2,1],"span":[401,6,29]},{"path":[6,0,2,2,2],"span":[401,30,60]},{"path":[6,0,2,2,3],"span":[401,71,102]},{"path":[6,0,2,3],"span":[403,2,115]},{"path":[6,0,2,3,1],"span":[403,6,32]},{"path":[6,0,2,3,2],"span":[403,33,66]},{"path":[6,0,2,3,3],"span":[403,77,111]},{"path":[6,0,2,4],"span":[405,2,76]},{"path":[6,0,2,4,1],"span":[405,6,19]},{"path":[6,0,2,4,2],"span":[405,20,40]},{"path":[6,0,2,4,3],"span":[405,51,72]},{"path":[6,0,2,5],"span":[407,2,76]},{"path":[6,0,2,5,1],"span":[407,6,19]},{"path":[6,0,2,5,2],"span":[407,20,40]},{"path":[6,0,2,5,3],"span":[407,51,72]},{"path":[6,0,2,6],"span":[409,2,97]},{"path":[6,0,2,6,1],"span":[409,6,26]},{"path":[6,0,2,6,2],"span":[409,27,54]},{"path":[6,0,2,6,3],"span":[409,65,93]},{"path":[6,0,2,7],"span":[411,2,88]},{"path":[6,0,2,7,1],"span":[411,6,23]},{"path":[6,0,2,7,2],"span":[411,24,48]},{"path":[6,0,2,7,3],"span":[411,59,84]},{"path":[6,0,2,8],"span":[413,2,82]},{"path":[6,0,2,8,1],"span":[413,6,21]},{"path":[6,0,2,8,2],"span":[413,22,44]},{"path":[6,0,2,8,3],"span":[413,55,78]},{"path":[6,0,2,9],"span":[415,2,97]},{"path":[6,0,2,9,1],"span":[415,6,28]},{"path":[6,0,2,9,2],"span":[415,29,58]},{"path":[6,0,2,9,3],"span":[415,69,93]},{"path":[6,0,2,10],"span":[417,2,97]},{"path":[6,0,2,10,1],"span":[417,6,26]},{"path":[6,0,2,10,2],"span":[417,27,54]},{"path":[6,0,2,10,3],"span":[417,65,93]},{"path":[6,0,2,11],"span":[419,2,106]},{"path":[6,0,2,11,1],"span":[419,6,29]},{"path":[6,0,2,11,2],"span":[419,30,60]},{"path":[6,0,2,11,3],"span":[419,71,102]},{"path":[6,0,2,12],"span":[421,2,106]},{"path":[6,0,2,12,1],"span":[421,6,29]},{"path":[6,0,2,12,2],"span":[421,30,60]},{"path":[6,0,2,12,3],"span":[421,71,102]},{"path":[6,0,2,13],"span":[423,2,115]},{"path":[6,0,2,13,1],"span":[423,6,32]},{"path":[6,0,2,13,2],"span":[423,33,66]},{"path":[6,0,2,13,3],"span":[423,77,111]},{"path":[6,0,2,14],"span":[425,2,106]},{"path":[6,0,2,14,1],"span":[425,6,29]},{"path":[6,0,2,14,2],"span":[425,30,60]},{"path":[6,0,2,14,3],"span":[425,71,102]},{"path":[6,0,2,15],"span":[427,2,112]},{"path":[6,0,2,15,1],"span":[427,6,31]},{"path":[6,0,2,15,2],"span":[427,32,64]},{"path":[6,0,2,15,3],"span":[427,75,108]},{"path":[6,0,2,16],"span":[429,2,130]},{"path":[6,0,2,16,1],"span":[429,6,37]},{"path":[6,0,2,16,2],"span":[429,38,76]},{"path":[6,0,2,16,3],"span":[429,87,126]},{"path":[6,0,2,17],"span":[431,2,91]},{"path":[6,0,2,17,1],"span":[431,6,24]},{"path":[6,0,2,17,2],"span":[431,25,50]},{"path":[6,0,2,17,3],"span":[431,61,87]},{"path":[6,0,2,18],"span":[433,2,151]},{"path":[6,0,2,18,1],"span":[433,6,44]},{"path":[6,0,2,18,2],"span":[433,45,90]},{"path":[6,0,2,18,3],"span":[433,101,147]},{"path":[6,0,2,19],"span":[435,2,99]},{"path":[6,0,2,19,1],"span":[435,6,30]},{"path":[6,0,2,19,2],"span":[435,31,57]},{"path":[6,0,2,19,3],"span":[435,68,95]},{"path":[6,0,2,20],"span":[437,2,100]},{"path":[6,0,2,20,1],"span":[437,6,39]},{"path":[6,0,2,20,2],"span":[437,40,62]},{"path":[6,0,2,20,3],"span":[437,73,96]},{"path":[6,0,2,21],"span":[439,2,100]},{"path":[6,0,2,21,1],"span":[439,6,27]},{"path":[6,0,2,21,2],"span":[439,28,56]},{"path":[6,0,2,21,3],"span":[439,67,96]},{"path":[6,0,2,22],"span":[441,2,112]},{"path":[6,0,2,22,1],"span":[441,6,31]},{"path":[6,0,2,22,2],"span":[441,32,64]},{"path":[6,0,2,22,3],"span":[441,75,108]},{"path":[6,0,2,23],"span":[443,2,103]},{"path":[6,0,2,23,1],"span":[443,6,28]},{"path":[6,0,2,23,2],"span":[443,29,58]},{"path":[6,0,2,23,3],"span":[443,69,99]},{"path":[6,0,2,24],"span":[445,2,118]},{"path":[6,0,2,24,1],"span":[445,6,33]},{"path":[6,0,2,24,2],"span":[445,34,68]},{"path":[6,0,2,24,3],"span":[445,79,114]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -32,6 +32,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
32
32
|
getAccountIdsBySiteId: IMultitenantService_IGetAccountIdsBySiteId;
|
|
33
33
|
checkManagerInApplication: IMultitenantService_ICheckManagerInApplication;
|
|
34
34
|
updateSiteSubscription: IMultitenantService_IUpdateSiteSubscription;
|
|
35
|
+
createTrialSiteAndInstaller: IMultitenantService_ICreateTrialSiteAndInstaller;
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
|
|
@@ -250,6 +251,15 @@ interface IMultitenantService_IUpdateSiteSubscription extends grpc.MethodDefinit
|
|
|
250
251
|
responseSerialize: grpc.serialize<multitenant_pb.UpdateSiteSubscriptionResponse>;
|
|
251
252
|
responseDeserialize: grpc.deserialize<multitenant_pb.UpdateSiteSubscriptionResponse>;
|
|
252
253
|
}
|
|
254
|
+
interface IMultitenantService_ICreateTrialSiteAndInstaller extends grpc.MethodDefinition<multitenant_pb.CreateTrialSiteAndInstallerRequest, multitenant_pb.CreateTrialSiteAndInstallerResponse> {
|
|
255
|
+
path: "/lansweeper.multitenant.v1.Multitenant/CreateTrialSiteAndInstaller";
|
|
256
|
+
requestStream: false;
|
|
257
|
+
responseStream: false;
|
|
258
|
+
requestSerialize: grpc.serialize<multitenant_pb.CreateTrialSiteAndInstallerRequest>;
|
|
259
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.CreateTrialSiteAndInstallerRequest>;
|
|
260
|
+
responseSerialize: grpc.serialize<multitenant_pb.CreateTrialSiteAndInstallerResponse>;
|
|
261
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.CreateTrialSiteAndInstallerResponse>;
|
|
262
|
+
}
|
|
253
263
|
|
|
254
264
|
export const MultitenantService: IMultitenantService;
|
|
255
265
|
|
|
@@ -278,6 +288,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
278
288
|
getAccountIdsBySiteId: grpc.handleUnaryCall<multitenant_pb.GetAccountIdsBySiteIdRequest, multitenant_pb.GetAccountIdsBySiteIdResponse>;
|
|
279
289
|
checkManagerInApplication: grpc.handleUnaryCall<multitenant_pb.CheckManagerInApplicationRequest, multitenant_pb.CheckManagerInApplicationResponse>;
|
|
280
290
|
updateSiteSubscription: grpc.handleUnaryCall<multitenant_pb.UpdateSiteSubscriptionRequest, multitenant_pb.UpdateSiteSubscriptionResponse>;
|
|
291
|
+
createTrialSiteAndInstaller: grpc.handleUnaryCall<multitenant_pb.CreateTrialSiteAndInstallerRequest, multitenant_pb.CreateTrialSiteAndInstallerResponse>;
|
|
281
292
|
}
|
|
282
293
|
|
|
283
294
|
export interface IMultitenantClient {
|
|
@@ -353,6 +364,9 @@ export interface IMultitenantClient {
|
|
|
353
364
|
updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
354
365
|
updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
355
366
|
updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
367
|
+
createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
|
|
368
|
+
createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
|
|
369
|
+
createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
|
|
356
370
|
}
|
|
357
371
|
|
|
358
372
|
export class MultitenantClient extends grpc.Client implements IMultitenantClient {
|
|
@@ -429,4 +443,7 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
429
443
|
public updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
430
444
|
public updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
431
445
|
public updateSiteSubscription(request: multitenant_pb.UpdateSiteSubscriptionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UpdateSiteSubscriptionResponse) => void): grpc.ClientUnaryCall;
|
|
446
|
+
public createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
|
|
447
|
+
public createTrialSiteAndInstaller(request: multitenant_pb.CreateTrialSiteAndInstallerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateTrialSiteAndInstallerResponse) => void): grpc.ClientUnaryCall;
|
|
448
|
+
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;
|
|
432
449
|
}
|
|
@@ -114,6 +114,28 @@ function deserialize_lansweeper_multitenant_v1_CreateInstallResponse(buffer_arg)
|
|
|
114
114
|
return multitenant_pb.CreateInstallResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
function serialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerRequest(arg) {
|
|
118
|
+
if (!(arg instanceof multitenant_pb.CreateTrialSiteAndInstallerRequest)) {
|
|
119
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest');
|
|
120
|
+
}
|
|
121
|
+
return Buffer.from(arg.serializeBinary());
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
function deserialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerRequest(buffer_arg) {
|
|
125
|
+
return multitenant_pb.CreateTrialSiteAndInstallerRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function serialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse(arg) {
|
|
129
|
+
if (!(arg instanceof multitenant_pb.CreateTrialSiteAndInstallerResponse)) {
|
|
130
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse');
|
|
131
|
+
}
|
|
132
|
+
return Buffer.from(arg.serializeBinary());
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
function deserialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse(buffer_arg) {
|
|
136
|
+
return multitenant_pb.CreateTrialSiteAndInstallerResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
137
|
+
}
|
|
138
|
+
|
|
117
139
|
function serialize_lansweeper_multitenant_v1_DisableWebhookEmailRequest(arg) {
|
|
118
140
|
if (!(arg instanceof multitenant_pb.DisableWebhookEmailRequest)) {
|
|
119
141
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.DisableWebhookEmailRequest');
|
|
@@ -798,6 +820,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
798
820
|
responseSerialize: serialize_lansweeper_multitenant_v1_UpdateSiteSubscriptionResponse,
|
|
799
821
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_UpdateSiteSubscriptionResponse,
|
|
800
822
|
},
|
|
823
|
+
createTrialSiteAndInstaller: {
|
|
824
|
+
path: '/lansweeper.multitenant.v1.Multitenant/CreateTrialSiteAndInstaller',
|
|
825
|
+
requestStream: false,
|
|
826
|
+
responseStream: false,
|
|
827
|
+
requestType: multitenant_pb.CreateTrialSiteAndInstallerRequest,
|
|
828
|
+
responseType: multitenant_pb.CreateTrialSiteAndInstallerResponse,
|
|
829
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerRequest,
|
|
830
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerRequest,
|
|
831
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse,
|
|
832
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_CreateTrialSiteAndInstallerResponse,
|
|
833
|
+
},
|
|
801
834
|
};
|
|
802
835
|
|
|
803
836
|
exports.MultitenantClient = grpc.makeGenericClientConstructor(MultitenantService);
|
|
@@ -1665,6 +1665,46 @@ export namespace UpdateSiteSubscriptionResponse {
|
|
|
1665
1665
|
}
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
|
+
export class CreateTrialSiteAndInstallerRequest extends jspb.Message {
|
|
1669
|
+
getUserId(): string;
|
|
1670
|
+
setUserId(value: string): CreateTrialSiteAndInstallerRequest;
|
|
1671
|
+
|
|
1672
|
+
serializeBinary(): Uint8Array;
|
|
1673
|
+
toObject(includeInstance?: boolean): CreateTrialSiteAndInstallerRequest.AsObject;
|
|
1674
|
+
static toObject(includeInstance: boolean, msg: CreateTrialSiteAndInstallerRequest): CreateTrialSiteAndInstallerRequest.AsObject;
|
|
1675
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1676
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1677
|
+
static serializeBinaryToWriter(message: CreateTrialSiteAndInstallerRequest, writer: jspb.BinaryWriter): void;
|
|
1678
|
+
static deserializeBinary(bytes: Uint8Array): CreateTrialSiteAndInstallerRequest;
|
|
1679
|
+
static deserializeBinaryFromReader(message: CreateTrialSiteAndInstallerRequest, reader: jspb.BinaryReader): CreateTrialSiteAndInstallerRequest;
|
|
1680
|
+
}
|
|
1681
|
+
|
|
1682
|
+
export namespace CreateTrialSiteAndInstallerRequest {
|
|
1683
|
+
export type AsObject = {
|
|
1684
|
+
userId: string,
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
|
|
1688
|
+
export class CreateTrialSiteAndInstallerResponse extends jspb.Message {
|
|
1689
|
+
getInstallerCredentials(): string;
|
|
1690
|
+
setInstallerCredentials(value: string): CreateTrialSiteAndInstallerResponse;
|
|
1691
|
+
|
|
1692
|
+
serializeBinary(): Uint8Array;
|
|
1693
|
+
toObject(includeInstance?: boolean): CreateTrialSiteAndInstallerResponse.AsObject;
|
|
1694
|
+
static toObject(includeInstance: boolean, msg: CreateTrialSiteAndInstallerResponse): CreateTrialSiteAndInstallerResponse.AsObject;
|
|
1695
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1696
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1697
|
+
static serializeBinaryToWriter(message: CreateTrialSiteAndInstallerResponse, writer: jspb.BinaryWriter): void;
|
|
1698
|
+
static deserializeBinary(bytes: Uint8Array): CreateTrialSiteAndInstallerResponse;
|
|
1699
|
+
static deserializeBinaryFromReader(message: CreateTrialSiteAndInstallerResponse, reader: jspb.BinaryReader): CreateTrialSiteAndInstallerResponse;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
export namespace CreateTrialSiteAndInstallerResponse {
|
|
1703
|
+
export type AsObject = {
|
|
1704
|
+
installerCredentials: string,
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1668
1708
|
export enum SiteMode {
|
|
1669
1709
|
UNESPECIFIED = 0,
|
|
1670
1710
|
CLOUD_NATIVE = 1,
|
|
@@ -26,6 +26,8 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateAndLinkInstallRequest',
|
|
|
26
26
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateAndLinkInstallResponse', null, global);
|
|
27
27
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallRequest', null, global);
|
|
28
28
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateInstallResponse', null, global);
|
|
29
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest', null, global);
|
|
30
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse', null, global);
|
|
29
31
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailRequest', null, global);
|
|
30
32
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError', null, global);
|
|
31
33
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse', null, global);
|
|
@@ -1427,6 +1429,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1427
1429
|
*/
|
|
1428
1430
|
proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse.displayName = 'proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse';
|
|
1429
1431
|
}
|
|
1432
|
+
/**
|
|
1433
|
+
* Generated by JsPbCodeGenerator.
|
|
1434
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1435
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1436
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1437
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1438
|
+
* valid.
|
|
1439
|
+
* @extends {jspb.Message}
|
|
1440
|
+
* @constructor
|
|
1441
|
+
*/
|
|
1442
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest = function(opt_data) {
|
|
1443
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1444
|
+
};
|
|
1445
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest, jspb.Message);
|
|
1446
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1447
|
+
/**
|
|
1448
|
+
* @public
|
|
1449
|
+
* @override
|
|
1450
|
+
*/
|
|
1451
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.displayName = 'proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest';
|
|
1452
|
+
}
|
|
1453
|
+
/**
|
|
1454
|
+
* Generated by JsPbCodeGenerator.
|
|
1455
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1456
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1457
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1458
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1459
|
+
* valid.
|
|
1460
|
+
* @extends {jspb.Message}
|
|
1461
|
+
* @constructor
|
|
1462
|
+
*/
|
|
1463
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse = function(opt_data) {
|
|
1464
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1465
|
+
};
|
|
1466
|
+
goog.inherits(proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse, jspb.Message);
|
|
1467
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1468
|
+
/**
|
|
1469
|
+
* @public
|
|
1470
|
+
* @override
|
|
1471
|
+
*/
|
|
1472
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.displayName = 'proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse';
|
|
1473
|
+
}
|
|
1430
1474
|
|
|
1431
1475
|
|
|
1432
1476
|
|
|
@@ -13381,6 +13425,266 @@ proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse.prototype.hasSubs
|
|
|
13381
13425
|
};
|
|
13382
13426
|
|
|
13383
13427
|
|
|
13428
|
+
|
|
13429
|
+
|
|
13430
|
+
|
|
13431
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
13432
|
+
/**
|
|
13433
|
+
* Creates an object representation of this proto.
|
|
13434
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
13435
|
+
* Optional fields that are not set will be set to undefined.
|
|
13436
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
13437
|
+
* For the list of reserved names please see:
|
|
13438
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
13439
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
13440
|
+
* JSPB instance for transitional soy proto support:
|
|
13441
|
+
* http://goto/soy-param-migration
|
|
13442
|
+
* @return {!Object}
|
|
13443
|
+
*/
|
|
13444
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.prototype.toObject = function(opt_includeInstance) {
|
|
13445
|
+
return proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.toObject(opt_includeInstance, this);
|
|
13446
|
+
};
|
|
13447
|
+
|
|
13448
|
+
|
|
13449
|
+
/**
|
|
13450
|
+
* Static version of the {@see toObject} method.
|
|
13451
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
13452
|
+
* the JSPB instance for transitional soy proto support:
|
|
13453
|
+
* http://goto/soy-param-migration
|
|
13454
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest} msg The msg instance to transform.
|
|
13455
|
+
* @return {!Object}
|
|
13456
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13457
|
+
*/
|
|
13458
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.toObject = function(includeInstance, msg) {
|
|
13459
|
+
var f, obj = {
|
|
13460
|
+
userId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
13461
|
+
};
|
|
13462
|
+
|
|
13463
|
+
if (includeInstance) {
|
|
13464
|
+
obj.$jspbMessageInstance = msg;
|
|
13465
|
+
}
|
|
13466
|
+
return obj;
|
|
13467
|
+
};
|
|
13468
|
+
}
|
|
13469
|
+
|
|
13470
|
+
|
|
13471
|
+
/**
|
|
13472
|
+
* Deserializes binary data (in protobuf wire format).
|
|
13473
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
13474
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest}
|
|
13475
|
+
*/
|
|
13476
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.deserializeBinary = function(bytes) {
|
|
13477
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
13478
|
+
var msg = new proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest;
|
|
13479
|
+
return proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.deserializeBinaryFromReader(msg, reader);
|
|
13480
|
+
};
|
|
13481
|
+
|
|
13482
|
+
|
|
13483
|
+
/**
|
|
13484
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
13485
|
+
* given reader into the given message object.
|
|
13486
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest} msg The message object to deserialize into.
|
|
13487
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
13488
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest}
|
|
13489
|
+
*/
|
|
13490
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
13491
|
+
while (reader.nextField()) {
|
|
13492
|
+
if (reader.isEndGroup()) {
|
|
13493
|
+
break;
|
|
13494
|
+
}
|
|
13495
|
+
var field = reader.getFieldNumber();
|
|
13496
|
+
switch (field) {
|
|
13497
|
+
case 1:
|
|
13498
|
+
var value = /** @type {string} */ (reader.readString());
|
|
13499
|
+
msg.setUserId(value);
|
|
13500
|
+
break;
|
|
13501
|
+
default:
|
|
13502
|
+
reader.skipField();
|
|
13503
|
+
break;
|
|
13504
|
+
}
|
|
13505
|
+
}
|
|
13506
|
+
return msg;
|
|
13507
|
+
};
|
|
13508
|
+
|
|
13509
|
+
|
|
13510
|
+
/**
|
|
13511
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
13512
|
+
* @return {!Uint8Array}
|
|
13513
|
+
*/
|
|
13514
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.prototype.serializeBinary = function() {
|
|
13515
|
+
var writer = new jspb.BinaryWriter();
|
|
13516
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.serializeBinaryToWriter(this, writer);
|
|
13517
|
+
return writer.getResultBuffer();
|
|
13518
|
+
};
|
|
13519
|
+
|
|
13520
|
+
|
|
13521
|
+
/**
|
|
13522
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
13523
|
+
* format), writing to the given BinaryWriter.
|
|
13524
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest} message
|
|
13525
|
+
* @param {!jspb.BinaryWriter} writer
|
|
13526
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13527
|
+
*/
|
|
13528
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.serializeBinaryToWriter = function(message, writer) {
|
|
13529
|
+
var f = undefined;
|
|
13530
|
+
f = message.getUserId();
|
|
13531
|
+
if (f.length > 0) {
|
|
13532
|
+
writer.writeString(
|
|
13533
|
+
1,
|
|
13534
|
+
f
|
|
13535
|
+
);
|
|
13536
|
+
}
|
|
13537
|
+
};
|
|
13538
|
+
|
|
13539
|
+
|
|
13540
|
+
/**
|
|
13541
|
+
* optional string user_id = 1;
|
|
13542
|
+
* @return {string}
|
|
13543
|
+
*/
|
|
13544
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.prototype.getUserId = function() {
|
|
13545
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
13546
|
+
};
|
|
13547
|
+
|
|
13548
|
+
|
|
13549
|
+
/**
|
|
13550
|
+
* @param {string} value
|
|
13551
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest} returns this
|
|
13552
|
+
*/
|
|
13553
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest.prototype.setUserId = function(value) {
|
|
13554
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
13555
|
+
};
|
|
13556
|
+
|
|
13557
|
+
|
|
13558
|
+
|
|
13559
|
+
|
|
13560
|
+
|
|
13561
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
13562
|
+
/**
|
|
13563
|
+
* Creates an object representation of this proto.
|
|
13564
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
13565
|
+
* Optional fields that are not set will be set to undefined.
|
|
13566
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
13567
|
+
* For the list of reserved names please see:
|
|
13568
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
13569
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
13570
|
+
* JSPB instance for transitional soy proto support:
|
|
13571
|
+
* http://goto/soy-param-migration
|
|
13572
|
+
* @return {!Object}
|
|
13573
|
+
*/
|
|
13574
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.toObject = function(opt_includeInstance) {
|
|
13575
|
+
return proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.toObject(opt_includeInstance, this);
|
|
13576
|
+
};
|
|
13577
|
+
|
|
13578
|
+
|
|
13579
|
+
/**
|
|
13580
|
+
* Static version of the {@see toObject} method.
|
|
13581
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
13582
|
+
* the JSPB instance for transitional soy proto support:
|
|
13583
|
+
* http://goto/soy-param-migration
|
|
13584
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse} msg The msg instance to transform.
|
|
13585
|
+
* @return {!Object}
|
|
13586
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13587
|
+
*/
|
|
13588
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.toObject = function(includeInstance, msg) {
|
|
13589
|
+
var f, obj = {
|
|
13590
|
+
installerCredentials: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
13591
|
+
};
|
|
13592
|
+
|
|
13593
|
+
if (includeInstance) {
|
|
13594
|
+
obj.$jspbMessageInstance = msg;
|
|
13595
|
+
}
|
|
13596
|
+
return obj;
|
|
13597
|
+
};
|
|
13598
|
+
}
|
|
13599
|
+
|
|
13600
|
+
|
|
13601
|
+
/**
|
|
13602
|
+
* Deserializes binary data (in protobuf wire format).
|
|
13603
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
13604
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse}
|
|
13605
|
+
*/
|
|
13606
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.deserializeBinary = function(bytes) {
|
|
13607
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
13608
|
+
var msg = new proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse;
|
|
13609
|
+
return proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.deserializeBinaryFromReader(msg, reader);
|
|
13610
|
+
};
|
|
13611
|
+
|
|
13612
|
+
|
|
13613
|
+
/**
|
|
13614
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
13615
|
+
* given reader into the given message object.
|
|
13616
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse} msg The message object to deserialize into.
|
|
13617
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
13618
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse}
|
|
13619
|
+
*/
|
|
13620
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
13621
|
+
while (reader.nextField()) {
|
|
13622
|
+
if (reader.isEndGroup()) {
|
|
13623
|
+
break;
|
|
13624
|
+
}
|
|
13625
|
+
var field = reader.getFieldNumber();
|
|
13626
|
+
switch (field) {
|
|
13627
|
+
case 1:
|
|
13628
|
+
var value = /** @type {string} */ (reader.readString());
|
|
13629
|
+
msg.setInstallerCredentials(value);
|
|
13630
|
+
break;
|
|
13631
|
+
default:
|
|
13632
|
+
reader.skipField();
|
|
13633
|
+
break;
|
|
13634
|
+
}
|
|
13635
|
+
}
|
|
13636
|
+
return msg;
|
|
13637
|
+
};
|
|
13638
|
+
|
|
13639
|
+
|
|
13640
|
+
/**
|
|
13641
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
13642
|
+
* @return {!Uint8Array}
|
|
13643
|
+
*/
|
|
13644
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.serializeBinary = function() {
|
|
13645
|
+
var writer = new jspb.BinaryWriter();
|
|
13646
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.serializeBinaryToWriter(this, writer);
|
|
13647
|
+
return writer.getResultBuffer();
|
|
13648
|
+
};
|
|
13649
|
+
|
|
13650
|
+
|
|
13651
|
+
/**
|
|
13652
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
13653
|
+
* format), writing to the given BinaryWriter.
|
|
13654
|
+
* @param {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse} message
|
|
13655
|
+
* @param {!jspb.BinaryWriter} writer
|
|
13656
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
13657
|
+
*/
|
|
13658
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.serializeBinaryToWriter = function(message, writer) {
|
|
13659
|
+
var f = undefined;
|
|
13660
|
+
f = message.getInstallerCredentials();
|
|
13661
|
+
if (f.length > 0) {
|
|
13662
|
+
writer.writeString(
|
|
13663
|
+
1,
|
|
13664
|
+
f
|
|
13665
|
+
);
|
|
13666
|
+
}
|
|
13667
|
+
};
|
|
13668
|
+
|
|
13669
|
+
|
|
13670
|
+
/**
|
|
13671
|
+
* optional string installer_credentials = 1;
|
|
13672
|
+
* @return {string}
|
|
13673
|
+
*/
|
|
13674
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.getInstallerCredentials = function() {
|
|
13675
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
13676
|
+
};
|
|
13677
|
+
|
|
13678
|
+
|
|
13679
|
+
/**
|
|
13680
|
+
* @param {string} value
|
|
13681
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse} returns this
|
|
13682
|
+
*/
|
|
13683
|
+
proto.lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse.prototype.setInstallerCredentials = function(value) {
|
|
13684
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
13685
|
+
};
|
|
13686
|
+
|
|
13687
|
+
|
|
13384
13688
|
/**
|
|
13385
13689
|
* @enum {number}
|
|
13386
13690
|
*/
|
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.13",
|
|
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": "ec926f055de8a4a4d8b0b1094bf886d7e8059357"
|
|
19
19
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -386,6 +386,14 @@ message UpdateSiteSubscriptionResponse {
|
|
|
386
386
|
Subscription subscription = 1;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
+
message CreateTrialSiteAndInstallerRequest {
|
|
390
|
+
string user_id = 1;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
message CreateTrialSiteAndInstallerResponse {
|
|
394
|
+
string installer_credentials = 1;
|
|
395
|
+
}
|
|
396
|
+
|
|
389
397
|
service Multitenant {
|
|
390
398
|
rpc CheckAccessToSiteByAccountId(CheckAccessToSiteByAccountIdRequest) returns (CheckAccessToSiteByAccountIdResponse) {}
|
|
391
399
|
|
|
@@ -434,4 +442,6 @@ service Multitenant {
|
|
|
434
442
|
rpc CheckManagerInApplication(CheckManagerInApplicationRequest) returns (CheckManagerInApplicationResponse) {}
|
|
435
443
|
|
|
436
444
|
rpc UpdateSiteSubscription(UpdateSiteSubscriptionRequest) returns (UpdateSiteSubscriptionResponse) {}
|
|
445
|
+
|
|
446
|
+
rpc CreateTrialSiteAndInstaller(CreateTrialSiteAndInstallerRequest) returns (CreateTrialSiteAndInstallerResponse) {}
|
|
437
447
|
}
|