@lansweeper/multitenant-api-grpc 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +34 -0
- package/gen-proto/multitenant_grpc_pb.js +66 -0
- package/gen-proto/multitenant_pb.d.ts +154 -0
- package/gen-proto/multitenant_pb.js +1191 -3
- package/package.json +2 -2
- package/proto/multitenant.proto +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.1.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.1.0...@lansweeper/multitenant-api-grpc@0.1.1) (2021-09-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [0.1.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.0.11...@lansweeper/multitenant-api-grpc@0.1.0) (2021-09-16)
|
|
7
15
|
|
|
8
16
|
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"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":"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"}]}],"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}]}],"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":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,188,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":[4,11],"span":[74,0,83,1]},{"path":[4,11,1],"span":[74,8,15]},{"path":[4,11,2,0],"span":[75,2,16]},{"path":[4,11,2,0,5],"span":[75,2,8]},{"path":[4,11,2,0,1],"span":[75,9,11]},{"path":[4,11,2,0,3],"span":[75,14,15]},{"path":[4,11,2,1],"span":[76,2,23]},{"path":[4,11,2,1,5],"span":[76,2,8]},{"path":[4,11,2,1,1],"span":[76,9,18]},{"path":[4,11,2,1,3],"span":[76,21,22]},{"path":[4,11,2,2],"span":[77,2,21]},{"path":[4,11,2,2,5],"span":[77,2,8]},{"path":[4,11,2,2,1],"span":[77,9,16]},{"path":[4,11,2,2,3],"span":[77,19,20]},{"path":[4,11,2,3],"span":[78,2,26]},{"path":[4,11,2,3,5],"span":[78,2,8]},{"path":[4,11,2,3,1],"span":[78,9,21]},{"path":[4,11,2,3,3],"span":[78,24,25]},{"path":[4,11,2,4],"span":[79,2,25]},{"path":[4,11,2,4,5],"span":[79,2,8]},{"path":[4,11,2,4,1],"span":[79,9,20]},{"path":[4,11,2,4,3],"span":[79,23,24]},{"path":[4,11,2,5],"span":[80,2,20]},{"path":[4,11,2,5,5],"span":[80,2,8]},{"path":[4,11,2,5,1],"span":[80,9,15]},{"path":[4,11,2,5,3],"span":[80,18,19]},{"path":[4,11,2,6],"span":[81,2,18]},{"path":[4,11,2,6,5],"span":[81,2,8]},{"path":[4,11,2,6,1],"span":[81,9,13]},{"path":[4,11,2,6,3],"span":[81,16,17]},{"path":[4,11,2,7],"span":[82,2,27]},{"path":[4,11,2,7,5],"span":[82,2,8]},{"path":[4,11,2,7,1],"span":[82,9,22]},{"path":[4,11,2,7,3],"span":[82,25,26]},{"path":[4,12],"span":[85,0,88,1]},{"path":[4,12,1],"span":[85,8,26]},{"path":[4,12,2,0],"span":[86,2,22]},{"path":[4,12,2,0,5],"span":[86,2,8]},{"path":[4,12,2,0,1],"span":[86,9,17]},{"path":[4,12,2,0,3],"span":[86,20,21]},{"path":[4,12,2,1],"span":[87,2,27]},{"path":[4,12,2,1,5],"span":[87,2,8]},{"path":[4,12,2,1,1],"span":[87,9,22]},{"path":[4,12,2,1,3],"span":[87,25,26]},{"path":[4,13],"span":[90,0,92,1]},{"path":[4,13,1],"span":[90,8,37]},{"path":[4,13,2,0],"span":[91,4,23]},{"path":[4,13,2,0,5],"span":[91,4,10]},{"path":[4,13,2,0,1],"span":[91,11,18]},{"path":[4,13,2,0,3],"span":[91,21,22]},{"path":[4,14],"span":[94,0,96,1]},{"path":[4,14,1],"span":[94,8,32]},{"path":[4,14,2,0],"span":[95,4,20]},{"path":[4,14,2,0,5],"span":[95,4,9]},{"path":[4,14,2,0,1],"span":[95,10,15]},{"path":[4,14,2,0,3],"span":[95,18,19]},{"path":[4,15],"span":[98,0,100,1]},{"path":[4,15,1],"span":[98,8,35]},{"path":[4,15,2,0],"span":[99,4,25]},{"path":[4,15,2,0,5],"span":[99,4,10]},{"path":[4,15,2,0,1],"span":[99,11,20]},{"path":[4,15,2,0,3],"span":[99,23,24]},{"path":[4,16],"span":[102,0,104,1]},{"path":[4,16,1],"span":[102,8,36]},{"path":[4,16,2,0],"span":[103,4,24]},{"path":[4,16,2,0,6],"span":[103,4,11]},{"path":[4,16,2,0,1],"span":[103,12,19]},{"path":[4,16,2,0,3],"span":[103,22,23]},{"path":[4,17],"span":[106,0,116,1]},{"path":[4,17,1],"span":[106,8,28]},{"path":[4,17,2,0],"span":[107,4,23]},{"path":[4,17,2,0,5],"span":[107,4,10]},{"path":[4,17,2,0,1],"span":[107,11,18]},{"path":[4,17,2,0,3],"span":[107,21,22]},{"path":[4,17,2,1],"span":[108,4,25]},{"path":[4,17,2,1,5],"span":[108,4,10]},{"path":[4,17,2,1,1],"span":[108,11,20]},{"path":[4,17,2,1,3],"span":[108,23,24]},{"path":[4,17,2,2],"span":[109,4,28]},{"path":[4,17,2,2,5],"span":[109,4,10]},{"path":[4,17,2,2,1],"span":[109,11,23]},{"path":[4,17,2,2,3],"span":[109,26,27]},{"path":[4,17,2,3],"span":[110,4,27]},{"path":[4,17,2,3,5],"span":[110,4,10]},{"path":[4,17,2,3,1],"span":[110,11,22]},{"path":[4,17,2,3,3],"span":[110,25,26]},{"path":[4,17,2,4],"span":[111,4,22]},{"path":[4,17,2,4,5],"span":[111,4,10]},{"path":[4,17,2,4,1],"span":[111,11,17]},{"path":[4,17,2,4,3],"span":[111,20,21]},{"path":[4,17,2,5],"span":[112,4,20]},{"path":[4,17,2,5,5],"span":[112,4,10]},{"path":[4,17,2,5,1],"span":[112,11,15]},{"path":[4,17,2,5,3],"span":[112,18,19]},{"path":[4,17,2,6],"span":[113,4,29]},{"path":[4,17,2,6,5],"span":[113,4,10]},{"path":[4,17,2,6,1],"span":[113,11,24]},{"path":[4,17,2,6,3],"span":[113,27,28]},{"path":[4,17,2,7],"span":[115,4,30]},{"path":[4,17,2,7,5],"span":[115,4,8]},{"path":[4,17,2,7,1],"span":[115,9,25]},{"path":[4,17,2,7,3],"span":[115,28,29]},{"path":[4,18],"span":[118,0,121,1]},{"path":[4,18,1],"span":[118,8,29]},{"path":[4,18,2,0],"span":[119,4,24]},{"path":[4,18,2,0,6],"span":[119,4,11]},{"path":[4,18,2,0,1],"span":[119,12,19]},{"path":[4,18,2,0,3],"span":[119,22,23]},{"path":[4,18,2,1],"span":[120,4,39]},{"path":[4,18,2,1,6],"span":[120,4,22]},{"path":[4,18,2,1,1],"span":[120,23,34]},{"path":[4,18,2,1,3],"span":[120,37,38]},{"path":[4,19],"span":[123,0,138,1]},{"path":[4,19,1],"span":[123,8,38]},{"path":[4,19,2,0],"span":[124,4,25]},{"path":[4,19,2,0,5],"span":[124,4,10]},{"path":[4,19,2,0,1],"span":[124,11,20]},{"path":[4,19,2,0,3],"span":[124,23,24]},{"path":[4,19,2,1],"span":[125,4,28]},{"path":[4,19,2,1,5],"span":[125,4,10]},{"path":[4,19,2,1,1],"span":[125,11,23]},{"path":[4,19,2,1,3],"span":[125,26,27]},{"path":[4,19,2,2],"span":[126,4,27]},{"path":[4,19,2,2,5],"span":[126,4,10]},{"path":[4,19,2,2,1],"span":[126,11,22]},{"path":[4,19,2,2,3],"span":[126,25,26]},{"path":[4,19,2,3],"span":[127,4,22]},{"path":[4,19,2,3,5],"span":[127,4,10]},{"path":[4,19,2,3,1],"span":[127,11,17]},{"path":[4,19,2,3,3],"span":[127,20,21]},{"path":[4,19,2,4],"span":[128,4,20]},{"path":[4,19,2,4,5],"span":[128,4,10]},{"path":[4,19,2,4,1],"span":[128,11,15]},{"path":[4,19,2,4,3],"span":[128,18,19]},{"path":[4,19,3,0],"span":[130,4,135,5]},{"path":[4,19,3,0,1],"span":[130,12,26]},{"path":[4,19,3,0,2,0],"span":[131,6,43]},{"path":[4,19,3,0,2,0,5],"span":[131,6,12]},{"path":[4,19,3,0,2,0,1],"span":[131,13,38]},{"path":[4,19,3,0,2,0,3],"span":[131,41,42]},{"path":[4,19,3,0,2,1],"span":[132,6,49]},{"path":[4,19,3,0,2,1,5],"span":[132,6,12]},{"path":[4,19,3,0,2,1,1],"span":[132,13,44]},{"path":[4,19,3,0,2,1,3],"span":[132,47,48]},{"path":[4,19,3,0,2,2],"span":[133,6,47]},{"path":[4,19,3,0,2,2,5],"span":[133,6,12]},{"path":[4,19,3,0,2,2,1],"span":[133,13,42]},{"path":[4,19,3,0,2,2,3],"span":[133,45,46]},{"path":[4,19,3,0,2,3],"span":[134,6,42]},{"path":[4,19,3,0,2,3,5],"span":[134,6,12]},{"path":[4,19,3,0,2,3,1],"span":[134,13,37]},{"path":[4,19,3,0,2,3,3],"span":[134,40,41]},{"path":[4,19,2,5],"span":[137,4,39]},{"path":[4,19,2,5,6],"span":[137,4,18]},{"path":[4,19,2,5,1],"span":[137,19,34]},{"path":[4,19,2,5,3],"span":[137,37,38]},{"path":[4,20],"span":[140,0,142,1]},{"path":[4,20,1],"span":[140,8,39]},{"path":[4,20,2,0],"span":[141,4,24]},{"path":[4,20,2,0,6],"span":[141,4,11]},{"path":[4,20,2,0,1],"span":[141,12,19]},{"path":[4,20,2,0,3],"span":[141,22,23]},{"path":[4,21],"span":[144,0,147,1]},{"path":[4,21,1],"span":[144,8,38]},{"path":[4,21,2,0],"span":[145,4,25]},{"path":[4,21,2,0,5],"span":[145,4,10]},{"path":[4,21,2,0,1],"span":[145,11,20]},{"path":[4,21,2,0,3],"span":[145,23,24]},{"path":[4,21,2,1],"span":[146,4,24]},{"path":[4,21,2,1,5],"span":[146,4,10]},{"path":[4,21,2,1,1],"span":[146,11,19]},{"path":[4,21,2,1,3],"span":[146,22,23]},{"path":[4,22],"span":[149,0,154,1]},{"path":[4,22,1],"span":[149,8,39]},{"path":[4,22,2,0],"span":[150,4,21]},{"path":[4,22,2,0,5],"span":[150,4,8]},{"path":[4,22,2,0,1],"span":[150,9,16]},{"path":[4,22,2,0,3],"span":[150,19,20]},{"path":[4,22,2,1],"span":[151,4,23]},{"path":[4,22,2,1,5],"span":[151,4,10]},{"path":[4,22,2,1,1],"span":[151,11,18]},{"path":[4,22,2,1,3],"span":[151,21,22]},{"path":[4,22,2,2],"span":[152,4,30]},{"path":[4,22,2,2,5],"span":[152,4,10]},{"path":[4,22,2,2,1],"span":[152,11,25]},{"path":[4,22,2,2,3],"span":[152,28,29]},{"path":[4,22,2,3],"span":[153,4,30]},{"path":[4,22,2,3,5],"span":[153,4,10]},{"path":[4,22,2,3,1],"span":[153,11,25]},{"path":[4,22,2,3,3],"span":[153,28,29]},{"path":[4,23],"span":[156,0,161,1]},{"path":[4,23,1],"span":[156,8,38]},{"path":[4,23,2,0],"span":[157,4,25]},{"path":[4,23,2,0,5],"span":[157,4,10]},{"path":[4,23,2,0,1],"span":[157,11,20]},{"path":[4,23,2,0,3],"span":[157,23,24]},{"path":[4,23,2,1],"span":[158,4,24]},{"path":[4,23,2,1,5],"span":[158,4,10]},{"path":[4,23,2,1,1],"span":[158,11,19]},{"path":[4,23,2,1,3],"span":[158,22,23]},{"path":[4,23,2,2],"span":[159,4,25]},{"path":[4,23,2,2,5],"span":[159,4,8]},{"path":[4,23,2,2,1],"span":[159,9,20]},{"path":[4,23,2,2,3],"span":[159,23,24]},{"path":[4,23,2,3],"span":[160,4,25]},{"path":[4,23,2,3,5],"span":[160,4,8]},{"path":[4,23,2,3,1],"span":[160,9,20]},{"path":[4,23,2,3,3],"span":[160,23,24]},{"path":[4,24],"span":[163,0,165,1]},{"path":[4,24,1],"span":[163,8,39]},{"path":[4,24,2,0],"span":[164,4,21]},{"path":[4,24,2,0,5],"span":[164,4,8]},{"path":[4,24,2,0,1],"span":[164,9,16]},{"path":[4,24,2,0,3],"span":[164,19,20]},{"path":[6,0],"span":[167,0,188,1]},{"path":[6,0,1],"span":[167,8,19]},{"path":[6,0,2,0],"span":[168,4,123]},{"path":[6,0,2,0,1],"span":[168,8,36]},{"path":[6,0,2,0,2],"span":[168,37,72]},{"path":[6,0,2,0,3],"span":[168,83,119]},{"path":[6,0,2,1],"span":[170,4,102]},{"path":[6,0,2,1,1],"span":[170,8,29]},{"path":[6,0,2,1,2],"span":[170,30,58]},{"path":[6,0,2,1,3],"span":[170,69,98]},{"path":[6,0,2,2],"span":[172,4,108]},{"path":[6,0,2,2,1],"span":[172,8,31]},{"path":[6,0,2,2,2],"span":[172,32,62]},{"path":[6,0,2,2,3],"span":[172,73,104]},{"path":[6,0,2,3],"span":[174,4,78]},{"path":[6,0,2,3,1],"span":[174,8,21]},{"path":[6,0,2,3,2],"span":[174,22,42]},{"path":[6,0,2,3,3],"span":[174,53,74]},{"path":[6,0,2,4],"span":[176,4,78]},{"path":[6,0,2,4,1],"span":[176,8,21]},{"path":[6,0,2,4,2],"span":[176,22,42]},{"path":[6,0,2,4,3],"span":[176,53,74]},{"path":[6,0,2,5],"span":[178,4,99]},{"path":[6,0,2,5,1],"span":[178,8,30]},{"path":[6,0,2,5,2],"span":[178,31,60]},{"path":[6,0,2,5,3],"span":[178,71,95]},{"path":[6,0,2,6],"span":[180,4,99]},{"path":[6,0,2,6,1],"span":[180,8,28]},{"path":[6,0,2,6,2],"span":[180,29,56]},{"path":[6,0,2,6,3],"span":[180,67,95]},{"path":[6,0,2,7],"span":[182,4,108]},{"path":[6,0,2,7,1],"span":[182,8,31]},{"path":[6,0,2,7,2],"span":[182,32,62]},{"path":[6,0,2,7,3],"span":[182,73,104]},{"path":[6,0,2,8],"span":[184,4,108]},{"path":[6,0,2,8,1],"span":[184,8,31]},{"path":[6,0,2,8,2],"span":[184,32,62]},{"path":[6,0,2,8,3],"span":[184,73,104]},{"path":[6,0,2,9],"span":[186,4,108]},{"path":[6,0,2,9,1],"span":[186,8,31]},{"path":[6,0,2,9,2],"span":[186,32,62]},{"path":[6,0,2,9,3],"span":[186,73,104]}]},"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_STRING","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,19]},{"path":[4,11,2,8,5],"span":[93,2,8]},{"path":[4,11,2,8,1],"span":[93,9,14]},{"path":[4,11,2,8,3],"span":[93,17,18]},{"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}}]}
|
|
@@ -18,6 +18,8 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
18
18
|
updateInstallByClientId: IMultitenantService_IUpdateInstallByClientId;
|
|
19
19
|
rotateInstallByClientId: IMultitenantService_IRotateInstallByClientId;
|
|
20
20
|
unlinkInstallByClientId: IMultitenantService_IUnlinkInstallByClientId;
|
|
21
|
+
removeInstallDataBySiteId: IMultitenantService_IRemoveInstallDataBySiteId;
|
|
22
|
+
getDuplicatedInstallsByGlobalId: IMultitenantService_IGetDuplicatedInstallsByGlobalId;
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
interface IMultitenantService_ICheckAccessToSiteByAccountId extends grpc.MethodDefinition<multitenant_pb.CheckAccessToSiteByAccountIdRequest, multitenant_pb.CheckAccessToSiteByAccountIdResponse> {
|
|
@@ -110,6 +112,24 @@ interface IMultitenantService_IUnlinkInstallByClientId extends grpc.MethodDefini
|
|
|
110
112
|
responseSerialize: grpc.serialize<multitenant_pb.UnlinkInstallByClientIdResponse>;
|
|
111
113
|
responseDeserialize: grpc.deserialize<multitenant_pb.UnlinkInstallByClientIdResponse>;
|
|
112
114
|
}
|
|
115
|
+
interface IMultitenantService_IRemoveInstallDataBySiteId extends grpc.MethodDefinition<multitenant_pb.RemoveInstallDataBySiteIdRequest, multitenant_pb.RemoveInstallDataBySiteIdResponse> {
|
|
116
|
+
path: "/lansweeper.multitenant.v1.Multitenant/RemoveInstallDataBySiteId";
|
|
117
|
+
requestStream: false;
|
|
118
|
+
responseStream: false;
|
|
119
|
+
requestSerialize: grpc.serialize<multitenant_pb.RemoveInstallDataBySiteIdRequest>;
|
|
120
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.RemoveInstallDataBySiteIdRequest>;
|
|
121
|
+
responseSerialize: grpc.serialize<multitenant_pb.RemoveInstallDataBySiteIdResponse>;
|
|
122
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.RemoveInstallDataBySiteIdResponse>;
|
|
123
|
+
}
|
|
124
|
+
interface IMultitenantService_IGetDuplicatedInstallsByGlobalId extends grpc.MethodDefinition<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse> {
|
|
125
|
+
path: "/lansweeper.multitenant.v1.Multitenant/GetDuplicatedInstallsByGlobalId";
|
|
126
|
+
requestStream: false;
|
|
127
|
+
responseStream: false;
|
|
128
|
+
requestSerialize: grpc.serialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest>;
|
|
129
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest>;
|
|
130
|
+
responseSerialize: grpc.serialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
131
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
132
|
+
}
|
|
113
133
|
|
|
114
134
|
export const MultitenantService: IMultitenantService;
|
|
115
135
|
|
|
@@ -124,6 +144,8 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
124
144
|
updateInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UpdateInstallByClientIdRequest, multitenant_pb.UpdateInstallByClientIdResponse>;
|
|
125
145
|
rotateInstallByClientId: grpc.handleUnaryCall<multitenant_pb.RotateInstallByClientIdRequest, multitenant_pb.RotateInstallByClientIdResponse>;
|
|
126
146
|
unlinkInstallByClientId: grpc.handleUnaryCall<multitenant_pb.UnlinkInstallByClientIdRequest, multitenant_pb.UnlinkInstallByClientIdResponse>;
|
|
147
|
+
removeInstallDataBySiteId: grpc.handleUnaryCall<multitenant_pb.RemoveInstallDataBySiteIdRequest, multitenant_pb.RemoveInstallDataBySiteIdResponse>;
|
|
148
|
+
getDuplicatedInstallsByGlobalId: grpc.handleUnaryCall<multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse>;
|
|
127
149
|
}
|
|
128
150
|
|
|
129
151
|
export interface IMultitenantClient {
|
|
@@ -157,6 +179,12 @@ export interface IMultitenantClient {
|
|
|
157
179
|
unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
158
180
|
unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
159
181
|
unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
182
|
+
removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
183
|
+
removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
184
|
+
removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
185
|
+
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
186
|
+
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
187
|
+
getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
160
188
|
}
|
|
161
189
|
|
|
162
190
|
export class MultitenantClient extends grpc.Client implements IMultitenantClient {
|
|
@@ -191,4 +219,10 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
191
219
|
public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
192
220
|
public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
193
221
|
public unlinkInstallByClientId(request: multitenant_pb.UnlinkInstallByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.UnlinkInstallByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
222
|
+
public removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
223
|
+
public removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
224
|
+
public removeInstallDataBySiteId(request: multitenant_pb.RemoveInstallDataBySiteIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.RemoveInstallDataBySiteIdResponse) => void): grpc.ClientUnaryCall;
|
|
225
|
+
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
226
|
+
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
227
|
+
public getDuplicatedInstallsByGlobalId(request: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse) => void): grpc.ClientUnaryCall;
|
|
194
228
|
}
|
|
@@ -48,6 +48,28 @@ function deserialize_lansweeper_multitenant_v1_CreateInstallResponse(buffer_arg)
|
|
|
48
48
|
return multitenant_pb.CreateInstallResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
+
function serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRequest(arg) {
|
|
52
|
+
if (!(arg instanceof multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest)) {
|
|
53
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest');
|
|
54
|
+
}
|
|
55
|
+
return Buffer.from(arg.serializeBinary());
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
function deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRequest(buffer_arg) {
|
|
59
|
+
return multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse(arg) {
|
|
63
|
+
if (!(arg instanceof multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse)) {
|
|
64
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse');
|
|
65
|
+
}
|
|
66
|
+
return Buffer.from(arg.serializeBinary());
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse(buffer_arg) {
|
|
70
|
+
return multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
71
|
+
}
|
|
72
|
+
|
|
51
73
|
function serialize_lansweeper_multitenant_v1_GetInstallbyClientIdRequest(arg) {
|
|
52
74
|
if (!(arg instanceof multitenant_pb.GetInstallbyClientIdRequest)) {
|
|
53
75
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.GetInstallbyClientIdRequest');
|
|
@@ -158,6 +180,28 @@ function deserialize_lansweeper_multitenant_v1_PatchSiteModeResponse(buffer_arg)
|
|
|
158
180
|
return multitenant_pb.PatchSiteModeResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
159
181
|
}
|
|
160
182
|
|
|
183
|
+
function serialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdRequest(arg) {
|
|
184
|
+
if (!(arg instanceof multitenant_pb.RemoveInstallDataBySiteIdRequest)) {
|
|
185
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest');
|
|
186
|
+
}
|
|
187
|
+
return Buffer.from(arg.serializeBinary());
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
function deserialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdRequest(buffer_arg) {
|
|
191
|
+
return multitenant_pb.RemoveInstallDataBySiteIdRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
function serialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdResponse(arg) {
|
|
195
|
+
if (!(arg instanceof multitenant_pb.RemoveInstallDataBySiteIdResponse)) {
|
|
196
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse');
|
|
197
|
+
}
|
|
198
|
+
return Buffer.from(arg.serializeBinary());
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
function deserialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdResponse(buffer_arg) {
|
|
202
|
+
return multitenant_pb.RemoveInstallDataBySiteIdResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
203
|
+
}
|
|
204
|
+
|
|
161
205
|
function serialize_lansweeper_multitenant_v1_RotateInstallByClientIdRequest(arg) {
|
|
162
206
|
if (!(arg instanceof multitenant_pb.RotateInstallByClientIdRequest)) {
|
|
163
207
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.RotateInstallByClientIdRequest');
|
|
@@ -336,6 +380,28 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
336
380
|
responseSerialize: serialize_lansweeper_multitenant_v1_UnlinkInstallByClientIdResponse,
|
|
337
381
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_UnlinkInstallByClientIdResponse,
|
|
338
382
|
},
|
|
383
|
+
removeInstallDataBySiteId: {
|
|
384
|
+
path: '/lansweeper.multitenant.v1.Multitenant/RemoveInstallDataBySiteId',
|
|
385
|
+
requestStream: false,
|
|
386
|
+
responseStream: false,
|
|
387
|
+
requestType: multitenant_pb.RemoveInstallDataBySiteIdRequest,
|
|
388
|
+
responseType: multitenant_pb.RemoveInstallDataBySiteIdResponse,
|
|
389
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdRequest,
|
|
390
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdRequest,
|
|
391
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdResponse,
|
|
392
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_RemoveInstallDataBySiteIdResponse,
|
|
393
|
+
},
|
|
394
|
+
getDuplicatedInstallsByGlobalId: {
|
|
395
|
+
path: '/lansweeper.multitenant.v1.Multitenant/GetDuplicatedInstallsByGlobalId',
|
|
396
|
+
requestStream: false,
|
|
397
|
+
responseStream: false,
|
|
398
|
+
requestType: multitenant_pb.GetDuplicatedInstallsByGlobalIdRequest,
|
|
399
|
+
responseType: multitenant_pb.GetDuplicatedInstallsByGlobalIdResponse,
|
|
400
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRequest,
|
|
401
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdRequest,
|
|
402
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse,
|
|
403
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetDuplicatedInstallsByGlobalIdResponse,
|
|
404
|
+
},
|
|
339
405
|
};
|
|
340
406
|
|
|
341
407
|
exports.MultitenantClient = grpc.makeGenericClientConstructor(MultitenantService);
|
|
@@ -299,6 +299,10 @@ export class Install extends jspb.Message {
|
|
|
299
299
|
setFqdn(value: string): Install;
|
|
300
300
|
getCreatedById(): string;
|
|
301
301
|
setCreatedById(value: string): Install;
|
|
302
|
+
getState(): string;
|
|
303
|
+
setState(value: string): Install;
|
|
304
|
+
getCreatedAt(): string;
|
|
305
|
+
setCreatedAt(value: string): Install;
|
|
302
306
|
|
|
303
307
|
serializeBinary(): Uint8Array;
|
|
304
308
|
toObject(includeInstance?: boolean): Install.AsObject;
|
|
@@ -320,7 +324,31 @@ export namespace Install {
|
|
|
320
324
|
status: string,
|
|
321
325
|
fqdn: string,
|
|
322
326
|
createdById: string,
|
|
327
|
+
state: string,
|
|
328
|
+
createdAt: string,
|
|
323
329
|
}
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
export class InstallState extends jspb.Message {
|
|
333
|
+
getValue(): InstallStateValue;
|
|
334
|
+
setValue(value: InstallStateValue): InstallState;
|
|
335
|
+
|
|
336
|
+
serializeBinary(): Uint8Array;
|
|
337
|
+
toObject(includeInstance?: boolean): InstallState.AsObject;
|
|
338
|
+
static toObject(includeInstance: boolean, msg: InstallState): InstallState.AsObject;
|
|
339
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
340
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
341
|
+
static serializeBinaryToWriter(message: InstallState, writer: jspb.BinaryWriter): void;
|
|
342
|
+
static deserializeBinary(bytes: Uint8Array): InstallState;
|
|
343
|
+
static deserializeBinaryFromReader(message: InstallState, reader: jspb.BinaryReader): InstallState;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
export namespace InstallState {
|
|
347
|
+
export type AsObject = {
|
|
348
|
+
value: InstallStateValue,
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
324
352
|
}
|
|
325
353
|
|
|
326
354
|
export class InstallCredentials extends jspb.Message {
|
|
@@ -692,6 +720,126 @@ export namespace UnlinkInstallByClientIdResponse {
|
|
|
692
720
|
}
|
|
693
721
|
}
|
|
694
722
|
|
|
723
|
+
export class RemoveInstallDataBySiteIdRequest extends jspb.Message {
|
|
724
|
+
getSiteId(): string;
|
|
725
|
+
setSiteId(value: string): RemoveInstallDataBySiteIdRequest;
|
|
726
|
+
clearInstallIdsList(): void;
|
|
727
|
+
getInstallIdsList(): Array<string>;
|
|
728
|
+
setInstallIdsList(value: Array<string>): RemoveInstallDataBySiteIdRequest;
|
|
729
|
+
addInstallIds(value: string, index?: number): string;
|
|
730
|
+
getUserId(): string;
|
|
731
|
+
setUserId(value: string): RemoveInstallDataBySiteIdRequest;
|
|
732
|
+
|
|
733
|
+
serializeBinary(): Uint8Array;
|
|
734
|
+
toObject(includeInstance?: boolean): RemoveInstallDataBySiteIdRequest.AsObject;
|
|
735
|
+
static toObject(includeInstance: boolean, msg: RemoveInstallDataBySiteIdRequest): RemoveInstallDataBySiteIdRequest.AsObject;
|
|
736
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
737
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
738
|
+
static serializeBinaryToWriter(message: RemoveInstallDataBySiteIdRequest, writer: jspb.BinaryWriter): void;
|
|
739
|
+
static deserializeBinary(bytes: Uint8Array): RemoveInstallDataBySiteIdRequest;
|
|
740
|
+
static deserializeBinaryFromReader(message: RemoveInstallDataBySiteIdRequest, reader: jspb.BinaryReader): RemoveInstallDataBySiteIdRequest;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
export namespace RemoveInstallDataBySiteIdRequest {
|
|
744
|
+
export type AsObject = {
|
|
745
|
+
siteId: string,
|
|
746
|
+
installIdsList: Array<string>,
|
|
747
|
+
userId: string,
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export class RemoveInstallDataBySiteIdResponse extends jspb.Message {
|
|
752
|
+
clearResultList(): void;
|
|
753
|
+
getResultList(): Array<RemoveInstallDataBySiteIdResponse.Result>;
|
|
754
|
+
setResultList(value: Array<RemoveInstallDataBySiteIdResponse.Result>): RemoveInstallDataBySiteIdResponse;
|
|
755
|
+
addResult(value?: RemoveInstallDataBySiteIdResponse.Result, index?: number): RemoveInstallDataBySiteIdResponse.Result;
|
|
756
|
+
|
|
757
|
+
serializeBinary(): Uint8Array;
|
|
758
|
+
toObject(includeInstance?: boolean): RemoveInstallDataBySiteIdResponse.AsObject;
|
|
759
|
+
static toObject(includeInstance: boolean, msg: RemoveInstallDataBySiteIdResponse): RemoveInstallDataBySiteIdResponse.AsObject;
|
|
760
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
761
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
762
|
+
static serializeBinaryToWriter(message: RemoveInstallDataBySiteIdResponse, writer: jspb.BinaryWriter): void;
|
|
763
|
+
static deserializeBinary(bytes: Uint8Array): RemoveInstallDataBySiteIdResponse;
|
|
764
|
+
static deserializeBinaryFromReader(message: RemoveInstallDataBySiteIdResponse, reader: jspb.BinaryReader): RemoveInstallDataBySiteIdResponse;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export namespace RemoveInstallDataBySiteIdResponse {
|
|
768
|
+
export type AsObject = {
|
|
769
|
+
resultList: Array<RemoveInstallDataBySiteIdResponse.Result.AsObject>,
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
export class Result extends jspb.Message {
|
|
774
|
+
getInstallId(): string;
|
|
775
|
+
setInstallId(value: string): Result;
|
|
776
|
+
getQueued(): boolean;
|
|
777
|
+
setQueued(value: boolean): Result;
|
|
778
|
+
|
|
779
|
+
serializeBinary(): Uint8Array;
|
|
780
|
+
toObject(includeInstance?: boolean): Result.AsObject;
|
|
781
|
+
static toObject(includeInstance: boolean, msg: Result): Result.AsObject;
|
|
782
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
783
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
784
|
+
static serializeBinaryToWriter(message: Result, writer: jspb.BinaryWriter): void;
|
|
785
|
+
static deserializeBinary(bytes: Uint8Array): Result;
|
|
786
|
+
static deserializeBinaryFromReader(message: Result, reader: jspb.BinaryReader): Result;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export namespace Result {
|
|
790
|
+
export type AsObject = {
|
|
791
|
+
installId: string,
|
|
792
|
+
queued: boolean,
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
export class GetDuplicatedInstallsByGlobalIdRequest extends jspb.Message {
|
|
799
|
+
getSiteId(): string;
|
|
800
|
+
setSiteId(value: string): GetDuplicatedInstallsByGlobalIdRequest;
|
|
801
|
+
getGlobalId(): string;
|
|
802
|
+
setGlobalId(value: string): GetDuplicatedInstallsByGlobalIdRequest;
|
|
803
|
+
|
|
804
|
+
serializeBinary(): Uint8Array;
|
|
805
|
+
toObject(includeInstance?: boolean): GetDuplicatedInstallsByGlobalIdRequest.AsObject;
|
|
806
|
+
static toObject(includeInstance: boolean, msg: GetDuplicatedInstallsByGlobalIdRequest): GetDuplicatedInstallsByGlobalIdRequest.AsObject;
|
|
807
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
808
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
809
|
+
static serializeBinaryToWriter(message: GetDuplicatedInstallsByGlobalIdRequest, writer: jspb.BinaryWriter): void;
|
|
810
|
+
static deserializeBinary(bytes: Uint8Array): GetDuplicatedInstallsByGlobalIdRequest;
|
|
811
|
+
static deserializeBinaryFromReader(message: GetDuplicatedInstallsByGlobalIdRequest, reader: jspb.BinaryReader): GetDuplicatedInstallsByGlobalIdRequest;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
export namespace GetDuplicatedInstallsByGlobalIdRequest {
|
|
815
|
+
export type AsObject = {
|
|
816
|
+
siteId: string,
|
|
817
|
+
globalId: string,
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export class GetDuplicatedInstallsByGlobalIdResponse extends jspb.Message {
|
|
822
|
+
clearInstallList(): void;
|
|
823
|
+
getInstallList(): Array<Install>;
|
|
824
|
+
setInstallList(value: Array<Install>): GetDuplicatedInstallsByGlobalIdResponse;
|
|
825
|
+
addInstall(value?: Install, index?: number): Install;
|
|
826
|
+
|
|
827
|
+
serializeBinary(): Uint8Array;
|
|
828
|
+
toObject(includeInstance?: boolean): GetDuplicatedInstallsByGlobalIdResponse.AsObject;
|
|
829
|
+
static toObject(includeInstance: boolean, msg: GetDuplicatedInstallsByGlobalIdResponse): GetDuplicatedInstallsByGlobalIdResponse.AsObject;
|
|
830
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
831
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
832
|
+
static serializeBinaryToWriter(message: GetDuplicatedInstallsByGlobalIdResponse, writer: jspb.BinaryWriter): void;
|
|
833
|
+
static deserializeBinary(bytes: Uint8Array): GetDuplicatedInstallsByGlobalIdResponse;
|
|
834
|
+
static deserializeBinaryFromReader(message: GetDuplicatedInstallsByGlobalIdResponse, reader: jspb.BinaryReader): GetDuplicatedInstallsByGlobalIdResponse;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
export namespace GetDuplicatedInstallsByGlobalIdResponse {
|
|
838
|
+
export type AsObject = {
|
|
839
|
+
installList: Array<Install.AsObject>,
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
|
|
695
843
|
export enum SiteMode {
|
|
696
844
|
UNESPECIFIED = 0,
|
|
697
845
|
CLOUD_NATIVE = 1,
|
|
@@ -699,3 +847,9 @@ export enum SiteMode {
|
|
|
699
847
|
HYBRID = 3,
|
|
700
848
|
DUAL = 4,
|
|
701
849
|
}
|
|
850
|
+
|
|
851
|
+
export enum InstallStateValue {
|
|
852
|
+
INSTALL_STATE_VALUE_UNESPECIFIED = 0,
|
|
853
|
+
INSTALL_STATE_VALUE_SYNC = 1,
|
|
854
|
+
INSTALL_STATE_VALUE_UNSYNC = 2,
|
|
855
|
+
}
|