@lansweeper/multitenant-api-grpc 0.0.7 → 0.0.9

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 CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.9](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.0.8...@lansweeper/multitenant-api-grpc@0.0.9) (2021-09-02)
7
+
8
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.0.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.0.7...@lansweeper/multitenant-api-grpc@0.0.8) (2021-08-31)
15
+
16
+ **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.0.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.0.6...@lansweeper/multitenant-api-grpc@0.0.7) (2021-08-31)
7
23
 
8
24
  **Note:** Version bump only for package @lansweeper/multitenant-api-grpc
@@ -1 +1 @@
1
- {"file":[{"name":"accounts.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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,19,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]}]},"syntax":"proto3"},{"name":"sites.proto","package":"lansweeper.multitenant.v1","messageType":[{"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"}]}],"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}]}],"sourceCodeInfo":{"location":[{"span":[0,0,28,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[5,0],"span":[4,0,10,1]},{"path":[5,0,1],"span":[4,5,13]},{"path":[5,0,2,0],"span":[5,2,19]},{"path":[5,0,2,0,1],"span":[5,2,14]},{"path":[5,0,2,0,2],"span":[5,17,18]},{"path":[5,0,2,1],"span":[6,2,19]},{"path":[5,0,2,1,1],"span":[6,2,14]},{"path":[5,0,2,1,2],"span":[6,17,18]},{"path":[5,0,2,2],"span":[7,2,11]},{"path":[5,0,2,2,1],"span":[7,2,6]},{"path":[5,0,2,2,2],"span":[7,9,10]},{"path":[5,0,2,3],"span":[8,2,13]},{"path":[5,0,2,3,1],"span":[8,2,8]},{"path":[5,0,2,3,2],"span":[8,11,12]},{"path":[5,0,2,4],"span":[9,2,11]},{"path":[5,0,2,4,1],"span":[9,2,6]},{"path":[5,0,2,4,2],"span":[9,9,10]},{"path":[4,0],"span":[12,0,18,1]},{"path":[4,0,1],"span":[12,8,19]},{"path":[4,0,2,0],"span":[13,4,18]},{"path":[4,0,2,0,5],"span":[13,4,10]},{"path":[4,0,2,0,1],"span":[13,11,13]},{"path":[4,0,2,0,3],"span":[13,16,17]},{"path":[4,0,2,1],"span":[14,4,20]},{"path":[4,0,2,1,5],"span":[14,4,10]},{"path":[4,0,2,1,1],"span":[14,11,15]},{"path":[4,0,2,1,3],"span":[14,18,19]},{"path":[4,0,2,2],"span":[15,4,28]},{"path":[4,0,2,2,5],"span":[15,4,10]},{"path":[4,0,2,2,1],"span":[15,11,23]},{"path":[4,0,2,2,3],"span":[15,26,27]},{"path":[4,0,2,3],"span":[16,4,24]},{"path":[4,0,2,3,5],"span":[16,4,10]},{"path":[4,0,2,3,1],"span":[16,11,19]},{"path":[4,0,2,3,3],"span":[16,22,23]},{"path":[4,0,2,4],"span":[17,4,22]},{"path":[4,0,2,4,6],"span":[17,4,12]},{"path":[4,0,2,4,1],"span":[17,13,17]},{"path":[4,0,2,4,3],"span":[17,20,21]},{"path":[4,1],"span":[21,0,24,1]},{"path":[4,1,1],"span":[21,8,28]},{"path":[4,1,2,0],"span":[22,4,18]},{"path":[4,1,2,0,5],"span":[22,4,10]},{"path":[4,1,2,0,1],"span":[22,11,13]},{"path":[4,1,2,0,3],"span":[22,16,17]},{"path":[4,1,2,1],"span":[23,4,22]},{"path":[4,1,2,1,6],"span":[23,4,12]},{"path":[4,1,2,1,1],"span":[23,13,17]},{"path":[4,1,2,1,3],"span":[23,20,21]},{"path":[4,2],"span":[26,0,28,1]},{"path":[4,2,1],"span":[26,8,29]},{"path":[4,2,2,0],"span":[27,4,21]},{"path":[4,2,2,0,5],"span":[27,4,8]},{"path":[4,2,2,0,1],"span":[27,9,16]},{"path":[4,2,2,0,3],"span":[27,19,20]}]},"syntax":"proto3"},{"name":"installs.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto"],"messageType":[{"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":"credentials","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.InstallCredentials","jsonName":"credentials"}]},{"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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,97,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[4,0],"span":[6,0,14,1]},{"path":[4,0,1],"span":[6,8,15]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,21]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,16]},{"path":[4,0,2,1,3],"span":[8,19,20]},{"path":[4,0,2,2],"span":[9,2,26]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,21]},{"path":[4,0,2,2,3],"span":[9,24,25]},{"path":[4,0,2,3],"span":[10,2,25]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,20]},{"path":[4,0,2,3,3],"span":[10,23,24]},{"path":[4,0,2,4],"span":[11,2,20]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,15]},{"path":[4,0,2,4,3],"span":[11,18,19]},{"path":[4,0,2,5],"span":[12,2,18]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,13]},{"path":[4,0,2,5,3],"span":[12,16,17]},{"path":[4,0,2,6],"span":[13,2,27]},{"path":[4,0,2,6,5],"span":[13,2,8]},{"path":[4,0,2,6,1],"span":[13,9,22]},{"path":[4,0,2,6,3],"span":[13,25,26]},{"path":[4,1],"span":[16,0,19,1]},{"path":[4,1,1],"span":[16,8,26]},{"path":[4,1,2,0],"span":[17,2,22]},{"path":[4,1,2,0,5],"span":[17,2,8]},{"path":[4,1,2,0,1],"span":[17,9,17]},{"path":[4,1,2,0,3],"span":[17,20,21]},{"path":[4,1,2,1],"span":[18,2,27]},{"path":[4,1,2,1,5],"span":[18,2,8]},{"path":[4,1,2,1,1],"span":[18,9,22]},{"path":[4,1,2,1,3],"span":[18,25,26]},{"path":[4,2],"span":[21,0,23,1]},{"path":[4,2,1],"span":[21,8,37]},{"path":[4,2,2,0],"span":[22,4,23]},{"path":[4,2,2,0,5],"span":[22,4,10]},{"path":[4,2,2,0,1],"span":[22,11,18]},{"path":[4,2,2,0,3],"span":[22,21,22]},{"path":[4,3],"span":[25,0,27,1]},{"path":[4,3,1],"span":[25,8,32]},{"path":[4,3,2,0],"span":[26,4,20]},{"path":[4,3,2,0,5],"span":[26,4,9]},{"path":[4,3,2,0,1],"span":[26,10,15]},{"path":[4,3,2,0,3],"span":[26,18,19]},{"path":[4,4],"span":[29,0,31,1]},{"path":[4,4,1],"span":[29,8,35]},{"path":[4,4,2,0],"span":[30,4,25]},{"path":[4,4,2,0,5],"span":[30,4,10]},{"path":[4,4,2,0,1],"span":[30,11,20]},{"path":[4,4,2,0,3],"span":[30,23,24]},{"path":[4,5],"span":[33,0,35,1]},{"path":[4,5,1],"span":[33,8,36]},{"path":[4,5,2,0],"span":[34,4,24]},{"path":[4,5,2,0,6],"span":[34,4,11]},{"path":[4,5,2,0,1],"span":[34,12,19]},{"path":[4,5,2,0,3],"span":[34,22,23]},{"path":[4,6],"span":[38,0,47,1]},{"path":[4,6,1],"span":[38,8,28]},{"path":[4,6,2,0],"span":[39,4,23]},{"path":[4,6,2,0,5],"span":[39,4,10]},{"path":[4,6,2,0,1],"span":[39,11,18]},{"path":[4,6,2,0,3],"span":[39,21,22]},{"path":[4,6,2,1],"span":[40,4,28]},{"path":[4,6,2,1,5],"span":[40,4,10]},{"path":[4,6,2,1,1],"span":[40,11,23]},{"path":[4,6,2,1,3],"span":[40,26,27]},{"path":[4,6,2,2],"span":[41,4,27]},{"path":[4,6,2,2,5],"span":[41,4,10]},{"path":[4,6,2,2,1],"span":[41,11,22]},{"path":[4,6,2,2,3],"span":[41,25,26]},{"path":[4,6,2,3],"span":[42,4,22]},{"path":[4,6,2,3,5],"span":[42,4,10]},{"path":[4,6,2,3,1],"span":[42,11,17]},{"path":[4,6,2,3,3],"span":[42,20,21]},{"path":[4,6,2,4],"span":[43,4,20]},{"path":[4,6,2,4,5],"span":[43,4,10]},{"path":[4,6,2,4,1],"span":[43,11,15]},{"path":[4,6,2,4,3],"span":[43,18,19]},{"path":[4,6,2,5],"span":[44,4,29]},{"path":[4,6,2,5,5],"span":[44,4,10]},{"path":[4,6,2,5,1],"span":[44,11,24]},{"path":[4,6,2,5,3],"span":[44,27,28]},{"path":[4,6,2,6],"span":[46,4,30]},{"path":[4,6,2,6,5],"span":[46,4,8]},{"path":[4,6,2,6,1],"span":[46,9,25]},{"path":[4,6,2,6,3],"span":[46,28,29]},{"path":[4,7],"span":[49,0,52,1]},{"path":[4,7,1],"span":[49,8,29]},{"path":[4,7,2,0],"span":[50,4,24]},{"path":[4,7,2,0,6],"span":[50,4,11]},{"path":[4,7,2,0,1],"span":[50,12,19]},{"path":[4,7,2,0,3],"span":[50,22,23]},{"path":[4,7,2,1],"span":[51,4,39]},{"path":[4,7,2,1,6],"span":[51,4,22]},{"path":[4,7,2,1,1],"span":[51,23,34]},{"path":[4,7,2,1,3],"span":[51,37,38]},{"path":[4,8],"span":[54,0,69,1]},{"path":[4,8,1],"span":[54,8,38]},{"path":[4,8,2,0],"span":[55,4,25]},{"path":[4,8,2,0,5],"span":[55,4,10]},{"path":[4,8,2,0,1],"span":[55,11,20]},{"path":[4,8,2,0,3],"span":[55,23,24]},{"path":[4,8,2,1],"span":[56,4,28]},{"path":[4,8,2,1,5],"span":[56,4,10]},{"path":[4,8,2,1,1],"span":[56,11,23]},{"path":[4,8,2,1,3],"span":[56,26,27]},{"path":[4,8,2,2],"span":[57,4,27]},{"path":[4,8,2,2,5],"span":[57,4,10]},{"path":[4,8,2,2,1],"span":[57,11,22]},{"path":[4,8,2,2,3],"span":[57,25,26]},{"path":[4,8,2,3],"span":[58,4,22]},{"path":[4,8,2,3,5],"span":[58,4,10]},{"path":[4,8,2,3,1],"span":[58,11,17]},{"path":[4,8,2,3,3],"span":[58,20,21]},{"path":[4,8,2,4],"span":[59,4,20]},{"path":[4,8,2,4,5],"span":[59,4,10]},{"path":[4,8,2,4,1],"span":[59,11,15]},{"path":[4,8,2,4,3],"span":[59,18,19]},{"path":[4,8,3,0],"span":[61,4,66,5]},{"path":[4,8,3,0,1],"span":[61,12,26]},{"path":[4,8,3,0,2,0],"span":[62,6,43]},{"path":[4,8,3,0,2,0,5],"span":[62,6,12]},{"path":[4,8,3,0,2,0,1],"span":[62,13,38]},{"path":[4,8,3,0,2,0,3],"span":[62,41,42]},{"path":[4,8,3,0,2,1],"span":[63,6,49]},{"path":[4,8,3,0,2,1,5],"span":[63,6,12]},{"path":[4,8,3,0,2,1,1],"span":[63,13,44]},{"path":[4,8,3,0,2,1,3],"span":[63,47,48]},{"path":[4,8,3,0,2,2],"span":[64,6,47]},{"path":[4,8,3,0,2,2,5],"span":[64,6,12]},{"path":[4,8,3,0,2,2,1],"span":[64,13,42]},{"path":[4,8,3,0,2,2,3],"span":[64,45,46]},{"path":[4,8,3,0,2,3],"span":[65,6,42]},{"path":[4,8,3,0,2,3,5],"span":[65,6,12]},{"path":[4,8,3,0,2,3,1],"span":[65,13,37]},{"path":[4,8,3,0,2,3,3],"span":[65,40,41]},{"path":[4,8,2,5],"span":[68,4,39]},{"path":[4,8,2,5,6],"span":[68,4,18]},{"path":[4,8,2,5,1],"span":[68,19,34]},{"path":[4,8,2,5,3],"span":[68,37,38]},{"path":[4,9],"span":[71,0,73,1]},{"path":[4,9,1],"span":[71,8,39]},{"path":[4,9,2,0],"span":[72,4,24]},{"path":[4,9,2,0,6],"span":[72,4,11]},{"path":[4,9,2,0,1],"span":[72,12,19]},{"path":[4,9,2,0,3],"span":[72,22,23]},{"path":[4,10],"span":[75,0,78,1]},{"path":[4,10,1],"span":[75,8,38]},{"path":[4,10,2,0],"span":[76,4,25]},{"path":[4,10,2,0,5],"span":[76,4,10]},{"path":[4,10,2,0,1],"span":[76,11,20]},{"path":[4,10,2,0,3],"span":[76,23,24]},{"path":[4,10,2,1],"span":[77,4,24]},{"path":[4,10,2,1,5],"span":[77,4,10]},{"path":[4,10,2,1,1],"span":[77,11,19]},{"path":[4,10,2,1,3],"span":[77,22,23]},{"path":[4,11],"span":[80,0,86,1]},{"path":[4,11,1],"span":[80,8,39]},{"path":[4,11,2,0],"span":[81,4,21]},{"path":[4,11,2,0,5],"span":[81,4,8]},{"path":[4,11,2,0,1],"span":[81,9,16]},{"path":[4,11,2,0,3],"span":[81,19,20]},{"path":[4,11,2,1],"span":[82,4,23]},{"path":[4,11,2,1,5],"span":[82,4,10]},{"path":[4,11,2,1,1],"span":[82,11,18]},{"path":[4,11,2,1,3],"span":[82,21,22]},{"path":[4,11,2,2],"span":[83,4,30]},{"path":[4,11,2,2,5],"span":[83,4,10]},{"path":[4,11,2,2,1],"span":[83,11,25]},{"path":[4,11,2,2,3],"span":[83,28,29]},{"path":[4,11,2,3],"span":[84,4,30]},{"path":[4,11,2,3,5],"span":[84,4,10]},{"path":[4,11,2,3,1],"span":[84,11,25]},{"path":[4,11,2,3,3],"span":[84,28,29]},{"path":[4,11,2,4],"span":[85,4,39]},{"path":[4,11,2,4,6],"span":[85,4,22]},{"path":[4,11,2,4,1],"span":[85,23,34]},{"path":[4,11,2,4,3],"span":[85,37,38]},{"path":[4,12],"span":[88,0,93,1]},{"path":[4,12,1],"span":[88,8,38]},{"path":[4,12,2,0],"span":[89,4,25]},{"path":[4,12,2,0,5],"span":[89,4,10]},{"path":[4,12,2,0,1],"span":[89,11,20]},{"path":[4,12,2,0,3],"span":[89,23,24]},{"path":[4,12,2,1],"span":[90,4,24]},{"path":[4,12,2,1,5],"span":[90,4,10]},{"path":[4,12,2,1,1],"span":[90,11,19]},{"path":[4,12,2,1,3],"span":[90,22,23]},{"path":[4,12,2,2],"span":[91,4,25]},{"path":[4,12,2,2,5],"span":[91,4,8]},{"path":[4,12,2,2,1],"span":[91,9,20]},{"path":[4,12,2,2,3],"span":[91,23,24]},{"path":[4,12,2,3],"span":[92,4,25]},{"path":[4,12,2,3,5],"span":[92,4,8]},{"path":[4,12,2,3,1],"span":[92,9,20]},{"path":[4,12,2,3,3],"span":[92,23,24]},{"path":[4,13],"span":[95,0,97,1]},{"path":[4,13,1],"span":[95,8,39]},{"path":[4,13,2,0],"span":[96,4,21]},{"path":[4,13,2,0,5],"span":[96,4,8]},{"path":[4,13,2,0,1],"span":[96,9,16]},{"path":[4,13,2,0,3],"span":[96,19,20]}]},"syntax":"proto3"},{"name":"profiles.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto"],"messageType":[{"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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,30,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[4,0],"span":[6,0,11,1]},{"path":[4,0,1],"span":[6,8,15]},{"path":[4,0,2,0],"span":[7,4,18]},{"path":[4,0,2,0,5],"span":[7,4,10]},{"path":[4,0,2,0,1],"span":[7,11,13]},{"path":[4,0,2,0,3],"span":[7,16,17]},{"path":[4,0,2,1],"span":[8,4,23]},{"path":[4,0,2,1,5],"span":[8,4,10]},{"path":[4,0,2,1,1],"span":[8,11,18]},{"path":[4,0,2,1,3],"span":[8,21,22]},{"path":[4,0,2,2],"span":[9,4,25]},{"path":[4,0,2,2,6],"span":[9,4,15]},{"path":[4,0,2,2,1],"span":[9,16,20]},{"path":[4,0,2,2,3],"span":[9,23,24]},{"path":[4,0,2,3],"span":[10,4,22]},{"path":[4,0,2,3,5],"span":[10,4,8]},{"path":[4,0,2,3,1],"span":[10,9,17]},{"path":[4,0,2,3,3],"span":[10,20,21]},{"path":[4,1],"span":[13,0,16,1]},{"path":[4,1,1],"span":[13,8,38]},{"path":[4,1,2,0],"span":[14,4,26]},{"path":[4,1,2,0,5],"span":[14,4,10]},{"path":[4,1,2,0,1],"span":[14,11,21]},{"path":[4,1,2,0,3],"span":[14,24,25]},{"path":[4,1,2,1],"span":[15,4,28]},{"path":[4,1,2,1,5],"span":[15,4,8]},{"path":[4,1,2,1,1],"span":[15,9,23]},{"path":[4,1,2,1,3],"span":[15,26,27]},{"path":[4,2],"span":[18,0,20,1]},{"path":[4,2,1],"span":[18,8,39]},{"path":[4,2,2,0],"span":[19,4,33]},{"path":[4,2,2,0,4],"span":[19,4,12]},{"path":[4,2,2,0,6],"span":[19,13,20]},{"path":[4,2,2,0,1],"span":[19,21,28]},{"path":[4,2,2,0,3],"span":[19,31,32]},{"path":[4,3],"span":[22,0,26,1]},{"path":[4,3,1],"span":[22,8,43]},{"path":[4,3,2,0],"span":[23,4,26]},{"path":[4,3,2,0,5],"span":[23,4,10]},{"path":[4,3,2,0,1],"span":[23,11,21]},{"path":[4,3,2,0,3],"span":[23,24,25]},{"path":[4,3,2,1],"span":[24,4,23]},{"path":[4,3,2,1,5],"span":[24,4,10]},{"path":[4,3,2,1,1],"span":[24,11,18]},{"path":[4,3,2,1,3],"span":[24,21,22]},{"path":[4,3,2,2],"span":[25,4,24]},{"path":[4,3,2,2,5],"span":[25,4,8]},{"path":[4,3,2,2,1],"span":[25,9,19]},{"path":[4,3,2,2,3],"span":[25,22,23]},{"path":[4,4],"span":[28,0,30,1]},{"path":[4,4,1],"span":[28,8,44]},{"path":[4,4,2,0],"span":[29,4,20]},{"path":[4,4,2,0,5],"span":[29,4,8]},{"path":[4,4,2,0,1],"span":[29,9,15]},{"path":[4,4,2,0,3],"span":[29,18,19]}]},"syntax":"proto3"},{"name":"multitenant.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto","installs.proto","profiles.proto","accounts.proto"],"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,30,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[3,1],"span":[5,0,24]},{"path":[3,2],"span":[6,0,24]},{"path":[3,3],"span":[7,0,24]},{"path":[6,0],"span":[9,0,30,1]},{"path":[6,0,1],"span":[9,8,19]},{"path":[6,0,2,0],"span":[10,4,123]},{"path":[6,0,2,0,1],"span":[10,8,36]},{"path":[6,0,2,0,2],"span":[10,37,72]},{"path":[6,0,2,0,3],"span":[10,83,119]},{"path":[6,0,2,1],"span":[12,4,102]},{"path":[6,0,2,1,1],"span":[12,8,29]},{"path":[6,0,2,1,2],"span":[12,30,58]},{"path":[6,0,2,1,3],"span":[12,69,98]},{"path":[6,0,2,2],"span":[14,4,108]},{"path":[6,0,2,2,1],"span":[14,8,31]},{"path":[6,0,2,2,2],"span":[14,32,62]},{"path":[6,0,2,2,3],"span":[14,73,104]},{"path":[6,0,2,3],"span":[16,4,78]},{"path":[6,0,2,3,1],"span":[16,8,21]},{"path":[6,0,2,3,2],"span":[16,22,42]},{"path":[6,0,2,3,3],"span":[16,53,74]},{"path":[6,0,2,4],"span":[18,4,78]},{"path":[6,0,2,4,1],"span":[18,8,21]},{"path":[6,0,2,4,2],"span":[18,22,42]},{"path":[6,0,2,4,3],"span":[18,53,74]},{"path":[6,0,2,5],"span":[20,4,99]},{"path":[6,0,2,5,1],"span":[20,8,30]},{"path":[6,0,2,5,2],"span":[20,31,60]},{"path":[6,0,2,5,3],"span":[20,71,95]},{"path":[6,0,2,6],"span":[22,4,99]},{"path":[6,0,2,6,1],"span":[22,8,28]},{"path":[6,0,2,6,2],"span":[22,29,56]},{"path":[6,0,2,6,3],"span":[22,67,95]},{"path":[6,0,2,7],"span":[24,4,108]},{"path":[6,0,2,7,1],"span":[24,8,31]},{"path":[6,0,2,7,2],"span":[24,32,62]},{"path":[6,0,2,7,3],"span":[24,73,104]},{"path":[6,0,2,8],"span":[26,4,108]},{"path":[6,0,2,8,1],"span":[26,8,31]},{"path":[6,0,2,8,2],"span":[26,32,62]},{"path":[6,0,2,8,3],"span":[26,73,104]},{"path":[6,0,2,9],"span":[28,4,108]},{"path":[6,0,2,9,1],"span":[28,8,31]},{"path":[6,0,2,9,2],"span":[28,32,62]},{"path":[6,0,2,9,3],"span":[28,73,104]}]},"syntax":"proto3"}],"bufbuildImageExtension":{}}
1
+ {"file":[{"name":"accounts.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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,19,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]}]},"syntax":"proto3"},{"name":"sites.proto","package":"lansweeper.multitenant.v1","messageType":[{"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"}]}],"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}]}],"sourceCodeInfo":{"location":[{"span":[0,0,28,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[5,0],"span":[4,0,10,1]},{"path":[5,0,1],"span":[4,5,13]},{"path":[5,0,2,0],"span":[5,2,19]},{"path":[5,0,2,0,1],"span":[5,2,14]},{"path":[5,0,2,0,2],"span":[5,17,18]},{"path":[5,0,2,1],"span":[6,2,19]},{"path":[5,0,2,1,1],"span":[6,2,14]},{"path":[5,0,2,1,2],"span":[6,17,18]},{"path":[5,0,2,2],"span":[7,2,11]},{"path":[5,0,2,2,1],"span":[7,2,6]},{"path":[5,0,2,2,2],"span":[7,9,10]},{"path":[5,0,2,3],"span":[8,2,13]},{"path":[5,0,2,3,1],"span":[8,2,8]},{"path":[5,0,2,3,2],"span":[8,11,12]},{"path":[5,0,2,4],"span":[9,2,11]},{"path":[5,0,2,4,1],"span":[9,2,6]},{"path":[5,0,2,4,2],"span":[9,9,10]},{"path":[4,0],"span":[12,0,18,1]},{"path":[4,0,1],"span":[12,8,19]},{"path":[4,0,2,0],"span":[13,4,18]},{"path":[4,0,2,0,5],"span":[13,4,10]},{"path":[4,0,2,0,1],"span":[13,11,13]},{"path":[4,0,2,0,3],"span":[13,16,17]},{"path":[4,0,2,1],"span":[14,4,20]},{"path":[4,0,2,1,5],"span":[14,4,10]},{"path":[4,0,2,1,1],"span":[14,11,15]},{"path":[4,0,2,1,3],"span":[14,18,19]},{"path":[4,0,2,2],"span":[15,4,28]},{"path":[4,0,2,2,5],"span":[15,4,10]},{"path":[4,0,2,2,1],"span":[15,11,23]},{"path":[4,0,2,2,3],"span":[15,26,27]},{"path":[4,0,2,3],"span":[16,4,24]},{"path":[4,0,2,3,5],"span":[16,4,10]},{"path":[4,0,2,3,1],"span":[16,11,19]},{"path":[4,0,2,3,3],"span":[16,22,23]},{"path":[4,0,2,4],"span":[17,4,22]},{"path":[4,0,2,4,6],"span":[17,4,12]},{"path":[4,0,2,4,1],"span":[17,13,17]},{"path":[4,0,2,4,3],"span":[17,20,21]},{"path":[4,1],"span":[21,0,24,1]},{"path":[4,1,1],"span":[21,8,28]},{"path":[4,1,2,0],"span":[22,4,18]},{"path":[4,1,2,0,5],"span":[22,4,10]},{"path":[4,1,2,0,1],"span":[22,11,13]},{"path":[4,1,2,0,3],"span":[22,16,17]},{"path":[4,1,2,1],"span":[23,4,22]},{"path":[4,1,2,1,6],"span":[23,4,12]},{"path":[4,1,2,1,1],"span":[23,13,17]},{"path":[4,1,2,1,3],"span":[23,20,21]},{"path":[4,2],"span":[26,0,28,1]},{"path":[4,2,1],"span":[26,8,29]},{"path":[4,2,2,0],"span":[27,4,21]},{"path":[4,2,2,0,5],"span":[27,4,8]},{"path":[4,2,2,0,1],"span":[27,9,16]},{"path":[4,2,2,0,3],"span":[27,19,20]}]},"syntax":"proto3"},{"name":"installs.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto"],"messageType":[{"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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,96,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[4,0],"span":[6,0,14,1]},{"path":[4,0,1],"span":[6,8,15]},{"path":[4,0,2,0],"span":[7,2,16]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,11]},{"path":[4,0,2,0,3],"span":[7,14,15]},{"path":[4,0,2,1],"span":[8,2,21]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,16]},{"path":[4,0,2,1,3],"span":[8,19,20]},{"path":[4,0,2,2],"span":[9,2,26]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,21]},{"path":[4,0,2,2,3],"span":[9,24,25]},{"path":[4,0,2,3],"span":[10,2,25]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,20]},{"path":[4,0,2,3,3],"span":[10,23,24]},{"path":[4,0,2,4],"span":[11,2,20]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,15]},{"path":[4,0,2,4,3],"span":[11,18,19]},{"path":[4,0,2,5],"span":[12,2,18]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,13]},{"path":[4,0,2,5,3],"span":[12,16,17]},{"path":[4,0,2,6],"span":[13,2,27]},{"path":[4,0,2,6,5],"span":[13,2,8]},{"path":[4,0,2,6,1],"span":[13,9,22]},{"path":[4,0,2,6,3],"span":[13,25,26]},{"path":[4,1],"span":[16,0,19,1]},{"path":[4,1,1],"span":[16,8,26]},{"path":[4,1,2,0],"span":[17,2,22]},{"path":[4,1,2,0,5],"span":[17,2,8]},{"path":[4,1,2,0,1],"span":[17,9,17]},{"path":[4,1,2,0,3],"span":[17,20,21]},{"path":[4,1,2,1],"span":[18,2,27]},{"path":[4,1,2,1,5],"span":[18,2,8]},{"path":[4,1,2,1,1],"span":[18,9,22]},{"path":[4,1,2,1,3],"span":[18,25,26]},{"path":[4,2],"span":[21,0,23,1]},{"path":[4,2,1],"span":[21,8,37]},{"path":[4,2,2,0],"span":[22,4,23]},{"path":[4,2,2,0,5],"span":[22,4,10]},{"path":[4,2,2,0,1],"span":[22,11,18]},{"path":[4,2,2,0,3],"span":[22,21,22]},{"path":[4,3],"span":[25,0,27,1]},{"path":[4,3,1],"span":[25,8,32]},{"path":[4,3,2,0],"span":[26,4,20]},{"path":[4,3,2,0,5],"span":[26,4,9]},{"path":[4,3,2,0,1],"span":[26,10,15]},{"path":[4,3,2,0,3],"span":[26,18,19]},{"path":[4,4],"span":[29,0,31,1]},{"path":[4,4,1],"span":[29,8,35]},{"path":[4,4,2,0],"span":[30,4,25]},{"path":[4,4,2,0,5],"span":[30,4,10]},{"path":[4,4,2,0,1],"span":[30,11,20]},{"path":[4,4,2,0,3],"span":[30,23,24]},{"path":[4,5],"span":[33,0,35,1]},{"path":[4,5,1],"span":[33,8,36]},{"path":[4,5,2,0],"span":[34,4,24]},{"path":[4,5,2,0,6],"span":[34,4,11]},{"path":[4,5,2,0,1],"span":[34,12,19]},{"path":[4,5,2,0,3],"span":[34,22,23]},{"path":[4,6],"span":[38,0,47,1]},{"path":[4,6,1],"span":[38,8,28]},{"path":[4,6,2,0],"span":[39,4,23]},{"path":[4,6,2,0,5],"span":[39,4,10]},{"path":[4,6,2,0,1],"span":[39,11,18]},{"path":[4,6,2,0,3],"span":[39,21,22]},{"path":[4,6,2,1],"span":[40,4,28]},{"path":[4,6,2,1,5],"span":[40,4,10]},{"path":[4,6,2,1,1],"span":[40,11,23]},{"path":[4,6,2,1,3],"span":[40,26,27]},{"path":[4,6,2,2],"span":[41,4,27]},{"path":[4,6,2,2,5],"span":[41,4,10]},{"path":[4,6,2,2,1],"span":[41,11,22]},{"path":[4,6,2,2,3],"span":[41,25,26]},{"path":[4,6,2,3],"span":[42,4,22]},{"path":[4,6,2,3,5],"span":[42,4,10]},{"path":[4,6,2,3,1],"span":[42,11,17]},{"path":[4,6,2,3,3],"span":[42,20,21]},{"path":[4,6,2,4],"span":[43,4,20]},{"path":[4,6,2,4,5],"span":[43,4,10]},{"path":[4,6,2,4,1],"span":[43,11,15]},{"path":[4,6,2,4,3],"span":[43,18,19]},{"path":[4,6,2,5],"span":[44,4,29]},{"path":[4,6,2,5,5],"span":[44,4,10]},{"path":[4,6,2,5,1],"span":[44,11,24]},{"path":[4,6,2,5,3],"span":[44,27,28]},{"path":[4,6,2,6],"span":[46,4,30]},{"path":[4,6,2,6,5],"span":[46,4,8]},{"path":[4,6,2,6,1],"span":[46,9,25]},{"path":[4,6,2,6,3],"span":[46,28,29]},{"path":[4,7],"span":[49,0,52,1]},{"path":[4,7,1],"span":[49,8,29]},{"path":[4,7,2,0],"span":[50,4,24]},{"path":[4,7,2,0,6],"span":[50,4,11]},{"path":[4,7,2,0,1],"span":[50,12,19]},{"path":[4,7,2,0,3],"span":[50,22,23]},{"path":[4,7,2,1],"span":[51,4,39]},{"path":[4,7,2,1,6],"span":[51,4,22]},{"path":[4,7,2,1,1],"span":[51,23,34]},{"path":[4,7,2,1,3],"span":[51,37,38]},{"path":[4,8],"span":[54,0,69,1]},{"path":[4,8,1],"span":[54,8,38]},{"path":[4,8,2,0],"span":[55,4,25]},{"path":[4,8,2,0,5],"span":[55,4,10]},{"path":[4,8,2,0,1],"span":[55,11,20]},{"path":[4,8,2,0,3],"span":[55,23,24]},{"path":[4,8,2,1],"span":[56,4,28]},{"path":[4,8,2,1,5],"span":[56,4,10]},{"path":[4,8,2,1,1],"span":[56,11,23]},{"path":[4,8,2,1,3],"span":[56,26,27]},{"path":[4,8,2,2],"span":[57,4,27]},{"path":[4,8,2,2,5],"span":[57,4,10]},{"path":[4,8,2,2,1],"span":[57,11,22]},{"path":[4,8,2,2,3],"span":[57,25,26]},{"path":[4,8,2,3],"span":[58,4,22]},{"path":[4,8,2,3,5],"span":[58,4,10]},{"path":[4,8,2,3,1],"span":[58,11,17]},{"path":[4,8,2,3,3],"span":[58,20,21]},{"path":[4,8,2,4],"span":[59,4,20]},{"path":[4,8,2,4,5],"span":[59,4,10]},{"path":[4,8,2,4,1],"span":[59,11,15]},{"path":[4,8,2,4,3],"span":[59,18,19]},{"path":[4,8,3,0],"span":[61,4,66,5]},{"path":[4,8,3,0,1],"span":[61,12,26]},{"path":[4,8,3,0,2,0],"span":[62,6,43]},{"path":[4,8,3,0,2,0,5],"span":[62,6,12]},{"path":[4,8,3,0,2,0,1],"span":[62,13,38]},{"path":[4,8,3,0,2,0,3],"span":[62,41,42]},{"path":[4,8,3,0,2,1],"span":[63,6,49]},{"path":[4,8,3,0,2,1,5],"span":[63,6,12]},{"path":[4,8,3,0,2,1,1],"span":[63,13,44]},{"path":[4,8,3,0,2,1,3],"span":[63,47,48]},{"path":[4,8,3,0,2,2],"span":[64,6,47]},{"path":[4,8,3,0,2,2,5],"span":[64,6,12]},{"path":[4,8,3,0,2,2,1],"span":[64,13,42]},{"path":[4,8,3,0,2,2,3],"span":[64,45,46]},{"path":[4,8,3,0,2,3],"span":[65,6,42]},{"path":[4,8,3,0,2,3,5],"span":[65,6,12]},{"path":[4,8,3,0,2,3,1],"span":[65,13,37]},{"path":[4,8,3,0,2,3,3],"span":[65,40,41]},{"path":[4,8,2,5],"span":[68,4,39]},{"path":[4,8,2,5,6],"span":[68,4,18]},{"path":[4,8,2,5,1],"span":[68,19,34]},{"path":[4,8,2,5,3],"span":[68,37,38]},{"path":[4,9],"span":[71,0,73,1]},{"path":[4,9,1],"span":[71,8,39]},{"path":[4,9,2,0],"span":[72,4,24]},{"path":[4,9,2,0,6],"span":[72,4,11]},{"path":[4,9,2,0,1],"span":[72,12,19]},{"path":[4,9,2,0,3],"span":[72,22,23]},{"path":[4,10],"span":[75,0,78,1]},{"path":[4,10,1],"span":[75,8,38]},{"path":[4,10,2,0],"span":[76,4,25]},{"path":[4,10,2,0,5],"span":[76,4,10]},{"path":[4,10,2,0,1],"span":[76,11,20]},{"path":[4,10,2,0,3],"span":[76,23,24]},{"path":[4,10,2,1],"span":[77,4,24]},{"path":[4,10,2,1,5],"span":[77,4,10]},{"path":[4,10,2,1,1],"span":[77,11,19]},{"path":[4,10,2,1,3],"span":[77,22,23]},{"path":[4,11],"span":[80,0,85,1]},{"path":[4,11,1],"span":[80,8,39]},{"path":[4,11,2,0],"span":[81,4,21]},{"path":[4,11,2,0,5],"span":[81,4,8]},{"path":[4,11,2,0,1],"span":[81,9,16]},{"path":[4,11,2,0,3],"span":[81,19,20]},{"path":[4,11,2,1],"span":[82,4,23]},{"path":[4,11,2,1,5],"span":[82,4,10]},{"path":[4,11,2,1,1],"span":[82,11,18]},{"path":[4,11,2,1,3],"span":[82,21,22]},{"path":[4,11,2,2],"span":[83,4,30]},{"path":[4,11,2,2,5],"span":[83,4,10]},{"path":[4,11,2,2,1],"span":[83,11,25]},{"path":[4,11,2,2,3],"span":[83,28,29]},{"path":[4,11,2,3],"span":[84,4,30]},{"path":[4,11,2,3,5],"span":[84,4,10]},{"path":[4,11,2,3,1],"span":[84,11,25]},{"path":[4,11,2,3,3],"span":[84,28,29]},{"path":[4,12],"span":[87,0,92,1]},{"path":[4,12,1],"span":[87,8,38]},{"path":[4,12,2,0],"span":[88,4,25]},{"path":[4,12,2,0,5],"span":[88,4,10]},{"path":[4,12,2,0,1],"span":[88,11,20]},{"path":[4,12,2,0,3],"span":[88,23,24]},{"path":[4,12,2,1],"span":[89,4,24]},{"path":[4,12,2,1,5],"span":[89,4,10]},{"path":[4,12,2,1,1],"span":[89,11,19]},{"path":[4,12,2,1,3],"span":[89,22,23]},{"path":[4,12,2,2],"span":[90,4,25]},{"path":[4,12,2,2,5],"span":[90,4,8]},{"path":[4,12,2,2,1],"span":[90,9,20]},{"path":[4,12,2,2,3],"span":[90,23,24]},{"path":[4,12,2,3],"span":[91,4,25]},{"path":[4,12,2,3,5],"span":[91,4,8]},{"path":[4,12,2,3,1],"span":[91,9,20]},{"path":[4,12,2,3,3],"span":[91,23,24]},{"path":[4,13],"span":[94,0,96,1]},{"path":[4,13,1],"span":[94,8,39]},{"path":[4,13,2,0],"span":[95,4,21]},{"path":[4,13,2,0,5],"span":[95,4,8]},{"path":[4,13,2,0,1],"span":[95,9,16]},{"path":[4,13,2,0,3],"span":[95,19,20]}]},"syntax":"proto3"},{"name":"profiles.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto"],"messageType":[{"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"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,30,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[4,0],"span":[6,0,11,1]},{"path":[4,0,1],"span":[6,8,15]},{"path":[4,0,2,0],"span":[7,4,18]},{"path":[4,0,2,0,5],"span":[7,4,10]},{"path":[4,0,2,0,1],"span":[7,11,13]},{"path":[4,0,2,0,3],"span":[7,16,17]},{"path":[4,0,2,1],"span":[8,4,23]},{"path":[4,0,2,1,5],"span":[8,4,10]},{"path":[4,0,2,1,1],"span":[8,11,18]},{"path":[4,0,2,1,3],"span":[8,21,22]},{"path":[4,0,2,2],"span":[9,4,25]},{"path":[4,0,2,2,6],"span":[9,4,15]},{"path":[4,0,2,2,1],"span":[9,16,20]},{"path":[4,0,2,2,3],"span":[9,23,24]},{"path":[4,0,2,3],"span":[10,4,22]},{"path":[4,0,2,3,5],"span":[10,4,8]},{"path":[4,0,2,3,1],"span":[10,9,17]},{"path":[4,0,2,3,3],"span":[10,20,21]},{"path":[4,1],"span":[13,0,16,1]},{"path":[4,1,1],"span":[13,8,38]},{"path":[4,1,2,0],"span":[14,4,26]},{"path":[4,1,2,0,5],"span":[14,4,10]},{"path":[4,1,2,0,1],"span":[14,11,21]},{"path":[4,1,2,0,3],"span":[14,24,25]},{"path":[4,1,2,1],"span":[15,4,28]},{"path":[4,1,2,1,5],"span":[15,4,8]},{"path":[4,1,2,1,1],"span":[15,9,23]},{"path":[4,1,2,1,3],"span":[15,26,27]},{"path":[4,2],"span":[18,0,20,1]},{"path":[4,2,1],"span":[18,8,39]},{"path":[4,2,2,0],"span":[19,4,33]},{"path":[4,2,2,0,4],"span":[19,4,12]},{"path":[4,2,2,0,6],"span":[19,13,20]},{"path":[4,2,2,0,1],"span":[19,21,28]},{"path":[4,2,2,0,3],"span":[19,31,32]},{"path":[4,3],"span":[22,0,26,1]},{"path":[4,3,1],"span":[22,8,43]},{"path":[4,3,2,0],"span":[23,4,26]},{"path":[4,3,2,0,5],"span":[23,4,10]},{"path":[4,3,2,0,1],"span":[23,11,21]},{"path":[4,3,2,0,3],"span":[23,24,25]},{"path":[4,3,2,1],"span":[24,4,23]},{"path":[4,3,2,1,5],"span":[24,4,10]},{"path":[4,3,2,1,1],"span":[24,11,18]},{"path":[4,3,2,1,3],"span":[24,21,22]},{"path":[4,3,2,2],"span":[25,4,24]},{"path":[4,3,2,2,5],"span":[25,4,8]},{"path":[4,3,2,2,1],"span":[25,9,19]},{"path":[4,3,2,2,3],"span":[25,22,23]},{"path":[4,4],"span":[28,0,30,1]},{"path":[4,4,1],"span":[28,8,44]},{"path":[4,4,2,0],"span":[29,4,20]},{"path":[4,4,2,0,5],"span":[29,4,8]},{"path":[4,4,2,0,1],"span":[29,9,15]},{"path":[4,4,2,0,3],"span":[29,18,19]}]},"syntax":"proto3"},{"name":"multitenant.proto","package":"lansweeper.multitenant.v1","dependency":["sites.proto","installs.proto","profiles.proto","accounts.proto"],"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,30,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[3,0],"span":[4,0,21]},{"path":[3,1],"span":[5,0,24]},{"path":[3,2],"span":[6,0,24]},{"path":[3,3],"span":[7,0,24]},{"path":[6,0],"span":[9,0,30,1]},{"path":[6,0,1],"span":[9,8,19]},{"path":[6,0,2,0],"span":[10,4,123]},{"path":[6,0,2,0,1],"span":[10,8,36]},{"path":[6,0,2,0,2],"span":[10,37,72]},{"path":[6,0,2,0,3],"span":[10,83,119]},{"path":[6,0,2,1],"span":[12,4,102]},{"path":[6,0,2,1,1],"span":[12,8,29]},{"path":[6,0,2,1,2],"span":[12,30,58]},{"path":[6,0,2,1,3],"span":[12,69,98]},{"path":[6,0,2,2],"span":[14,4,108]},{"path":[6,0,2,2,1],"span":[14,8,31]},{"path":[6,0,2,2,2],"span":[14,32,62]},{"path":[6,0,2,2,3],"span":[14,73,104]},{"path":[6,0,2,3],"span":[16,4,78]},{"path":[6,0,2,3,1],"span":[16,8,21]},{"path":[6,0,2,3,2],"span":[16,22,42]},{"path":[6,0,2,3,3],"span":[16,53,74]},{"path":[6,0,2,4],"span":[18,4,78]},{"path":[6,0,2,4,1],"span":[18,8,21]},{"path":[6,0,2,4,2],"span":[18,22,42]},{"path":[6,0,2,4,3],"span":[18,53,74]},{"path":[6,0,2,5],"span":[20,4,99]},{"path":[6,0,2,5,1],"span":[20,8,30]},{"path":[6,0,2,5,2],"span":[20,31,60]},{"path":[6,0,2,5,3],"span":[20,71,95]},{"path":[6,0,2,6],"span":[22,4,99]},{"path":[6,0,2,6,1],"span":[22,8,28]},{"path":[6,0,2,6,2],"span":[22,29,56]},{"path":[6,0,2,6,3],"span":[22,67,95]},{"path":[6,0,2,7],"span":[24,4,108]},{"path":[6,0,2,7,1],"span":[24,8,31]},{"path":[6,0,2,7,2],"span":[24,32,62]},{"path":[6,0,2,7,3],"span":[24,73,104]},{"path":[6,0,2,8],"span":[26,4,108]},{"path":[6,0,2,8,1],"span":[26,8,31]},{"path":[6,0,2,8,2],"span":[26,32,62]},{"path":[6,0,2,8,3],"span":[26,73,104]},{"path":[6,0,2,9],"span":[28,4,108]},{"path":[6,0,2,9,1],"span":[28,8,31]},{"path":[6,0,2,9,2],"span":[28,32,62]},{"path":[6,0,2,9,3],"span":[28,73,104]}]},"syntax":"proto3"}],"bufbuildImageExtension":{}}
@@ -343,11 +343,6 @@ export class RotateInstallByClientIdResponse extends jspb.Message {
343
343
  getNewInstallId(): string;
344
344
  setNewInstallId(value: string): RotateInstallByClientIdResponse;
345
345
 
346
- hasCredentials(): boolean;
347
- clearCredentials(): void;
348
- getCredentials(): InstallCredentials | undefined;
349
- setCredentials(value?: InstallCredentials): RotateInstallByClientIdResponse;
350
-
351
346
  serializeBinary(): Uint8Array;
352
347
  toObject(includeInstance?: boolean): RotateInstallByClientIdResponse.AsObject;
353
348
  static toObject(includeInstance: boolean, msg: RotateInstallByClientIdResponse): RotateInstallByClientIdResponse.AsObject;
@@ -364,7 +359,6 @@ export namespace RotateInstallByClientIdResponse {
364
359
  siteId: string,
365
360
  oldInstallId: string,
366
361
  newInstallId: string,
367
- credentials?: InstallCredentials.AsObject,
368
362
  }
369
363
  }
370
364
 
@@ -2737,8 +2737,7 @@ proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.toObject = funct
2737
2737
  success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
2738
2738
  siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
2739
2739
  oldInstallId: jspb.Message.getFieldWithDefault(msg, 3, ""),
2740
- newInstallId: jspb.Message.getFieldWithDefault(msg, 4, ""),
2741
- credentials: (f = msg.getCredentials()) && proto.lansweeper.multitenant.v1.InstallCredentials.toObject(includeInstance, f)
2740
+ newInstallId: jspb.Message.getFieldWithDefault(msg, 4, "")
2742
2741
  };
2743
2742
 
2744
2743
  if (includeInstance) {
@@ -2791,11 +2790,6 @@ proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.deserializeBinar
2791
2790
  var value = /** @type {string} */ (reader.readString());
2792
2791
  msg.setNewInstallId(value);
2793
2792
  break;
2794
- case 5:
2795
- var value = new proto.lansweeper.multitenant.v1.InstallCredentials;
2796
- reader.readMessage(value,proto.lansweeper.multitenant.v1.InstallCredentials.deserializeBinaryFromReader);
2797
- msg.setCredentials(value);
2798
- break;
2799
2793
  default:
2800
2794
  reader.skipField();
2801
2795
  break;
@@ -2853,14 +2847,6 @@ proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.serializeBinaryT
2853
2847
  f
2854
2848
  );
2855
2849
  }
2856
- f = message.getCredentials();
2857
- if (f != null) {
2858
- writer.writeMessage(
2859
- 5,
2860
- f,
2861
- proto.lansweeper.multitenant.v1.InstallCredentials.serializeBinaryToWriter
2862
- );
2863
- }
2864
2850
  };
2865
2851
 
2866
2852
 
@@ -2936,43 +2922,6 @@ proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setNew
2936
2922
  };
2937
2923
 
2938
2924
 
2939
- /**
2940
- * optional InstallCredentials credentials = 5;
2941
- * @return {?proto.lansweeper.multitenant.v1.InstallCredentials}
2942
- */
2943
- proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.getCredentials = function() {
2944
- return /** @type{?proto.lansweeper.multitenant.v1.InstallCredentials} */ (
2945
- jspb.Message.getWrapperField(this, proto.lansweeper.multitenant.v1.InstallCredentials, 5));
2946
- };
2947
-
2948
-
2949
- /**
2950
- * @param {?proto.lansweeper.multitenant.v1.InstallCredentials|undefined} value
2951
- * @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
2952
- */
2953
- proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.setCredentials = function(value) {
2954
- return jspb.Message.setWrapperField(this, 5, value);
2955
- };
2956
-
2957
-
2958
- /**
2959
- * Clears the message field making it undefined.
2960
- * @return {!proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse} returns this
2961
- */
2962
- proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.clearCredentials = function() {
2963
- return this.setCredentials(undefined);
2964
- };
2965
-
2966
-
2967
- /**
2968
- * Returns whether this field is set.
2969
- * @return {boolean}
2970
- */
2971
- proto.lansweeper.multitenant.v1.RotateInstallByClientIdResponse.prototype.hasCredentials = function() {
2972
- return jspb.Message.getField(this, 5) != null;
2973
- };
2974
-
2975
-
2976
2925
 
2977
2926
 
2978
2927
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/multitenant-api-grpc",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "main": "gen-proto/index.js",
5
5
  "types": "gen-proto/index.d.ts",
6
6
  "license": "MIT",
@@ -8,5 +8,8 @@
8
8
  "@grpc/grpc-js": "^1.3.2",
9
9
  "google-protobuf": "^3.17.0"
10
10
  },
11
- "gitHead": "44e9dae392f9c62a8dfedf432c6cfb1151442db9"
11
+ "devDependencies": {
12
+ "@types/google-protobuf": "^3.15.5"
13
+ },
14
+ "gitHead": "4845c58ca45e5e74d4d4f1ac2dcec46c52d9751d"
12
15
  }
@@ -83,7 +83,6 @@ message RotateInstallByClientIdResponse {
83
83
  string site_id = 2;
84
84
  string old_install_id = 3;
85
85
  string new_install_id = 4;
86
- InstallCredentials credentials = 5;
87
86
  }
88
87
 
89
88
  message UnlinkInstallByClientIdRequest {