@lansweeper/multitenant-api-grpc 0.4.15 → 0.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_pb.d.ts +12 -3
- package/gen-proto/multitenant_pb.js +123 -33
- package/package.json +2 -2
- package/proto/multitenant.proto +4 -1
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.4.17](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.16...@lansweeper/multitenant-api-grpc@0.4.17) (2022-11-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.4.16](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.15...@lansweeper/multitenant-api-grpc@0.4.16) (2022-11-03)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.4.15](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.14...@lansweeper/multitenant-api-grpc@0.4.15) (2022-10-27)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"display_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"created_by_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}],"reservedRange":[{"start":2,"end":3}]},{"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":"CreateAndLinkInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"CreateAndLinkInstallResponse","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":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","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":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","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":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","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":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,458,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"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,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,111,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,23]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,18]},{"path":[4,13,2,1,3],"span":[98,21,22]},{"path":[4,13,2,2],"span":[99,2,21]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,16]},{"path":[4,13,2,2,3],"span":[99,19,20]},{"path":[4,13,2,3],"span":[100,2,26]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,21]},{"path":[4,13,2,3,3],"span":[100,24,25]},{"path":[4,13,2,4],"span":[101,2,25]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,20]},{"path":[4,13,2,4,3],"span":[101,23,24]},{"path":[4,13,2,5],"span":[102,2,20]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,15]},{"path":[4,13,2,5,3],"span":[102,18,19]},{"path":[4,13,2,6],"span":[103,2,18]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,13]},{"path":[4,13,2,6,3],"span":[103,16,17]},{"path":[4,13,2,7],"span":[104,2,27]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,22]},{"path":[4,13,2,7,3],"span":[104,25,26]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,14],"span":[113,0,116,1]},{"path":[4,14,1],"span":[113,8,26]},{"path":[4,14,2,0],"span":[114,2,23]},{"path":[4,14,2,0,5],"span":[114,2,8]},{"path":[4,14,2,0,1],"span":[114,9,18]},{"path":[4,14,2,0,3],"span":[114,21,22]},{"path":[4,14,2,1],"span":[115,2,27]},{"path":[4,14,2,1,5],"span":[115,2,8]},{"path":[4,14,2,1,1],"span":[115,9,22]},{"path":[4,14,2,1,3],"span":[115,25,26]},{"path":[4,15],"span":[118,0,120,1]},{"path":[4,15,1],"span":[118,8,37]},{"path":[4,15,2,0],"span":[119,2,21]},{"path":[4,15,2,0,5],"span":[119,2,8]},{"path":[4,15,2,0,1],"span":[119,9,16]},{"path":[4,15,2,0,3],"span":[119,19,20]},{"path":[4,16],"span":[122,0,124,1]},{"path":[4,16,1],"span":[122,8,32]},{"path":[4,16,2,0],"span":[123,2,18]},{"path":[4,16,2,0,5],"span":[123,2,7]},{"path":[4,16,2,0,1],"span":[123,8,13]},{"path":[4,16,2,0,3],"span":[123,16,17]},{"path":[4,17],"span":[126,0,128,1]},{"path":[4,17,1],"span":[126,8,30]},{"path":[4,17,2,0],"span":[127,2,34]},{"path":[4,17,2,0,4],"span":[127,2,10]},{"path":[4,17,2,0,5],"span":[127,11,17]},{"path":[4,17,2,0,1],"span":[127,18,29]},{"path":[4,17,2,0,3],"span":[127,32,33]},{"path":[4,18],"span":[130,0,132,1]},{"path":[4,18,1],"span":[130,8,31]},{"path":[4,18,2,0],"span":[131,2,31]},{"path":[4,18,2,0,4],"span":[131,2,10]},{"path":[4,18,2,0,6],"span":[131,11,18]},{"path":[4,18,2,0,1],"span":[131,19,26]},{"path":[4,18,2,0,3],"span":[131,29,30]},{"path":[4,19],"span":[134,0,140,1]},{"path":[4,19,1],"span":[134,8,32]},{"path":[4,19,2,0],"span":[135,2,21]},{"path":[4,19,2,0,5],"span":[135,2,8]},{"path":[4,19,2,0,1],"span":[135,9,16]},{"path":[4,19,2,0,3],"span":[135,19,20]},{"path":[4,19,3,0],"span":[136,2,138,3]},{"path":[4,19,3,0,1],"span":[136,10,16]},{"path":[4,19,3,0,2,0],"span":[137,4,32]},{"path":[4,19,3,0,2,0,6],"span":[137,4,21]},{"path":[4,19,3,0,2,0,1],"span":[137,22,27]},{"path":[4,19,3,0,2,0,3],"span":[137,30,31]},{"path":[4,19,2,1],"span":[139,2,20]},{"path":[4,19,2,1,6],"span":[139,2,8]},{"path":[4,19,2,1,1],"span":[139,9,15]},{"path":[4,19,2,1,3],"span":[139,18,19]},{"path":[4,20],"span":[142,0,144,1]},{"path":[4,20,1],"span":[142,8,33]},{"path":[4,20,2,0],"span":[143,2,31]},{"path":[4,20,2,0,4],"span":[143,2,10]},{"path":[4,20,2,0,6],"span":[143,11,18]},{"path":[4,20,2,0,1],"span":[143,19,26]},{"path":[4,20,2,0,3],"span":[143,29,30]},{"path":[4,21],"span":[146,0,148,1]},{"path":[4,21,1],"span":[146,8,35]},{"path":[4,21,2,0],"span":[147,2,23]},{"path":[4,21,2,0,5],"span":[147,2,8]},{"path":[4,21,2,0,1],"span":[147,9,18]},{"path":[4,21,2,0,3],"span":[147,21,22]},{"path":[4,22],"span":[150,0,152,1]},{"path":[4,22,1],"span":[150,8,36]},{"path":[4,22,2,0],"span":[151,2,22]},{"path":[4,22,2,0,6],"span":[151,2,9]},{"path":[4,22,2,0,1],"span":[151,10,17]},{"path":[4,22,2,0,3],"span":[151,20,21]},{"path":[4,23],"span":[154,0,166,1]},{"path":[4,23,1],"span":[154,8,28]},{"path":[4,23,9],"span":[155,2,13]},{"path":[4,23,9,0],"span":[155,11,12]},{"path":[4,23,9,0,1],"span":[155,11,12]},{"path":[4,23,2,0],"span":[156,2,21]},{"path":[4,23,2,0,5],"span":[156,2,8]},{"path":[4,23,2,0,1],"span":[156,9,16]},{"path":[4,23,2,0,3],"span":[156,19,20]},{"path":[4,23,2,1],"span":[157,2,26]},{"path":[4,23,2,1,5],"span":[157,2,8]},{"path":[4,23,2,1,1],"span":[157,9,21]},{"path":[4,23,2,1,3],"span":[157,24,25]},{"path":[4,23,2,2],"span":[158,2,25]},{"path":[4,23,2,2,5],"span":[158,2,8]},{"path":[4,23,2,2,1],"span":[158,9,20]},{"path":[4,23,2,2,3],"span":[158,23,24]},{"path":[4,23,2,3],"span":[159,2,20]},{"path":[4,23,2,3,5],"span":[159,2,8]},{"path":[4,23,2,3,1],"span":[159,9,15]},{"path":[4,23,2,3,3],"span":[159,18,19]},{"path":[4,23,2,4],"span":[160,2,18]},{"path":[4,23,2,4,5],"span":[160,2,8]},{"path":[4,23,2,4,1],"span":[160,9,13]},{"path":[4,23,2,4,3],"span":[160,16,17]},{"path":[4,23,2,5],"span":[161,2,27]},{"path":[4,23,2,5,5],"span":[161,2,8]},{"path":[4,23,2,5,1],"span":[161,9,22]},{"path":[4,23,2,5,3],"span":[161,25,26]},{"path":[4,23,2,6],"span":[163,2,28]},{"path":[4,23,2,6,5],"span":[163,2,6]},{"path":[4,23,2,6,1],"span":[163,7,23]},{"path":[4,23,2,6,3],"span":[163,26,27]},{"path":[4,23,2,7],"span":[164,2,23]},{"path":[4,23,2,7,5],"span":[164,2,8]},{"path":[4,23,2,7,1],"span":[164,9,18]},{"path":[4,23,2,7,3],"span":[164,21,22]},{"path":[4,23,2,8],"span":[165,2,24]},{"path":[4,23,2,8,6],"span":[165,2,13]},{"path":[4,23,2,8,1],"span":[165,14,18]},{"path":[4,23,2,8,3],"span":[165,21,23]},{"path":[5,2],"span":[168,0,171,1]},{"path":[5,2,1],"span":[168,5,16]},{"path":[5,2,2,0],"span":[169,2,7]},{"path":[5,2,2,0,1],"span":[169,2,4]},{"path":[5,2,2,0,2],"span":[169,5,6]},{"path":[5,2,2,1],"span":[170,2,7]},{"path":[5,2,2,1,1],"span":[170,2,4]},{"path":[5,2,2,1,2],"span":[170,5,6]},{"path":[4,24],"span":[173,0,176,1]},{"path":[4,24,1],"span":[173,8,29]},{"path":[4,24,2,0],"span":[174,2,22]},{"path":[4,24,2,0,6],"span":[174,2,9]},{"path":[4,24,2,0,1],"span":[174,10,17]},{"path":[4,24,2,0,3],"span":[174,20,21]},{"path":[4,24,2,1],"span":[175,2,37]},{"path":[4,24,2,1,6],"span":[175,2,20]},{"path":[4,24,2,1,1],"span":[175,21,32]},{"path":[4,24,2,1,3],"span":[175,35,36]},{"path":[4,25],"span":[178,0,184,1]},{"path":[4,25,1],"span":[178,8,35]},{"path":[4,25,2,0],"span":[179,2,21]},{"path":[4,25,2,0,5],"span":[179,2,8]},{"path":[4,25,2,0,1],"span":[179,9,16]},{"path":[4,25,2,0,3],"span":[179,19,20]},{"path":[4,25,2,1],"span":[180,2,26]},{"path":[4,25,2,1,5],"span":[180,2,8]},{"path":[4,25,2,1,1],"span":[180,9,21]},{"path":[4,25,2,1,3],"span":[180,24,25]},{"path":[4,25,2,2],"span":[181,2,25]},{"path":[4,25,2,2,5],"span":[181,2,8]},{"path":[4,25,2,2,1],"span":[181,9,20]},{"path":[4,25,2,2,3],"span":[181,23,24]},{"path":[4,25,2,3],"span":[182,2,23]},{"path":[4,25,2,3,5],"span":[182,2,8]},{"path":[4,25,2,3,1],"span":[182,9,18]},{"path":[4,25,2,3,3],"span":[182,21,22]},{"path":[4,25,2,4],"span":[183,2,23]},{"path":[4,25,2,4,6],"span":[183,2,13]},{"path":[4,25,2,4,1],"span":[183,14,18]},{"path":[4,25,2,4,3],"span":[183,21,22]},{"path":[4,26],"span":[186,0,190,1]},{"path":[4,26,1],"span":[186,8,36]},{"path":[4,26,2,0],"span":[187,2,22]},{"path":[4,26,2,0,6],"span":[187,2,9]},{"path":[4,26,2,0,1],"span":[187,10,17]},{"path":[4,26,2,0,3],"span":[187,20,21]},{"path":[4,26,2,1],"span":[188,2,37]},{"path":[4,26,2,1,6],"span":[188,2,20]},{"path":[4,26,2,1,1],"span":[188,21,32]},{"path":[4,26,2,1,3],"span":[188,35,36]},{"path":[4,26,2,2],"span":[189,2,21]},{"path":[4,26,2,2,5],"span":[189,2,8]},{"path":[4,26,2,2,1],"span":[189,9,16]},{"path":[4,26,2,2,3],"span":[189,19,20]},{"path":[4,27],"span":[192,0,207,1]},{"path":[4,27,1],"span":[192,8,38]},{"path":[4,27,2,0],"span":[193,2,23]},{"path":[4,27,2,0,5],"span":[193,2,8]},{"path":[4,27,2,0,1],"span":[193,9,18]},{"path":[4,27,2,0,3],"span":[193,21,22]},{"path":[4,27,2,1],"span":[194,2,26]},{"path":[4,27,2,1,5],"span":[194,2,8]},{"path":[4,27,2,1,1],"span":[194,9,21]},{"path":[4,27,2,1,3],"span":[194,24,25]},{"path":[4,27,2,2],"span":[195,2,25]},{"path":[4,27,2,2,5],"span":[195,2,8]},{"path":[4,27,2,2,1],"span":[195,9,20]},{"path":[4,27,2,2,3],"span":[195,23,24]},{"path":[4,27,2,3],"span":[196,2,20]},{"path":[4,27,2,3,5],"span":[196,2,8]},{"path":[4,27,2,3,1],"span":[196,9,15]},{"path":[4,27,2,3,3],"span":[196,18,19]},{"path":[4,27,2,4],"span":[197,2,18]},{"path":[4,27,2,4,5],"span":[197,2,8]},{"path":[4,27,2,4,1],"span":[197,9,13]},{"path":[4,27,2,4,3],"span":[197,16,17]},{"path":[4,27,3,0],"span":[199,2,204,3]},{"path":[4,27,3,0,1],"span":[199,10,24]},{"path":[4,27,3,0,2,0],"span":[200,4,41]},{"path":[4,27,3,0,2,0,5],"span":[200,4,10]},{"path":[4,27,3,0,2,0,1],"span":[200,11,36]},{"path":[4,27,3,0,2,0,3],"span":[200,39,40]},{"path":[4,27,3,0,2,1],"span":[201,4,47]},{"path":[4,27,3,0,2,1,5],"span":[201,4,10]},{"path":[4,27,3,0,2,1,1],"span":[201,11,42]},{"path":[4,27,3,0,2,1,3],"span":[201,45,46]},{"path":[4,27,3,0,2,2],"span":[202,4,45]},{"path":[4,27,3,0,2,2,5],"span":[202,4,10]},{"path":[4,27,3,0,2,2,1],"span":[202,11,40]},{"path":[4,27,3,0,2,2,3],"span":[202,43,44]},{"path":[4,27,3,0,2,3],"span":[203,4,40]},{"path":[4,27,3,0,2,3,5],"span":[203,4,10]},{"path":[4,27,3,0,2,3,1],"span":[203,11,35]},{"path":[4,27,3,0,2,3,3],"span":[203,38,39]},{"path":[4,27,2,5],"span":[206,2,37]},{"path":[4,27,2,5,6],"span":[206,2,16]},{"path":[4,27,2,5,1],"span":[206,17,32]},{"path":[4,27,2,5,3],"span":[206,35,36]},{"path":[4,28],"span":[209,0,211,1]},{"path":[4,28,1],"span":[209,8,39]},{"path":[4,28,2,0],"span":[210,2,22]},{"path":[4,28,2,0,6],"span":[210,2,9]},{"path":[4,28,2,0,1],"span":[210,10,17]},{"path":[4,28,2,0,3],"span":[210,20,21]},{"path":[4,29],"span":[213,0,216,1]},{"path":[4,29,1],"span":[213,8,38]},{"path":[4,29,2,0],"span":[214,2,23]},{"path":[4,29,2,0,5],"span":[214,2,8]},{"path":[4,29,2,0,1],"span":[214,9,18]},{"path":[4,29,2,0,3],"span":[214,21,22]},{"path":[4,29,2,1],"span":[215,2,22]},{"path":[4,29,2,1,5],"span":[215,2,8]},{"path":[4,29,2,1,1],"span":[215,9,17]},{"path":[4,29,2,1,3],"span":[215,20,21]},{"path":[4,30],"span":[218,0,223,1]},{"path":[4,30,1],"span":[218,8,39]},{"path":[4,30,2,0],"span":[219,2,19]},{"path":[4,30,2,0,5],"span":[219,2,6]},{"path":[4,30,2,0,1],"span":[219,7,14]},{"path":[4,30,2,0,3],"span":[219,17,18]},{"path":[4,30,2,1],"span":[220,2,21]},{"path":[4,30,2,1,5],"span":[220,2,8]},{"path":[4,30,2,1,1],"span":[220,9,16]},{"path":[4,30,2,1,3],"span":[220,19,20]},{"path":[4,30,2,2],"span":[221,2,28]},{"path":[4,30,2,2,5],"span":[221,2,8]},{"path":[4,30,2,2,1],"span":[221,9,23]},{"path":[4,30,2,2,3],"span":[221,26,27]},{"path":[4,30,2,3],"span":[222,2,28]},{"path":[4,30,2,3,5],"span":[222,2,8]},{"path":[4,30,2,3,1],"span":[222,9,23]},{"path":[4,30,2,3,3],"span":[222,26,27]},{"path":[4,31],"span":[225,0,230,1]},{"path":[4,31,1],"span":[225,8,38]},{"path":[4,31,2,0],"span":[226,2,23]},{"path":[4,31,2,0,5],"span":[226,2,8]},{"path":[4,31,2,0,1],"span":[226,9,18]},{"path":[4,31,2,0,3],"span":[226,21,22]},{"path":[4,31,2,1],"span":[227,2,22]},{"path":[4,31,2,1,5],"span":[227,2,8]},{"path":[4,31,2,1,1],"span":[227,9,17]},{"path":[4,31,2,1,3],"span":[227,20,21]},{"path":[4,31,2,2],"span":[228,2,23]},{"path":[4,31,2,2,5],"span":[228,2,6]},{"path":[4,31,2,2,1],"span":[228,7,18]},{"path":[4,31,2,2,3],"span":[228,21,22]},{"path":[4,31,2,3],"span":[229,2,23]},{"path":[4,31,2,3,5],"span":[229,2,6]},{"path":[4,31,2,3,1],"span":[229,7,18]},{"path":[4,31,2,3,3],"span":[229,21,22]},{"path":[4,32],"span":[232,0,234,1]},{"path":[4,32,1],"span":[232,8,39]},{"path":[4,32,2,0],"span":[233,2,19]},{"path":[4,32,2,0,5],"span":[233,2,6]},{"path":[4,32,2,0,1],"span":[233,7,14]},{"path":[4,32,2,0,3],"span":[233,17,18]},{"path":[4,33],"span":[236,0,242,1]},{"path":[4,33,1],"span":[236,8,41]},{"path":[4,33,2,0],"span":[237,2,23]},{"path":[4,33,2,0,5],"span":[237,2,8]},{"path":[4,33,2,0,1],"span":[237,9,18]},{"path":[4,33,2,0,3],"span":[237,21,22]},{"path":[4,33,2,1],"span":[238,2,26]},{"path":[4,33,2,1,5],"span":[238,2,8]},{"path":[4,33,2,1,1],"span":[238,9,21]},{"path":[4,33,2,1,3],"span":[238,24,25]},{"path":[4,33,2,2],"span":[239,2,25]},{"path":[4,33,2,2,5],"span":[239,2,8]},{"path":[4,33,2,2,1],"span":[239,9,20]},{"path":[4,33,2,2,3],"span":[239,23,24]},{"path":[4,33,2,3],"span":[240,2,23]},{"path":[4,33,2,3,5],"span":[240,2,8]},{"path":[4,33,2,3,1],"span":[240,9,18]},{"path":[4,33,2,3,3],"span":[240,21,22]},{"path":[4,33,2,4],"span":[241,2,23]},{"path":[4,33,2,4,6],"span":[241,2,13]},{"path":[4,33,2,4,1],"span":[241,14,18]},{"path":[4,33,2,4,3],"span":[241,21,22]},{"path":[4,34],"span":[244,0,249,1]},{"path":[4,34,1],"span":[244,8,42]},{"path":[4,34,2,0],"span":[245,2,22]},{"path":[4,34,2,0,6],"span":[245,2,9]},{"path":[4,34,2,0,1],"span":[245,10,17]},{"path":[4,34,2,0,3],"span":[245,20,21]},{"path":[4,34,2,1],"span":[246,2,37]},{"path":[4,34,2,1,6],"span":[246,2,20]},{"path":[4,34,2,1,1],"span":[246,21,32]},{"path":[4,34,2,1,3],"span":[246,35,36]},{"path":[4,34,2,2],"span":[247,2,23]},{"path":[4,34,2,2,6],"span":[247,2,13]},{"path":[4,34,2,2,1],"span":[247,14,18]},{"path":[4,34,2,2,3],"span":[247,21,22]},{"path":[4,34,2,3],"span":[248,2,21]},{"path":[4,34,2,3,5],"span":[248,2,8]},{"path":[4,34,2,3,1],"span":[248,9,16]},{"path":[4,34,2,3,3],"span":[248,19,20]},{"path":[4,35],"span":[251,0,255,1]},{"path":[4,35,1],"span":[251,8,40]},{"path":[4,35,2,0],"span":[252,2,21]},{"path":[4,35,2,0,5],"span":[252,2,8]},{"path":[4,35,2,0,1],"span":[252,9,16]},{"path":[4,35,2,0,3],"span":[252,19,20]},{"path":[4,35,2,1],"span":[253,2,34]},{"path":[4,35,2,1,4],"span":[253,2,10]},{"path":[4,35,2,1,5],"span":[253,11,17]},{"path":[4,35,2,1,1],"span":[253,18,29]},{"path":[4,35,2,1,3],"span":[253,32,33]},{"path":[4,35,2,2],"span":[254,2,21]},{"path":[4,35,2,2,5],"span":[254,2,8]},{"path":[4,35,2,2,1],"span":[254,9,16]},{"path":[4,35,2,2,3],"span":[254,19,20]},{"path":[4,36],"span":[257,0,263,1]},{"path":[4,36,1],"span":[257,8,41]},{"path":[4,36,3,0],"span":[258,2,261,3]},{"path":[4,36,3,0,1],"span":[258,10,16]},{"path":[4,36,3,0,2,0],"span":[259,4,26]},{"path":[4,36,3,0,2,0,5],"span":[259,4,10]},{"path":[4,36,3,0,2,0,1],"span":[259,11,21]},{"path":[4,36,3,0,2,0,3],"span":[259,24,25]},{"path":[4,36,3,0,2,1],"span":[260,4,20]},{"path":[4,36,3,0,2,1,5],"span":[260,4,8]},{"path":[4,36,3,0,2,1,1],"span":[260,9,15]},{"path":[4,36,3,0,2,1,3],"span":[260,18,19]},{"path":[4,36,2,0],"span":[262,2,29]},{"path":[4,36,2,0,4],"span":[262,2,10]},{"path":[4,36,2,0,6],"span":[262,11,17]},{"path":[4,36,2,0,1],"span":[262,18,24]},{"path":[4,36,2,0,3],"span":[262,27,28]},{"path":[4,37],"span":[265,0,268,1]},{"path":[4,37,1],"span":[265,8,46]},{"path":[4,37,2,0],"span":[266,2,21]},{"path":[4,37,2,0,5],"span":[266,2,8]},{"path":[4,37,2,0,1],"span":[266,9,16]},{"path":[4,37,2,0,3],"span":[266,19,20]},{"path":[4,37,2,1],"span":[267,2,23]},{"path":[4,37,2,1,5],"span":[267,2,8]},{"path":[4,37,2,1,1],"span":[267,9,18]},{"path":[4,37,2,1,3],"span":[267,21,22]},{"path":[4,38],"span":[270,0,272,1]},{"path":[4,38,1],"span":[270,8,47]},{"path":[4,38,2,0],"span":[271,2,31]},{"path":[4,38,2,0,4],"span":[271,2,10]},{"path":[4,38,2,0,6],"span":[271,11,18]},{"path":[4,38,2,0,1],"span":[271,19,26]},{"path":[4,38,2,0,3],"span":[271,29,30]},{"path":[4,39],"span":[274,0,277,1]},{"path":[4,39,1],"span":[274,8,33]},{"path":[4,39,2,0],"span":[275,2,21]},{"path":[4,39,2,0,5],"span":[275,2,8]},{"path":[4,39,2,0,1],"span":[275,9,16]},{"path":[4,39,2,0,3],"span":[275,19,20]},{"path":[4,39,2,1],"span":[276,2,24]},{"path":[4,39,2,1,5],"span":[276,2,8]},{"path":[4,39,2,1,1],"span":[276,9,19]},{"path":[4,39,2,1,3],"span":[276,22,23]},{"path":[4,40],"span":[279,0,297,1]},{"path":[4,40,1],"span":[279,8,34]},{"path":[4,40,3,0],"span":[280,2,283,3]},{"path":[4,40,3,0,1],"span":[280,10,29]},{"path":[4,40,3,0,2,0],"span":[281,4,19]},{"path":[4,40,3,0,2,0,5],"span":[281,4,10]},{"path":[4,40,3,0,2,0,1],"span":[281,11,14]},{"path":[4,40,3,0,2,0,3],"span":[281,17,18]},{"path":[4,40,3,0,2,1],"span":[282,4,34]},{"path":[4,40,3,0,2,1,5],"span":[282,4,9]},{"path":[4,40,3,0,2,1,1],"span":[282,10,29]},{"path":[4,40,3,0,2,1,3],"span":[282,32,33]},{"path":[4,40,3,1],"span":[285,2,287,3]},{"path":[4,40,3,1,1],"span":[285,10,15]},{"path":[4,40,3,1,2,0],"span":[286,4,18]},{"path":[4,40,3,1,2,0,5],"span":[286,4,10]},{"path":[4,40,3,1,2,0,1],"span":[286,11,13]},{"path":[4,40,3,1,2,0,3],"span":[286,16,17]},{"path":[4,40,3,2],"span":[289,2,294,3]},{"path":[4,40,3,2,1],"span":[289,10,14]},{"path":[4,40,3,2,2,0],"span":[290,4,18]},{"path":[4,40,3,2,2,0,5],"span":[290,4,10]},{"path":[4,40,3,2,2,0,1],"span":[290,11,13]},{"path":[4,40,3,2,2,0,3],"span":[290,16,17]},{"path":[4,40,3,2,2,1],"span":[291,4,45]},{"path":[4,40,3,2,2,1,4],"span":[291,4,12]},{"path":[4,40,3,2,2,1,6],"span":[291,13,32]},{"path":[4,40,3,2,2,1,1],"span":[291,33,40]},{"path":[4,40,3,2,2,1,3],"span":[291,43,44]},{"path":[4,40,3,2,2,2],"span":[292,4,39]},{"path":[4,40,3,2,2,2,4],"span":[292,4,12]},{"path":[4,40,3,2,2,2,6],"span":[292,13,20]},{"path":[4,40,3,2,2,2,1],"span":[292,21,34]},{"path":[4,40,3,2,2,2,3],"span":[292,37,38]},{"path":[4,40,3,2,2,3],"span":[293,4,30]},{"path":[4,40,3,2,2,3,4],"span":[293,4,12]},{"path":[4,40,3,2,2,3,6],"span":[293,13,18]},{"path":[4,40,3,2,2,3,1],"span":[293,19,25]},{"path":[4,40,3,2,2,3,3],"span":[293,28,29]},{"path":[4,40,2,0],"span":[296,2,26]},{"path":[4,40,2,0,4],"span":[296,2,10]},{"path":[4,40,2,0,6],"span":[296,11,15]},{"path":[4,40,2,0,1],"span":[296,16,21]},{"path":[4,40,2,0,3],"span":[296,24,25]},{"path":[4,41],"span":[299,0,301,1]},{"path":[4,41,1],"span":[299,8,53]},{"path":[4,41,2,0],"span":[300,2,35]},{"path":[4,41,2,0,5],"span":[300,2,8]},{"path":[4,41,2,0,1],"span":[300,9,30]},{"path":[4,41,2,0,3],"span":[300,33,34]},{"path":[4,42],"span":[303,0,306,1]},{"path":[4,42,1],"span":[303,8,54]},{"path":[4,42,2,0],"span":[304,2,21]},{"path":[4,42,2,0,5],"span":[304,2,8]},{"path":[4,42,2,0,1],"span":[304,9,16]},{"path":[4,42,2,0,3],"span":[304,19,20]},{"path":[4,42,2,1],"span":[305,2,28]},{"path":[4,42,2,1,5],"span":[305,2,8]},{"path":[4,42,2,1,1],"span":[305,9,23]},{"path":[4,42,2,1,3],"span":[305,26,27]},{"path":[4,43],"span":[308,0,325,1]},{"path":[4,43,1],"span":[308,8,34]},{"path":[4,43,2,0],"span":[309,2,30]},{"path":[4,43,2,0,5],"span":[309,2,8]},{"path":[4,43,2,0,1],"span":[309,9,25]},{"path":[4,43,2,0,3],"span":[309,28,29]},{"path":[4,43,2,1],"span":[310,2,39]},{"path":[4,43,2,1,5],"span":[310,2,8]},{"path":[4,43,2,1,1],"span":[310,9,14]},{"path":[4,43,2,1,3],"span":[310,17,18]},{"path":[4,43,2,1,8],"span":[310,19,38]},{"path":[4,43,2,1,8,3],"span":[310,20,37]},{"path":[4,43,3,0],"span":[312,2,317,3]},{"path":[4,43,3,0,1],"span":[312,10,22]},{"path":[4,43,3,0,2,0],"span":[313,4,20]},{"path":[4,43,3,0,2,0,5],"span":[313,4,10]},{"path":[4,43,3,0,2,0,1],"span":[313,11,15]},{"path":[4,43,3,0,2,0,3],"span":[313,18,19]},{"path":[4,43,3,0,2,1],"span":[314,4,44]},{"path":[4,43,3,0,2,1,5],"span":[314,4,10]},{"path":[4,43,3,0,2,1,1],"span":[314,11,19]},{"path":[4,43,3,0,2,1,3],"span":[314,22,23]},{"path":[4,43,3,0,2,1,8],"span":[314,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[314,25,42]},{"path":[4,43,3,0,2,2],"span":[315,4,25]},{"path":[4,43,3,0,2,2,5],"span":[315,4,10]},{"path":[4,43,3,0,2,2,1],"span":[315,11,20]},{"path":[4,43,3,0,2,2,3],"span":[315,23,24]},{"path":[4,43,3,0,2,3],"span":[316,4,23]},{"path":[4,43,3,0,2,3,5],"span":[316,4,10]},{"path":[4,43,3,0,2,3,1],"span":[316,11,18]},{"path":[4,43,3,0,2,3,3],"span":[316,21,22]},{"path":[4,43,2,2],"span":[318,2,35]},{"path":[4,43,2,2,4],"span":[318,2,10]},{"path":[4,43,2,2,6],"span":[318,11,23]},{"path":[4,43,2,2,1],"span":[318,24,30]},{"path":[4,43,2,2,3],"span":[318,33,34]},{"path":[4,43,2,3],"span":[320,2,25]},{"path":[4,43,2,3,5],"span":[320,2,8]},{"path":[4,43,2,3,1],"span":[320,9,20]},{"path":[4,43,2,3,3],"span":[320,23,24]},{"path":[4,43,2,4],"span":[321,2,26]},{"path":[4,43,2,4,5],"span":[321,2,8]},{"path":[4,43,2,4,1],"span":[321,9,21]},{"path":[4,43,2,4,3],"span":[321,24,25]},{"path":[4,43,2,5],"span":[322,2,45]},{"path":[4,43,2,5,5],"span":[322,2,8]},{"path":[4,43,2,5,1],"span":[322,9,20]},{"path":[4,43,2,5,3],"span":[322,23,24]},{"path":[4,43,2,5,8],"span":[322,25,44]},{"path":[4,43,2,5,8,3],"span":[322,26,43]},{"path":[4,43,2,6],"span":[323,2,24]},{"path":[4,43,2,6,5],"span":[323,2,8]},{"path":[4,43,2,6,1],"span":[323,9,19]},{"path":[4,43,2,6,3],"span":[323,22,23]},{"path":[4,43,2,7],"span":[324,2,28]},{"path":[4,43,2,7,5],"span":[324,2,8]},{"path":[4,43,2,7,1],"span":[324,9,23]},{"path":[4,43,2,7,3],"span":[324,26,27]},{"path":[4,44],"span":[327,0,329,1]},{"path":[4,44,1],"span":[327,8,35]},{"path":[4,44,2,0],"span":[328,2,21]},{"path":[4,44,2,0,5],"span":[328,2,6]},{"path":[4,44,2,0,1],"span":[328,7,16]},{"path":[4,44,2,0,3],"span":[328,19,20]},{"path":[4,45],"span":[331,0,333,1]},{"path":[4,45,1],"span":[331,8,12]},{"path":[4,45,2,0],"span":[332,2,16]},{"path":[4,45,2,0,5],"span":[332,2,8]},{"path":[4,45,2,0,1],"span":[332,9,11]},{"path":[4,45,2,0,3],"span":[332,14,15]},{"path":[4,46],"span":[335,0,338,1]},{"path":[4,46,1],"span":[335,8,30]},{"path":[4,46,2,0],"span":[336,2,28]},{"path":[4,46,2,0,5],"span":[336,2,8]},{"path":[4,46,2,0,1],"span":[336,9,23]},{"path":[4,46,2,0,3],"span":[336,26,27]},{"path":[4,46,2,1],"span":[337,2,22]},{"path":[4,46,2,1,5],"span":[337,2,8]},{"path":[4,46,2,1,1],"span":[337,9,17]},{"path":[4,46,2,1,3],"span":[337,20,21]},{"path":[4,47],"span":[340,0,342,1]},{"path":[4,47,1],"span":[340,8,31]},{"path":[4,47,2,0],"span":[341,2,25]},{"path":[4,47,2,0,4],"span":[341,2,10]},{"path":[4,47,2,0,6],"span":[341,11,15]},{"path":[4,47,2,0,1],"span":[341,16,20]},{"path":[4,47,2,0,3],"span":[341,23,24]},{"path":[4,48],"span":[344,0,346,1]},{"path":[4,48,1],"span":[344,8,36]},{"path":[4,48,2,0],"span":[345,2,21]},{"path":[4,48,2,0,5],"span":[345,2,8]},{"path":[4,48,2,0,1],"span":[345,9,16]},{"path":[4,48,2,0,3],"span":[345,19,20]},{"path":[4,49],"span":[348,0,350,1]},{"path":[4,49,1],"span":[348,8,37]},{"path":[4,49,2,0],"span":[349,2,34]},{"path":[4,49,2,0,4],"span":[349,2,10]},{"path":[4,49,2,0,5],"span":[349,11,17]},{"path":[4,49,2,0,1],"span":[349,18,29]},{"path":[4,49,2,0,3],"span":[349,32,33]},{"path":[4,50],"span":[352,0,355,1]},{"path":[4,50,1],"span":[352,8,40]},{"path":[4,50,2,0],"span":[353,2,28]},{"path":[4,50,2,0,5],"span":[353,2,8]},{"path":[4,50,2,0,1],"span":[353,9,23]},{"path":[4,50,2,0,3],"span":[353,26,27]},{"path":[4,50,2,1],"span":[354,2,24]},{"path":[4,50,2,1,5],"span":[354,2,8]},{"path":[4,50,2,1,1],"span":[354,9,19]},{"path":[4,50,2,1,3],"span":[354,22,23]},{"path":[4,51],"span":[357,0,359,1]},{"path":[4,51,1],"span":[357,8,41]},{"path":[4,51,2,0],"span":[358,2,22]},{"path":[4,51,2,0,5],"span":[358,2,6]},{"path":[4,51,2,0,1],"span":[358,7,17]},{"path":[4,51,2,0,3],"span":[358,20,21]},{"path":[5,3],"span":[361,0,368,1]},{"path":[5,3,1],"span":[361,5,21]},{"path":[5,3,2,0],"span":[362,2,43]},{"path":[5,3,2,0,1],"span":[362,2,38]},{"path":[5,3,2,0,2],"span":[362,41,42]},{"path":[5,3,2,1],"span":[363,2,36]},{"path":[5,3,2,1,1],"span":[363,2,31]},{"path":[5,3,2,1,2],"span":[363,34,35]},{"path":[5,3,2,2],"span":[364,2,39]},{"path":[5,3,2,2,1],"span":[364,2,34]},{"path":[5,3,2,2,2],"span":[364,37,38]},{"path":[5,3,2,3],"span":[365,2,38]},{"path":[5,3,2,3,1],"span":[365,2,33]},{"path":[5,3,2,3,2],"span":[365,36,37]},{"path":[5,3,2,4],"span":[366,2,34]},{"path":[5,3,2,4,1],"span":[366,2,29]},{"path":[5,3,2,4,2],"span":[366,32,33]},{"path":[5,3,2,5],"span":[367,2,41]},{"path":[5,3,2,5,1],"span":[367,2,36]},{"path":[5,3,2,5,2],"span":[367,39,40]},{"path":[4,52],"span":[370,0,377,1]},{"path":[4,52,1],"span":[370,8,20]},{"path":[4,52,2,0],"span":[371,2,16]},{"path":[4,52,2,0,5],"span":[371,2,8]},{"path":[4,52,2,0,1],"span":[371,9,11]},{"path":[4,52,2,0,3],"span":[371,14,15]},{"path":[4,52,2,1],"span":[372,2,21]},{"path":[4,52,2,1,5],"span":[372,2,8]},{"path":[4,52,2,1,1],"span":[372,9,16]},{"path":[4,52,2,1,3],"span":[372,19,20]},{"path":[4,52,2,2],"span":[373,2,28]},{"path":[4,52,2,2,6],"span":[373,2,18]},{"path":[4,52,2,2,1],"span":[373,19,23]},{"path":[4,52,2,2,3],"span":[373,26,27]},{"path":[4,52,2,3],"span":[374,2,25]},{"path":[4,52,2,3,5],"span":[374,2,7]},{"path":[4,52,2,3,1],"span":[374,8,20]},{"path":[4,52,2,3,3],"span":[374,23,24]},{"path":[4,52,2,4],"span":[375,2,29]},{"path":[4,52,2,4,5],"span":[375,2,8]},{"path":[4,52,2,4,1],"span":[375,9,24]},{"path":[4,52,2,4,3],"span":[375,27,28]},{"path":[4,52,2,5],"span":[376,2,24]},{"path":[4,52,2,5,5],"span":[376,2,8]},{"path":[4,52,2,5,1],"span":[376,9,19]},{"path":[4,52,2,5,3],"span":[376,22,23]},{"path":[4,53],"span":[379,0,384,1]},{"path":[4,53,1],"span":[379,8,37]},{"path":[4,53,2,0],"span":[380,2,21]},{"path":[4,53,2,0,5],"span":[380,2,8]},{"path":[4,53,2,0,1],"span":[380,9,16]},{"path":[4,53,2,0,3],"span":[380,19,20]},{"path":[4,53,2,1],"span":[381,2,28]},{"path":[4,53,2,1,6],"span":[381,2,18]},{"path":[4,53,2,1,1],"span":[381,19,23]},{"path":[4,53,2,1,3],"span":[381,26,27]},{"path":[4,53,2,2],"span":[382,2,25]},{"path":[4,53,2,2,5],"span":[382,2,7]},{"path":[4,53,2,2,1],"span":[382,8,20]},{"path":[4,53,2,2,3],"span":[382,23,24]},{"path":[4,53,2,3],"span":[383,2,29]},{"path":[4,53,2,3,5],"span":[383,2,8]},{"path":[4,53,2,3,1],"span":[383,9,24]},{"path":[4,53,2,3,3],"span":[383,27,28]},{"path":[4,54],"span":[386,0,388,1]},{"path":[4,54,1],"span":[386,8,38]},{"path":[4,54,2,0],"span":[387,2,32]},{"path":[4,54,2,0,6],"span":[387,2,14]},{"path":[4,54,2,0,1],"span":[387,15,27]},{"path":[4,54,2,0,3],"span":[387,30,31]},{"path":[4,55],"span":[390,0,392,1]},{"path":[4,55,1],"span":[390,8,42]},{"path":[4,55,2,0],"span":[391,2,21]},{"path":[4,55,2,0,5],"span":[391,2,8]},{"path":[4,55,2,0,1],"span":[391,9,16]},{"path":[4,55,2,0,3],"span":[391,19,20]},{"path":[4,56],"span":[394,0,396,1]},{"path":[4,56,1],"span":[394,8,43]},{"path":[4,56,2,0],"span":[395,2,35]},{"path":[4,56,2,0,5],"span":[395,2,8]},{"path":[4,56,2,0,1],"span":[395,9,30]},{"path":[4,56,2,0,3],"span":[395,33,34]},{"path":[4,57],"span":[398,0,400,1]},{"path":[4,57,1],"span":[398,8,47]},{"path":[4,57,2,0],"span":[399,2,23]},{"path":[4,57,2,0,5],"span":[399,2,8]},{"path":[4,57,2,0,1],"span":[399,9,18]},{"path":[4,57,2,0,3],"span":[399,21,22]},{"path":[4,58],"span":[402,0,404,1]},{"path":[4,58,1],"span":[402,8,48]},{"path":[4,58,2,0],"span":[403,2,21]},{"path":[4,58,2,0,5],"span":[403,2,8]},{"path":[4,58,2,0,1],"span":[403,9,16]},{"path":[4,58,2,0,3],"span":[403,19,20]},{"path":[6,0],"span":[406,0,458,1]},{"path":[6,0,1],"span":[406,8,19]},{"path":[6,0,2,0],"span":[407,2,121]},{"path":[6,0,2,0,1],"span":[407,6,34]},{"path":[6,0,2,0,2],"span":[407,35,70]},{"path":[6,0,2,0,3],"span":[407,81,117]},{"path":[6,0,2,1],"span":[409,2,100]},{"path":[6,0,2,1,1],"span":[409,6,27]},{"path":[6,0,2,1,2],"span":[409,28,56]},{"path":[6,0,2,1,3],"span":[409,67,96]},{"path":[6,0,2,2],"span":[411,2,106]},{"path":[6,0,2,2,1],"span":[411,6,29]},{"path":[6,0,2,2,2],"span":[411,30,60]},{"path":[6,0,2,2,3],"span":[411,71,102]},{"path":[6,0,2,3],"span":[413,2,115]},{"path":[6,0,2,3,1],"span":[413,6,32]},{"path":[6,0,2,3,2],"span":[413,33,66]},{"path":[6,0,2,3,3],"span":[413,77,111]},{"path":[6,0,2,4],"span":[415,2,76]},{"path":[6,0,2,4,1],"span":[415,6,19]},{"path":[6,0,2,4,2],"span":[415,20,40]},{"path":[6,0,2,4,3],"span":[415,51,72]},{"path":[6,0,2,5],"span":[417,2,76]},{"path":[6,0,2,5,1],"span":[417,6,19]},{"path":[6,0,2,5,2],"span":[417,20,40]},{"path":[6,0,2,5,3],"span":[417,51,72]},{"path":[6,0,2,6],"span":[419,2,97]},{"path":[6,0,2,6,1],"span":[419,6,26]},{"path":[6,0,2,6,2],"span":[419,27,54]},{"path":[6,0,2,6,3],"span":[419,65,93]},{"path":[6,0,2,7],"span":[421,2,88]},{"path":[6,0,2,7,1],"span":[421,6,23]},{"path":[6,0,2,7,2],"span":[421,24,48]},{"path":[6,0,2,7,3],"span":[421,59,84]},{"path":[6,0,2,8],"span":[423,2,82]},{"path":[6,0,2,8,1],"span":[423,6,21]},{"path":[6,0,2,8,2],"span":[423,22,44]},{"path":[6,0,2,8,3],"span":[423,55,78]},{"path":[6,0,2,9],"span":[425,2,97]},{"path":[6,0,2,9,1],"span":[425,6,28]},{"path":[6,0,2,9,2],"span":[425,29,58]},{"path":[6,0,2,9,3],"span":[425,69,93]},{"path":[6,0,2,10],"span":[427,2,97]},{"path":[6,0,2,10,1],"span":[427,6,26]},{"path":[6,0,2,10,2],"span":[427,27,54]},{"path":[6,0,2,10,3],"span":[427,65,93]},{"path":[6,0,2,11],"span":[429,2,106]},{"path":[6,0,2,11,1],"span":[429,6,29]},{"path":[6,0,2,11,2],"span":[429,30,60]},{"path":[6,0,2,11,3],"span":[429,71,102]},{"path":[6,0,2,12],"span":[431,2,106]},{"path":[6,0,2,12,1],"span":[431,6,29]},{"path":[6,0,2,12,2],"span":[431,30,60]},{"path":[6,0,2,12,3],"span":[431,71,102]},{"path":[6,0,2,13],"span":[433,2,115]},{"path":[6,0,2,13,1],"span":[433,6,32]},{"path":[6,0,2,13,2],"span":[433,33,66]},{"path":[6,0,2,13,3],"span":[433,77,111]},{"path":[6,0,2,14],"span":[435,2,106]},{"path":[6,0,2,14,1],"span":[435,6,29]},{"path":[6,0,2,14,2],"span":[435,30,60]},{"path":[6,0,2,14,3],"span":[435,71,102]},{"path":[6,0,2,15],"span":[437,2,112]},{"path":[6,0,2,15,1],"span":[437,6,31]},{"path":[6,0,2,15,2],"span":[437,32,64]},{"path":[6,0,2,15,3],"span":[437,75,108]},{"path":[6,0,2,16],"span":[439,2,130]},{"path":[6,0,2,16,1],"span":[439,6,37]},{"path":[6,0,2,16,2],"span":[439,38,76]},{"path":[6,0,2,16,3],"span":[439,87,126]},{"path":[6,0,2,17],"span":[441,2,91]},{"path":[6,0,2,17,1],"span":[441,6,24]},{"path":[6,0,2,17,2],"span":[441,25,50]},{"path":[6,0,2,17,3],"span":[441,61,87]},{"path":[6,0,2,18],"span":[443,2,151]},{"path":[6,0,2,18,1],"span":[443,6,44]},{"path":[6,0,2,18,2],"span":[443,45,90]},{"path":[6,0,2,18,3],"span":[443,101,147]},{"path":[6,0,2,19],"span":[445,2,99]},{"path":[6,0,2,19,1],"span":[445,6,30]},{"path":[6,0,2,19,2],"span":[445,31,57]},{"path":[6,0,2,19,3],"span":[445,68,95]},{"path":[6,0,2,20],"span":[447,2,100]},{"path":[6,0,2,20,1],"span":[447,6,39]},{"path":[6,0,2,20,2],"span":[447,40,62]},{"path":[6,0,2,20,3],"span":[447,73,96]},{"path":[6,0,2,21],"span":[449,2,100]},{"path":[6,0,2,21,1],"span":[449,6,27]},{"path":[6,0,2,21,2],"span":[449,28,56]},{"path":[6,0,2,21,3],"span":[449,67,96]},{"path":[6,0,2,22],"span":[451,2,112]},{"path":[6,0,2,22,1],"span":[451,6,31]},{"path":[6,0,2,22,2],"span":[451,32,64]},{"path":[6,0,2,22,3],"span":[451,75,108]},{"path":[6,0,2,23],"span":[453,2,103]},{"path":[6,0,2,23,1],"span":[453,6,28]},{"path":[6,0,2,23,2],"span":[453,29,58]},{"path":[6,0,2,23,3],"span":[453,69,99]},{"path":[6,0,2,24],"span":[455,2,118]},{"path":[6,0,2,24,1],"span":[455,6,33]},{"path":[6,0,2,24,2],"span":[455,34,68]},{"path":[6,0,2,24,3],"span":[455,79,114]},{"path":[6,0,2,25],"span":[457,2,133]},{"path":[6,0,2,25,1],"span":[457,6,38]},{"path":[6,0,2,25,2],"span":[457,39,78]},{"path":[6,0,2,25,3],"span":[457,89,129]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","messageType":[{"name":"PreviewAccount","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"username","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"username"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"surname","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"surname"},{"name":"email","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"image_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"}]},{"name":"GetPreviewAccountByIdRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetPreviewAccountByIdResponse","field":[{"name":"account","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"account"}]},{"name":"PreviewSite","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"company_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"companyName"},{"name":"logo_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"logoUrl"},{"name":"mode","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"mode","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteMode","jsonName":"mode"}]},{"name":"PatchSiteModeResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"Profile","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"is_owner","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isOwner"}]},{"name":"ListProfilesByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks"}]},{"name":"ListProfilesByAccountIdResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"ListAuthorizedLinkProfilesRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"include_blocks","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"includeBlocks","options":{"deprecated":true}}]},{"name":"ListAuthorizedLinkProfilesResponse","field":[{"name":"profile","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profile"}]},{"name":"CheckAccessToSiteByAccountIdRequest","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"only_owner","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"onlyOwner"},{"name":"user_info","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest.UserInfo","jsonName":"userInfo"}],"nestedType":[{"name":"UserInfo","field":[{"name":"has_mfa","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasMfa"},{"name":"is_sso_login","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isSsoLogin"}]}]},{"name":"CheckAccessToSiteByAccountIdResponse","field":[{"name":"access","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"access"}]},{"name":"Install","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"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":"global_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"state","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install.InstallState","jsonName":"state"},{"name":"created_at","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"license","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"}]}]},{"name":"InstallCredentials","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"client_secret","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientSecret"}]},{"name":"GetInstallsCountBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetInstallsCountResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"count"}]},{"name":"GetInstallsByIdRequest","field":[{"name":"install_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"}]},{"name":"GetInstallsByIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallsBySiteRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetInstallsBySiteRequest.Filter","jsonName":"filter"}],"nestedType":[{"name":"Filter","field":[{"name":"state","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"state"}]}]},{"name":"GetInstallsBySiteResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetInstallbyClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallbyClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"CreateInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"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":"global_id","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}],"reservedRange":[{"start":2,"end":3}]},{"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":"CreateAndLinkInstallRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"CreateAndLinkInstallResponse","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":"license","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"UpdateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"display_name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"displayName"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"status"},{"name":"fqdn","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"fqdn"},{"name":"syncer_settings","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.UpdateInstallByClientIdRequest.SyncerSettings","jsonName":"syncerSettings"}],"nestedType":[{"name":"SyncerSettings","field":[{"name":"send_changed_data_timeout","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendChangedDataTimeout"},{"name":"send_fast_changing_data_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendFastChangingDataTimeout"},{"name":"send_non_changed_data_timeout","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sendNonChangedDataTimeout"},{"name":"sync_interval_in_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syncIntervalInSeconds"}]}]},{"name":"UpdateInstallByClientIdResponse","field":[{"name":"install","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"RotateInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"}]},{"name":"RotateInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"old_install_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"oldInstallId"},{"name":"new_install_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"newInstallId"}]},{"name":"UnlinkInstallByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"track_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trackId"},{"name":"remove_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"removeData"},{"name":"from_onprem","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fromOnprem"}]},{"name":"UnlinkInstallByClientIdResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"LinkTrialInstallByClientIdRequest","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":"global_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type"}]},{"name":"LinkTrialInstallByClientIdResponse","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":"site","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"},{"name":"license","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]},{"name":"RemoveInstallDataBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"installIds"},{"name":"user_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"RemoveInstallDataBySiteIdResponse","field":[{"name":"result","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse.Result","jsonName":"result"}],"nestedType":[{"name":"Result","field":[{"name":"install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"},{"name":"queued","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"queued"}]}]},{"name":"GetDuplicatedInstallsByGlobalIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"global_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"globalId"}]},{"name":"GetDuplicatedInstallsByGlobalIdResponse","field":[{"name":"install","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"install"}]},{"name":"GetUserPermissionsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"account_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetUserPermissionsResponse","field":[{"name":"roles","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Role","jsonName":"roles"}],"nestedType":[{"name":"AuthorizationAction","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"derived_permissions","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"derivedPermissions"}]},{"name":"Scope","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"Role","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"actions","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.AuthorizationAction","jsonName":"actions"},{"name":"installations","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installations"},{"name":"scopes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetUserPermissionsResponse.Scope","jsonName":"scopes"}]}]},{"name":"ValidateApplicationPersonalAccessTokenRequest","field":[{"name":"personal_access_token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"personalAccessToken"}]},{"name":"ValidateApplicationPersonalAccessTokenResponse","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"application_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}]},{"name":"DisableWebhookEmailRequest","field":[{"name":"application_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationName"},{"name":"email","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email","options":{"deprecated":true}},{"name":"errors","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.DisableWebhookEmailRequest.WebhookError","jsonName":"errors"},{"name":"payload_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payloadUrl"},{"name":"webhook_name","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookName"},{"name":"webhook_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookUrl","options":{"deprecated":true}},{"name":"webhook_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"webhookId"},{"name":"application_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"}],"nestedType":[{"name":"WebhookError","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"},{"name":"messsage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"messsage","options":{"deprecated":true}},{"name":"timestamp","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"timestamp"},{"name":"message","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}]},{"name":"DisableWebhookEmailResponse","field":[{"name":"mail_sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mailSent"}]},{"name":"Site","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"AuthorizedSitesRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"AuthorizedSitesResponse","field":[{"name":"site","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Site","jsonName":"site"}]},{"name":"GetAccountIdsBySiteIdRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetAccountIdsBySiteIdResponse","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"CheckManagerInApplicationRequest","field":[{"name":"application_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"applicationId"},{"name":"manager_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"managerId"}]},{"name":"CheckManagerInApplicationResponse","field":[{"name":"is_manager","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isManager"}]},{"name":"Subscription","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":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"created_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdAt"},{"name":"created_by","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdBy"}]},{"name":"UpdateSiteSubscriptionRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SubscriptionType","jsonName":"type"},{"name":"assets_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"assetsLimit"},{"name":"expiration_date","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"expirationDate"},{"name":"updated_by","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSubscriptionResponse","field":[{"name":"subscription","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"name":"CreateTrialSiteAndInstallerRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"CreateTrialSiteAndInstallerResponse","field":[{"name":"installer_credentials","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installerCredentials"}]},{"name":"GetInstallationLicenseByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}]},{"name":"GetInstallationLicenseByClientIdResponse","field":[{"name":"license","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"license"}]}],"enumType":[{"name":"SiteMode","value":[{"name":"UNESPECIFIED","number":0},{"name":"CLOUD_NATIVE","number":1},{"name":"DEMO","number":2},{"name":"HYBRID","number":3},{"name":"DUAL","number":4}]},{"name":"InstallStateValue","value":[{"name":"INSTALL_STATE_VALUE_UNESPECIFIED","number":0},{"name":"INSTALL_STATE_VALUE_SYNC","number":1},{"name":"INSTALL_STATE_VALUE_UNSYNC","number":2}]},{"name":"InstallType","value":[{"name":"IT","number":0},{"name":"OT","number":1}]},{"name":"SubscriptionType","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_UNESPECIFIED","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_TRIAL","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_FREEWARE","number":2},{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":3},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":4},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":5}]}],"service":[{"name":"Multitenant","method":[{"name":"CheckAccessToSiteByAccountId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"ListProfilesByAccountId","inputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdRequest","outputType":".lansweeper.multitenant.v1.ListProfilesByAccountIdResponse","options":{}},{"name":"ListAuthorizedLinkProfiles","inputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesRequest","outputType":".lansweeper.multitenant.v1.ListAuthorizedLinkProfilesResponse","options":{}},{"name":"PatchSiteMode","inputType":".lansweeper.multitenant.v1.PatchSiteModeRequest","outputType":".lansweeper.multitenant.v1.PatchSiteModeResponse","options":{}},{"name":"CreateInstall","inputType":".lansweeper.multitenant.v1.CreateInstallRequest","outputType":".lansweeper.multitenant.v1.CreateInstallResponse","options":{}},{"name":"CreateAndLinkInstall","inputType":".lansweeper.multitenant.v1.CreateAndLinkInstallRequest","outputType":".lansweeper.multitenant.v1.CreateAndLinkInstallResponse","options":{}},{"name":"GetInstallsBySite","inputType":".lansweeper.multitenant.v1.GetInstallsBySiteRequest","outputType":".lansweeper.multitenant.v1.GetInstallsBySiteResponse","options":{}},{"name":"GetInstallsById","inputType":".lansweeper.multitenant.v1.GetInstallsByIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByIdResponse","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":"LinkTrialInstallByClientId","inputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.LinkTrialInstallByClientIdResponse","options":{}},{"name":"UnlinkInstallByClientId","inputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdRequest","outputType":".lansweeper.multitenant.v1.UnlinkInstallByClientIdResponse","options":{}},{"name":"RemoveInstallDataBySiteId","inputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdRequest","outputType":".lansweeper.multitenant.v1.RemoveInstallDataBySiteIdResponse","options":{}},{"name":"GetDuplicatedInstallsByGlobalId","inputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdRequest","outputType":".lansweeper.multitenant.v1.GetDuplicatedInstallsByGlobalIdResponse","options":{}},{"name":"GetUserPermissions","inputType":".lansweeper.multitenant.v1.GetUserPermissionsRequest","outputType":".lansweeper.multitenant.v1.GetUserPermissionsResponse","options":{}},{"name":"ValidateApplicationPersonalAccessToken","inputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.ValidateApplicationPersonalAccessTokenResponse","options":{}},{"name":"SendDisabledWebhookEmail","inputType":".lansweeper.multitenant.v1.DisableWebhookEmailRequest","outputType":".lansweeper.multitenant.v1.DisableWebhookEmailResponse","options":{}},{"name":"GetAuthorizedSitesByApplicationId","inputType":".lansweeper.multitenant.v1.AuthorizedSitesRequest","outputType":".lansweeper.multitenant.v1.AuthorizedSitesResponse","options":{}},{"name":"GetAccountIdsBySiteId","inputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdRequest","outputType":".lansweeper.multitenant.v1.GetAccountIdsBySiteIdResponse","options":{}},{"name":"CheckManagerInApplication","inputType":".lansweeper.multitenant.v1.CheckManagerInApplicationRequest","outputType":".lansweeper.multitenant.v1.CheckManagerInApplicationResponse","options":{}},{"name":"UpdateSiteSubscription","inputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSubscriptionResponse","options":{}},{"name":"CreateTrialSiteAndInstaller","inputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerRequest","outputType":".lansweeper.multitenant.v1.CreateTrialSiteAndInstallerResponse","options":{}},{"name":"GetInstallationLicenseByClientId","inputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdRequest","outputType":".lansweeper.multitenant.v1.GetInstallationLicenseByClientIdResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,461,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,13,1]},{"path":[4,0,1],"span":[6,8,22]},{"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,22]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,17]},{"path":[4,0,2,1,3],"span":[8,20,21]},{"path":[4,0,2,2],"span":[9,2,18]},{"path":[4,0,2,2,5],"span":[9,2,8]},{"path":[4,0,2,2,1],"span":[9,9,13]},{"path":[4,0,2,2,3],"span":[9,16,17]},{"path":[4,0,2,3],"span":[10,2,21]},{"path":[4,0,2,3,5],"span":[10,2,8]},{"path":[4,0,2,3,1],"span":[10,9,16]},{"path":[4,0,2,3,3],"span":[10,19,20]},{"path":[4,0,2,4],"span":[11,2,19]},{"path":[4,0,2,4,5],"span":[11,2,8]},{"path":[4,0,2,4,1],"span":[11,9,14]},{"path":[4,0,2,4,3],"span":[11,17,18]},{"path":[4,0,2,5],"span":[12,2,23]},{"path":[4,0,2,5,5],"span":[12,2,8]},{"path":[4,0,2,5,1],"span":[12,9,18]},{"path":[4,0,2,5,3],"span":[12,21,22]},{"path":[4,1],"span":[15,0,17,1]},{"path":[4,1,1],"span":[15,8,36]},{"path":[4,1,2,0],"span":[16,2,16]},{"path":[4,1,2,0,5],"span":[16,2,8]},{"path":[4,1,2,0,1],"span":[16,9,11]},{"path":[4,1,2,0,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,37]},{"path":[4,2,2,0],"span":[20,2,29]},{"path":[4,2,2,0,6],"span":[20,2,16]},{"path":[4,2,2,0,1],"span":[20,17,24]},{"path":[4,2,2,0,3],"span":[20,27,28]},{"path":[5,0],"span":[24,0,30,1]},{"path":[5,0,1],"span":[24,5,13]},{"path":[5,0,2,0],"span":[25,2,19]},{"path":[5,0,2,0,1],"span":[25,2,14]},{"path":[5,0,2,0,2],"span":[25,17,18]},{"path":[5,0,2,1],"span":[26,2,19]},{"path":[5,0,2,1,1],"span":[26,2,14]},{"path":[5,0,2,1,2],"span":[26,17,18]},{"path":[5,0,2,2],"span":[27,2,11]},{"path":[5,0,2,2,1],"span":[27,2,6]},{"path":[5,0,2,2,2],"span":[27,9,10]},{"path":[5,0,2,3],"span":[28,2,13]},{"path":[5,0,2,3,1],"span":[28,2,8]},{"path":[5,0,2,3,2],"span":[28,11,12]},{"path":[5,0,2,4],"span":[29,2,11]},{"path":[5,0,2,4,1],"span":[29,2,6]},{"path":[5,0,2,4,2],"span":[29,9,10]},{"path":[4,3],"span":[32,0,38,1]},{"path":[4,3,1],"span":[32,8,19]},{"path":[4,3,2,0],"span":[33,2,16]},{"path":[4,3,2,0,5],"span":[33,2,8]},{"path":[4,3,2,0,1],"span":[33,9,11]},{"path":[4,3,2,0,3],"span":[33,14,15]},{"path":[4,3,2,1],"span":[34,2,18]},{"path":[4,3,2,1,5],"span":[34,2,8]},{"path":[4,3,2,1,1],"span":[34,9,13]},{"path":[4,3,2,1,3],"span":[34,16,17]},{"path":[4,3,2,2],"span":[35,2,26]},{"path":[4,3,2,2,5],"span":[35,2,8]},{"path":[4,3,2,2,1],"span":[35,9,21]},{"path":[4,3,2,2,3],"span":[35,24,25]},{"path":[4,3,2,3],"span":[36,2,22]},{"path":[4,3,2,3,5],"span":[36,2,8]},{"path":[4,3,2,3,1],"span":[36,9,17]},{"path":[4,3,2,3,3],"span":[36,20,21]},{"path":[4,3,2,4],"span":[37,2,20]},{"path":[4,3,2,4,6],"span":[37,2,10]},{"path":[4,3,2,4,1],"span":[37,11,15]},{"path":[4,3,2,4,3],"span":[37,18,19]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,28]},{"path":[4,4,2,0],"span":[42,2,16]},{"path":[4,4,2,0,5],"span":[42,2,8]},{"path":[4,4,2,0,1],"span":[42,9,11]},{"path":[4,4,2,0,3],"span":[42,14,15]},{"path":[4,4,2,1],"span":[43,2,20]},{"path":[4,4,2,1,6],"span":[43,2,10]},{"path":[4,4,2,1,1],"span":[43,11,15]},{"path":[4,4,2,1,3],"span":[43,18,19]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,29]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,6],"span":[50,0,55,1]},{"path":[4,6,1],"span":[50,8,15]},{"path":[4,6,2,0],"span":[51,2,16]},{"path":[4,6,2,0,5],"span":[51,2,8]},{"path":[4,6,2,0,1],"span":[51,9,11]},{"path":[4,6,2,0,3],"span":[51,14,15]},{"path":[4,6,2,1],"span":[52,2,21]},{"path":[4,6,2,1,5],"span":[52,2,8]},{"path":[4,6,2,1,1],"span":[52,9,16]},{"path":[4,6,2,1,3],"span":[52,19,20]},{"path":[4,6,2,2],"span":[53,2,23]},{"path":[4,6,2,2,6],"span":[53,2,13]},{"path":[4,6,2,2,1],"span":[53,14,18]},{"path":[4,6,2,2,3],"span":[53,21,22]},{"path":[4,6,2,3],"span":[54,2,20]},{"path":[4,6,2,3,5],"span":[54,2,6]},{"path":[4,6,2,3,1],"span":[54,7,15]},{"path":[4,6,2,3,3],"span":[54,18,19]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,38]},{"path":[4,7,2,0],"span":[58,2,24]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,19]},{"path":[4,7,2,0,3],"span":[58,22,23]},{"path":[4,7,2,1],"span":[59,2,26]},{"path":[4,7,2,1,5],"span":[59,2,6]},{"path":[4,7,2,1,1],"span":[59,7,21]},{"path":[4,7,2,1,3],"span":[59,24,25]},{"path":[4,8],"span":[62,0,64,1]},{"path":[4,8,1],"span":[62,8,39]},{"path":[4,8,2,0],"span":[63,2,31]},{"path":[4,8,2,0,4],"span":[63,2,10]},{"path":[4,8,2,0,6],"span":[63,11,18]},{"path":[4,8,2,0,1],"span":[63,19,26]},{"path":[4,8,2,0,3],"span":[63,29,30]},{"path":[4,9],"span":[66,0,69,1]},{"path":[4,9,1],"span":[66,8,41]},{"path":[4,9,2,0],"span":[67,2,24]},{"path":[4,9,2,0,5],"span":[67,2,8]},{"path":[4,9,2,0,1],"span":[67,9,19]},{"path":[4,9,2,0,3],"span":[67,22,23]},{"path":[4,9,2,1],"span":[68,2,46]},{"path":[4,9,2,1,5],"span":[68,2,6]},{"path":[4,9,2,1,1],"span":[68,7,21]},{"path":[4,9,2,1,3],"span":[68,24,25]},{"path":[4,9,2,1,8],"span":[68,26,45]},{"path":[4,9,2,1,8,3],"span":[68,27,44]},{"path":[4,10],"span":[71,0,73,1]},{"path":[4,10,1],"span":[71,8,42]},{"path":[4,10,2,0],"span":[72,2,31]},{"path":[4,10,2,0,4],"span":[72,2,10]},{"path":[4,10,2,0,6],"span":[72,11,18]},{"path":[4,10,2,0,1],"span":[72,19,26]},{"path":[4,10,2,0,3],"span":[72,29,30]},{"path":[4,11],"span":[75,0,84,1]},{"path":[4,11,1],"span":[75,8,43]},{"path":[4,11,2,0],"span":[76,2,24]},{"path":[4,11,2,0,5],"span":[76,2,8]},{"path":[4,11,2,0,1],"span":[76,9,19]},{"path":[4,11,2,0,3],"span":[76,22,23]},{"path":[4,11,2,1],"span":[77,2,21]},{"path":[4,11,2,1,5],"span":[77,2,8]},{"path":[4,11,2,1,1],"span":[77,9,16]},{"path":[4,11,2,1,3],"span":[77,19,20]},{"path":[4,11,2,2],"span":[78,2,22]},{"path":[4,11,2,2,5],"span":[78,2,6]},{"path":[4,11,2,2,1],"span":[78,7,17]},{"path":[4,11,2,2,3],"span":[78,20,21]},{"path":[4,11,3,0],"span":[79,2,82,3]},{"path":[4,11,3,0,1],"span":[79,10,18]},{"path":[4,11,3,0,2,0],"span":[80,4,21]},{"path":[4,11,3,0,2,0,5],"span":[80,4,8]},{"path":[4,11,3,0,2,0,1],"span":[80,9,16]},{"path":[4,11,3,0,2,0,3],"span":[80,19,20]},{"path":[4,11,3,0,2,1],"span":[81,4,26]},{"path":[4,11,3,0,2,1,5],"span":[81,4,8]},{"path":[4,11,3,0,2,1,1],"span":[81,9,21]},{"path":[4,11,3,0,2,1,3],"span":[81,24,25]},{"path":[4,11,2,3],"span":[83,2,25]},{"path":[4,11,2,3,6],"span":[83,2,10]},{"path":[4,11,2,3,1],"span":[83,11,20]},{"path":[4,11,2,3,3],"span":[83,23,24]},{"path":[4,12],"span":[86,0,88,1]},{"path":[4,12,1],"span":[86,8,44]},{"path":[4,12,2,0],"span":[87,2,18]},{"path":[4,12,2,0,5],"span":[87,2,6]},{"path":[4,12,2,0,1],"span":[87,7,13]},{"path":[4,12,2,0,3],"span":[87,16,17]},{"path":[5,1],"span":[90,0,94,1]},{"path":[5,1,1],"span":[90,5,22]},{"path":[5,1,2,0],"span":[91,2,39]},{"path":[5,1,2,0,1],"span":[91,2,34]},{"path":[5,1,2,0,2],"span":[91,37,38]},{"path":[5,1,2,1],"span":[92,2,31]},{"path":[5,1,2,1,1],"span":[92,2,26]},{"path":[5,1,2,1,2],"span":[92,29,30]},{"path":[5,1,2,2],"span":[93,2,33]},{"path":[5,1,2,2,1],"span":[93,2,28]},{"path":[5,1,2,2,2],"span":[93,31,32]},{"path":[4,13],"span":[96,0,112,1]},{"path":[4,13,1],"span":[96,8,15]},{"path":[4,13,2,0],"span":[97,2,16]},{"path":[4,13,2,0,5],"span":[97,2,8]},{"path":[4,13,2,0,1],"span":[97,9,11]},{"path":[4,13,2,0,3],"span":[97,14,15]},{"path":[4,13,2,1],"span":[98,2,21]},{"path":[4,13,2,1,5],"span":[98,2,8]},{"path":[4,13,2,1,1],"span":[98,9,16]},{"path":[4,13,2,1,3],"span":[98,19,20]},{"path":[4,13,2,2],"span":[99,2,26]},{"path":[4,13,2,2,5],"span":[99,2,8]},{"path":[4,13,2,2,1],"span":[99,9,21]},{"path":[4,13,2,2,3],"span":[99,24,25]},{"path":[4,13,2,3],"span":[100,2,25]},{"path":[4,13,2,3,5],"span":[100,2,8]},{"path":[4,13,2,3,1],"span":[100,9,20]},{"path":[4,13,2,3,3],"span":[100,23,24]},{"path":[4,13,2,4],"span":[101,2,20]},{"path":[4,13,2,4,5],"span":[101,2,8]},{"path":[4,13,2,4,1],"span":[101,9,15]},{"path":[4,13,2,4,3],"span":[101,18,19]},{"path":[4,13,2,5],"span":[102,2,18]},{"path":[4,13,2,5,5],"span":[102,2,8]},{"path":[4,13,2,5,1],"span":[102,9,13]},{"path":[4,13,2,5,3],"span":[102,16,17]},{"path":[4,13,2,6],"span":[103,2,27]},{"path":[4,13,2,6,5],"span":[103,2,8]},{"path":[4,13,2,6,1],"span":[103,9,22]},{"path":[4,13,2,6,3],"span":[103,25,26]},{"path":[4,13,2,7],"span":[104,2,23]},{"path":[4,13,2,7,5],"span":[104,2,8]},{"path":[4,13,2,7,1],"span":[104,9,18]},{"path":[4,13,2,7,3],"span":[104,21,22]},{"path":[4,13,3,0],"span":[106,2,108,3]},{"path":[4,13,3,0,1],"span":[106,10,22]},{"path":[4,13,3,0,2,0],"span":[107,4,32]},{"path":[4,13,3,0,2,0,6],"span":[107,4,21]},{"path":[4,13,3,0,2,0,1],"span":[107,22,27]},{"path":[4,13,3,0,2,0,3],"span":[107,30,31]},{"path":[4,13,2,8],"span":[109,2,25]},{"path":[4,13,2,8,6],"span":[109,2,14]},{"path":[4,13,2,8,1],"span":[109,15,20]},{"path":[4,13,2,8,3],"span":[109,23,24]},{"path":[4,13,2,9],"span":[110,2,25]},{"path":[4,13,2,9,5],"span":[110,2,8]},{"path":[4,13,2,9,1],"span":[110,9,19]},{"path":[4,13,2,9,3],"span":[110,22,24]},{"path":[4,13,2,10],"span":[111,2,22]},{"path":[4,13,2,10,5],"span":[111,2,8]},{"path":[4,13,2,10,1],"span":[111,9,16]},{"path":[4,13,2,10,3],"span":[111,19,21]},{"path":[4,14],"span":[114,0,117,1]},{"path":[4,14,1],"span":[114,8,26]},{"path":[4,14,2,0],"span":[115,2,23]},{"path":[4,14,2,0,5],"span":[115,2,8]},{"path":[4,14,2,0,1],"span":[115,9,18]},{"path":[4,14,2,0,3],"span":[115,21,22]},{"path":[4,14,2,1],"span":[116,2,27]},{"path":[4,14,2,1,5],"span":[116,2,8]},{"path":[4,14,2,1,1],"span":[116,9,22]},{"path":[4,14,2,1,3],"span":[116,25,26]},{"path":[4,15],"span":[119,0,121,1]},{"path":[4,15,1],"span":[119,8,37]},{"path":[4,15,2,0],"span":[120,2,21]},{"path":[4,15,2,0,5],"span":[120,2,8]},{"path":[4,15,2,0,1],"span":[120,9,16]},{"path":[4,15,2,0,3],"span":[120,19,20]},{"path":[4,16],"span":[123,0,125,1]},{"path":[4,16,1],"span":[123,8,32]},{"path":[4,16,2,0],"span":[124,2,18]},{"path":[4,16,2,0,5],"span":[124,2,7]},{"path":[4,16,2,0,1],"span":[124,8,13]},{"path":[4,16,2,0,3],"span":[124,16,17]},{"path":[4,17],"span":[127,0,129,1]},{"path":[4,17,1],"span":[127,8,30]},{"path":[4,17,2,0],"span":[128,2,34]},{"path":[4,17,2,0,4],"span":[128,2,10]},{"path":[4,17,2,0,5],"span":[128,11,17]},{"path":[4,17,2,0,1],"span":[128,18,29]},{"path":[4,17,2,0,3],"span":[128,32,33]},{"path":[4,18],"span":[131,0,133,1]},{"path":[4,18,1],"span":[131,8,31]},{"path":[4,18,2,0],"span":[132,2,31]},{"path":[4,18,2,0,4],"span":[132,2,10]},{"path":[4,18,2,0,6],"span":[132,11,18]},{"path":[4,18,2,0,1],"span":[132,19,26]},{"path":[4,18,2,0,3],"span":[132,29,30]},{"path":[4,19],"span":[135,0,141,1]},{"path":[4,19,1],"span":[135,8,32]},{"path":[4,19,2,0],"span":[136,2,21]},{"path":[4,19,2,0,5],"span":[136,2,8]},{"path":[4,19,2,0,1],"span":[136,9,16]},{"path":[4,19,2,0,3],"span":[136,19,20]},{"path":[4,19,3,0],"span":[137,2,139,3]},{"path":[4,19,3,0,1],"span":[137,10,16]},{"path":[4,19,3,0,2,0],"span":[138,4,32]},{"path":[4,19,3,0,2,0,6],"span":[138,4,21]},{"path":[4,19,3,0,2,0,1],"span":[138,22,27]},{"path":[4,19,3,0,2,0,3],"span":[138,30,31]},{"path":[4,19,2,1],"span":[140,2,20]},{"path":[4,19,2,1,6],"span":[140,2,8]},{"path":[4,19,2,1,1],"span":[140,9,15]},{"path":[4,19,2,1,3],"span":[140,18,19]},{"path":[4,20],"span":[143,0,145,1]},{"path":[4,20,1],"span":[143,8,33]},{"path":[4,20,2,0],"span":[144,2,31]},{"path":[4,20,2,0,4],"span":[144,2,10]},{"path":[4,20,2,0,6],"span":[144,11,18]},{"path":[4,20,2,0,1],"span":[144,19,26]},{"path":[4,20,2,0,3],"span":[144,29,30]},{"path":[4,21],"span":[147,0,149,1]},{"path":[4,21,1],"span":[147,8,35]},{"path":[4,21,2,0],"span":[148,2,23]},{"path":[4,21,2,0,5],"span":[148,2,8]},{"path":[4,21,2,0,1],"span":[148,9,18]},{"path":[4,21,2,0,3],"span":[148,21,22]},{"path":[4,22],"span":[151,0,153,1]},{"path":[4,22,1],"span":[151,8,36]},{"path":[4,22,2,0],"span":[152,2,22]},{"path":[4,22,2,0,6],"span":[152,2,9]},{"path":[4,22,2,0,1],"span":[152,10,17]},{"path":[4,22,2,0,3],"span":[152,20,21]},{"path":[4,23],"span":[155,0,167,1]},{"path":[4,23,1],"span":[155,8,28]},{"path":[4,23,9],"span":[156,2,13]},{"path":[4,23,9,0],"span":[156,11,12]},{"path":[4,23,9,0,1],"span":[156,11,12]},{"path":[4,23,2,0],"span":[157,2,21]},{"path":[4,23,2,0,5],"span":[157,2,8]},{"path":[4,23,2,0,1],"span":[157,9,16]},{"path":[4,23,2,0,3],"span":[157,19,20]},{"path":[4,23,2,1],"span":[158,2,26]},{"path":[4,23,2,1,5],"span":[158,2,8]},{"path":[4,23,2,1,1],"span":[158,9,21]},{"path":[4,23,2,1,3],"span":[158,24,25]},{"path":[4,23,2,2],"span":[159,2,25]},{"path":[4,23,2,2,5],"span":[159,2,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,2,20]},{"path":[4,23,2,3,5],"span":[160,2,8]},{"path":[4,23,2,3,1],"span":[160,9,15]},{"path":[4,23,2,3,3],"span":[160,18,19]},{"path":[4,23,2,4],"span":[161,2,18]},{"path":[4,23,2,4,5],"span":[161,2,8]},{"path":[4,23,2,4,1],"span":[161,9,13]},{"path":[4,23,2,4,3],"span":[161,16,17]},{"path":[4,23,2,5],"span":[162,2,27]},{"path":[4,23,2,5,5],"span":[162,2,8]},{"path":[4,23,2,5,1],"span":[162,9,22]},{"path":[4,23,2,5,3],"span":[162,25,26]},{"path":[4,23,2,6],"span":[164,2,28]},{"path":[4,23,2,6,5],"span":[164,2,6]},{"path":[4,23,2,6,1],"span":[164,7,23]},{"path":[4,23,2,6,3],"span":[164,26,27]},{"path":[4,23,2,7],"span":[165,2,23]},{"path":[4,23,2,7,5],"span":[165,2,8]},{"path":[4,23,2,7,1],"span":[165,9,18]},{"path":[4,23,2,7,3],"span":[165,21,22]},{"path":[4,23,2,8],"span":[166,2,24]},{"path":[4,23,2,8,6],"span":[166,2,13]},{"path":[4,23,2,8,1],"span":[166,14,18]},{"path":[4,23,2,8,3],"span":[166,21,23]},{"path":[5,2],"span":[169,0,172,1]},{"path":[5,2,1],"span":[169,5,16]},{"path":[5,2,2,0],"span":[170,2,7]},{"path":[5,2,2,0,1],"span":[170,2,4]},{"path":[5,2,2,0,2],"span":[170,5,6]},{"path":[5,2,2,1],"span":[171,2,7]},{"path":[5,2,2,1,1],"span":[171,2,4]},{"path":[5,2,2,1,2],"span":[171,5,6]},{"path":[4,24],"span":[174,0,177,1]},{"path":[4,24,1],"span":[174,8,29]},{"path":[4,24,2,0],"span":[175,2,22]},{"path":[4,24,2,0,6],"span":[175,2,9]},{"path":[4,24,2,0,1],"span":[175,10,17]},{"path":[4,24,2,0,3],"span":[175,20,21]},{"path":[4,24,2,1],"span":[176,2,37]},{"path":[4,24,2,1,6],"span":[176,2,20]},{"path":[4,24,2,1,1],"span":[176,21,32]},{"path":[4,24,2,1,3],"span":[176,35,36]},{"path":[4,25],"span":[179,0,185,1]},{"path":[4,25,1],"span":[179,8,35]},{"path":[4,25,2,0],"span":[180,2,21]},{"path":[4,25,2,0,5],"span":[180,2,8]},{"path":[4,25,2,0,1],"span":[180,9,16]},{"path":[4,25,2,0,3],"span":[180,19,20]},{"path":[4,25,2,1],"span":[181,2,26]},{"path":[4,25,2,1,5],"span":[181,2,8]},{"path":[4,25,2,1,1],"span":[181,9,21]},{"path":[4,25,2,1,3],"span":[181,24,25]},{"path":[4,25,2,2],"span":[182,2,25]},{"path":[4,25,2,2,5],"span":[182,2,8]},{"path":[4,25,2,2,1],"span":[182,9,20]},{"path":[4,25,2,2,3],"span":[182,23,24]},{"path":[4,25,2,3],"span":[183,2,23]},{"path":[4,25,2,3,5],"span":[183,2,8]},{"path":[4,25,2,3,1],"span":[183,9,18]},{"path":[4,25,2,3,3],"span":[183,21,22]},{"path":[4,25,2,4],"span":[184,2,23]},{"path":[4,25,2,4,6],"span":[184,2,13]},{"path":[4,25,2,4,1],"span":[184,14,18]},{"path":[4,25,2,4,3],"span":[184,21,22]},{"path":[4,26],"span":[187,0,191,1]},{"path":[4,26,1],"span":[187,8,36]},{"path":[4,26,2,0],"span":[188,2,22]},{"path":[4,26,2,0,6],"span":[188,2,9]},{"path":[4,26,2,0,1],"span":[188,10,17]},{"path":[4,26,2,0,3],"span":[188,20,21]},{"path":[4,26,2,1],"span":[189,2,37]},{"path":[4,26,2,1,6],"span":[189,2,20]},{"path":[4,26,2,1,1],"span":[189,21,32]},{"path":[4,26,2,1,3],"span":[189,35,36]},{"path":[4,26,2,2],"span":[190,2,21]},{"path":[4,26,2,2,5],"span":[190,2,8]},{"path":[4,26,2,2,1],"span":[190,9,16]},{"path":[4,26,2,2,3],"span":[190,19,20]},{"path":[4,27],"span":[193,0,208,1]},{"path":[4,27,1],"span":[193,8,38]},{"path":[4,27,2,0],"span":[194,2,23]},{"path":[4,27,2,0,5],"span":[194,2,8]},{"path":[4,27,2,0,1],"span":[194,9,18]},{"path":[4,27,2,0,3],"span":[194,21,22]},{"path":[4,27,2,1],"span":[195,2,26]},{"path":[4,27,2,1,5],"span":[195,2,8]},{"path":[4,27,2,1,1],"span":[195,9,21]},{"path":[4,27,2,1,3],"span":[195,24,25]},{"path":[4,27,2,2],"span":[196,2,25]},{"path":[4,27,2,2,5],"span":[196,2,8]},{"path":[4,27,2,2,1],"span":[196,9,20]},{"path":[4,27,2,2,3],"span":[196,23,24]},{"path":[4,27,2,3],"span":[197,2,20]},{"path":[4,27,2,3,5],"span":[197,2,8]},{"path":[4,27,2,3,1],"span":[197,9,15]},{"path":[4,27,2,3,3],"span":[197,18,19]},{"path":[4,27,2,4],"span":[198,2,18]},{"path":[4,27,2,4,5],"span":[198,2,8]},{"path":[4,27,2,4,1],"span":[198,9,13]},{"path":[4,27,2,4,3],"span":[198,16,17]},{"path":[4,27,3,0],"span":[200,2,205,3]},{"path":[4,27,3,0,1],"span":[200,10,24]},{"path":[4,27,3,0,2,0],"span":[201,4,41]},{"path":[4,27,3,0,2,0,5],"span":[201,4,10]},{"path":[4,27,3,0,2,0,1],"span":[201,11,36]},{"path":[4,27,3,0,2,0,3],"span":[201,39,40]},{"path":[4,27,3,0,2,1],"span":[202,4,47]},{"path":[4,27,3,0,2,1,5],"span":[202,4,10]},{"path":[4,27,3,0,2,1,1],"span":[202,11,42]},{"path":[4,27,3,0,2,1,3],"span":[202,45,46]},{"path":[4,27,3,0,2,2],"span":[203,4,45]},{"path":[4,27,3,0,2,2,5],"span":[203,4,10]},{"path":[4,27,3,0,2,2,1],"span":[203,11,40]},{"path":[4,27,3,0,2,2,3],"span":[203,43,44]},{"path":[4,27,3,0,2,3],"span":[204,4,40]},{"path":[4,27,3,0,2,3,5],"span":[204,4,10]},{"path":[4,27,3,0,2,3,1],"span":[204,11,35]},{"path":[4,27,3,0,2,3,3],"span":[204,38,39]},{"path":[4,27,2,5],"span":[207,2,37]},{"path":[4,27,2,5,6],"span":[207,2,16]},{"path":[4,27,2,5,1],"span":[207,17,32]},{"path":[4,27,2,5,3],"span":[207,35,36]},{"path":[4,28],"span":[210,0,212,1]},{"path":[4,28,1],"span":[210,8,39]},{"path":[4,28,2,0],"span":[211,2,22]},{"path":[4,28,2,0,6],"span":[211,2,9]},{"path":[4,28,2,0,1],"span":[211,10,17]},{"path":[4,28,2,0,3],"span":[211,20,21]},{"path":[4,29],"span":[214,0,217,1]},{"path":[4,29,1],"span":[214,8,38]},{"path":[4,29,2,0],"span":[215,2,23]},{"path":[4,29,2,0,5],"span":[215,2,8]},{"path":[4,29,2,0,1],"span":[215,9,18]},{"path":[4,29,2,0,3],"span":[215,21,22]},{"path":[4,29,2,1],"span":[216,2,22]},{"path":[4,29,2,1,5],"span":[216,2,8]},{"path":[4,29,2,1,1],"span":[216,9,17]},{"path":[4,29,2,1,3],"span":[216,20,21]},{"path":[4,30],"span":[219,0,224,1]},{"path":[4,30,1],"span":[219,8,39]},{"path":[4,30,2,0],"span":[220,2,19]},{"path":[4,30,2,0,5],"span":[220,2,6]},{"path":[4,30,2,0,1],"span":[220,7,14]},{"path":[4,30,2,0,3],"span":[220,17,18]},{"path":[4,30,2,1],"span":[221,2,21]},{"path":[4,30,2,1,5],"span":[221,2,8]},{"path":[4,30,2,1,1],"span":[221,9,16]},{"path":[4,30,2,1,3],"span":[221,19,20]},{"path":[4,30,2,2],"span":[222,2,28]},{"path":[4,30,2,2,5],"span":[222,2,8]},{"path":[4,30,2,2,1],"span":[222,9,23]},{"path":[4,30,2,2,3],"span":[222,26,27]},{"path":[4,30,2,3],"span":[223,2,28]},{"path":[4,30,2,3,5],"span":[223,2,8]},{"path":[4,30,2,3,1],"span":[223,9,23]},{"path":[4,30,2,3,3],"span":[223,26,27]},{"path":[4,31],"span":[226,0,231,1]},{"path":[4,31,1],"span":[226,8,38]},{"path":[4,31,2,0],"span":[227,2,23]},{"path":[4,31,2,0,5],"span":[227,2,8]},{"path":[4,31,2,0,1],"span":[227,9,18]},{"path":[4,31,2,0,3],"span":[227,21,22]},{"path":[4,31,2,1],"span":[228,2,22]},{"path":[4,31,2,1,5],"span":[228,2,8]},{"path":[4,31,2,1,1],"span":[228,9,17]},{"path":[4,31,2,1,3],"span":[228,20,21]},{"path":[4,31,2,2],"span":[229,2,23]},{"path":[4,31,2,2,5],"span":[229,2,6]},{"path":[4,31,2,2,1],"span":[229,7,18]},{"path":[4,31,2,2,3],"span":[229,21,22]},{"path":[4,31,2,3],"span":[230,2,23]},{"path":[4,31,2,3,5],"span":[230,2,6]},{"path":[4,31,2,3,1],"span":[230,7,18]},{"path":[4,31,2,3,3],"span":[230,21,22]},{"path":[4,32],"span":[233,0,235,1]},{"path":[4,32,1],"span":[233,8,39]},{"path":[4,32,2,0],"span":[234,2,19]},{"path":[4,32,2,0,5],"span":[234,2,6]},{"path":[4,32,2,0,1],"span":[234,7,14]},{"path":[4,32,2,0,3],"span":[234,17,18]},{"path":[4,33],"span":[237,0,243,1]},{"path":[4,33,1],"span":[237,8,41]},{"path":[4,33,2,0],"span":[238,2,23]},{"path":[4,33,2,0,5],"span":[238,2,8]},{"path":[4,33,2,0,1],"span":[238,9,18]},{"path":[4,33,2,0,3],"span":[238,21,22]},{"path":[4,33,2,1],"span":[239,2,26]},{"path":[4,33,2,1,5],"span":[239,2,8]},{"path":[4,33,2,1,1],"span":[239,9,21]},{"path":[4,33,2,1,3],"span":[239,24,25]},{"path":[4,33,2,2],"span":[240,2,25]},{"path":[4,33,2,2,5],"span":[240,2,8]},{"path":[4,33,2,2,1],"span":[240,9,20]},{"path":[4,33,2,2,3],"span":[240,23,24]},{"path":[4,33,2,3],"span":[241,2,23]},{"path":[4,33,2,3,5],"span":[241,2,8]},{"path":[4,33,2,3,1],"span":[241,9,18]},{"path":[4,33,2,3,3],"span":[241,21,22]},{"path":[4,33,2,4],"span":[242,2,23]},{"path":[4,33,2,4,6],"span":[242,2,13]},{"path":[4,33,2,4,1],"span":[242,14,18]},{"path":[4,33,2,4,3],"span":[242,21,22]},{"path":[4,34],"span":[245,0,250,1]},{"path":[4,34,1],"span":[245,8,42]},{"path":[4,34,2,0],"span":[246,2,22]},{"path":[4,34,2,0,6],"span":[246,2,9]},{"path":[4,34,2,0,1],"span":[246,10,17]},{"path":[4,34,2,0,3],"span":[246,20,21]},{"path":[4,34,2,1],"span":[247,2,37]},{"path":[4,34,2,1,6],"span":[247,2,20]},{"path":[4,34,2,1,1],"span":[247,21,32]},{"path":[4,34,2,1,3],"span":[247,35,36]},{"path":[4,34,2,2],"span":[248,2,23]},{"path":[4,34,2,2,6],"span":[248,2,13]},{"path":[4,34,2,2,1],"span":[248,14,18]},{"path":[4,34,2,2,3],"span":[248,21,22]},{"path":[4,34,2,3],"span":[249,2,21]},{"path":[4,34,2,3,5],"span":[249,2,8]},{"path":[4,34,2,3,1],"span":[249,9,16]},{"path":[4,34,2,3,3],"span":[249,19,20]},{"path":[4,35],"span":[252,0,256,1]},{"path":[4,35,1],"span":[252,8,40]},{"path":[4,35,2,0],"span":[253,2,21]},{"path":[4,35,2,0,5],"span":[253,2,8]},{"path":[4,35,2,0,1],"span":[253,9,16]},{"path":[4,35,2,0,3],"span":[253,19,20]},{"path":[4,35,2,1],"span":[254,2,34]},{"path":[4,35,2,1,4],"span":[254,2,10]},{"path":[4,35,2,1,5],"span":[254,11,17]},{"path":[4,35,2,1,1],"span":[254,18,29]},{"path":[4,35,2,1,3],"span":[254,32,33]},{"path":[4,35,2,2],"span":[255,2,21]},{"path":[4,35,2,2,5],"span":[255,2,8]},{"path":[4,35,2,2,1],"span":[255,9,16]},{"path":[4,35,2,2,3],"span":[255,19,20]},{"path":[4,36],"span":[258,0,264,1]},{"path":[4,36,1],"span":[258,8,41]},{"path":[4,36,3,0],"span":[259,2,262,3]},{"path":[4,36,3,0,1],"span":[259,10,16]},{"path":[4,36,3,0,2,0],"span":[260,4,26]},{"path":[4,36,3,0,2,0,5],"span":[260,4,10]},{"path":[4,36,3,0,2,0,1],"span":[260,11,21]},{"path":[4,36,3,0,2,0,3],"span":[260,24,25]},{"path":[4,36,3,0,2,1],"span":[261,4,20]},{"path":[4,36,3,0,2,1,5],"span":[261,4,8]},{"path":[4,36,3,0,2,1,1],"span":[261,9,15]},{"path":[4,36,3,0,2,1,3],"span":[261,18,19]},{"path":[4,36,2,0],"span":[263,2,29]},{"path":[4,36,2,0,4],"span":[263,2,10]},{"path":[4,36,2,0,6],"span":[263,11,17]},{"path":[4,36,2,0,1],"span":[263,18,24]},{"path":[4,36,2,0,3],"span":[263,27,28]},{"path":[4,37],"span":[266,0,269,1]},{"path":[4,37,1],"span":[266,8,46]},{"path":[4,37,2,0],"span":[267,2,21]},{"path":[4,37,2,0,5],"span":[267,2,8]},{"path":[4,37,2,0,1],"span":[267,9,16]},{"path":[4,37,2,0,3],"span":[267,19,20]},{"path":[4,37,2,1],"span":[268,2,23]},{"path":[4,37,2,1,5],"span":[268,2,8]},{"path":[4,37,2,1,1],"span":[268,9,18]},{"path":[4,37,2,1,3],"span":[268,21,22]},{"path":[4,38],"span":[271,0,273,1]},{"path":[4,38,1],"span":[271,8,47]},{"path":[4,38,2,0],"span":[272,2,31]},{"path":[4,38,2,0,4],"span":[272,2,10]},{"path":[4,38,2,0,6],"span":[272,11,18]},{"path":[4,38,2,0,1],"span":[272,19,26]},{"path":[4,38,2,0,3],"span":[272,29,30]},{"path":[4,39],"span":[275,0,278,1]},{"path":[4,39,1],"span":[275,8,33]},{"path":[4,39,2,0],"span":[276,2,21]},{"path":[4,39,2,0,5],"span":[276,2,8]},{"path":[4,39,2,0,1],"span":[276,9,16]},{"path":[4,39,2,0,3],"span":[276,19,20]},{"path":[4,39,2,1],"span":[277,2,24]},{"path":[4,39,2,1,5],"span":[277,2,8]},{"path":[4,39,2,1,1],"span":[277,9,19]},{"path":[4,39,2,1,3],"span":[277,22,23]},{"path":[4,40],"span":[280,0,298,1]},{"path":[4,40,1],"span":[280,8,34]},{"path":[4,40,3,0],"span":[281,2,284,3]},{"path":[4,40,3,0,1],"span":[281,10,29]},{"path":[4,40,3,0,2,0],"span":[282,4,19]},{"path":[4,40,3,0,2,0,5],"span":[282,4,10]},{"path":[4,40,3,0,2,0,1],"span":[282,11,14]},{"path":[4,40,3,0,2,0,3],"span":[282,17,18]},{"path":[4,40,3,0,2,1],"span":[283,4,34]},{"path":[4,40,3,0,2,1,5],"span":[283,4,9]},{"path":[4,40,3,0,2,1,1],"span":[283,10,29]},{"path":[4,40,3,0,2,1,3],"span":[283,32,33]},{"path":[4,40,3,1],"span":[286,2,288,3]},{"path":[4,40,3,1,1],"span":[286,10,15]},{"path":[4,40,3,1,2,0],"span":[287,4,18]},{"path":[4,40,3,1,2,0,5],"span":[287,4,10]},{"path":[4,40,3,1,2,0,1],"span":[287,11,13]},{"path":[4,40,3,1,2,0,3],"span":[287,16,17]},{"path":[4,40,3,2],"span":[290,2,295,3]},{"path":[4,40,3,2,1],"span":[290,10,14]},{"path":[4,40,3,2,2,0],"span":[291,4,18]},{"path":[4,40,3,2,2,0,5],"span":[291,4,10]},{"path":[4,40,3,2,2,0,1],"span":[291,11,13]},{"path":[4,40,3,2,2,0,3],"span":[291,16,17]},{"path":[4,40,3,2,2,1],"span":[292,4,45]},{"path":[4,40,3,2,2,1,4],"span":[292,4,12]},{"path":[4,40,3,2,2,1,6],"span":[292,13,32]},{"path":[4,40,3,2,2,1,1],"span":[292,33,40]},{"path":[4,40,3,2,2,1,3],"span":[292,43,44]},{"path":[4,40,3,2,2,2],"span":[293,4,39]},{"path":[4,40,3,2,2,2,4],"span":[293,4,12]},{"path":[4,40,3,2,2,2,6],"span":[293,13,20]},{"path":[4,40,3,2,2,2,1],"span":[293,21,34]},{"path":[4,40,3,2,2,2,3],"span":[293,37,38]},{"path":[4,40,3,2,2,3],"span":[294,4,30]},{"path":[4,40,3,2,2,3,4],"span":[294,4,12]},{"path":[4,40,3,2,2,3,6],"span":[294,13,18]},{"path":[4,40,3,2,2,3,1],"span":[294,19,25]},{"path":[4,40,3,2,2,3,3],"span":[294,28,29]},{"path":[4,40,2,0],"span":[297,2,26]},{"path":[4,40,2,0,4],"span":[297,2,10]},{"path":[4,40,2,0,6],"span":[297,11,15]},{"path":[4,40,2,0,1],"span":[297,16,21]},{"path":[4,40,2,0,3],"span":[297,24,25]},{"path":[4,41],"span":[300,0,302,1]},{"path":[4,41,1],"span":[300,8,53]},{"path":[4,41,2,0],"span":[301,2,35]},{"path":[4,41,2,0,5],"span":[301,2,8]},{"path":[4,41,2,0,1],"span":[301,9,30]},{"path":[4,41,2,0,3],"span":[301,33,34]},{"path":[4,42],"span":[304,0,307,1]},{"path":[4,42,1],"span":[304,8,54]},{"path":[4,42,2,0],"span":[305,2,21]},{"path":[4,42,2,0,5],"span":[305,2,8]},{"path":[4,42,2,0,1],"span":[305,9,16]},{"path":[4,42,2,0,3],"span":[305,19,20]},{"path":[4,42,2,1],"span":[306,2,28]},{"path":[4,42,2,1,5],"span":[306,2,8]},{"path":[4,42,2,1,1],"span":[306,9,23]},{"path":[4,42,2,1,3],"span":[306,26,27]},{"path":[4,43],"span":[309,0,326,1]},{"path":[4,43,1],"span":[309,8,34]},{"path":[4,43,2,0],"span":[310,2,30]},{"path":[4,43,2,0,5],"span":[310,2,8]},{"path":[4,43,2,0,1],"span":[310,9,25]},{"path":[4,43,2,0,3],"span":[310,28,29]},{"path":[4,43,2,1],"span":[311,2,39]},{"path":[4,43,2,1,5],"span":[311,2,8]},{"path":[4,43,2,1,1],"span":[311,9,14]},{"path":[4,43,2,1,3],"span":[311,17,18]},{"path":[4,43,2,1,8],"span":[311,19,38]},{"path":[4,43,2,1,8,3],"span":[311,20,37]},{"path":[4,43,3,0],"span":[313,2,318,3]},{"path":[4,43,3,0,1],"span":[313,10,22]},{"path":[4,43,3,0,2,0],"span":[314,4,20]},{"path":[4,43,3,0,2,0,5],"span":[314,4,10]},{"path":[4,43,3,0,2,0,1],"span":[314,11,15]},{"path":[4,43,3,0,2,0,3],"span":[314,18,19]},{"path":[4,43,3,0,2,1],"span":[315,4,44]},{"path":[4,43,3,0,2,1,5],"span":[315,4,10]},{"path":[4,43,3,0,2,1,1],"span":[315,11,19]},{"path":[4,43,3,0,2,1,3],"span":[315,22,23]},{"path":[4,43,3,0,2,1,8],"span":[315,24,43]},{"path":[4,43,3,0,2,1,8,3],"span":[315,25,42]},{"path":[4,43,3,0,2,2],"span":[316,4,25]},{"path":[4,43,3,0,2,2,5],"span":[316,4,10]},{"path":[4,43,3,0,2,2,1],"span":[316,11,20]},{"path":[4,43,3,0,2,2,3],"span":[316,23,24]},{"path":[4,43,3,0,2,3],"span":[317,4,23]},{"path":[4,43,3,0,2,3,5],"span":[317,4,10]},{"path":[4,43,3,0,2,3,1],"span":[317,11,18]},{"path":[4,43,3,0,2,3,3],"span":[317,21,22]},{"path":[4,43,2,2],"span":[319,2,35]},{"path":[4,43,2,2,4],"span":[319,2,10]},{"path":[4,43,2,2,6],"span":[319,11,23]},{"path":[4,43,2,2,1],"span":[319,24,30]},{"path":[4,43,2,2,3],"span":[319,33,34]},{"path":[4,43,2,3],"span":[321,2,25]},{"path":[4,43,2,3,5],"span":[321,2,8]},{"path":[4,43,2,3,1],"span":[321,9,20]},{"path":[4,43,2,3,3],"span":[321,23,24]},{"path":[4,43,2,4],"span":[322,2,26]},{"path":[4,43,2,4,5],"span":[322,2,8]},{"path":[4,43,2,4,1],"span":[322,9,21]},{"path":[4,43,2,4,3],"span":[322,24,25]},{"path":[4,43,2,5],"span":[323,2,45]},{"path":[4,43,2,5,5],"span":[323,2,8]},{"path":[4,43,2,5,1],"span":[323,9,20]},{"path":[4,43,2,5,3],"span":[323,23,24]},{"path":[4,43,2,5,8],"span":[323,25,44]},{"path":[4,43,2,5,8,3],"span":[323,26,43]},{"path":[4,43,2,6],"span":[324,2,24]},{"path":[4,43,2,6,5],"span":[324,2,8]},{"path":[4,43,2,6,1],"span":[324,9,19]},{"path":[4,43,2,6,3],"span":[324,22,23]},{"path":[4,43,2,7],"span":[325,2,28]},{"path":[4,43,2,7,5],"span":[325,2,8]},{"path":[4,43,2,7,1],"span":[325,9,23]},{"path":[4,43,2,7,3],"span":[325,26,27]},{"path":[4,44],"span":[328,0,330,1]},{"path":[4,44,1],"span":[328,8,35]},{"path":[4,44,2,0],"span":[329,2,21]},{"path":[4,44,2,0,5],"span":[329,2,6]},{"path":[4,44,2,0,1],"span":[329,7,16]},{"path":[4,44,2,0,3],"span":[329,19,20]},{"path":[4,45],"span":[332,0,334,1]},{"path":[4,45,1],"span":[332,8,12]},{"path":[4,45,2,0],"span":[333,2,16]},{"path":[4,45,2,0,5],"span":[333,2,8]},{"path":[4,45,2,0,1],"span":[333,9,11]},{"path":[4,45,2,0,3],"span":[333,14,15]},{"path":[4,46],"span":[336,0,339,1]},{"path":[4,46,1],"span":[336,8,30]},{"path":[4,46,2,0],"span":[337,2,28]},{"path":[4,46,2,0,5],"span":[337,2,8]},{"path":[4,46,2,0,1],"span":[337,9,23]},{"path":[4,46,2,0,3],"span":[337,26,27]},{"path":[4,46,2,1],"span":[338,2,22]},{"path":[4,46,2,1,5],"span":[338,2,8]},{"path":[4,46,2,1,1],"span":[338,9,17]},{"path":[4,46,2,1,3],"span":[338,20,21]},{"path":[4,47],"span":[341,0,343,1]},{"path":[4,47,1],"span":[341,8,31]},{"path":[4,47,2,0],"span":[342,2,25]},{"path":[4,47,2,0,4],"span":[342,2,10]},{"path":[4,47,2,0,6],"span":[342,11,15]},{"path":[4,47,2,0,1],"span":[342,16,20]},{"path":[4,47,2,0,3],"span":[342,23,24]},{"path":[4,48],"span":[345,0,347,1]},{"path":[4,48,1],"span":[345,8,36]},{"path":[4,48,2,0],"span":[346,2,21]},{"path":[4,48,2,0,5],"span":[346,2,8]},{"path":[4,48,2,0,1],"span":[346,9,16]},{"path":[4,48,2,0,3],"span":[346,19,20]},{"path":[4,49],"span":[349,0,351,1]},{"path":[4,49,1],"span":[349,8,37]},{"path":[4,49,2,0],"span":[350,2,34]},{"path":[4,49,2,0,4],"span":[350,2,10]},{"path":[4,49,2,0,5],"span":[350,11,17]},{"path":[4,49,2,0,1],"span":[350,18,29]},{"path":[4,49,2,0,3],"span":[350,32,33]},{"path":[4,50],"span":[353,0,356,1]},{"path":[4,50,1],"span":[353,8,40]},{"path":[4,50,2,0],"span":[354,2,28]},{"path":[4,50,2,0,5],"span":[354,2,8]},{"path":[4,50,2,0,1],"span":[354,9,23]},{"path":[4,50,2,0,3],"span":[354,26,27]},{"path":[4,50,2,1],"span":[355,2,24]},{"path":[4,50,2,1,5],"span":[355,2,8]},{"path":[4,50,2,1,1],"span":[355,9,19]},{"path":[4,50,2,1,3],"span":[355,22,23]},{"path":[4,51],"span":[358,0,360,1]},{"path":[4,51,1],"span":[358,8,41]},{"path":[4,51,2,0],"span":[359,2,22]},{"path":[4,51,2,0,5],"span":[359,2,6]},{"path":[4,51,2,0,1],"span":[359,7,17]},{"path":[4,51,2,0,3],"span":[359,20,21]},{"path":[5,3],"span":[362,0,369,1]},{"path":[5,3,1],"span":[362,5,21]},{"path":[5,3,2,0],"span":[363,2,43]},{"path":[5,3,2,0,1],"span":[363,2,38]},{"path":[5,3,2,0,2],"span":[363,41,42]},{"path":[5,3,2,1],"span":[364,2,36]},{"path":[5,3,2,1,1],"span":[364,2,31]},{"path":[5,3,2,1,2],"span":[364,34,35]},{"path":[5,3,2,2],"span":[365,2,39]},{"path":[5,3,2,2,1],"span":[365,2,34]},{"path":[5,3,2,2,2],"span":[365,37,38]},{"path":[5,3,2,3],"span":[366,2,38]},{"path":[5,3,2,3,1],"span":[366,2,33]},{"path":[5,3,2,3,2],"span":[366,36,37]},{"path":[5,3,2,4],"span":[367,2,34]},{"path":[5,3,2,4,1],"span":[367,2,29]},{"path":[5,3,2,4,2],"span":[367,32,33]},{"path":[5,3,2,5],"span":[368,2,41]},{"path":[5,3,2,5,1],"span":[368,2,36]},{"path":[5,3,2,5,2],"span":[368,39,40]},{"path":[4,52],"span":[371,0,379,1]},{"path":[4,52,1],"span":[371,8,20]},{"path":[4,52,2,0],"span":[372,2,16]},{"path":[4,52,2,0,5],"span":[372,2,8]},{"path":[4,52,2,0,1],"span":[372,9,11]},{"path":[4,52,2,0,3],"span":[372,14,15]},{"path":[4,52,2,1],"span":[373,2,21]},{"path":[4,52,2,1,5],"span":[373,2,8]},{"path":[4,52,2,1,1],"span":[373,9,16]},{"path":[4,52,2,1,3],"span":[373,19,20]},{"path":[4,52,2,2],"span":[374,2,28]},{"path":[4,52,2,2,6],"span":[374,2,18]},{"path":[4,52,2,2,1],"span":[374,19,23]},{"path":[4,52,2,2,3],"span":[374,26,27]},{"path":[4,52,2,3],"span":[375,2,25]},{"path":[4,52,2,3,5],"span":[375,2,7]},{"path":[4,52,2,3,1],"span":[375,8,20]},{"path":[4,52,2,3,3],"span":[375,23,24]},{"path":[4,52,2,4],"span":[376,2,29]},{"path":[4,52,2,4,5],"span":[376,2,8]},{"path":[4,52,2,4,1],"span":[376,9,24]},{"path":[4,52,2,4,3],"span":[376,27,28]},{"path":[4,52,2,5],"span":[377,2,24]},{"path":[4,52,2,5,5],"span":[377,2,8]},{"path":[4,52,2,5,1],"span":[377,9,19]},{"path":[4,52,2,5,3],"span":[377,22,23]},{"path":[4,52,2,6],"span":[378,2,24]},{"path":[4,52,2,6,5],"span":[378,2,8]},{"path":[4,52,2,6,1],"span":[378,9,19]},{"path":[4,52,2,6,3],"span":[378,22,23]},{"path":[4,53],"span":[381,0,387,1]},{"path":[4,53,1],"span":[381,8,37]},{"path":[4,53,2,0],"span":[382,2,21]},{"path":[4,53,2,0,5],"span":[382,2,8]},{"path":[4,53,2,0,1],"span":[382,9,16]},{"path":[4,53,2,0,3],"span":[382,19,20]},{"path":[4,53,2,1],"span":[383,2,28]},{"path":[4,53,2,1,6],"span":[383,2,18]},{"path":[4,53,2,1,1],"span":[383,19,23]},{"path":[4,53,2,1,3],"span":[383,26,27]},{"path":[4,53,2,2],"span":[384,2,25]},{"path":[4,53,2,2,5],"span":[384,2,7]},{"path":[4,53,2,2,1],"span":[384,8,20]},{"path":[4,53,2,2,3],"span":[384,23,24]},{"path":[4,53,2,3],"span":[385,2,29]},{"path":[4,53,2,3,5],"span":[385,2,8]},{"path":[4,53,2,3,1],"span":[385,9,24]},{"path":[4,53,2,3,3],"span":[385,27,28]},{"path":[4,53,2,4],"span":[386,2,24]},{"path":[4,53,2,4,5],"span":[386,2,8]},{"path":[4,53,2,4,1],"span":[386,9,19]},{"path":[4,53,2,4,3],"span":[386,22,23]},{"path":[4,54],"span":[389,0,391,1]},{"path":[4,54,1],"span":[389,8,38]},{"path":[4,54,2,0],"span":[390,2,32]},{"path":[4,54,2,0,6],"span":[390,2,14]},{"path":[4,54,2,0,1],"span":[390,15,27]},{"path":[4,54,2,0,3],"span":[390,30,31]},{"path":[4,55],"span":[393,0,395,1]},{"path":[4,55,1],"span":[393,8,42]},{"path":[4,55,2,0],"span":[394,2,21]},{"path":[4,55,2,0,5],"span":[394,2,8]},{"path":[4,55,2,0,1],"span":[394,9,16]},{"path":[4,55,2,0,3],"span":[394,19,20]},{"path":[4,56],"span":[397,0,399,1]},{"path":[4,56,1],"span":[397,8,43]},{"path":[4,56,2,0],"span":[398,2,35]},{"path":[4,56,2,0,5],"span":[398,2,8]},{"path":[4,56,2,0,1],"span":[398,9,30]},{"path":[4,56,2,0,3],"span":[398,33,34]},{"path":[4,57],"span":[401,0,403,1]},{"path":[4,57,1],"span":[401,8,47]},{"path":[4,57,2,0],"span":[402,2,23]},{"path":[4,57,2,0,5],"span":[402,2,8]},{"path":[4,57,2,0,1],"span":[402,9,18]},{"path":[4,57,2,0,3],"span":[402,21,22]},{"path":[4,58],"span":[405,0,407,1]},{"path":[4,58,1],"span":[405,8,48]},{"path":[4,58,2,0],"span":[406,2,21]},{"path":[4,58,2,0,5],"span":[406,2,8]},{"path":[4,58,2,0,1],"span":[406,9,16]},{"path":[4,58,2,0,3],"span":[406,19,20]},{"path":[6,0],"span":[409,0,461,1]},{"path":[6,0,1],"span":[409,8,19]},{"path":[6,0,2,0],"span":[410,2,121]},{"path":[6,0,2,0,1],"span":[410,6,34]},{"path":[6,0,2,0,2],"span":[410,35,70]},{"path":[6,0,2,0,3],"span":[410,81,117]},{"path":[6,0,2,1],"span":[412,2,100]},{"path":[6,0,2,1,1],"span":[412,6,27]},{"path":[6,0,2,1,2],"span":[412,28,56]},{"path":[6,0,2,1,3],"span":[412,67,96]},{"path":[6,0,2,2],"span":[414,2,106]},{"path":[6,0,2,2,1],"span":[414,6,29]},{"path":[6,0,2,2,2],"span":[414,30,60]},{"path":[6,0,2,2,3],"span":[414,71,102]},{"path":[6,0,2,3],"span":[416,2,115]},{"path":[6,0,2,3,1],"span":[416,6,32]},{"path":[6,0,2,3,2],"span":[416,33,66]},{"path":[6,0,2,3,3],"span":[416,77,111]},{"path":[6,0,2,4],"span":[418,2,76]},{"path":[6,0,2,4,1],"span":[418,6,19]},{"path":[6,0,2,4,2],"span":[418,20,40]},{"path":[6,0,2,4,3],"span":[418,51,72]},{"path":[6,0,2,5],"span":[420,2,76]},{"path":[6,0,2,5,1],"span":[420,6,19]},{"path":[6,0,2,5,2],"span":[420,20,40]},{"path":[6,0,2,5,3],"span":[420,51,72]},{"path":[6,0,2,6],"span":[422,2,97]},{"path":[6,0,2,6,1],"span":[422,6,26]},{"path":[6,0,2,6,2],"span":[422,27,54]},{"path":[6,0,2,6,3],"span":[422,65,93]},{"path":[6,0,2,7],"span":[424,2,88]},{"path":[6,0,2,7,1],"span":[424,6,23]},{"path":[6,0,2,7,2],"span":[424,24,48]},{"path":[6,0,2,7,3],"span":[424,59,84]},{"path":[6,0,2,8],"span":[426,2,82]},{"path":[6,0,2,8,1],"span":[426,6,21]},{"path":[6,0,2,8,2],"span":[426,22,44]},{"path":[6,0,2,8,3],"span":[426,55,78]},{"path":[6,0,2,9],"span":[428,2,97]},{"path":[6,0,2,9,1],"span":[428,6,28]},{"path":[6,0,2,9,2],"span":[428,29,58]},{"path":[6,0,2,9,3],"span":[428,69,93]},{"path":[6,0,2,10],"span":[430,2,97]},{"path":[6,0,2,10,1],"span":[430,6,26]},{"path":[6,0,2,10,2],"span":[430,27,54]},{"path":[6,0,2,10,3],"span":[430,65,93]},{"path":[6,0,2,11],"span":[432,2,106]},{"path":[6,0,2,11,1],"span":[432,6,29]},{"path":[6,0,2,11,2],"span":[432,30,60]},{"path":[6,0,2,11,3],"span":[432,71,102]},{"path":[6,0,2,12],"span":[434,2,106]},{"path":[6,0,2,12,1],"span":[434,6,29]},{"path":[6,0,2,12,2],"span":[434,30,60]},{"path":[6,0,2,12,3],"span":[434,71,102]},{"path":[6,0,2,13],"span":[436,2,115]},{"path":[6,0,2,13,1],"span":[436,6,32]},{"path":[6,0,2,13,2],"span":[436,33,66]},{"path":[6,0,2,13,3],"span":[436,77,111]},{"path":[6,0,2,14],"span":[438,2,106]},{"path":[6,0,2,14,1],"span":[438,6,29]},{"path":[6,0,2,14,2],"span":[438,30,60]},{"path":[6,0,2,14,3],"span":[438,71,102]},{"path":[6,0,2,15],"span":[440,2,112]},{"path":[6,0,2,15,1],"span":[440,6,31]},{"path":[6,0,2,15,2],"span":[440,32,64]},{"path":[6,0,2,15,3],"span":[440,75,108]},{"path":[6,0,2,16],"span":[442,2,130]},{"path":[6,0,2,16,1],"span":[442,6,37]},{"path":[6,0,2,16,2],"span":[442,38,76]},{"path":[6,0,2,16,3],"span":[442,87,126]},{"path":[6,0,2,17],"span":[444,2,91]},{"path":[6,0,2,17,1],"span":[444,6,24]},{"path":[6,0,2,17,2],"span":[444,25,50]},{"path":[6,0,2,17,3],"span":[444,61,87]},{"path":[6,0,2,18],"span":[446,2,151]},{"path":[6,0,2,18,1],"span":[446,6,44]},{"path":[6,0,2,18,2],"span":[446,45,90]},{"path":[6,0,2,18,3],"span":[446,101,147]},{"path":[6,0,2,19],"span":[448,2,99]},{"path":[6,0,2,19,1],"span":[448,6,30]},{"path":[6,0,2,19,2],"span":[448,31,57]},{"path":[6,0,2,19,3],"span":[448,68,95]},{"path":[6,0,2,20],"span":[450,2,100]},{"path":[6,0,2,20,1],"span":[450,6,39]},{"path":[6,0,2,20,2],"span":[450,40,62]},{"path":[6,0,2,20,3],"span":[450,73,96]},{"path":[6,0,2,21],"span":[452,2,100]},{"path":[6,0,2,21,1],"span":[452,6,27]},{"path":[6,0,2,21,2],"span":[452,28,56]},{"path":[6,0,2,21,3],"span":[452,67,96]},{"path":[6,0,2,22],"span":[454,2,112]},{"path":[6,0,2,22,1],"span":[454,6,31]},{"path":[6,0,2,22,2],"span":[454,32,64]},{"path":[6,0,2,22,3],"span":[454,75,108]},{"path":[6,0,2,23],"span":[456,2,103]},{"path":[6,0,2,23,1],"span":[456,6,28]},{"path":[6,0,2,23,2],"span":[456,29,58]},{"path":[6,0,2,23,3],"span":[456,69,99]},{"path":[6,0,2,24],"span":[458,2,118]},{"path":[6,0,2,24,1],"span":[458,6,33]},{"path":[6,0,2,24,2],"span":[458,34,68]},{"path":[6,0,2,24,3],"span":[458,79,114]},{"path":[6,0,2,25],"span":[460,2,133]},{"path":[6,0,2,25,1],"span":[460,6,38]},{"path":[6,0,2,25,2],"span":[460,39,78]},{"path":[6,0,2,25,3],"span":[460,89,129]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -361,8 +361,6 @@ export namespace CheckAccessToSiteByAccountIdResponse {
|
|
|
361
361
|
export class Install extends jspb.Message {
|
|
362
362
|
getId(): string;
|
|
363
363
|
setId(value: string): Install;
|
|
364
|
-
getGlobalId(): string;
|
|
365
|
-
setGlobalId(value: string): Install;
|
|
366
364
|
getSiteId(): string;
|
|
367
365
|
setSiteId(value: string): Install;
|
|
368
366
|
getDisplayName(): string;
|
|
@@ -375,6 +373,8 @@ export class Install extends jspb.Message {
|
|
|
375
373
|
setFqdn(value: string): Install;
|
|
376
374
|
getCreatedById(): string;
|
|
377
375
|
setCreatedById(value: string): Install;
|
|
376
|
+
getGlobalId(): string;
|
|
377
|
+
setGlobalId(value: string): Install;
|
|
378
378
|
|
|
379
379
|
hasState(): boolean;
|
|
380
380
|
clearState(): void;
|
|
@@ -382,6 +382,8 @@ export class Install extends jspb.Message {
|
|
|
382
382
|
setState(value?: Install.InstallState): Install;
|
|
383
383
|
getCreatedAt(): string;
|
|
384
384
|
setCreatedAt(value: string): Install;
|
|
385
|
+
getLicense(): string;
|
|
386
|
+
setLicense(value: string): Install;
|
|
385
387
|
|
|
386
388
|
serializeBinary(): Uint8Array;
|
|
387
389
|
toObject(includeInstance?: boolean): Install.AsObject;
|
|
@@ -396,15 +398,16 @@ export class Install extends jspb.Message {
|
|
|
396
398
|
export namespace Install {
|
|
397
399
|
export type AsObject = {
|
|
398
400
|
id: string,
|
|
399
|
-
globalId: string,
|
|
400
401
|
siteId: string,
|
|
401
402
|
displayName: string,
|
|
402
403
|
description: string,
|
|
403
404
|
status: string,
|
|
404
405
|
fqdn: string,
|
|
405
406
|
createdById: string,
|
|
407
|
+
globalId: string,
|
|
406
408
|
state?: Install.InstallState.AsObject,
|
|
407
409
|
createdAt: string,
|
|
410
|
+
license: string,
|
|
408
411
|
}
|
|
409
412
|
|
|
410
413
|
|
|
@@ -1597,6 +1600,8 @@ export class Subscription extends jspb.Message {
|
|
|
1597
1600
|
setExpirationDate(value: string): Subscription;
|
|
1598
1601
|
getCreatedAt(): string;
|
|
1599
1602
|
setCreatedAt(value: string): Subscription;
|
|
1603
|
+
getCreatedBy(): string;
|
|
1604
|
+
setCreatedBy(value: string): Subscription;
|
|
1600
1605
|
|
|
1601
1606
|
serializeBinary(): Uint8Array;
|
|
1602
1607
|
toObject(includeInstance?: boolean): Subscription.AsObject;
|
|
@@ -1616,6 +1621,7 @@ export namespace Subscription {
|
|
|
1616
1621
|
assetsLimit: number,
|
|
1617
1622
|
expirationDate: string,
|
|
1618
1623
|
createdAt: string,
|
|
1624
|
+
createdBy: string,
|
|
1619
1625
|
}
|
|
1620
1626
|
}
|
|
1621
1627
|
|
|
@@ -1628,6 +1634,8 @@ export class UpdateSiteSubscriptionRequest extends jspb.Message {
|
|
|
1628
1634
|
setAssetsLimit(value: number): UpdateSiteSubscriptionRequest;
|
|
1629
1635
|
getExpirationDate(): string;
|
|
1630
1636
|
setExpirationDate(value: string): UpdateSiteSubscriptionRequest;
|
|
1637
|
+
getUpdatedBy(): string;
|
|
1638
|
+
setUpdatedBy(value: string): UpdateSiteSubscriptionRequest;
|
|
1631
1639
|
|
|
1632
1640
|
serializeBinary(): Uint8Array;
|
|
1633
1641
|
toObject(includeInstance?: boolean): UpdateSiteSubscriptionRequest.AsObject;
|
|
@@ -1645,6 +1653,7 @@ export namespace UpdateSiteSubscriptionRequest {
|
|
|
1645
1653
|
type: SubscriptionType,
|
|
1646
1654
|
assetsLimit: number,
|
|
1647
1655
|
expirationDate: string,
|
|
1656
|
+
updatedBy: string,
|
|
1648
1657
|
}
|
|
1649
1658
|
}
|
|
1650
1659
|
|
|
@@ -4061,15 +4061,16 @@ proto.lansweeper.multitenant.v1.Install.prototype.toObject = function(opt_includ
|
|
|
4061
4061
|
proto.lansweeper.multitenant.v1.Install.toObject = function(includeInstance, msg) {
|
|
4062
4062
|
var f, obj = {
|
|
4063
4063
|
id: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
4064
|
-
globalId: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
4065
4064
|
siteId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
4066
4065
|
displayName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
4067
4066
|
description: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
4068
4067
|
status: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
4069
4068
|
fqdn: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
4070
4069
|
createdById: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
4070
|
+
globalId: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
4071
4071
|
state: (f = msg.getState()) && proto.lansweeper.multitenant.v1.Install.InstallState.toObject(includeInstance, f),
|
|
4072
|
-
createdAt: jspb.Message.getFieldWithDefault(msg, 10, "")
|
|
4072
|
+
createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
4073
|
+
license: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
4073
4074
|
};
|
|
4074
4075
|
|
|
4075
4076
|
if (includeInstance) {
|
|
@@ -4110,10 +4111,6 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4110
4111
|
var value = /** @type {string} */ (reader.readString());
|
|
4111
4112
|
msg.setId(value);
|
|
4112
4113
|
break;
|
|
4113
|
-
case 8:
|
|
4114
|
-
var value = /** @type {string} */ (reader.readString());
|
|
4115
|
-
msg.setGlobalId(value);
|
|
4116
|
-
break;
|
|
4117
4114
|
case 2:
|
|
4118
4115
|
var value = /** @type {string} */ (reader.readString());
|
|
4119
4116
|
msg.setSiteId(value);
|
|
@@ -4138,6 +4135,10 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4138
4135
|
var value = /** @type {string} */ (reader.readString());
|
|
4139
4136
|
msg.setCreatedById(value);
|
|
4140
4137
|
break;
|
|
4138
|
+
case 8:
|
|
4139
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4140
|
+
msg.setGlobalId(value);
|
|
4141
|
+
break;
|
|
4141
4142
|
case 9:
|
|
4142
4143
|
var value = new proto.lansweeper.multitenant.v1.Install.InstallState;
|
|
4143
4144
|
reader.readMessage(value,proto.lansweeper.multitenant.v1.Install.InstallState.deserializeBinaryFromReader);
|
|
@@ -4147,6 +4148,10 @@ proto.lansweeper.multitenant.v1.Install.deserializeBinaryFromReader = function(m
|
|
|
4147
4148
|
var value = /** @type {string} */ (reader.readString());
|
|
4148
4149
|
msg.setCreatedAt(value);
|
|
4149
4150
|
break;
|
|
4151
|
+
case 11:
|
|
4152
|
+
var value = /** @type {string} */ (reader.readString());
|
|
4153
|
+
msg.setLicense(value);
|
|
4154
|
+
break;
|
|
4150
4155
|
default:
|
|
4151
4156
|
reader.skipField();
|
|
4152
4157
|
break;
|
|
@@ -4183,13 +4188,6 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4183
4188
|
f
|
|
4184
4189
|
);
|
|
4185
4190
|
}
|
|
4186
|
-
f = message.getGlobalId();
|
|
4187
|
-
if (f.length > 0) {
|
|
4188
|
-
writer.writeString(
|
|
4189
|
-
8,
|
|
4190
|
-
f
|
|
4191
|
-
);
|
|
4192
|
-
}
|
|
4193
4191
|
f = message.getSiteId();
|
|
4194
4192
|
if (f.length > 0) {
|
|
4195
4193
|
writer.writeString(
|
|
@@ -4232,6 +4230,13 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4232
4230
|
f
|
|
4233
4231
|
);
|
|
4234
4232
|
}
|
|
4233
|
+
f = message.getGlobalId();
|
|
4234
|
+
if (f.length > 0) {
|
|
4235
|
+
writer.writeString(
|
|
4236
|
+
8,
|
|
4237
|
+
f
|
|
4238
|
+
);
|
|
4239
|
+
}
|
|
4235
4240
|
f = message.getState();
|
|
4236
4241
|
if (f != null) {
|
|
4237
4242
|
writer.writeMessage(
|
|
@@ -4247,6 +4252,13 @@ proto.lansweeper.multitenant.v1.Install.serializeBinaryToWriter = function(messa
|
|
|
4247
4252
|
f
|
|
4248
4253
|
);
|
|
4249
4254
|
}
|
|
4255
|
+
f = message.getLicense();
|
|
4256
|
+
if (f.length > 0) {
|
|
4257
|
+
writer.writeString(
|
|
4258
|
+
11,
|
|
4259
|
+
f
|
|
4260
|
+
);
|
|
4261
|
+
}
|
|
4250
4262
|
};
|
|
4251
4263
|
|
|
4252
4264
|
|
|
@@ -4398,24 +4410,6 @@ proto.lansweeper.multitenant.v1.Install.prototype.setId = function(value) {
|
|
|
4398
4410
|
};
|
|
4399
4411
|
|
|
4400
4412
|
|
|
4401
|
-
/**
|
|
4402
|
-
* optional string global_id = 8;
|
|
4403
|
-
* @return {string}
|
|
4404
|
-
*/
|
|
4405
|
-
proto.lansweeper.multitenant.v1.Install.prototype.getGlobalId = function() {
|
|
4406
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
4407
|
-
};
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
/**
|
|
4411
|
-
* @param {string} value
|
|
4412
|
-
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4413
|
-
*/
|
|
4414
|
-
proto.lansweeper.multitenant.v1.Install.prototype.setGlobalId = function(value) {
|
|
4415
|
-
return jspb.Message.setProto3StringField(this, 8, value);
|
|
4416
|
-
};
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
4413
|
/**
|
|
4420
4414
|
* optional string site_id = 2;
|
|
4421
4415
|
* @return {string}
|
|
@@ -4524,6 +4518,24 @@ proto.lansweeper.multitenant.v1.Install.prototype.setCreatedById = function(valu
|
|
|
4524
4518
|
};
|
|
4525
4519
|
|
|
4526
4520
|
|
|
4521
|
+
/**
|
|
4522
|
+
* optional string global_id = 8;
|
|
4523
|
+
* @return {string}
|
|
4524
|
+
*/
|
|
4525
|
+
proto.lansweeper.multitenant.v1.Install.prototype.getGlobalId = function() {
|
|
4526
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
4527
|
+
};
|
|
4528
|
+
|
|
4529
|
+
|
|
4530
|
+
/**
|
|
4531
|
+
* @param {string} value
|
|
4532
|
+
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4533
|
+
*/
|
|
4534
|
+
proto.lansweeper.multitenant.v1.Install.prototype.setGlobalId = function(value) {
|
|
4535
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
4536
|
+
};
|
|
4537
|
+
|
|
4538
|
+
|
|
4527
4539
|
/**
|
|
4528
4540
|
* optional InstallState state = 9;
|
|
4529
4541
|
* @return {?proto.lansweeper.multitenant.v1.Install.InstallState}
|
|
@@ -4579,6 +4591,24 @@ proto.lansweeper.multitenant.v1.Install.prototype.setCreatedAt = function(value)
|
|
|
4579
4591
|
};
|
|
4580
4592
|
|
|
4581
4593
|
|
|
4594
|
+
/**
|
|
4595
|
+
* optional string license = 11;
|
|
4596
|
+
* @return {string}
|
|
4597
|
+
*/
|
|
4598
|
+
proto.lansweeper.multitenant.v1.Install.prototype.getLicense = function() {
|
|
4599
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
4600
|
+
};
|
|
4601
|
+
|
|
4602
|
+
|
|
4603
|
+
/**
|
|
4604
|
+
* @param {string} value
|
|
4605
|
+
* @return {!proto.lansweeper.multitenant.v1.Install} returns this
|
|
4606
|
+
*/
|
|
4607
|
+
proto.lansweeper.multitenant.v1.Install.prototype.setLicense = function(value) {
|
|
4608
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
4609
|
+
};
|
|
4610
|
+
|
|
4611
|
+
|
|
4582
4612
|
|
|
4583
4613
|
|
|
4584
4614
|
|
|
@@ -12915,7 +12945,8 @@ proto.lansweeper.multitenant.v1.Subscription.toObject = function(includeInstance
|
|
|
12915
12945
|
type: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
12916
12946
|
assetsLimit: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
12917
12947
|
expirationDate: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
12918
|
-
createdAt: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
12948
|
+
createdAt: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
12949
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 7, "")
|
|
12919
12950
|
};
|
|
12920
12951
|
|
|
12921
12952
|
if (includeInstance) {
|
|
@@ -12976,6 +13007,10 @@ proto.lansweeper.multitenant.v1.Subscription.deserializeBinaryFromReader = funct
|
|
|
12976
13007
|
var value = /** @type {string} */ (reader.readString());
|
|
12977
13008
|
msg.setCreatedAt(value);
|
|
12978
13009
|
break;
|
|
13010
|
+
case 7:
|
|
13011
|
+
var value = /** @type {string} */ (reader.readString());
|
|
13012
|
+
msg.setCreatedBy(value);
|
|
13013
|
+
break;
|
|
12979
13014
|
default:
|
|
12980
13015
|
reader.skipField();
|
|
12981
13016
|
break;
|
|
@@ -13047,6 +13082,13 @@ proto.lansweeper.multitenant.v1.Subscription.serializeBinaryToWriter = function(
|
|
|
13047
13082
|
f
|
|
13048
13083
|
);
|
|
13049
13084
|
}
|
|
13085
|
+
f = message.getCreatedBy();
|
|
13086
|
+
if (f.length > 0) {
|
|
13087
|
+
writer.writeString(
|
|
13088
|
+
7,
|
|
13089
|
+
f
|
|
13090
|
+
);
|
|
13091
|
+
}
|
|
13050
13092
|
};
|
|
13051
13093
|
|
|
13052
13094
|
|
|
@@ -13158,6 +13200,24 @@ proto.lansweeper.multitenant.v1.Subscription.prototype.setCreatedAt = function(v
|
|
|
13158
13200
|
};
|
|
13159
13201
|
|
|
13160
13202
|
|
|
13203
|
+
/**
|
|
13204
|
+
* optional string created_by = 7;
|
|
13205
|
+
* @return {string}
|
|
13206
|
+
*/
|
|
13207
|
+
proto.lansweeper.multitenant.v1.Subscription.prototype.getCreatedBy = function() {
|
|
13208
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
13209
|
+
};
|
|
13210
|
+
|
|
13211
|
+
|
|
13212
|
+
/**
|
|
13213
|
+
* @param {string} value
|
|
13214
|
+
* @return {!proto.lansweeper.multitenant.v1.Subscription} returns this
|
|
13215
|
+
*/
|
|
13216
|
+
proto.lansweeper.multitenant.v1.Subscription.prototype.setCreatedBy = function(value) {
|
|
13217
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
13218
|
+
};
|
|
13219
|
+
|
|
13220
|
+
|
|
13161
13221
|
|
|
13162
13222
|
|
|
13163
13223
|
|
|
@@ -13193,7 +13253,8 @@ proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.toObject = functio
|
|
|
13193
13253
|
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
13194
13254
|
type: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
13195
13255
|
assetsLimit: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
13196
|
-
expirationDate: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
13256
|
+
expirationDate: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
13257
|
+
updatedBy: jspb.Message.getFieldWithDefault(msg, 5, "")
|
|
13197
13258
|
};
|
|
13198
13259
|
|
|
13199
13260
|
if (includeInstance) {
|
|
@@ -13246,6 +13307,10 @@ proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.deserializeBinaryF
|
|
|
13246
13307
|
var value = /** @type {string} */ (reader.readString());
|
|
13247
13308
|
msg.setExpirationDate(value);
|
|
13248
13309
|
break;
|
|
13310
|
+
case 5:
|
|
13311
|
+
var value = /** @type {string} */ (reader.readString());
|
|
13312
|
+
msg.setUpdatedBy(value);
|
|
13313
|
+
break;
|
|
13249
13314
|
default:
|
|
13250
13315
|
reader.skipField();
|
|
13251
13316
|
break;
|
|
@@ -13303,6 +13368,13 @@ proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.serializeBinaryToW
|
|
|
13303
13368
|
f
|
|
13304
13369
|
);
|
|
13305
13370
|
}
|
|
13371
|
+
f = message.getUpdatedBy();
|
|
13372
|
+
if (f.length > 0) {
|
|
13373
|
+
writer.writeString(
|
|
13374
|
+
5,
|
|
13375
|
+
f
|
|
13376
|
+
);
|
|
13377
|
+
}
|
|
13306
13378
|
};
|
|
13307
13379
|
|
|
13308
13380
|
|
|
@@ -13378,6 +13450,24 @@ proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.prototype.setExpir
|
|
|
13378
13450
|
};
|
|
13379
13451
|
|
|
13380
13452
|
|
|
13453
|
+
/**
|
|
13454
|
+
* optional string updated_by = 5;
|
|
13455
|
+
* @return {string}
|
|
13456
|
+
*/
|
|
13457
|
+
proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.prototype.getUpdatedBy = function() {
|
|
13458
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
13459
|
+
};
|
|
13460
|
+
|
|
13461
|
+
|
|
13462
|
+
/**
|
|
13463
|
+
* @param {string} value
|
|
13464
|
+
* @return {!proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest} returns this
|
|
13465
|
+
*/
|
|
13466
|
+
proto.lansweeper.multitenant.v1.UpdateSiteSubscriptionRequest.prototype.setUpdatedBy = function(value) {
|
|
13467
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
13468
|
+
};
|
|
13469
|
+
|
|
13470
|
+
|
|
13381
13471
|
|
|
13382
13472
|
|
|
13383
13473
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/multitenant-api-grpc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"description": "Multitenant grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@grpc/grpc-js": "^1.6.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "700a987c769e4a19e2f5e6c5e038f69f0fc853d1"
|
|
19
19
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -96,19 +96,20 @@ enum InstallStateValue {
|
|
|
96
96
|
|
|
97
97
|
message Install {
|
|
98
98
|
string id = 1;
|
|
99
|
-
string global_id = 8;
|
|
100
99
|
string site_id = 2;
|
|
101
100
|
string display_name = 3;
|
|
102
101
|
string description = 4;
|
|
103
102
|
string status = 5;
|
|
104
103
|
string fqdn = 6;
|
|
105
104
|
string created_by_id = 7;
|
|
105
|
+
string global_id = 8;
|
|
106
106
|
|
|
107
107
|
message InstallState {
|
|
108
108
|
InstallStateValue value = 1;
|
|
109
109
|
}
|
|
110
110
|
InstallState state = 9;
|
|
111
111
|
string created_at = 10;
|
|
112
|
+
string license = 11;
|
|
112
113
|
}
|
|
113
114
|
|
|
114
115
|
message InstallCredentials {
|
|
@@ -375,6 +376,7 @@ message Subscription {
|
|
|
375
376
|
int32 assets_limit = 4;
|
|
376
377
|
string expiration_date = 5;
|
|
377
378
|
string created_at = 6;
|
|
379
|
+
string created_by = 7;
|
|
378
380
|
}
|
|
379
381
|
|
|
380
382
|
message UpdateSiteSubscriptionRequest {
|
|
@@ -382,6 +384,7 @@ message UpdateSiteSubscriptionRequest {
|
|
|
382
384
|
SubscriptionType type = 2;
|
|
383
385
|
int32 assets_limit = 3;
|
|
384
386
|
string expiration_date = 4;
|
|
387
|
+
string updated_by = 5;
|
|
385
388
|
}
|
|
386
389
|
|
|
387
390
|
message UpdateSiteSubscriptionResponse {
|