@lansweeper/multitenant-api-grpc 0.4.2 → 0.4.3
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 +65 -0
- package/gen-proto/multitenant_pb.js +516 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +15 -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.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.2...@lansweeper/multitenant-api-grpc@0.4.3) (2022-07-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.1...@lansweeper/multitenant-api-grpc@0.4.2) (2022-05-09)
|
|
7
15
|
|
|
8
16
|
|
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":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}],"reservedRange":[{"start":2,"end":3}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]}],"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}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,328,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,111,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,132,1]},{"path":[4,17,1],"span":[126,8,32]},{"path":[4,17,2,0],"span":[127,2,21]},{"path":[4,17,2,0,5],"span":[127,2,8]},{"path":[4,17,2,0,1],"span":[127,9,16]},{"path":[4,17,2,0,3],"span":[127,19,20]},{"path":[4,17,3,0],"span":[128,2,130,3]},{"path":[4,17,3,0,1],"span":[128,10,16]},{"path":[4,17,3,0,2,0],"span":[129,4,32]},{"path":[4,17,3,0,2,0,6],"span":[129,4,21]},{"path":[4,17,3,0,2,0,1],"span":[129,22,27]},{"path":[4,17,3,0,2,0,3],"span":[129,30,31]},{"path":[4,17,2,1],"span":[131,2,20]},{"path":[4,17,2,1,6],"span":[131,2,8]},{"path":[4,17,2,1,1],"span":[131,9,15]},{"path":[4,17,2,1,3],"span":[131,18,19]},{"path":[4,18],"span":[134,0,136,1]},{"path":[4,18,1],"span":[134,8,33]},{"path":[4,18,2,0],"span":[135,2,31]},{"path":[4,18,2,0,4],"span":[135,2,10]},{"path":[4,18,2,0,6],"span":[135,11,18]},{"path":[4,18,2,0,1],"span":[135,19,26]},{"path":[4,18,2,0,3],"span":[135,29,30]},{"path":[4,19],"span":[138,0,140,1]},{"path":[4,19,1],"span":[138,8,35]},{"path":[4,19,2,0],"span":[139,2,23]},{"path":[4,19,2,0,5],"span":[139,2,8]},{"path":[4,19,2,0,1],"span":[139,9,18]},{"path":[4,19,2,0,3],"span":[139,21,22]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,36]},{"path":[4,20,2,0],"span":[143,2,22]},{"path":[4,20,2,0,6],"span":[143,2,9]},{"path":[4,20,2,0,1],"span":[143,10,17]},{"path":[4,20,2,0,3],"span":[143,20,21]},{"path":[4,21],"span":[146,0,158,1]},{"path":[4,21,1],"span":[146,8,28]},{"path":[4,21,9],"span":[147,2,13]},{"path":[4,21,9,0],"span":[147,11,12]},{"path":[4,21,9,0,1],"span":[147,11,12]},{"path":[4,21,2,0],"span":[148,2,21]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,16]},{"path":[4,21,2,0,3],"span":[148,19,20]},{"path":[4,21,2,1],"span":[149,2,26]},{"path":[4,21,2,1,5],"span":[149,2,8]},{"path":[4,21,2,1,1],"span":[149,9,21]},{"path":[4,21,2,1,3],"span":[149,24,25]},{"path":[4,21,2,2],"span":[150,2,25]},{"path":[4,21,2,2,5],"span":[150,2,8]},{"path":[4,21,2,2,1],"span":[150,9,20]},{"path":[4,21,2,2,3],"span":[150,23,24]},{"path":[4,21,2,3],"span":[151,2,20]},{"path":[4,21,2,3,5],"span":[151,2,8]},{"path":[4,21,2,3,1],"span":[151,9,15]},{"path":[4,21,2,3,3],"span":[151,18,19]},{"path":[4,21,2,4],"span":[152,2,18]},{"path":[4,21,2,4,5],"span":[152,2,8]},{"path":[4,21,2,4,1],"span":[152,9,13]},{"path":[4,21,2,4,3],"span":[152,16,17]},{"path":[4,21,2,5],"span":[153,2,27]},{"path":[4,21,2,5,5],"span":[153,2,8]},{"path":[4,21,2,5,1],"span":[153,9,22]},{"path":[4,21,2,5,3],"span":[153,25,26]},{"path":[4,21,2,6],"span":[155,2,28]},{"path":[4,21,2,6,5],"span":[155,2,6]},{"path":[4,21,2,6,1],"span":[155,7,23]},{"path":[4,21,2,6,3],"span":[155,26,27]},{"path":[4,21,2,7],"span":[156,2,23]},{"path":[4,21,2,7,5],"span":[156,2,8]},{"path":[4,21,2,7,1],"span":[156,9,18]},{"path":[4,21,2,7,3],"span":[156,21,22]},{"path":[4,21,2,8],"span":[157,2,24]},{"path":[4,21,2,8,6],"span":[157,2,13]},{"path":[4,21,2,8,1],"span":[157,14,18]},{"path":[4,21,2,8,3],"span":[157,21,23]},{"path":[5,2],"span":[160,0,163,1]},{"path":[5,2,1],"span":[160,5,16]},{"path":[5,2,2,0],"span":[161,2,7]},{"path":[5,2,2,0,1],"span":[161,2,4]},{"path":[5,2,2,0,2],"span":[161,5,6]},{"path":[5,2,2,1],"span":[162,2,7]},{"path":[5,2,2,1,1],"span":[162,2,4]},{"path":[5,2,2,1,2],"span":[162,5,6]},{"path":[4,22],"span":[165,0,168,1]},{"path":[4,22,1],"span":[165,8,29]},{"path":[4,22,2,0],"span":[166,2,22]},{"path":[4,22,2,0,6],"span":[166,2,9]},{"path":[4,22,2,0,1],"span":[166,10,17]},{"path":[4,22,2,0,3],"span":[166,20,21]},{"path":[4,22,2,1],"span":[167,2,37]},{"path":[4,22,2,1,6],"span":[167,2,20]},{"path":[4,22,2,1,1],"span":[167,21,32]},{"path":[4,22,2,1,3],"span":[167,35,36]},{"path":[4,23],"span":[170,0,185,1]},{"path":[4,23,1],"span":[170,8,38]},{"path":[4,23,2,0],"span":[171,2,23]},{"path":[4,23,2,0,5],"span":[171,2,8]},{"path":[4,23,2,0,1],"span":[171,9,18]},{"path":[4,23,2,0,3],"span":[171,21,22]},{"path":[4,23,2,1],"span":[172,2,26]},{"path":[4,23,2,1,5],"span":[172,2,8]},{"path":[4,23,2,1,1],"span":[172,9,21]},{"path":[4,23,2,1,3],"span":[172,24,25]},{"path":[4,23,2,2],"span":[173,2,25]},{"path":[4,23,2,2,5],"span":[173,2,8]},{"path":[4,23,2,2,1],"span":[173,9,20]},{"path":[4,23,2,2,3],"span":[173,23,24]},{"path":[4,23,2,3],"span":[174,2,20]},{"path":[4,23,2,3,5],"span":[174,2,8]},{"path":[4,23,2,3,1],"span":[174,9,15]},{"path":[4,23,2,3,3],"span":[174,18,19]},{"path":[4,23,2,4],"span":[175,2,18]},{"path":[4,23,2,4,5],"span":[175,2,8]},{"path":[4,23,2,4,1],"span":[175,9,13]},{"path":[4,23,2,4,3],"span":[175,16,17]},{"path":[4,23,3,0],"span":[177,2,182,3]},{"path":[4,23,3,0,1],"span":[177,10,24]},{"path":[4,23,3,0,2,0],"span":[178,4,41]},{"path":[4,23,3,0,2,0,5],"span":[178,4,10]},{"path":[4,23,3,0,2,0,1],"span":[178,11,36]},{"path":[4,23,3,0,2,0,3],"span":[178,39,40]},{"path":[4,23,3,0,2,1],"span":[179,4,47]},{"path":[4,23,3,0,2,1,5],"span":[179,4,10]},{"path":[4,23,3,0,2,1,1],"span":[179,11,42]},{"path":[4,23,3,0,2,1,3],"span":[179,45,46]},{"path":[4,23,3,0,2,2],"span":[180,4,45]},{"path":[4,23,3,0,2,2,5],"span":[180,4,10]},{"path":[4,23,3,0,2,2,1],"span":[180,11,40]},{"path":[4,23,3,0,2,2,3],"span":[180,43,44]},{"path":[4,23,3,0,2,3],"span":[181,4,40]},{"path":[4,23,3,0,2,3,5],"span":[181,4,10]},{"path":[4,23,3,0,2,3,1],"span":[181,11,35]},{"path":[4,23,3,0,2,3,3],"span":[181,38,39]},{"path":[4,23,2,5],"span":[184,2,37]},{"path":[4,23,2,5,6],"span":[184,2,16]},{"path":[4,23,2,5,1],"span":[184,17,32]},{"path":[4,23,2,5,3],"span":[184,35,36]},{"path":[4,24],"span":[187,0,189,1]},{"path":[4,24,1],"span":[187,8,39]},{"path":[4,24,2,0],"span":[188,2,22]},{"path":[4,24,2,0,6],"span":[188,2,9]},{"path":[4,24,2,0,1],"span":[188,10,17]},{"path":[4,24,2,0,3],"span":[188,20,21]},{"path":[4,25],"span":[191,0,194,1]},{"path":[4,25,1],"span":[191,8,38]},{"path":[4,25,2,0],"span":[192,2,23]},{"path":[4,25,2,0,5],"span":[192,2,8]},{"path":[4,25,2,0,1],"span":[192,9,18]},{"path":[4,25,2,0,3],"span":[192,21,22]},{"path":[4,25,2,1],"span":[193,2,22]},{"path":[4,25,2,1,5],"span":[193,2,8]},{"path":[4,25,2,1,1],"span":[193,9,17]},{"path":[4,25,2,1,3],"span":[193,20,21]},{"path":[4,26],"span":[196,0,201,1]},{"path":[4,26,1],"span":[196,8,39]},{"path":[4,26,2,0],"span":[197,2,19]},{"path":[4,26,2,0,5],"span":[197,2,6]},{"path":[4,26,2,0,1],"span":[197,7,14]},{"path":[4,26,2,0,3],"span":[197,17,18]},{"path":[4,26,2,1],"span":[198,2,21]},{"path":[4,26,2,1,5],"span":[198,2,8]},{"path":[4,26,2,1,1],"span":[198,9,16]},{"path":[4,26,2,1,3],"span":[198,19,20]},{"path":[4,26,2,2],"span":[199,2,28]},{"path":[4,26,2,2,5],"span":[199,2,8]},{"path":[4,26,2,2,1],"span":[199,9,23]},{"path":[4,26,2,2,3],"span":[199,26,27]},{"path":[4,26,2,3],"span":[200,2,28]},{"path":[4,26,2,3,5],"span":[200,2,8]},{"path":[4,26,2,3,1],"span":[200,9,23]},{"path":[4,26,2,3,3],"span":[200,26,27]},{"path":[4,27],"span":[203,0,208,1]},{"path":[4,27,1],"span":[203,8,38]},{"path":[4,27,2,0],"span":[204,2,23]},{"path":[4,27,2,0,5],"span":[204,2,8]},{"path":[4,27,2,0,1],"span":[204,9,18]},{"path":[4,27,2,0,3],"span":[204,21,22]},{"path":[4,27,2,1],"span":[205,2,22]},{"path":[4,27,2,1,5],"span":[205,2,8]},{"path":[4,27,2,1,1],"span":[205,9,17]},{"path":[4,27,2,1,3],"span":[205,20,21]},{"path":[4,27,2,2],"span":[206,2,23]},{"path":[4,27,2,2,5],"span":[206,2,6]},{"path":[4,27,2,2,1],"span":[206,7,18]},{"path":[4,27,2,2,3],"span":[206,21,22]},{"path":[4,27,2,3],"span":[207,2,23]},{"path":[4,27,2,3,5],"span":[207,2,6]},{"path":[4,27,2,3,1],"span":[207,7,18]},{"path":[4,27,2,3,3],"span":[207,21,22]},{"path":[4,28],"span":[210,0,212,1]},{"path":[4,28,1],"span":[210,8,39]},{"path":[4,28,2,0],"span":[211,2,19]},{"path":[4,28,2,0,5],"span":[211,2,6]},{"path":[4,28,2,0,1],"span":[211,7,14]},{"path":[4,28,2,0,3],"span":[211,17,18]},{"path":[4,29],"span":[214,0,218,1]},{"path":[4,29,1],"span":[214,8,40]},{"path":[4,29,2,0],"span":[215,2,21]},{"path":[4,29,2,0,5],"span":[215,2,8]},{"path":[4,29,2,0,1],"span":[215,9,16]},{"path":[4,29,2,0,3],"span":[215,19,20]},{"path":[4,29,2,1],"span":[216,2,34]},{"path":[4,29,2,1,4],"span":[216,2,10]},{"path":[4,29,2,1,5],"span":[216,11,17]},{"path":[4,29,2,1,1],"span":[216,18,29]},{"path":[4,29,2,1,3],"span":[216,32,33]},{"path":[4,29,2,2],"span":[217,2,21]},{"path":[4,29,2,2,5],"span":[217,2,8]},{"path":[4,29,2,2,1],"span":[217,9,16]},{"path":[4,29,2,2,3],"span":[217,19,20]},{"path":[4,30],"span":[220,0,226,1]},{"path":[4,30,1],"span":[220,8,41]},{"path":[4,30,3,0],"span":[221,2,224,3]},{"path":[4,30,3,0,1],"span":[221,10,16]},{"path":[4,30,3,0,2,0],"span":[222,4,26]},{"path":[4,30,3,0,2,0,5],"span":[222,4,10]},{"path":[4,30,3,0,2,0,1],"span":[222,11,21]},{"path":[4,30,3,0,2,0,3],"span":[222,24,25]},{"path":[4,30,3,0,2,1],"span":[223,4,20]},{"path":[4,30,3,0,2,1,5],"span":[223,4,8]},{"path":[4,30,3,0,2,1,1],"span":[223,9,15]},{"path":[4,30,3,0,2,1,3],"span":[223,18,19]},{"path":[4,30,2,0],"span":[225,2,29]},{"path":[4,30,2,0,4],"span":[225,2,10]},{"path":[4,30,2,0,6],"span":[225,11,17]},{"path":[4,30,2,0,1],"span":[225,18,24]},{"path":[4,30,2,0,3],"span":[225,27,28]},{"path":[4,31],"span":[228,0,231,1]},{"path":[4,31,1],"span":[228,8,46]},{"path":[4,31,2,0],"span":[229,2,21]},{"path":[4,31,2,0,5],"span":[229,2,8]},{"path":[4,31,2,0,1],"span":[229,9,16]},{"path":[4,31,2,0,3],"span":[229,19,20]},{"path":[4,31,2,1],"span":[230,2,23]},{"path":[4,31,2,1,5],"span":[230,2,8]},{"path":[4,31,2,1,1],"span":[230,9,18]},{"path":[4,31,2,1,3],"span":[230,21,22]},{"path":[4,32],"span":[233,0,235,1]},{"path":[4,32,1],"span":[233,8,47]},{"path":[4,32,2,0],"span":[234,2,31]},{"path":[4,32,2,0,4],"span":[234,2,10]},{"path":[4,32,2,0,6],"span":[234,11,18]},{"path":[4,32,2,0,1],"span":[234,19,26]},{"path":[4,32,2,0,3],"span":[234,29,30]},{"path":[4,33],"span":[237,0,240,1]},{"path":[4,33,1],"span":[237,8,33]},{"path":[4,33,2,0],"span":[238,2,21]},{"path":[4,33,2,0,5],"span":[238,2,8]},{"path":[4,33,2,0,1],"span":[238,9,16]},{"path":[4,33,2,0,3],"span":[238,19,20]},{"path":[4,33,2,1],"span":[239,2,24]},{"path":[4,33,2,1,5],"span":[239,2,8]},{"path":[4,33,2,1,1],"span":[239,9,19]},{"path":[4,33,2,1,3],"span":[239,22,23]},{"path":[4,34],"span":[242,0,260,1]},{"path":[4,34,1],"span":[242,8,34]},{"path":[4,34,3,0],"span":[243,2,246,3]},{"path":[4,34,3,0,1],"span":[243,10,29]},{"path":[4,34,3,0,2,0],"span":[244,4,19]},{"path":[4,34,3,0,2,0,5],"span":[244,4,10]},{"path":[4,34,3,0,2,0,1],"span":[244,11,14]},{"path":[4,34,3,0,2,0,3],"span":[244,17,18]},{"path":[4,34,3,0,2,1],"span":[245,4,34]},{"path":[4,34,3,0,2,1,5],"span":[245,4,9]},{"path":[4,34,3,0,2,1,1],"span":[245,10,29]},{"path":[4,34,3,0,2,1,3],"span":[245,32,33]},{"path":[4,34,3,1],"span":[248,2,250,3]},{"path":[4,34,3,1,1],"span":[248,10,15]},{"path":[4,34,3,1,2,0],"span":[249,4,18]},{"path":[4,34,3,1,2,0,5],"span":[249,4,10]},{"path":[4,34,3,1,2,0,1],"span":[249,11,13]},{"path":[4,34,3,1,2,0,3],"span":[249,16,17]},{"path":[4,34,3,2],"span":[252,2,257,3]},{"path":[4,34,3,2,1],"span":[252,10,14]},{"path":[4,34,3,2,2,0],"span":[253,4,18]},{"path":[4,34,3,2,2,0,5],"span":[253,4,10]},{"path":[4,34,3,2,2,0,1],"span":[253,11,13]},{"path":[4,34,3,2,2,0,3],"span":[253,16,17]},{"path":[4,34,3,2,2,1],"span":[254,4,45]},{"path":[4,34,3,2,2,1,4],"span":[254,4,12]},{"path":[4,34,3,2,2,1,6],"span":[254,13,32]},{"path":[4,34,3,2,2,1,1],"span":[254,33,40]},{"path":[4,34,3,2,2,1,3],"span":[254,43,44]},{"path":[4,34,3,2,2,2],"span":[255,4,39]},{"path":[4,34,3,2,2,2,4],"span":[255,4,12]},{"path":[4,34,3,2,2,2,6],"span":[255,13,20]},{"path":[4,34,3,2,2,2,1],"span":[255,21,34]},{"path":[4,34,3,2,2,2,3],"span":[255,37,38]},{"path":[4,34,3,2,2,3],"span":[256,4,30]},{"path":[4,34,3,2,2,3,4],"span":[256,4,12]},{"path":[4,34,3,2,2,3,6],"span":[256,13,18]},{"path":[4,34,3,2,2,3,1],"span":[256,19,25]},{"path":[4,34,3,2,2,3,3],"span":[256,28,29]},{"path":[4,34,2,0],"span":[259,2,26]},{"path":[4,34,2,0,4],"span":[259,2,10]},{"path":[4,34,2,0,6],"span":[259,11,15]},{"path":[4,34,2,0,1],"span":[259,16,21]},{"path":[4,34,2,0,3],"span":[259,24,25]},{"path":[4,35],"span":[262,0,264,1]},{"path":[4,35,1],"span":[262,8,53]},{"path":[4,35,2,0],"span":[263,2,35]},{"path":[4,35,2,0,5],"span":[263,2,8]},{"path":[4,35,2,0,1],"span":[263,9,30]},{"path":[4,35,2,0,3],"span":[263,33,34]},{"path":[4,36],"span":[266,0,269,1]},{"path":[4,36,1],"span":[266,8,54]},{"path":[4,36,2,0],"span":[267,2,21]},{"path":[4,36,2,0,5],"span":[267,2,8]},{"path":[4,36,2,0,1],"span":[267,9,16]},{"path":[4,36,2,0,3],"span":[267,19,20]},{"path":[4,36,2,1],"span":[268,2,28]},{"path":[4,36,2,1,5],"span":[268,2,8]},{"path":[4,36,2,1,1],"span":[268,9,23]},{"path":[4,36,2,1,3],"span":[268,26,27]},{"path":[4,37],"span":[271,0,288,1]},{"path":[4,37,1],"span":[271,8,34]},{"path":[4,37,2,0],"span":[272,2,30]},{"path":[4,37,2,0,5],"span":[272,2,8]},{"path":[4,37,2,0,1],"span":[272,9,25]},{"path":[4,37,2,0,3],"span":[272,28,29]},{"path":[4,37,2,1],"span":[273,2,39]},{"path":[4,37,2,1,5],"span":[273,2,8]},{"path":[4,37,2,1,1],"span":[273,9,14]},{"path":[4,37,2,1,3],"span":[273,17,18]},{"path":[4,37,2,1,8],"span":[273,19,38]},{"path":[4,37,2,1,8,3],"span":[273,20,37]},{"path":[4,37,3,0],"span":[275,2,280,3]},{"path":[4,37,3,0,1],"span":[275,10,22]},{"path":[4,37,3,0,2,0],"span":[276,4,20]},{"path":[4,37,3,0,2,0,5],"span":[276,4,10]},{"path":[4,37,3,0,2,0,1],"span":[276,11,15]},{"path":[4,37,3,0,2,0,3],"span":[276,18,19]},{"path":[4,37,3,0,2,1],"span":[277,4,44]},{"path":[4,37,3,0,2,1,5],"span":[277,4,10]},{"path":[4,37,3,0,2,1,1],"span":[277,11,19]},{"path":[4,37,3,0,2,1,3],"span":[277,22,23]},{"path":[4,37,3,0,2,1,8],"span":[277,24,43]},{"path":[4,37,3,0,2,1,8,3],"span":[277,25,42]},{"path":[4,37,3,0,2,2],"span":[278,4,25]},{"path":[4,37,3,0,2,2,5],"span":[278,4,10]},{"path":[4,37,3,0,2,2,1],"span":[278,11,20]},{"path":[4,37,3,0,2,2,3],"span":[278,23,24]},{"path":[4,37,3,0,2,3],"span":[279,4,23]},{"path":[4,37,3,0,2,3,5],"span":[279,4,10]},{"path":[4,37,3,0,2,3,1],"span":[279,11,18]},{"path":[4,37,3,0,2,3,3],"span":[279,21,22]},{"path":[4,37,2,2],"span":[281,2,35]},{"path":[4,37,2,2,4],"span":[281,2,10]},{"path":[4,37,2,2,6],"span":[281,11,23]},{"path":[4,37,2,2,1],"span":[281,24,30]},{"path":[4,37,2,2,3],"span":[281,33,34]},{"path":[4,37,2,3],"span":[283,2,25]},{"path":[4,37,2,3,5],"span":[283,2,8]},{"path":[4,37,2,3,1],"span":[283,9,20]},{"path":[4,37,2,3,3],"span":[283,23,24]},{"path":[4,37,2,4],"span":[284,2,26]},{"path":[4,37,2,4,5],"span":[284,2,8]},{"path":[4,37,2,4,1],"span":[284,9,21]},{"path":[4,37,2,4,3],"span":[284,24,25]},{"path":[4,37,2,5],"span":[285,2,45]},{"path":[4,37,2,5,5],"span":[285,2,8]},{"path":[4,37,2,5,1],"span":[285,9,20]},{"path":[4,37,2,5,3],"span":[285,23,24]},{"path":[4,37,2,5,8],"span":[285,25,44]},{"path":[4,37,2,5,8,3],"span":[285,26,43]},{"path":[4,37,2,6],"span":[286,2,24]},{"path":[4,37,2,6,5],"span":[286,2,8]},{"path":[4,37,2,6,1],"span":[286,9,19]},{"path":[4,37,2,6,3],"span":[286,22,23]},{"path":[4,37,2,7],"span":[287,2,28]},{"path":[4,37,2,7,5],"span":[287,2,8]},{"path":[4,37,2,7,1],"span":[287,9,23]},{"path":[4,37,2,7,3],"span":[287,26,27]},{"path":[4,38],"span":[290,0,292,1]},{"path":[4,38,1],"span":[290,8,35]},{"path":[4,38,2,0],"span":[291,2,21]},{"path":[4,38,2,0,5],"span":[291,2,6]},{"path":[4,38,2,0,1],"span":[291,7,16]},{"path":[4,38,2,0,3],"span":[291,19,20]},{"path":[6,0],"span":[294,0,328,1]},{"path":[6,0,1],"span":[294,8,19]},{"path":[6,0,2,0],"span":[295,2,121]},{"path":[6,0,2,0,1],"span":[295,6,34]},{"path":[6,0,2,0,2],"span":[295,35,70]},{"path":[6,0,2,0,3],"span":[295,81,117]},{"path":[6,0,2,1],"span":[297,2,100]},{"path":[6,0,2,1,1],"span":[297,6,27]},{"path":[6,0,2,1,2],"span":[297,28,56]},{"path":[6,0,2,1,3],"span":[297,67,96]},{"path":[6,0,2,2],"span":[299,2,106]},{"path":[6,0,2,2,1],"span":[299,6,29]},{"path":[6,0,2,2,2],"span":[299,30,60]},{"path":[6,0,2,2,3],"span":[299,71,102]},{"path":[6,0,2,3],"span":[301,2,115]},{"path":[6,0,2,3,1],"span":[301,6,32]},{"path":[6,0,2,3,2],"span":[301,33,66]},{"path":[6,0,2,3,3],"span":[301,77,111]},{"path":[6,0,2,4],"span":[303,2,76]},{"path":[6,0,2,4,1],"span":[303,6,19]},{"path":[6,0,2,4,2],"span":[303,20,40]},{"path":[6,0,2,4,3],"span":[303,51,72]},{"path":[6,0,2,5],"span":[305,2,76]},{"path":[6,0,2,5,1],"span":[305,6,19]},{"path":[6,0,2,5,2],"span":[305,20,40]},{"path":[6,0,2,5,3],"span":[305,51,72]},{"path":[6,0,2,6],"span":[307,2,88]},{"path":[6,0,2,6,1],"span":[307,6,23]},{"path":[6,0,2,6,2],"span":[307,24,48]},{"path":[6,0,2,6,3],"span":[307,59,84]},{"path":[6,0,2,7],"span":[309,2,97]},{"path":[6,0,2,7,1],"span":[309,6,28]},{"path":[6,0,2,7,2],"span":[309,29,58]},{"path":[6,0,2,7,3],"span":[309,69,93]},{"path":[6,0,2,8],"span":[311,2,97]},{"path":[6,0,2,8,1],"span":[311,6,26]},{"path":[6,0,2,8,2],"span":[311,27,54]},{"path":[6,0,2,8,3],"span":[311,65,93]},{"path":[6,0,2,9],"span":[313,2,106]},{"path":[6,0,2,9,1],"span":[313,6,29]},{"path":[6,0,2,9,2],"span":[313,30,60]},{"path":[6,0,2,9,3],"span":[313,71,102]},{"path":[6,0,2,10],"span":[315,2,106]},{"path":[6,0,2,10,1],"span":[315,6,29]},{"path":[6,0,2,10,2],"span":[315,30,60]},{"path":[6,0,2,10,3],"span":[315,71,102]},{"path":[6,0,2,11],"span":[317,2,106]},{"path":[6,0,2,11,1],"span":[317,6,29]},{"path":[6,0,2,11,2],"span":[317,30,60]},{"path":[6,0,2,11,3],"span":[317,71,102]},{"path":[6,0,2,12],"span":[319,2,112]},{"path":[6,0,2,12,1],"span":[319,6,31]},{"path":[6,0,2,12,2],"span":[319,32,64]},{"path":[6,0,2,12,3],"span":[319,75,108]},{"path":[6,0,2,13],"span":[321,2,130]},{"path":[6,0,2,13,1],"span":[321,6,37]},{"path":[6,0,2,13,2],"span":[321,38,76]},{"path":[6,0,2,13,3],"span":[321,87,126]},{"path":[6,0,2,14],"span":[323,2,91]},{"path":[6,0,2,14,1],"span":[323,6,24]},{"path":[6,0,2,14,2],"span":[323,25,50]},{"path":[6,0,2,14,3],"span":[323,61,87]},{"path":[6,0,2,15],"span":[325,2,151]},{"path":[6,0,2,15,1],"span":[325,6,44]},{"path":[6,0,2,15,2],"span":[325,45,90]},{"path":[6,0,2,15,3],"span":[325,101,147]},{"path":[6,0,2,16],"span":[327,2,99]},{"path":[6,0,2,16,1],"span":[327,6,30]},{"path":[6,0,2,16,2],"span":[327,31,57]},{"path":[6,0,2,16,3],"span":[327,68,95]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"create_sqs_queue","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"createSqsQueue"},{"name":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}],"reservedRange":[{"start":2,"end":3}]},{"name":"CreateInstallResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"credentials","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]}],"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}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsCountBySite","inputType":".lansweeper.multitenant.v1.GetInstallsCountBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsCountResponse","options":{}},{"name":"GetInstallbyClientId","inputType":".lansweeper.multitenant.v1.GetInstallbyClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallbyClientIdResponse","options":{}},{"name":"UpdateInstallByClientId","inputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UpdateInstallByClientIdResponse","options":{}},{"name":"RotateInstallByClientId","inputType":".lansweeper.multitenant.v1.RotateInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.RotateInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,343,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,111,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,132,1]},{"path":[4,17,1],"span":[126,8,32]},{"path":[4,17,2,0],"span":[127,2,21]},{"path":[4,17,2,0,5],"span":[127,2,8]},{"path":[4,17,2,0,1],"span":[127,9,16]},{"path":[4,17,2,0,3],"span":[127,19,20]},{"path":[4,17,3,0],"span":[128,2,130,3]},{"path":[4,17,3,0,1],"span":[128,10,16]},{"path":[4,17,3,0,2,0],"span":[129,4,32]},{"path":[4,17,3,0,2,0,6],"span":[129,4,21]},{"path":[4,17,3,0,2,0,1],"span":[129,22,27]},{"path":[4,17,3,0,2,0,3],"span":[129,30,31]},{"path":[4,17,2,1],"span":[131,2,20]},{"path":[4,17,2,1,6],"span":[131,2,8]},{"path":[4,17,2,1,1],"span":[131,9,15]},{"path":[4,17,2,1,3],"span":[131,18,19]},{"path":[4,18],"span":[134,0,136,1]},{"path":[4,18,1],"span":[134,8,33]},{"path":[4,18,2,0],"span":[135,2,31]},{"path":[4,18,2,0,4],"span":[135,2,10]},{"path":[4,18,2,0,6],"span":[135,11,18]},{"path":[4,18,2,0,1],"span":[135,19,26]},{"path":[4,18,2,0,3],"span":[135,29,30]},{"path":[4,19],"span":[138,0,140,1]},{"path":[4,19,1],"span":[138,8,35]},{"path":[4,19,2,0],"span":[139,2,23]},{"path":[4,19,2,0,5],"span":[139,2,8]},{"path":[4,19,2,0,1],"span":[139,9,18]},{"path":[4,19,2,0,3],"span":[139,21,22]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,36]},{"path":[4,20,2,0],"span":[143,2,22]},{"path":[4,20,2,0,6],"span":[143,2,9]},{"path":[4,20,2,0,1],"span":[143,10,17]},{"path":[4,20,2,0,3],"span":[143,20,21]},{"path":[4,21],"span":[146,0,158,1]},{"path":[4,21,1],"span":[146,8,28]},{"path":[4,21,9],"span":[147,2,13]},{"path":[4,21,9,0],"span":[147,11,12]},{"path":[4,21,9,0,1],"span":[147,11,12]},{"path":[4,21,2,0],"span":[148,2,21]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,16]},{"path":[4,21,2,0,3],"span":[148,19,20]},{"path":[4,21,2,1],"span":[149,2,26]},{"path":[4,21,2,1,5],"span":[149,2,8]},{"path":[4,21,2,1,1],"span":[149,9,21]},{"path":[4,21,2,1,3],"span":[149,24,25]},{"path":[4,21,2,2],"span":[150,2,25]},{"path":[4,21,2,2,5],"span":[150,2,8]},{"path":[4,21,2,2,1],"span":[150,9,20]},{"path":[4,21,2,2,3],"span":[150,23,24]},{"path":[4,21,2,3],"span":[151,2,20]},{"path":[4,21,2,3,5],"span":[151,2,8]},{"path":[4,21,2,3,1],"span":[151,9,15]},{"path":[4,21,2,3,3],"span":[151,18,19]},{"path":[4,21,2,4],"span":[152,2,18]},{"path":[4,21,2,4,5],"span":[152,2,8]},{"path":[4,21,2,4,1],"span":[152,9,13]},{"path":[4,21,2,4,3],"span":[152,16,17]},{"path":[4,21,2,5],"span":[153,2,27]},{"path":[4,21,2,5,5],"span":[153,2,8]},{"path":[4,21,2,5,1],"span":[153,9,22]},{"path":[4,21,2,5,3],"span":[153,25,26]},{"path":[4,21,2,6],"span":[155,2,28]},{"path":[4,21,2,6,5],"span":[155,2,6]},{"path":[4,21,2,6,1],"span":[155,7,23]},{"path":[4,21,2,6,3],"span":[155,26,27]},{"path":[4,21,2,7],"span":[156,2,23]},{"path":[4,21,2,7,5],"span":[156,2,8]},{"path":[4,21,2,7,1],"span":[156,9,18]},{"path":[4,21,2,7,3],"span":[156,21,22]},{"path":[4,21,2,8],"span":[157,2,24]},{"path":[4,21,2,8,6],"span":[157,2,13]},{"path":[4,21,2,8,1],"span":[157,14,18]},{"path":[4,21,2,8,3],"span":[157,21,23]},{"path":[5,2],"span":[160,0,163,1]},{"path":[5,2,1],"span":[160,5,16]},{"path":[5,2,2,0],"span":[161,2,7]},{"path":[5,2,2,0,1],"span":[161,2,4]},{"path":[5,2,2,0,2],"span":[161,5,6]},{"path":[5,2,2,1],"span":[162,2,7]},{"path":[5,2,2,1,1],"span":[162,2,4]},{"path":[5,2,2,1,2],"span":[162,5,6]},{"path":[4,22],"span":[165,0,168,1]},{"path":[4,22,1],"span":[165,8,29]},{"path":[4,22,2,0],"span":[166,2,22]},{"path":[4,22,2,0,6],"span":[166,2,9]},{"path":[4,22,2,0,1],"span":[166,10,17]},{"path":[4,22,2,0,3],"span":[166,20,21]},{"path":[4,22,2,1],"span":[167,2,37]},{"path":[4,22,2,1,6],"span":[167,2,20]},{"path":[4,22,2,1,1],"span":[167,21,32]},{"path":[4,22,2,1,3],"span":[167,35,36]},{"path":[4,23],"span":[170,0,185,1]},{"path":[4,23,1],"span":[170,8,38]},{"path":[4,23,2,0],"span":[171,2,23]},{"path":[4,23,2,0,5],"span":[171,2,8]},{"path":[4,23,2,0,1],"span":[171,9,18]},{"path":[4,23,2,0,3],"span":[171,21,22]},{"path":[4,23,2,1],"span":[172,2,26]},{"path":[4,23,2,1,5],"span":[172,2,8]},{"path":[4,23,2,1,1],"span":[172,9,21]},{"path":[4,23,2,1,3],"span":[172,24,25]},{"path":[4,23,2,2],"span":[173,2,25]},{"path":[4,23,2,2,5],"span":[173,2,8]},{"path":[4,23,2,2,1],"span":[173,9,20]},{"path":[4,23,2,2,3],"span":[173,23,24]},{"path":[4,23,2,3],"span":[174,2,20]},{"path":[4,23,2,3,5],"span":[174,2,8]},{"path":[4,23,2,3,1],"span":[174,9,15]},{"path":[4,23,2,3,3],"span":[174,18,19]},{"path":[4,23,2,4],"span":[175,2,18]},{"path":[4,23,2,4,5],"span":[175,2,8]},{"path":[4,23,2,4,1],"span":[175,9,13]},{"path":[4,23,2,4,3],"span":[175,16,17]},{"path":[4,23,3,0],"span":[177,2,182,3]},{"path":[4,23,3,0,1],"span":[177,10,24]},{"path":[4,23,3,0,2,0],"span":[178,4,41]},{"path":[4,23,3,0,2,0,5],"span":[178,4,10]},{"path":[4,23,3,0,2,0,1],"span":[178,11,36]},{"path":[4,23,3,0,2,0,3],"span":[178,39,40]},{"path":[4,23,3,0,2,1],"span":[179,4,47]},{"path":[4,23,3,0,2,1,5],"span":[179,4,10]},{"path":[4,23,3,0,2,1,1],"span":[179,11,42]},{"path":[4,23,3,0,2,1,3],"span":[179,45,46]},{"path":[4,23,3,0,2,2],"span":[180,4,45]},{"path":[4,23,3,0,2,2,5],"span":[180,4,10]},{"path":[4,23,3,0,2,2,1],"span":[180,11,40]},{"path":[4,23,3,0,2,2,3],"span":[180,43,44]},{"path":[4,23,3,0,2,3],"span":[181,4,40]},{"path":[4,23,3,0,2,3,5],"span":[181,4,10]},{"path":[4,23,3,0,2,3,1],"span":[181,11,35]},{"path":[4,23,3,0,2,3,3],"span":[181,38,39]},{"path":[4,23,2,5],"span":[184,2,37]},{"path":[4,23,2,5,6],"span":[184,2,16]},{"path":[4,23,2,5,1],"span":[184,17,32]},{"path":[4,23,2,5,3],"span":[184,35,36]},{"path":[4,24],"span":[187,0,189,1]},{"path":[4,24,1],"span":[187,8,39]},{"path":[4,24,2,0],"span":[188,2,22]},{"path":[4,24,2,0,6],"span":[188,2,9]},{"path":[4,24,2,0,1],"span":[188,10,17]},{"path":[4,24,2,0,3],"span":[188,20,21]},{"path":[4,25],"span":[191,0,194,1]},{"path":[4,25,1],"span":[191,8,38]},{"path":[4,25,2,0],"span":[192,2,23]},{"path":[4,25,2,0,5],"span":[192,2,8]},{"path":[4,25,2,0,1],"span":[192,9,18]},{"path":[4,25,2,0,3],"span":[192,21,22]},{"path":[4,25,2,1],"span":[193,2,22]},{"path":[4,25,2,1,5],"span":[193,2,8]},{"path":[4,25,2,1,1],"span":[193,9,17]},{"path":[4,25,2,1,3],"span":[193,20,21]},{"path":[4,26],"span":[196,0,201,1]},{"path":[4,26,1],"span":[196,8,39]},{"path":[4,26,2,0],"span":[197,2,19]},{"path":[4,26,2,0,5],"span":[197,2,6]},{"path":[4,26,2,0,1],"span":[197,7,14]},{"path":[4,26,2,0,3],"span":[197,17,18]},{"path":[4,26,2,1],"span":[198,2,21]},{"path":[4,26,2,1,5],"span":[198,2,8]},{"path":[4,26,2,1,1],"span":[198,9,16]},{"path":[4,26,2,1,3],"span":[198,19,20]},{"path":[4,26,2,2],"span":[199,2,28]},{"path":[4,26,2,2,5],"span":[199,2,8]},{"path":[4,26,2,2,1],"span":[199,9,23]},{"path":[4,26,2,2,3],"span":[199,26,27]},{"path":[4,26,2,3],"span":[200,2,28]},{"path":[4,26,2,3,5],"span":[200,2,8]},{"path":[4,26,2,3,1],"span":[200,9,23]},{"path":[4,26,2,3,3],"span":[200,26,27]},{"path":[4,27],"span":[203,0,208,1]},{"path":[4,27,1],"span":[203,8,38]},{"path":[4,27,2,0],"span":[204,2,23]},{"path":[4,27,2,0,5],"span":[204,2,8]},{"path":[4,27,2,0,1],"span":[204,9,18]},{"path":[4,27,2,0,3],"span":[204,21,22]},{"path":[4,27,2,1],"span":[205,2,22]},{"path":[4,27,2,1,5],"span":[205,2,8]},{"path":[4,27,2,1,1],"span":[205,9,17]},{"path":[4,27,2,1,3],"span":[205,20,21]},{"path":[4,27,2,2],"span":[206,2,23]},{"path":[4,27,2,2,5],"span":[206,2,6]},{"path":[4,27,2,2,1],"span":[206,7,18]},{"path":[4,27,2,2,3],"span":[206,21,22]},{"path":[4,27,2,3],"span":[207,2,23]},{"path":[4,27,2,3,5],"span":[207,2,6]},{"path":[4,27,2,3,1],"span":[207,7,18]},{"path":[4,27,2,3,3],"span":[207,21,22]},{"path":[4,28],"span":[210,0,212,1]},{"path":[4,28,1],"span":[210,8,39]},{"path":[4,28,2,0],"span":[211,2,19]},{"path":[4,28,2,0,5],"span":[211,2,6]},{"path":[4,28,2,0,1],"span":[211,7,14]},{"path":[4,28,2,0,3],"span":[211,17,18]},{"path":[4,29],"span":[214,0,218,1]},{"path":[4,29,1],"span":[214,8,40]},{"path":[4,29,2,0],"span":[215,2,21]},{"path":[4,29,2,0,5],"span":[215,2,8]},{"path":[4,29,2,0,1],"span":[215,9,16]},{"path":[4,29,2,0,3],"span":[215,19,20]},{"path":[4,29,2,1],"span":[216,2,34]},{"path":[4,29,2,1,4],"span":[216,2,10]},{"path":[4,29,2,1,5],"span":[216,11,17]},{"path":[4,29,2,1,1],"span":[216,18,29]},{"path":[4,29,2,1,3],"span":[216,32,33]},{"path":[4,29,2,2],"span":[217,2,21]},{"path":[4,29,2,2,5],"span":[217,2,8]},{"path":[4,29,2,2,1],"span":[217,9,16]},{"path":[4,29,2,2,3],"span":[217,19,20]},{"path":[4,30],"span":[220,0,226,1]},{"path":[4,30,1],"span":[220,8,41]},{"path":[4,30,3,0],"span":[221,2,224,3]},{"path":[4,30,3,0,1],"span":[221,10,16]},{"path":[4,30,3,0,2,0],"span":[222,4,26]},{"path":[4,30,3,0,2,0,5],"span":[222,4,10]},{"path":[4,30,3,0,2,0,1],"span":[222,11,21]},{"path":[4,30,3,0,2,0,3],"span":[222,24,25]},{"path":[4,30,3,0,2,1],"span":[223,4,20]},{"path":[4,30,3,0,2,1,5],"span":[223,4,8]},{"path":[4,30,3,0,2,1,1],"span":[223,9,15]},{"path":[4,30,3,0,2,1,3],"span":[223,18,19]},{"path":[4,30,2,0],"span":[225,2,29]},{"path":[4,30,2,0,4],"span":[225,2,10]},{"path":[4,30,2,0,6],"span":[225,11,17]},{"path":[4,30,2,0,1],"span":[225,18,24]},{"path":[4,30,2,0,3],"span":[225,27,28]},{"path":[4,31],"span":[228,0,231,1]},{"path":[4,31,1],"span":[228,8,46]},{"path":[4,31,2,0],"span":[229,2,21]},{"path":[4,31,2,0,5],"span":[229,2,8]},{"path":[4,31,2,0,1],"span":[229,9,16]},{"path":[4,31,2,0,3],"span":[229,19,20]},{"path":[4,31,2,1],"span":[230,2,23]},{"path":[4,31,2,1,5],"span":[230,2,8]},{"path":[4,31,2,1,1],"span":[230,9,18]},{"path":[4,31,2,1,3],"span":[230,21,22]},{"path":[4,32],"span":[233,0,235,1]},{"path":[4,32,1],"span":[233,8,47]},{"path":[4,32,2,0],"span":[234,2,31]},{"path":[4,32,2,0,4],"span":[234,2,10]},{"path":[4,32,2,0,6],"span":[234,11,18]},{"path":[4,32,2,0,1],"span":[234,19,26]},{"path":[4,32,2,0,3],"span":[234,29,30]},{"path":[4,33],"span":[237,0,240,1]},{"path":[4,33,1],"span":[237,8,33]},{"path":[4,33,2,0],"span":[238,2,21]},{"path":[4,33,2,0,5],"span":[238,2,8]},{"path":[4,33,2,0,1],"span":[238,9,16]},{"path":[4,33,2,0,3],"span":[238,19,20]},{"path":[4,33,2,1],"span":[239,2,24]},{"path":[4,33,2,1,5],"span":[239,2,8]},{"path":[4,33,2,1,1],"span":[239,9,19]},{"path":[4,33,2,1,3],"span":[239,22,23]},{"path":[4,34],"span":[242,0,260,1]},{"path":[4,34,1],"span":[242,8,34]},{"path":[4,34,3,0],"span":[243,2,246,3]},{"path":[4,34,3,0,1],"span":[243,10,29]},{"path":[4,34,3,0,2,0],"span":[244,4,19]},{"path":[4,34,3,0,2,0,5],"span":[244,4,10]},{"path":[4,34,3,0,2,0,1],"span":[244,11,14]},{"path":[4,34,3,0,2,0,3],"span":[244,17,18]},{"path":[4,34,3,0,2,1],"span":[245,4,34]},{"path":[4,34,3,0,2,1,5],"span":[245,4,9]},{"path":[4,34,3,0,2,1,1],"span":[245,10,29]},{"path":[4,34,3,0,2,1,3],"span":[245,32,33]},{"path":[4,34,3,1],"span":[248,2,250,3]},{"path":[4,34,3,1,1],"span":[248,10,15]},{"path":[4,34,3,1,2,0],"span":[249,4,18]},{"path":[4,34,3,1,2,0,5],"span":[249,4,10]},{"path":[4,34,3,1,2,0,1],"span":[249,11,13]},{"path":[4,34,3,1,2,0,3],"span":[249,16,17]},{"path":[4,34,3,2],"span":[252,2,257,3]},{"path":[4,34,3,2,1],"span":[252,10,14]},{"path":[4,34,3,2,2,0],"span":[253,4,18]},{"path":[4,34,3,2,2,0,5],"span":[253,4,10]},{"path":[4,34,3,2,2,0,1],"span":[253,11,13]},{"path":[4,34,3,2,2,0,3],"span":[253,16,17]},{"path":[4,34,3,2,2,1],"span":[254,4,45]},{"path":[4,34,3,2,2,1,4],"span":[254,4,12]},{"path":[4,34,3,2,2,1,6],"span":[254,13,32]},{"path":[4,34,3,2,2,1,1],"span":[254,33,40]},{"path":[4,34,3,2,2,1,3],"span":[254,43,44]},{"path":[4,34,3,2,2,2],"span":[255,4,39]},{"path":[4,34,3,2,2,2,4],"span":[255,4,12]},{"path":[4,34,3,2,2,2,6],"span":[255,13,20]},{"path":[4,34,3,2,2,2,1],"span":[255,21,34]},{"path":[4,34,3,2,2,2,3],"span":[255,37,38]},{"path":[4,34,3,2,2,3],"span":[256,4,30]},{"path":[4,34,3,2,2,3,4],"span":[256,4,12]},{"path":[4,34,3,2,2,3,6],"span":[256,13,18]},{"path":[4,34,3,2,2,3,1],"span":[256,19,25]},{"path":[4,34,3,2,2,3,3],"span":[256,28,29]},{"path":[4,34,2,0],"span":[259,2,26]},{"path":[4,34,2,0,4],"span":[259,2,10]},{"path":[4,34,2,0,6],"span":[259,11,15]},{"path":[4,34,2,0,1],"span":[259,16,21]},{"path":[4,34,2,0,3],"span":[259,24,25]},{"path":[4,35],"span":[262,0,264,1]},{"path":[4,35,1],"span":[262,8,53]},{"path":[4,35,2,0],"span":[263,2,35]},{"path":[4,35,2,0,5],"span":[263,2,8]},{"path":[4,35,2,0,1],"span":[263,9,30]},{"path":[4,35,2,0,3],"span":[263,33,34]},{"path":[4,36],"span":[266,0,269,1]},{"path":[4,36,1],"span":[266,8,54]},{"path":[4,36,2,0],"span":[267,2,21]},{"path":[4,36,2,0,5],"span":[267,2,8]},{"path":[4,36,2,0,1],"span":[267,9,16]},{"path":[4,36,2,0,3],"span":[267,19,20]},{"path":[4,36,2,1],"span":[268,2,28]},{"path":[4,36,2,1,5],"span":[268,2,8]},{"path":[4,36,2,1,1],"span":[268,9,23]},{"path":[4,36,2,1,3],"span":[268,26,27]},{"path":[4,37],"span":[271,0,288,1]},{"path":[4,37,1],"span":[271,8,34]},{"path":[4,37,2,0],"span":[272,2,30]},{"path":[4,37,2,0,5],"span":[272,2,8]},{"path":[4,37,2,0,1],"span":[272,9,25]},{"path":[4,37,2,0,3],"span":[272,28,29]},{"path":[4,37,2,1],"span":[273,2,39]},{"path":[4,37,2,1,5],"span":[273,2,8]},{"path":[4,37,2,1,1],"span":[273,9,14]},{"path":[4,37,2,1,3],"span":[273,17,18]},{"path":[4,37,2,1,8],"span":[273,19,38]},{"path":[4,37,2,1,8,3],"span":[273,20,37]},{"path":[4,37,3,0],"span":[275,2,280,3]},{"path":[4,37,3,0,1],"span":[275,10,22]},{"path":[4,37,3,0,2,0],"span":[276,4,20]},{"path":[4,37,3,0,2,0,5],"span":[276,4,10]},{"path":[4,37,3,0,2,0,1],"span":[276,11,15]},{"path":[4,37,3,0,2,0,3],"span":[276,18,19]},{"path":[4,37,3,0,2,1],"span":[277,4,44]},{"path":[4,37,3,0,2,1,5],"span":[277,4,10]},{"path":[4,37,3,0,2,1,1],"span":[277,11,19]},{"path":[4,37,3,0,2,1,3],"span":[277,22,23]},{"path":[4,37,3,0,2,1,8],"span":[277,24,43]},{"path":[4,37,3,0,2,1,8,3],"span":[277,25,42]},{"path":[4,37,3,0,2,2],"span":[278,4,25]},{"path":[4,37,3,0,2,2,5],"span":[278,4,10]},{"path":[4,37,3,0,2,2,1],"span":[278,11,20]},{"path":[4,37,3,0,2,2,3],"span":[278,23,24]},{"path":[4,37,3,0,2,3],"span":[279,4,23]},{"path":[4,37,3,0,2,3,5],"span":[279,4,10]},{"path":[4,37,3,0,2,3,1],"span":[279,11,18]},{"path":[4,37,3,0,2,3,3],"span":[279,21,22]},{"path":[4,37,2,2],"span":[281,2,35]},{"path":[4,37,2,2,4],"span":[281,2,10]},{"path":[4,37,2,2,6],"span":[281,11,23]},{"path":[4,37,2,2,1],"span":[281,24,30]},{"path":[4,37,2,2,3],"span":[281,33,34]},{"path":[4,37,2,3],"span":[283,2,25]},{"path":[4,37,2,3,5],"span":[283,2,8]},{"path":[4,37,2,3,1],"span":[283,9,20]},{"path":[4,37,2,3,3],"span":[283,23,24]},{"path":[4,37,2,4],"span":[284,2,26]},{"path":[4,37,2,4,5],"span":[284,2,8]},{"path":[4,37,2,4,1],"span":[284,9,21]},{"path":[4,37,2,4,3],"span":[284,24,25]},{"path":[4,37,2,5],"span":[285,2,45]},{"path":[4,37,2,5,5],"span":[285,2,8]},{"path":[4,37,2,5,1],"span":[285,9,20]},{"path":[4,37,2,5,3],"span":[285,23,24]},{"path":[4,37,2,5,8],"span":[285,25,44]},{"path":[4,37,2,5,8,3],"span":[285,26,43]},{"path":[4,37,2,6],"span":[286,2,24]},{"path":[4,37,2,6,5],"span":[286,2,8]},{"path":[4,37,2,6,1],"span":[286,9,19]},{"path":[4,37,2,6,3],"span":[286,22,23]},{"path":[4,37,2,7],"span":[287,2,28]},{"path":[4,37,2,7,5],"span":[287,2,8]},{"path":[4,37,2,7,1],"span":[287,9,23]},{"path":[4,37,2,7,3],"span":[287,26,27]},{"path":[4,38],"span":[290,0,292,1]},{"path":[4,38,1],"span":[290,8,35]},{"path":[4,38,2,0],"span":[291,2,21]},{"path":[4,38,2,0,5],"span":[291,2,6]},{"path":[4,38,2,0,1],"span":[291,7,16]},{"path":[4,38,2,0,3],"span":[291,19,20]},{"path":[4,39],"span":[294,0,296,1]},{"path":[4,39,1],"span":[294,8,12]},{"path":[4,39,2,0],"span":[295,2,16]},{"path":[4,39,2,0,5],"span":[295,2,8]},{"path":[4,39,2,0,1],"span":[295,9,11]},{"path":[4,39,2,0,3],"span":[295,14,15]},{"path":[4,40],"span":[298,0,301,1]},{"path":[4,40,1],"span":[298,8,30]},{"path":[4,40,2,0],"span":[299,2,28]},{"path":[4,40,2,0,5],"span":[299,2,8]},{"path":[4,40,2,0,1],"span":[299,9,23]},{"path":[4,40,2,0,3],"span":[299,26,27]},{"path":[4,40,2,1],"span":[300,2,22]},{"path":[4,40,2,1,5],"span":[300,2,8]},{"path":[4,40,2,1,1],"span":[300,9,17]},{"path":[4,40,2,1,3],"span":[300,20,21]},{"path":[4,41],"span":[303,0,305,1]},{"path":[4,41,1],"span":[303,8,31]},{"path":[4,41,2,0],"span":[304,2,25]},{"path":[4,41,2,0,4],"span":[304,2,10]},{"path":[4,41,2,0,6],"span":[304,11,15]},{"path":[4,41,2,0,1],"span":[304,16,20]},{"path":[4,41,2,0,3],"span":[304,23,24]},{"path":[6,0],"span":[307,0,343,1]},{"path":[6,0,1],"span":[307,8,19]},{"path":[6,0,2,0],"span":[308,2,121]},{"path":[6,0,2,0,1],"span":[308,6,34]},{"path":[6,0,2,0,2],"span":[308,35,70]},{"path":[6,0,2,0,3],"span":[308,81,117]},{"path":[6,0,2,1],"span":[310,2,100]},{"path":[6,0,2,1,1],"span":[310,6,27]},{"path":[6,0,2,1,2],"span":[310,28,56]},{"path":[6,0,2,1,3],"span":[310,67,96]},{"path":[6,0,2,2],"span":[312,2,106]},{"path":[6,0,2,2,1],"span":[312,6,29]},{"path":[6,0,2,2,2],"span":[312,30,60]},{"path":[6,0,2,2,3],"span":[312,71,102]},{"path":[6,0,2,3],"span":[314,2,115]},{"path":[6,0,2,3,1],"span":[314,6,32]},{"path":[6,0,2,3,2],"span":[314,33,66]},{"path":[6,0,2,3,3],"span":[314,77,111]},{"path":[6,0,2,4],"span":[316,2,76]},{"path":[6,0,2,4,1],"span":[316,6,19]},{"path":[6,0,2,4,2],"span":[316,20,40]},{"path":[6,0,2,4,3],"span":[316,51,72]},{"path":[6,0,2,5],"span":[318,2,76]},{"path":[6,0,2,5,1],"span":[318,6,19]},{"path":[6,0,2,5,2],"span":[318,20,40]},{"path":[6,0,2,5,3],"span":[318,51,72]},{"path":[6,0,2,6],"span":[320,2,88]},{"path":[6,0,2,6,1],"span":[320,6,23]},{"path":[6,0,2,6,2],"span":[320,24,48]},{"path":[6,0,2,6,3],"span":[320,59,84]},{"path":[6,0,2,7],"span":[322,2,97]},{"path":[6,0,2,7,1],"span":[322,6,28]},{"path":[6,0,2,7,2],"span":[322,29,58]},{"path":[6,0,2,7,3],"span":[322,69,93]},{"path":[6,0,2,8],"span":[324,2,97]},{"path":[6,0,2,8,1],"span":[324,6,26]},{"path":[6,0,2,8,2],"span":[324,27,54]},{"path":[6,0,2,8,3],"span":[324,65,93]},{"path":[6,0,2,9],"span":[326,2,106]},{"path":[6,0,2,9,1],"span":[326,6,29]},{"path":[6,0,2,9,2],"span":[326,30,60]},{"path":[6,0,2,9,3],"span":[326,71,102]},{"path":[6,0,2,10],"span":[328,2,106]},{"path":[6,0,2,10,1],"span":[328,6,29]},{"path":[6,0,2,10,2],"span":[328,30,60]},{"path":[6,0,2,10,3],"span":[328,71,102]},{"path":[6,0,2,11],"span":[330,2,106]},{"path":[6,0,2,11,1],"span":[330,6,29]},{"path":[6,0,2,11,2],"span":[330,30,60]},{"path":[6,0,2,11,3],"span":[330,71,102]},{"path":[6,0,2,12],"span":[332,2,112]},{"path":[6,0,2,12,1],"span":[332,6,31]},{"path":[6,0,2,12,2],"span":[332,32,64]},{"path":[6,0,2,12,3],"span":[332,75,108]},{"path":[6,0,2,13],"span":[334,2,130]},{"path":[6,0,2,13,1],"span":[334,6,37]},{"path":[6,0,2,13,2],"span":[334,38,76]},{"path":[6,0,2,13,3],"span":[334,87,126]},{"path":[6,0,2,14],"span":[336,2,91]},{"path":[6,0,2,14,1],"span":[336,6,24]},{"path":[6,0,2,14,2],"span":[336,25,50]},{"path":[6,0,2,14,3],"span":[336,61,87]},{"path":[6,0,2,15],"span":[338,2,151]},{"path":[6,0,2,15,1],"span":[338,6,44]},{"path":[6,0,2,15,2],"span":[338,45,90]},{"path":[6,0,2,15,3],"span":[338,101,147]},{"path":[6,0,2,16],"span":[340,2,99]},{"path":[6,0,2,16,1],"span":[340,6,30]},{"path":[6,0,2,16,2],"span":[340,31,57]},{"path":[6,0,2,16,3],"span":[340,68,95]},{"path":[6,0,2,17],"span":[342,2,100]},{"path":[6,0,2,17,1],"span":[342,6,39]},{"path":[6,0,2,17,2],"span":[342,40,62]},{"path":[6,0,2,17,3],"span":[342,73,96]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -25,6 +25,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
25
25
|
getUserPermissions: IMultitenantService_IGetUserPermissions;
|
|
26
26
|
validateApplicationPersonalAccessToken: IMultitenantService_IValidateApplicationPersonalAccessToken;
|
|
27
27
|
sendDisabledWebhookEmail: IMultitenantService_ISendDisabledWebhookEmail;
|
|
28
|
+
getAuthorizedSitesByApplicationId: IMultitenantService_IGetAuthorizedSitesByApplicationId;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
|
|
@@ -180,6 +181,15 @@ interface IMultitenantService_ISendDisabledWebhookEmail extends grpc.MethodDefin
|
|
|
180
181
|
responseSerialize: grpc.serialize<multitenant_pb.DisableWebhookEmailResponse>;
|
|
181
182
|
responseDeserialize: grpc.deserialize<multitenant_pb.DisableWebhookEmailResponse>;
|
|
182
183
|
}
|
|
184
|
+
interface IMultitenantService_IGetAuthorizedSitesByApplicationId extends grpc.MethodDefinition<multitenant_pb.AuthorizedSitesRequest, multitenant_pb.AuthorizedSitesResponse> {
|
|
185
|
+
path: "/lansweeper.multitenant.v1.Multitenant/GetAuthorizedSitesByApplicationId";
|
|
186
|
+
requestStream: false;
|
|
187
|
+
responseStream: false;
|
|
188
|
+
requestSerialize: grpc.serialize<multitenant_pb.AuthorizedSitesRequest>;
|
|
189
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.AuthorizedSitesRequest>;
|
|
190
|
+
responseSerialize: grpc.serialize<multitenant_pb.AuthorizedSitesResponse>;
|
|
191
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.AuthorizedSitesResponse>;
|
|
192
|
+
}
|
|
183
193
|
|
|
184
194
|
export const MultitenantService: IMultitenantService;
|
|
185
195
|
|
|
@@ -201,6 +211,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
201
211
|
getUserPermissions: grpc.handleUnaryCall<multitenant_pb.GetUserPermissionsRequest, multitenant_pb.GetUserPermissionsResponse>;
|
|
202
212
|
validateApplicationPersonalAccessToken: grpc.handleUnaryCall<multitenant_pb.ValidateApplicationPersonalAccessTokenRequest, multitenant_pb.ValidateApplicationPersonalAccessTokenResponse>;
|
|
203
213
|
sendDisabledWebhookEmail: grpc.handleUnaryCall<multitenant_pb.DisableWebhookEmailRequest, multitenant_pb.DisableWebhookEmailResponse>;
|
|
214
|
+
getAuthorizedSitesByApplicationId: grpc.handleUnaryCall<multitenant_pb.AuthorizedSitesRequest, multitenant_pb.AuthorizedSitesResponse>;
|
|
204
215
|
}
|
|
205
216
|
|
|
206
217
|
export interface IMultitenantClient {
|
|
@@ -255,6 +266,9 @@ export interface IMultitenantClient {
|
|
|
255
266
|
sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
256
267
|
sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
257
268
|
sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
269
|
+
getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
270
|
+
getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
271
|
+
getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
258
272
|
}
|
|
259
273
|
|
|
260
274
|
export class MultitenantClient extends grpc.Client implements IMultitenantClient {
|
|
@@ -310,4 +324,7 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
310
324
|
public sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
311
325
|
public sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
312
326
|
public sendDisabledWebhookEmail(request: multitenant_pb.DisableWebhookEmailRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.DisableWebhookEmailResponse) => void): grpc.ClientUnaryCall;
|
|
327
|
+
public getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
328
|
+
public getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
329
|
+
public getAuthorizedSitesByApplicationId(request: multitenant_pb.AuthorizedSitesRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AuthorizedSitesResponse) => void): grpc.ClientUnaryCall;
|
|
313
330
|
}
|
|
@@ -4,6 +4,28 @@
|
|
|
4
4
|
var grpc = require('@grpc/grpc-js');
|
|
5
5
|
var multitenant_pb = require('./multitenant_pb.js');
|
|
6
6
|
|
|
7
|
+
function serialize_lansweeper_multitenant_v1_AuthorizedSitesRequest(arg) {
|
|
8
|
+
if (!(arg instanceof multitenant_pb.AuthorizedSitesRequest)) {
|
|
9
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.AuthorizedSitesRequest');
|
|
10
|
+
}
|
|
11
|
+
return Buffer.from(arg.serializeBinary());
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function deserialize_lansweeper_multitenant_v1_AuthorizedSitesRequest(buffer_arg) {
|
|
15
|
+
return multitenant_pb.AuthorizedSitesRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function serialize_lansweeper_multitenant_v1_AuthorizedSitesResponse(arg) {
|
|
19
|
+
if (!(arg instanceof multitenant_pb.AuthorizedSitesResponse)) {
|
|
20
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.AuthorizedSitesResponse');
|
|
21
|
+
}
|
|
22
|
+
return Buffer.from(arg.serializeBinary());
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function deserialize_lansweeper_multitenant_v1_AuthorizedSitesResponse(buffer_arg) {
|
|
26
|
+
return multitenant_pb.AuthorizedSitesResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
27
|
+
}
|
|
28
|
+
|
|
7
29
|
function serialize_lansweeper_multitenant_v1_CheckAccessToSiteByAccountIdRequest(arg) {
|
|
8
30
|
if (!(arg instanceof multitenant_pb.CheckAccessToSiteByAccountIdRequest)) {
|
|
9
31
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest');
|
|
@@ -567,6 +589,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
567
589
|
responseSerialize: serialize_lansweeper_multitenant_v1_DisableWebhookEmailResponse,
|
|
568
590
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_DisableWebhookEmailResponse,
|
|
569
591
|
},
|
|
592
|
+
getAuthorizedSitesByApplicationId: {
|
|
593
|
+
path: '/lansweeper.multitenant.v1.Multitenant/GetAuthorizedSitesByApplicationId',
|
|
594
|
+
requestStream: false,
|
|
595
|
+
responseStream: false,
|
|
596
|
+
requestType: multitenant_pb.AuthorizedSitesRequest,
|
|
597
|
+
responseType: multitenant_pb.AuthorizedSitesResponse,
|
|
598
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_AuthorizedSitesRequest,
|
|
599
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_AuthorizedSitesRequest,
|
|
600
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_AuthorizedSitesResponse,
|
|
601
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_AuthorizedSitesResponse,
|
|
602
|
+
},
|
|
570
603
|
};
|
|
571
604
|
|
|
572
605
|
exports.MultitenantClient = grpc.makeGenericClientConstructor(MultitenantService);
|
|
@@ -1256,6 +1256,71 @@ export namespace DisableWebhookEmailResponse {
|
|
|
1256
1256
|
}
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
+
export class Site extends jspb.Message {
|
|
1260
|
+
getId(): string;
|
|
1261
|
+
setId(value: string): Site;
|
|
1262
|
+
|
|
1263
|
+
serializeBinary(): Uint8Array;
|
|
1264
|
+
toObject(includeInstance?: boolean): Site.AsObject;
|
|
1265
|
+
static toObject(includeInstance: boolean, msg: Site): Site.AsObject;
|
|
1266
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1267
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1268
|
+
static serializeBinaryToWriter(message: Site, writer: jspb.BinaryWriter): void;
|
|
1269
|
+
static deserializeBinary(bytes: Uint8Array): Site;
|
|
1270
|
+
static deserializeBinaryFromReader(message: Site, reader: jspb.BinaryReader): Site;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export namespace Site {
|
|
1274
|
+
export type AsObject = {
|
|
1275
|
+
id: string,
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
export class AuthorizedSitesRequest extends jspb.Message {
|
|
1280
|
+
getApplicationId(): string;
|
|
1281
|
+
setApplicationId(value: string): AuthorizedSitesRequest;
|
|
1282
|
+
getTraceId(): string;
|
|
1283
|
+
setTraceId(value: string): AuthorizedSitesRequest;
|
|
1284
|
+
|
|
1285
|
+
serializeBinary(): Uint8Array;
|
|
1286
|
+
toObject(includeInstance?: boolean): AuthorizedSitesRequest.AsObject;
|
|
1287
|
+
static toObject(includeInstance: boolean, msg: AuthorizedSitesRequest): AuthorizedSitesRequest.AsObject;
|
|
1288
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1289
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1290
|
+
static serializeBinaryToWriter(message: AuthorizedSitesRequest, writer: jspb.BinaryWriter): void;
|
|
1291
|
+
static deserializeBinary(bytes: Uint8Array): AuthorizedSitesRequest;
|
|
1292
|
+
static deserializeBinaryFromReader(message: AuthorizedSitesRequest, reader: jspb.BinaryReader): AuthorizedSitesRequest;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
export namespace AuthorizedSitesRequest {
|
|
1296
|
+
export type AsObject = {
|
|
1297
|
+
applicationId: string,
|
|
1298
|
+
traceId: string,
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export class AuthorizedSitesResponse extends jspb.Message {
|
|
1303
|
+
clearSiteList(): void;
|
|
1304
|
+
getSiteList(): Array<Site>;
|
|
1305
|
+
setSiteList(value: Array<Site>): AuthorizedSitesResponse;
|
|
1306
|
+
addSite(value?: Site, index?: number): Site;
|
|
1307
|
+
|
|
1308
|
+
serializeBinary(): Uint8Array;
|
|
1309
|
+
toObject(includeInstance?: boolean): AuthorizedSitesResponse.AsObject;
|
|
1310
|
+
static toObject(includeInstance: boolean, msg: AuthorizedSitesResponse): AuthorizedSitesResponse.AsObject;
|
|
1311
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1312
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1313
|
+
static serializeBinaryToWriter(message: AuthorizedSitesResponse, writer: jspb.BinaryWriter): void;
|
|
1314
|
+
static deserializeBinary(bytes: Uint8Array): AuthorizedSitesResponse;
|
|
1315
|
+
static deserializeBinaryFromReader(message: AuthorizedSitesResponse, reader: jspb.BinaryReader): AuthorizedSitesResponse;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
export namespace AuthorizedSitesResponse {
|
|
1319
|
+
export type AsObject = {
|
|
1320
|
+
siteList: Array<Site.AsObject>,
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1259
1324
|
export enum SiteMode {
|
|
1260
1325
|
UNESPECIFIED = 0,
|
|
1261
1326
|
CLOUD_NATIVE = 1,
|
|
@@ -15,6 +15,8 @@ var jspb = require('google-protobuf');
|
|
|
15
15
|
var goog = jspb;
|
|
16
16
|
var global = Function('return this')();
|
|
17
17
|
|
|
18
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.AuthorizedSitesRequest', null, global);
|
|
19
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.AuthorizedSitesResponse', null, global);
|
|
18
20
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest', null, global);
|
|
19
21
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo', null, global);
|
|
20
22
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse', null, global);
|
|
@@ -58,6 +60,7 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResp
|
|
|
58
60
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result', null, global);
|
|
59
61
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.RotateInstallByClientIdRequest', null, global);
|
|
60
62
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse', null, global);
|
|
63
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.Site', null, global);
|
|
61
64
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.SiteMode', null, global);
|
|
62
65
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest', null, global);
|
|
63
66
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse', null, global);
|
|
@@ -1074,6 +1077,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1074
1077
|
*/
|
|
1075
1078
|
proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse.displayName = 'proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse';
|
|
1076
1079
|
}
|
|
1080
|
+
/**
|
|
1081
|
+
* Generated by JsPbCodeGenerator.
|
|
1082
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1083
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1084
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1085
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1086
|
+
* valid.
|
|
1087
|
+
* @extends {jspb.Message}
|
|
1088
|
+
* @constructor
|
|
1089
|
+
*/
|
|
1090
|
+
proto.lansweeper.multitenant.v1.Site = function(opt_data) {
|
|
1091
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1092
|
+
};
|
|
1093
|
+
goog.inherits(proto.lansweeper.multitenant.v1.Site, jspb.Message);
|
|
1094
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1095
|
+
/**
|
|
1096
|
+
* @public
|
|
1097
|
+
* @override
|
|
1098
|
+
*/
|
|
1099
|
+
proto.lansweeper.multitenant.v1.Site.displayName = 'proto.lansweeper.multitenant.v1.Site';
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* Generated by JsPbCodeGenerator.
|
|
1103
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1104
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1105
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1106
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1107
|
+
* valid.
|
|
1108
|
+
* @extends {jspb.Message}
|
|
1109
|
+
* @constructor
|
|
1110
|
+
*/
|
|
1111
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest = function(opt_data) {
|
|
1112
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1113
|
+
};
|
|
1114
|
+
goog.inherits(proto.lansweeper.multitenant.v1.AuthorizedSitesRequest, jspb.Message);
|
|
1115
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1116
|
+
/**
|
|
1117
|
+
* @public
|
|
1118
|
+
* @override
|
|
1119
|
+
*/
|
|
1120
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.displayName = 'proto.lansweeper.multitenant.v1.AuthorizedSitesRequest';
|
|
1121
|
+
}
|
|
1122
|
+
/**
|
|
1123
|
+
* Generated by JsPbCodeGenerator.
|
|
1124
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1125
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1126
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1127
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1128
|
+
* valid.
|
|
1129
|
+
* @extends {jspb.Message}
|
|
1130
|
+
* @constructor
|
|
1131
|
+
*/
|
|
1132
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse = function(opt_data) {
|
|
1133
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.repeatedFields_, null);
|
|
1134
|
+
};
|
|
1135
|
+
goog.inherits(proto.lansweeper.multitenant.v1.AuthorizedSitesResponse, jspb.Message);
|
|
1136
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
* @override
|
|
1140
|
+
*/
|
|
1141
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.displayName = 'proto.lansweeper.multitenant.v1.AuthorizedSitesResponse';
|
|
1142
|
+
}
|
|
1077
1143
|
|
|
1078
1144
|
|
|
1079
1145
|
|
|
@@ -10080,6 +10146,456 @@ proto.lansweeper.multitenant.v1.DisableWebhookEmailResponse.prototype.setMailSen
|
|
|
10080
10146
|
};
|
|
10081
10147
|
|
|
10082
10148
|
|
|
10149
|
+
|
|
10150
|
+
|
|
10151
|
+
|
|
10152
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10153
|
+
/**
|
|
10154
|
+
* Creates an object representation of this proto.
|
|
10155
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
10156
|
+
* Optional fields that are not set will be set to undefined.
|
|
10157
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
10158
|
+
* For the list of reserved names please see:
|
|
10159
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
10160
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
10161
|
+
* JSPB instance for transitional soy proto support:
|
|
10162
|
+
* http://goto/soy-param-migration
|
|
10163
|
+
* @return {!Object}
|
|
10164
|
+
*/
|
|
10165
|
+
proto.lansweeper.multitenant.v1.Site.prototype.toObject = function(opt_includeInstance) {
|
|
10166
|
+
return proto.lansweeper.multitenant.v1.Site.toObject(opt_includeInstance, this);
|
|
10167
|
+
};
|
|
10168
|
+
|
|
10169
|
+
|
|
10170
|
+
/**
|
|
10171
|
+
* Static version of the {@see toObject} method.
|
|
10172
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
10173
|
+
* the JSPB instance for transitional soy proto support:
|
|
10174
|
+
* http://goto/soy-param-migration
|
|
10175
|
+
* @param {!proto.lansweeper.multitenant.v1.Site} msg The msg instance to transform.
|
|
10176
|
+
* @return {!Object}
|
|
10177
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10178
|
+
*/
|
|
10179
|
+
proto.lansweeper.multitenant.v1.Site.toObject = function(includeInstance, msg) {
|
|
10180
|
+
var f, obj = {
|
|
10181
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
10182
|
+
};
|
|
10183
|
+
|
|
10184
|
+
if (includeInstance) {
|
|
10185
|
+
obj.$jspbMessageInstance = msg;
|
|
10186
|
+
}
|
|
10187
|
+
return obj;
|
|
10188
|
+
};
|
|
10189
|
+
}
|
|
10190
|
+
|
|
10191
|
+
|
|
10192
|
+
/**
|
|
10193
|
+
* Deserializes binary data (in protobuf wire format).
|
|
10194
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
10195
|
+
* @return {!proto.lansweeper.multitenant.v1.Site}
|
|
10196
|
+
*/
|
|
10197
|
+
proto.lansweeper.multitenant.v1.Site.deserializeBinary = function(bytes) {
|
|
10198
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
10199
|
+
var msg = new proto.lansweeper.multitenant.v1.Site;
|
|
10200
|
+
return proto.lansweeper.multitenant.v1.Site.deserializeBinaryFromReader(msg, reader);
|
|
10201
|
+
};
|
|
10202
|
+
|
|
10203
|
+
|
|
10204
|
+
/**
|
|
10205
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
10206
|
+
* given reader into the given message object.
|
|
10207
|
+
* @param {!proto.lansweeper.multitenant.v1.Site} msg The message object to deserialize into.
|
|
10208
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
10209
|
+
* @return {!proto.lansweeper.multitenant.v1.Site}
|
|
10210
|
+
*/
|
|
10211
|
+
proto.lansweeper.multitenant.v1.Site.deserializeBinaryFromReader = function(msg, reader) {
|
|
10212
|
+
while (reader.nextField()) {
|
|
10213
|
+
if (reader.isEndGroup()) {
|
|
10214
|
+
break;
|
|
10215
|
+
}
|
|
10216
|
+
var field = reader.getFieldNumber();
|
|
10217
|
+
switch (field) {
|
|
10218
|
+
case 1:
|
|
10219
|
+
var value = /** @type {string} */ (reader.readString());
|
|
10220
|
+
msg.setId(value);
|
|
10221
|
+
break;
|
|
10222
|
+
default:
|
|
10223
|
+
reader.skipField();
|
|
10224
|
+
break;
|
|
10225
|
+
}
|
|
10226
|
+
}
|
|
10227
|
+
return msg;
|
|
10228
|
+
};
|
|
10229
|
+
|
|
10230
|
+
|
|
10231
|
+
/**
|
|
10232
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
10233
|
+
* @return {!Uint8Array}
|
|
10234
|
+
*/
|
|
10235
|
+
proto.lansweeper.multitenant.v1.Site.prototype.serializeBinary = function() {
|
|
10236
|
+
var writer = new jspb.BinaryWriter();
|
|
10237
|
+
proto.lansweeper.multitenant.v1.Site.serializeBinaryToWriter(this, writer);
|
|
10238
|
+
return writer.getResultBuffer();
|
|
10239
|
+
};
|
|
10240
|
+
|
|
10241
|
+
|
|
10242
|
+
/**
|
|
10243
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
10244
|
+
* format), writing to the given BinaryWriter.
|
|
10245
|
+
* @param {!proto.lansweeper.multitenant.v1.Site} message
|
|
10246
|
+
* @param {!jspb.BinaryWriter} writer
|
|
10247
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10248
|
+
*/
|
|
10249
|
+
proto.lansweeper.multitenant.v1.Site.serializeBinaryToWriter = function(message, writer) {
|
|
10250
|
+
var f = undefined;
|
|
10251
|
+
f = message.getId();
|
|
10252
|
+
if (f.length > 0) {
|
|
10253
|
+
writer.writeString(
|
|
10254
|
+
1,
|
|
10255
|
+
f
|
|
10256
|
+
);
|
|
10257
|
+
}
|
|
10258
|
+
};
|
|
10259
|
+
|
|
10260
|
+
|
|
10261
|
+
/**
|
|
10262
|
+
* optional string id = 1;
|
|
10263
|
+
* @return {string}
|
|
10264
|
+
*/
|
|
10265
|
+
proto.lansweeper.multitenant.v1.Site.prototype.getId = function() {
|
|
10266
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
10267
|
+
};
|
|
10268
|
+
|
|
10269
|
+
|
|
10270
|
+
/**
|
|
10271
|
+
* @param {string} value
|
|
10272
|
+
* @return {!proto.lansweeper.multitenant.v1.Site} returns this
|
|
10273
|
+
*/
|
|
10274
|
+
proto.lansweeper.multitenant.v1.Site.prototype.setId = function(value) {
|
|
10275
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
10276
|
+
};
|
|
10277
|
+
|
|
10278
|
+
|
|
10279
|
+
|
|
10280
|
+
|
|
10281
|
+
|
|
10282
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10283
|
+
/**
|
|
10284
|
+
* Creates an object representation of this proto.
|
|
10285
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
10286
|
+
* Optional fields that are not set will be set to undefined.
|
|
10287
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
10288
|
+
* For the list of reserved names please see:
|
|
10289
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
10290
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
10291
|
+
* JSPB instance for transitional soy proto support:
|
|
10292
|
+
* http://goto/soy-param-migration
|
|
10293
|
+
* @return {!Object}
|
|
10294
|
+
*/
|
|
10295
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
10296
|
+
return proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.toObject(opt_includeInstance, this);
|
|
10297
|
+
};
|
|
10298
|
+
|
|
10299
|
+
|
|
10300
|
+
/**
|
|
10301
|
+
* Static version of the {@see toObject} method.
|
|
10302
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
10303
|
+
* the JSPB instance for transitional soy proto support:
|
|
10304
|
+
* http://goto/soy-param-migration
|
|
10305
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest} msg The msg instance to transform.
|
|
10306
|
+
* @return {!Object}
|
|
10307
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10308
|
+
*/
|
|
10309
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.toObject = function(includeInstance, msg) {
|
|
10310
|
+
var f, obj = {
|
|
10311
|
+
applicationId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
10312
|
+
traceId: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
10313
|
+
};
|
|
10314
|
+
|
|
10315
|
+
if (includeInstance) {
|
|
10316
|
+
obj.$jspbMessageInstance = msg;
|
|
10317
|
+
}
|
|
10318
|
+
return obj;
|
|
10319
|
+
};
|
|
10320
|
+
}
|
|
10321
|
+
|
|
10322
|
+
|
|
10323
|
+
/**
|
|
10324
|
+
* Deserializes binary data (in protobuf wire format).
|
|
10325
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
10326
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest}
|
|
10327
|
+
*/
|
|
10328
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.deserializeBinary = function(bytes) {
|
|
10329
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
10330
|
+
var msg = new proto.lansweeper.multitenant.v1.AuthorizedSitesRequest;
|
|
10331
|
+
return proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.deserializeBinaryFromReader(msg, reader);
|
|
10332
|
+
};
|
|
10333
|
+
|
|
10334
|
+
|
|
10335
|
+
/**
|
|
10336
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
10337
|
+
* given reader into the given message object.
|
|
10338
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest} msg The message object to deserialize into.
|
|
10339
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
10340
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest}
|
|
10341
|
+
*/
|
|
10342
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
10343
|
+
while (reader.nextField()) {
|
|
10344
|
+
if (reader.isEndGroup()) {
|
|
10345
|
+
break;
|
|
10346
|
+
}
|
|
10347
|
+
var field = reader.getFieldNumber();
|
|
10348
|
+
switch (field) {
|
|
10349
|
+
case 1:
|
|
10350
|
+
var value = /** @type {string} */ (reader.readString());
|
|
10351
|
+
msg.setApplicationId(value);
|
|
10352
|
+
break;
|
|
10353
|
+
case 2:
|
|
10354
|
+
var value = /** @type {string} */ (reader.readString());
|
|
10355
|
+
msg.setTraceId(value);
|
|
10356
|
+
break;
|
|
10357
|
+
default:
|
|
10358
|
+
reader.skipField();
|
|
10359
|
+
break;
|
|
10360
|
+
}
|
|
10361
|
+
}
|
|
10362
|
+
return msg;
|
|
10363
|
+
};
|
|
10364
|
+
|
|
10365
|
+
|
|
10366
|
+
/**
|
|
10367
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
10368
|
+
* @return {!Uint8Array}
|
|
10369
|
+
*/
|
|
10370
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.serializeBinary = function() {
|
|
10371
|
+
var writer = new jspb.BinaryWriter();
|
|
10372
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.serializeBinaryToWriter(this, writer);
|
|
10373
|
+
return writer.getResultBuffer();
|
|
10374
|
+
};
|
|
10375
|
+
|
|
10376
|
+
|
|
10377
|
+
/**
|
|
10378
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
10379
|
+
* format), writing to the given BinaryWriter.
|
|
10380
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest} message
|
|
10381
|
+
* @param {!jspb.BinaryWriter} writer
|
|
10382
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10383
|
+
*/
|
|
10384
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
10385
|
+
var f = undefined;
|
|
10386
|
+
f = message.getApplicationId();
|
|
10387
|
+
if (f.length > 0) {
|
|
10388
|
+
writer.writeString(
|
|
10389
|
+
1,
|
|
10390
|
+
f
|
|
10391
|
+
);
|
|
10392
|
+
}
|
|
10393
|
+
f = message.getTraceId();
|
|
10394
|
+
if (f.length > 0) {
|
|
10395
|
+
writer.writeString(
|
|
10396
|
+
2,
|
|
10397
|
+
f
|
|
10398
|
+
);
|
|
10399
|
+
}
|
|
10400
|
+
};
|
|
10401
|
+
|
|
10402
|
+
|
|
10403
|
+
/**
|
|
10404
|
+
* optional string application_id = 1;
|
|
10405
|
+
* @return {string}
|
|
10406
|
+
*/
|
|
10407
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.getApplicationId = function() {
|
|
10408
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
10409
|
+
};
|
|
10410
|
+
|
|
10411
|
+
|
|
10412
|
+
/**
|
|
10413
|
+
* @param {string} value
|
|
10414
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest} returns this
|
|
10415
|
+
*/
|
|
10416
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.setApplicationId = function(value) {
|
|
10417
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
10418
|
+
};
|
|
10419
|
+
|
|
10420
|
+
|
|
10421
|
+
/**
|
|
10422
|
+
* optional string trace_id = 2;
|
|
10423
|
+
* @return {string}
|
|
10424
|
+
*/
|
|
10425
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.getTraceId = function() {
|
|
10426
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
10427
|
+
};
|
|
10428
|
+
|
|
10429
|
+
|
|
10430
|
+
/**
|
|
10431
|
+
* @param {string} value
|
|
10432
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesRequest} returns this
|
|
10433
|
+
*/
|
|
10434
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesRequest.prototype.setTraceId = function(value) {
|
|
10435
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
10436
|
+
};
|
|
10437
|
+
|
|
10438
|
+
|
|
10439
|
+
|
|
10440
|
+
/**
|
|
10441
|
+
* List of repeated fields within this message type.
|
|
10442
|
+
* @private {!Array<number>}
|
|
10443
|
+
* @const
|
|
10444
|
+
*/
|
|
10445
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.repeatedFields_ = [1];
|
|
10446
|
+
|
|
10447
|
+
|
|
10448
|
+
|
|
10449
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
10450
|
+
/**
|
|
10451
|
+
* Creates an object representation of this proto.
|
|
10452
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
10453
|
+
* Optional fields that are not set will be set to undefined.
|
|
10454
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
10455
|
+
* For the list of reserved names please see:
|
|
10456
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
10457
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
10458
|
+
* JSPB instance for transitional soy proto support:
|
|
10459
|
+
* http://goto/soy-param-migration
|
|
10460
|
+
* @return {!Object}
|
|
10461
|
+
*/
|
|
10462
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.toObject = function(opt_includeInstance) {
|
|
10463
|
+
return proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.toObject(opt_includeInstance, this);
|
|
10464
|
+
};
|
|
10465
|
+
|
|
10466
|
+
|
|
10467
|
+
/**
|
|
10468
|
+
* Static version of the {@see toObject} method.
|
|
10469
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
10470
|
+
* the JSPB instance for transitional soy proto support:
|
|
10471
|
+
* http://goto/soy-param-migration
|
|
10472
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse} msg The msg instance to transform.
|
|
10473
|
+
* @return {!Object}
|
|
10474
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10475
|
+
*/
|
|
10476
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.toObject = function(includeInstance, msg) {
|
|
10477
|
+
var f, obj = {
|
|
10478
|
+
siteList: jspb.Message.toObjectList(msg.getSiteList(),
|
|
10479
|
+
proto.lansweeper.multitenant.v1.Site.toObject, includeInstance)
|
|
10480
|
+
};
|
|
10481
|
+
|
|
10482
|
+
if (includeInstance) {
|
|
10483
|
+
obj.$jspbMessageInstance = msg;
|
|
10484
|
+
}
|
|
10485
|
+
return obj;
|
|
10486
|
+
};
|
|
10487
|
+
}
|
|
10488
|
+
|
|
10489
|
+
|
|
10490
|
+
/**
|
|
10491
|
+
* Deserializes binary data (in protobuf wire format).
|
|
10492
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
10493
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse}
|
|
10494
|
+
*/
|
|
10495
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.deserializeBinary = function(bytes) {
|
|
10496
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
10497
|
+
var msg = new proto.lansweeper.multitenant.v1.AuthorizedSitesResponse;
|
|
10498
|
+
return proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.deserializeBinaryFromReader(msg, reader);
|
|
10499
|
+
};
|
|
10500
|
+
|
|
10501
|
+
|
|
10502
|
+
/**
|
|
10503
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
10504
|
+
* given reader into the given message object.
|
|
10505
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse} msg The message object to deserialize into.
|
|
10506
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
10507
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse}
|
|
10508
|
+
*/
|
|
10509
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
10510
|
+
while (reader.nextField()) {
|
|
10511
|
+
if (reader.isEndGroup()) {
|
|
10512
|
+
break;
|
|
10513
|
+
}
|
|
10514
|
+
var field = reader.getFieldNumber();
|
|
10515
|
+
switch (field) {
|
|
10516
|
+
case 1:
|
|
10517
|
+
var value = new proto.lansweeper.multitenant.v1.Site;
|
|
10518
|
+
reader.readMessage(value,proto.lansweeper.multitenant.v1.Site.deserializeBinaryFromReader);
|
|
10519
|
+
msg.addSite(value);
|
|
10520
|
+
break;
|
|
10521
|
+
default:
|
|
10522
|
+
reader.skipField();
|
|
10523
|
+
break;
|
|
10524
|
+
}
|
|
10525
|
+
}
|
|
10526
|
+
return msg;
|
|
10527
|
+
};
|
|
10528
|
+
|
|
10529
|
+
|
|
10530
|
+
/**
|
|
10531
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
10532
|
+
* @return {!Uint8Array}
|
|
10533
|
+
*/
|
|
10534
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.serializeBinary = function() {
|
|
10535
|
+
var writer = new jspb.BinaryWriter();
|
|
10536
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.serializeBinaryToWriter(this, writer);
|
|
10537
|
+
return writer.getResultBuffer();
|
|
10538
|
+
};
|
|
10539
|
+
|
|
10540
|
+
|
|
10541
|
+
/**
|
|
10542
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
10543
|
+
* format), writing to the given BinaryWriter.
|
|
10544
|
+
* @param {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse} message
|
|
10545
|
+
* @param {!jspb.BinaryWriter} writer
|
|
10546
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
10547
|
+
*/
|
|
10548
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.serializeBinaryToWriter = function(message, writer) {
|
|
10549
|
+
var f = undefined;
|
|
10550
|
+
f = message.getSiteList();
|
|
10551
|
+
if (f.length > 0) {
|
|
10552
|
+
writer.writeRepeatedMessage(
|
|
10553
|
+
1,
|
|
10554
|
+
f,
|
|
10555
|
+
proto.lansweeper.multitenant.v1.Site.serializeBinaryToWriter
|
|
10556
|
+
);
|
|
10557
|
+
}
|
|
10558
|
+
};
|
|
10559
|
+
|
|
10560
|
+
|
|
10561
|
+
/**
|
|
10562
|
+
* repeated Site site = 1;
|
|
10563
|
+
* @return {!Array<!proto.lansweeper.multitenant.v1.Site>}
|
|
10564
|
+
*/
|
|
10565
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.getSiteList = function() {
|
|
10566
|
+
return /** @type{!Array<!proto.lansweeper.multitenant.v1.Site>} */ (
|
|
10567
|
+
jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.multitenant.v1.Site, 1));
|
|
10568
|
+
};
|
|
10569
|
+
|
|
10570
|
+
|
|
10571
|
+
/**
|
|
10572
|
+
* @param {!Array<!proto.lansweeper.multitenant.v1.Site>} value
|
|
10573
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse} returns this
|
|
10574
|
+
*/
|
|
10575
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.setSiteList = function(value) {
|
|
10576
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
10577
|
+
};
|
|
10578
|
+
|
|
10579
|
+
|
|
10580
|
+
/**
|
|
10581
|
+
* @param {!proto.lansweeper.multitenant.v1.Site=} opt_value
|
|
10582
|
+
* @param {number=} opt_index
|
|
10583
|
+
* @return {!proto.lansweeper.multitenant.v1.Site}
|
|
10584
|
+
*/
|
|
10585
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.addSite = function(opt_value, opt_index) {
|
|
10586
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.lansweeper.multitenant.v1.Site, opt_index);
|
|
10587
|
+
};
|
|
10588
|
+
|
|
10589
|
+
|
|
10590
|
+
/**
|
|
10591
|
+
* Clears the list making it empty but non-null.
|
|
10592
|
+
* @return {!proto.lansweeper.multitenant.v1.AuthorizedSitesResponse} returns this
|
|
10593
|
+
*/
|
|
10594
|
+
proto.lansweeper.multitenant.v1.AuthorizedSitesResponse.prototype.clearSiteList = function() {
|
|
10595
|
+
return this.setSiteList([]);
|
|
10596
|
+
};
|
|
10597
|
+
|
|
10598
|
+
|
|
10083
10599
|
/**
|
|
10084
10600
|
* @enum {number}
|
|
10085
10601
|
*/
|
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.3",
|
|
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": "493bd0cf31ed6000b8899c7b72435e5f5dfce47c"
|
|
19
19
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -292,6 +292,19 @@ message DisableWebhookEmailResponse {
|
|
|
292
292
|
bool mail_sent = 1;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
+
message Site {
|
|
296
|
+
string id = 1;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
message AuthorizedSitesRequest {
|
|
300
|
+
string application_id = 1;
|
|
301
|
+
string trace_id = 2;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
message AuthorizedSitesResponse {
|
|
305
|
+
repeated Site site = 1;
|
|
306
|
+
}
|
|
307
|
+
|
|
295
308
|
service Multitenant {
|
|
296
309
|
rpc CheckAccessToSiteByAccountId(CheckAccessToSiteByAccountIdRequest) returns (CheckAccessToSiteByAccountIdResponse) {}
|
|
297
310
|
|
|
@@ -326,4 +339,6 @@ service Multitenant {
|
|
|
326
339
|
rpc ValidateApplicationPersonalAccessToken(ValidateApplicationPersonalAccessTokenRequest) returns (ValidateApplicationPersonalAccessTokenResponse) {}
|
|
327
340
|
|
|
328
341
|
rpc SendDisabledWebhookEmail(DisableWebhookEmailRequest) returns (DisableWebhookEmailResponse) {}
|
|
342
|
+
|
|
343
|
+
rpc GetAuthorizedSitesByApplicationId(AuthorizedSitesRequest) returns (AuthorizedSitesResponse) {}
|
|
329
344
|
}
|