@lansweeper/multitenant-api-grpc 0.1.2 → 0.2.0
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 +11 -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 +70 -0
- package/gen-proto/multitenant_pb.js +537 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +15 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.2.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.1.2...@lansweeper/multitenant-api-grpc@0.2.0) (2021-09-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add GetInstallsBySite ([11871be](https://github.com/Lansweeper/lansweeperapis/commit/11871beeee956cb3749026de5ffc486d0d03b081))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.1.2](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.1.1...@lansweeper/multitenant-api-grpc@0.1.2) (2021-09-22)
|
|
7
18
|
|
|
8
19
|
**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":"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":"clien_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clienId"},{"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":"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"}]}],"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":"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":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,228,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,4,18]},{"path":[4,0,2,0,5],"span":[5,4,10]},{"path":[4,0,2,0,1],"span":[5,11,13]},{"path":[4,0,2,0,3],"span":[5,16,17]},{"path":[4,0,2,1],"span":[6,4,24]},{"path":[4,0,2,1,5],"span":[6,4,10]},{"path":[4,0,2,1,1],"span":[6,11,19]},{"path":[4,0,2,1,3],"span":[6,22,23]},{"path":[4,0,2,2],"span":[7,4,20]},{"path":[4,0,2,2,5],"span":[7,4,10]},{"path":[4,0,2,2,1],"span":[7,11,15]},{"path":[4,0,2,2,3],"span":[7,18,19]},{"path":[4,0,2,3],"span":[8,4,23]},{"path":[4,0,2,3,5],"span":[8,4,10]},{"path":[4,0,2,3,1],"span":[8,11,18]},{"path":[4,0,2,3,3],"span":[8,21,22]},{"path":[4,0,2,4],"span":[9,4,21]},{"path":[4,0,2,4,5],"span":[9,4,10]},{"path":[4,0,2,4,1],"span":[9,11,16]},{"path":[4,0,2,4,3],"span":[9,19,20]},{"path":[4,0,2,5],"span":[10,4,25]},{"path":[4,0,2,5,5],"span":[10,4,10]},{"path":[4,0,2,5,1],"span":[10,11,20]},{"path":[4,0,2,5,3],"span":[10,23,24]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,4,18]},{"path":[4,1,2,0,5],"span":[14,4,10]},{"path":[4,1,2,0,1],"span":[14,11,13]},{"path":[4,1,2,0,3],"span":[14,16,17]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,4,31]},{"path":[4,2,2,0,6],"span":[18,4,18]},{"path":[4,2,2,0,1],"span":[18,19,26]},{"path":[4,2,2,0,3],"span":[18,29,30]},{"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,4,18]},{"path":[4,3,2,0,5],"span":[31,4,10]},{"path":[4,3,2,0,1],"span":[31,11,13]},{"path":[4,3,2,0,3],"span":[31,16,17]},{"path":[4,3,2,1],"span":[32,4,20]},{"path":[4,3,2,1,5],"span":[32,4,10]},{"path":[4,3,2,1,1],"span":[32,11,15]},{"path":[4,3,2,1,3],"span":[32,18,19]},{"path":[4,3,2,2],"span":[33,4,28]},{"path":[4,3,2,2,5],"span":[33,4,10]},{"path":[4,3,2,2,1],"span":[33,11,23]},{"path":[4,3,2,2,3],"span":[33,26,27]},{"path":[4,3,2,3],"span":[34,4,24]},{"path":[4,3,2,3,5],"span":[34,4,10]},{"path":[4,3,2,3,1],"span":[34,11,19]},{"path":[4,3,2,3,3],"span":[34,22,23]},{"path":[4,3,2,4],"span":[35,4,22]},{"path":[4,3,2,4,6],"span":[35,4,12]},{"path":[4,3,2,4,1],"span":[35,13,17]},{"path":[4,3,2,4,3],"span":[35,20,21]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,4,18]},{"path":[4,4,2,0,5],"span":[40,4,10]},{"path":[4,4,2,0,1],"span":[40,11,13]},{"path":[4,4,2,0,3],"span":[40,16,17]},{"path":[4,4,2,1],"span":[41,4,22]},{"path":[4,4,2,1,6],"span":[41,4,12]},{"path":[4,4,2,1,1],"span":[41,13,17]},{"path":[4,4,2,1,3],"span":[41,20,21]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,4,21]},{"path":[4,5,2,0,5],"span":[45,4,8]},{"path":[4,5,2,0,1],"span":[45,9,16]},{"path":[4,5,2,0,3],"span":[45,19,20]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,4,18]},{"path":[4,6,2,0,5],"span":[49,4,10]},{"path":[4,6,2,0,1],"span":[49,11,13]},{"path":[4,6,2,0,3],"span":[49,16,17]},{"path":[4,6,2,1],"span":[50,4,23]},{"path":[4,6,2,1,5],"span":[50,4,10]},{"path":[4,6,2,1,1],"span":[50,11,18]},{"path":[4,6,2,1,3],"span":[50,21,22]},{"path":[4,6,2,2],"span":[51,4,25]},{"path":[4,6,2,2,6],"span":[51,4,15]},{"path":[4,6,2,2,1],"span":[51,16,20]},{"path":[4,6,2,2,3],"span":[51,23,24]},{"path":[4,6,2,3],"span":[52,4,22]},{"path":[4,6,2,3,5],"span":[52,4,8]},{"path":[4,6,2,3,1],"span":[52,9,17]},{"path":[4,6,2,3,3],"span":[52,20,21]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,4,26]},{"path":[4,7,2,0,5],"span":[56,4,10]},{"path":[4,7,2,0,1],"span":[56,11,21]},{"path":[4,7,2,0,3],"span":[56,24,25]},{"path":[4,7,2,1],"span":[57,4,28]},{"path":[4,7,2,1,5],"span":[57,4,8]},{"path":[4,7,2,1,1],"span":[57,9,23]},{"path":[4,7,2,1,3],"span":[57,26,27]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,4,33]},{"path":[4,8,2,0,4],"span":[61,4,12]},{"path":[4,8,2,0,6],"span":[61,13,20]},{"path":[4,8,2,0,1],"span":[61,21,28]},{"path":[4,8,2,0,3],"span":[61,31,32]},{"path":[4,9],"span":[64,0,68,1]},{"path":[4,9,1],"span":[64,8,43]},{"path":[4,9,2,0],"span":[65,4,26]},{"path":[4,9,2,0,5],"span":[65,4,10]},{"path":[4,9,2,0,1],"span":[65,11,21]},{"path":[4,9,2,0,3],"span":[65,24,25]},{"path":[4,9,2,1],"span":[66,4,23]},{"path":[4,9,2,1,5],"span":[66,4,10]},{"path":[4,9,2,1,1],"span":[66,11,18]},{"path":[4,9,2,1,3],"span":[66,21,22]},{"path":[4,9,2,2],"span":[67,4,24]},{"path":[4,9,2,2,5],"span":[67,4,8]},{"path":[4,9,2,2,1],"span":[67,9,19]},{"path":[4,9,2,2,3],"span":[67,22,23]},{"path":[4,10],"span":[70,0,72,1]},{"path":[4,10,1],"span":[70,8,44]},{"path":[4,10,2,0],"span":[71,4,20]},{"path":[4,10,2,0,5],"span":[71,4,8]},{"path":[4,10,2,0,1],"span":[71,9,15]},{"path":[4,10,2,0,3],"span":[71,18,19]},{"path":[5,1],"span":[74,0,78,1]},{"path":[5,1,1],"span":[74,5,22]},{"path":[5,1,2,0],"span":[75,3,40]},{"path":[5,1,2,0,1],"span":[75,3,35]},{"path":[5,1,2,0,2],"span":[75,38,39]},{"path":[5,1,2,1],"span":[76,3,32]},{"path":[5,1,2,1,1],"span":[76,3,27]},{"path":[5,1,2,1,2],"span":[76,30,31]},{"path":[5,1,2,2],"span":[77,3,34]},{"path":[5,1,2,2,1],"span":[77,3,29]},{"path":[5,1,2,2,2],"span":[77,32,33]},{"path":[4,11],"span":[80,0,95,1]},{"path":[4,11,1],"span":[80,8,15]},{"path":[4,11,2,0],"span":[81,2,16]},{"path":[4,11,2,0,5],"span":[81,2,8]},{"path":[4,11,2,0,1],"span":[81,9,11]},{"path":[4,11,2,0,3],"span":[81,14,15]},{"path":[4,11,2,1],"span":[82,2,23]},{"path":[4,11,2,1,5],"span":[82,2,8]},{"path":[4,11,2,1,1],"span":[82,9,18]},{"path":[4,11,2,1,3],"span":[82,21,22]},{"path":[4,11,2,2],"span":[83,2,21]},{"path":[4,11,2,2,5],"span":[83,2,8]},{"path":[4,11,2,2,1],"span":[83,9,16]},{"path":[4,11,2,2,3],"span":[83,19,20]},{"path":[4,11,2,3],"span":[84,2,26]},{"path":[4,11,2,3,5],"span":[84,2,8]},{"path":[4,11,2,3,1],"span":[84,9,21]},{"path":[4,11,2,3,3],"span":[84,24,25]},{"path":[4,11,2,4],"span":[85,2,25]},{"path":[4,11,2,4,5],"span":[85,2,8]},{"path":[4,11,2,4,1],"span":[85,9,20]},{"path":[4,11,2,4,3],"span":[85,23,24]},{"path":[4,11,2,5],"span":[86,2,20]},{"path":[4,11,2,5,5],"span":[86,2,8]},{"path":[4,11,2,5,1],"span":[86,9,15]},{"path":[4,11,2,5,3],"span":[86,18,19]},{"path":[4,11,2,6],"span":[87,2,18]},{"path":[4,11,2,6,5],"span":[87,2,8]},{"path":[4,11,2,6,1],"span":[87,9,13]},{"path":[4,11,2,6,3],"span":[87,16,17]},{"path":[4,11,2,7],"span":[88,2,27]},{"path":[4,11,2,7,5],"span":[88,2,8]},{"path":[4,11,2,7,1],"span":[88,9,22]},{"path":[4,11,2,7,3],"span":[88,25,26]},{"path":[4,11,3,0],"span":[90,2,92,3]},{"path":[4,11,3,0,1],"span":[90,10,22]},{"path":[4,11,3,0,2,0],"span":[91,4,32]},{"path":[4,11,3,0,2,0,6],"span":[91,4,21]},{"path":[4,11,3,0,2,0,1],"span":[91,22,27]},{"path":[4,11,3,0,2,0,3],"span":[91,30,31]},{"path":[4,11,2,8],"span":[93,2,25]},{"path":[4,11,2,8,6],"span":[93,2,14]},{"path":[4,11,2,8,1],"span":[93,15,20]},{"path":[4,11,2,8,3],"span":[93,23,24]},{"path":[4,11,2,9],"span":[94,2,25]},{"path":[4,11,2,9,5],"span":[94,2,8]},{"path":[4,11,2,9,1],"span":[94,9,19]},{"path":[4,11,2,9,3],"span":[94,22,24]},{"path":[4,12],"span":[97,0,100,1]},{"path":[4,12,1],"span":[97,8,26]},{"path":[4,12,2,0],"span":[98,2,22]},{"path":[4,12,2,0,5],"span":[98,2,8]},{"path":[4,12,2,0,1],"span":[98,9,17]},{"path":[4,12,2,0,3],"span":[98,20,21]},{"path":[4,12,2,1],"span":[99,2,27]},{"path":[4,12,2,1,5],"span":[99,2,8]},{"path":[4,12,2,1,1],"span":[99,9,22]},{"path":[4,12,2,1,3],"span":[99,25,26]},{"path":[4,13],"span":[102,0,104,1]},{"path":[4,13,1],"span":[102,8,37]},{"path":[4,13,2,0],"span":[103,4,23]},{"path":[4,13,2,0,5],"span":[103,4,10]},{"path":[4,13,2,0,1],"span":[103,11,18]},{"path":[4,13,2,0,3],"span":[103,21,22]},{"path":[4,14],"span":[106,0,108,1]},{"path":[4,14,1],"span":[106,8,32]},{"path":[4,14,2,0],"span":[107,4,20]},{"path":[4,14,2,0,5],"span":[107,4,9]},{"path":[4,14,2,0,1],"span":[107,10,15]},{"path":[4,14,2,0,3],"span":[107,18,19]},{"path":[4,15],"span":[110,0,112,1]},{"path":[4,15,1],"span":[110,8,35]},{"path":[4,15,2,0],"span":[111,4,25]},{"path":[4,15,2,0,5],"span":[111,4,10]},{"path":[4,15,2,0,1],"span":[111,11,20]},{"path":[4,15,2,0,3],"span":[111,23,24]},{"path":[4,16],"span":[114,0,116,1]},{"path":[4,16,1],"span":[114,8,36]},{"path":[4,16,2,0],"span":[115,4,24]},{"path":[4,16,2,0,6],"span":[115,4,11]},{"path":[4,16,2,0,1],"span":[115,12,19]},{"path":[4,16,2,0,3],"span":[115,22,23]},{"path":[4,17],"span":[118,0,128,1]},{"path":[4,17,1],"span":[118,8,28]},{"path":[4,17,2,0],"span":[119,4,23]},{"path":[4,17,2,0,5],"span":[119,4,10]},{"path":[4,17,2,0,1],"span":[119,11,18]},{"path":[4,17,2,0,3],"span":[119,21,22]},{"path":[4,17,2,1],"span":[120,4,25]},{"path":[4,17,2,1,5],"span":[120,4,10]},{"path":[4,17,2,1,1],"span":[120,11,20]},{"path":[4,17,2,1,3],"span":[120,23,24]},{"path":[4,17,2,2],"span":[121,4,28]},{"path":[4,17,2,2,5],"span":[121,4,10]},{"path":[4,17,2,2,1],"span":[121,11,23]},{"path":[4,17,2,2,3],"span":[121,26,27]},{"path":[4,17,2,3],"span":[122,4,27]},{"path":[4,17,2,3,5],"span":[122,4,10]},{"path":[4,17,2,3,1],"span":[122,11,22]},{"path":[4,17,2,3,3],"span":[122,25,26]},{"path":[4,17,2,4],"span":[123,4,22]},{"path":[4,17,2,4,5],"span":[123,4,10]},{"path":[4,17,2,4,1],"span":[123,11,17]},{"path":[4,17,2,4,3],"span":[123,20,21]},{"path":[4,17,2,5],"span":[124,4,20]},{"path":[4,17,2,5,5],"span":[124,4,10]},{"path":[4,17,2,5,1],"span":[124,11,15]},{"path":[4,17,2,5,3],"span":[124,18,19]},{"path":[4,17,2,6],"span":[125,4,29]},{"path":[4,17,2,6,5],"span":[125,4,10]},{"path":[4,17,2,6,1],"span":[125,11,24]},{"path":[4,17,2,6,3],"span":[125,27,28]},{"path":[4,17,2,7],"span":[127,4,30]},{"path":[4,17,2,7,5],"span":[127,4,8]},{"path":[4,17,2,7,1],"span":[127,9,25]},{"path":[4,17,2,7,3],"span":[127,28,29]},{"path":[4,18],"span":[130,0,133,1]},{"path":[4,18,1],"span":[130,8,29]},{"path":[4,18,2,0],"span":[131,4,24]},{"path":[4,18,2,0,6],"span":[131,4,11]},{"path":[4,18,2,0,1],"span":[131,12,19]},{"path":[4,18,2,0,3],"span":[131,22,23]},{"path":[4,18,2,1],"span":[132,4,39]},{"path":[4,18,2,1,6],"span":[132,4,22]},{"path":[4,18,2,1,1],"span":[132,23,34]},{"path":[4,18,2,1,3],"span":[132,37,38]},{"path":[4,19],"span":[135,0,150,1]},{"path":[4,19,1],"span":[135,8,38]},{"path":[4,19,2,0],"span":[136,4,25]},{"path":[4,19,2,0,5],"span":[136,4,10]},{"path":[4,19,2,0,1],"span":[136,11,20]},{"path":[4,19,2,0,3],"span":[136,23,24]},{"path":[4,19,2,1],"span":[137,4,28]},{"path":[4,19,2,1,5],"span":[137,4,10]},{"path":[4,19,2,1,1],"span":[137,11,23]},{"path":[4,19,2,1,3],"span":[137,26,27]},{"path":[4,19,2,2],"span":[138,4,27]},{"path":[4,19,2,2,5],"span":[138,4,10]},{"path":[4,19,2,2,1],"span":[138,11,22]},{"path":[4,19,2,2,3],"span":[138,25,26]},{"path":[4,19,2,3],"span":[139,4,22]},{"path":[4,19,2,3,5],"span":[139,4,10]},{"path":[4,19,2,3,1],"span":[139,11,17]},{"path":[4,19,2,3,3],"span":[139,20,21]},{"path":[4,19,2,4],"span":[140,4,20]},{"path":[4,19,2,4,5],"span":[140,4,10]},{"path":[4,19,2,4,1],"span":[140,11,15]},{"path":[4,19,2,4,3],"span":[140,18,19]},{"path":[4,19,3,0],"span":[142,4,147,5]},{"path":[4,19,3,0,1],"span":[142,12,26]},{"path":[4,19,3,0,2,0],"span":[143,6,43]},{"path":[4,19,3,0,2,0,5],"span":[143,6,12]},{"path":[4,19,3,0,2,0,1],"span":[143,13,38]},{"path":[4,19,3,0,2,0,3],"span":[143,41,42]},{"path":[4,19,3,0,2,1],"span":[144,6,49]},{"path":[4,19,3,0,2,1,5],"span":[144,6,12]},{"path":[4,19,3,0,2,1,1],"span":[144,13,44]},{"path":[4,19,3,0,2,1,3],"span":[144,47,48]},{"path":[4,19,3,0,2,2],"span":[145,6,47]},{"path":[4,19,3,0,2,2,5],"span":[145,6,12]},{"path":[4,19,3,0,2,2,1],"span":[145,13,42]},{"path":[4,19,3,0,2,2,3],"span":[145,45,46]},{"path":[4,19,3,0,2,3],"span":[146,6,42]},{"path":[4,19,3,0,2,3,5],"span":[146,6,12]},{"path":[4,19,3,0,2,3,1],"span":[146,13,37]},{"path":[4,19,3,0,2,3,3],"span":[146,40,41]},{"path":[4,19,2,5],"span":[149,4,39]},{"path":[4,19,2,5,6],"span":[149,4,18]},{"path":[4,19,2,5,1],"span":[149,19,34]},{"path":[4,19,2,5,3],"span":[149,37,38]},{"path":[4,20],"span":[152,0,154,1]},{"path":[4,20,1],"span":[152,8,39]},{"path":[4,20,2,0],"span":[153,4,24]},{"path":[4,20,2,0,6],"span":[153,4,11]},{"path":[4,20,2,0,1],"span":[153,12,19]},{"path":[4,20,2,0,3],"span":[153,22,23]},{"path":[4,21],"span":[156,0,159,1]},{"path":[4,21,1],"span":[156,8,38]},{"path":[4,21,2,0],"span":[157,4,25]},{"path":[4,21,2,0,5],"span":[157,4,10]},{"path":[4,21,2,0,1],"span":[157,11,20]},{"path":[4,21,2,0,3],"span":[157,23,24]},{"path":[4,21,2,1],"span":[158,4,24]},{"path":[4,21,2,1,5],"span":[158,4,10]},{"path":[4,21,2,1,1],"span":[158,11,19]},{"path":[4,21,2,1,3],"span":[158,22,23]},{"path":[4,22],"span":[161,0,166,1]},{"path":[4,22,1],"span":[161,8,39]},{"path":[4,22,2,0],"span":[162,4,21]},{"path":[4,22,2,0,5],"span":[162,4,8]},{"path":[4,22,2,0,1],"span":[162,9,16]},{"path":[4,22,2,0,3],"span":[162,19,20]},{"path":[4,22,2,1],"span":[163,4,23]},{"path":[4,22,2,1,5],"span":[163,4,10]},{"path":[4,22,2,1,1],"span":[163,11,18]},{"path":[4,22,2,1,3],"span":[163,21,22]},{"path":[4,22,2,2],"span":[164,4,30]},{"path":[4,22,2,2,5],"span":[164,4,10]},{"path":[4,22,2,2,1],"span":[164,11,25]},{"path":[4,22,2,2,3],"span":[164,28,29]},{"path":[4,22,2,3],"span":[165,4,30]},{"path":[4,22,2,3,5],"span":[165,4,10]},{"path":[4,22,2,3,1],"span":[165,11,25]},{"path":[4,22,2,3,3],"span":[165,28,29]},{"path":[4,23],"span":[168,0,173,1]},{"path":[4,23,1],"span":[168,8,38]},{"path":[4,23,2,0],"span":[169,4,25]},{"path":[4,23,2,0,5],"span":[169,4,10]},{"path":[4,23,2,0,1],"span":[169,11,20]},{"path":[4,23,2,0,3],"span":[169,23,24]},{"path":[4,23,2,1],"span":[170,4,24]},{"path":[4,23,2,1,5],"span":[170,4,10]},{"path":[4,23,2,1,1],"span":[170,11,19]},{"path":[4,23,2,1,3],"span":[170,22,23]},{"path":[4,23,2,2],"span":[171,4,25]},{"path":[4,23,2,2,5],"span":[171,4,8]},{"path":[4,23,2,2,1],"span":[171,9,20]},{"path":[4,23,2,2,3],"span":[171,23,24]},{"path":[4,23,2,3],"span":[172,4,25]},{"path":[4,23,2,3,5],"span":[172,4,8]},{"path":[4,23,2,3,1],"span":[172,9,20]},{"path":[4,23,2,3,3],"span":[172,23,24]},{"path":[4,24],"span":[175,0,177,1]},{"path":[4,24,1],"span":[175,8,39]},{"path":[4,24,2,0],"span":[176,4,21]},{"path":[4,24,2,0,5],"span":[176,4,8]},{"path":[4,24,2,0,1],"span":[176,9,16]},{"path":[4,24,2,0,3],"span":[176,19,20]},{"path":[4,25],"span":[179,0,183,1]},{"path":[4,25,1],"span":[179,8,40]},{"path":[4,25,2,0],"span":[180,4,23]},{"path":[4,25,2,0,5],"span":[180,4,10]},{"path":[4,25,2,0,1],"span":[180,11,18]},{"path":[4,25,2,0,3],"span":[180,21,22]},{"path":[4,25,2,1],"span":[181,4,36]},{"path":[4,25,2,1,4],"span":[181,4,12]},{"path":[4,25,2,1,5],"span":[181,13,19]},{"path":[4,25,2,1,1],"span":[181,20,31]},{"path":[4,25,2,1,3],"span":[181,34,35]},{"path":[4,25,2,2],"span":[182,4,23]},{"path":[4,25,2,2,5],"span":[182,4,10]},{"path":[4,25,2,2,1],"span":[182,11,18]},{"path":[4,25,2,2,3],"span":[182,21,22]},{"path":[4,26],"span":[185,0,191,1]},{"path":[4,26,1],"span":[185,8,41]},{"path":[4,26,3,0],"span":[186,4,189,5]},{"path":[4,26,3,0,1],"span":[186,12,18]},{"path":[4,26,3,0,2,0],"span":[187,8,30]},{"path":[4,26,3,0,2,0,5],"span":[187,8,14]},{"path":[4,26,3,0,2,0,1],"span":[187,15,25]},{"path":[4,26,3,0,2,0,3],"span":[187,28,29]},{"path":[4,26,3,0,2,1],"span":[188,8,24]},{"path":[4,26,3,0,2,1,5],"span":[188,8,12]},{"path":[4,26,3,0,2,1,1],"span":[188,13,19]},{"path":[4,26,3,0,2,1,3],"span":[188,22,23]},{"path":[4,26,2,0],"span":[190,4,31]},{"path":[4,26,2,0,4],"span":[190,4,12]},{"path":[4,26,2,0,6],"span":[190,13,19]},{"path":[4,26,2,0,1],"span":[190,20,26]},{"path":[4,26,2,0,3],"span":[190,29,30]},{"path":[4,27],"span":[193,0,196,1]},{"path":[4,27,1],"span":[193,8,46]},{"path":[4,27,2,0],"span":[194,4,23]},{"path":[4,27,2,0,5],"span":[194,4,10]},{"path":[4,27,2,0,1],"span":[194,11,18]},{"path":[4,27,2,0,3],"span":[194,21,22]},{"path":[4,27,2,1],"span":[195,4,25]},{"path":[4,27,2,1,5],"span":[195,4,10]},{"path":[4,27,2,1,1],"span":[195,11,20]},{"path":[4,27,2,1,3],"span":[195,23,24]},{"path":[4,28],"span":[198,0,200,1]},{"path":[4,28,1],"span":[198,8,47]},{"path":[4,28,2,0],"span":[199,4,33]},{"path":[4,28,2,0,4],"span":[199,4,12]},{"path":[4,28,2,0,6],"span":[199,13,20]},{"path":[4,28,2,0,1],"span":[199,21,28]},{"path":[4,28,2,0,3],"span":[199,31,32]},{"path":[6,0],"span":[203,0,228,1]},{"path":[6,0,1],"span":[203,8,19]},{"path":[6,0,2,0],"span":[204,4,123]},{"path":[6,0,2,0,1],"span":[204,8,36]},{"path":[6,0,2,0,2],"span":[204,37,72]},{"path":[6,0,2,0,3],"span":[204,83,119]},{"path":[6,0,2,1],"span":[206,4,102]},{"path":[6,0,2,1,1],"span":[206,8,29]},{"path":[6,0,2,1,2],"span":[206,30,58]},{"path":[6,0,2,1,3],"span":[206,69,98]},{"path":[6,0,2,2],"span":[208,4,108]},{"path":[6,0,2,2,1],"span":[208,8,31]},{"path":[6,0,2,2,2],"span":[208,32,62]},{"path":[6,0,2,2,3],"span":[208,73,104]},{"path":[6,0,2,3],"span":[210,4,78]},{"path":[6,0,2,3,1],"span":[210,8,21]},{"path":[6,0,2,3,2],"span":[210,22,42]},{"path":[6,0,2,3,3],"span":[210,53,74]},{"path":[6,0,2,4],"span":[212,4,78]},{"path":[6,0,2,4,1],"span":[212,8,21]},{"path":[6,0,2,4,2],"span":[212,22,42]},{"path":[6,0,2,4,3],"span":[212,53,74]},{"path":[6,0,2,5],"span":[214,4,99]},{"path":[6,0,2,5,1],"span":[214,8,30]},{"path":[6,0,2,5,2],"span":[214,31,60]},{"path":[6,0,2,5,3],"span":[214,71,95]},{"path":[6,0,2,6],"span":[216,4,99]},{"path":[6,0,2,6,1],"span":[216,8,28]},{"path":[6,0,2,6,2],"span":[216,29,56]},{"path":[6,0,2,6,3],"span":[216,67,95]},{"path":[6,0,2,7],"span":[218,4,108]},{"path":[6,0,2,7,1],"span":[218,8,31]},{"path":[6,0,2,7,2],"span":[218,32,62]},{"path":[6,0,2,7,3],"span":[218,73,104]},{"path":[6,0,2,8],"span":[220,4,108]},{"path":[6,0,2,8,1],"span":[220,8,31]},{"path":[6,0,2,8,2],"span":[220,32,62]},{"path":[6,0,2,8,3],"span":[220,73,104]},{"path":[6,0,2,9],"span":[222,4,108]},{"path":[6,0,2,9,1],"span":[222,8,31]},{"path":[6,0,2,9,2],"span":[222,32,62]},{"path":[6,0,2,9,3],"span":[222,73,104]},{"path":[6,0,2,10],"span":[224,4,114]},{"path":[6,0,2,10,1],"span":[224,8,33]},{"path":[6,0,2,10,2],"span":[224,34,66]},{"path":[6,0,2,10,3],"span":[224,77,110]},{"path":[6,0,2,11],"span":[226,4,132]},{"path":[6,0,2,11,1],"span":[226,8,39]},{"path":[6,0,2,11,2],"span":[226,40,78]},{"path":[6,0,2,11,3],"span":[226,89,128]}]},"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":"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":"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":"clien_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clienId"},{"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":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteResponse.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":"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"}]}],"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":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,243,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,4,18]},{"path":[4,0,2,0,5],"span":[5,4,10]},{"path":[4,0,2,0,1],"span":[5,11,13]},{"path":[4,0,2,0,3],"span":[5,16,17]},{"path":[4,0,2,1],"span":[6,4,24]},{"path":[4,0,2,1,5],"span":[6,4,10]},{"path":[4,0,2,1,1],"span":[6,11,19]},{"path":[4,0,2,1,3],"span":[6,22,23]},{"path":[4,0,2,2],"span":[7,4,20]},{"path":[4,0,2,2,5],"span":[7,4,10]},{"path":[4,0,2,2,1],"span":[7,11,15]},{"path":[4,0,2,2,3],"span":[7,18,19]},{"path":[4,0,2,3],"span":[8,4,23]},{"path":[4,0,2,3,5],"span":[8,4,10]},{"path":[4,0,2,3,1],"span":[8,11,18]},{"path":[4,0,2,3,3],"span":[8,21,22]},{"path":[4,0,2,4],"span":[9,4,21]},{"path":[4,0,2,4,5],"span":[9,4,10]},{"path":[4,0,2,4,1],"span":[9,11,16]},{"path":[4,0,2,4,3],"span":[9,19,20]},{"path":[4,0,2,5],"span":[10,4,25]},{"path":[4,0,2,5,5],"span":[10,4,10]},{"path":[4,0,2,5,1],"span":[10,11,20]},{"path":[4,0,2,5,3],"span":[10,23,24]},{"path":[4,1],"span":[13,0,15,1]},{"path":[4,1,1],"span":[13,8,36]},{"path":[4,1,2,0],"span":[14,4,18]},{"path":[4,1,2,0,5],"span":[14,4,10]},{"path":[4,1,2,0,1],"span":[14,11,13]},{"path":[4,1,2,0,3],"span":[14,16,17]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,37]},{"path":[4,2,2,0],"span":[18,4,31]},{"path":[4,2,2,0,6],"span":[18,4,18]},{"path":[4,2,2,0,1],"span":[18,19,26]},{"path":[4,2,2,0,3],"span":[18,29,30]},{"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,4,18]},{"path":[4,3,2,0,5],"span":[31,4,10]},{"path":[4,3,2,0,1],"span":[31,11,13]},{"path":[4,3,2,0,3],"span":[31,16,17]},{"path":[4,3,2,1],"span":[32,4,20]},{"path":[4,3,2,1,5],"span":[32,4,10]},{"path":[4,3,2,1,1],"span":[32,11,15]},{"path":[4,3,2,1,3],"span":[32,18,19]},{"path":[4,3,2,2],"span":[33,4,28]},{"path":[4,3,2,2,5],"span":[33,4,10]},{"path":[4,3,2,2,1],"span":[33,11,23]},{"path":[4,3,2,2,3],"span":[33,26,27]},{"path":[4,3,2,3],"span":[34,4,24]},{"path":[4,3,2,3,5],"span":[34,4,10]},{"path":[4,3,2,3,1],"span":[34,11,19]},{"path":[4,3,2,3,3],"span":[34,22,23]},{"path":[4,3,2,4],"span":[35,4,22]},{"path":[4,3,2,4,6],"span":[35,4,12]},{"path":[4,3,2,4,1],"span":[35,13,17]},{"path":[4,3,2,4,3],"span":[35,20,21]},{"path":[4,4],"span":[39,0,42,1]},{"path":[4,4,1],"span":[39,8,28]},{"path":[4,4,2,0],"span":[40,4,18]},{"path":[4,4,2,0,5],"span":[40,4,10]},{"path":[4,4,2,0,1],"span":[40,11,13]},{"path":[4,4,2,0,3],"span":[40,16,17]},{"path":[4,4,2,1],"span":[41,4,22]},{"path":[4,4,2,1,6],"span":[41,4,12]},{"path":[4,4,2,1,1],"span":[41,13,17]},{"path":[4,4,2,1,3],"span":[41,20,21]},{"path":[4,5],"span":[44,0,46,1]},{"path":[4,5,1],"span":[44,8,29]},{"path":[4,5,2,0],"span":[45,4,21]},{"path":[4,5,2,0,5],"span":[45,4,8]},{"path":[4,5,2,0,1],"span":[45,9,16]},{"path":[4,5,2,0,3],"span":[45,19,20]},{"path":[4,6],"span":[48,0,53,1]},{"path":[4,6,1],"span":[48,8,15]},{"path":[4,6,2,0],"span":[49,4,18]},{"path":[4,6,2,0,5],"span":[49,4,10]},{"path":[4,6,2,0,1],"span":[49,11,13]},{"path":[4,6,2,0,3],"span":[49,16,17]},{"path":[4,6,2,1],"span":[50,4,23]},{"path":[4,6,2,1,5],"span":[50,4,10]},{"path":[4,6,2,1,1],"span":[50,11,18]},{"path":[4,6,2,1,3],"span":[50,21,22]},{"path":[4,6,2,2],"span":[51,4,25]},{"path":[4,6,2,2,6],"span":[51,4,15]},{"path":[4,6,2,2,1],"span":[51,16,20]},{"path":[4,6,2,2,3],"span":[51,23,24]},{"path":[4,6,2,3],"span":[52,4,22]},{"path":[4,6,2,3,5],"span":[52,4,8]},{"path":[4,6,2,3,1],"span":[52,9,17]},{"path":[4,6,2,3,3],"span":[52,20,21]},{"path":[4,7],"span":[55,0,58,1]},{"path":[4,7,1],"span":[55,8,38]},{"path":[4,7,2,0],"span":[56,4,26]},{"path":[4,7,2,0,5],"span":[56,4,10]},{"path":[4,7,2,0,1],"span":[56,11,21]},{"path":[4,7,2,0,3],"span":[56,24,25]},{"path":[4,7,2,1],"span":[57,4,28]},{"path":[4,7,2,1,5],"span":[57,4,8]},{"path":[4,7,2,1,1],"span":[57,9,23]},{"path":[4,7,2,1,3],"span":[57,26,27]},{"path":[4,8],"span":[60,0,62,1]},{"path":[4,8,1],"span":[60,8,39]},{"path":[4,8,2,0],"span":[61,4,33]},{"path":[4,8,2,0,4],"span":[61,4,12]},{"path":[4,8,2,0,6],"span":[61,13,20]},{"path":[4,8,2,0,1],"span":[61,21,28]},{"path":[4,8,2,0,3],"span":[61,31,32]},{"path":[4,9],"span":[64,0,68,1]},{"path":[4,9,1],"span":[64,8,43]},{"path":[4,9,2,0],"span":[65,4,26]},{"path":[4,9,2,0,5],"span":[65,4,10]},{"path":[4,9,2,0,1],"span":[65,11,21]},{"path":[4,9,2,0,3],"span":[65,24,25]},{"path":[4,9,2,1],"span":[66,4,23]},{"path":[4,9,2,1,5],"span":[66,4,10]},{"path":[4,9,2,1,1],"span":[66,11,18]},{"path":[4,9,2,1,3],"span":[66,21,22]},{"path":[4,9,2,2],"span":[67,4,24]},{"path":[4,9,2,2,5],"span":[67,4,8]},{"path":[4,9,2,2,1],"span":[67,9,19]},{"path":[4,9,2,2,3],"span":[67,22,23]},{"path":[4,10],"span":[70,0,72,1]},{"path":[4,10,1],"span":[70,8,44]},{"path":[4,10,2,0],"span":[71,4,20]},{"path":[4,10,2,0,5],"span":[71,4,8]},{"path":[4,10,2,0,1],"span":[71,9,15]},{"path":[4,10,2,0,3],"span":[71,18,19]},{"path":[5,1],"span":[74,0,78,1]},{"path":[5,1,1],"span":[74,5,22]},{"path":[5,1,2,0],"span":[75,3,40]},{"path":[5,1,2,0,1],"span":[75,3,35]},{"path":[5,1,2,0,2],"span":[75,38,39]},{"path":[5,1,2,1],"span":[76,3,32]},{"path":[5,1,2,1,1],"span":[76,3,27]},{"path":[5,1,2,1,2],"span":[76,30,31]},{"path":[5,1,2,2],"span":[77,3,34]},{"path":[5,1,2,2,1],"span":[77,3,29]},{"path":[5,1,2,2,2],"span":[77,32,33]},{"path":[4,11],"span":[80,0,95,1]},{"path":[4,11,1],"span":[80,8,15]},{"path":[4,11,2,0],"span":[81,2,16]},{"path":[4,11,2,0,5],"span":[81,2,8]},{"path":[4,11,2,0,1],"span":[81,9,11]},{"path":[4,11,2,0,3],"span":[81,14,15]},{"path":[4,11,2,1],"span":[82,2,23]},{"path":[4,11,2,1,5],"span":[82,2,8]},{"path":[4,11,2,1,1],"span":[82,9,18]},{"path":[4,11,2,1,3],"span":[82,21,22]},{"path":[4,11,2,2],"span":[83,2,21]},{"path":[4,11,2,2,5],"span":[83,2,8]},{"path":[4,11,2,2,1],"span":[83,9,16]},{"path":[4,11,2,2,3],"span":[83,19,20]},{"path":[4,11,2,3],"span":[84,2,26]},{"path":[4,11,2,3,5],"span":[84,2,8]},{"path":[4,11,2,3,1],"span":[84,9,21]},{"path":[4,11,2,3,3],"span":[84,24,25]},{"path":[4,11,2,4],"span":[85,2,25]},{"path":[4,11,2,4,5],"span":[85,2,8]},{"path":[4,11,2,4,1],"span":[85,9,20]},{"path":[4,11,2,4,3],"span":[85,23,24]},{"path":[4,11,2,5],"span":[86,2,20]},{"path":[4,11,2,5,5],"span":[86,2,8]},{"path":[4,11,2,5,1],"span":[86,9,15]},{"path":[4,11,2,5,3],"span":[86,18,19]},{"path":[4,11,2,6],"span":[87,2,18]},{"path":[4,11,2,6,5],"span":[87,2,8]},{"path":[4,11,2,6,1],"span":[87,9,13]},{"path":[4,11,2,6,3],"span":[87,16,17]},{"path":[4,11,2,7],"span":[88,2,27]},{"path":[4,11,2,7,5],"span":[88,2,8]},{"path":[4,11,2,7,1],"span":[88,9,22]},{"path":[4,11,2,7,3],"span":[88,25,26]},{"path":[4,11,3,0],"span":[90,2,92,3]},{"path":[4,11,3,0,1],"span":[90,10,22]},{"path":[4,11,3,0,2,0],"span":[91,4,32]},{"path":[4,11,3,0,2,0,6],"span":[91,4,21]},{"path":[4,11,3,0,2,0,1],"span":[91,22,27]},{"path":[4,11,3,0,2,0,3],"span":[91,30,31]},{"path":[4,11,2,8],"span":[93,2,25]},{"path":[4,11,2,8,6],"span":[93,2,14]},{"path":[4,11,2,8,1],"span":[93,15,20]},{"path":[4,11,2,8,3],"span":[93,23,24]},{"path":[4,11,2,9],"span":[94,2,25]},{"path":[4,11,2,9,5],"span":[94,2,8]},{"path":[4,11,2,9,1],"span":[94,9,19]},{"path":[4,11,2,9,3],"span":[94,22,24]},{"path":[4,12],"span":[97,0,100,1]},{"path":[4,12,1],"span":[97,8,26]},{"path":[4,12,2,0],"span":[98,2,22]},{"path":[4,12,2,0,5],"span":[98,2,8]},{"path":[4,12,2,0,1],"span":[98,9,17]},{"path":[4,12,2,0,3],"span":[98,20,21]},{"path":[4,12,2,1],"span":[99,2,27]},{"path":[4,12,2,1,5],"span":[99,2,8]},{"path":[4,12,2,1,1],"span":[99,9,22]},{"path":[4,12,2,1,3],"span":[99,25,26]},{"path":[4,13],"span":[102,0,104,1]},{"path":[4,13,1],"span":[102,8,37]},{"path":[4,13,2,0],"span":[103,4,23]},{"path":[4,13,2,0,5],"span":[103,4,10]},{"path":[4,13,2,0,1],"span":[103,11,18]},{"path":[4,13,2,0,3],"span":[103,21,22]},{"path":[4,14],"span":[106,0,108,1]},{"path":[4,14,1],"span":[106,8,32]},{"path":[4,14,2,0],"span":[107,4,20]},{"path":[4,14,2,0,5],"span":[107,4,9]},{"path":[4,14,2,0,1],"span":[107,10,15]},{"path":[4,14,2,0,3],"span":[107,18,19]},{"path":[4,15],"span":[110,0,112,1]},{"path":[4,15,1],"span":[110,8,32]},{"path":[4,15,2,0],"span":[111,4,23]},{"path":[4,15,2,0,5],"span":[111,4,10]},{"path":[4,15,2,0,1],"span":[111,11,18]},{"path":[4,15,2,0,3],"span":[111,21,22]},{"path":[4,16],"span":[114,0,121,1]},{"path":[4,16,1],"span":[114,8,33]},{"path":[4,16,2,0],"span":[115,4,33]},{"path":[4,16,2,0,4],"span":[115,4,12]},{"path":[4,16,2,0,6],"span":[115,13,20]},{"path":[4,16,2,0,1],"span":[115,21,28]},{"path":[4,16,2,0,3],"span":[115,31,32]},{"path":[4,16,3,0],"span":[117,4,119,5]},{"path":[4,16,3,0,1],"span":[117,12,18]},{"path":[4,16,3,0,2,0],"span":[118,8,36]},{"path":[4,16,3,0,2,0,6],"span":[118,8,25]},{"path":[4,16,3,0,2,0,1],"span":[118,26,31]},{"path":[4,16,3,0,2,0,3],"span":[118,34,35]},{"path":[4,16,2,1],"span":[120,4,22]},{"path":[4,16,2,1,6],"span":[120,4,10]},{"path":[4,16,2,1,1],"span":[120,11,17]},{"path":[4,16,2,1,3],"span":[120,20,21]},{"path":[4,17],"span":[123,0,125,1]},{"path":[4,17,1],"span":[123,8,35]},{"path":[4,17,2,0],"span":[124,4,25]},{"path":[4,17,2,0,5],"span":[124,4,10]},{"path":[4,17,2,0,1],"span":[124,11,20]},{"path":[4,17,2,0,3],"span":[124,23,24]},{"path":[4,18],"span":[127,0,129,1]},{"path":[4,18,1],"span":[127,8,36]},{"path":[4,18,2,0],"span":[128,4,24]},{"path":[4,18,2,0,6],"span":[128,4,11]},{"path":[4,18,2,0,1],"span":[128,12,19]},{"path":[4,18,2,0,3],"span":[128,22,23]},{"path":[4,19],"span":[131,0,141,1]},{"path":[4,19,1],"span":[131,8,28]},{"path":[4,19,2,0],"span":[132,4,23]},{"path":[4,19,2,0,5],"span":[132,4,10]},{"path":[4,19,2,0,1],"span":[132,11,18]},{"path":[4,19,2,0,3],"span":[132,21,22]},{"path":[4,19,2,1],"span":[133,4,25]},{"path":[4,19,2,1,5],"span":[133,4,10]},{"path":[4,19,2,1,1],"span":[133,11,20]},{"path":[4,19,2,1,3],"span":[133,23,24]},{"path":[4,19,2,2],"span":[134,4,28]},{"path":[4,19,2,2,5],"span":[134,4,10]},{"path":[4,19,2,2,1],"span":[134,11,23]},{"path":[4,19,2,2,3],"span":[134,26,27]},{"path":[4,19,2,3],"span":[135,4,27]},{"path":[4,19,2,3,5],"span":[135,4,10]},{"path":[4,19,2,3,1],"span":[135,11,22]},{"path":[4,19,2,3,3],"span":[135,25,26]},{"path":[4,19,2,4],"span":[136,4,22]},{"path":[4,19,2,4,5],"span":[136,4,10]},{"path":[4,19,2,4,1],"span":[136,11,17]},{"path":[4,19,2,4,3],"span":[136,20,21]},{"path":[4,19,2,5],"span":[137,4,20]},{"path":[4,19,2,5,5],"span":[137,4,10]},{"path":[4,19,2,5,1],"span":[137,11,15]},{"path":[4,19,2,5,3],"span":[137,18,19]},{"path":[4,19,2,6],"span":[138,4,29]},{"path":[4,19,2,6,5],"span":[138,4,10]},{"path":[4,19,2,6,1],"span":[138,11,24]},{"path":[4,19,2,6,3],"span":[138,27,28]},{"path":[4,19,2,7],"span":[140,4,30]},{"path":[4,19,2,7,5],"span":[140,4,8]},{"path":[4,19,2,7,1],"span":[140,9,25]},{"path":[4,19,2,7,3],"span":[140,28,29]},{"path":[4,20],"span":[143,0,146,1]},{"path":[4,20,1],"span":[143,8,29]},{"path":[4,20,2,0],"span":[144,4,24]},{"path":[4,20,2,0,6],"span":[144,4,11]},{"path":[4,20,2,0,1],"span":[144,12,19]},{"path":[4,20,2,0,3],"span":[144,22,23]},{"path":[4,20,2,1],"span":[145,4,39]},{"path":[4,20,2,1,6],"span":[145,4,22]},{"path":[4,20,2,1,1],"span":[145,23,34]},{"path":[4,20,2,1,3],"span":[145,37,38]},{"path":[4,21],"span":[148,0,163,1]},{"path":[4,21,1],"span":[148,8,38]},{"path":[4,21,2,0],"span":[149,4,25]},{"path":[4,21,2,0,5],"span":[149,4,10]},{"path":[4,21,2,0,1],"span":[149,11,20]},{"path":[4,21,2,0,3],"span":[149,23,24]},{"path":[4,21,2,1],"span":[150,4,28]},{"path":[4,21,2,1,5],"span":[150,4,10]},{"path":[4,21,2,1,1],"span":[150,11,23]},{"path":[4,21,2,1,3],"span":[150,26,27]},{"path":[4,21,2,2],"span":[151,4,27]},{"path":[4,21,2,2,5],"span":[151,4,10]},{"path":[4,21,2,2,1],"span":[151,11,22]},{"path":[4,21,2,2,3],"span":[151,25,26]},{"path":[4,21,2,3],"span":[152,4,22]},{"path":[4,21,2,3,5],"span":[152,4,10]},{"path":[4,21,2,3,1],"span":[152,11,17]},{"path":[4,21,2,3,3],"span":[152,20,21]},{"path":[4,21,2,4],"span":[153,4,20]},{"path":[4,21,2,4,5],"span":[153,4,10]},{"path":[4,21,2,4,1],"span":[153,11,15]},{"path":[4,21,2,4,3],"span":[153,18,19]},{"path":[4,21,3,0],"span":[155,4,160,5]},{"path":[4,21,3,0,1],"span":[155,12,26]},{"path":[4,21,3,0,2,0],"span":[156,6,43]},{"path":[4,21,3,0,2,0,5],"span":[156,6,12]},{"path":[4,21,3,0,2,0,1],"span":[156,13,38]},{"path":[4,21,3,0,2,0,3],"span":[156,41,42]},{"path":[4,21,3,0,2,1],"span":[157,6,49]},{"path":[4,21,3,0,2,1,5],"span":[157,6,12]},{"path":[4,21,3,0,2,1,1],"span":[157,13,44]},{"path":[4,21,3,0,2,1,3],"span":[157,47,48]},{"path":[4,21,3,0,2,2],"span":[158,6,47]},{"path":[4,21,3,0,2,2,5],"span":[158,6,12]},{"path":[4,21,3,0,2,2,1],"span":[158,13,42]},{"path":[4,21,3,0,2,2,3],"span":[158,45,46]},{"path":[4,21,3,0,2,3],"span":[159,6,42]},{"path":[4,21,3,0,2,3,5],"span":[159,6,12]},{"path":[4,21,3,0,2,3,1],"span":[159,13,37]},{"path":[4,21,3,0,2,3,3],"span":[159,40,41]},{"path":[4,21,2,5],"span":[162,4,39]},{"path":[4,21,2,5,6],"span":[162,4,18]},{"path":[4,21,2,5,1],"span":[162,19,34]},{"path":[4,21,2,5,3],"span":[162,37,38]},{"path":[4,22],"span":[165,0,167,1]},{"path":[4,22,1],"span":[165,8,39]},{"path":[4,22,2,0],"span":[166,4,24]},{"path":[4,22,2,0,6],"span":[166,4,11]},{"path":[4,22,2,0,1],"span":[166,12,19]},{"path":[4,22,2,0,3],"span":[166,22,23]},{"path":[4,23],"span":[169,0,172,1]},{"path":[4,23,1],"span":[169,8,38]},{"path":[4,23,2,0],"span":[170,4,25]},{"path":[4,23,2,0,5],"span":[170,4,10]},{"path":[4,23,2,0,1],"span":[170,11,20]},{"path":[4,23,2,0,3],"span":[170,23,24]},{"path":[4,23,2,1],"span":[171,4,24]},{"path":[4,23,2,1,5],"span":[171,4,10]},{"path":[4,23,2,1,1],"span":[171,11,19]},{"path":[4,23,2,1,3],"span":[171,22,23]},{"path":[4,24],"span":[174,0,179,1]},{"path":[4,24,1],"span":[174,8,39]},{"path":[4,24,2,0],"span":[175,4,21]},{"path":[4,24,2,0,5],"span":[175,4,8]},{"path":[4,24,2,0,1],"span":[175,9,16]},{"path":[4,24,2,0,3],"span":[175,19,20]},{"path":[4,24,2,1],"span":[176,4,23]},{"path":[4,24,2,1,5],"span":[176,4,10]},{"path":[4,24,2,1,1],"span":[176,11,18]},{"path":[4,24,2,1,3],"span":[176,21,22]},{"path":[4,24,2,2],"span":[177,4,30]},{"path":[4,24,2,2,5],"span":[177,4,10]},{"path":[4,24,2,2,1],"span":[177,11,25]},{"path":[4,24,2,2,3],"span":[177,28,29]},{"path":[4,24,2,3],"span":[178,4,30]},{"path":[4,24,2,3,5],"span":[178,4,10]},{"path":[4,24,2,3,1],"span":[178,11,25]},{"path":[4,24,2,3,3],"span":[178,28,29]},{"path":[4,25],"span":[181,0,186,1]},{"path":[4,25,1],"span":[181,8,38]},{"path":[4,25,2,0],"span":[182,4,25]},{"path":[4,25,2,0,5],"span":[182,4,10]},{"path":[4,25,2,0,1],"span":[182,11,20]},{"path":[4,25,2,0,3],"span":[182,23,24]},{"path":[4,25,2,1],"span":[183,4,24]},{"path":[4,25,2,1,5],"span":[183,4,10]},{"path":[4,25,2,1,1],"span":[183,11,19]},{"path":[4,25,2,1,3],"span":[183,22,23]},{"path":[4,25,2,2],"span":[184,4,25]},{"path":[4,25,2,2,5],"span":[184,4,8]},{"path":[4,25,2,2,1],"span":[184,9,20]},{"path":[4,25,2,2,3],"span":[184,23,24]},{"path":[4,25,2,3],"span":[185,4,25]},{"path":[4,25,2,3,5],"span":[185,4,8]},{"path":[4,25,2,3,1],"span":[185,9,20]},{"path":[4,25,2,3,3],"span":[185,23,24]},{"path":[4,26],"span":[188,0,190,1]},{"path":[4,26,1],"span":[188,8,39]},{"path":[4,26,2,0],"span":[189,4,21]},{"path":[4,26,2,0,5],"span":[189,4,8]},{"path":[4,26,2,0,1],"span":[189,9,16]},{"path":[4,26,2,0,3],"span":[189,19,20]},{"path":[4,27],"span":[192,0,196,1]},{"path":[4,27,1],"span":[192,8,40]},{"path":[4,27,2,0],"span":[193,4,23]},{"path":[4,27,2,0,5],"span":[193,4,10]},{"path":[4,27,2,0,1],"span":[193,11,18]},{"path":[4,27,2,0,3],"span":[193,21,22]},{"path":[4,27,2,1],"span":[194,4,36]},{"path":[4,27,2,1,4],"span":[194,4,12]},{"path":[4,27,2,1,5],"span":[194,13,19]},{"path":[4,27,2,1,1],"span":[194,20,31]},{"path":[4,27,2,1,3],"span":[194,34,35]},{"path":[4,27,2,2],"span":[195,4,23]},{"path":[4,27,2,2,5],"span":[195,4,10]},{"path":[4,27,2,2,1],"span":[195,11,18]},{"path":[4,27,2,2,3],"span":[195,21,22]},{"path":[4,28],"span":[198,0,204,1]},{"path":[4,28,1],"span":[198,8,41]},{"path":[4,28,3,0],"span":[199,4,202,5]},{"path":[4,28,3,0,1],"span":[199,12,18]},{"path":[4,28,3,0,2,0],"span":[200,8,30]},{"path":[4,28,3,0,2,0,5],"span":[200,8,14]},{"path":[4,28,3,0,2,0,1],"span":[200,15,25]},{"path":[4,28,3,0,2,0,3],"span":[200,28,29]},{"path":[4,28,3,0,2,1],"span":[201,8,24]},{"path":[4,28,3,0,2,1,5],"span":[201,8,12]},{"path":[4,28,3,0,2,1,1],"span":[201,13,19]},{"path":[4,28,3,0,2,1,3],"span":[201,22,23]},{"path":[4,28,2,0],"span":[203,4,31]},{"path":[4,28,2,0,4],"span":[203,4,12]},{"path":[4,28,2,0,6],"span":[203,13,19]},{"path":[4,28,2,0,1],"span":[203,20,26]},{"path":[4,28,2,0,3],"span":[203,29,30]},{"path":[4,29],"span":[206,0,209,1]},{"path":[4,29,1],"span":[206,8,46]},{"path":[4,29,2,0],"span":[207,4,23]},{"path":[4,29,2,0,5],"span":[207,4,10]},{"path":[4,29,2,0,1],"span":[207,11,18]},{"path":[4,29,2,0,3],"span":[207,21,22]},{"path":[4,29,2,1],"span":[208,4,25]},{"path":[4,29,2,1,5],"span":[208,4,10]},{"path":[4,29,2,1,1],"span":[208,11,20]},{"path":[4,29,2,1,3],"span":[208,23,24]},{"path":[4,30],"span":[211,0,213,1]},{"path":[4,30,1],"span":[211,8,47]},{"path":[4,30,2,0],"span":[212,4,33]},{"path":[4,30,2,0,4],"span":[212,4,12]},{"path":[4,30,2,0,6],"span":[212,13,20]},{"path":[4,30,2,0,1],"span":[212,21,28]},{"path":[4,30,2,0,3],"span":[212,31,32]},{"path":[6,0],"span":[216,0,243,1]},{"path":[6,0,1],"span":[216,8,19]},{"path":[6,0,2,0],"span":[217,4,123]},{"path":[6,0,2,0,1],"span":[217,8,36]},{"path":[6,0,2,0,2],"span":[217,37,72]},{"path":[6,0,2,0,3],"span":[217,83,119]},{"path":[6,0,2,1],"span":[219,4,102]},{"path":[6,0,2,1,1],"span":[219,8,29]},{"path":[6,0,2,1,2],"span":[219,30,58]},{"path":[6,0,2,1,3],"span":[219,69,98]},{"path":[6,0,2,2],"span":[221,4,108]},{"path":[6,0,2,2,1],"span":[221,8,31]},{"path":[6,0,2,2,2],"span":[221,32,62]},{"path":[6,0,2,2,3],"span":[221,73,104]},{"path":[6,0,2,3],"span":[223,4,78]},{"path":[6,0,2,3,1],"span":[223,8,21]},{"path":[6,0,2,3,2],"span":[223,22,42]},{"path":[6,0,2,3,3],"span":[223,53,74]},{"path":[6,0,2,4],"span":[225,4,78]},{"path":[6,0,2,4,1],"span":[225,8,21]},{"path":[6,0,2,4,2],"span":[225,22,42]},{"path":[6,0,2,4,3],"span":[225,53,74]},{"path":[6,0,2,5],"span":[227,4,90]},{"path":[6,0,2,5,1],"span":[227,8,25]},{"path":[6,0,2,5,2],"span":[227,26,50]},{"path":[6,0,2,5,3],"span":[227,61,86]},{"path":[6,0,2,6],"span":[229,4,99]},{"path":[6,0,2,6,1],"span":[229,8,30]},{"path":[6,0,2,6,2],"span":[229,31,60]},{"path":[6,0,2,6,3],"span":[229,71,95]},{"path":[6,0,2,7],"span":[231,4,99]},{"path":[6,0,2,7,1],"span":[231,8,28]},{"path":[6,0,2,7,2],"span":[231,29,56]},{"path":[6,0,2,7,3],"span":[231,67,95]},{"path":[6,0,2,8],"span":[233,4,108]},{"path":[6,0,2,8,1],"span":[233,8,31]},{"path":[6,0,2,8,2],"span":[233,32,62]},{"path":[6,0,2,8,3],"span":[233,73,104]},{"path":[6,0,2,9],"span":[235,4,108]},{"path":[6,0,2,9,1],"span":[235,8,31]},{"path":[6,0,2,9,2],"span":[235,32,62]},{"path":[6,0,2,9,3],"span":[235,73,104]},{"path":[6,0,2,10],"span":[237,4,108]},{"path":[6,0,2,10,1],"span":[237,8,31]},{"path":[6,0,2,10,2],"span":[237,32,62]},{"path":[6,0,2,10,3],"span":[237,73,104]},{"path":[6,0,2,11],"span":[239,4,114]},{"path":[6,0,2,11,1],"span":[239,8,33]},{"path":[6,0,2,11,2],"span":[239,34,66]},{"path":[6,0,2,11,3],"span":[239,77,110]},{"path":[6,0,2,12],"span":[241,4,132]},{"path":[6,0,2,12,1],"span":[241,8,39]},{"path":[6,0,2,12,2],"span":[241,40,78]},{"path":[6,0,2,12,3],"span":[241,89,128]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -13,6 +13,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
13
13
|
listProfilesByAccountId: IMultitenantService_IListProfilesByAccountId;
|
|
14
14
|
patchSiteMode: IMultitenantService_IPatchSiteMode;
|
|
15
15
|
createInstall: IMultitenantService_ICreateInstall;
|
|
16
|
+
getInstallsBySite: IMultitenantService_IGetInstallsBySite;
|
|
16
17
|
getInstallsCountBySite: IMultitenantService_IGetInstallsCountBySite;
|
|
17
18
|
getInstallbyClientId: IMultitenantService_IGetInstallbyClientId;
|
|
18
19
|
updateInstallByClientId: IMultitenantService_IUpdateInstallByClientId;
|
|
@@ -67,6 +68,15 @@ interface IMultitenantService_ICreateInstall extends grpc.MethodDefinition<multi
|
|
|
67
68
|
responseSerialize: grpc.serialize<multitenant_pb.CreateInstallResponse>;
|
|
68
69
|
responseDeserialize: grpc.deserialize<multitenant_pb.CreateInstallResponse>;
|
|
69
70
|
}
|
|
71
|
+
interface IMultitenantService_IGetInstallsBySite extends grpc.MethodDefinition<multitenant_pb.GetInstallsBySiteRequest, multitenant_pb.GetInstallsBySiteResponse> {
|
|
72
|
+
path: "/lansweeper.multitenant.v1.Multitenant/GetInstallsBySite";
|
|
73
|
+
requestStream: false;
|
|
74
|
+
responseStream: false;
|
|
75
|
+
requestSerialize: grpc.serialize<multitenant_pb.GetInstallsBySiteRequest>;
|
|
76
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.GetInstallsBySiteRequest>;
|
|
77
|
+
responseSerialize: grpc.serialize<multitenant_pb.GetInstallsBySiteResponse>;
|
|
78
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.GetInstallsBySiteResponse>;
|
|
79
|
+
}
|
|
70
80
|
interface IMultitenantService_IGetInstallsCountBySite extends grpc.MethodDefinition<multitenant_pb.GetInstallsCountBySiteRequest, multitenant_pb.GetInstallsCountResponse> {
|
|
71
81
|
path: "/lansweeper.multitenant.v1.Multitenant/GetInstallsCountBySite";
|
|
72
82
|
requestStream: false;
|
|
@@ -139,6 +149,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
139
149
|
listProfilesByAccountId: grpc.handleUnaryCall<multitenant_pb.ListProfilesByAccountIdRequest, multitenant_pb.ListProfilesByAccountIdResponse>;
|
|
140
150
|
patchSiteMode: grpc.handleUnaryCall<multitenant_pb.PatchSiteModeRequest, multitenant_pb.PatchSiteModeResponse>;
|
|
141
151
|
createInstall: grpc.handleUnaryCall<multitenant_pb.CreateInstallRequest, multitenant_pb.CreateInstallResponse>;
|
|
152
|
+
getInstallsBySite: grpc.handleUnaryCall<multitenant_pb.GetInstallsBySiteRequest, multitenant_pb.GetInstallsBySiteResponse>;
|
|
142
153
|
getInstallsCountBySite: grpc.handleUnaryCall<multitenant_pb.GetInstallsCountBySiteRequest, multitenant_pb.GetInstallsCountResponse>;
|
|
143
154
|
getInstallbyClientId: grpc.handleUnaryCall<multitenant_pb.GetInstallbyClientIdRequest, multitenant_pb.GetInstallbyClientIdResponse>;
|
|
144
155
|
updateInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UpdateInstallByClientIdRequest, multitenant_pb.UpdateInstallByClientIdResponse>;
|
|
@@ -164,6 +175,9 @@ export interface IMultitenantClient {
|
|
|
164
175
|
createInstall(request: multitenant_pb.CreateInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
165
176
|
createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
166
177
|
createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
178
|
+
getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
179
|
+
getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
180
|
+
getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
167
181
|
getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
168
182
|
getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
169
183
|
getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -204,6 +218,9 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
204
218
|
public createInstall(request: multitenant_pb.CreateInstallRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
205
219
|
public createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
206
220
|
public createInstall(request: multitenant_pb.CreateInstallRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.CreateInstallResponse) => void): grpc.ClientUnaryCall;
|
|
221
|
+
public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
222
|
+
public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
223
|
+
public getInstallsBySite(request: multitenant_pb.GetInstallsBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsBySiteResponse) => void): grpc.ClientUnaryCall;
|
|
207
224
|
public getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
208
225
|
public getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
209
226
|
public getInstallsCountBySite(request: multitenant_pb.GetInstallsCountBySiteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallsCountResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -92,6 +92,28 @@ function deserialize_lansweeper_multitenant_v1_GetInstallbyClientIdResponse(buff
|
|
|
92
92
|
return multitenant_pb.GetInstallbyClientIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
+
function serialize_lansweeper_multitenant_v1_GetInstallsBySiteRequest(arg) {
|
|
96
|
+
if (!(arg instanceof multitenant_pb.GetInstallsBySiteRequest)) {
|
|
97
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallsBySiteRequest');
|
|
98
|
+
}
|
|
99
|
+
return Buffer.from(arg.serializeBinary());
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
function deserialize_lansweeper_multitenant_v1_GetInstallsBySiteRequest(buffer_arg) {
|
|
103
|
+
return multitenant_pb.GetInstallsBySiteRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
function serialize_lansweeper_multitenant_v1_GetInstallsBySiteResponse(arg) {
|
|
107
|
+
if (!(arg instanceof multitenant_pb.GetInstallsBySiteResponse)) {
|
|
108
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallsBySiteResponse');
|
|
109
|
+
}
|
|
110
|
+
return Buffer.from(arg.serializeBinary());
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
function deserialize_lansweeper_multitenant_v1_GetInstallsBySiteResponse(buffer_arg) {
|
|
114
|
+
return multitenant_pb.GetInstallsBySiteResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
115
|
+
}
|
|
116
|
+
|
|
95
117
|
function serialize_lansweeper_multitenant_v1_GetInstallsCountBySiteRequest(arg) {
|
|
96
118
|
if (!(arg instanceof multitenant_pb.GetInstallsCountBySiteRequest)) {
|
|
97
119
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallsCountBySiteRequest');
|
|
@@ -325,6 +347,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
325
347
|
responseSerialize: serialize_lansweeper_multitenant_v1_CreateInstallResponse,
|
|
326
348
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_CreateInstallResponse,
|
|
327
349
|
},
|
|
350
|
+
getInstallsBySite: {
|
|
351
|
+
path: '/lansweeper.multitenant.v1.Multitenant/GetInstallsBySite',
|
|
352
|
+
requestStream: false,
|
|
353
|
+
responseStream: false,
|
|
354
|
+
requestType: multitenant_pb.GetInstallsBySiteRequest,
|
|
355
|
+
responseType: multitenant_pb.GetInstallsBySiteResponse,
|
|
356
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_GetInstallsBySiteRequest,
|
|
357
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_GetInstallsBySiteRequest,
|
|
358
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_GetInstallsBySiteResponse,
|
|
359
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetInstallsBySiteResponse,
|
|
360
|
+
},
|
|
328
361
|
getInstallsCountBySite: {
|
|
329
362
|
path: '/lansweeper.multitenant.v1.Multitenant/GetInstallsCountBySite',
|
|
330
363
|
requestStream: false,
|
|
@@ -417,6 +417,76 @@ export namespace GetInstallsCountResponse {
|
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
|
|
420
|
+
export class GetInstallsBySiteRequest extends jspb.Message {
|
|
421
|
+
getSiteId(): string;
|
|
422
|
+
setSiteId(value: string): GetInstallsBySiteRequest;
|
|
423
|
+
|
|
424
|
+
serializeBinary(): Uint8Array;
|
|
425
|
+
toObject(includeInstance?: boolean): GetInstallsBySiteRequest.AsObject;
|
|
426
|
+
static toObject(includeInstance: boolean, msg: GetInstallsBySiteRequest): GetInstallsBySiteRequest.AsObject;
|
|
427
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
428
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
429
|
+
static serializeBinaryToWriter(message: GetInstallsBySiteRequest, writer: jspb.BinaryWriter): void;
|
|
430
|
+
static deserializeBinary(bytes: Uint8Array): GetInstallsBySiteRequest;
|
|
431
|
+
static deserializeBinaryFromReader(message: GetInstallsBySiteRequest, reader: jspb.BinaryReader): GetInstallsBySiteRequest;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export namespace GetInstallsBySiteRequest {
|
|
435
|
+
export type AsObject = {
|
|
436
|
+
siteId: string,
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export class GetInstallsBySiteResponse extends jspb.Message {
|
|
441
|
+
clearInstallList(): void;
|
|
442
|
+
getInstallList(): Array<Install>;
|
|
443
|
+
setInstallList(value: Array<Install>): GetInstallsBySiteResponse;
|
|
444
|
+
addInstall(value?: Install, index?: number): Install;
|
|
445
|
+
|
|
446
|
+
hasFilter(): boolean;
|
|
447
|
+
clearFilter(): void;
|
|
448
|
+
getFilter(): GetInstallsBySiteResponse.Filter | undefined;
|
|
449
|
+
setFilter(value?: GetInstallsBySiteResponse.Filter): GetInstallsBySiteResponse;
|
|
450
|
+
|
|
451
|
+
serializeBinary(): Uint8Array;
|
|
452
|
+
toObject(includeInstance?: boolean): GetInstallsBySiteResponse.AsObject;
|
|
453
|
+
static toObject(includeInstance: boolean, msg: GetInstallsBySiteResponse): GetInstallsBySiteResponse.AsObject;
|
|
454
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
455
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
456
|
+
static serializeBinaryToWriter(message: GetInstallsBySiteResponse, writer: jspb.BinaryWriter): void;
|
|
457
|
+
static deserializeBinary(bytes: Uint8Array): GetInstallsBySiteResponse;
|
|
458
|
+
static deserializeBinaryFromReader(message: GetInstallsBySiteResponse, reader: jspb.BinaryReader): GetInstallsBySiteResponse;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export namespace GetInstallsBySiteResponse {
|
|
462
|
+
export type AsObject = {
|
|
463
|
+
installList: Array<Install.AsObject>,
|
|
464
|
+
filter?: GetInstallsBySiteResponse.Filter.AsObject,
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
export class Filter extends jspb.Message {
|
|
469
|
+
getState(): InstallStateValue;
|
|
470
|
+
setState(value: InstallStateValue): Filter;
|
|
471
|
+
|
|
472
|
+
serializeBinary(): Uint8Array;
|
|
473
|
+
toObject(includeInstance?: boolean): Filter.AsObject;
|
|
474
|
+
static toObject(includeInstance: boolean, msg: Filter): Filter.AsObject;
|
|
475
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
476
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
477
|
+
static serializeBinaryToWriter(message: Filter, writer: jspb.BinaryWriter): void;
|
|
478
|
+
static deserializeBinary(bytes: Uint8Array): Filter;
|
|
479
|
+
static deserializeBinaryFromReader(message: Filter, reader: jspb.BinaryReader): Filter;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export namespace Filter {
|
|
483
|
+
export type AsObject = {
|
|
484
|
+
state: InstallStateValue,
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
}
|
|
489
|
+
|
|
420
490
|
export class GetInstallbyClientIdRequest extends jspb.Message {
|
|
421
491
|
getClientId(): string;
|
|
422
492
|
setClientId(value: string): GetInstallbyClientIdRequest;
|
|
@@ -23,6 +23,9 @@ goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobal
|
|
|
23
23
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse', null, global);
|
|
24
24
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdRequest', null, global);
|
|
25
25
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallbyClientIdResponse', null, global);
|
|
26
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest', null, global);
|
|
27
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse', null, global);
|
|
28
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter', null, global);
|
|
26
29
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountBySiteRequest', null, global);
|
|
27
30
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetInstallsCountResponse', null, global);
|
|
28
31
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.GetPreviewAccountByIdRequest', null, global);
|
|
@@ -385,6 +388,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
385
388
|
*/
|
|
386
389
|
proto.lansweeper.multitenant.v1.GetInstallsCountResponse.displayName = 'proto.lansweeper.multitenant.v1.GetInstallsCountResponse';
|
|
387
390
|
}
|
|
391
|
+
/**
|
|
392
|
+
* Generated by JsPbCodeGenerator.
|
|
393
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
394
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
395
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
396
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
397
|
+
* valid.
|
|
398
|
+
* @extends {jspb.Message}
|
|
399
|
+
* @constructor
|
|
400
|
+
*/
|
|
401
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest = function(opt_data) {
|
|
402
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
403
|
+
};
|
|
404
|
+
goog.inherits(proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest, jspb.Message);
|
|
405
|
+
if (goog.DEBUG && !COMPILED) {
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
* @override
|
|
409
|
+
*/
|
|
410
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.displayName = 'proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest';
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* Generated by JsPbCodeGenerator.
|
|
414
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
415
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
416
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
417
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
418
|
+
* valid.
|
|
419
|
+
* @extends {jspb.Message}
|
|
420
|
+
* @constructor
|
|
421
|
+
*/
|
|
422
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse = function(opt_data) {
|
|
423
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.repeatedFields_, null);
|
|
424
|
+
};
|
|
425
|
+
goog.inherits(proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse, jspb.Message);
|
|
426
|
+
if (goog.DEBUG && !COMPILED) {
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
* @override
|
|
430
|
+
*/
|
|
431
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.displayName = 'proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse';
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Generated by JsPbCodeGenerator.
|
|
435
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
436
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
437
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
438
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
439
|
+
* valid.
|
|
440
|
+
* @extends {jspb.Message}
|
|
441
|
+
* @constructor
|
|
442
|
+
*/
|
|
443
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter = function(opt_data) {
|
|
444
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
445
|
+
};
|
|
446
|
+
goog.inherits(proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter, jspb.Message);
|
|
447
|
+
if (goog.DEBUG && !COMPILED) {
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
* @override
|
|
451
|
+
*/
|
|
452
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.displayName = 'proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter';
|
|
453
|
+
}
|
|
388
454
|
/**
|
|
389
455
|
* Generated by JsPbCodeGenerator.
|
|
390
456
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -3677,6 +3743,477 @@ proto.lansweeper.multitenant.v1.GetInstallsCountResponse.prototype.setCount = fu
|
|
|
3677
3743
|
|
|
3678
3744
|
|
|
3679
3745
|
|
|
3746
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3747
|
+
/**
|
|
3748
|
+
* Creates an object representation of this proto.
|
|
3749
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3750
|
+
* Optional fields that are not set will be set to undefined.
|
|
3751
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3752
|
+
* For the list of reserved names please see:
|
|
3753
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3754
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3755
|
+
* JSPB instance for transitional soy proto support:
|
|
3756
|
+
* http://goto/soy-param-migration
|
|
3757
|
+
* @return {!Object}
|
|
3758
|
+
*/
|
|
3759
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3760
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.toObject(opt_includeInstance, this);
|
|
3761
|
+
};
|
|
3762
|
+
|
|
3763
|
+
|
|
3764
|
+
/**
|
|
3765
|
+
* Static version of the {@see toObject} method.
|
|
3766
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3767
|
+
* the JSPB instance for transitional soy proto support:
|
|
3768
|
+
* http://goto/soy-param-migration
|
|
3769
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest} msg The msg instance to transform.
|
|
3770
|
+
* @return {!Object}
|
|
3771
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3772
|
+
*/
|
|
3773
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.toObject = function(includeInstance, msg) {
|
|
3774
|
+
var f, obj = {
|
|
3775
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
3776
|
+
};
|
|
3777
|
+
|
|
3778
|
+
if (includeInstance) {
|
|
3779
|
+
obj.$jspbMessageInstance = msg;
|
|
3780
|
+
}
|
|
3781
|
+
return obj;
|
|
3782
|
+
};
|
|
3783
|
+
}
|
|
3784
|
+
|
|
3785
|
+
|
|
3786
|
+
/**
|
|
3787
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3788
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3789
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest}
|
|
3790
|
+
*/
|
|
3791
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.deserializeBinary = function(bytes) {
|
|
3792
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3793
|
+
var msg = new proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest;
|
|
3794
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.deserializeBinaryFromReader(msg, reader);
|
|
3795
|
+
};
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
/**
|
|
3799
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3800
|
+
* given reader into the given message object.
|
|
3801
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest} msg The message object to deserialize into.
|
|
3802
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3803
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest}
|
|
3804
|
+
*/
|
|
3805
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
3806
|
+
while (reader.nextField()) {
|
|
3807
|
+
if (reader.isEndGroup()) {
|
|
3808
|
+
break;
|
|
3809
|
+
}
|
|
3810
|
+
var field = reader.getFieldNumber();
|
|
3811
|
+
switch (field) {
|
|
3812
|
+
case 1:
|
|
3813
|
+
var value = /** @type {string} */ (reader.readString());
|
|
3814
|
+
msg.setSiteId(value);
|
|
3815
|
+
break;
|
|
3816
|
+
default:
|
|
3817
|
+
reader.skipField();
|
|
3818
|
+
break;
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
return msg;
|
|
3822
|
+
};
|
|
3823
|
+
|
|
3824
|
+
|
|
3825
|
+
/**
|
|
3826
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3827
|
+
* @return {!Uint8Array}
|
|
3828
|
+
*/
|
|
3829
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.prototype.serializeBinary = function() {
|
|
3830
|
+
var writer = new jspb.BinaryWriter();
|
|
3831
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.serializeBinaryToWriter(this, writer);
|
|
3832
|
+
return writer.getResultBuffer();
|
|
3833
|
+
};
|
|
3834
|
+
|
|
3835
|
+
|
|
3836
|
+
/**
|
|
3837
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3838
|
+
* format), writing to the given BinaryWriter.
|
|
3839
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest} message
|
|
3840
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3841
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3842
|
+
*/
|
|
3843
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3844
|
+
var f = undefined;
|
|
3845
|
+
f = message.getSiteId();
|
|
3846
|
+
if (f.length > 0) {
|
|
3847
|
+
writer.writeString(
|
|
3848
|
+
1,
|
|
3849
|
+
f
|
|
3850
|
+
);
|
|
3851
|
+
}
|
|
3852
|
+
};
|
|
3853
|
+
|
|
3854
|
+
|
|
3855
|
+
/**
|
|
3856
|
+
* optional string site_id = 1;
|
|
3857
|
+
* @return {string}
|
|
3858
|
+
*/
|
|
3859
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.prototype.getSiteId = function() {
|
|
3860
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
3861
|
+
};
|
|
3862
|
+
|
|
3863
|
+
|
|
3864
|
+
/**
|
|
3865
|
+
* @param {string} value
|
|
3866
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest} returns this
|
|
3867
|
+
*/
|
|
3868
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteRequest.prototype.setSiteId = function(value) {
|
|
3869
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
3870
|
+
};
|
|
3871
|
+
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* List of repeated fields within this message type.
|
|
3876
|
+
* @private {!Array<number>}
|
|
3877
|
+
* @const
|
|
3878
|
+
*/
|
|
3879
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.repeatedFields_ = [1];
|
|
3880
|
+
|
|
3881
|
+
|
|
3882
|
+
|
|
3883
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3884
|
+
/**
|
|
3885
|
+
* Creates an object representation of this proto.
|
|
3886
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3887
|
+
* Optional fields that are not set will be set to undefined.
|
|
3888
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3889
|
+
* For the list of reserved names please see:
|
|
3890
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3891
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3892
|
+
* JSPB instance for transitional soy proto support:
|
|
3893
|
+
* http://goto/soy-param-migration
|
|
3894
|
+
* @return {!Object}
|
|
3895
|
+
*/
|
|
3896
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3897
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.toObject(opt_includeInstance, this);
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
/**
|
|
3902
|
+
* Static version of the {@see toObject} method.
|
|
3903
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3904
|
+
* the JSPB instance for transitional soy proto support:
|
|
3905
|
+
* http://goto/soy-param-migration
|
|
3906
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} msg The msg instance to transform.
|
|
3907
|
+
* @return {!Object}
|
|
3908
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3909
|
+
*/
|
|
3910
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.toObject = function(includeInstance, msg) {
|
|
3911
|
+
var f, obj = {
|
|
3912
|
+
installList: jspb.Message.toObjectList(msg.getInstallList(),
|
|
3913
|
+
proto.lansweeper.multitenant.v1.Install.toObject, includeInstance),
|
|
3914
|
+
filter: (f = msg.getFilter()) && proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.toObject(includeInstance, f)
|
|
3915
|
+
};
|
|
3916
|
+
|
|
3917
|
+
if (includeInstance) {
|
|
3918
|
+
obj.$jspbMessageInstance = msg;
|
|
3919
|
+
}
|
|
3920
|
+
return obj;
|
|
3921
|
+
};
|
|
3922
|
+
}
|
|
3923
|
+
|
|
3924
|
+
|
|
3925
|
+
/**
|
|
3926
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3927
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3928
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse}
|
|
3929
|
+
*/
|
|
3930
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.deserializeBinary = function(bytes) {
|
|
3931
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3932
|
+
var msg = new proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse;
|
|
3933
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.deserializeBinaryFromReader(msg, reader);
|
|
3934
|
+
};
|
|
3935
|
+
|
|
3936
|
+
|
|
3937
|
+
/**
|
|
3938
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3939
|
+
* given reader into the given message object.
|
|
3940
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} msg The message object to deserialize into.
|
|
3941
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3942
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse}
|
|
3943
|
+
*/
|
|
3944
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3945
|
+
while (reader.nextField()) {
|
|
3946
|
+
if (reader.isEndGroup()) {
|
|
3947
|
+
break;
|
|
3948
|
+
}
|
|
3949
|
+
var field = reader.getFieldNumber();
|
|
3950
|
+
switch (field) {
|
|
3951
|
+
case 1:
|
|
3952
|
+
var value = new proto.lansweeper.multitenant.v1.Install;
|
|
3953
|
+
reader.readMessage(value,proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader);
|
|
3954
|
+
msg.addInstall(value);
|
|
3955
|
+
break;
|
|
3956
|
+
case 2:
|
|
3957
|
+
var value = new proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter;
|
|
3958
|
+
reader.readMessage(value,proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.deserializeBinaryFromReader);
|
|
3959
|
+
msg.setFilter(value);
|
|
3960
|
+
break;
|
|
3961
|
+
default:
|
|
3962
|
+
reader.skipField();
|
|
3963
|
+
break;
|
|
3964
|
+
}
|
|
3965
|
+
}
|
|
3966
|
+
return msg;
|
|
3967
|
+
};
|
|
3968
|
+
|
|
3969
|
+
|
|
3970
|
+
/**
|
|
3971
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3972
|
+
* @return {!Uint8Array}
|
|
3973
|
+
*/
|
|
3974
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.serializeBinary = function() {
|
|
3975
|
+
var writer = new jspb.BinaryWriter();
|
|
3976
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.serializeBinaryToWriter(this, writer);
|
|
3977
|
+
return writer.getResultBuffer();
|
|
3978
|
+
};
|
|
3979
|
+
|
|
3980
|
+
|
|
3981
|
+
/**
|
|
3982
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3983
|
+
* format), writing to the given BinaryWriter.
|
|
3984
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} message
|
|
3985
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3986
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3987
|
+
*/
|
|
3988
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3989
|
+
var f = undefined;
|
|
3990
|
+
f = message.getInstallList();
|
|
3991
|
+
if (f.length > 0) {
|
|
3992
|
+
writer.writeRepeatedMessage(
|
|
3993
|
+
1,
|
|
3994
|
+
f,
|
|
3995
|
+
proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter
|
|
3996
|
+
);
|
|
3997
|
+
}
|
|
3998
|
+
f = message.getFilter();
|
|
3999
|
+
if (f != null) {
|
|
4000
|
+
writer.writeMessage(
|
|
4001
|
+
2,
|
|
4002
|
+
f,
|
|
4003
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.serializeBinaryToWriter
|
|
4004
|
+
);
|
|
4005
|
+
}
|
|
4006
|
+
};
|
|
4007
|
+
|
|
4008
|
+
|
|
4009
|
+
|
|
4010
|
+
|
|
4011
|
+
|
|
4012
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
4013
|
+
/**
|
|
4014
|
+
* Creates an object representation of this proto.
|
|
4015
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
4016
|
+
* Optional fields that are not set will be set to undefined.
|
|
4017
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
4018
|
+
* For the list of reserved names please see:
|
|
4019
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
4020
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
4021
|
+
* JSPB instance for transitional soy proto support:
|
|
4022
|
+
* http://goto/soy-param-migration
|
|
4023
|
+
* @return {!Object}
|
|
4024
|
+
*/
|
|
4025
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.prototype.toObject = function(opt_includeInstance) {
|
|
4026
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.toObject(opt_includeInstance, this);
|
|
4027
|
+
};
|
|
4028
|
+
|
|
4029
|
+
|
|
4030
|
+
/**
|
|
4031
|
+
* Static version of the {@see toObject} method.
|
|
4032
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
4033
|
+
* the JSPB instance for transitional soy proto support:
|
|
4034
|
+
* http://goto/soy-param-migration
|
|
4035
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter} msg The msg instance to transform.
|
|
4036
|
+
* @return {!Object}
|
|
4037
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4038
|
+
*/
|
|
4039
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.toObject = function(includeInstance, msg) {
|
|
4040
|
+
var f, obj = {
|
|
4041
|
+
state: jspb.Message.getFieldWithDefault(msg, 1, 0)
|
|
4042
|
+
};
|
|
4043
|
+
|
|
4044
|
+
if (includeInstance) {
|
|
4045
|
+
obj.$jspbMessageInstance = msg;
|
|
4046
|
+
}
|
|
4047
|
+
return obj;
|
|
4048
|
+
};
|
|
4049
|
+
}
|
|
4050
|
+
|
|
4051
|
+
|
|
4052
|
+
/**
|
|
4053
|
+
* Deserializes binary data (in protobuf wire format).
|
|
4054
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
4055
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter}
|
|
4056
|
+
*/
|
|
4057
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.deserializeBinary = function(bytes) {
|
|
4058
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
4059
|
+
var msg = new proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter;
|
|
4060
|
+
return proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.deserializeBinaryFromReader(msg, reader);
|
|
4061
|
+
};
|
|
4062
|
+
|
|
4063
|
+
|
|
4064
|
+
/**
|
|
4065
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
4066
|
+
* given reader into the given message object.
|
|
4067
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter} msg The message object to deserialize into.
|
|
4068
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
4069
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter}
|
|
4070
|
+
*/
|
|
4071
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.deserializeBinaryFromReader = function(msg, reader) {
|
|
4072
|
+
while (reader.nextField()) {
|
|
4073
|
+
if (reader.isEndGroup()) {
|
|
4074
|
+
break;
|
|
4075
|
+
}
|
|
4076
|
+
var field = reader.getFieldNumber();
|
|
4077
|
+
switch (field) {
|
|
4078
|
+
case 1:
|
|
4079
|
+
var value = /** @type {!proto.lansweeper.multitenant.v1.InstallStateValue} */ (reader.readEnum());
|
|
4080
|
+
msg.setState(value);
|
|
4081
|
+
break;
|
|
4082
|
+
default:
|
|
4083
|
+
reader.skipField();
|
|
4084
|
+
break;
|
|
4085
|
+
}
|
|
4086
|
+
}
|
|
4087
|
+
return msg;
|
|
4088
|
+
};
|
|
4089
|
+
|
|
4090
|
+
|
|
4091
|
+
/**
|
|
4092
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
4093
|
+
* @return {!Uint8Array}
|
|
4094
|
+
*/
|
|
4095
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.prototype.serializeBinary = function() {
|
|
4096
|
+
var writer = new jspb.BinaryWriter();
|
|
4097
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.serializeBinaryToWriter(this, writer);
|
|
4098
|
+
return writer.getResultBuffer();
|
|
4099
|
+
};
|
|
4100
|
+
|
|
4101
|
+
|
|
4102
|
+
/**
|
|
4103
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
4104
|
+
* format), writing to the given BinaryWriter.
|
|
4105
|
+
* @param {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter} message
|
|
4106
|
+
* @param {!jspb.BinaryWriter} writer
|
|
4107
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
4108
|
+
*/
|
|
4109
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.serializeBinaryToWriter = function(message, writer) {
|
|
4110
|
+
var f = undefined;
|
|
4111
|
+
f = message.getState();
|
|
4112
|
+
if (f !== 0.0) {
|
|
4113
|
+
writer.writeEnum(
|
|
4114
|
+
1,
|
|
4115
|
+
f
|
|
4116
|
+
);
|
|
4117
|
+
}
|
|
4118
|
+
};
|
|
4119
|
+
|
|
4120
|
+
|
|
4121
|
+
/**
|
|
4122
|
+
* optional InstallStateValue state = 1;
|
|
4123
|
+
* @return {!proto.lansweeper.multitenant.v1.InstallStateValue}
|
|
4124
|
+
*/
|
|
4125
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.prototype.getState = function() {
|
|
4126
|
+
return /** @type {!proto.lansweeper.multitenant.v1.InstallStateValue} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
4127
|
+
};
|
|
4128
|
+
|
|
4129
|
+
|
|
4130
|
+
/**
|
|
4131
|
+
* @param {!proto.lansweeper.multitenant.v1.InstallStateValue} value
|
|
4132
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter} returns this
|
|
4133
|
+
*/
|
|
4134
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter.prototype.setState = function(value) {
|
|
4135
|
+
return jspb.Message.setProto3EnumField(this, 1, value);
|
|
4136
|
+
};
|
|
4137
|
+
|
|
4138
|
+
|
|
4139
|
+
/**
|
|
4140
|
+
* repeated Install install = 1;
|
|
4141
|
+
* @return {!Array<!proto.lansweeper.multitenant.v1.Install>}
|
|
4142
|
+
*/
|
|
4143
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.getInstallList = function() {
|
|
4144
|
+
return /** @type{!Array<!proto.lansweeper.multitenant.v1.Install>} */ (
|
|
4145
|
+
jspb.Message.getRepeatedWrapperField(this, proto.lansweeper.multitenant.v1.Install, 1));
|
|
4146
|
+
};
|
|
4147
|
+
|
|
4148
|
+
|
|
4149
|
+
/**
|
|
4150
|
+
* @param {!Array<!proto.lansweeper.multitenant.v1.Install>} value
|
|
4151
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} returns this
|
|
4152
|
+
*/
|
|
4153
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.setInstallList = function(value) {
|
|
4154
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
4155
|
+
};
|
|
4156
|
+
|
|
4157
|
+
|
|
4158
|
+
/**
|
|
4159
|
+
* @param {!proto.lansweeper.multitenant.v1.Install=} opt_value
|
|
4160
|
+
* @param {number=} opt_index
|
|
4161
|
+
* @return {!proto.lansweeper.multitenant.v1.Install}
|
|
4162
|
+
*/
|
|
4163
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.addInstall = function(opt_value, opt_index) {
|
|
4164
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.lansweeper.multitenant.v1.Install, opt_index);
|
|
4165
|
+
};
|
|
4166
|
+
|
|
4167
|
+
|
|
4168
|
+
/**
|
|
4169
|
+
* Clears the list making it empty but non-null.
|
|
4170
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} returns this
|
|
4171
|
+
*/
|
|
4172
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.clearInstallList = function() {
|
|
4173
|
+
return this.setInstallList([]);
|
|
4174
|
+
};
|
|
4175
|
+
|
|
4176
|
+
|
|
4177
|
+
/**
|
|
4178
|
+
* optional Filter filter = 2;
|
|
4179
|
+
* @return {?proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter}
|
|
4180
|
+
*/
|
|
4181
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.getFilter = function() {
|
|
4182
|
+
return /** @type{?proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter} */ (
|
|
4183
|
+
jspb.Message.getWrapperField(this, proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter, 2));
|
|
4184
|
+
};
|
|
4185
|
+
|
|
4186
|
+
|
|
4187
|
+
/**
|
|
4188
|
+
* @param {?proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.Filter|undefined} value
|
|
4189
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} returns this
|
|
4190
|
+
*/
|
|
4191
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.setFilter = function(value) {
|
|
4192
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
4193
|
+
};
|
|
4194
|
+
|
|
4195
|
+
|
|
4196
|
+
/**
|
|
4197
|
+
* Clears the message field making it undefined.
|
|
4198
|
+
* @return {!proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse} returns this
|
|
4199
|
+
*/
|
|
4200
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.clearFilter = function() {
|
|
4201
|
+
return this.setFilter(undefined);
|
|
4202
|
+
};
|
|
4203
|
+
|
|
4204
|
+
|
|
4205
|
+
/**
|
|
4206
|
+
* Returns whether this field is set.
|
|
4207
|
+
* @return {boolean}
|
|
4208
|
+
*/
|
|
4209
|
+
proto.lansweeper.multitenant.v1.GetInstallsBySiteResponse.prototype.hasFilter = function() {
|
|
4210
|
+
return jspb.Message.getField(this, 2) != null;
|
|
4211
|
+
};
|
|
4212
|
+
|
|
4213
|
+
|
|
4214
|
+
|
|
4215
|
+
|
|
4216
|
+
|
|
3680
4217
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3681
4218
|
/**
|
|
3682
4219
|
* 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
|
+
"version": "0.2.0",
|
|
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": "4347c945a7200b1144110c9579c2b51d05658af6"
|
|
16
16
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -108,6 +108,19 @@ message GetInstallsCountResponse {
|
|
|
108
108
|
int64 count = 1;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
message GetInstallsBySiteRequest {
|
|
112
|
+
string site_id = 1;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
message GetInstallsBySiteResponse {
|
|
116
|
+
repeated Install install = 1;
|
|
117
|
+
|
|
118
|
+
message Filter {
|
|
119
|
+
InstallStateValue state = 1;
|
|
120
|
+
}
|
|
121
|
+
Filter filter = 2;
|
|
122
|
+
}
|
|
123
|
+
|
|
111
124
|
message GetInstallbyClientIdRequest {
|
|
112
125
|
string client_id = 1;
|
|
113
126
|
}
|
|
@@ -212,6 +225,8 @@ service Multitenant {
|
|
|
212
225
|
|
|
213
226
|
rpc CreateInstall(CreateInstallRequest) returns (CreateInstallResponse) {}
|
|
214
227
|
|
|
228
|
+
rpc GetInstallsBySite(GetInstallsBySiteRequest) returns (GetInstallsBySiteResponse) {}
|
|
229
|
+
|
|
215
230
|
rpc GetInstallsCountBySite(GetInstallsCountBySiteRequest) returns (GetInstallsCountResponse) {}
|
|
216
231
|
|
|
217
232
|
rpc GetInstallbyClientId(GetInstallbyClientIdRequest) returns (GetInstallbyClientIdResponse) {}
|