@lansweeper/multitenant-api-grpc 0.3.1 → 0.3.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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +45 -0
- package/gen-proto/multitenant_pb.js +364 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.3.3](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.3.2...@lansweeper/multitenant-api-grpc@0.3.3) (2022-03-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.3.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.3.1...@lansweeper/multitenant-api-grpc@0.3.2) (2022-03-01)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.3.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.3.0...@lansweeper/multitenant-api-grpc@0.3.1) (2022-01-20)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"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":"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"}]}],"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}]}],"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":"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":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,283,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,2,16]},{"path":[4,0,2,0,5],"span":[5,2,8]},{"path":[4,0,2,0,1],"span":[5,9,11]},{"path":[4,0,2,0,3],"span":[5,14,15]},{"path":[4,0,2,1],"span":[6,2,22]},{"path":[4,0,2,1,5],"span":[6,2,8]},{"path":[4,0,2,1,1],"span":[6,9,17]},{"path":[4,0,2,1,3],"span":[6,20,21]},{"path":[4,0,2,2],"span":[7,2,18]},{"path":[4,0,2,2,5],"span":[7,2,8]},{"path":[4,0,2,2,1],"span":[7,9,13]},{"path":[4,0,2,2,3],"span":[7,16,17]},{"path":[4,0,2,3],"span":[8,2,21]},{"path":[4,0,2,3,5],"span":[8,2,8]},{"path":[4,0,2,3,1],"span":[8,9,16]},{"path":[4,0,2,3,3],"span":[8,19,20]},{"path":[4,0,2,4],"span":[9,2,19]},{"path":[4,0,2,4,5],"span":[9,2,8]},{"path":[4,0,2,4,1],"span":[9,9,14]},{"path":[4,0,2,4,3],"span":[9,17,18]},{"path":[4,0,2,5],"span":[10,2,23]},{"path":[4,0,2,5,5],"span":[10,2,8]},{"path":[4,0,2,5,1],"span":[10,9,18]},{"path":[4,0,2,5,3],"span":[10,21,22]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,2,16]},{"path":[4,1,2,0,5],"span":[14,2,8]},{"path":[4,1,2,0,1],"span":[14,9,11]},{"path":[4,1,2,0,3],"span":[14,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,2,16]},{"path":[4,3,2,0,5],"span":[31,2,8]},{"path":[4,3,2,0,1],"span":[31,9,11]},{"path":[4,3,2,0,3],"span":[31,14,15]},{"path":[4,3,2,1],"span":[32,2,18]},{"path":[4,3,2,1,5],"span":[32,2,8]},{"path":[4,3,2,1,1],"span":[32,9,13]},{"path":[4,3,2,1,3],"span":[32,16,17]},{"path":[4,3,2,2],"span":[33,2,26]},{"path":[4,3,2,2,5],"span":[33,2,8]},{"path":[4,3,2,2,1],"span":[33,9,21]},{"path":[4,3,2,2,3],"span":[33,24,25]},{"path":[4,3,2,3],"span":[34,2,22]},{"path":[4,3,2,3,5],"span":[34,2,8]},{"path":[4,3,2,3,1],"span":[34,9,17]},{"path":[4,3,2,3,3],"span":[34,20,21]},{"path":[4,3,2,4],"span":[35,2,20]},{"path":[4,3,2,4,6],"span":[35,2,10]},{"path":[4,3,2,4,1],"span":[35,11,15]},{"path":[4,3,2,4,3],"span":[35,18,19]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,20]},{"path":[4,4,2,1,6],"span":[41,2,10]},{"path":[4,4,2,1,1],"span":[41,11,15]},{"path":[4,4,2,1,3],"span":[41,18,19]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,2,19]},{"path":[4,5,2,0,5],"span":[45,2,6]},{"path":[4,5,2,0,1],"span":[45,7,14]},{"path":[4,5,2,0,3],"span":[45,17,18]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,2,16]},{"path":[4,6,2,0,5],"span":[49,2,8]},{"path":[4,6,2,0,1],"span":[49,9,11]},{"path":[4,6,2,0,3],"span":[49,14,15]},{"path":[4,6,2,1],"span":[50,2,21]},{"path":[4,6,2,1,5],"span":[50,2,8]},{"path":[4,6,2,1,1],"span":[50,9,16]},{"path":[4,6,2,1,3],"span":[50,19,20]},{"path":[4,6,2,2],"span":[51,2,23]},{"path":[4,6,2,2,6],"span":[51,2,13]},{"path":[4,6,2,2,1],"span":[51,14,18]},{"path":[4,6,2,2,3],"span":[51,21,22]},{"path":[4,6,2,3],"span":[52,2,20]},{"path":[4,6,2,3,5],"span":[52,2,6]},{"path":[4,6,2,3,1],"span":[52,7,15]},{"path":[4,6,2,3,3],"span":[52,18,19]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,2,24]},{"path":[4,7,2,0,5],"span":[56,2,8]},{"path":[4,7,2,0,1],"span":[56,9,19]},{"path":[4,7,2,0,3],"span":[56,22,23]},{"path":[4,7,2,1],"span":[57,2,26]},{"path":[4,7,2,1,5],"span":[57,2,6]},{"path":[4,7,2,1,1],"span":[57,7,21]},{"path":[4,7,2,1,3],"span":[57,24,25]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,2,31]},{"path":[4,8,2,0,4],"span":[61,2,10]},{"path":[4,8,2,0,6],"span":[61,11,18]},{"path":[4,8,2,0,1],"span":[61,19,26]},{"path":[4,8,2,0,3],"span":[61,29,30]},{"path":[4,9],"span":[64,0,73,1]},{"path":[4,9,1],"span":[64,8,43]},{"path":[4,9,2,0],"span":[65,2,24]},{"path":[4,9,2,0,5],"span":[65,2,8]},{"path":[4,9,2,0,1],"span":[65,9,19]},{"path":[4,9,2,0,3],"span":[65,22,23]},{"path":[4,9,2,1],"span":[66,2,21]},{"path":[4,9,2,1,5],"span":[66,2,8]},{"path":[4,9,2,1,1],"span":[66,9,16]},{"path":[4,9,2,1,3],"span":[66,19,20]},{"path":[4,9,2,2],"span":[67,2,22]},{"path":[4,9,2,2,5],"span":[67,2,6]},{"path":[4,9,2,2,1],"span":[67,7,17]},{"path":[4,9,2,2,3],"span":[67,20,21]},{"path":[4,9,3,0],"span":[68,2,71,3]},{"path":[4,9,3,0,1],"span":[68,10,18]},{"path":[4,9,3,0,2,0],"span":[69,4,21]},{"path":[4,9,3,0,2,0,5],"span":[69,4,8]},{"path":[4,9,3,0,2,0,1],"span":[69,9,16]},{"path":[4,9,3,0,2,0,3],"span":[69,19,20]},{"path":[4,9,3,0,2,1],"span":[70,4,26]},{"path":[4,9,3,0,2,1,5],"span":[70,4,8]},{"path":[4,9,3,0,2,1,1],"span":[70,9,21]},{"path":[4,9,3,0,2,1,3],"span":[70,24,25]},{"path":[4,9,2,3],"span":[72,2,25]},{"path":[4,9,2,3,6],"span":[72,2,10]},{"path":[4,9,2,3,1],"span":[72,11,20]},{"path":[4,9,2,3,3],"span":[72,23,24]},{"path":[4,10],"span":[75,0,77,1]},{"path":[4,10,1],"span":[75,8,44]},{"path":[4,10,2,0],"span":[76,2,18]},{"path":[4,10,2,0,5],"span":[76,2,6]},{"path":[4,10,2,0,1],"span":[76,7,13]},{"path":[4,10,2,0,3],"span":[76,16,17]},{"path":[5,1],"span":[79,0,83,1]},{"path":[5,1,1],"span":[79,5,22]},{"path":[5,1,2,0],"span":[80,2,39]},{"path":[5,1,2,0,1],"span":[80,2,34]},{"path":[5,1,2,0,2],"span":[80,37,38]},{"path":[5,1,2,1],"span":[81,2,31]},{"path":[5,1,2,1,1],"span":[81,2,26]},{"path":[5,1,2,1,2],"span":[81,29,30]},{"path":[5,1,2,2],"span":[82,2,33]},{"path":[5,1,2,2,1],"span":[82,2,28]},{"path":[5,1,2,2,2],"span":[82,31,32]},{"path":[4,11],"span":[85,0,100,1]},{"path":[4,11,1],"span":[85,8,15]},{"path":[4,11,2,0],"span":[86,2,16]},{"path":[4,11,2,0,5],"span":[86,2,8]},{"path":[4,11,2,0,1],"span":[86,9,11]},{"path":[4,11,2,0,3],"span":[86,14,15]},{"path":[4,11,2,1],"span":[87,2,23]},{"path":[4,11,2,1,5],"span":[87,2,8]},{"path":[4,11,2,1,1],"span":[87,9,18]},{"path":[4,11,2,1,3],"span":[87,21,22]},{"path":[4,11,2,2],"span":[88,2,21]},{"path":[4,11,2,2,5],"span":[88,2,8]},{"path":[4,11,2,2,1],"span":[88,9,16]},{"path":[4,11,2,2,3],"span":[88,19,20]},{"path":[4,11,2,3],"span":[89,2,26]},{"path":[4,11,2,3,5],"span":[89,2,8]},{"path":[4,11,2,3,1],"span":[89,9,21]},{"path":[4,11,2,3,3],"span":[89,24,25]},{"path":[4,11,2,4],"span":[90,2,25]},{"path":[4,11,2,4,5],"span":[90,2,8]},{"path":[4,11,2,4,1],"span":[90,9,20]},{"path":[4,11,2,4,3],"span":[90,23,24]},{"path":[4,11,2,5],"span":[91,2,20]},{"path":[4,11,2,5,5],"span":[91,2,8]},{"path":[4,11,2,5,1],"span":[91,9,15]},{"path":[4,11,2,5,3],"span":[91,18,19]},{"path":[4,11,2,6],"span":[92,2,18]},{"path":[4,11,2,6,5],"span":[92,2,8]},{"path":[4,11,2,6,1],"span":[92,9,13]},{"path":[4,11,2,6,3],"span":[92,16,17]},{"path":[4,11,2,7],"span":[93,2,27]},{"path":[4,11,2,7,5],"span":[93,2,8]},{"path":[4,11,2,7,1],"span":[93,9,22]},{"path":[4,11,2,7,3],"span":[93,25,26]},{"path":[4,11,3,0],"span":[95,2,97,3]},{"path":[4,11,3,0,1],"span":[95,10,22]},{"path":[4,11,3,0,2,0],"span":[96,4,32]},{"path":[4,11,3,0,2,0,6],"span":[96,4,21]},{"path":[4,11,3,0,2,0,1],"span":[96,22,27]},{"path":[4,11,3,0,2,0,3],"span":[96,30,31]},{"path":[4,11,2,8],"span":[98,2,25]},{"path":[4,11,2,8,6],"span":[98,2,14]},{"path":[4,11,2,8,1],"span":[98,15,20]},{"path":[4,11,2,8,3],"span":[98,23,24]},{"path":[4,11,2,9],"span":[99,2,25]},{"path":[4,11,2,9,5],"span":[99,2,8]},{"path":[4,11,2,9,1],"span":[99,9,19]},{"path":[4,11,2,9,3],"span":[99,22,24]},{"path":[4,12],"span":[102,0,105,1]},{"path":[4,12,1],"span":[102,8,26]},{"path":[4,12,2,0],"span":[103,2,23]},{"path":[4,12,2,0,5],"span":[103,2,8]},{"path":[4,12,2,0,1],"span":[103,9,18]},{"path":[4,12,2,0,3],"span":[103,21,22]},{"path":[4,12,2,1],"span":[104,2,27]},{"path":[4,12,2,1,5],"span":[104,2,8]},{"path":[4,12,2,1,1],"span":[104,9,22]},{"path":[4,12,2,1,3],"span":[104,25,26]},{"path":[4,13],"span":[107,0,109,1]},{"path":[4,13,1],"span":[107,8,37]},{"path":[4,13,2,0],"span":[108,2,21]},{"path":[4,13,2,0,5],"span":[108,2,8]},{"path":[4,13,2,0,1],"span":[108,9,16]},{"path":[4,13,2,0,3],"span":[108,19,20]},{"path":[4,14],"span":[111,0,113,1]},{"path":[4,14,1],"span":[111,8,32]},{"path":[4,14,2,0],"span":[112,2,18]},{"path":[4,14,2,0,5],"span":[112,2,7]},{"path":[4,14,2,0,1],"span":[112,8,13]},{"path":[4,14,2,0,3],"span":[112,16,17]},{"path":[4,15],"span":[115,0,121,1]},{"path":[4,15,1],"span":[115,8,32]},{"path":[4,15,2,0],"span":[116,2,21]},{"path":[4,15,2,0,5],"span":[116,2,8]},{"path":[4,15,2,0,1],"span":[116,9,16]},{"path":[4,15,2,0,3],"span":[116,19,20]},{"path":[4,15,3,0],"span":[117,2,119,3]},{"path":[4,15,3,0,1],"span":[117,10,16]},{"path":[4,15,3,0,2,0],"span":[118,4,32]},{"path":[4,15,3,0,2,0,6],"span":[118,4,21]},{"path":[4,15,3,0,2,0,1],"span":[118,22,27]},{"path":[4,15,3,0,2,0,3],"span":[118,30,31]},{"path":[4,15,2,1],"span":[120,2,20]},{"path":[4,15,2,1,6],"span":[120,2,8]},{"path":[4,15,2,1,1],"span":[120,9,15]},{"path":[4,15,2,1,3],"span":[120,18,19]},{"path":[4,16],"span":[123,0,125,1]},{"path":[4,16,1],"span":[123,8,33]},{"path":[4,16,2,0],"span":[124,2,31]},{"path":[4,16,2,0,4],"span":[124,2,10]},{"path":[4,16,2,0,6],"span":[124,11,18]},{"path":[4,16,2,0,1],"span":[124,19,26]},{"path":[4,16,2,0,3],"span":[124,29,30]},{"path":[4,17],"span":[127,0,129,1]},{"path":[4,17,1],"span":[127,8,35]},{"path":[4,17,2,0],"span":[128,2,23]},{"path":[4,17,2,0,5],"span":[128,2,8]},{"path":[4,17,2,0,1],"span":[128,9,18]},{"path":[4,17,2,0,3],"span":[128,21,22]},{"path":[4,18],"span":[131,0,133,1]},{"path":[4,18,1],"span":[131,8,36]},{"path":[4,18,2,0],"span":[132,2,22]},{"path":[4,18,2,0,6],"span":[132,2,9]},{"path":[4,18,2,0,1],"span":[132,10,17]},{"path":[4,18,2,0,3],"span":[132,20,21]},{"path":[4,19],"span":[135,0,145,1]},{"path":[4,19,1],"span":[135,8,28]},{"path":[4,19,2,0],"span":[136,2,21]},{"path":[4,19,2,0,5],"span":[136,2,8]},{"path":[4,19,2,0,1],"span":[136,9,16]},{"path":[4,19,2,0,3],"span":[136,19,20]},{"path":[4,19,2,1],"span":[137,2,23]},{"path":[4,19,2,1,5],"span":[137,2,8]},{"path":[4,19,2,1,1],"span":[137,9,18]},{"path":[4,19,2,1,3],"span":[137,21,22]},{"path":[4,19,2,2],"span":[138,2,26]},{"path":[4,19,2,2,5],"span":[138,2,8]},{"path":[4,19,2,2,1],"span":[138,9,21]},{"path":[4,19,2,2,3],"span":[138,24,25]},{"path":[4,19,2,3],"span":[139,2,25]},{"path":[4,19,2,3,5],"span":[139,2,8]},{"path":[4,19,2,3,1],"span":[139,9,20]},{"path":[4,19,2,3,3],"span":[139,23,24]},{"path":[4,19,2,4],"span":[140,2,20]},{"path":[4,19,2,4,5],"span":[140,2,8]},{"path":[4,19,2,4,1],"span":[140,9,15]},{"path":[4,19,2,4,3],"span":[140,18,19]},{"path":[4,19,2,5],"span":[141,2,18]},{"path":[4,19,2,5,5],"span":[141,2,8]},{"path":[4,19,2,5,1],"span":[141,9,13]},{"path":[4,19,2,5,3],"span":[141,16,17]},{"path":[4,19,2,6],"span":[142,2,27]},{"path":[4,19,2,6,5],"span":[142,2,8]},{"path":[4,19,2,6,1],"span":[142,9,22]},{"path":[4,19,2,6,3],"span":[142,25,26]},{"path":[4,19,2,7],"span":[144,2,28]},{"path":[4,19,2,7,5],"span":[144,2,6]},{"path":[4,19,2,7,1],"span":[144,7,23]},{"path":[4,19,2,7,3],"span":[144,26,27]},{"path":[4,20],"span":[147,0,150,1]},{"path":[4,20,1],"span":[147,8,29]},{"path":[4,20,2,0],"span":[148,2,22]},{"path":[4,20,2,0,6],"span":[148,2,9]},{"path":[4,20,2,0,1],"span":[148,10,17]},{"path":[4,20,2,0,3],"span":[148,20,21]},{"path":[4,20,2,1],"span":[149,2,37]},{"path":[4,20,2,1,6],"span":[149,2,20]},{"path":[4,20,2,1,1],"span":[149,21,32]},{"path":[4,20,2,1,3],"span":[149,35,36]},{"path":[4,21],"span":[152,0,167,1]},{"path":[4,21,1],"span":[152,8,38]},{"path":[4,21,2,0],"span":[153,2,23]},{"path":[4,21,2,0,5],"span":[153,2,8]},{"path":[4,21,2,0,1],"span":[153,9,18]},{"path":[4,21,2,0,3],"span":[153,21,22]},{"path":[4,21,2,1],"span":[154,2,26]},{"path":[4,21,2,1,5],"span":[154,2,8]},{"path":[4,21,2,1,1],"span":[154,9,21]},{"path":[4,21,2,1,3],"span":[154,24,25]},{"path":[4,21,2,2],"span":[155,2,25]},{"path":[4,21,2,2,5],"span":[155,2,8]},{"path":[4,21,2,2,1],"span":[155,9,20]},{"path":[4,21,2,2,3],"span":[155,23,24]},{"path":[4,21,2,3],"span":[156,2,20]},{"path":[4,21,2,3,5],"span":[156,2,8]},{"path":[4,21,2,3,1],"span":[156,9,15]},{"path":[4,21,2,3,3],"span":[156,18,19]},{"path":[4,21,2,4],"span":[157,2,18]},{"path":[4,21,2,4,5],"span":[157,2,8]},{"path":[4,21,2,4,1],"span":[157,9,13]},{"path":[4,21,2,4,3],"span":[157,16,17]},{"path":[4,21,3,0],"span":[159,2,164,3]},{"path":[4,21,3,0,1],"span":[159,10,24]},{"path":[4,21,3,0,2,0],"span":[160,4,41]},{"path":[4,21,3,0,2,0,5],"span":[160,4,10]},{"path":[4,21,3,0,2,0,1],"span":[160,11,36]},{"path":[4,21,3,0,2,0,3],"span":[160,39,40]},{"path":[4,21,3,0,2,1],"span":[161,4,47]},{"path":[4,21,3,0,2,1,5],"span":[161,4,10]},{"path":[4,21,3,0,2,1,1],"span":[161,11,42]},{"path":[4,21,3,0,2,1,3],"span":[161,45,46]},{"path":[4,21,3,0,2,2],"span":[162,4,45]},{"path":[4,21,3,0,2,2,5],"span":[162,4,10]},{"path":[4,21,3,0,2,2,1],"span":[162,11,40]},{"path":[4,21,3,0,2,2,3],"span":[162,43,44]},{"path":[4,21,3,0,2,3],"span":[163,4,40]},{"path":[4,21,3,0,2,3,5],"span":[163,4,10]},{"path":[4,21,3,0,2,3,1],"span":[163,11,35]},{"path":[4,21,3,0,2,3,3],"span":[163,38,39]},{"path":[4,21,2,5],"span":[166,2,37]},{"path":[4,21,2,5,6],"span":[166,2,16]},{"path":[4,21,2,5,1],"span":[166,17,32]},{"path":[4,21,2,5,3],"span":[166,35,36]},{"path":[4,22],"span":[169,0,171,1]},{"path":[4,22,1],"span":[169,8,39]},{"path":[4,22,2,0],"span":[170,2,22]},{"path":[4,22,2,0,6],"span":[170,2,9]},{"path":[4,22,2,0,1],"span":[170,10,17]},{"path":[4,22,2,0,3],"span":[170,20,21]},{"path":[4,23],"span":[173,0,176,1]},{"path":[4,23,1],"span":[173,8,38]},{"path":[4,23,2,0],"span":[174,2,23]},{"path":[4,23,2,0,5],"span":[174,2,8]},{"path":[4,23,2,0,1],"span":[174,9,18]},{"path":[4,23,2,0,3],"span":[174,21,22]},{"path":[4,23,2,1],"span":[175,2,22]},{"path":[4,23,2,1,5],"span":[175,2,8]},{"path":[4,23,2,1,1],"span":[175,9,17]},{"path":[4,23,2,1,3],"span":[175,20,21]},{"path":[4,24],"span":[178,0,183,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,2,19]},{"path":[4,24,2,0,5],"span":[179,2,6]},{"path":[4,24,2,0,1],"span":[179,7,14]},{"path":[4,24,2,0,3],"span":[179,17,18]},{"path":[4,24,2,1],"span":[180,2,21]},{"path":[4,24,2,1,5],"span":[180,2,8]},{"path":[4,24,2,1,1],"span":[180,9,16]},{"path":[4,24,2,1,3],"span":[180,19,20]},{"path":[4,24,2,2],"span":[181,2,28]},{"path":[4,24,2,2,5],"span":[181,2,8]},{"path":[4,24,2,2,1],"span":[181,9,23]},{"path":[4,24,2,2,3],"span":[181,26,27]},{"path":[4,24,2,3],"span":[182,2,28]},{"path":[4,24,2,3,5],"span":[182,2,8]},{"path":[4,24,2,3,1],"span":[182,9,23]},{"path":[4,24,2,3,3],"span":[182,26,27]},{"path":[4,25],"span":[185,0,190,1]},{"path":[4,25,1],"span":[185,8,38]},{"path":[4,25,2,0],"span":[186,2,23]},{"path":[4,25,2,0,5],"span":[186,2,8]},{"path":[4,25,2,0,1],"span":[186,9,18]},{"path":[4,25,2,0,3],"span":[186,21,22]},{"path":[4,25,2,1],"span":[187,2,22]},{"path":[4,25,2,1,5],"span":[187,2,8]},{"path":[4,25,2,1,1],"span":[187,9,17]},{"path":[4,25,2,1,3],"span":[187,20,21]},{"path":[4,25,2,2],"span":[188,2,23]},{"path":[4,25,2,2,5],"span":[188,2,6]},{"path":[4,25,2,2,1],"span":[188,7,18]},{"path":[4,25,2,2,3],"span":[188,21,22]},{"path":[4,25,2,3],"span":[189,2,23]},{"path":[4,25,2,3,5],"span":[189,2,6]},{"path":[4,25,2,3,1],"span":[189,7,18]},{"path":[4,25,2,3,3],"span":[189,21,22]},{"path":[4,26],"span":[192,0,194,1]},{"path":[4,26,1],"span":[192,8,39]},{"path":[4,26,2,0],"span":[193,2,19]},{"path":[4,26,2,0,5],"span":[193,2,6]},{"path":[4,26,2,0,1],"span":[193,7,14]},{"path":[4,26,2,0,3],"span":[193,17,18]},{"path":[4,27],"span":[196,0,200,1]},{"path":[4,27,1],"span":[196,8,40]},{"path":[4,27,2,0],"span":[197,2,21]},{"path":[4,27,2,0,5],"span":[197,2,8]},{"path":[4,27,2,0,1],"span":[197,9,16]},{"path":[4,27,2,0,3],"span":[197,19,20]},{"path":[4,27,2,1],"span":[198,2,34]},{"path":[4,27,2,1,4],"span":[198,2,10]},{"path":[4,27,2,1,5],"span":[198,11,17]},{"path":[4,27,2,1,1],"span":[198,18,29]},{"path":[4,27,2,1,3],"span":[198,32,33]},{"path":[4,27,2,2],"span":[199,2,21]},{"path":[4,27,2,2,5],"span":[199,2,8]},{"path":[4,27,2,2,1],"span":[199,9,16]},{"path":[4,27,2,2,3],"span":[199,19,20]},{"path":[4,28],"span":[202,0,208,1]},{"path":[4,28,1],"span":[202,8,41]},{"path":[4,28,3,0],"span":[203,2,206,3]},{"path":[4,28,3,0,1],"span":[203,10,16]},{"path":[4,28,3,0,2,0],"span":[204,4,26]},{"path":[4,28,3,0,2,0,5],"span":[204,4,10]},{"path":[4,28,3,0,2,0,1],"span":[204,11,21]},{"path":[4,28,3,0,2,0,3],"span":[204,24,25]},{"path":[4,28,3,0,2,1],"span":[205,4,20]},{"path":[4,28,3,0,2,1,5],"span":[205,4,8]},{"path":[4,28,3,0,2,1,1],"span":[205,9,15]},{"path":[4,28,3,0,2,1,3],"span":[205,18,19]},{"path":[4,28,2,0],"span":[207,2,29]},{"path":[4,28,2,0,4],"span":[207,2,10]},{"path":[4,28,2,0,6],"span":[207,11,17]},{"path":[4,28,2,0,1],"span":[207,18,24]},{"path":[4,28,2,0,3],"span":[207,27,28]},{"path":[4,29],"span":[210,0,213,1]},{"path":[4,29,1],"span":[210,8,46]},{"path":[4,29,2,0],"span":[211,2,21]},{"path":[4,29,2,0,5],"span":[211,2,8]},{"path":[4,29,2,0,1],"span":[211,9,16]},{"path":[4,29,2,0,3],"span":[211,19,20]},{"path":[4,29,2,1],"span":[212,2,23]},{"path":[4,29,2,1,5],"span":[212,2,8]},{"path":[4,29,2,1,1],"span":[212,9,18]},{"path":[4,29,2,1,3],"span":[212,21,22]},{"path":[4,30],"span":[215,0,217,1]},{"path":[4,30,1],"span":[215,8,47]},{"path":[4,30,2,0],"span":[216,2,31]},{"path":[4,30,2,0,4],"span":[216,2,10]},{"path":[4,30,2,0,6],"span":[216,11,18]},{"path":[4,30,2,0,1],"span":[216,19,26]},{"path":[4,30,2,0,3],"span":[216,29,30]},{"path":[4,31],"span":[219,0,222,1]},{"path":[4,31,1],"span":[219,8,33]},{"path":[4,31,2,0],"span":[220,2,21]},{"path":[4,31,2,0,5],"span":[220,2,8]},{"path":[4,31,2,0,1],"span":[220,9,16]},{"path":[4,31,2,0,3],"span":[220,19,20]},{"path":[4,31,2,1],"span":[221,2,24]},{"path":[4,31,2,1,5],"span":[221,2,8]},{"path":[4,31,2,1,1],"span":[221,9,19]},{"path":[4,31,2,1,3],"span":[221,22,23]},{"path":[4,32],"span":[224,0,242,1]},{"path":[4,32,1],"span":[224,8,34]},{"path":[4,32,3,0],"span":[225,2,228,3]},{"path":[4,32,3,0,1],"span":[225,10,29]},{"path":[4,32,3,0,2,0],"span":[226,4,19]},{"path":[4,32,3,0,2,0,5],"span":[226,4,10]},{"path":[4,32,3,0,2,0,1],"span":[226,11,14]},{"path":[4,32,3,0,2,0,3],"span":[226,17,18]},{"path":[4,32,3,0,2,1],"span":[227,4,34]},{"path":[4,32,3,0,2,1,5],"span":[227,4,9]},{"path":[4,32,3,0,2,1,1],"span":[227,10,29]},{"path":[4,32,3,0,2,1,3],"span":[227,32,33]},{"path":[4,32,3,1],"span":[230,2,232,3]},{"path":[4,32,3,1,1],"span":[230,10,15]},{"path":[4,32,3,1,2,0],"span":[231,4,18]},{"path":[4,32,3,1,2,0,5],"span":[231,4,10]},{"path":[4,32,3,1,2,0,1],"span":[231,11,13]},{"path":[4,32,3,1,2,0,3],"span":[231,16,17]},{"path":[4,32,3,2],"span":[234,2,239,3]},{"path":[4,32,3,2,1],"span":[234,10,14]},{"path":[4,32,3,2,2,0],"span":[235,4,18]},{"path":[4,32,3,2,2,0,5],"span":[235,4,10]},{"path":[4,32,3,2,2,0,1],"span":[235,11,13]},{"path":[4,32,3,2,2,0,3],"span":[235,16,17]},{"path":[4,32,3,2,2,1],"span":[236,4,45]},{"path":[4,32,3,2,2,1,4],"span":[236,4,12]},{"path":[4,32,3,2,2,1,6],"span":[236,13,32]},{"path":[4,32,3,2,2,1,1],"span":[236,33,40]},{"path":[4,32,3,2,2,1,3],"span":[236,43,44]},{"path":[4,32,3,2,2,2],"span":[237,4,39]},{"path":[4,32,3,2,2,2,4],"span":[237,4,12]},{"path":[4,32,3,2,2,2,6],"span":[237,13,20]},{"path":[4,32,3,2,2,2,1],"span":[237,21,34]},{"path":[4,32,3,2,2,2,3],"span":[237,37,38]},{"path":[4,32,3,2,2,3],"span":[238,4,30]},{"path":[4,32,3,2,2,3,4],"span":[238,4,12]},{"path":[4,32,3,2,2,3,6],"span":[238,13,18]},{"path":[4,32,3,2,2,3,1],"span":[238,19,25]},{"path":[4,32,3,2,2,3,3],"span":[238,28,29]},{"path":[4,32,2,0],"span":[241,2,26]},{"path":[4,32,2,0,4],"span":[241,2,10]},{"path":[4,32,2,0,6],"span":[241,11,15]},{"path":[4,32,2,0,1],"span":[241,16,21]},{"path":[4,32,2,0,3],"span":[241,24,25]},{"path":[4,33],"span":[244,0,246,1]},{"path":[4,33,1],"span":[244,8,53]},{"path":[4,33,2,0],"span":[245,2,35]},{"path":[4,33,2,0,5],"span":[245,2,8]},{"path":[4,33,2,0,1],"span":[245,9,30]},{"path":[4,33,2,0,3],"span":[245,33,34]},{"path":[4,34],"span":[248,0,251,1]},{"path":[4,34,1],"span":[248,8,54]},{"path":[4,34,2,0],"span":[249,2,21]},{"path":[4,34,2,0,5],"span":[249,2,8]},{"path":[4,34,2,0,1],"span":[249,9,16]},{"path":[4,34,2,0,3],"span":[249,19,20]},{"path":[4,34,2,1],"span":[250,2,28]},{"path":[4,34,2,1,5],"span":[250,2,8]},{"path":[4,34,2,1,1],"span":[250,9,23]},{"path":[4,34,2,1,3],"span":[250,26,27]},{"path":[6,0],"span":[253,0,283,1]},{"path":[6,0,1],"span":[253,8,19]},{"path":[6,0,2,0],"span":[254,2,121]},{"path":[6,0,2,0,1],"span":[254,6,34]},{"path":[6,0,2,0,2],"span":[254,35,70]},{"path":[6,0,2,0,3],"span":[254,81,117]},{"path":[6,0,2,1],"span":[256,2,100]},{"path":[6,0,2,1,1],"span":[256,6,27]},{"path":[6,0,2,1,2],"span":[256,28,56]},{"path":[6,0,2,1,3],"span":[256,67,96]},{"path":[6,0,2,2],"span":[258,2,106]},{"path":[6,0,2,2,1],"span":[258,6,29]},{"path":[6,0,2,2,2],"span":[258,30,60]},{"path":[6,0,2,2,3],"span":[258,71,102]},{"path":[6,0,2,3],"span":[260,2,76]},{"path":[6,0,2,3,1],"span":[260,6,19]},{"path":[6,0,2,3,2],"span":[260,20,40]},{"path":[6,0,2,3,3],"span":[260,51,72]},{"path":[6,0,2,4],"span":[262,2,76]},{"path":[6,0,2,4,1],"span":[262,6,19]},{"path":[6,0,2,4,2],"span":[262,20,40]},{"path":[6,0,2,4,3],"span":[262,51,72]},{"path":[6,0,2,5],"span":[264,2,88]},{"path":[6,0,2,5,1],"span":[264,6,23]},{"path":[6,0,2,5,2],"span":[264,24,48]},{"path":[6,0,2,5,3],"span":[264,59,84]},{"path":[6,0,2,6],"span":[266,2,97]},{"path":[6,0,2,6,1],"span":[266,6,28]},{"path":[6,0,2,6,2],"span":[266,29,58]},{"path":[6,0,2,6,3],"span":[266,69,93]},{"path":[6,0,2,7],"span":[268,2,97]},{"path":[6,0,2,7,1],"span":[268,6,26]},{"path":[6,0,2,7,2],"span":[268,27,54]},{"path":[6,0,2,7,3],"span":[268,65,93]},{"path":[6,0,2,8],"span":[270,2,106]},{"path":[6,0,2,8,1],"span":[270,6,29]},{"path":[6,0,2,8,2],"span":[270,30,60]},{"path":[6,0,2,8,3],"span":[270,71,102]},{"path":[6,0,2,9],"span":[272,2,106]},{"path":[6,0,2,9,1],"span":[272,6,29]},{"path":[6,0,2,9,2],"span":[272,30,60]},{"path":[6,0,2,9,3],"span":[272,71,102]},{"path":[6,0,2,10],"span":[274,2,106]},{"path":[6,0,2,10,1],"span":[274,6,29]},{"path":[6,0,2,10,2],"span":[274,30,60]},{"path":[6,0,2,10,3],"span":[274,71,102]},{"path":[6,0,2,11],"span":[276,2,112]},{"path":[6,0,2,11,1],"span":[276,6,31]},{"path":[6,0,2,11,2],"span":[276,32,64]},{"path":[6,0,2,11,3],"span":[276,75,108]},{"path":[6,0,2,12],"span":[278,2,130]},{"path":[6,0,2,12,1],"span":[278,6,37]},{"path":[6,0,2,12,2],"span":[278,38,76]},{"path":[6,0,2,12,3],"span":[278,87,126]},{"path":[6,0,2,13],"span":[280,2,91]},{"path":[6,0,2,13,1],"span":[280,6,24]},{"path":[6,0,2,13,2],"span":[280,25,50]},{"path":[6,0,2,13,3],"span":[280,61,87]},{"path":[6,0,2,14],"span":[282,2,151]},{"path":[6,0,2,14,1],"span":[282,6,44]},{"path":[6,0,2,14,2],"span":[282,45,90]},{"path":[6,0,2,14,3],"span":[282,101,147]}]},"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"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":"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"}]}],"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}]}],"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":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,294,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[4,0],"span":[4,0,11,1]},{"path":[4,0,1],"span":[4,8,22]},{"path":[4,0,2,0],"span":[5,2,16]},{"path":[4,0,2,0,5],"span":[5,2,8]},{"path":[4,0,2,0,1],"span":[5,9,11]},{"path":[4,0,2,0,3],"span":[5,14,15]},{"path":[4,0,2,1],"span":[6,2,22]},{"path":[4,0,2,1,5],"span":[6,2,8]},{"path":[4,0,2,1,1],"span":[6,9,17]},{"path":[4,0,2,1,3],"span":[6,20,21]},{"path":[4,0,2,2],"span":[7,2,18]},{"path":[4,0,2,2,5],"span":[7,2,8]},{"path":[4,0,2,2,1],"span":[7,9,13]},{"path":[4,0,2,2,3],"span":[7,16,17]},{"path":[4,0,2,3],"span":[8,2,21]},{"path":[4,0,2,3,5],"span":[8,2,8]},{"path":[4,0,2,3,1],"span":[8,9,16]},{"path":[4,0,2,3,3],"span":[8,19,20]},{"path":[4,0,2,4],"span":[9,2,19]},{"path":[4,0,2,4,5],"span":[9,2,8]},{"path":[4,0,2,4,1],"span":[9,9,14]},{"path":[4,0,2,4,3],"span":[9,17,18]},{"path":[4,0,2,5],"span":[10,2,23]},{"path":[4,0,2,5,5],"span":[10,2,8]},{"path":[4,0,2,5,1],"span":[10,9,18]},{"path":[4,0,2,5,3],"span":[10,21,22]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,2,16]},{"path":[4,1,2,0,5],"span":[14,2,8]},{"path":[4,1,2,0,1],"span":[14,9,11]},{"path":[4,1,2,0,3],"span":[14,14,15]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,2,29]},{"path":[4,2,2,0,6],"span":[18,2,16]},{"path":[4,2,2,0,1],"span":[18,17,24]},{"path":[4,2,2,0,3],"span":[18,27,28]},{"path":[5,0],"span":[22,0,28,1]},{"path":[5,0,1],"span":[22,5,13]},{"path":[5,0,2,0],"span":[23,2,19]},{"path":[5,0,2,0,1],"span":[23,2,14]},{"path":[5,0,2,0,2],"span":[23,17,18]},{"path":[5,0,2,1],"span":[24,2,19]},{"path":[5,0,2,1,1],"span":[24,2,14]},{"path":[5,0,2,1,2],"span":[24,17,18]},{"path":[5,0,2,2],"span":[25,2,11]},{"path":[5,0,2,2,1],"span":[25,2,6]},{"path":[5,0,2,2,2],"span":[25,9,10]},{"path":[5,0,2,3],"span":[26,2,13]},{"path":[5,0,2,3,1],"span":[26,2,8]},{"path":[5,0,2,3,2],"span":[26,11,12]},{"path":[5,0,2,4],"span":[27,2,11]},{"path":[5,0,2,4,1],"span":[27,2,6]},{"path":[5,0,2,4,2],"span":[27,9,10]},{"path":[4,3],"span":[30,0,36,1]},{"path":[4,3,1],"span":[30,8,19]},{"path":[4,3,2,0],"span":[31,2,16]},{"path":[4,3,2,0,5],"span":[31,2,8]},{"path":[4,3,2,0,1],"span":[31,9,11]},{"path":[4,3,2,0,3],"span":[31,14,15]},{"path":[4,3,2,1],"span":[32,2,18]},{"path":[4,3,2,1,5],"span":[32,2,8]},{"path":[4,3,2,1,1],"span":[32,9,13]},{"path":[4,3,2,1,3],"span":[32,16,17]},{"path":[4,3,2,2],"span":[33,2,26]},{"path":[4,3,2,2,5],"span":[33,2,8]},{"path":[4,3,2,2,1],"span":[33,9,21]},{"path":[4,3,2,2,3],"span":[33,24,25]},{"path":[4,3,2,3],"span":[34,2,22]},{"path":[4,3,2,3,5],"span":[34,2,8]},{"path":[4,3,2,3,1],"span":[34,9,17]},{"path":[4,3,2,3,3],"span":[34,20,21]},{"path":[4,3,2,4],"span":[35,2,20]},{"path":[4,3,2,4,6],"span":[35,2,10]},{"path":[4,3,2,4,1],"span":[35,11,15]},{"path":[4,3,2,4,3],"span":[35,18,19]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,2,16]},{"path":[4,4,2,0,5],"span":[40,2,8]},{"path":[4,4,2,0,1],"span":[40,9,11]},{"path":[4,4,2,0,3],"span":[40,14,15]},{"path":[4,4,2,1],"span":[41,2,20]},{"path":[4,4,2,1,6],"span":[41,2,10]},{"path":[4,4,2,1,1],"span":[41,11,15]},{"path":[4,4,2,1,3],"span":[41,18,19]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,2,19]},{"path":[4,5,2,0,5],"span":[45,2,6]},{"path":[4,5,2,0,1],"span":[45,7,14]},{"path":[4,5,2,0,3],"span":[45,17,18]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,2,16]},{"path":[4,6,2,0,5],"span":[49,2,8]},{"path":[4,6,2,0,1],"span":[49,9,11]},{"path":[4,6,2,0,3],"span":[49,14,15]},{"path":[4,6,2,1],"span":[50,2,21]},{"path":[4,6,2,1,5],"span":[50,2,8]},{"path":[4,6,2,1,1],"span":[50,9,16]},{"path":[4,6,2,1,3],"span":[50,19,20]},{"path":[4,6,2,2],"span":[51,2,23]},{"path":[4,6,2,2,6],"span":[51,2,13]},{"path":[4,6,2,2,1],"span":[51,14,18]},{"path":[4,6,2,2,3],"span":[51,21,22]},{"path":[4,6,2,3],"span":[52,2,20]},{"path":[4,6,2,3,5],"span":[52,2,6]},{"path":[4,6,2,3,1],"span":[52,7,15]},{"path":[4,6,2,3,3],"span":[52,18,19]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,2,24]},{"path":[4,7,2,0,5],"span":[56,2,8]},{"path":[4,7,2,0,1],"span":[56,9,19]},{"path":[4,7,2,0,3],"span":[56,22,23]},{"path":[4,7,2,1],"span":[57,2,26]},{"path":[4,7,2,1,5],"span":[57,2,6]},{"path":[4,7,2,1,1],"span":[57,7,21]},{"path":[4,7,2,1,3],"span":[57,24,25]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,2,31]},{"path":[4,8,2,0,4],"span":[61,2,10]},{"path":[4,8,2,0,6],"span":[61,11,18]},{"path":[4,8,2,0,1],"span":[61,19,26]},{"path":[4,8,2,0,3],"span":[61,29,30]},{"path":[4,9],"span":[64,0,67,1]},{"path":[4,9,1],"span":[64,8,41]},{"path":[4,9,2,0],"span":[65,2,24]},{"path":[4,9,2,0,5],"span":[65,2,8]},{"path":[4,9,2,0,1],"span":[65,9,19]},{"path":[4,9,2,0,3],"span":[65,22,23]},{"path":[4,9,2,1],"span":[66,2,46]},{"path":[4,9,2,1,5],"span":[66,2,6]},{"path":[4,9,2,1,1],"span":[66,7,21]},{"path":[4,9,2,1,3],"span":[66,24,25]},{"path":[4,9,2,1,8],"span":[66,26,45]},{"path":[4,9,2,1,8,3],"span":[66,27,44]},{"path":[4,10],"span":[69,0,71,1]},{"path":[4,10,1],"span":[69,8,42]},{"path":[4,10,2,0],"span":[70,2,31]},{"path":[4,10,2,0,4],"span":[70,2,10]},{"path":[4,10,2,0,6],"span":[70,11,18]},{"path":[4,10,2,0,1],"span":[70,19,26]},{"path":[4,10,2,0,3],"span":[70,29,30]},{"path":[4,11],"span":[73,0,82,1]},{"path":[4,11,1],"span":[73,8,43]},{"path":[4,11,2,0],"span":[74,2,24]},{"path":[4,11,2,0,5],"span":[74,2,8]},{"path":[4,11,2,0,1],"span":[74,9,19]},{"path":[4,11,2,0,3],"span":[74,22,23]},{"path":[4,11,2,1],"span":[75,2,21]},{"path":[4,11,2,1,5],"span":[75,2,8]},{"path":[4,11,2,1,1],"span":[75,9,16]},{"path":[4,11,2,1,3],"span":[75,19,20]},{"path":[4,11,2,2],"span":[76,2,22]},{"path":[4,11,2,2,5],"span":[76,2,6]},{"path":[4,11,2,2,1],"span":[76,7,17]},{"path":[4,11,2,2,3],"span":[76,20,21]},{"path":[4,11,3,0],"span":[77,2,80,3]},{"path":[4,11,3,0,1],"span":[77,10,18]},{"path":[4,11,3,0,2,0],"span":[78,4,21]},{"path":[4,11,3,0,2,0,5],"span":[78,4,8]},{"path":[4,11,3,0,2,0,1],"span":[78,9,16]},{"path":[4,11,3,0,2,0,3],"span":[78,19,20]},{"path":[4,11,3,0,2,1],"span":[79,4,26]},{"path":[4,11,3,0,2,1,5],"span":[79,4,8]},{"path":[4,11,3,0,2,1,1],"span":[79,9,21]},{"path":[4,11,3,0,2,1,3],"span":[79,24,25]},{"path":[4,11,2,3],"span":[81,2,25]},{"path":[4,11,2,3,6],"span":[81,2,10]},{"path":[4,11,2,3,1],"span":[81,11,20]},{"path":[4,11,2,3,3],"span":[81,23,24]},{"path":[4,12],"span":[84,0,86,1]},{"path":[4,12,1],"span":[84,8,44]},{"path":[4,12,2,0],"span":[85,2,18]},{"path":[4,12,2,0,5],"span":[85,2,6]},{"path":[4,12,2,0,1],"span":[85,7,13]},{"path":[4,12,2,0,3],"span":[85,16,17]},{"path":[5,1],"span":[88,0,92,1]},{"path":[5,1,1],"span":[88,5,22]},{"path":[5,1,2,0],"span":[89,2,39]},{"path":[5,1,2,0,1],"span":[89,2,34]},{"path":[5,1,2,0,2],"span":[89,37,38]},{"path":[5,1,2,1],"span":[90,2,31]},{"path":[5,1,2,1,1],"span":[90,2,26]},{"path":[5,1,2,1,2],"span":[90,29,30]},{"path":[5,1,2,2],"span":[91,2,33]},{"path":[5,1,2,2,1],"span":[91,2,28]},{"path":[5,1,2,2,2],"span":[91,31,32]},{"path":[4,13],"span":[94,0,109,1]},{"path":[4,13,1],"span":[94,8,15]},{"path":[4,13,2,0],"span":[95,2,16]},{"path":[4,13,2,0,5],"span":[95,2,8]},{"path":[4,13,2,0,1],"span":[95,9,11]},{"path":[4,13,2,0,3],"span":[95,14,15]},{"path":[4,13,2,1],"span":[96,2,23]},{"path":[4,13,2,1,5],"span":[96,2,8]},{"path":[4,13,2,1,1],"span":[96,9,18]},{"path":[4,13,2,1,3],"span":[96,21,22]},{"path":[4,13,2,2],"span":[97,2,21]},{"path":[4,13,2,2,5],"span":[97,2,8]},{"path":[4,13,2,2,1],"span":[97,9,16]},{"path":[4,13,2,2,3],"span":[97,19,20]},{"path":[4,13,2,3],"span":[98,2,26]},{"path":[4,13,2,3,5],"span":[98,2,8]},{"path":[4,13,2,3,1],"span":[98,9,21]},{"path":[4,13,2,3,3],"span":[98,24,25]},{"path":[4,13,2,4],"span":[99,2,25]},{"path":[4,13,2,4,5],"span":[99,2,8]},{"path":[4,13,2,4,1],"span":[99,9,20]},{"path":[4,13,2,4,3],"span":[99,23,24]},{"path":[4,13,2,5],"span":[100,2,20]},{"path":[4,13,2,5,5],"span":[100,2,8]},{"path":[4,13,2,5,1],"span":[100,9,15]},{"path":[4,13,2,5,3],"span":[100,18,19]},{"path":[4,13,2,6],"span":[101,2,18]},{"path":[4,13,2,6,5],"span":[101,2,8]},{"path":[4,13,2,6,1],"span":[101,9,13]},{"path":[4,13,2,6,3],"span":[101,16,17]},{"path":[4,13,2,7],"span":[102,2,27]},{"path":[4,13,2,7,5],"span":[102,2,8]},{"path":[4,13,2,7,1],"span":[102,9,22]},{"path":[4,13,2,7,3],"span":[102,25,26]},{"path":[4,13,3,0],"span":[104,2,106,3]},{"path":[4,13,3,0,1],"span":[104,10,22]},{"path":[4,13,3,0,2,0],"span":[105,4,32]},{"path":[4,13,3,0,2,0,6],"span":[105,4,21]},{"path":[4,13,3,0,2,0,1],"span":[105,22,27]},{"path":[4,13,3,0,2,0,3],"span":[105,30,31]},{"path":[4,13,2,8],"span":[107,2,25]},{"path":[4,13,2,8,6],"span":[107,2,14]},{"path":[4,13,2,8,1],"span":[107,15,20]},{"path":[4,13,2,8,3],"span":[107,23,24]},{"path":[4,13,2,9],"span":[108,2,25]},{"path":[4,13,2,9,5],"span":[108,2,8]},{"path":[4,13,2,9,1],"span":[108,9,19]},{"path":[4,13,2,9,3],"span":[108,22,24]},{"path":[4,14],"span":[111,0,114,1]},{"path":[4,14,1],"span":[111,8,26]},{"path":[4,14,2,0],"span":[112,2,23]},{"path":[4,14,2,0,5],"span":[112,2,8]},{"path":[4,14,2,0,1],"span":[112,9,18]},{"path":[4,14,2,0,3],"span":[112,21,22]},{"path":[4,14,2,1],"span":[113,2,27]},{"path":[4,14,2,1,5],"span":[113,2,8]},{"path":[4,14,2,1,1],"span":[113,9,22]},{"path":[4,14,2,1,3],"span":[113,25,26]},{"path":[4,15],"span":[116,0,118,1]},{"path":[4,15,1],"span":[116,8,37]},{"path":[4,15,2,0],"span":[117,2,21]},{"path":[4,15,2,0,5],"span":[117,2,8]},{"path":[4,15,2,0,1],"span":[117,9,16]},{"path":[4,15,2,0,3],"span":[117,19,20]},{"path":[4,16],"span":[120,0,122,1]},{"path":[4,16,1],"span":[120,8,32]},{"path":[4,16,2,0],"span":[121,2,18]},{"path":[4,16,2,0,5],"span":[121,2,7]},{"path":[4,16,2,0,1],"span":[121,8,13]},{"path":[4,16,2,0,3],"span":[121,16,17]},{"path":[4,17],"span":[124,0,130,1]},{"path":[4,17,1],"span":[124,8,32]},{"path":[4,17,2,0],"span":[125,2,21]},{"path":[4,17,2,0,5],"span":[125,2,8]},{"path":[4,17,2,0,1],"span":[125,9,16]},{"path":[4,17,2,0,3],"span":[125,19,20]},{"path":[4,17,3,0],"span":[126,2,128,3]},{"path":[4,17,3,0,1],"span":[126,10,16]},{"path":[4,17,3,0,2,0],"span":[127,4,32]},{"path":[4,17,3,0,2,0,6],"span":[127,4,21]},{"path":[4,17,3,0,2,0,1],"span":[127,22,27]},{"path":[4,17,3,0,2,0,3],"span":[127,30,31]},{"path":[4,17,2,1],"span":[129,2,20]},{"path":[4,17,2,1,6],"span":[129,2,8]},{"path":[4,17,2,1,1],"span":[129,9,15]},{"path":[4,17,2,1,3],"span":[129,18,19]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,33]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,138,1]},{"path":[4,19,1],"span":[136,8,35]},{"path":[4,19,2,0],"span":[137,2,23]},{"path":[4,19,2,0,5],"span":[137,2,8]},{"path":[4,19,2,0,1],"span":[137,9,18]},{"path":[4,19,2,0,3],"span":[137,21,22]},{"path":[4,20],"span":[140,0,142,1]},{"path":[4,20,1],"span":[140,8,36]},{"path":[4,20,2,0],"span":[141,2,22]},{"path":[4,20,2,0,6],"span":[141,2,9]},{"path":[4,20,2,0,1],"span":[141,10,17]},{"path":[4,20,2,0,3],"span":[141,20,21]},{"path":[4,21],"span":[144,0,154,1]},{"path":[4,21,1],"span":[144,8,28]},{"path":[4,21,2,0],"span":[145,2,21]},{"path":[4,21,2,0,5],"span":[145,2,8]},{"path":[4,21,2,0,1],"span":[145,9,16]},{"path":[4,21,2,0,3],"span":[145,19,20]},{"path":[4,21,2,1],"span":[146,2,23]},{"path":[4,21,2,1,5],"span":[146,2,8]},{"path":[4,21,2,1,1],"span":[146,9,18]},{"path":[4,21,2,1,3],"span":[146,21,22]},{"path":[4,21,2,2],"span":[147,2,26]},{"path":[4,21,2,2,5],"span":[147,2,8]},{"path":[4,21,2,2,1],"span":[147,9,21]},{"path":[4,21,2,2,3],"span":[147,24,25]},{"path":[4,21,2,3],"span":[148,2,25]},{"path":[4,21,2,3,5],"span":[148,2,8]},{"path":[4,21,2,3,1],"span":[148,9,20]},{"path":[4,21,2,3,3],"span":[148,23,24]},{"path":[4,21,2,4],"span":[149,2,20]},{"path":[4,21,2,4,5],"span":[149,2,8]},{"path":[4,21,2,4,1],"span":[149,9,15]},{"path":[4,21,2,4,3],"span":[149,18,19]},{"path":[4,21,2,5],"span":[150,2,18]},{"path":[4,21,2,5,5],"span":[150,2,8]},{"path":[4,21,2,5,1],"span":[150,9,13]},{"path":[4,21,2,5,3],"span":[150,16,17]},{"path":[4,21,2,6],"span":[151,2,27]},{"path":[4,21,2,6,5],"span":[151,2,8]},{"path":[4,21,2,6,1],"span":[151,9,22]},{"path":[4,21,2,6,3],"span":[151,25,26]},{"path":[4,21,2,7],"span":[153,2,28]},{"path":[4,21,2,7,5],"span":[153,2,6]},{"path":[4,21,2,7,1],"span":[153,7,23]},{"path":[4,21,2,7,3],"span":[153,26,27]},{"path":[4,22],"span":[156,0,159,1]},{"path":[4,22,1],"span":[156,8,29]},{"path":[4,22,2,0],"span":[157,2,22]},{"path":[4,22,2,0,6],"span":[157,2,9]},{"path":[4,22,2,0,1],"span":[157,10,17]},{"path":[4,22,2,0,3],"span":[157,20,21]},{"path":[4,22,2,1],"span":[158,2,37]},{"path":[4,22,2,1,6],"span":[158,2,20]},{"path":[4,22,2,1,1],"span":[158,21,32]},{"path":[4,22,2,1,3],"span":[158,35,36]},{"path":[4,23],"span":[161,0,176,1]},{"path":[4,23,1],"span":[161,8,38]},{"path":[4,23,2,0],"span":[162,2,23]},{"path":[4,23,2,0,5],"span":[162,2,8]},{"path":[4,23,2,0,1],"span":[162,9,18]},{"path":[4,23,2,0,3],"span":[162,21,22]},{"path":[4,23,2,1],"span":[163,2,26]},{"path":[4,23,2,1,5],"span":[163,2,8]},{"path":[4,23,2,1,1],"span":[163,9,21]},{"path":[4,23,2,1,3],"span":[163,24,25]},{"path":[4,23,2,2],"span":[164,2,25]},{"path":[4,23,2,2,5],"span":[164,2,8]},{"path":[4,23,2,2,1],"span":[164,9,20]},{"path":[4,23,2,2,3],"span":[164,23,24]},{"path":[4,23,2,3],"span":[165,2,20]},{"path":[4,23,2,3,5],"span":[165,2,8]},{"path":[4,23,2,3,1],"span":[165,9,15]},{"path":[4,23,2,3,3],"span":[165,18,19]},{"path":[4,23,2,4],"span":[166,2,18]},{"path":[4,23,2,4,5],"span":[166,2,8]},{"path":[4,23,2,4,1],"span":[166,9,13]},{"path":[4,23,2,4,3],"span":[166,16,17]},{"path":[4,23,3,0],"span":[168,2,173,3]},{"path":[4,23,3,0,1],"span":[168,10,24]},{"path":[4,23,3,0,2,0],"span":[169,4,41]},{"path":[4,23,3,0,2,0,5],"span":[169,4,10]},{"path":[4,23,3,0,2,0,1],"span":[169,11,36]},{"path":[4,23,3,0,2,0,3],"span":[169,39,40]},{"path":[4,23,3,0,2,1],"span":[170,4,47]},{"path":[4,23,3,0,2,1,5],"span":[170,4,10]},{"path":[4,23,3,0,2,1,1],"span":[170,11,42]},{"path":[4,23,3,0,2,1,3],"span":[170,45,46]},{"path":[4,23,3,0,2,2],"span":[171,4,45]},{"path":[4,23,3,0,2,2,5],"span":[171,4,10]},{"path":[4,23,3,0,2,2,1],"span":[171,11,40]},{"path":[4,23,3,0,2,2,3],"span":[171,43,44]},{"path":[4,23,3,0,2,3],"span":[172,4,40]},{"path":[4,23,3,0,2,3,5],"span":[172,4,10]},{"path":[4,23,3,0,2,3,1],"span":[172,11,35]},{"path":[4,23,3,0,2,3,3],"span":[172,38,39]},{"path":[4,23,2,5],"span":[175,2,37]},{"path":[4,23,2,5,6],"span":[175,2,16]},{"path":[4,23,2,5,1],"span":[175,17,32]},{"path":[4,23,2,5,3],"span":[175,35,36]},{"path":[4,24],"span":[178,0,180,1]},{"path":[4,24,1],"span":[178,8,39]},{"path":[4,24,2,0],"span":[179,2,22]},{"path":[4,24,2,0,6],"span":[179,2,9]},{"path":[4,24,2,0,1],"span":[179,10,17]},{"path":[4,24,2,0,3],"span":[179,20,21]},{"path":[4,25],"span":[182,0,185,1]},{"path":[4,25,1],"span":[182,8,38]},{"path":[4,25,2,0],"span":[183,2,23]},{"path":[4,25,2,0,5],"span":[183,2,8]},{"path":[4,25,2,0,1],"span":[183,9,18]},{"path":[4,25,2,0,3],"span":[183,21,22]},{"path":[4,25,2,1],"span":[184,2,22]},{"path":[4,25,2,1,5],"span":[184,2,8]},{"path":[4,25,2,1,1],"span":[184,9,17]},{"path":[4,25,2,1,3],"span":[184,20,21]},{"path":[4,26],"span":[187,0,192,1]},{"path":[4,26,1],"span":[187,8,39]},{"path":[4,26,2,0],"span":[188,2,19]},{"path":[4,26,2,0,5],"span":[188,2,6]},{"path":[4,26,2,0,1],"span":[188,7,14]},{"path":[4,26,2,0,3],"span":[188,17,18]},{"path":[4,26,2,1],"span":[189,2,21]},{"path":[4,26,2,1,5],"span":[189,2,8]},{"path":[4,26,2,1,1],"span":[189,9,16]},{"path":[4,26,2,1,3],"span":[189,19,20]},{"path":[4,26,2,2],"span":[190,2,28]},{"path":[4,26,2,2,5],"span":[190,2,8]},{"path":[4,26,2,2,1],"span":[190,9,23]},{"path":[4,26,2,2,3],"span":[190,26,27]},{"path":[4,26,2,3],"span":[191,2,28]},{"path":[4,26,2,3,5],"span":[191,2,8]},{"path":[4,26,2,3,1],"span":[191,9,23]},{"path":[4,26,2,3,3],"span":[191,26,27]},{"path":[4,27],"span":[194,0,199,1]},{"path":[4,27,1],"span":[194,8,38]},{"path":[4,27,2,0],"span":[195,2,23]},{"path":[4,27,2,0,5],"span":[195,2,8]},{"path":[4,27,2,0,1],"span":[195,9,18]},{"path":[4,27,2,0,3],"span":[195,21,22]},{"path":[4,27,2,1],"span":[196,2,22]},{"path":[4,27,2,1,5],"span":[196,2,8]},{"path":[4,27,2,1,1],"span":[196,9,17]},{"path":[4,27,2,1,3],"span":[196,20,21]},{"path":[4,27,2,2],"span":[197,2,23]},{"path":[4,27,2,2,5],"span":[197,2,6]},{"path":[4,27,2,2,1],"span":[197,7,18]},{"path":[4,27,2,2,3],"span":[197,21,22]},{"path":[4,27,2,3],"span":[198,2,23]},{"path":[4,27,2,3,5],"span":[198,2,6]},{"path":[4,27,2,3,1],"span":[198,7,18]},{"path":[4,27,2,3,3],"span":[198,21,22]},{"path":[4,28],"span":[201,0,203,1]},{"path":[4,28,1],"span":[201,8,39]},{"path":[4,28,2,0],"span":[202,2,19]},{"path":[4,28,2,0,5],"span":[202,2,6]},{"path":[4,28,2,0,1],"span":[202,7,14]},{"path":[4,28,2,0,3],"span":[202,17,18]},{"path":[4,29],"span":[205,0,209,1]},{"path":[4,29,1],"span":[205,8,40]},{"path":[4,29,2,0],"span":[206,2,21]},{"path":[4,29,2,0,5],"span":[206,2,8]},{"path":[4,29,2,0,1],"span":[206,9,16]},{"path":[4,29,2,0,3],"span":[206,19,20]},{"path":[4,29,2,1],"span":[207,2,34]},{"path":[4,29,2,1,4],"span":[207,2,10]},{"path":[4,29,2,1,5],"span":[207,11,17]},{"path":[4,29,2,1,1],"span":[207,18,29]},{"path":[4,29,2,1,3],"span":[207,32,33]},{"path":[4,29,2,2],"span":[208,2,21]},{"path":[4,29,2,2,5],"span":[208,2,8]},{"path":[4,29,2,2,1],"span":[208,9,16]},{"path":[4,29,2,2,3],"span":[208,19,20]},{"path":[4,30],"span":[211,0,217,1]},{"path":[4,30,1],"span":[211,8,41]},{"path":[4,30,3,0],"span":[212,2,215,3]},{"path":[4,30,3,0,1],"span":[212,10,16]},{"path":[4,30,3,0,2,0],"span":[213,4,26]},{"path":[4,30,3,0,2,0,5],"span":[213,4,10]},{"path":[4,30,3,0,2,0,1],"span":[213,11,21]},{"path":[4,30,3,0,2,0,3],"span":[213,24,25]},{"path":[4,30,3,0,2,1],"span":[214,4,20]},{"path":[4,30,3,0,2,1,5],"span":[214,4,8]},{"path":[4,30,3,0,2,1,1],"span":[214,9,15]},{"path":[4,30,3,0,2,1,3],"span":[214,18,19]},{"path":[4,30,2,0],"span":[216,2,29]},{"path":[4,30,2,0,4],"span":[216,2,10]},{"path":[4,30,2,0,6],"span":[216,11,17]},{"path":[4,30,2,0,1],"span":[216,18,24]},{"path":[4,30,2,0,3],"span":[216,27,28]},{"path":[4,31],"span":[219,0,222,1]},{"path":[4,31,1],"span":[219,8,46]},{"path":[4,31,2,0],"span":[220,2,21]},{"path":[4,31,2,0,5],"span":[220,2,8]},{"path":[4,31,2,0,1],"span":[220,9,16]},{"path":[4,31,2,0,3],"span":[220,19,20]},{"path":[4,31,2,1],"span":[221,2,23]},{"path":[4,31,2,1,5],"span":[221,2,8]},{"path":[4,31,2,1,1],"span":[221,9,18]},{"path":[4,31,2,1,3],"span":[221,21,22]},{"path":[4,32],"span":[224,0,226,1]},{"path":[4,32,1],"span":[224,8,47]},{"path":[4,32,2,0],"span":[225,2,31]},{"path":[4,32,2,0,4],"span":[225,2,10]},{"path":[4,32,2,0,6],"span":[225,11,18]},{"path":[4,32,2,0,1],"span":[225,19,26]},{"path":[4,32,2,0,3],"span":[225,29,30]},{"path":[4,33],"span":[228,0,231,1]},{"path":[4,33,1],"span":[228,8,33]},{"path":[4,33,2,0],"span":[229,2,21]},{"path":[4,33,2,0,5],"span":[229,2,8]},{"path":[4,33,2,0,1],"span":[229,9,16]},{"path":[4,33,2,0,3],"span":[229,19,20]},{"path":[4,33,2,1],"span":[230,2,24]},{"path":[4,33,2,1,5],"span":[230,2,8]},{"path":[4,33,2,1,1],"span":[230,9,19]},{"path":[4,33,2,1,3],"span":[230,22,23]},{"path":[4,34],"span":[233,0,251,1]},{"path":[4,34,1],"span":[233,8,34]},{"path":[4,34,3,0],"span":[234,2,237,3]},{"path":[4,34,3,0,1],"span":[234,10,29]},{"path":[4,34,3,0,2,0],"span":[235,4,19]},{"path":[4,34,3,0,2,0,5],"span":[235,4,10]},{"path":[4,34,3,0,2,0,1],"span":[235,11,14]},{"path":[4,34,3,0,2,0,3],"span":[235,17,18]},{"path":[4,34,3,0,2,1],"span":[236,4,34]},{"path":[4,34,3,0,2,1,5],"span":[236,4,9]},{"path":[4,34,3,0,2,1,1],"span":[236,10,29]},{"path":[4,34,3,0,2,1,3],"span":[236,32,33]},{"path":[4,34,3,1],"span":[239,2,241,3]},{"path":[4,34,3,1,1],"span":[239,10,15]},{"path":[4,34,3,1,2,0],"span":[240,4,18]},{"path":[4,34,3,1,2,0,5],"span":[240,4,10]},{"path":[4,34,3,1,2,0,1],"span":[240,11,13]},{"path":[4,34,3,1,2,0,3],"span":[240,16,17]},{"path":[4,34,3,2],"span":[243,2,248,3]},{"path":[4,34,3,2,1],"span":[243,10,14]},{"path":[4,34,3,2,2,0],"span":[244,4,18]},{"path":[4,34,3,2,2,0,5],"span":[244,4,10]},{"path":[4,34,3,2,2,0,1],"span":[244,11,13]},{"path":[4,34,3,2,2,0,3],"span":[244,16,17]},{"path":[4,34,3,2,2,1],"span":[245,4,45]},{"path":[4,34,3,2,2,1,4],"span":[245,4,12]},{"path":[4,34,3,2,2,1,6],"span":[245,13,32]},{"path":[4,34,3,2,2,1,1],"span":[245,33,40]},{"path":[4,34,3,2,2,1,3],"span":[245,43,44]},{"path":[4,34,3,2,2,2],"span":[246,4,39]},{"path":[4,34,3,2,2,2,4],"span":[246,4,12]},{"path":[4,34,3,2,2,2,6],"span":[246,13,20]},{"path":[4,34,3,2,2,2,1],"span":[246,21,34]},{"path":[4,34,3,2,2,2,3],"span":[246,37,38]},{"path":[4,34,3,2,2,3],"span":[247,4,30]},{"path":[4,34,3,2,2,3,4],"span":[247,4,12]},{"path":[4,34,3,2,2,3,6],"span":[247,13,18]},{"path":[4,34,3,2,2,3,1],"span":[247,19,25]},{"path":[4,34,3,2,2,3,3],"span":[247,28,29]},{"path":[4,34,2,0],"span":[250,2,26]},{"path":[4,34,2,0,4],"span":[250,2,10]},{"path":[4,34,2,0,6],"span":[250,11,15]},{"path":[4,34,2,0,1],"span":[250,16,21]},{"path":[4,34,2,0,3],"span":[250,24,25]},{"path":[4,35],"span":[253,0,255,1]},{"path":[4,35,1],"span":[253,8,53]},{"path":[4,35,2,0],"span":[254,2,35]},{"path":[4,35,2,0,5],"span":[254,2,8]},{"path":[4,35,2,0,1],"span":[254,9,30]},{"path":[4,35,2,0,3],"span":[254,33,34]},{"path":[4,36],"span":[257,0,260,1]},{"path":[4,36,1],"span":[257,8,54]},{"path":[4,36,2,0],"span":[258,2,21]},{"path":[4,36,2,0,5],"span":[258,2,8]},{"path":[4,36,2,0,1],"span":[258,9,16]},{"path":[4,36,2,0,3],"span":[258,19,20]},{"path":[4,36,2,1],"span":[259,2,28]},{"path":[4,36,2,1,5],"span":[259,2,8]},{"path":[4,36,2,1,1],"span":[259,9,23]},{"path":[4,36,2,1,3],"span":[259,26,27]},{"path":[6,0],"span":[262,0,294,1]},{"path":[6,0,1],"span":[262,8,19]},{"path":[6,0,2,0],"span":[263,2,121]},{"path":[6,0,2,0,1],"span":[263,6,34]},{"path":[6,0,2,0,2],"span":[263,35,70]},{"path":[6,0,2,0,3],"span":[263,81,117]},{"path":[6,0,2,1],"span":[265,2,100]},{"path":[6,0,2,1,1],"span":[265,6,27]},{"path":[6,0,2,1,2],"span":[265,28,56]},{"path":[6,0,2,1,3],"span":[265,67,96]},{"path":[6,0,2,2],"span":[267,2,106]},{"path":[6,0,2,2,1],"span":[267,6,29]},{"path":[6,0,2,2,2],"span":[267,30,60]},{"path":[6,0,2,2,3],"span":[267,71,102]},{"path":[6,0,2,3],"span":[269,2,115]},{"path":[6,0,2,3,1],"span":[269,6,32]},{"path":[6,0,2,3,2],"span":[269,33,66]},{"path":[6,0,2,3,3],"span":[269,77,111]},{"path":[6,0,2,4],"span":[271,2,76]},{"path":[6,0,2,4,1],"span":[271,6,19]},{"path":[6,0,2,4,2],"span":[271,20,40]},{"path":[6,0,2,4,3],"span":[271,51,72]},{"path":[6,0,2,5],"span":[273,2,76]},{"path":[6,0,2,5,1],"span":[273,6,19]},{"path":[6,0,2,5,2],"span":[273,20,40]},{"path":[6,0,2,5,3],"span":[273,51,72]},{"path":[6,0,2,6],"span":[275,2,88]},{"path":[6,0,2,6,1],"span":[275,6,23]},{"path":[6,0,2,6,2],"span":[275,24,48]},{"path":[6,0,2,6,3],"span":[275,59,84]},{"path":[6,0,2,7],"span":[277,2,97]},{"path":[6,0,2,7,1],"span":[277,6,28]},{"path":[6,0,2,7,2],"span":[277,29,58]},{"path":[6,0,2,7,3],"span":[277,69,93]},{"path":[6,0,2,8],"span":[279,2,97]},{"path":[6,0,2,8,1],"span":[279,6,26]},{"path":[6,0,2,8,2],"span":[279,27,54]},{"path":[6,0,2,8,3],"span":[279,65,93]},{"path":[6,0,2,9],"span":[281,2,106]},{"path":[6,0,2,9,1],"span":[281,6,29]},{"path":[6,0,2,9,2],"span":[281,30,60]},{"path":[6,0,2,9,3],"span":[281,71,102]},{"path":[6,0,2,10],"span":[283,2,106]},{"path":[6,0,2,10,1],"span":[283,6,29]},{"path":[6,0,2,10,2],"span":[283,30,60]},{"path":[6,0,2,10,3],"span":[283,71,102]},{"path":[6,0,2,11],"span":[285,2,106]},{"path":[6,0,2,11,1],"span":[285,6,29]},{"path":[6,0,2,11,2],"span":[285,30,60]},{"path":[6,0,2,11,3],"span":[285,71,102]},{"path":[6,0,2,12],"span":[287,2,112]},{"path":[6,0,2,12,1],"span":[287,6,31]},{"path":[6,0,2,12,2],"span":[287,32,64]},{"path":[6,0,2,12,3],"span":[287,75,108]},{"path":[6,0,2,13],"span":[289,2,130]},{"path":[6,0,2,13,1],"span":[289,6,37]},{"path":[6,0,2,13,2],"span":[289,38,76]},{"path":[6,0,2,13,3],"span":[289,87,126]},{"path":[6,0,2,14],"span":[291,2,91]},{"path":[6,0,2,14,1],"span":[291,6,24]},{"path":[6,0,2,14,2],"span":[291,25,50]},{"path":[6,0,2,14,3],"span":[291,61,87]},{"path":[6,0,2,15],"span":[293,2,151]},{"path":[6,0,2,15,1],"span":[293,6,44]},{"path":[6,0,2,15,2],"span":[293,45,90]},{"path":[6,0,2,15,3],"span":[293,101,147]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -11,6 +11,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
11
11
|
checkAccessToSiteByAccountId: IMultitenantService_ICheckAccessToSiteByAccountId;
|
|
12
12
|
getPreviewAccountById: IMultitenantService_IGetPreviewAccountById;
|
|
13
13
|
listProfilesByAccountId: IMultitenantService_IListProfilesByAccountId;
|
|
14
|
+
listAuthorizedLinkProfiles: IMultitenantService_IListAuthorizedLinkProfiles;
|
|
14
15
|
patchSiteMode: IMultitenantService_IPatchSiteMode;
|
|
15
16
|
createInstall: IMultitenantService_ICreateInstall;
|
|
16
17
|
getInstallsBySite: IMultitenantService_IGetInstallsBySite;
|
|
@@ -52,6 +53,15 @@ interface IMultitenantService_IListProfilesByAccountId extends grpc.MethodDefini
|
|
|
52
53
|
responseSerialize: grpc.serialize<multitenant_pb.ListProfilesByAccountIdResponse>;
|
|
53
54
|
responseDeserialize: grpc.deserialize<multitenant_pb.ListProfilesByAccountIdResponse>;
|
|
54
55
|
}
|
|
56
|
+
interface IMultitenantService_IListAuthorizedLinkProfiles extends grpc.MethodDefinition<multitenant_pb.ListAuthorizedLinkProfilesRequest, multitenant_pb.ListAuthorizedLinkProfilesResponse> {
|
|
57
|
+
path: "/lansweeper.multitenant.v1.Multitenant/ListAuthorizedLinkProfiles";
|
|
58
|
+
requestStream: false;
|
|
59
|
+
responseStream: false;
|
|
60
|
+
requestSerialize: grpc.serialize<multitenant_pb.ListAuthorizedLinkProfilesRequest>;
|
|
61
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.ListAuthorizedLinkProfilesRequest>;
|
|
62
|
+
responseSerialize: grpc.serialize<multitenant_pb.ListAuthorizedLinkProfilesResponse>;
|
|
63
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.ListAuthorizedLinkProfilesResponse>;
|
|
64
|
+
}
|
|
55
65
|
interface IMultitenantService_IPatchSiteMode extends grpc.MethodDefinition<multitenant_pb.PatchSiteModeRequest, multitenant_pb.PatchSiteModeResponse> {
|
|
56
66
|
path: "/lansweeper.multitenant.v1.Multitenant/PatchSiteMode";
|
|
57
67
|
requestStream: false;
|
|
@@ -167,6 +177,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
167
177
|
checkAccessToSiteByAccountId: grpc.handleUnaryCall<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse>;
|
|
168
178
|
getPreviewAccountById: grpc.handleUnaryCall<multitenant_pb.GetPreviewAccountByIdRequest, multitenant_pb.GetPreviewAccountByIdResponse>;
|
|
169
179
|
listProfilesByAccountId: grpc.handleUnaryCall<multitenant_pb.ListProfilesByAccountIdRequest, multitenant_pb.ListProfilesByAccountIdResponse>;
|
|
180
|
+
listAuthorizedLinkProfiles: grpc.handleUnaryCall<multitenant_pb.ListAuthorizedLinkProfilesRequest, multitenant_pb.ListAuthorizedLinkProfilesResponse>;
|
|
170
181
|
patchSiteMode: grpc.handleUnaryCall<multitenant_pb.PatchSiteModeRequest, multitenant_pb.PatchSiteModeResponse>;
|
|
171
182
|
createInstall: grpc.handleUnaryCall<multitenant_pb.CreateInstallRequest, multitenant_pb.CreateInstallResponse>;
|
|
172
183
|
getInstallsBySite: grpc.handleUnaryCall<multitenant_pb.GetInstallsBySiteRequest, multitenant_pb.GetInstallsBySiteResponse>;
|
|
@@ -191,6 +202,9 @@ export interface IMultitenantClient {
|
|
|
191
202
|
listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
192
203
|
listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
193
204
|
listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
205
|
+
listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
206
|
+
listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
207
|
+
listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
194
208
|
patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
195
209
|
patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
196
210
|
patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -240,6 +254,9 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
240
254
|
public listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
241
255
|
public listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
242
256
|
public listProfilesByAccountId(request: multitenant_pb.ListProfilesByAccountIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListProfilesByAccountIdResponse) => void): grpc.ClientUnaryCall;
|
|
257
|
+
public listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
258
|
+
public listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
259
|
+
public listAuthorizedLinkProfiles(request: multitenant_pb.ListAuthorizedLinkProfilesRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.ListAuthorizedLinkProfilesResponse) => void): grpc.ClientUnaryCall;
|
|
243
260
|
public patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
244
261
|
public patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
245
262
|
public patchSiteMode(request: multitenant_pb.PatchSiteModeRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.PatchSiteModeResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -180,6 +180,28 @@ function deserialize_lansweeper_multitenant_v1_GetUserPermissionsResponse(buffer
|
|
|
180
180
|
return multitenant_pb.GetUserPermissionsResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
+
function serialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesRequest(arg) {
|
|
184
|
+
if (!(arg instanceof multitenant_pb.ListAuthorizedLinkProfilesRequest)) {
|
|
185
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest');
|
|
186
|
+
}
|
|
187
|
+
return Buffer.from(arg.serializeBinary());
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
function deserialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesRequest(buffer_arg) {
|
|
191
|
+
return multitenant_pb.ListAuthorizedLinkProfilesRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
function serialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesResponse(arg) {
|
|
195
|
+
if (!(arg instanceof multitenant_pb.ListAuthorizedLinkProfilesResponse)) {
|
|
196
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse');
|
|
197
|
+
}
|
|
198
|
+
return Buffer.from(arg.serializeBinary());
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
function deserialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesResponse(buffer_arg) {
|
|
202
|
+
return multitenant_pb.ListAuthorizedLinkProfilesResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
203
|
+
}
|
|
204
|
+
|
|
183
205
|
function serialize_lansweeper_multitenant_v1_ListProfilesByAccountIdRequest(arg) {
|
|
184
206
|
if (!(arg instanceof multitenant_pb.ListProfilesByAccountIdRequest)) {
|
|
185
207
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.ListProfilesByAccountIdRequest');
|
|
@@ -369,6 +391,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
369
391
|
responseSerialize: serialize_lansweeper_multitenant_v1_ListProfilesByAccountIdResponse,
|
|
370
392
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_ListProfilesByAccountIdResponse,
|
|
371
393
|
},
|
|
394
|
+
listAuthorizedLinkProfiles: {
|
|
395
|
+
path: '/lansweeper.multitenant.v1.Multitenant/ListAuthorizedLinkProfiles',
|
|
396
|
+
requestStream: false,
|
|
397
|
+
responseStream: false,
|
|
398
|
+
requestType: multitenant_pb.ListAuthorizedLinkProfilesRequest,
|
|
399
|
+
responseType: multitenant_pb.ListAuthorizedLinkProfilesResponse,
|
|
400
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesRequest,
|
|
401
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesRequest,
|
|
402
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesResponse,
|
|
403
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_ListAuthorizedLinkProfilesResponse,
|
|
404
|
+
},
|
|
372
405
|
patchSiteMode: {
|
|
373
406
|
path: '/lansweeper.multitenant.v1.Multitenant/PatchSiteMode',
|
|
374
407
|
requestStream: false,
|
|
@@ -236,6 +236,51 @@ export namespace ListProfilesByAccountIdResponse {
|
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
+
export class ListAuthorizedLinkProfilesRequest extends jspb.Message {
|
|
240
|
+
getAccountId(): string;
|
|
241
|
+
setAccountId(value: string): ListAuthorizedLinkProfilesRequest;
|
|
242
|
+
getIncludeBlocks(): boolean;
|
|
243
|
+
setIncludeBlocks(value: boolean): ListAuthorizedLinkProfilesRequest;
|
|
244
|
+
|
|
245
|
+
serializeBinary(): Uint8Array;
|
|
246
|
+
toObject(includeInstance?: boolean): ListAuthorizedLinkProfilesRequest.AsObject;
|
|
247
|
+
static toObject(includeInstance: boolean, msg: ListAuthorizedLinkProfilesRequest): ListAuthorizedLinkProfilesRequest.AsObject;
|
|
248
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
249
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
250
|
+
static serializeBinaryToWriter(message: ListAuthorizedLinkProfilesRequest, writer: jspb.BinaryWriter): void;
|
|
251
|
+
static deserializeBinary(bytes: Uint8Array): ListAuthorizedLinkProfilesRequest;
|
|
252
|
+
static deserializeBinaryFromReader(message: ListAuthorizedLinkProfilesRequest, reader: jspb.BinaryReader): ListAuthorizedLinkProfilesRequest;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export namespace ListAuthorizedLinkProfilesRequest {
|
|
256
|
+
export type AsObject = {
|
|
257
|
+
accountId: string,
|
|
258
|
+
includeBlocks: boolean,
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export class ListAuthorizedLinkProfilesResponse extends jspb.Message {
|
|
263
|
+
clearProfileList(): void;
|
|
264
|
+
getProfileList(): Array<Profile>;
|
|
265
|
+
setProfileList(value: Array<Profile>): ListAuthorizedLinkProfilesResponse;
|
|
266
|
+
addProfile(value?: Profile, index?: number): Profile;
|
|
267
|
+
|
|
268
|
+
serializeBinary(): Uint8Array;
|
|
269
|
+
toObject(includeInstance?: boolean): ListAuthorizedLinkProfilesResponse.AsObject;
|
|
270
|
+
static toObject(includeInstance: boolean, msg: ListAuthorizedLinkProfilesResponse): ListAuthorizedLinkProfilesResponse.AsObject;
|
|
271
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
272
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
273
|
+
static serializeBinaryToWriter(message: ListAuthorizedLinkProfilesResponse, writer: jspb.BinaryWriter): void;
|
|
274
|
+
static deserializeBinary(bytes: Uint8Array): ListAuthorizedLinkProfilesResponse;
|
|
275
|
+
static deserializeBinaryFromReader(message: ListAuthorizedLinkProfilesResponse, reader: jspb.BinaryReader): ListAuthorizedLinkProfilesResponse;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export namespace ListAuthorizedLinkProfilesResponse {
|
|
279
|
+
export type AsObject = {
|
|
280
|
+
profileList: Array<Profile.AsObject>,
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
|
|
239
284
|
export class CheckAccessToSiteByAccountIdRequest extends jspb.Message {
|
|
240
285
|
getAccountId(): string;
|
|
241
286
|
setAccountId(value: string): CheckAccessToSiteByAccountIdRequest;
|
|
@@ -40,6 +40,8 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.Install', null, global);
|
|
|
40
40
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.Install.InstallState', null, global);
|
|
41
41
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallCredentials', null, global);
|
|
42
42
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.InstallStateValue', null, global);
|
|
43
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest', null, global);
|
|
44
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse', null, global);
|
|
43
45
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.ListProfilesByAccountIdRequest', null, global);
|
|
44
46
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.ListProfilesByAccountIdResponse', null, global);
|
|
45
47
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.PatchSiteModeRequest', null, global);
|
|
@@ -249,6 +251,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
249
251
|
*/
|
|
250
252
|
proto.lansweeper.multitenant.v1.ListProfilesByAccountIdResponse.displayName = 'proto.lansweeper.multitenant.v1.ListProfilesByAccountIdResponse';
|
|
251
253
|
}
|
|
254
|
+
/**
|
|
255
|
+
* Generated by JsPbCodeGenerator.
|
|
256
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
257
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
258
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
259
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
260
|
+
* valid.
|
|
261
|
+
* @extends {jspb.Message}
|
|
262
|
+
* @constructor
|
|
263
|
+
*/
|
|
264
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest = function(opt_data) {
|
|
265
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
266
|
+
};
|
|
267
|
+
goog.inherits(proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest, jspb.Message);
|
|
268
|
+
if (goog.DEBUG && !COMPILED) {
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
* @override
|
|
272
|
+
*/
|
|
273
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.displayName = 'proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest';
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Generated by JsPbCodeGenerator.
|
|
277
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
278
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
279
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
280
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
281
|
+
* valid.
|
|
282
|
+
* @extends {jspb.Message}
|
|
283
|
+
* @constructor
|
|
284
|
+
*/
|
|
285
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse = function(opt_data) {
|
|
286
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.repeatedFields_, null);
|
|
287
|
+
};
|
|
288
|
+
goog.inherits(proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse, jspb.Message);
|
|
289
|
+
if (goog.DEBUG && !COMPILED) {
|
|
290
|
+
/**
|
|
291
|
+
* @public
|
|
292
|
+
* @override
|
|
293
|
+
*/
|
|
294
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.displayName = 'proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse';
|
|
295
|
+
}
|
|
252
296
|
/**
|
|
253
297
|
* Generated by JsPbCodeGenerator.
|
|
254
298
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -2628,6 +2672,326 @@ proto.lansweeper.multitenant.v1.ListProfilesByAccountIdResponse.prototype.clearP
|
|
|
2628
2672
|
|
|
2629
2673
|
|
|
2630
2674
|
|
|
2675
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2676
|
+
/**
|
|
2677
|
+
* Creates an object representation of this proto.
|
|
2678
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2679
|
+
* Optional fields that are not set will be set to undefined.
|
|
2680
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2681
|
+
* For the list of reserved names please see:
|
|
2682
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2683
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2684
|
+
* JSPB instance for transitional soy proto support:
|
|
2685
|
+
* http://goto/soy-param-migration
|
|
2686
|
+
* @return {!Object}
|
|
2687
|
+
*/
|
|
2688
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2689
|
+
return proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.toObject(opt_includeInstance, this);
|
|
2690
|
+
};
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
/**
|
|
2694
|
+
* Static version of the {@see toObject} method.
|
|
2695
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2696
|
+
* the JSPB instance for transitional soy proto support:
|
|
2697
|
+
* http://goto/soy-param-migration
|
|
2698
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest} msg The msg instance to transform.
|
|
2699
|
+
* @return {!Object}
|
|
2700
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2701
|
+
*/
|
|
2702
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.toObject = function(includeInstance, msg) {
|
|
2703
|
+
var f, obj = {
|
|
2704
|
+
accountId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2705
|
+
includeBlocks: jspb.Message.getBooleanFieldWithDefault(msg, 2, false)
|
|
2706
|
+
};
|
|
2707
|
+
|
|
2708
|
+
if (includeInstance) {
|
|
2709
|
+
obj.$jspbMessageInstance = msg;
|
|
2710
|
+
}
|
|
2711
|
+
return obj;
|
|
2712
|
+
};
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
/**
|
|
2717
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2718
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2719
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest}
|
|
2720
|
+
*/
|
|
2721
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.deserializeBinary = function(bytes) {
|
|
2722
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2723
|
+
var msg = new proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest;
|
|
2724
|
+
return proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.deserializeBinaryFromReader(msg, reader);
|
|
2725
|
+
};
|
|
2726
|
+
|
|
2727
|
+
|
|
2728
|
+
/**
|
|
2729
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2730
|
+
* given reader into the given message object.
|
|
2731
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest} msg The message object to deserialize into.
|
|
2732
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2733
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest}
|
|
2734
|
+
*/
|
|
2735
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2736
|
+
while (reader.nextField()) {
|
|
2737
|
+
if (reader.isEndGroup()) {
|
|
2738
|
+
break;
|
|
2739
|
+
}
|
|
2740
|
+
var field = reader.getFieldNumber();
|
|
2741
|
+
switch (field) {
|
|
2742
|
+
case 1:
|
|
2743
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2744
|
+
msg.setAccountId(value);
|
|
2745
|
+
break;
|
|
2746
|
+
case 2:
|
|
2747
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
2748
|
+
msg.setIncludeBlocks(value);
|
|
2749
|
+
break;
|
|
2750
|
+
default:
|
|
2751
|
+
reader.skipField();
|
|
2752
|
+
break;
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
return msg;
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
/**
|
|
2760
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2761
|
+
* @return {!Uint8Array}
|
|
2762
|
+
*/
|
|
2763
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.serializeBinary = function() {
|
|
2764
|
+
var writer = new jspb.BinaryWriter();
|
|
2765
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.serializeBinaryToWriter(this, writer);
|
|
2766
|
+
return writer.getResultBuffer();
|
|
2767
|
+
};
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
/**
|
|
2771
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2772
|
+
* format), writing to the given BinaryWriter.
|
|
2773
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest} message
|
|
2774
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2775
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2776
|
+
*/
|
|
2777
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2778
|
+
var f = undefined;
|
|
2779
|
+
f = message.getAccountId();
|
|
2780
|
+
if (f.length > 0) {
|
|
2781
|
+
writer.writeString(
|
|
2782
|
+
1,
|
|
2783
|
+
f
|
|
2784
|
+
);
|
|
2785
|
+
}
|
|
2786
|
+
f = message.getIncludeBlocks();
|
|
2787
|
+
if (f) {
|
|
2788
|
+
writer.writeBool(
|
|
2789
|
+
2,
|
|
2790
|
+
f
|
|
2791
|
+
);
|
|
2792
|
+
}
|
|
2793
|
+
};
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* optional string account_id = 1;
|
|
2798
|
+
* @return {string}
|
|
2799
|
+
*/
|
|
2800
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.getAccountId = function() {
|
|
2801
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2802
|
+
};
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
/**
|
|
2806
|
+
* @param {string} value
|
|
2807
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest} returns this
|
|
2808
|
+
*/
|
|
2809
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.setAccountId = function(value) {
|
|
2810
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2811
|
+
};
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
/**
|
|
2815
|
+
* optional bool include_blocks = 2;
|
|
2816
|
+
* @return {boolean}
|
|
2817
|
+
*/
|
|
2818
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.getIncludeBlocks = function() {
|
|
2819
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
|
|
2820
|
+
};
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
/**
|
|
2824
|
+
* @param {boolean} value
|
|
2825
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest} returns this
|
|
2826
|
+
*/
|
|
2827
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest.prototype.setIncludeBlocks = function(value) {
|
|
2828
|
+
return jspb.Message.setProto3BooleanField(this, 2, value);
|
|
2829
|
+
};
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
/**
|
|
2834
|
+
* List of repeated fields within this message type.
|
|
2835
|
+
* @private {!Array<number>}
|
|
2836
|
+
* @const
|
|
2837
|
+
*/
|
|
2838
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.repeatedFields_ = [1];
|
|
2839
|
+
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2843
|
+
/**
|
|
2844
|
+
* Creates an object representation of this proto.
|
|
2845
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2846
|
+
* Optional fields that are not set will be set to undefined.
|
|
2847
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2848
|
+
* For the list of reserved names please see:
|
|
2849
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2850
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2851
|
+
* JSPB instance for transitional soy proto support:
|
|
2852
|
+
* http://goto/soy-param-migration
|
|
2853
|
+
* @return {!Object}
|
|
2854
|
+
*/
|
|
2855
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2856
|
+
return proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.toObject(opt_includeInstance, this);
|
|
2857
|
+
};
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* Static version of the {@see toObject} method.
|
|
2862
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2863
|
+
* the JSPB instance for transitional soy proto support:
|
|
2864
|
+
* http://goto/soy-param-migration
|
|
2865
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse} msg The msg instance to transform.
|
|
2866
|
+
* @return {!Object}
|
|
2867
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2868
|
+
*/
|
|
2869
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.toObject = function(includeInstance, msg) {
|
|
2870
|
+
var f, obj = {
|
|
2871
|
+
profileList: jspb.Message.toObjectList(msg.getProfileList(),
|
|
2872
|
+
proto.lansweeper.multitenant.v1.Profile.toObject, includeInstance)
|
|
2873
|
+
};
|
|
2874
|
+
|
|
2875
|
+
if (includeInstance) {
|
|
2876
|
+
obj.$jspbMessageInstance = msg;
|
|
2877
|
+
}
|
|
2878
|
+
return obj;
|
|
2879
|
+
};
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
/**
|
|
2884
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2885
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2886
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse}
|
|
2887
|
+
*/
|
|
2888
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.deserializeBinary = function(bytes) {
|
|
2889
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2890
|
+
var msg = new proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse;
|
|
2891
|
+
return proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.deserializeBinaryFromReader(msg, reader);
|
|
2892
|
+
};
|
|
2893
|
+
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2897
|
+
* given reader into the given message object.
|
|
2898
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse} msg The message object to deserialize into.
|
|
2899
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2900
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse}
|
|
2901
|
+
*/
|
|
2902
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2903
|
+
while (reader.nextField()) {
|
|
2904
|
+
if (reader.isEndGroup()) {
|
|
2905
|
+
break;
|
|
2906
|
+
}
|
|
2907
|
+
var field = reader.getFieldNumber();
|
|
2908
|
+
switch (field) {
|
|
2909
|
+
case 1:
|
|
2910
|
+
var value = new proto.lansweeper.multitenant.v1.Profile;
|
|
2911
|
+
reader.readMessage(value,proto.lansweeper.multitenant.v1.Profile.deserializeBinaryFromReader);
|
|
2912
|
+
msg.addProfile(value);
|
|
2913
|
+
break;
|
|
2914
|
+
default:
|
|
2915
|
+
reader.skipField();
|
|
2916
|
+
break;
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
return msg;
|
|
2920
|
+
};
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
/**
|
|
2924
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2925
|
+
* @return {!Uint8Array}
|
|
2926
|
+
*/
|
|
2927
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.serializeBinary = function() {
|
|
2928
|
+
var writer = new jspb.BinaryWriter();
|
|
2929
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.serializeBinaryToWriter(this, writer);
|
|
2930
|
+
return writer.getResultBuffer();
|
|
2931
|
+
};
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
/**
|
|
2935
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2936
|
+
* format), writing to the given BinaryWriter.
|
|
2937
|
+
* @param {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse} message
|
|
2938
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2939
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2940
|
+
*/
|
|
2941
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2942
|
+
var f = undefined;
|
|
2943
|
+
f = message.getProfileList();
|
|
2944
|
+
if (f.length > 0) {
|
|
2945
|
+
writer.writeRepeatedMessage(
|
|
2946
|
+
1,
|
|
2947
|
+
f,
|
|
2948
|
+
proto.lansweeper.multitenant.v1.Profile.serializeBinaryToWriter
|
|
2949
|
+
);
|
|
2950
|
+
}
|
|
2951
|
+
};
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
/**
|
|
2955
|
+
* repeated Profile profile = 1;
|
|
2956
|
+
* @return {!Array<!proto.lansweeper.multitenant.v1.Profile>}
|
|
2957
|
+
*/
|
|
2958
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.getProfileList = function() {
|
|
2959
|
+
return /** @type{!Array<!proto.lansweeper.multitenant.v1.Profile>} */ (
|
|
2960
|
+
jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.multitenant.v1.Profile, 1));
|
|
2961
|
+
};
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
/**
|
|
2965
|
+
* @param {!Array<!proto.lansweeper.multitenant.v1.Profile>} value
|
|
2966
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse} returns this
|
|
2967
|
+
*/
|
|
2968
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.setProfileList = function(value) {
|
|
2969
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
2970
|
+
};
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
/**
|
|
2974
|
+
* @param {!proto.lansweeper.multitenant.v1.Profile=} opt_value
|
|
2975
|
+
* @param {number=} opt_index
|
|
2976
|
+
* @return {!proto.lansweeper.multitenant.v1.Profile}
|
|
2977
|
+
*/
|
|
2978
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.addProfile = function(opt_value, opt_index) {
|
|
2979
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.lansweeper.multitenant.v1.Profile, opt_index);
|
|
2980
|
+
};
|
|
2981
|
+
|
|
2982
|
+
|
|
2983
|
+
/**
|
|
2984
|
+
* Clears the list making it empty but non-null.
|
|
2985
|
+
* @return {!proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse} returns this
|
|
2986
|
+
*/
|
|
2987
|
+
proto.lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse.prototype.clearProfileList = function() {
|
|
2988
|
+
return this.setProfileList([]);
|
|
2989
|
+
};
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
|
|
2993
|
+
|
|
2994
|
+
|
|
2631
2995
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2632
2996
|
/**
|
|
2633
2997
|
* Creates an object representation of this proto.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Multitenant grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/google-protobuf": "^3.15.5"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "8e9b0bc75869ac226314ab19ed6a44b6c7564c65"
|
|
16
16
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -62,6 +62,15 @@ message ListProfilesByAccountIdResponse {
|
|
|
62
62
|
repeated Profile profile = 1;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
message ListAuthorizedLinkProfilesRequest {
|
|
66
|
+
string account_id = 1;
|
|
67
|
+
bool include_blocks = 2 [deprecated = true];
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
message ListAuthorizedLinkProfilesResponse {
|
|
71
|
+
repeated Profile profile = 1;
|
|
72
|
+
}
|
|
73
|
+
|
|
65
74
|
message CheckAccessToSiteByAccountIdRequest {
|
|
66
75
|
string account_id = 1;
|
|
67
76
|
string site_id = 2;
|
|
@@ -257,6 +266,8 @@ service Multitenant {
|
|
|
257
266
|
rpc GetPreviewAccountById(GetPreviewAccountByIdRequest) returns (GetPreviewAccountByIdResponse) {}
|
|
258
267
|
|
|
259
268
|
rpc ListProfilesByAccountId(ListProfilesByAccountIdRequest) returns (ListProfilesByAccountIdResponse) {}
|
|
269
|
+
|
|
270
|
+
rpc ListAuthorizedLinkProfiles(ListAuthorizedLinkProfilesRequest) returns (ListAuthorizedLinkProfilesResponse) {}
|
|
260
271
|
|
|
261
272
|
rpc PatchSiteMode(PatchSiteModeRequest) returns (PatchSiteModeResponse) {}
|
|
262
273
|
|