@lansweeper/multitenant-api-grpc 0.0.11 → 0.1.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_pb.d.ts +6 -0
- package/gen-proto/multitenant_pb.js +60 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +2 -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.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
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add global id to multitenant ([5362b7e](https://github.com/Lansweeper/lansweeperapis/commit/5362b7e63ac0eebac7f47fb99bbb5441463526df))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.0.11](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.0.10...@lansweeper/multitenant-api-grpc@0.0.11) (2021-09-16)
|
|
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":"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":"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,186,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,82,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,21]},{"path":[4,11,2,1,5],"span":[76,2,8]},{"path":[4,11,2,1,1],"span":[76,9,16]},{"path":[4,11,2,1,3],"span":[76,19,20]},{"path":[4,11,2,2],"span":[77,2,26]},{"path":[4,11,2,2,5],"span":[77,2,8]},{"path":[4,11,2,2,1],"span":[77,9,21]},{"path":[4,11,2,2,3],"span":[77,24,25]},{"path":[4,11,2,3],"span":[78,2,25]},{"path":[4,11,2,3,5],"span":[78,2,8]},{"path":[4,11,2,3,1],"span":[78,9,20]},{"path":[4,11,2,3,3],"span":[78,23,24]},{"path":[4,11,2,4],"span":[79,2,20]},{"path":[4,11,2,4,5],"span":[79,2,8]},{"path":[4,11,2,4,1],"span":[79,9,15]},{"path":[4,11,2,4,3],"span":[79,18,19]},{"path":[4,11,2,5],"span":[80,2,18]},{"path":[4,11,2,5,5],"span":[80,2,8]},{"path":[4,11,2,5,1],"span":[80,9,13]},{"path":[4,11,2,5,3],"span":[80,16,17]},{"path":[4,11,2,6],"span":[81,2,27]},{"path":[4,11,2,6,5],"span":[81,2,8]},{"path":[4,11,2,6,1],"span":[81,9,22]},{"path":[4,11,2,6,3],"span":[81,25,26]},{"path":[4,12],"span":[84,0,87,1]},{"path":[4,12,1],"span":[84,8,26]},{"path":[4,12,2,0],"span":[85,2,22]},{"path":[4,12,2,0,5],"span":[85,2,8]},{"path":[4,12,2,0,1],"span":[85,9,17]},{"path":[4,12,2,0,3],"span":[85,20,21]},{"path":[4,12,2,1],"span":[86,2,27]},{"path":[4,12,2,1,5],"span":[86,2,8]},{"path":[4,12,2,1,1],"span":[86,9,22]},{"path":[4,12,2,1,3],"span":[86,25,26]},{"path":[4,13],"span":[89,0,91,1]},{"path":[4,13,1],"span":[89,8,37]},{"path":[4,13,2,0],"span":[90,4,23]},{"path":[4,13,2,0,5],"span":[90,4,10]},{"path":[4,13,2,0,1],"span":[90,11,18]},{"path":[4,13,2,0,3],"span":[90,21,22]},{"path":[4,14],"span":[93,0,95,1]},{"path":[4,14,1],"span":[93,8,32]},{"path":[4,14,2,0],"span":[94,4,20]},{"path":[4,14,2,0,5],"span":[94,4,9]},{"path":[4,14,2,0,1],"span":[94,10,15]},{"path":[4,14,2,0,3],"span":[94,18,19]},{"path":[4,15],"span":[97,0,99,1]},{"path":[4,15,1],"span":[97,8,35]},{"path":[4,15,2,0],"span":[98,4,25]},{"path":[4,15,2,0,5],"span":[98,4,10]},{"path":[4,15,2,0,1],"span":[98,11,20]},{"path":[4,15,2,0,3],"span":[98,23,24]},{"path":[4,16],"span":[101,0,103,1]},{"path":[4,16,1],"span":[101,8,36]},{"path":[4,16,2,0],"span":[102,4,24]},{"path":[4,16,2,0,6],"span":[102,4,11]},{"path":[4,16,2,0,1],"span":[102,12,19]},{"path":[4,16,2,0,3],"span":[102,22,23]},{"path":[4,17],"span":[105,0,114,1]},{"path":[4,17,1],"span":[105,8,28]},{"path":[4,17,2,0],"span":[106,4,23]},{"path":[4,17,2,0,5],"span":[106,4,10]},{"path":[4,17,2,0,1],"span":[106,11,18]},{"path":[4,17,2,0,3],"span":[106,21,22]},{"path":[4,17,2,1],"span":[107,4,28]},{"path":[4,17,2,1,5],"span":[107,4,10]},{"path":[4,17,2,1,1],"span":[107,11,23]},{"path":[4,17,2,1,3],"span":[107,26,27]},{"path":[4,17,2,2],"span":[108,4,27]},{"path":[4,17,2,2,5],"span":[108,4,10]},{"path":[4,17,2,2,1],"span":[108,11,22]},{"path":[4,17,2,2,3],"span":[108,25,26]},{"path":[4,17,2,3],"span":[109,4,22]},{"path":[4,17,2,3,5],"span":[109,4,10]},{"path":[4,17,2,3,1],"span":[109,11,17]},{"path":[4,17,2,3,3],"span":[109,20,21]},{"path":[4,17,2,4],"span":[110,4,20]},{"path":[4,17,2,4,5],"span":[110,4,10]},{"path":[4,17,2,4,1],"span":[110,11,15]},{"path":[4,17,2,4,3],"span":[110,18,19]},{"path":[4,17,2,5],"span":[111,4,29]},{"path":[4,17,2,5,5],"span":[111,4,10]},{"path":[4,17,2,5,1],"span":[111,11,24]},{"path":[4,17,2,5,3],"span":[111,27,28]},{"path":[4,17,2,6],"span":[113,4,30]},{"path":[4,17,2,6,5],"span":[113,4,8]},{"path":[4,17,2,6,1],"span":[113,9,25]},{"path":[4,17,2,6,3],"span":[113,28,29]},{"path":[4,18],"span":[116,0,119,1]},{"path":[4,18,1],"span":[116,8,29]},{"path":[4,18,2,0],"span":[117,4,24]},{"path":[4,18,2,0,6],"span":[117,4,11]},{"path":[4,18,2,0,1],"span":[117,12,19]},{"path":[4,18,2,0,3],"span":[117,22,23]},{"path":[4,18,2,1],"span":[118,4,39]},{"path":[4,18,2,1,6],"span":[118,4,22]},{"path":[4,18,2,1,1],"span":[118,23,34]},{"path":[4,18,2,1,3],"span":[118,37,38]},{"path":[4,19],"span":[121,0,136,1]},{"path":[4,19,1],"span":[121,8,38]},{"path":[4,19,2,0],"span":[122,4,25]},{"path":[4,19,2,0,5],"span":[122,4,10]},{"path":[4,19,2,0,1],"span":[122,11,20]},{"path":[4,19,2,0,3],"span":[122,23,24]},{"path":[4,19,2,1],"span":[123,4,28]},{"path":[4,19,2,1,5],"span":[123,4,10]},{"path":[4,19,2,1,1],"span":[123,11,23]},{"path":[4,19,2,1,3],"span":[123,26,27]},{"path":[4,19,2,2],"span":[124,4,27]},{"path":[4,19,2,2,5],"span":[124,4,10]},{"path":[4,19,2,2,1],"span":[124,11,22]},{"path":[4,19,2,2,3],"span":[124,25,26]},{"path":[4,19,2,3],"span":[125,4,22]},{"path":[4,19,2,3,5],"span":[125,4,10]},{"path":[4,19,2,3,1],"span":[125,11,17]},{"path":[4,19,2,3,3],"span":[125,20,21]},{"path":[4,19,2,4],"span":[126,4,20]},{"path":[4,19,2,4,5],"span":[126,4,10]},{"path":[4,19,2,4,1],"span":[126,11,15]},{"path":[4,19,2,4,3],"span":[126,18,19]},{"path":[4,19,3,0],"span":[128,4,133,5]},{"path":[4,19,3,0,1],"span":[128,12,26]},{"path":[4,19,3,0,2,0],"span":[129,6,43]},{"path":[4,19,3,0,2,0,5],"span":[129,6,12]},{"path":[4,19,3,0,2,0,1],"span":[129,13,38]},{"path":[4,19,3,0,2,0,3],"span":[129,41,42]},{"path":[4,19,3,0,2,1],"span":[130,6,49]},{"path":[4,19,3,0,2,1,5],"span":[130,6,12]},{"path":[4,19,3,0,2,1,1],"span":[130,13,44]},{"path":[4,19,3,0,2,1,3],"span":[130,47,48]},{"path":[4,19,3,0,2,2],"span":[131,6,47]},{"path":[4,19,3,0,2,2,5],"span":[131,6,12]},{"path":[4,19,3,0,2,2,1],"span":[131,13,42]},{"path":[4,19,3,0,2,2,3],"span":[131,45,46]},{"path":[4,19,3,0,2,3],"span":[132,6,42]},{"path":[4,19,3,0,2,3,5],"span":[132,6,12]},{"path":[4,19,3,0,2,3,1],"span":[132,13,37]},{"path":[4,19,3,0,2,3,3],"span":[132,40,41]},{"path":[4,19,2,5],"span":[135,4,39]},{"path":[4,19,2,5,6],"span":[135,4,18]},{"path":[4,19,2,5,1],"span":[135,19,34]},{"path":[4,19,2,5,3],"span":[135,37,38]},{"path":[4,20],"span":[138,0,140,1]},{"path":[4,20,1],"span":[138,8,39]},{"path":[4,20,2,0],"span":[139,4,24]},{"path":[4,20,2,0,6],"span":[139,4,11]},{"path":[4,20,2,0,1],"span":[139,12,19]},{"path":[4,20,2,0,3],"span":[139,22,23]},{"path":[4,21],"span":[142,0,145,1]},{"path":[4,21,1],"span":[142,8,38]},{"path":[4,21,2,0],"span":[143,4,25]},{"path":[4,21,2,0,5],"span":[143,4,10]},{"path":[4,21,2,0,1],"span":[143,11,20]},{"path":[4,21,2,0,3],"span":[143,23,24]},{"path":[4,21,2,1],"span":[144,4,24]},{"path":[4,21,2,1,5],"span":[144,4,10]},{"path":[4,21,2,1,1],"span":[144,11,19]},{"path":[4,21,2,1,3],"span":[144,22,23]},{"path":[4,22],"span":[147,0,152,1]},{"path":[4,22,1],"span":[147,8,39]},{"path":[4,22,2,0],"span":[148,4,21]},{"path":[4,22,2,0,5],"span":[148,4,8]},{"path":[4,22,2,0,1],"span":[148,9,16]},{"path":[4,22,2,0,3],"span":[148,19,20]},{"path":[4,22,2,1],"span":[149,4,23]},{"path":[4,22,2,1,5],"span":[149,4,10]},{"path":[4,22,2,1,1],"span":[149,11,18]},{"path":[4,22,2,1,3],"span":[149,21,22]},{"path":[4,22,2,2],"span":[150,4,30]},{"path":[4,22,2,2,5],"span":[150,4,10]},{"path":[4,22,2,2,1],"span":[150,11,25]},{"path":[4,22,2,2,3],"span":[150,28,29]},{"path":[4,22,2,3],"span":[151,4,30]},{"path":[4,22,2,3,5],"span":[151,4,10]},{"path":[4,22,2,3,1],"span":[151,11,25]},{"path":[4,22,2,3,3],"span":[151,28,29]},{"path":[4,23],"span":[154,0,159,1]},{"path":[4,23,1],"span":[154,8,38]},{"path":[4,23,2,0],"span":[155,4,25]},{"path":[4,23,2,0,5],"span":[155,4,10]},{"path":[4,23,2,0,1],"span":[155,11,20]},{"path":[4,23,2,0,3],"span":[155,23,24]},{"path":[4,23,2,1],"span":[156,4,24]},{"path":[4,23,2,1,5],"span":[156,4,10]},{"path":[4,23,2,1,1],"span":[156,11,19]},{"path":[4,23,2,1,3],"span":[156,22,23]},{"path":[4,23,2,2],"span":[157,4,25]},{"path":[4,23,2,2,5],"span":[157,4,8]},{"path":[4,23,2,2,1],"span":[157,9,20]},{"path":[4,23,2,2,3],"span":[157,23,24]},{"path":[4,23,2,3],"span":[158,4,25]},{"path":[4,23,2,3,5],"span":[158,4,8]},{"path":[4,23,2,3,1],"span":[158,9,20]},{"path":[4,23,2,3,3],"span":[158,23,24]},{"path":[4,24],"span":[161,0,163,1]},{"path":[4,24,1],"span":[161,8,39]},{"path":[4,24,2,0],"span":[162,4,21]},{"path":[4,24,2,0,5],"span":[162,4,8]},{"path":[4,24,2,0,1],"span":[162,9,16]},{"path":[4,24,2,0,3],"span":[162,19,20]},{"path":[6,0],"span":[165,0,186,1]},{"path":[6,0,1],"span":[165,8,19]},{"path":[6,0,2,0],"span":[166,4,123]},{"path":[6,0,2,0,1],"span":[166,8,36]},{"path":[6,0,2,0,2],"span":[166,37,72]},{"path":[6,0,2,0,3],"span":[166,83,119]},{"path":[6,0,2,1],"span":[168,4,102]},{"path":[6,0,2,1,1],"span":[168,8,29]},{"path":[6,0,2,1,2],"span":[168,30,58]},{"path":[6,0,2,1,3],"span":[168,69,98]},{"path":[6,0,2,2],"span":[170,4,108]},{"path":[6,0,2,2,1],"span":[170,8,31]},{"path":[6,0,2,2,2],"span":[170,32,62]},{"path":[6,0,2,2,3],"span":[170,73,104]},{"path":[6,0,2,3],"span":[172,4,78]},{"path":[6,0,2,3,1],"span":[172,8,21]},{"path":[6,0,2,3,2],"span":[172,22,42]},{"path":[6,0,2,3,3],"span":[172,53,74]},{"path":[6,0,2,4],"span":[174,4,78]},{"path":[6,0,2,4,1],"span":[174,8,21]},{"path":[6,0,2,4,2],"span":[174,22,42]},{"path":[6,0,2,4,3],"span":[174,53,74]},{"path":[6,0,2,5],"span":[176,4,99]},{"path":[6,0,2,5,1],"span":[176,8,30]},{"path":[6,0,2,5,2],"span":[176,31,60]},{"path":[6,0,2,5,3],"span":[176,71,95]},{"path":[6,0,2,6],"span":[178,4,99]},{"path":[6,0,2,6,1],"span":[178,8,28]},{"path":[6,0,2,6,2],"span":[178,29,56]},{"path":[6,0,2,6,3],"span":[178,67,95]},{"path":[6,0,2,7],"span":[180,4,108]},{"path":[6,0,2,7,1],"span":[180,8,31]},{"path":[6,0,2,7,2],"span":[180,32,62]},{"path":[6,0,2,7,3],"span":[180,73,104]},{"path":[6,0,2,8],"span":[182,4,108]},{"path":[6,0,2,8,1],"span":[182,8,31]},{"path":[6,0,2,8,2],"span":[182,32,62]},{"path":[6,0,2,8,3],"span":[182,73,104]},{"path":[6,0,2,9],"span":[184,4,108]},{"path":[6,0,2,9,1],"span":[184,8,31]},{"path":[6,0,2,9,2],"span":[184,32,62]},{"path":[6,0,2,9,3],"span":[184,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":"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}}]}
|
|
@@ -285,6 +285,8 @@ export namespace CheckAccessToSiteByAccountIdResponse {
|
|
|
285
285
|
export class Install extends jspb.Message {
|
|
286
286
|
getId(): string;
|
|
287
287
|
setId(value: string): Install;
|
|
288
|
+
getGlobalId(): string;
|
|
289
|
+
setGlobalId(value: string): Install;
|
|
288
290
|
getSiteId(): string;
|
|
289
291
|
setSiteId(value: string): Install;
|
|
290
292
|
getDisplayName(): string;
|
|
@@ -311,6 +313,7 @@ export class Install extends jspb.Message {
|
|
|
311
313
|
export namespace Install {
|
|
312
314
|
export type AsObject = {
|
|
313
315
|
id: string,
|
|
316
|
+
globalId: string,
|
|
314
317
|
siteId: string,
|
|
315
318
|
displayName: string,
|
|
316
319
|
description: string,
|
|
@@ -429,6 +432,8 @@ export namespace GetInstallbyClientIdResponse {
|
|
|
429
432
|
export class CreateInstallRequest extends jspb.Message {
|
|
430
433
|
getSiteId(): string;
|
|
431
434
|
setSiteId(value: string): CreateInstallRequest;
|
|
435
|
+
getGlobalId(): string;
|
|
436
|
+
setGlobalId(value: string): CreateInstallRequest;
|
|
432
437
|
getDisplayName(): string;
|
|
433
438
|
setDisplayName(value: string): CreateInstallRequest;
|
|
434
439
|
getDescription(): string;
|
|
@@ -455,6 +460,7 @@ export class CreateInstallRequest extends jspb.Message {
|
|
|
455
460
|
export namespace CreateInstallRequest {
|
|
456
461
|
export type AsObject = {
|
|
457
462
|
siteId: string,
|
|
463
|
+
globalId: string,
|
|
458
464
|
displayName: string,
|
|
459
465
|
description: string,
|
|
460
466
|
status: string,
|
|
@@ -2603,6 +2603,7 @@ proto.lansweeper.multitenant.v1.Install.prototype.toObject = function(opt_includ
|
|
|
2603
2603
|
proto.lansweeper.multitenant.v1.Install.toObject = function(includeInstance, msg) {
|
|
2604
2604
|
var f, obj = {
|
|
2605
2605
|
id: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2606
|
+
globalId: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
2606
2607
|
siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
2607
2608
|
displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
2608
2609
|
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
@@ -2649,6 +2650,10 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
2649
2650
|
var value = /** @type {string} */ (reader.readString());
|
|
2650
2651
|
msg.setId(value);
|
|
2651
2652
|
break;
|
|
2653
|
+
case 8:
|
|
2654
|
+
var value = /** @type {string} */ (reader.readString());
|
|
2655
|
+
msg.setGlobalId(value);
|
|
2656
|
+
break;
|
|
2652
2657
|
case 2:
|
|
2653
2658
|
var value = /** @type {string} */ (reader.readString());
|
|
2654
2659
|
msg.setSiteId(value);
|
|
@@ -2709,6 +2714,13 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
2709
2714
|
f
|
|
2710
2715
|
);
|
|
2711
2716
|
}
|
|
2717
|
+
f = message.getGlobalId();
|
|
2718
|
+
if (f.length > 0) {
|
|
2719
|
+
writer.writeString(
|
|
2720
|
+
8,
|
|
2721
|
+
f
|
|
2722
|
+
);
|
|
2723
|
+
}
|
|
2712
2724
|
f = message.getSiteId();
|
|
2713
2725
|
if (f.length > 0) {
|
|
2714
2726
|
writer.writeString(
|
|
@@ -2772,6 +2784,24 @@ proto.lansweeper.multitenant.v1.Install.prototype.setId = function(value) {
|
|
|
2772
2784
|
};
|
|
2773
2785
|
|
|
2774
2786
|
|
|
2787
|
+
/**
|
|
2788
|
+
* optional string global_id = 8;
|
|
2789
|
+
* @return {string}
|
|
2790
|
+
*/
|
|
2791
|
+
proto.lansweeper.multitenant.v1.Install.prototype.getGlobalId = function() {
|
|
2792
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
2793
|
+
};
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
/**
|
|
2797
|
+
* @param {string} value
|
|
2798
|
+
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
2799
|
+
*/
|
|
2800
|
+
proto.lansweeper.multitenant.v1.Install.prototype.setGlobalId = function(value) {
|
|
2801
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
2802
|
+
};
|
|
2803
|
+
|
|
2804
|
+
|
|
2775
2805
|
/**
|
|
2776
2806
|
* optional string site_id = 2;
|
|
2777
2807
|
* @return {string}
|
|
@@ -3614,6 +3644,7 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.toObject = functi
|
|
|
3614
3644
|
proto.lansweeper.multitenant.v1.CreateInstallRequest.toObject = function(includeInstance, msg) {
|
|
3615
3645
|
var f, obj = {
|
|
3616
3646
|
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3647
|
+
globalId: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
3617
3648
|
displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
3618
3649
|
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
3619
3650
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
@@ -3660,6 +3691,10 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.deserializeBinaryFromReader
|
|
|
3660
3691
|
var value = /** @type {string} */ (reader.readString());
|
|
3661
3692
|
msg.setSiteId(value);
|
|
3662
3693
|
break;
|
|
3694
|
+
case 9:
|
|
3695
|
+
var value = /** @type {string} */ (reader.readString());
|
|
3696
|
+
msg.setGlobalId(value);
|
|
3697
|
+
break;
|
|
3663
3698
|
case 3:
|
|
3664
3699
|
var value = /** @type {string} */ (reader.readString());
|
|
3665
3700
|
msg.setDisplayName(value);
|
|
@@ -3720,6 +3755,13 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.serializeBinaryToWriter = f
|
|
|
3720
3755
|
f
|
|
3721
3756
|
);
|
|
3722
3757
|
}
|
|
3758
|
+
f = message.getGlobalId();
|
|
3759
|
+
if (f.length > 0) {
|
|
3760
|
+
writer.writeString(
|
|
3761
|
+
9,
|
|
3762
|
+
f
|
|
3763
|
+
);
|
|
3764
|
+
}
|
|
3723
3765
|
f = message.getDisplayName();
|
|
3724
3766
|
if (f.length > 0) {
|
|
3725
3767
|
writer.writeString(
|
|
@@ -3783,6 +3825,24 @@ proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.setSiteId = funct
|
|
|
3783
3825
|
};
|
|
3784
3826
|
|
|
3785
3827
|
|
|
3828
|
+
/**
|
|
3829
|
+
* optional string global_id = 9;
|
|
3830
|
+
* @return {string}
|
|
3831
|
+
*/
|
|
3832
|
+
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.getGlobalId = function() {
|
|
3833
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
3834
|
+
};
|
|
3835
|
+
|
|
3836
|
+
|
|
3837
|
+
/**
|
|
3838
|
+
* @param {string} value
|
|
3839
|
+
* @return {!proto.lansweeper.multitenant.v1.CreateInstallRequest} returns this
|
|
3840
|
+
*/
|
|
3841
|
+
proto.lansweeper.multitenant.v1.CreateInstallRequest.prototype.setGlobalId = function(value) {
|
|
3842
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
3843
|
+
};
|
|
3844
|
+
|
|
3845
|
+
|
|
3786
3846
|
/**
|
|
3787
3847
|
* optional string display_name = 3;
|
|
3788
3848
|
* @return {string}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.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": "35e585480e6d575adc18e45e9e6f5757f6996e61"
|
|
16
16
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -74,6 +74,7 @@ message CheckAccessToSiteByAccountIdResponse {
|
|
|
74
74
|
|
|
75
75
|
message Install {
|
|
76
76
|
string id = 1;
|
|
77
|
+
string global_id = 8;
|
|
77
78
|
string site_id = 2;
|
|
78
79
|
string display_name = 3;
|
|
79
80
|
string description = 4;
|
|
@@ -105,6 +106,7 @@ message GetInstallbyClientIdResponse {
|
|
|
105
106
|
|
|
106
107
|
message CreateInstallRequest{
|
|
107
108
|
string site_id = 1;
|
|
109
|
+
string global_id = 9;
|
|
108
110
|
string display_name = 3;
|
|
109
111
|
string description = 4;
|
|
110
112
|
string status = 5;
|