@lansweeper/multitenant-api-grpc 0.4.22 → 0.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/multitenant_grpc_pb.d.ts +17 -0
- package/gen-proto/multitenant_grpc_pb.js +33 -0
- package/gen-proto/multitenant_pb.d.ts +45 -0
- package/gen-proto/multitenant_pb.js +360 -0
- package/package.json +2 -2
- package/proto/multitenant.proto +16 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.23](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.22...@lansweeper/multitenant-api-grpc@0.4.23) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/multitenant-api-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.4.22](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/multitenant-api-grpc@0.4.21...@lansweeper/multitenant-api-grpc@0.4.22) (2023-01-17)
|
|
7
15
|
|
|
8
16
|
**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":"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"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"}],"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":"NullableInstallType","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"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":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.NullableInstallType","jsonName":"installType"}]}]},{"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":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"}]},{"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"}]},{"name":"AllProfileExistsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}]},{"name":"AllProfileExistsResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"}]}],"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":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,482,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,113,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,13,2,11],"span":[112,2,19]},{"path":[4,13,2,11,5],"span":[112,2,8]},{"path":[4,13,2,11,1],"span":[112,9,13]},{"path":[4,13,2,11,3],"span":[112,16,18]},{"path":[4,14],"span":[115,0,118,1]},{"path":[4,14,1],"span":[115,8,26]},{"path":[4,14,2,0],"span":[116,2,23]},{"path":[4,14,2,0,5],"span":[116,2,8]},{"path":[4,14,2,0,1],"span":[116,9,18]},{"path":[4,14,2,0,3],"span":[116,21,22]},{"path":[4,14,2,1],"span":[117,2,27]},{"path":[4,14,2,1,5],"span":[117,2,8]},{"path":[4,14,2,1,1],"span":[117,9,22]},{"path":[4,14,2,1,3],"span":[117,25,26]},{"path":[4,15],"span":[120,0,122,1]},{"path":[4,15,1],"span":[120,8,37]},{"path":[4,15,2,0],"span":[121,2,21]},{"path":[4,15,2,0,5],"span":[121,2,8]},{"path":[4,15,2,0,1],"span":[121,9,16]},{"path":[4,15,2,0,3],"span":[121,19,20]},{"path":[4,16],"span":[124,0,126,1]},{"path":[4,16,1],"span":[124,8,32]},{"path":[4,16,2,0],"span":[125,2,18]},{"path":[4,16,2,0,5],"span":[125,2,7]},{"path":[4,16,2,0,1],"span":[125,8,13]},{"path":[4,16,2,0,3],"span":[125,16,17]},{"path":[4,17],"span":[128,0,130,1]},{"path":[4,17,1],"span":[128,8,30]},{"path":[4,17,2,0],"span":[129,2,34]},{"path":[4,17,2,0,4],"span":[129,2,10]},{"path":[4,17,2,0,5],"span":[129,11,17]},{"path":[4,17,2,0,1],"span":[129,18,29]},{"path":[4,17,2,0,3],"span":[129,32,33]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,31]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,140,1]},{"path":[4,19,1],"span":[136,8,27]},{"path":[4,19,8,0],"span":[137,2,139,3]},{"path":[4,19,8,0,1],"span":[137,8,12]},{"path":[4,19,2,0],"span":[138,4,25]},{"path":[4,19,2,0,6],"span":[138,4,15]},{"path":[4,19,2,0,1],"span":[138,16,20]},{"path":[4,19,2,0,3],"span":[138,23,24]},{"path":[4,20],"span":[142,0,150,1]},{"path":[4,20,1],"span":[142,8,32]},{"path":[4,20,2,0],"span":[143,2,21]},{"path":[4,20,2,0,5],"span":[143,2,8]},{"path":[4,20,2,0,1],"span":[143,9,16]},{"path":[4,20,2,0,3],"span":[143,19,20]},{"path":[4,20,3,0],"span":[144,2,148,3]},{"path":[4,20,3,0,1],"span":[144,10,16]},{"path":[4,20,3,0,2,0],"span":[145,4,32]},{"path":[4,20,3,0,2,0,6],"span":[145,4,21]},{"path":[4,20,3,0,2,0,1],"span":[145,22,27]},{"path":[4,20,3,0,2,0,3],"span":[145,30,31]},{"path":[4,20,3,0,2,1],"span":[146,4,43]},{"path":[4,20,3,0,2,1,6],"span":[146,4,15]},{"path":[4,20,3,0,2,1,1],"span":[146,16,20]},{"path":[4,20,3,0,2,1,3],"span":[146,21,22]},{"path":[4,20,3,0,2,1,8],"span":[146,23,42]},{"path":[4,20,3,0,2,1,8,3],"span":[146,24,41]},{"path":[4,20,3,0,2,2],"span":[147,4,39]},{"path":[4,20,3,0,2,2,6],"span":[147,4,23]},{"path":[4,20,3,0,2,2,1],"span":[147,24,36]},{"path":[4,20,3,0,2,2,3],"span":[147,37,38]},{"path":[4,20,2,1],"span":[149,2,20]},{"path":[4,20,2,1,6],"span":[149,2,8]},{"path":[4,20,2,1,1],"span":[149,9,15]},{"path":[4,20,2,1,3],"span":[149,18,19]},{"path":[4,21],"span":[152,0,154,1]},{"path":[4,21,1],"span":[152,8,33]},{"path":[4,21,2,0],"span":[153,2,31]},{"path":[4,21,2,0,4],"span":[153,2,10]},{"path":[4,21,2,0,6],"span":[153,11,18]},{"path":[4,21,2,0,1],"span":[153,19,26]},{"path":[4,21,2,0,3],"span":[153,29,30]},{"path":[4,22],"span":[156,0,158,1]},{"path":[4,22,1],"span":[156,8,35]},{"path":[4,22,2,0],"span":[157,2,23]},{"path":[4,22,2,0,5],"span":[157,2,8]},{"path":[4,22,2,0,1],"span":[157,9,18]},{"path":[4,22,2,0,3],"span":[157,21,22]},{"path":[4,23],"span":[160,0,162,1]},{"path":[4,23,1],"span":[160,8,36]},{"path":[4,23,2,0],"span":[161,2,22]},{"path":[4,23,2,0,6],"span":[161,2,9]},{"path":[4,23,2,0,1],"span":[161,10,17]},{"path":[4,23,2,0,3],"span":[161,20,21]},{"path":[4,24],"span":[164,0,176,1]},{"path":[4,24,1],"span":[164,8,28]},{"path":[4,24,9],"span":[165,2,13]},{"path":[4,24,9,0],"span":[165,11,12]},{"path":[4,24,9,0,1],"span":[165,11,12]},{"path":[4,24,2,0],"span":[166,2,21]},{"path":[4,24,2,0,5],"span":[166,2,8]},{"path":[4,24,2,0,1],"span":[166,9,16]},{"path":[4,24,2,0,3],"span":[166,19,20]},{"path":[4,24,2,1],"span":[167,2,26]},{"path":[4,24,2,1,5],"span":[167,2,8]},{"path":[4,24,2,1,1],"span":[167,9,21]},{"path":[4,24,2,1,3],"span":[167,24,25]},{"path":[4,24,2,2],"span":[168,2,25]},{"path":[4,24,2,2,5],"span":[168,2,8]},{"path":[4,24,2,2,1],"span":[168,9,20]},{"path":[4,24,2,2,3],"span":[168,23,24]},{"path":[4,24,2,3],"span":[169,2,20]},{"path":[4,24,2,3,5],"span":[169,2,8]},{"path":[4,24,2,3,1],"span":[169,9,15]},{"path":[4,24,2,3,3],"span":[169,18,19]},{"path":[4,24,2,4],"span":[170,2,18]},{"path":[4,24,2,4,5],"span":[170,2,8]},{"path":[4,24,2,4,1],"span":[170,9,13]},{"path":[4,24,2,4,3],"span":[170,16,17]},{"path":[4,24,2,5],"span":[171,2,27]},{"path":[4,24,2,5,5],"span":[171,2,8]},{"path":[4,24,2,5,1],"span":[171,9,22]},{"path":[4,24,2,5,3],"span":[171,25,26]},{"path":[4,24,2,6],"span":[173,2,28]},{"path":[4,24,2,6,5],"span":[173,2,6]},{"path":[4,24,2,6,1],"span":[173,7,23]},{"path":[4,24,2,6,3],"span":[173,26,27]},{"path":[4,24,2,7],"span":[174,2,23]},{"path":[4,24,2,7,5],"span":[174,2,8]},{"path":[4,24,2,7,1],"span":[174,9,18]},{"path":[4,24,2,7,3],"span":[174,21,22]},{"path":[4,24,2,8],"span":[175,2,24]},{"path":[4,24,2,8,6],"span":[175,2,13]},{"path":[4,24,2,8,1],"span":[175,14,18]},{"path":[4,24,2,8,3],"span":[175,21,23]},{"path":[5,2],"span":[178,0,181,1]},{"path":[5,2,1],"span":[178,5,16]},{"path":[5,2,2,0],"span":[179,2,7]},{"path":[5,2,2,0,1],"span":[179,2,4]},{"path":[5,2,2,0,2],"span":[179,5,6]},{"path":[5,2,2,1],"span":[180,2,7]},{"path":[5,2,2,1,1],"span":[180,2,4]},{"path":[5,2,2,1,2],"span":[180,5,6]},{"path":[4,25],"span":[183,0,186,1]},{"path":[4,25,1],"span":[183,8,29]},{"path":[4,25,2,0],"span":[184,2,22]},{"path":[4,25,2,0,6],"span":[184,2,9]},{"path":[4,25,2,0,1],"span":[184,10,17]},{"path":[4,25,2,0,3],"span":[184,20,21]},{"path":[4,25,2,1],"span":[185,2,37]},{"path":[4,25,2,1,6],"span":[185,2,20]},{"path":[4,25,2,1,1],"span":[185,21,32]},{"path":[4,25,2,1,3],"span":[185,35,36]},{"path":[4,26],"span":[188,0,195,1]},{"path":[4,26,1],"span":[188,8,35]},{"path":[4,26,2,0],"span":[189,2,21]},{"path":[4,26,2,0,5],"span":[189,2,8]},{"path":[4,26,2,0,1],"span":[189,9,16]},{"path":[4,26,2,0,3],"span":[189,19,20]},{"path":[4,26,2,1],"span":[190,2,26]},{"path":[4,26,2,1,5],"span":[190,2,8]},{"path":[4,26,2,1,1],"span":[190,9,21]},{"path":[4,26,2,1,3],"span":[190,24,25]},{"path":[4,26,2,2],"span":[191,2,25]},{"path":[4,26,2,2,5],"span":[191,2,8]},{"path":[4,26,2,2,1],"span":[191,9,20]},{"path":[4,26,2,2,3],"span":[191,23,24]},{"path":[4,26,2,3],"span":[192,2,23]},{"path":[4,26,2,3,5],"span":[192,2,8]},{"path":[4,26,2,3,1],"span":[192,9,18]},{"path":[4,26,2,3,3],"span":[192,21,22]},{"path":[4,26,2,4],"span":[193,2,23]},{"path":[4,26,2,4,6],"span":[193,2,13]},{"path":[4,26,2,4,1],"span":[193,14,18]},{"path":[4,26,2,4,3],"span":[193,21,22]},{"path":[4,26,2,5],"span":[194,2,27]},{"path":[4,26,2,5,5],"span":[194,2,8]},{"path":[4,26,2,5,1],"span":[194,9,22]},{"path":[4,26,2,5,3],"span":[194,25,26]},{"path":[4,27],"span":[197,0,201,1]},{"path":[4,27,1],"span":[197,8,36]},{"path":[4,27,2,0],"span":[198,2,22]},{"path":[4,27,2,0,6],"span":[198,2,9]},{"path":[4,27,2,0,1],"span":[198,10,17]},{"path":[4,27,2,0,3],"span":[198,20,21]},{"path":[4,27,2,1],"span":[199,2,37]},{"path":[4,27,2,1,6],"span":[199,2,20]},{"path":[4,27,2,1,1],"span":[199,21,32]},{"path":[4,27,2,1,3],"span":[199,35,36]},{"path":[4,27,2,2],"span":[200,2,21]},{"path":[4,27,2,2,5],"span":[200,2,8]},{"path":[4,27,2,2,1],"span":[200,9,16]},{"path":[4,27,2,2,3],"span":[200,19,20]},{"path":[4,28],"span":[203,0,218,1]},{"path":[4,28,1],"span":[203,8,38]},{"path":[4,28,2,0],"span":[204,2,23]},{"path":[4,28,2,0,5],"span":[204,2,8]},{"path":[4,28,2,0,1],"span":[204,9,18]},{"path":[4,28,2,0,3],"span":[204,21,22]},{"path":[4,28,2,1],"span":[205,2,26]},{"path":[4,28,2,1,5],"span":[205,2,8]},{"path":[4,28,2,1,1],"span":[205,9,21]},{"path":[4,28,2,1,3],"span":[205,24,25]},{"path":[4,28,2,2],"span":[206,2,25]},{"path":[4,28,2,2,5],"span":[206,2,8]},{"path":[4,28,2,2,1],"span":[206,9,20]},{"path":[4,28,2,2,3],"span":[206,23,24]},{"path":[4,28,2,3],"span":[207,2,20]},{"path":[4,28,2,3,5],"span":[207,2,8]},{"path":[4,28,2,3,1],"span":[207,9,15]},{"path":[4,28,2,3,3],"span":[207,18,19]},{"path":[4,28,2,4],"span":[208,2,18]},{"path":[4,28,2,4,5],"span":[208,2,8]},{"path":[4,28,2,4,1],"span":[208,9,13]},{"path":[4,28,2,4,3],"span":[208,16,17]},{"path":[4,28,3,0],"span":[210,2,215,3]},{"path":[4,28,3,0,1],"span":[210,10,24]},{"path":[4,28,3,0,2,0],"span":[211,4,41]},{"path":[4,28,3,0,2,0,5],"span":[211,4,10]},{"path":[4,28,3,0,2,0,1],"span":[211,11,36]},{"path":[4,28,3,0,2,0,3],"span":[211,39,40]},{"path":[4,28,3,0,2,1],"span":[212,4,47]},{"path":[4,28,3,0,2,1,5],"span":[212,4,10]},{"path":[4,28,3,0,2,1,1],"span":[212,11,42]},{"path":[4,28,3,0,2,1,3],"span":[212,45,46]},{"path":[4,28,3,0,2,2],"span":[213,4,45]},{"path":[4,28,3,0,2,2,5],"span":[213,4,10]},{"path":[4,28,3,0,2,2,1],"span":[213,11,40]},{"path":[4,28,3,0,2,2,3],"span":[213,43,44]},{"path":[4,28,3,0,2,3],"span":[214,4,40]},{"path":[4,28,3,0,2,3,5],"span":[214,4,10]},{"path":[4,28,3,0,2,3,1],"span":[214,11,35]},{"path":[4,28,3,0,2,3,3],"span":[214,38,39]},{"path":[4,28,2,5],"span":[217,2,37]},{"path":[4,28,2,5,6],"span":[217,2,16]},{"path":[4,28,2,5,1],"span":[217,17,32]},{"path":[4,28,2,5,3],"span":[217,35,36]},{"path":[4,29],"span":[220,0,222,1]},{"path":[4,29,1],"span":[220,8,39]},{"path":[4,29,2,0],"span":[221,2,22]},{"path":[4,29,2,0,6],"span":[221,2,9]},{"path":[4,29,2,0,1],"span":[221,10,17]},{"path":[4,29,2,0,3],"span":[221,20,21]},{"path":[4,30],"span":[224,0,227,1]},{"path":[4,30,1],"span":[224,8,38]},{"path":[4,30,2,0],"span":[225,2,23]},{"path":[4,30,2,0,5],"span":[225,2,8]},{"path":[4,30,2,0,1],"span":[225,9,18]},{"path":[4,30,2,0,3],"span":[225,21,22]},{"path":[4,30,2,1],"span":[226,2,22]},{"path":[4,30,2,1,5],"span":[226,2,8]},{"path":[4,30,2,1,1],"span":[226,9,17]},{"path":[4,30,2,1,3],"span":[226,20,21]},{"path":[4,31],"span":[229,0,234,1]},{"path":[4,31,1],"span":[229,8,39]},{"path":[4,31,2,0],"span":[230,2,19]},{"path":[4,31,2,0,5],"span":[230,2,6]},{"path":[4,31,2,0,1],"span":[230,7,14]},{"path":[4,31,2,0,3],"span":[230,17,18]},{"path":[4,31,2,1],"span":[231,2,21]},{"path":[4,31,2,1,5],"span":[231,2,8]},{"path":[4,31,2,1,1],"span":[231,9,16]},{"path":[4,31,2,1,3],"span":[231,19,20]},{"path":[4,31,2,2],"span":[232,2,28]},{"path":[4,31,2,2,5],"span":[232,2,8]},{"path":[4,31,2,2,1],"span":[232,9,23]},{"path":[4,31,2,2,3],"span":[232,26,27]},{"path":[4,31,2,3],"span":[233,2,28]},{"path":[4,31,2,3,5],"span":[233,2,8]},{"path":[4,31,2,3,1],"span":[233,9,23]},{"path":[4,31,2,3,3],"span":[233,26,27]},{"path":[4,32],"span":[236,0,241,1]},{"path":[4,32,1],"span":[236,8,38]},{"path":[4,32,2,0],"span":[237,2,23]},{"path":[4,32,2,0,5],"span":[237,2,8]},{"path":[4,32,2,0,1],"span":[237,9,18]},{"path":[4,32,2,0,3],"span":[237,21,22]},{"path":[4,32,2,1],"span":[238,2,22]},{"path":[4,32,2,1,5],"span":[238,2,8]},{"path":[4,32,2,1,1],"span":[238,9,17]},{"path":[4,32,2,1,3],"span":[238,20,21]},{"path":[4,32,2,2],"span":[239,2,23]},{"path":[4,32,2,2,5],"span":[239,2,6]},{"path":[4,32,2,2,1],"span":[239,7,18]},{"path":[4,32,2,2,3],"span":[239,21,22]},{"path":[4,32,2,3],"span":[240,2,23]},{"path":[4,32,2,3,5],"span":[240,2,6]},{"path":[4,32,2,3,1],"span":[240,7,18]},{"path":[4,32,2,3,3],"span":[240,21,22]},{"path":[4,33],"span":[243,0,245,1]},{"path":[4,33,1],"span":[243,8,39]},{"path":[4,33,2,0],"span":[244,2,19]},{"path":[4,33,2,0,5],"span":[244,2,6]},{"path":[4,33,2,0,1],"span":[244,7,14]},{"path":[4,33,2,0,3],"span":[244,17,18]},{"path":[4,34],"span":[247,0,253,1]},{"path":[4,34,1],"span":[247,8,41]},{"path":[4,34,2,0],"span":[248,2,23]},{"path":[4,34,2,0,5],"span":[248,2,8]},{"path":[4,34,2,0,1],"span":[248,9,18]},{"path":[4,34,2,0,3],"span":[248,21,22]},{"path":[4,34,2,1],"span":[249,2,26]},{"path":[4,34,2,1,5],"span":[249,2,8]},{"path":[4,34,2,1,1],"span":[249,9,21]},{"path":[4,34,2,1,3],"span":[249,24,25]},{"path":[4,34,2,2],"span":[250,2,25]},{"path":[4,34,2,2,5],"span":[250,2,8]},{"path":[4,34,2,2,1],"span":[250,9,20]},{"path":[4,34,2,2,3],"span":[250,23,24]},{"path":[4,34,2,3],"span":[251,2,23]},{"path":[4,34,2,3,5],"span":[251,2,8]},{"path":[4,34,2,3,1],"span":[251,9,18]},{"path":[4,34,2,3,3],"span":[251,21,22]},{"path":[4,34,2,4],"span":[252,2,23]},{"path":[4,34,2,4,6],"span":[252,2,13]},{"path":[4,34,2,4,1],"span":[252,14,18]},{"path":[4,34,2,4,3],"span":[252,21,22]},{"path":[4,35],"span":[255,0,260,1]},{"path":[4,35,1],"span":[255,8,42]},{"path":[4,35,2,0],"span":[256,2,22]},{"path":[4,35,2,0,6],"span":[256,2,9]},{"path":[4,35,2,0,1],"span":[256,10,17]},{"path":[4,35,2,0,3],"span":[256,20,21]},{"path":[4,35,2,1],"span":[257,2,37]},{"path":[4,35,2,1,6],"span":[257,2,20]},{"path":[4,35,2,1,1],"span":[257,21,32]},{"path":[4,35,2,1,3],"span":[257,35,36]},{"path":[4,35,2,2],"span":[258,2,23]},{"path":[4,35,2,2,6],"span":[258,2,13]},{"path":[4,35,2,2,1],"span":[258,14,18]},{"path":[4,35,2,2,3],"span":[258,21,22]},{"path":[4,35,2,3],"span":[259,2,21]},{"path":[4,35,2,3,5],"span":[259,2,8]},{"path":[4,35,2,3,1],"span":[259,9,16]},{"path":[4,35,2,3,3],"span":[259,19,20]},{"path":[4,36],"span":[262,0,266,1]},{"path":[4,36,1],"span":[262,8,40]},{"path":[4,36,2,0],"span":[263,2,21]},{"path":[4,36,2,0,5],"span":[263,2,8]},{"path":[4,36,2,0,1],"span":[263,9,16]},{"path":[4,36,2,0,3],"span":[263,19,20]},{"path":[4,36,2,1],"span":[264,2,34]},{"path":[4,36,2,1,4],"span":[264,2,10]},{"path":[4,36,2,1,5],"span":[264,11,17]},{"path":[4,36,2,1,1],"span":[264,18,29]},{"path":[4,36,2,1,3],"span":[264,32,33]},{"path":[4,36,2,2],"span":[265,2,21]},{"path":[4,36,2,2,5],"span":[265,2,8]},{"path":[4,36,2,2,1],"span":[265,9,16]},{"path":[4,36,2,2,3],"span":[265,19,20]},{"path":[4,37],"span":[268,0,274,1]},{"path":[4,37,1],"span":[268,8,41]},{"path":[4,37,3,0],"span":[269,2,272,3]},{"path":[4,37,3,0,1],"span":[269,10,16]},{"path":[4,37,3,0,2,0],"span":[270,4,26]},{"path":[4,37,3,0,2,0,5],"span":[270,4,10]},{"path":[4,37,3,0,2,0,1],"span":[270,11,21]},{"path":[4,37,3,0,2,0,3],"span":[270,24,25]},{"path":[4,37,3,0,2,1],"span":[271,4,20]},{"path":[4,37,3,0,2,1,5],"span":[271,4,8]},{"path":[4,37,3,0,2,1,1],"span":[271,9,15]},{"path":[4,37,3,0,2,1,3],"span":[271,18,19]},{"path":[4,37,2,0],"span":[273,2,29]},{"path":[4,37,2,0,4],"span":[273,2,10]},{"path":[4,37,2,0,6],"span":[273,11,17]},{"path":[4,37,2,0,1],"span":[273,18,24]},{"path":[4,37,2,0,3],"span":[273,27,28]},{"path":[4,38],"span":[276,0,279,1]},{"path":[4,38,1],"span":[276,8,46]},{"path":[4,38,2,0],"span":[277,2,21]},{"path":[4,38,2,0,5],"span":[277,2,8]},{"path":[4,38,2,0,1],"span":[277,9,16]},{"path":[4,38,2,0,3],"span":[277,19,20]},{"path":[4,38,2,1],"span":[278,2,23]},{"path":[4,38,2,1,5],"span":[278,2,8]},{"path":[4,38,2,1,1],"span":[278,9,18]},{"path":[4,38,2,1,3],"span":[278,21,22]},{"path":[4,39],"span":[281,0,283,1]},{"path":[4,39,1],"span":[281,8,47]},{"path":[4,39,2,0],"span":[282,2,31]},{"path":[4,39,2,0,4],"span":[282,2,10]},{"path":[4,39,2,0,6],"span":[282,11,18]},{"path":[4,39,2,0,1],"span":[282,19,26]},{"path":[4,39,2,0,3],"span":[282,29,30]},{"path":[4,40],"span":[285,0,288,1]},{"path":[4,40,1],"span":[285,8,33]},{"path":[4,40,2,0],"span":[286,2,21]},{"path":[4,40,2,0,5],"span":[286,2,8]},{"path":[4,40,2,0,1],"span":[286,9,16]},{"path":[4,40,2,0,3],"span":[286,19,20]},{"path":[4,40,2,1],"span":[287,2,24]},{"path":[4,40,2,1,5],"span":[287,2,8]},{"path":[4,40,2,1,1],"span":[287,9,19]},{"path":[4,40,2,1,3],"span":[287,22,23]},{"path":[4,41],"span":[290,0,308,1]},{"path":[4,41,1],"span":[290,8,34]},{"path":[4,41,3,0],"span":[291,2,294,3]},{"path":[4,41,3,0,1],"span":[291,10,29]},{"path":[4,41,3,0,2,0],"span":[292,4,19]},{"path":[4,41,3,0,2,0,5],"span":[292,4,10]},{"path":[4,41,3,0,2,0,1],"span":[292,11,14]},{"path":[4,41,3,0,2,0,3],"span":[292,17,18]},{"path":[4,41,3,0,2,1],"span":[293,4,34]},{"path":[4,41,3,0,2,1,5],"span":[293,4,9]},{"path":[4,41,3,0,2,1,1],"span":[293,10,29]},{"path":[4,41,3,0,2,1,3],"span":[293,32,33]},{"path":[4,41,3,1],"span":[296,2,298,3]},{"path":[4,41,3,1,1],"span":[296,10,15]},{"path":[4,41,3,1,2,0],"span":[297,4,18]},{"path":[4,41,3,1,2,0,5],"span":[297,4,10]},{"path":[4,41,3,1,2,0,1],"span":[297,11,13]},{"path":[4,41,3,1,2,0,3],"span":[297,16,17]},{"path":[4,41,3,2],"span":[300,2,305,3]},{"path":[4,41,3,2,1],"span":[300,10,14]},{"path":[4,41,3,2,2,0],"span":[301,4,18]},{"path":[4,41,3,2,2,0,5],"span":[301,4,10]},{"path":[4,41,3,2,2,0,1],"span":[301,11,13]},{"path":[4,41,3,2,2,0,3],"span":[301,16,17]},{"path":[4,41,3,2,2,1],"span":[302,4,45]},{"path":[4,41,3,2,2,1,4],"span":[302,4,12]},{"path":[4,41,3,2,2,1,6],"span":[302,13,32]},{"path":[4,41,3,2,2,1,1],"span":[302,33,40]},{"path":[4,41,3,2,2,1,3],"span":[302,43,44]},{"path":[4,41,3,2,2,2],"span":[303,4,39]},{"path":[4,41,3,2,2,2,4],"span":[303,4,12]},{"path":[4,41,3,2,2,2,6],"span":[303,13,20]},{"path":[4,41,3,2,2,2,1],"span":[303,21,34]},{"path":[4,41,3,2,2,2,3],"span":[303,37,38]},{"path":[4,41,3,2,2,3],"span":[304,4,30]},{"path":[4,41,3,2,2,3,4],"span":[304,4,12]},{"path":[4,41,3,2,2,3,6],"span":[304,13,18]},{"path":[4,41,3,2,2,3,1],"span":[304,19,25]},{"path":[4,41,3,2,2,3,3],"span":[304,28,29]},{"path":[4,41,2,0],"span":[307,2,26]},{"path":[4,41,2,0,4],"span":[307,2,10]},{"path":[4,41,2,0,6],"span":[307,11,15]},{"path":[4,41,2,0,1],"span":[307,16,21]},{"path":[4,41,2,0,3],"span":[307,24,25]},{"path":[4,42],"span":[310,0,312,1]},{"path":[4,42,1],"span":[310,8,53]},{"path":[4,42,2,0],"span":[311,2,35]},{"path":[4,42,2,0,5],"span":[311,2,8]},{"path":[4,42,2,0,1],"span":[311,9,30]},{"path":[4,42,2,0,3],"span":[311,33,34]},{"path":[4,43],"span":[314,0,317,1]},{"path":[4,43,1],"span":[314,8,54]},{"path":[4,43,2,0],"span":[315,2,21]},{"path":[4,43,2,0,5],"span":[315,2,8]},{"path":[4,43,2,0,1],"span":[315,9,16]},{"path":[4,43,2,0,3],"span":[315,19,20]},{"path":[4,43,2,1],"span":[316,2,28]},{"path":[4,43,2,1,5],"span":[316,2,8]},{"path":[4,43,2,1,1],"span":[316,9,23]},{"path":[4,43,2,1,3],"span":[316,26,27]},{"path":[4,44],"span":[319,0,336,1]},{"path":[4,44,1],"span":[319,8,34]},{"path":[4,44,2,0],"span":[320,2,30]},{"path":[4,44,2,0,5],"span":[320,2,8]},{"path":[4,44,2,0,1],"span":[320,9,25]},{"path":[4,44,2,0,3],"span":[320,28,29]},{"path":[4,44,2,1],"span":[321,2,39]},{"path":[4,44,2,1,5],"span":[321,2,8]},{"path":[4,44,2,1,1],"span":[321,9,14]},{"path":[4,44,2,1,3],"span":[321,17,18]},{"path":[4,44,2,1,8],"span":[321,19,38]},{"path":[4,44,2,1,8,3],"span":[321,20,37]},{"path":[4,44,3,0],"span":[323,2,328,3]},{"path":[4,44,3,0,1],"span":[323,10,22]},{"path":[4,44,3,0,2,0],"span":[324,4,20]},{"path":[4,44,3,0,2,0,5],"span":[324,4,10]},{"path":[4,44,3,0,2,0,1],"span":[324,11,15]},{"path":[4,44,3,0,2,0,3],"span":[324,18,19]},{"path":[4,44,3,0,2,1],"span":[325,4,44]},{"path":[4,44,3,0,2,1,5],"span":[325,4,10]},{"path":[4,44,3,0,2,1,1],"span":[325,11,19]},{"path":[4,44,3,0,2,1,3],"span":[325,22,23]},{"path":[4,44,3,0,2,1,8],"span":[325,24,43]},{"path":[4,44,3,0,2,1,8,3],"span":[325,25,42]},{"path":[4,44,3,0,2,2],"span":[326,4,25]},{"path":[4,44,3,0,2,2,5],"span":[326,4,10]},{"path":[4,44,3,0,2,2,1],"span":[326,11,20]},{"path":[4,44,3,0,2,2,3],"span":[326,23,24]},{"path":[4,44,3,0,2,3],"span":[327,4,23]},{"path":[4,44,3,0,2,3,5],"span":[327,4,10]},{"path":[4,44,3,0,2,3,1],"span":[327,11,18]},{"path":[4,44,3,0,2,3,3],"span":[327,21,22]},{"path":[4,44,2,2],"span":[329,2,35]},{"path":[4,44,2,2,4],"span":[329,2,10]},{"path":[4,44,2,2,6],"span":[329,11,23]},{"path":[4,44,2,2,1],"span":[329,24,30]},{"path":[4,44,2,2,3],"span":[329,33,34]},{"path":[4,44,2,3],"span":[331,2,25]},{"path":[4,44,2,3,5],"span":[331,2,8]},{"path":[4,44,2,3,1],"span":[331,9,20]},{"path":[4,44,2,3,3],"span":[331,23,24]},{"path":[4,44,2,4],"span":[332,2,26]},{"path":[4,44,2,4,5],"span":[332,2,8]},{"path":[4,44,2,4,1],"span":[332,9,21]},{"path":[4,44,2,4,3],"span":[332,24,25]},{"path":[4,44,2,5],"span":[333,2,45]},{"path":[4,44,2,5,5],"span":[333,2,8]},{"path":[4,44,2,5,1],"span":[333,9,20]},{"path":[4,44,2,5,3],"span":[333,23,24]},{"path":[4,44,2,5,8],"span":[333,25,44]},{"path":[4,44,2,5,8,3],"span":[333,26,43]},{"path":[4,44,2,6],"span":[334,2,24]},{"path":[4,44,2,6,5],"span":[334,2,8]},{"path":[4,44,2,6,1],"span":[334,9,19]},{"path":[4,44,2,6,3],"span":[334,22,23]},{"path":[4,44,2,7],"span":[335,2,28]},{"path":[4,44,2,7,5],"span":[335,2,8]},{"path":[4,44,2,7,1],"span":[335,9,23]},{"path":[4,44,2,7,3],"span":[335,26,27]},{"path":[4,45],"span":[338,0,340,1]},{"path":[4,45,1],"span":[338,8,35]},{"path":[4,45,2,0],"span":[339,2,21]},{"path":[4,45,2,0,5],"span":[339,2,6]},{"path":[4,45,2,0,1],"span":[339,7,16]},{"path":[4,45,2,0,3],"span":[339,19,20]},{"path":[4,46],"span":[342,0,344,1]},{"path":[4,46,1],"span":[342,8,12]},{"path":[4,46,2,0],"span":[343,2,16]},{"path":[4,46,2,0,5],"span":[343,2,8]},{"path":[4,46,2,0,1],"span":[343,9,11]},{"path":[4,46,2,0,3],"span":[343,14,15]},{"path":[4,47],"span":[346,0,349,1]},{"path":[4,47,1],"span":[346,8,30]},{"path":[4,47,2,0],"span":[347,2,28]},{"path":[4,47,2,0,5],"span":[347,2,8]},{"path":[4,47,2,0,1],"span":[347,9,23]},{"path":[4,47,2,0,3],"span":[347,26,27]},{"path":[4,47,2,1],"span":[348,2,22]},{"path":[4,47,2,1,5],"span":[348,2,8]},{"path":[4,47,2,1,1],"span":[348,9,17]},{"path":[4,47,2,1,3],"span":[348,20,21]},{"path":[4,48],"span":[351,0,353,1]},{"path":[4,48,1],"span":[351,8,31]},{"path":[4,48,2,0],"span":[352,2,25]},{"path":[4,48,2,0,4],"span":[352,2,10]},{"path":[4,48,2,0,6],"span":[352,11,15]},{"path":[4,48,2,0,1],"span":[352,16,20]},{"path":[4,48,2,0,3],"span":[352,23,24]},{"path":[4,49],"span":[355,0,357,1]},{"path":[4,49,1],"span":[355,8,36]},{"path":[4,49,2,0],"span":[356,2,21]},{"path":[4,49,2,0,5],"span":[356,2,8]},{"path":[4,49,2,0,1],"span":[356,9,16]},{"path":[4,49,2,0,3],"span":[356,19,20]},{"path":[4,50],"span":[359,0,361,1]},{"path":[4,50,1],"span":[359,8,37]},{"path":[4,50,2,0],"span":[360,2,34]},{"path":[4,50,2,0,4],"span":[360,2,10]},{"path":[4,50,2,0,5],"span":[360,11,17]},{"path":[4,50,2,0,1],"span":[360,18,29]},{"path":[4,50,2,0,3],"span":[360,32,33]},{"path":[4,51],"span":[363,0,366,1]},{"path":[4,51,1],"span":[363,8,40]},{"path":[4,51,2,0],"span":[364,2,28]},{"path":[4,51,2,0,5],"span":[364,2,8]},{"path":[4,51,2,0,1],"span":[364,9,23]},{"path":[4,51,2,0,3],"span":[364,26,27]},{"path":[4,51,2,1],"span":[365,2,24]},{"path":[4,51,2,1,5],"span":[365,2,8]},{"path":[4,51,2,1,1],"span":[365,9,19]},{"path":[4,51,2,1,3],"span":[365,22,23]},{"path":[4,52],"span":[368,0,370,1]},{"path":[4,52,1],"span":[368,8,41]},{"path":[4,52,2,0],"span":[369,2,22]},{"path":[4,52,2,0,5],"span":[369,2,6]},{"path":[4,52,2,0,1],"span":[369,7,17]},{"path":[4,52,2,0,3],"span":[369,20,21]},{"path":[5,3],"span":[372,0,379,1]},{"path":[5,3,1],"span":[372,5,21]},{"path":[5,3,2,0],"span":[373,2,43]},{"path":[5,3,2,0,1],"span":[373,2,38]},{"path":[5,3,2,0,2],"span":[373,41,42]},{"path":[5,3,2,1],"span":[374,2,36]},{"path":[5,3,2,1,1],"span":[374,2,31]},{"path":[5,3,2,1,2],"span":[374,34,35]},{"path":[5,3,2,2],"span":[375,2,39]},{"path":[5,3,2,2,1],"span":[375,2,34]},{"path":[5,3,2,2,2],"span":[375,37,38]},{"path":[5,3,2,3],"span":[376,2,38]},{"path":[5,3,2,3,1],"span":[376,2,33]},{"path":[5,3,2,3,2],"span":[376,36,37]},{"path":[5,3,2,4],"span":[377,2,34]},{"path":[5,3,2,4,1],"span":[377,2,29]},{"path":[5,3,2,4,2],"span":[377,32,33]},{"path":[5,3,2,5],"span":[378,2,41]},{"path":[5,3,2,5,1],"span":[378,2,36]},{"path":[5,3,2,5,2],"span":[378,39,40]},{"path":[4,53],"span":[381,0,389,1]},{"path":[4,53,1],"span":[381,8,20]},{"path":[4,53,2,0],"span":[382,2,16]},{"path":[4,53,2,0,5],"span":[382,2,8]},{"path":[4,53,2,0,1],"span":[382,9,11]},{"path":[4,53,2,0,3],"span":[382,14,15]},{"path":[4,53,2,1],"span":[383,2,21]},{"path":[4,53,2,1,5],"span":[383,2,8]},{"path":[4,53,2,1,1],"span":[383,9,16]},{"path":[4,53,2,1,3],"span":[383,19,20]},{"path":[4,53,2,2],"span":[384,2,28]},{"path":[4,53,2,2,6],"span":[384,2,18]},{"path":[4,53,2,2,1],"span":[384,19,23]},{"path":[4,53,2,2,3],"span":[384,26,27]},{"path":[4,53,2,3],"span":[385,2,25]},{"path":[4,53,2,3,5],"span":[385,2,7]},{"path":[4,53,2,3,1],"span":[385,8,20]},{"path":[4,53,2,3,3],"span":[385,23,24]},{"path":[4,53,2,4],"span":[386,2,29]},{"path":[4,53,2,4,5],"span":[386,2,8]},{"path":[4,53,2,4,1],"span":[386,9,24]},{"path":[4,53,2,4,3],"span":[386,27,28]},{"path":[4,53,2,5],"span":[387,2,24]},{"path":[4,53,2,5,5],"span":[387,2,8]},{"path":[4,53,2,5,1],"span":[387,9,19]},{"path":[4,53,2,5,3],"span":[387,22,23]},{"path":[4,53,2,6],"span":[388,2,24]},{"path":[4,53,2,6,5],"span":[388,2,8]},{"path":[4,53,2,6,1],"span":[388,9,19]},{"path":[4,53,2,6,3],"span":[388,22,23]},{"path":[4,54],"span":[391,0,397,1]},{"path":[4,54,1],"span":[391,8,37]},{"path":[4,54,2,0],"span":[392,2,21]},{"path":[4,54,2,0,5],"span":[392,2,8]},{"path":[4,54,2,0,1],"span":[392,9,16]},{"path":[4,54,2,0,3],"span":[392,19,20]},{"path":[4,54,2,1],"span":[393,2,28]},{"path":[4,54,2,1,6],"span":[393,2,18]},{"path":[4,54,2,1,1],"span":[393,19,23]},{"path":[4,54,2,1,3],"span":[393,26,27]},{"path":[4,54,2,2],"span":[394,2,25]},{"path":[4,54,2,2,5],"span":[394,2,7]},{"path":[4,54,2,2,1],"span":[394,8,20]},{"path":[4,54,2,2,3],"span":[394,23,24]},{"path":[4,54,2,3],"span":[395,2,29]},{"path":[4,54,2,3,5],"span":[395,2,8]},{"path":[4,54,2,3,1],"span":[395,9,24]},{"path":[4,54,2,3,3],"span":[395,27,28]},{"path":[4,54,2,4],"span":[396,2,24]},{"path":[4,54,2,4,5],"span":[396,2,8]},{"path":[4,54,2,4,1],"span":[396,9,19]},{"path":[4,54,2,4,3],"span":[396,22,23]},{"path":[4,55],"span":[399,0,401,1]},{"path":[4,55,1],"span":[399,8,38]},{"path":[4,55,2,0],"span":[400,2,32]},{"path":[4,55,2,0,6],"span":[400,2,14]},{"path":[4,55,2,0,1],"span":[400,15,27]},{"path":[4,55,2,0,3],"span":[400,30,31]},{"path":[4,56],"span":[403,0,405,1]},{"path":[4,56,1],"span":[403,8,42]},{"path":[4,56,2,0],"span":[404,2,21]},{"path":[4,56,2,0,5],"span":[404,2,8]},{"path":[4,56,2,0,1],"span":[404,9,16]},{"path":[4,56,2,0,3],"span":[404,19,20]},{"path":[4,57],"span":[407,0,409,1]},{"path":[4,57,1],"span":[407,8,43]},{"path":[4,57,2,0],"span":[408,2,35]},{"path":[4,57,2,0,5],"span":[408,2,8]},{"path":[4,57,2,0,1],"span":[408,9,30]},{"path":[4,57,2,0,3],"span":[408,33,34]},{"path":[4,58],"span":[411,0,413,1]},{"path":[4,58,1],"span":[411,8,47]},{"path":[4,58,2,0],"span":[412,2,23]},{"path":[4,58,2,0,5],"span":[412,2,8]},{"path":[4,58,2,0,1],"span":[412,9,18]},{"path":[4,58,2,0,3],"span":[412,21,22]},{"path":[4,59],"span":[415,0,417,1]},{"path":[4,59,1],"span":[415,8,48]},{"path":[4,59,2,0],"span":[416,2,21]},{"path":[4,59,2,0,5],"span":[416,2,8]},{"path":[4,59,2,0,1],"span":[416,9,16]},{"path":[4,59,2,0,3],"span":[416,19,20]},{"path":[4,60],"span":[419,0,422,1]},{"path":[4,60,1],"span":[419,8,31]},{"path":[4,60,2,0],"span":[420,2,21]},{"path":[4,60,2,0,5],"span":[420,2,8]},{"path":[4,60,2,0,1],"span":[420,9,16]},{"path":[4,60,2,0,3],"span":[420,19,20]},{"path":[4,60,2,1],"span":[421,2,29]},{"path":[4,60,2,1,4],"span":[421,2,10]},{"path":[4,60,2,1,5],"span":[421,11,17]},{"path":[4,60,2,1,1],"span":[421,18,24]},{"path":[4,60,2,1,3],"span":[421,27,28]},{"path":[4,61],"span":[424,0,426,1]},{"path":[4,61,1],"span":[424,8,32]},{"path":[4,61,2,0],"span":[425,2,15]},{"path":[4,61,2,0,5],"span":[425,2,6]},{"path":[4,61,2,0,1],"span":[425,7,10]},{"path":[4,61,2,0,3],"span":[425,13,14]},{"path":[6,0],"span":[428,0,482,1]},{"path":[6,0,1],"span":[428,8,19]},{"path":[6,0,2,0],"span":[429,2,121]},{"path":[6,0,2,0,1],"span":[429,6,34]},{"path":[6,0,2,0,2],"span":[429,35,70]},{"path":[6,0,2,0,3],"span":[429,81,117]},{"path":[6,0,2,1],"span":[431,2,100]},{"path":[6,0,2,1,1],"span":[431,6,27]},{"path":[6,0,2,1,2],"span":[431,28,56]},{"path":[6,0,2,1,3],"span":[431,67,96]},{"path":[6,0,2,2],"span":[433,2,106]},{"path":[6,0,2,2,1],"span":[433,6,29]},{"path":[6,0,2,2,2],"span":[433,30,60]},{"path":[6,0,2,2,3],"span":[433,71,102]},{"path":[6,0,2,3],"span":[435,2,115]},{"path":[6,0,2,3,1],"span":[435,6,32]},{"path":[6,0,2,3,2],"span":[435,33,66]},{"path":[6,0,2,3,3],"span":[435,77,111]},{"path":[6,0,2,4],"span":[437,2,76]},{"path":[6,0,2,4,1],"span":[437,6,19]},{"path":[6,0,2,4,2],"span":[437,20,40]},{"path":[6,0,2,4,3],"span":[437,51,72]},{"path":[6,0,2,5],"span":[439,2,76]},{"path":[6,0,2,5,1],"span":[439,6,19]},{"path":[6,0,2,5,2],"span":[439,20,40]},{"path":[6,0,2,5,3],"span":[439,51,72]},{"path":[6,0,2,6],"span":[441,2,97]},{"path":[6,0,2,6,1],"span":[441,6,26]},{"path":[6,0,2,6,2],"span":[441,27,54]},{"path":[6,0,2,6,3],"span":[441,65,93]},{"path":[6,0,2,7],"span":[443,2,88]},{"path":[6,0,2,7,1],"span":[443,6,23]},{"path":[6,0,2,7,2],"span":[443,24,48]},{"path":[6,0,2,7,3],"span":[443,59,84]},{"path":[6,0,2,8],"span":[445,2,82]},{"path":[6,0,2,8,1],"span":[445,6,21]},{"path":[6,0,2,8,2],"span":[445,22,44]},{"path":[6,0,2,8,3],"span":[445,55,78]},{"path":[6,0,2,9],"span":[447,2,97]},{"path":[6,0,2,9,1],"span":[447,6,28]},{"path":[6,0,2,9,2],"span":[447,29,58]},{"path":[6,0,2,9,3],"span":[447,69,93]},{"path":[6,0,2,10],"span":[449,2,97]},{"path":[6,0,2,10,1],"span":[449,6,26]},{"path":[6,0,2,10,2],"span":[449,27,54]},{"path":[6,0,2,10,3],"span":[449,65,93]},{"path":[6,0,2,11],"span":[451,2,106]},{"path":[6,0,2,11,1],"span":[451,6,29]},{"path":[6,0,2,11,2],"span":[451,30,60]},{"path":[6,0,2,11,3],"span":[451,71,102]},{"path":[6,0,2,12],"span":[453,2,106]},{"path":[6,0,2,12,1],"span":[453,6,29]},{"path":[6,0,2,12,2],"span":[453,30,60]},{"path":[6,0,2,12,3],"span":[453,71,102]},{"path":[6,0,2,13],"span":[455,2,115]},{"path":[6,0,2,13,1],"span":[455,6,32]},{"path":[6,0,2,13,2],"span":[455,33,66]},{"path":[6,0,2,13,3],"span":[455,77,111]},{"path":[6,0,2,14],"span":[457,2,106]},{"path":[6,0,2,14,1],"span":[457,6,29]},{"path":[6,0,2,14,2],"span":[457,30,60]},{"path":[6,0,2,14,3],"span":[457,71,102]},{"path":[6,0,2,15],"span":[459,2,112]},{"path":[6,0,2,15,1],"span":[459,6,31]},{"path":[6,0,2,15,2],"span":[459,32,64]},{"path":[6,0,2,15,3],"span":[459,75,108]},{"path":[6,0,2,16],"span":[461,2,130]},{"path":[6,0,2,16,1],"span":[461,6,37]},{"path":[6,0,2,16,2],"span":[461,38,76]},{"path":[6,0,2,16,3],"span":[461,87,126]},{"path":[6,0,2,17],"span":[463,2,91]},{"path":[6,0,2,17,1],"span":[463,6,24]},{"path":[6,0,2,17,2],"span":[463,25,50]},{"path":[6,0,2,17,3],"span":[463,61,87]},{"path":[6,0,2,18],"span":[465,2,151]},{"path":[6,0,2,18,1],"span":[465,6,44]},{"path":[6,0,2,18,2],"span":[465,45,90]},{"path":[6,0,2,18,3],"span":[465,101,147]},{"path":[6,0,2,19],"span":[467,2,99]},{"path":[6,0,2,19,1],"span":[467,6,30]},{"path":[6,0,2,19,2],"span":[467,31,57]},{"path":[6,0,2,19,3],"span":[467,68,95]},{"path":[6,0,2,20],"span":[469,2,100]},{"path":[6,0,2,20,1],"span":[469,6,39]},{"path":[6,0,2,20,2],"span":[469,40,62]},{"path":[6,0,2,20,3],"span":[469,73,96]},{"path":[6,0,2,21],"span":[471,2,100]},{"path":[6,0,2,21,1],"span":[471,6,27]},{"path":[6,0,2,21,2],"span":[471,28,56]},{"path":[6,0,2,21,3],"span":[471,67,96]},{"path":[6,0,2,22],"span":[473,2,112]},{"path":[6,0,2,22,1],"span":[473,6,31]},{"path":[6,0,2,22,2],"span":[473,32,64]},{"path":[6,0,2,22,3],"span":[473,75,108]},{"path":[6,0,2,23],"span":[475,2,103]},{"path":[6,0,2,23,1],"span":[475,6,28]},{"path":[6,0,2,23,2],"span":[475,29,58]},{"path":[6,0,2,23,3],"span":[475,69,99]},{"path":[6,0,2,24],"span":[477,2,118]},{"path":[6,0,2,24,1],"span":[477,6,33]},{"path":[6,0,2,24,2],"span":[477,34,68]},{"path":[6,0,2,24,3],"span":[477,79,114]},{"path":[6,0,2,25],"span":[479,2,133]},{"path":[6,0,2,25,1],"span":[479,6,38]},{"path":[6,0,2,25,2],"span":[479,39,78]},{"path":[6,0,2,25,3],"span":[479,89,129]},{"path":[6,0,2,26],"span":[481,2,85]},{"path":[6,0,2,26,1],"span":[481,6,22]},{"path":[6,0,2,26,2],"span":[481,23,46]},{"path":[6,0,2,26,3],"span":[481,57,81]}]},"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"},{"name":"type","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"}],"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":"NullableInstallType","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"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":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"type","options":{"deprecated":true}},{"name":"install_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.NullableInstallType","jsonName":"installType"}]}]},{"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":"created_by_id","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdById"}]},{"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"}]},{"name":"AllProfileExistsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}],"options":{"deprecated":true}},{"name":"AllProfileExistsResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"}],"options":{"deprecated":true}},{"name":"AllProfilesExistRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"emails","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"emails"}]},{"name":"AllProfilesExistResponse","field":[{"name":"all","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"all"}]}],"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":{}},{"name":"AllProfilesExist","inputType":".lansweeper.multitenant.v1.AllProfilesExistRequest","outputType":".lansweeper.multitenant.v1.AllProfilesExistResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,497,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,113,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,13,2,11],"span":[112,2,19]},{"path":[4,13,2,11,5],"span":[112,2,8]},{"path":[4,13,2,11,1],"span":[112,9,13]},{"path":[4,13,2,11,3],"span":[112,16,18]},{"path":[4,14],"span":[115,0,118,1]},{"path":[4,14,1],"span":[115,8,26]},{"path":[4,14,2,0],"span":[116,2,23]},{"path":[4,14,2,0,5],"span":[116,2,8]},{"path":[4,14,2,0,1],"span":[116,9,18]},{"path":[4,14,2,0,3],"span":[116,21,22]},{"path":[4,14,2,1],"span":[117,2,27]},{"path":[4,14,2,1,5],"span":[117,2,8]},{"path":[4,14,2,1,1],"span":[117,9,22]},{"path":[4,14,2,1,3],"span":[117,25,26]},{"path":[4,15],"span":[120,0,122,1]},{"path":[4,15,1],"span":[120,8,37]},{"path":[4,15,2,0],"span":[121,2,21]},{"path":[4,15,2,0,5],"span":[121,2,8]},{"path":[4,15,2,0,1],"span":[121,9,16]},{"path":[4,15,2,0,3],"span":[121,19,20]},{"path":[4,16],"span":[124,0,126,1]},{"path":[4,16,1],"span":[124,8,32]},{"path":[4,16,2,0],"span":[125,2,18]},{"path":[4,16,2,0,5],"span":[125,2,7]},{"path":[4,16,2,0,1],"span":[125,8,13]},{"path":[4,16,2,0,3],"span":[125,16,17]},{"path":[4,17],"span":[128,0,130,1]},{"path":[4,17,1],"span":[128,8,30]},{"path":[4,17,2,0],"span":[129,2,34]},{"path":[4,17,2,0,4],"span":[129,2,10]},{"path":[4,17,2,0,5],"span":[129,11,17]},{"path":[4,17,2,0,1],"span":[129,18,29]},{"path":[4,17,2,0,3],"span":[129,32,33]},{"path":[4,18],"span":[132,0,134,1]},{"path":[4,18,1],"span":[132,8,31]},{"path":[4,18,2,0],"span":[133,2,31]},{"path":[4,18,2,0,4],"span":[133,2,10]},{"path":[4,18,2,0,6],"span":[133,11,18]},{"path":[4,18,2,0,1],"span":[133,19,26]},{"path":[4,18,2,0,3],"span":[133,29,30]},{"path":[4,19],"span":[136,0,140,1]},{"path":[4,19,1],"span":[136,8,27]},{"path":[4,19,8,0],"span":[137,2,139,3]},{"path":[4,19,8,0,1],"span":[137,8,12]},{"path":[4,19,2,0],"span":[138,4,25]},{"path":[4,19,2,0,6],"span":[138,4,15]},{"path":[4,19,2,0,1],"span":[138,16,20]},{"path":[4,19,2,0,3],"span":[138,23,24]},{"path":[4,20],"span":[142,0,150,1]},{"path":[4,20,1],"span":[142,8,32]},{"path":[4,20,2,0],"span":[143,2,21]},{"path":[4,20,2,0,5],"span":[143,2,8]},{"path":[4,20,2,0,1],"span":[143,9,16]},{"path":[4,20,2,0,3],"span":[143,19,20]},{"path":[4,20,3,0],"span":[144,2,148,3]},{"path":[4,20,3,0,1],"span":[144,10,16]},{"path":[4,20,3,0,2,0],"span":[145,4,32]},{"path":[4,20,3,0,2,0,6],"span":[145,4,21]},{"path":[4,20,3,0,2,0,1],"span":[145,22,27]},{"path":[4,20,3,0,2,0,3],"span":[145,30,31]},{"path":[4,20,3,0,2,1],"span":[146,4,43]},{"path":[4,20,3,0,2,1,6],"span":[146,4,15]},{"path":[4,20,3,0,2,1,1],"span":[146,16,20]},{"path":[4,20,3,0,2,1,3],"span":[146,21,22]},{"path":[4,20,3,0,2,1,8],"span":[146,23,42]},{"path":[4,20,3,0,2,1,8,3],"span":[146,24,41]},{"path":[4,20,3,0,2,2],"span":[147,4,39]},{"path":[4,20,3,0,2,2,6],"span":[147,4,23]},{"path":[4,20,3,0,2,2,1],"span":[147,24,36]},{"path":[4,20,3,0,2,2,3],"span":[147,37,38]},{"path":[4,20,2,1],"span":[149,2,20]},{"path":[4,20,2,1,6],"span":[149,2,8]},{"path":[4,20,2,1,1],"span":[149,9,15]},{"path":[4,20,2,1,3],"span":[149,18,19]},{"path":[4,21],"span":[152,0,154,1]},{"path":[4,21,1],"span":[152,8,33]},{"path":[4,21,2,0],"span":[153,2,31]},{"path":[4,21,2,0,4],"span":[153,2,10]},{"path":[4,21,2,0,6],"span":[153,11,18]},{"path":[4,21,2,0,1],"span":[153,19,26]},{"path":[4,21,2,0,3],"span":[153,29,30]},{"path":[4,22],"span":[156,0,158,1]},{"path":[4,22,1],"span":[156,8,35]},{"path":[4,22,2,0],"span":[157,2,23]},{"path":[4,22,2,0,5],"span":[157,2,8]},{"path":[4,22,2,0,1],"span":[157,9,18]},{"path":[4,22,2,0,3],"span":[157,21,22]},{"path":[4,23],"span":[160,0,162,1]},{"path":[4,23,1],"span":[160,8,36]},{"path":[4,23,2,0],"span":[161,2,22]},{"path":[4,23,2,0,6],"span":[161,2,9]},{"path":[4,23,2,0,1],"span":[161,10,17]},{"path":[4,23,2,0,3],"span":[161,20,21]},{"path":[4,24],"span":[164,0,176,1]},{"path":[4,24,1],"span":[164,8,28]},{"path":[4,24,9],"span":[165,2,13]},{"path":[4,24,9,0],"span":[165,11,12]},{"path":[4,24,9,0,1],"span":[165,11,12]},{"path":[4,24,2,0],"span":[166,2,21]},{"path":[4,24,2,0,5],"span":[166,2,8]},{"path":[4,24,2,0,1],"span":[166,9,16]},{"path":[4,24,2,0,3],"span":[166,19,20]},{"path":[4,24,2,1],"span":[167,2,26]},{"path":[4,24,2,1,5],"span":[167,2,8]},{"path":[4,24,2,1,1],"span":[167,9,21]},{"path":[4,24,2,1,3],"span":[167,24,25]},{"path":[4,24,2,2],"span":[168,2,25]},{"path":[4,24,2,2,5],"span":[168,2,8]},{"path":[4,24,2,2,1],"span":[168,9,20]},{"path":[4,24,2,2,3],"span":[168,23,24]},{"path":[4,24,2,3],"span":[169,2,20]},{"path":[4,24,2,3,5],"span":[169,2,8]},{"path":[4,24,2,3,1],"span":[169,9,15]},{"path":[4,24,2,3,3],"span":[169,18,19]},{"path":[4,24,2,4],"span":[170,2,18]},{"path":[4,24,2,4,5],"span":[170,2,8]},{"path":[4,24,2,4,1],"span":[170,9,13]},{"path":[4,24,2,4,3],"span":[170,16,17]},{"path":[4,24,2,5],"span":[171,2,27]},{"path":[4,24,2,5,5],"span":[171,2,8]},{"path":[4,24,2,5,1],"span":[171,9,22]},{"path":[4,24,2,5,3],"span":[171,25,26]},{"path":[4,24,2,6],"span":[173,2,28]},{"path":[4,24,2,6,5],"span":[173,2,6]},{"path":[4,24,2,6,1],"span":[173,7,23]},{"path":[4,24,2,6,3],"span":[173,26,27]},{"path":[4,24,2,7],"span":[174,2,23]},{"path":[4,24,2,7,5],"span":[174,2,8]},{"path":[4,24,2,7,1],"span":[174,9,18]},{"path":[4,24,2,7,3],"span":[174,21,22]},{"path":[4,24,2,8],"span":[175,2,24]},{"path":[4,24,2,8,6],"span":[175,2,13]},{"path":[4,24,2,8,1],"span":[175,14,18]},{"path":[4,24,2,8,3],"span":[175,21,23]},{"path":[5,2],"span":[178,0,181,1]},{"path":[5,2,1],"span":[178,5,16]},{"path":[5,2,2,0],"span":[179,2,7]},{"path":[5,2,2,0,1],"span":[179,2,4]},{"path":[5,2,2,0,2],"span":[179,5,6]},{"path":[5,2,2,1],"span":[180,2,7]},{"path":[5,2,2,1,1],"span":[180,2,4]},{"path":[5,2,2,1,2],"span":[180,5,6]},{"path":[4,25],"span":[183,0,186,1]},{"path":[4,25,1],"span":[183,8,29]},{"path":[4,25,2,0],"span":[184,2,22]},{"path":[4,25,2,0,6],"span":[184,2,9]},{"path":[4,25,2,0,1],"span":[184,10,17]},{"path":[4,25,2,0,3],"span":[184,20,21]},{"path":[4,25,2,1],"span":[185,2,37]},{"path":[4,25,2,1,6],"span":[185,2,20]},{"path":[4,25,2,1,1],"span":[185,21,32]},{"path":[4,25,2,1,3],"span":[185,35,36]},{"path":[4,26],"span":[188,0,195,1]},{"path":[4,26,1],"span":[188,8,35]},{"path":[4,26,2,0],"span":[189,2,21]},{"path":[4,26,2,0,5],"span":[189,2,8]},{"path":[4,26,2,0,1],"span":[189,9,16]},{"path":[4,26,2,0,3],"span":[189,19,20]},{"path":[4,26,2,1],"span":[190,2,26]},{"path":[4,26,2,1,5],"span":[190,2,8]},{"path":[4,26,2,1,1],"span":[190,9,21]},{"path":[4,26,2,1,3],"span":[190,24,25]},{"path":[4,26,2,2],"span":[191,2,25]},{"path":[4,26,2,2,5],"span":[191,2,8]},{"path":[4,26,2,2,1],"span":[191,9,20]},{"path":[4,26,2,2,3],"span":[191,23,24]},{"path":[4,26,2,3],"span":[192,2,23]},{"path":[4,26,2,3,5],"span":[192,2,8]},{"path":[4,26,2,3,1],"span":[192,9,18]},{"path":[4,26,2,3,3],"span":[192,21,22]},{"path":[4,26,2,4],"span":[193,2,23]},{"path":[4,26,2,4,6],"span":[193,2,13]},{"path":[4,26,2,4,1],"span":[193,14,18]},{"path":[4,26,2,4,3],"span":[193,21,22]},{"path":[4,26,2,5],"span":[194,2,27]},{"path":[4,26,2,5,5],"span":[194,2,8]},{"path":[4,26,2,5,1],"span":[194,9,22]},{"path":[4,26,2,5,3],"span":[194,25,26]},{"path":[4,27],"span":[197,0,201,1]},{"path":[4,27,1],"span":[197,8,36]},{"path":[4,27,2,0],"span":[198,2,22]},{"path":[4,27,2,0,6],"span":[198,2,9]},{"path":[4,27,2,0,1],"span":[198,10,17]},{"path":[4,27,2,0,3],"span":[198,20,21]},{"path":[4,27,2,1],"span":[199,2,37]},{"path":[4,27,2,1,6],"span":[199,2,20]},{"path":[4,27,2,1,1],"span":[199,21,32]},{"path":[4,27,2,1,3],"span":[199,35,36]},{"path":[4,27,2,2],"span":[200,2,21]},{"path":[4,27,2,2,5],"span":[200,2,8]},{"path":[4,27,2,2,1],"span":[200,9,16]},{"path":[4,27,2,2,3],"span":[200,19,20]},{"path":[4,28],"span":[203,0,218,1]},{"path":[4,28,1],"span":[203,8,38]},{"path":[4,28,2,0],"span":[204,2,23]},{"path":[4,28,2,0,5],"span":[204,2,8]},{"path":[4,28,2,0,1],"span":[204,9,18]},{"path":[4,28,2,0,3],"span":[204,21,22]},{"path":[4,28,2,1],"span":[205,2,26]},{"path":[4,28,2,1,5],"span":[205,2,8]},{"path":[4,28,2,1,1],"span":[205,9,21]},{"path":[4,28,2,1,3],"span":[205,24,25]},{"path":[4,28,2,2],"span":[206,2,25]},{"path":[4,28,2,2,5],"span":[206,2,8]},{"path":[4,28,2,2,1],"span":[206,9,20]},{"path":[4,28,2,2,3],"span":[206,23,24]},{"path":[4,28,2,3],"span":[207,2,20]},{"path":[4,28,2,3,5],"span":[207,2,8]},{"path":[4,28,2,3,1],"span":[207,9,15]},{"path":[4,28,2,3,3],"span":[207,18,19]},{"path":[4,28,2,4],"span":[208,2,18]},{"path":[4,28,2,4,5],"span":[208,2,8]},{"path":[4,28,2,4,1],"span":[208,9,13]},{"path":[4,28,2,4,3],"span":[208,16,17]},{"path":[4,28,3,0],"span":[210,2,215,3]},{"path":[4,28,3,0,1],"span":[210,10,24]},{"path":[4,28,3,0,2,0],"span":[211,4,41]},{"path":[4,28,3,0,2,0,5],"span":[211,4,10]},{"path":[4,28,3,0,2,0,1],"span":[211,11,36]},{"path":[4,28,3,0,2,0,3],"span":[211,39,40]},{"path":[4,28,3,0,2,1],"span":[212,4,47]},{"path":[4,28,3,0,2,1,5],"span":[212,4,10]},{"path":[4,28,3,0,2,1,1],"span":[212,11,42]},{"path":[4,28,3,0,2,1,3],"span":[212,45,46]},{"path":[4,28,3,0,2,2],"span":[213,4,45]},{"path":[4,28,3,0,2,2,5],"span":[213,4,10]},{"path":[4,28,3,0,2,2,1],"span":[213,11,40]},{"path":[4,28,3,0,2,2,3],"span":[213,43,44]},{"path":[4,28,3,0,2,3],"span":[214,4,40]},{"path":[4,28,3,0,2,3,5],"span":[214,4,10]},{"path":[4,28,3,0,2,3,1],"span":[214,11,35]},{"path":[4,28,3,0,2,3,3],"span":[214,38,39]},{"path":[4,28,2,5],"span":[217,2,37]},{"path":[4,28,2,5,6],"span":[217,2,16]},{"path":[4,28,2,5,1],"span":[217,17,32]},{"path":[4,28,2,5,3],"span":[217,35,36]},{"path":[4,29],"span":[220,0,222,1]},{"path":[4,29,1],"span":[220,8,39]},{"path":[4,29,2,0],"span":[221,2,22]},{"path":[4,29,2,0,6],"span":[221,2,9]},{"path":[4,29,2,0,1],"span":[221,10,17]},{"path":[4,29,2,0,3],"span":[221,20,21]},{"path":[4,30],"span":[224,0,227,1]},{"path":[4,30,1],"span":[224,8,38]},{"path":[4,30,2,0],"span":[225,2,23]},{"path":[4,30,2,0,5],"span":[225,2,8]},{"path":[4,30,2,0,1],"span":[225,9,18]},{"path":[4,30,2,0,3],"span":[225,21,22]},{"path":[4,30,2,1],"span":[226,2,22]},{"path":[4,30,2,1,5],"span":[226,2,8]},{"path":[4,30,2,1,1],"span":[226,9,17]},{"path":[4,30,2,1,3],"span":[226,20,21]},{"path":[4,31],"span":[229,0,234,1]},{"path":[4,31,1],"span":[229,8,39]},{"path":[4,31,2,0],"span":[230,2,19]},{"path":[4,31,2,0,5],"span":[230,2,6]},{"path":[4,31,2,0,1],"span":[230,7,14]},{"path":[4,31,2,0,3],"span":[230,17,18]},{"path":[4,31,2,1],"span":[231,2,21]},{"path":[4,31,2,1,5],"span":[231,2,8]},{"path":[4,31,2,1,1],"span":[231,9,16]},{"path":[4,31,2,1,3],"span":[231,19,20]},{"path":[4,31,2,2],"span":[232,2,28]},{"path":[4,31,2,2,5],"span":[232,2,8]},{"path":[4,31,2,2,1],"span":[232,9,23]},{"path":[4,31,2,2,3],"span":[232,26,27]},{"path":[4,31,2,3],"span":[233,2,28]},{"path":[4,31,2,3,5],"span":[233,2,8]},{"path":[4,31,2,3,1],"span":[233,9,23]},{"path":[4,31,2,3,3],"span":[233,26,27]},{"path":[4,32],"span":[236,0,241,1]},{"path":[4,32,1],"span":[236,8,38]},{"path":[4,32,2,0],"span":[237,2,23]},{"path":[4,32,2,0,5],"span":[237,2,8]},{"path":[4,32,2,0,1],"span":[237,9,18]},{"path":[4,32,2,0,3],"span":[237,21,22]},{"path":[4,32,2,1],"span":[238,2,22]},{"path":[4,32,2,1,5],"span":[238,2,8]},{"path":[4,32,2,1,1],"span":[238,9,17]},{"path":[4,32,2,1,3],"span":[238,20,21]},{"path":[4,32,2,2],"span":[239,2,23]},{"path":[4,32,2,2,5],"span":[239,2,6]},{"path":[4,32,2,2,1],"span":[239,7,18]},{"path":[4,32,2,2,3],"span":[239,21,22]},{"path":[4,32,2,3],"span":[240,2,23]},{"path":[4,32,2,3,5],"span":[240,2,6]},{"path":[4,32,2,3,1],"span":[240,7,18]},{"path":[4,32,2,3,3],"span":[240,21,22]},{"path":[4,33],"span":[243,0,245,1]},{"path":[4,33,1],"span":[243,8,39]},{"path":[4,33,2,0],"span":[244,2,19]},{"path":[4,33,2,0,5],"span":[244,2,6]},{"path":[4,33,2,0,1],"span":[244,7,14]},{"path":[4,33,2,0,3],"span":[244,17,18]},{"path":[4,34],"span":[247,0,253,1]},{"path":[4,34,1],"span":[247,8,41]},{"path":[4,34,2,0],"span":[248,2,23]},{"path":[4,34,2,0,5],"span":[248,2,8]},{"path":[4,34,2,0,1],"span":[248,9,18]},{"path":[4,34,2,0,3],"span":[248,21,22]},{"path":[4,34,2,1],"span":[249,2,26]},{"path":[4,34,2,1,5],"span":[249,2,8]},{"path":[4,34,2,1,1],"span":[249,9,21]},{"path":[4,34,2,1,3],"span":[249,24,25]},{"path":[4,34,2,2],"span":[250,2,25]},{"path":[4,34,2,2,5],"span":[250,2,8]},{"path":[4,34,2,2,1],"span":[250,9,20]},{"path":[4,34,2,2,3],"span":[250,23,24]},{"path":[4,34,2,3],"span":[251,2,23]},{"path":[4,34,2,3,5],"span":[251,2,8]},{"path":[4,34,2,3,1],"span":[251,9,18]},{"path":[4,34,2,3,3],"span":[251,21,22]},{"path":[4,34,2,4],"span":[252,2,23]},{"path":[4,34,2,4,6],"span":[252,2,13]},{"path":[4,34,2,4,1],"span":[252,14,18]},{"path":[4,34,2,4,3],"span":[252,21,22]},{"path":[4,35],"span":[255,0,260,1]},{"path":[4,35,1],"span":[255,8,42]},{"path":[4,35,2,0],"span":[256,2,22]},{"path":[4,35,2,0,6],"span":[256,2,9]},{"path":[4,35,2,0,1],"span":[256,10,17]},{"path":[4,35,2,0,3],"span":[256,20,21]},{"path":[4,35,2,1],"span":[257,2,37]},{"path":[4,35,2,1,6],"span":[257,2,20]},{"path":[4,35,2,1,1],"span":[257,21,32]},{"path":[4,35,2,1,3],"span":[257,35,36]},{"path":[4,35,2,2],"span":[258,2,23]},{"path":[4,35,2,2,6],"span":[258,2,13]},{"path":[4,35,2,2,1],"span":[258,14,18]},{"path":[4,35,2,2,3],"span":[258,21,22]},{"path":[4,35,2,3],"span":[259,2,21]},{"path":[4,35,2,3,5],"span":[259,2,8]},{"path":[4,35,2,3,1],"span":[259,9,16]},{"path":[4,35,2,3,3],"span":[259,19,20]},{"path":[4,36],"span":[262,0,266,1]},{"path":[4,36,1],"span":[262,8,40]},{"path":[4,36,2,0],"span":[263,2,21]},{"path":[4,36,2,0,5],"span":[263,2,8]},{"path":[4,36,2,0,1],"span":[263,9,16]},{"path":[4,36,2,0,3],"span":[263,19,20]},{"path":[4,36,2,1],"span":[264,2,34]},{"path":[4,36,2,1,4],"span":[264,2,10]},{"path":[4,36,2,1,5],"span":[264,11,17]},{"path":[4,36,2,1,1],"span":[264,18,29]},{"path":[4,36,2,1,3],"span":[264,32,33]},{"path":[4,36,2,2],"span":[265,2,21]},{"path":[4,36,2,2,5],"span":[265,2,8]},{"path":[4,36,2,2,1],"span":[265,9,16]},{"path":[4,36,2,2,3],"span":[265,19,20]},{"path":[4,37],"span":[268,0,274,1]},{"path":[4,37,1],"span":[268,8,41]},{"path":[4,37,3,0],"span":[269,2,272,3]},{"path":[4,37,3,0,1],"span":[269,10,16]},{"path":[4,37,3,0,2,0],"span":[270,4,26]},{"path":[4,37,3,0,2,0,5],"span":[270,4,10]},{"path":[4,37,3,0,2,0,1],"span":[270,11,21]},{"path":[4,37,3,0,2,0,3],"span":[270,24,25]},{"path":[4,37,3,0,2,1],"span":[271,4,20]},{"path":[4,37,3,0,2,1,5],"span":[271,4,8]},{"path":[4,37,3,0,2,1,1],"span":[271,9,15]},{"path":[4,37,3,0,2,1,3],"span":[271,18,19]},{"path":[4,37,2,0],"span":[273,2,29]},{"path":[4,37,2,0,4],"span":[273,2,10]},{"path":[4,37,2,0,6],"span":[273,11,17]},{"path":[4,37,2,0,1],"span":[273,18,24]},{"path":[4,37,2,0,3],"span":[273,27,28]},{"path":[4,38],"span":[276,0,279,1]},{"path":[4,38,1],"span":[276,8,46]},{"path":[4,38,2,0],"span":[277,2,21]},{"path":[4,38,2,0,5],"span":[277,2,8]},{"path":[4,38,2,0,1],"span":[277,9,16]},{"path":[4,38,2,0,3],"span":[277,19,20]},{"path":[4,38,2,1],"span":[278,2,23]},{"path":[4,38,2,1,5],"span":[278,2,8]},{"path":[4,38,2,1,1],"span":[278,9,18]},{"path":[4,38,2,1,3],"span":[278,21,22]},{"path":[4,39],"span":[281,0,283,1]},{"path":[4,39,1],"span":[281,8,47]},{"path":[4,39,2,0],"span":[282,2,31]},{"path":[4,39,2,0,4],"span":[282,2,10]},{"path":[4,39,2,0,6],"span":[282,11,18]},{"path":[4,39,2,0,1],"span":[282,19,26]},{"path":[4,39,2,0,3],"span":[282,29,30]},{"path":[4,40],"span":[285,0,288,1]},{"path":[4,40,1],"span":[285,8,33]},{"path":[4,40,2,0],"span":[286,2,21]},{"path":[4,40,2,0,5],"span":[286,2,8]},{"path":[4,40,2,0,1],"span":[286,9,16]},{"path":[4,40,2,0,3],"span":[286,19,20]},{"path":[4,40,2,1],"span":[287,2,24]},{"path":[4,40,2,1,5],"span":[287,2,8]},{"path":[4,40,2,1,1],"span":[287,9,19]},{"path":[4,40,2,1,3],"span":[287,22,23]},{"path":[4,41],"span":[290,0,308,1]},{"path":[4,41,1],"span":[290,8,34]},{"path":[4,41,3,0],"span":[291,2,294,3]},{"path":[4,41,3,0,1],"span":[291,10,29]},{"path":[4,41,3,0,2,0],"span":[292,4,19]},{"path":[4,41,3,0,2,0,5],"span":[292,4,10]},{"path":[4,41,3,0,2,0,1],"span":[292,11,14]},{"path":[4,41,3,0,2,0,3],"span":[292,17,18]},{"path":[4,41,3,0,2,1],"span":[293,4,34]},{"path":[4,41,3,0,2,1,5],"span":[293,4,9]},{"path":[4,41,3,0,2,1,1],"span":[293,10,29]},{"path":[4,41,3,0,2,1,3],"span":[293,32,33]},{"path":[4,41,3,1],"span":[296,2,298,3]},{"path":[4,41,3,1,1],"span":[296,10,15]},{"path":[4,41,3,1,2,0],"span":[297,4,18]},{"path":[4,41,3,1,2,0,5],"span":[297,4,10]},{"path":[4,41,3,1,2,0,1],"span":[297,11,13]},{"path":[4,41,3,1,2,0,3],"span":[297,16,17]},{"path":[4,41,3,2],"span":[300,2,305,3]},{"path":[4,41,3,2,1],"span":[300,10,14]},{"path":[4,41,3,2,2,0],"span":[301,4,18]},{"path":[4,41,3,2,2,0,5],"span":[301,4,10]},{"path":[4,41,3,2,2,0,1],"span":[301,11,13]},{"path":[4,41,3,2,2,0,3],"span":[301,16,17]},{"path":[4,41,3,2,2,1],"span":[302,4,45]},{"path":[4,41,3,2,2,1,4],"span":[302,4,12]},{"path":[4,41,3,2,2,1,6],"span":[302,13,32]},{"path":[4,41,3,2,2,1,1],"span":[302,33,40]},{"path":[4,41,3,2,2,1,3],"span":[302,43,44]},{"path":[4,41,3,2,2,2],"span":[303,4,39]},{"path":[4,41,3,2,2,2,4],"span":[303,4,12]},{"path":[4,41,3,2,2,2,6],"span":[303,13,20]},{"path":[4,41,3,2,2,2,1],"span":[303,21,34]},{"path":[4,41,3,2,2,2,3],"span":[303,37,38]},{"path":[4,41,3,2,2,3],"span":[304,4,30]},{"path":[4,41,3,2,2,3,4],"span":[304,4,12]},{"path":[4,41,3,2,2,3,6],"span":[304,13,18]},{"path":[4,41,3,2,2,3,1],"span":[304,19,25]},{"path":[4,41,3,2,2,3,3],"span":[304,28,29]},{"path":[4,41,2,0],"span":[307,2,26]},{"path":[4,41,2,0,4],"span":[307,2,10]},{"path":[4,41,2,0,6],"span":[307,11,15]},{"path":[4,41,2,0,1],"span":[307,16,21]},{"path":[4,41,2,0,3],"span":[307,24,25]},{"path":[4,42],"span":[310,0,312,1]},{"path":[4,42,1],"span":[310,8,53]},{"path":[4,42,2,0],"span":[311,2,35]},{"path":[4,42,2,0,5],"span":[311,2,8]},{"path":[4,42,2,0,1],"span":[311,9,30]},{"path":[4,42,2,0,3],"span":[311,33,34]},{"path":[4,43],"span":[314,0,317,1]},{"path":[4,43,1],"span":[314,8,54]},{"path":[4,43,2,0],"span":[315,2,21]},{"path":[4,43,2,0,5],"span":[315,2,8]},{"path":[4,43,2,0,1],"span":[315,9,16]},{"path":[4,43,2,0,3],"span":[315,19,20]},{"path":[4,43,2,1],"span":[316,2,28]},{"path":[4,43,2,1,5],"span":[316,2,8]},{"path":[4,43,2,1,1],"span":[316,9,23]},{"path":[4,43,2,1,3],"span":[316,26,27]},{"path":[4,44],"span":[319,0,336,1]},{"path":[4,44,1],"span":[319,8,34]},{"path":[4,44,2,0],"span":[320,2,30]},{"path":[4,44,2,0,5],"span":[320,2,8]},{"path":[4,44,2,0,1],"span":[320,9,25]},{"path":[4,44,2,0,3],"span":[320,28,29]},{"path":[4,44,2,1],"span":[321,2,39]},{"path":[4,44,2,1,5],"span":[321,2,8]},{"path":[4,44,2,1,1],"span":[321,9,14]},{"path":[4,44,2,1,3],"span":[321,17,18]},{"path":[4,44,2,1,8],"span":[321,19,38]},{"path":[4,44,2,1,8,3],"span":[321,20,37]},{"path":[4,44,3,0],"span":[323,2,328,3]},{"path":[4,44,3,0,1],"span":[323,10,22]},{"path":[4,44,3,0,2,0],"span":[324,4,20]},{"path":[4,44,3,0,2,0,5],"span":[324,4,10]},{"path":[4,44,3,0,2,0,1],"span":[324,11,15]},{"path":[4,44,3,0,2,0,3],"span":[324,18,19]},{"path":[4,44,3,0,2,1],"span":[325,4,44]},{"path":[4,44,3,0,2,1,5],"span":[325,4,10]},{"path":[4,44,3,0,2,1,1],"span":[325,11,19]},{"path":[4,44,3,0,2,1,3],"span":[325,22,23]},{"path":[4,44,3,0,2,1,8],"span":[325,24,43]},{"path":[4,44,3,0,2,1,8,3],"span":[325,25,42]},{"path":[4,44,3,0,2,2],"span":[326,4,25]},{"path":[4,44,3,0,2,2,5],"span":[326,4,10]},{"path":[4,44,3,0,2,2,1],"span":[326,11,20]},{"path":[4,44,3,0,2,2,3],"span":[326,23,24]},{"path":[4,44,3,0,2,3],"span":[327,4,23]},{"path":[4,44,3,0,2,3,5],"span":[327,4,10]},{"path":[4,44,3,0,2,3,1],"span":[327,11,18]},{"path":[4,44,3,0,2,3,3],"span":[327,21,22]},{"path":[4,44,2,2],"span":[329,2,35]},{"path":[4,44,2,2,4],"span":[329,2,10]},{"path":[4,44,2,2,6],"span":[329,11,23]},{"path":[4,44,2,2,1],"span":[329,24,30]},{"path":[4,44,2,2,3],"span":[329,33,34]},{"path":[4,44,2,3],"span":[331,2,25]},{"path":[4,44,2,3,5],"span":[331,2,8]},{"path":[4,44,2,3,1],"span":[331,9,20]},{"path":[4,44,2,3,3],"span":[331,23,24]},{"path":[4,44,2,4],"span":[332,2,26]},{"path":[4,44,2,4,5],"span":[332,2,8]},{"path":[4,44,2,4,1],"span":[332,9,21]},{"path":[4,44,2,4,3],"span":[332,24,25]},{"path":[4,44,2,5],"span":[333,2,45]},{"path":[4,44,2,5,5],"span":[333,2,8]},{"path":[4,44,2,5,1],"span":[333,9,20]},{"path":[4,44,2,5,3],"span":[333,23,24]},{"path":[4,44,2,5,8],"span":[333,25,44]},{"path":[4,44,2,5,8,3],"span":[333,26,43]},{"path":[4,44,2,6],"span":[334,2,24]},{"path":[4,44,2,6,5],"span":[334,2,8]},{"path":[4,44,2,6,1],"span":[334,9,19]},{"path":[4,44,2,6,3],"span":[334,22,23]},{"path":[4,44,2,7],"span":[335,2,28]},{"path":[4,44,2,7,5],"span":[335,2,8]},{"path":[4,44,2,7,1],"span":[335,9,23]},{"path":[4,44,2,7,3],"span":[335,26,27]},{"path":[4,45],"span":[338,0,340,1]},{"path":[4,45,1],"span":[338,8,35]},{"path":[4,45,2,0],"span":[339,2,21]},{"path":[4,45,2,0,5],"span":[339,2,6]},{"path":[4,45,2,0,1],"span":[339,7,16]},{"path":[4,45,2,0,3],"span":[339,19,20]},{"path":[4,46],"span":[342,0,344,1]},{"path":[4,46,1],"span":[342,8,12]},{"path":[4,46,2,0],"span":[343,2,16]},{"path":[4,46,2,0,5],"span":[343,2,8]},{"path":[4,46,2,0,1],"span":[343,9,11]},{"path":[4,46,2,0,3],"span":[343,14,15]},{"path":[4,47],"span":[346,0,349,1]},{"path":[4,47,1],"span":[346,8,30]},{"path":[4,47,2,0],"span":[347,2,28]},{"path":[4,47,2,0,5],"span":[347,2,8]},{"path":[4,47,2,0,1],"span":[347,9,23]},{"path":[4,47,2,0,3],"span":[347,26,27]},{"path":[4,47,2,1],"span":[348,2,22]},{"path":[4,47,2,1,5],"span":[348,2,8]},{"path":[4,47,2,1,1],"span":[348,9,17]},{"path":[4,47,2,1,3],"span":[348,20,21]},{"path":[4,48],"span":[351,0,353,1]},{"path":[4,48,1],"span":[351,8,31]},{"path":[4,48,2,0],"span":[352,2,25]},{"path":[4,48,2,0,4],"span":[352,2,10]},{"path":[4,48,2,0,6],"span":[352,11,15]},{"path":[4,48,2,0,1],"span":[352,16,20]},{"path":[4,48,2,0,3],"span":[352,23,24]},{"path":[4,49],"span":[355,0,357,1]},{"path":[4,49,1],"span":[355,8,36]},{"path":[4,49,2,0],"span":[356,2,21]},{"path":[4,49,2,0,5],"span":[356,2,8]},{"path":[4,49,2,0,1],"span":[356,9,16]},{"path":[4,49,2,0,3],"span":[356,19,20]},{"path":[4,50],"span":[359,0,361,1]},{"path":[4,50,1],"span":[359,8,37]},{"path":[4,50,2,0],"span":[360,2,34]},{"path":[4,50,2,0,4],"span":[360,2,10]},{"path":[4,50,2,0,5],"span":[360,11,17]},{"path":[4,50,2,0,1],"span":[360,18,29]},{"path":[4,50,2,0,3],"span":[360,32,33]},{"path":[4,51],"span":[363,0,366,1]},{"path":[4,51,1],"span":[363,8,40]},{"path":[4,51,2,0],"span":[364,2,28]},{"path":[4,51,2,0,5],"span":[364,2,8]},{"path":[4,51,2,0,1],"span":[364,9,23]},{"path":[4,51,2,0,3],"span":[364,26,27]},{"path":[4,51,2,1],"span":[365,2,24]},{"path":[4,51,2,1,5],"span":[365,2,8]},{"path":[4,51,2,1,1],"span":[365,9,19]},{"path":[4,51,2,1,3],"span":[365,22,23]},{"path":[4,52],"span":[368,0,370,1]},{"path":[4,52,1],"span":[368,8,41]},{"path":[4,52,2,0],"span":[369,2,22]},{"path":[4,52,2,0,5],"span":[369,2,6]},{"path":[4,52,2,0,1],"span":[369,7,17]},{"path":[4,52,2,0,3],"span":[369,20,21]},{"path":[5,3],"span":[372,0,379,1]},{"path":[5,3,1],"span":[372,5,21]},{"path":[5,3,2,0],"span":[373,2,43]},{"path":[5,3,2,0,1],"span":[373,2,38]},{"path":[5,3,2,0,2],"span":[373,41,42]},{"path":[5,3,2,1],"span":[374,2,36]},{"path":[5,3,2,1,1],"span":[374,2,31]},{"path":[5,3,2,1,2],"span":[374,34,35]},{"path":[5,3,2,2],"span":[375,2,39]},{"path":[5,3,2,2,1],"span":[375,2,34]},{"path":[5,3,2,2,2],"span":[375,37,38]},{"path":[5,3,2,3],"span":[376,2,38]},{"path":[5,3,2,3,1],"span":[376,2,33]},{"path":[5,3,2,3,2],"span":[376,36,37]},{"path":[5,3,2,4],"span":[377,2,34]},{"path":[5,3,2,4,1],"span":[377,2,29]},{"path":[5,3,2,4,2],"span":[377,32,33]},{"path":[5,3,2,5],"span":[378,2,41]},{"path":[5,3,2,5,1],"span":[378,2,36]},{"path":[5,3,2,5,2],"span":[378,39,40]},{"path":[4,53],"span":[381,0,389,1]},{"path":[4,53,1],"span":[381,8,20]},{"path":[4,53,2,0],"span":[382,2,16]},{"path":[4,53,2,0,5],"span":[382,2,8]},{"path":[4,53,2,0,1],"span":[382,9,11]},{"path":[4,53,2,0,3],"span":[382,14,15]},{"path":[4,53,2,1],"span":[383,2,21]},{"path":[4,53,2,1,5],"span":[383,2,8]},{"path":[4,53,2,1,1],"span":[383,9,16]},{"path":[4,53,2,1,3],"span":[383,19,20]},{"path":[4,53,2,2],"span":[384,2,28]},{"path":[4,53,2,2,6],"span":[384,2,18]},{"path":[4,53,2,2,1],"span":[384,19,23]},{"path":[4,53,2,2,3],"span":[384,26,27]},{"path":[4,53,2,3],"span":[385,2,25]},{"path":[4,53,2,3,5],"span":[385,2,7]},{"path":[4,53,2,3,1],"span":[385,8,20]},{"path":[4,53,2,3,3],"span":[385,23,24]},{"path":[4,53,2,4],"span":[386,2,29]},{"path":[4,53,2,4,5],"span":[386,2,8]},{"path":[4,53,2,4,1],"span":[386,9,24]},{"path":[4,53,2,4,3],"span":[386,27,28]},{"path":[4,53,2,5],"span":[387,2,24]},{"path":[4,53,2,5,5],"span":[387,2,8]},{"path":[4,53,2,5,1],"span":[387,9,19]},{"path":[4,53,2,5,3],"span":[387,22,23]},{"path":[4,53,2,6],"span":[388,2,24]},{"path":[4,53,2,6,5],"span":[388,2,8]},{"path":[4,53,2,6,1],"span":[388,9,19]},{"path":[4,53,2,6,3],"span":[388,22,23]},{"path":[4,54],"span":[391,0,397,1]},{"path":[4,54,1],"span":[391,8,37]},{"path":[4,54,2,0],"span":[392,2,21]},{"path":[4,54,2,0,5],"span":[392,2,8]},{"path":[4,54,2,0,1],"span":[392,9,16]},{"path":[4,54,2,0,3],"span":[392,19,20]},{"path":[4,54,2,1],"span":[393,2,28]},{"path":[4,54,2,1,6],"span":[393,2,18]},{"path":[4,54,2,1,1],"span":[393,19,23]},{"path":[4,54,2,1,3],"span":[393,26,27]},{"path":[4,54,2,2],"span":[394,2,25]},{"path":[4,54,2,2,5],"span":[394,2,7]},{"path":[4,54,2,2,1],"span":[394,8,20]},{"path":[4,54,2,2,3],"span":[394,23,24]},{"path":[4,54,2,3],"span":[395,2,29]},{"path":[4,54,2,3,5],"span":[395,2,8]},{"path":[4,54,2,3,1],"span":[395,9,24]},{"path":[4,54,2,3,3],"span":[395,27,28]},{"path":[4,54,2,4],"span":[396,2,24]},{"path":[4,54,2,4,5],"span":[396,2,8]},{"path":[4,54,2,4,1],"span":[396,9,19]},{"path":[4,54,2,4,3],"span":[396,22,23]},{"path":[4,55],"span":[399,0,401,1]},{"path":[4,55,1],"span":[399,8,38]},{"path":[4,55,2,0],"span":[400,2,32]},{"path":[4,55,2,0,6],"span":[400,2,14]},{"path":[4,55,2,0,1],"span":[400,15,27]},{"path":[4,55,2,0,3],"span":[400,30,31]},{"path":[4,56],"span":[403,0,405,1]},{"path":[4,56,1],"span":[403,8,42]},{"path":[4,56,2,0],"span":[404,2,21]},{"path":[4,56,2,0,5],"span":[404,2,8]},{"path":[4,56,2,0,1],"span":[404,9,16]},{"path":[4,56,2,0,3],"span":[404,19,20]},{"path":[4,57],"span":[407,0,409,1]},{"path":[4,57,1],"span":[407,8,43]},{"path":[4,57,2,0],"span":[408,2,35]},{"path":[4,57,2,0,5],"span":[408,2,8]},{"path":[4,57,2,0,1],"span":[408,9,30]},{"path":[4,57,2,0,3],"span":[408,33,34]},{"path":[4,58],"span":[411,0,413,1]},{"path":[4,58,1],"span":[411,8,47]},{"path":[4,58,2,0],"span":[412,2,23]},{"path":[4,58,2,0,5],"span":[412,2,8]},{"path":[4,58,2,0,1],"span":[412,9,18]},{"path":[4,58,2,0,3],"span":[412,21,22]},{"path":[4,59],"span":[415,0,417,1]},{"path":[4,59,1],"span":[415,8,48]},{"path":[4,59,2,0],"span":[416,2,21]},{"path":[4,59,2,0,5],"span":[416,2,8]},{"path":[4,59,2,0,1],"span":[416,9,16]},{"path":[4,59,2,0,3],"span":[416,19,20]},{"path":[4,60],"span":[419,0,423,1]},{"path":[4,60,1],"span":[419,8,31]},{"path":[4,60,7],"span":[420,2,27]},{"path":[4,60,7,3],"span":[420,2,27]},{"path":[4,60,2,0],"span":[421,2,21]},{"path":[4,60,2,0,5],"span":[421,2,8]},{"path":[4,60,2,0,1],"span":[421,9,16]},{"path":[4,60,2,0,3],"span":[421,19,20]},{"path":[4,60,2,1],"span":[422,2,29]},{"path":[4,60,2,1,4],"span":[422,2,10]},{"path":[4,60,2,1,5],"span":[422,11,17]},{"path":[4,60,2,1,1],"span":[422,18,24]},{"path":[4,60,2,1,3],"span":[422,27,28]},{"path":[4,61],"span":[425,0,428,1]},{"path":[4,61,1],"span":[425,8,32]},{"path":[4,61,7],"span":[426,2,27]},{"path":[4,61,7,3],"span":[426,2,27]},{"path":[4,61,2,0],"span":[427,2,15]},{"path":[4,61,2,0,5],"span":[427,2,6]},{"path":[4,61,2,0,1],"span":[427,7,10]},{"path":[4,61,2,0,3],"span":[427,13,14]},{"path":[4,62],"span":[430,0,433,1]},{"path":[4,62,1],"span":[430,8,31]},{"path":[4,62,2,0],"span":[431,2,21]},{"path":[4,62,2,0,5],"span":[431,2,8]},{"path":[4,62,2,0,1],"span":[431,9,16]},{"path":[4,62,2,0,3],"span":[431,19,20]},{"path":[4,62,2,1],"span":[432,2,29]},{"path":[4,62,2,1,4],"span":[432,2,10]},{"path":[4,62,2,1,5],"span":[432,11,17]},{"path":[4,62,2,1,1],"span":[432,18,24]},{"path":[4,62,2,1,3],"span":[432,27,28]},{"path":[4,63],"span":[435,0,437,1]},{"path":[4,63,1],"span":[435,8,32]},{"path":[4,63,2,0],"span":[436,2,15]},{"path":[4,63,2,0,5],"span":[436,2,6]},{"path":[4,63,2,0,1],"span":[436,7,10]},{"path":[4,63,2,0,3],"span":[436,13,14]},{"path":[6,0],"span":[439,0,497,1]},{"path":[6,0,1],"span":[439,8,19]},{"path":[6,0,2,0],"span":[440,2,121]},{"path":[6,0,2,0,1],"span":[440,6,34]},{"path":[6,0,2,0,2],"span":[440,35,70]},{"path":[6,0,2,0,3],"span":[440,81,117]},{"path":[6,0,2,1],"span":[442,2,100]},{"path":[6,0,2,1,1],"span":[442,6,27]},{"path":[6,0,2,1,2],"span":[442,28,56]},{"path":[6,0,2,1,3],"span":[442,67,96]},{"path":[6,0,2,2],"span":[444,2,106]},{"path":[6,0,2,2,1],"span":[444,6,29]},{"path":[6,0,2,2,2],"span":[444,30,60]},{"path":[6,0,2,2,3],"span":[444,71,102]},{"path":[6,0,2,3],"span":[446,2,115]},{"path":[6,0,2,3,1],"span":[446,6,32]},{"path":[6,0,2,3,2],"span":[446,33,66]},{"path":[6,0,2,3,3],"span":[446,77,111]},{"path":[6,0,2,4],"span":[448,2,76]},{"path":[6,0,2,4,1],"span":[448,6,19]},{"path":[6,0,2,4,2],"span":[448,20,40]},{"path":[6,0,2,4,3],"span":[448,51,72]},{"path":[6,0,2,5],"span":[450,2,76]},{"path":[6,0,2,5,1],"span":[450,6,19]},{"path":[6,0,2,5,2],"span":[450,20,40]},{"path":[6,0,2,5,3],"span":[450,51,72]},{"path":[6,0,2,6],"span":[452,2,97]},{"path":[6,0,2,6,1],"span":[452,6,26]},{"path":[6,0,2,6,2],"span":[452,27,54]},{"path":[6,0,2,6,3],"span":[452,65,93]},{"path":[6,0,2,7],"span":[454,2,88]},{"path":[6,0,2,7,1],"span":[454,6,23]},{"path":[6,0,2,7,2],"span":[454,24,48]},{"path":[6,0,2,7,3],"span":[454,59,84]},{"path":[6,0,2,8],"span":[456,2,82]},{"path":[6,0,2,8,1],"span":[456,6,21]},{"path":[6,0,2,8,2],"span":[456,22,44]},{"path":[6,0,2,8,3],"span":[456,55,78]},{"path":[6,0,2,9],"span":[458,2,97]},{"path":[6,0,2,9,1],"span":[458,6,28]},{"path":[6,0,2,9,2],"span":[458,29,58]},{"path":[6,0,2,9,3],"span":[458,69,93]},{"path":[6,0,2,10],"span":[460,2,97]},{"path":[6,0,2,10,1],"span":[460,6,26]},{"path":[6,0,2,10,2],"span":[460,27,54]},{"path":[6,0,2,10,3],"span":[460,65,93]},{"path":[6,0,2,11],"span":[462,2,106]},{"path":[6,0,2,11,1],"span":[462,6,29]},{"path":[6,0,2,11,2],"span":[462,30,60]},{"path":[6,0,2,11,3],"span":[462,71,102]},{"path":[6,0,2,12],"span":[464,2,106]},{"path":[6,0,2,12,1],"span":[464,6,29]},{"path":[6,0,2,12,2],"span":[464,30,60]},{"path":[6,0,2,12,3],"span":[464,71,102]},{"path":[6,0,2,13],"span":[466,2,115]},{"path":[6,0,2,13,1],"span":[466,6,32]},{"path":[6,0,2,13,2],"span":[466,33,66]},{"path":[6,0,2,13,3],"span":[466,77,111]},{"path":[6,0,2,14],"span":[468,2,106]},{"path":[6,0,2,14,1],"span":[468,6,29]},{"path":[6,0,2,14,2],"span":[468,30,60]},{"path":[6,0,2,14,3],"span":[468,71,102]},{"path":[6,0,2,15],"span":[470,2,112]},{"path":[6,0,2,15,1],"span":[470,6,31]},{"path":[6,0,2,15,2],"span":[470,32,64]},{"path":[6,0,2,15,3],"span":[470,75,108]},{"path":[6,0,2,16],"span":[472,2,130]},{"path":[6,0,2,16,1],"span":[472,6,37]},{"path":[6,0,2,16,2],"span":[472,38,76]},{"path":[6,0,2,16,3],"span":[472,87,126]},{"path":[6,0,2,17],"span":[474,2,91]},{"path":[6,0,2,17,1],"span":[474,6,24]},{"path":[6,0,2,17,2],"span":[474,25,50]},{"path":[6,0,2,17,3],"span":[474,61,87]},{"path":[6,0,2,18],"span":[476,2,151]},{"path":[6,0,2,18,1],"span":[476,6,44]},{"path":[6,0,2,18,2],"span":[476,45,90]},{"path":[6,0,2,18,3],"span":[476,101,147]},{"path":[6,0,2,19],"span":[478,2,99]},{"path":[6,0,2,19,1],"span":[478,6,30]},{"path":[6,0,2,19,2],"span":[478,31,57]},{"path":[6,0,2,19,3],"span":[478,68,95]},{"path":[6,0,2,20],"span":[480,2,100]},{"path":[6,0,2,20,1],"span":[480,6,39]},{"path":[6,0,2,20,2],"span":[480,40,62]},{"path":[6,0,2,20,3],"span":[480,73,96]},{"path":[6,0,2,21],"span":[482,2,100]},{"path":[6,0,2,21,1],"span":[482,6,27]},{"path":[6,0,2,21,2],"span":[482,28,56]},{"path":[6,0,2,21,3],"span":[482,67,96]},{"path":[6,0,2,22],"span":[484,2,112]},{"path":[6,0,2,22,1],"span":[484,6,31]},{"path":[6,0,2,22,2],"span":[484,32,64]},{"path":[6,0,2,22,3],"span":[484,75,108]},{"path":[6,0,2,23],"span":[486,2,103]},{"path":[6,0,2,23,1],"span":[486,6,28]},{"path":[6,0,2,23,2],"span":[486,29,58]},{"path":[6,0,2,23,3],"span":[486,69,99]},{"path":[6,0,2,24],"span":[488,2,118]},{"path":[6,0,2,24,1],"span":[488,6,33]},{"path":[6,0,2,24,2],"span":[488,34,68]},{"path":[6,0,2,24,3],"span":[488,79,114]},{"path":[6,0,2,25],"span":[490,2,133]},{"path":[6,0,2,25,1],"span":[490,6,38]},{"path":[6,0,2,25,2],"span":[490,39,78]},{"path":[6,0,2,25,3],"span":[490,89,129]},{"path":[6,0,2,26],"span":[492,2,85]},{"path":[6,0,2,26,1],"span":[492,6,22]},{"path":[6,0,2,26,2],"span":[492,23,46]},{"path":[6,0,2,26,3],"span":[492,57,81]},{"path":[6,0,2,27],"span":[494,2,496,3]},{"path":[6,0,2,27,1],"span":[494,6,22]},{"path":[6,0,2,27,2],"span":[494,23,46]},{"path":[6,0,2,27,3],"span":[494,57,81]},{"path":[6,0,2,27,4],"span":[495,4,29]},{"path":[6,0,2,27,4,33],"span":[495,4,29]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -34,6 +34,7 @@ interface IMultitenantService extends grpc.ServiceDefinition<grpc.UntypedService
|
|
|
34
34
|
updateSiteSubscription: IMultitenantService_IUpdateSiteSubscription;
|
|
35
35
|
createTrialSiteAndInstaller: IMultitenantService_ICreateTrialSiteAndInstaller;
|
|
36
36
|
getInstallationLicenseByClientId: IMultitenantService_IGetInstallationLicenseByClientId;
|
|
37
|
+
allProfilesExist: IMultitenantService_IAllProfilesExist;
|
|
37
38
|
allProfileExists: IMultitenantService_IAllProfileExists;
|
|
38
39
|
}
|
|
39
40
|
|
|
@@ -271,6 +272,15 @@ interface IMultitenantService_IGetInstallationLicenseByClientId extends grpc.Met
|
|
|
271
272
|
responseSerialize: grpc.serialize<multitenant_pb.GetInstallationLicenseByClientIdResponse>;
|
|
272
273
|
responseDeserialize: grpc.deserialize<multitenant_pb.GetInstallationLicenseByClientIdResponse>;
|
|
273
274
|
}
|
|
275
|
+
interface IMultitenantService_IAllProfilesExist extends grpc.MethodDefinition<multitenant_pb.AllProfilesExistRequest, multitenant_pb.AllProfilesExistResponse> {
|
|
276
|
+
path: "/lansweeper.multitenant.v1.Multitenant/AllProfilesExist";
|
|
277
|
+
requestStream: false;
|
|
278
|
+
responseStream: false;
|
|
279
|
+
requestSerialize: grpc.serialize<multitenant_pb.AllProfilesExistRequest>;
|
|
280
|
+
requestDeserialize: grpc.deserialize<multitenant_pb.AllProfilesExistRequest>;
|
|
281
|
+
responseSerialize: grpc.serialize<multitenant_pb.AllProfilesExistResponse>;
|
|
282
|
+
responseDeserialize: grpc.deserialize<multitenant_pb.AllProfilesExistResponse>;
|
|
283
|
+
}
|
|
274
284
|
interface IMultitenantService_IAllProfileExists extends grpc.MethodDefinition<multitenant_pb.AllProfileExistsRequest, multitenant_pb.AllProfileExistsResponse> {
|
|
275
285
|
path: "/lansweeper.multitenant.v1.Multitenant/AllProfileExists";
|
|
276
286
|
requestStream: false;
|
|
@@ -310,6 +320,7 @@ export interface IMultitenantServer extends grpc.UntypedServiceImplementation {
|
|
|
310
320
|
updateSiteSubscription: grpc.handleUnaryCall<multitenant_pb.UpdateSiteSubscriptionRequest, multitenant_pb.UpdateSiteSubscriptionResponse>;
|
|
311
321
|
createTrialSiteAndInstaller: grpc.handleUnaryCall<multitenant_pb.CreateTrialSiteAndInstallerRequest, multitenant_pb.CreateTrialSiteAndInstallerResponse>;
|
|
312
322
|
getInstallationLicenseByClientId: grpc.handleUnaryCall<multitenant_pb.GetInstallationLicenseByClientIdRequest, multitenant_pb.GetInstallationLicenseByClientIdResponse>;
|
|
323
|
+
allProfilesExist: grpc.handleUnaryCall<multitenant_pb.AllProfilesExistRequest, multitenant_pb.AllProfilesExistResponse>;
|
|
313
324
|
allProfileExists: grpc.handleUnaryCall<multitenant_pb.AllProfileExistsRequest, multitenant_pb.AllProfileExistsResponse>;
|
|
314
325
|
}
|
|
315
326
|
|
|
@@ -392,6 +403,9 @@ export interface IMultitenantClient {
|
|
|
392
403
|
getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
393
404
|
getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
394
405
|
getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
406
|
+
allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
407
|
+
allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
408
|
+
allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
395
409
|
allProfileExists(request: multitenant_pb.AllProfileExistsRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
396
410
|
allProfileExists(request: multitenant_pb.AllProfileExistsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
397
411
|
allProfileExists(request: multitenant_pb.AllProfileExistsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -477,6 +491,9 @@ export class MultitenantClient extends grpc.Client implements IMultitenantClient
|
|
|
477
491
|
public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
478
492
|
public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
479
493
|
public getInstallationLicenseByClientId(request: multitenant_pb.GetInstallationLicenseByClientIdRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.GetInstallationLicenseByClientIdResponse) => void): grpc.ClientUnaryCall;
|
|
494
|
+
public allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
495
|
+
public allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
496
|
+
public allProfilesExist(request: multitenant_pb.AllProfilesExistRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfilesExistResponse) => void): grpc.ClientUnaryCall;
|
|
480
497
|
public allProfileExists(request: multitenant_pb.AllProfileExistsRequest, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
481
498
|
public allProfileExists(request: multitenant_pb.AllProfileExistsRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
482
499
|
public allProfileExists(request: multitenant_pb.AllProfileExistsRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: multitenant_pb.AllProfileExistsResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -26,6 +26,28 @@ function deserialize_lansweeper_multitenant_v1_AllProfileExistsResponse(buffer_a
|
|
|
26
26
|
return multitenant_pb.AllProfileExistsResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
function serialize_lansweeper_multitenant_v1_AllProfilesExistRequest(arg) {
|
|
30
|
+
if (!(arg instanceof multitenant_pb.AllProfilesExistRequest)) {
|
|
31
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.AllProfilesExistRequest');
|
|
32
|
+
}
|
|
33
|
+
return Buffer.from(arg.serializeBinary());
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
function deserialize_lansweeper_multitenant_v1_AllProfilesExistRequest(buffer_arg) {
|
|
37
|
+
return multitenant_pb.AllProfilesExistRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
function serialize_lansweeper_multitenant_v1_AllProfilesExistResponse(arg) {
|
|
41
|
+
if (!(arg instanceof multitenant_pb.AllProfilesExistResponse)) {
|
|
42
|
+
throw new Error('Expected argument of type lansweeper.multitenant.v1.AllProfilesExistResponse');
|
|
43
|
+
}
|
|
44
|
+
return Buffer.from(arg.serializeBinary());
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
function deserialize_lansweeper_multitenant_v1_AllProfilesExistResponse(buffer_arg) {
|
|
48
|
+
return multitenant_pb.AllProfilesExistResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
49
|
+
}
|
|
50
|
+
|
|
29
51
|
function serialize_lansweeper_multitenant_v1_AuthorizedSitesRequest(arg) {
|
|
30
52
|
if (!(arg instanceof multitenant_pb.AuthorizedSitesRequest)) {
|
|
31
53
|
throw new Error('Expected argument of type lansweeper.multitenant.v1.AuthorizedSitesRequest');
|
|
@@ -886,6 +908,17 @@ var MultitenantService = exports.MultitenantService = {
|
|
|
886
908
|
responseSerialize: serialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse,
|
|
887
909
|
responseDeserialize: deserialize_lansweeper_multitenant_v1_GetInstallationLicenseByClientIdResponse,
|
|
888
910
|
},
|
|
911
|
+
allProfilesExist: {
|
|
912
|
+
path: '/lansweeper.multitenant.v1.Multitenant/AllProfilesExist',
|
|
913
|
+
requestStream: false,
|
|
914
|
+
responseStream: false,
|
|
915
|
+
requestType: multitenant_pb.AllProfilesExistRequest,
|
|
916
|
+
responseType: multitenant_pb.AllProfilesExistResponse,
|
|
917
|
+
requestSerialize: serialize_lansweeper_multitenant_v1_AllProfilesExistRequest,
|
|
918
|
+
requestDeserialize: deserialize_lansweeper_multitenant_v1_AllProfilesExistRequest,
|
|
919
|
+
responseSerialize: serialize_lansweeper_multitenant_v1_AllProfilesExistResponse,
|
|
920
|
+
responseDeserialize: deserialize_lansweeper_multitenant_v1_AllProfilesExistResponse,
|
|
921
|
+
},
|
|
889
922
|
allProfileExists: {
|
|
890
923
|
path: '/lansweeper.multitenant.v1.Multitenant/AllProfileExists',
|
|
891
924
|
requestStream: false,
|
|
@@ -1851,6 +1851,51 @@ export namespace AllProfileExistsResponse {
|
|
|
1851
1851
|
}
|
|
1852
1852
|
}
|
|
1853
1853
|
|
|
1854
|
+
export class AllProfilesExistRequest extends jspb.Message {
|
|
1855
|
+
getSiteId(): string;
|
|
1856
|
+
setSiteId(value: string): AllProfilesExistRequest;
|
|
1857
|
+
clearEmailsList(): void;
|
|
1858
|
+
getEmailsList(): Array<string>;
|
|
1859
|
+
setEmailsList(value: Array<string>): AllProfilesExistRequest;
|
|
1860
|
+
addEmails(value: string, index?: number): string;
|
|
1861
|
+
|
|
1862
|
+
serializeBinary(): Uint8Array;
|
|
1863
|
+
toObject(includeInstance?: boolean): AllProfilesExistRequest.AsObject;
|
|
1864
|
+
static toObject(includeInstance: boolean, msg: AllProfilesExistRequest): AllProfilesExistRequest.AsObject;
|
|
1865
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1866
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1867
|
+
static serializeBinaryToWriter(message: AllProfilesExistRequest, writer: jspb.BinaryWriter): void;
|
|
1868
|
+
static deserializeBinary(bytes: Uint8Array): AllProfilesExistRequest;
|
|
1869
|
+
static deserializeBinaryFromReader(message: AllProfilesExistRequest, reader: jspb.BinaryReader): AllProfilesExistRequest;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
export namespace AllProfilesExistRequest {
|
|
1873
|
+
export type AsObject = {
|
|
1874
|
+
siteId: string,
|
|
1875
|
+
emailsList: Array<string>,
|
|
1876
|
+
}
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
export class AllProfilesExistResponse extends jspb.Message {
|
|
1880
|
+
getAll(): boolean;
|
|
1881
|
+
setAll(value: boolean): AllProfilesExistResponse;
|
|
1882
|
+
|
|
1883
|
+
serializeBinary(): Uint8Array;
|
|
1884
|
+
toObject(includeInstance?: boolean): AllProfilesExistResponse.AsObject;
|
|
1885
|
+
static toObject(includeInstance: boolean, msg: AllProfilesExistResponse): AllProfilesExistResponse.AsObject;
|
|
1886
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1887
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1888
|
+
static serializeBinaryToWriter(message: AllProfilesExistResponse, writer: jspb.BinaryWriter): void;
|
|
1889
|
+
static deserializeBinary(bytes: Uint8Array): AllProfilesExistResponse;
|
|
1890
|
+
static deserializeBinaryFromReader(message: AllProfilesExistResponse, reader: jspb.BinaryReader): AllProfilesExistResponse;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
export namespace AllProfilesExistResponse {
|
|
1894
|
+
export type AsObject = {
|
|
1895
|
+
all: boolean,
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1854
1899
|
export enum SiteMode {
|
|
1855
1900
|
UNESPECIFIED = 0,
|
|
1856
1901
|
CLOUD_NATIVE = 1,
|
|
@@ -17,6 +17,8 @@ var global = Function('return this')();
|
|
|
17
17
|
|
|
18
18
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfileExistsRequest', null, global);
|
|
19
19
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfileExistsResponse', null, global);
|
|
20
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfilesExistRequest', null, global);
|
|
21
|
+
goog.exportSymbol('proto.lansweeper.multitenant.v1.AllProfilesExistResponse', null, global);
|
|
20
22
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.AuthorizedSitesRequest', null, global);
|
|
21
23
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.AuthorizedSitesResponse', null, global);
|
|
22
24
|
goog.exportSymbol('proto.lansweeper.multitenant.v1.CheckAccessToSiteByAccountIdRequest', null, global);
|
|
@@ -1582,6 +1584,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1582
1584
|
*/
|
|
1583
1585
|
proto.lansweeper.multitenant.v1.AllProfileExistsResponse.displayName = 'proto.lansweeper.multitenant.v1.AllProfileExistsResponse';
|
|
1584
1586
|
}
|
|
1587
|
+
/**
|
|
1588
|
+
* Generated by JsPbCodeGenerator.
|
|
1589
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1590
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1591
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1592
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1593
|
+
* valid.
|
|
1594
|
+
* @extends {jspb.Message}
|
|
1595
|
+
* @constructor
|
|
1596
|
+
*/
|
|
1597
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest = function(opt_data) {
|
|
1598
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.lansweeper.multitenant.v1.AllProfilesExistRequest.repeatedFields_, null);
|
|
1599
|
+
};
|
|
1600
|
+
goog.inherits(proto.lansweeper.multitenant.v1.AllProfilesExistRequest, jspb.Message);
|
|
1601
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1602
|
+
/**
|
|
1603
|
+
* @public
|
|
1604
|
+
* @override
|
|
1605
|
+
*/
|
|
1606
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.displayName = 'proto.lansweeper.multitenant.v1.AllProfilesExistRequest';
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* Generated by JsPbCodeGenerator.
|
|
1610
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1611
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1612
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1613
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1614
|
+
* valid.
|
|
1615
|
+
* @extends {jspb.Message}
|
|
1616
|
+
* @constructor
|
|
1617
|
+
*/
|
|
1618
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse = function(opt_data) {
|
|
1619
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1620
|
+
};
|
|
1621
|
+
goog.inherits(proto.lansweeper.multitenant.v1.AllProfilesExistResponse, jspb.Message);
|
|
1622
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1623
|
+
/**
|
|
1624
|
+
* @public
|
|
1625
|
+
* @override
|
|
1626
|
+
*/
|
|
1627
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.displayName = 'proto.lansweeper.multitenant.v1.AllProfilesExistResponse';
|
|
1628
|
+
}
|
|
1585
1629
|
|
|
1586
1630
|
|
|
1587
1631
|
|
|
@@ -14836,6 +14880,322 @@ proto.lansweeper.multitenant.v1.AllProfileExistsResponse.prototype.setAll = func
|
|
|
14836
14880
|
};
|
|
14837
14881
|
|
|
14838
14882
|
|
|
14883
|
+
|
|
14884
|
+
/**
|
|
14885
|
+
* List of repeated fields within this message type.
|
|
14886
|
+
* @private {!Array<number>}
|
|
14887
|
+
* @const
|
|
14888
|
+
*/
|
|
14889
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.repeatedFields_ = [2];
|
|
14890
|
+
|
|
14891
|
+
|
|
14892
|
+
|
|
14893
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
14894
|
+
/**
|
|
14895
|
+
* Creates an object representation of this proto.
|
|
14896
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
14897
|
+
* Optional fields that are not set will be set to undefined.
|
|
14898
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
14899
|
+
* For the list of reserved names please see:
|
|
14900
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
14901
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
14902
|
+
* JSPB instance for transitional soy proto support:
|
|
14903
|
+
* http://goto/soy-param-migration
|
|
14904
|
+
* @return {!Object}
|
|
14905
|
+
*/
|
|
14906
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.toObject = function(opt_includeInstance) {
|
|
14907
|
+
return proto.lansweeper.multitenant.v1.AllProfilesExistRequest.toObject(opt_includeInstance, this);
|
|
14908
|
+
};
|
|
14909
|
+
|
|
14910
|
+
|
|
14911
|
+
/**
|
|
14912
|
+
* Static version of the {@see toObject} method.
|
|
14913
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
14914
|
+
* the JSPB instance for transitional soy proto support:
|
|
14915
|
+
* http://goto/soy-param-migration
|
|
14916
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} msg The msg instance to transform.
|
|
14917
|
+
* @return {!Object}
|
|
14918
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14919
|
+
*/
|
|
14920
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.toObject = function(includeInstance, msg) {
|
|
14921
|
+
var f, obj = {
|
|
14922
|
+
siteId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
14923
|
+
emailsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
14924
|
+
};
|
|
14925
|
+
|
|
14926
|
+
if (includeInstance) {
|
|
14927
|
+
obj.$jspbMessageInstance = msg;
|
|
14928
|
+
}
|
|
14929
|
+
return obj;
|
|
14930
|
+
};
|
|
14931
|
+
}
|
|
14932
|
+
|
|
14933
|
+
|
|
14934
|
+
/**
|
|
14935
|
+
* Deserializes binary data (in protobuf wire format).
|
|
14936
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
14937
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest}
|
|
14938
|
+
*/
|
|
14939
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.deserializeBinary = function(bytes) {
|
|
14940
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
14941
|
+
var msg = new proto.lansweeper.multitenant.v1.AllProfilesExistRequest;
|
|
14942
|
+
return proto.lansweeper.multitenant.v1.AllProfilesExistRequest.deserializeBinaryFromReader(msg, reader);
|
|
14943
|
+
};
|
|
14944
|
+
|
|
14945
|
+
|
|
14946
|
+
/**
|
|
14947
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
14948
|
+
* given reader into the given message object.
|
|
14949
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} msg The message object to deserialize into.
|
|
14950
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
14951
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest}
|
|
14952
|
+
*/
|
|
14953
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
14954
|
+
while (reader.nextField()) {
|
|
14955
|
+
if (reader.isEndGroup()) {
|
|
14956
|
+
break;
|
|
14957
|
+
}
|
|
14958
|
+
var field = reader.getFieldNumber();
|
|
14959
|
+
switch (field) {
|
|
14960
|
+
case 1:
|
|
14961
|
+
var value = /** @type {string} */ (reader.readString());
|
|
14962
|
+
msg.setSiteId(value);
|
|
14963
|
+
break;
|
|
14964
|
+
case 2:
|
|
14965
|
+
var value = /** @type {string} */ (reader.readString());
|
|
14966
|
+
msg.addEmails(value);
|
|
14967
|
+
break;
|
|
14968
|
+
default:
|
|
14969
|
+
reader.skipField();
|
|
14970
|
+
break;
|
|
14971
|
+
}
|
|
14972
|
+
}
|
|
14973
|
+
return msg;
|
|
14974
|
+
};
|
|
14975
|
+
|
|
14976
|
+
|
|
14977
|
+
/**
|
|
14978
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
14979
|
+
* @return {!Uint8Array}
|
|
14980
|
+
*/
|
|
14981
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.serializeBinary = function() {
|
|
14982
|
+
var writer = new jspb.BinaryWriter();
|
|
14983
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.serializeBinaryToWriter(this, writer);
|
|
14984
|
+
return writer.getResultBuffer();
|
|
14985
|
+
};
|
|
14986
|
+
|
|
14987
|
+
|
|
14988
|
+
/**
|
|
14989
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
14990
|
+
* format), writing to the given BinaryWriter.
|
|
14991
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} message
|
|
14992
|
+
* @param {!jspb.BinaryWriter} writer
|
|
14993
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14994
|
+
*/
|
|
14995
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.serializeBinaryToWriter = function(message, writer) {
|
|
14996
|
+
var f = undefined;
|
|
14997
|
+
f = message.getSiteId();
|
|
14998
|
+
if (f.length > 0) {
|
|
14999
|
+
writer.writeString(
|
|
15000
|
+
1,
|
|
15001
|
+
f
|
|
15002
|
+
);
|
|
15003
|
+
}
|
|
15004
|
+
f = message.getEmailsList();
|
|
15005
|
+
if (f.length > 0) {
|
|
15006
|
+
writer.writeRepeatedString(
|
|
15007
|
+
2,
|
|
15008
|
+
f
|
|
15009
|
+
);
|
|
15010
|
+
}
|
|
15011
|
+
};
|
|
15012
|
+
|
|
15013
|
+
|
|
15014
|
+
/**
|
|
15015
|
+
* optional string site_id = 1;
|
|
15016
|
+
* @return {string}
|
|
15017
|
+
*/
|
|
15018
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.getSiteId = function() {
|
|
15019
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
15020
|
+
};
|
|
15021
|
+
|
|
15022
|
+
|
|
15023
|
+
/**
|
|
15024
|
+
* @param {string} value
|
|
15025
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} returns this
|
|
15026
|
+
*/
|
|
15027
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.setSiteId = function(value) {
|
|
15028
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
15029
|
+
};
|
|
15030
|
+
|
|
15031
|
+
|
|
15032
|
+
/**
|
|
15033
|
+
* repeated string emails = 2;
|
|
15034
|
+
* @return {!Array<string>}
|
|
15035
|
+
*/
|
|
15036
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.getEmailsList = function() {
|
|
15037
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
15038
|
+
};
|
|
15039
|
+
|
|
15040
|
+
|
|
15041
|
+
/**
|
|
15042
|
+
* @param {!Array<string>} value
|
|
15043
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} returns this
|
|
15044
|
+
*/
|
|
15045
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.setEmailsList = function(value) {
|
|
15046
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
15047
|
+
};
|
|
15048
|
+
|
|
15049
|
+
|
|
15050
|
+
/**
|
|
15051
|
+
* @param {string} value
|
|
15052
|
+
* @param {number=} opt_index
|
|
15053
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} returns this
|
|
15054
|
+
*/
|
|
15055
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.addEmails = function(value, opt_index) {
|
|
15056
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
15057
|
+
};
|
|
15058
|
+
|
|
15059
|
+
|
|
15060
|
+
/**
|
|
15061
|
+
* Clears the list making it empty but non-null.
|
|
15062
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistRequest} returns this
|
|
15063
|
+
*/
|
|
15064
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistRequest.prototype.clearEmailsList = function() {
|
|
15065
|
+
return this.setEmailsList([]);
|
|
15066
|
+
};
|
|
15067
|
+
|
|
15068
|
+
|
|
15069
|
+
|
|
15070
|
+
|
|
15071
|
+
|
|
15072
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
15073
|
+
/**
|
|
15074
|
+
* Creates an object representation of this proto.
|
|
15075
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
15076
|
+
* Optional fields that are not set will be set to undefined.
|
|
15077
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
15078
|
+
* For the list of reserved names please see:
|
|
15079
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
15080
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
15081
|
+
* JSPB instance for transitional soy proto support:
|
|
15082
|
+
* http://goto/soy-param-migration
|
|
15083
|
+
* @return {!Object}
|
|
15084
|
+
*/
|
|
15085
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.prototype.toObject = function(opt_includeInstance) {
|
|
15086
|
+
return proto.lansweeper.multitenant.v1.AllProfilesExistResponse.toObject(opt_includeInstance, this);
|
|
15087
|
+
};
|
|
15088
|
+
|
|
15089
|
+
|
|
15090
|
+
/**
|
|
15091
|
+
* Static version of the {@see toObject} method.
|
|
15092
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
15093
|
+
* the JSPB instance for transitional soy proto support:
|
|
15094
|
+
* http://goto/soy-param-migration
|
|
15095
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse} msg The msg instance to transform.
|
|
15096
|
+
* @return {!Object}
|
|
15097
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
15098
|
+
*/
|
|
15099
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.toObject = function(includeInstance, msg) {
|
|
15100
|
+
var f, obj = {
|
|
15101
|
+
all: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
|
|
15102
|
+
};
|
|
15103
|
+
|
|
15104
|
+
if (includeInstance) {
|
|
15105
|
+
obj.$jspbMessageInstance = msg;
|
|
15106
|
+
}
|
|
15107
|
+
return obj;
|
|
15108
|
+
};
|
|
15109
|
+
}
|
|
15110
|
+
|
|
15111
|
+
|
|
15112
|
+
/**
|
|
15113
|
+
* Deserializes binary data (in protobuf wire format).
|
|
15114
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
15115
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse}
|
|
15116
|
+
*/
|
|
15117
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.deserializeBinary = function(bytes) {
|
|
15118
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
15119
|
+
var msg = new proto.lansweeper.multitenant.v1.AllProfilesExistResponse;
|
|
15120
|
+
return proto.lansweeper.multitenant.v1.AllProfilesExistResponse.deserializeBinaryFromReader(msg, reader);
|
|
15121
|
+
};
|
|
15122
|
+
|
|
15123
|
+
|
|
15124
|
+
/**
|
|
15125
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
15126
|
+
* given reader into the given message object.
|
|
15127
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse} msg The message object to deserialize into.
|
|
15128
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
15129
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse}
|
|
15130
|
+
*/
|
|
15131
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
15132
|
+
while (reader.nextField()) {
|
|
15133
|
+
if (reader.isEndGroup()) {
|
|
15134
|
+
break;
|
|
15135
|
+
}
|
|
15136
|
+
var field = reader.getFieldNumber();
|
|
15137
|
+
switch (field) {
|
|
15138
|
+
case 1:
|
|
15139
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15140
|
+
msg.setAll(value);
|
|
15141
|
+
break;
|
|
15142
|
+
default:
|
|
15143
|
+
reader.skipField();
|
|
15144
|
+
break;
|
|
15145
|
+
}
|
|
15146
|
+
}
|
|
15147
|
+
return msg;
|
|
15148
|
+
};
|
|
15149
|
+
|
|
15150
|
+
|
|
15151
|
+
/**
|
|
15152
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
15153
|
+
* @return {!Uint8Array}
|
|
15154
|
+
*/
|
|
15155
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.prototype.serializeBinary = function() {
|
|
15156
|
+
var writer = new jspb.BinaryWriter();
|
|
15157
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.serializeBinaryToWriter(this, writer);
|
|
15158
|
+
return writer.getResultBuffer();
|
|
15159
|
+
};
|
|
15160
|
+
|
|
15161
|
+
|
|
15162
|
+
/**
|
|
15163
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
15164
|
+
* format), writing to the given BinaryWriter.
|
|
15165
|
+
* @param {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse} message
|
|
15166
|
+
* @param {!jspb.BinaryWriter} writer
|
|
15167
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
15168
|
+
*/
|
|
15169
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.serializeBinaryToWriter = function(message, writer) {
|
|
15170
|
+
var f = undefined;
|
|
15171
|
+
f = message.getAll();
|
|
15172
|
+
if (f) {
|
|
15173
|
+
writer.writeBool(
|
|
15174
|
+
1,
|
|
15175
|
+
f
|
|
15176
|
+
);
|
|
15177
|
+
}
|
|
15178
|
+
};
|
|
15179
|
+
|
|
15180
|
+
|
|
15181
|
+
/**
|
|
15182
|
+
* optional bool all = 1;
|
|
15183
|
+
* @return {boolean}
|
|
15184
|
+
*/
|
|
15185
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.prototype.getAll = function() {
|
|
15186
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
15187
|
+
};
|
|
15188
|
+
|
|
15189
|
+
|
|
15190
|
+
/**
|
|
15191
|
+
* @param {boolean} value
|
|
15192
|
+
* @return {!proto.lansweeper.multitenant.v1.AllProfilesExistResponse} returns this
|
|
15193
|
+
*/
|
|
15194
|
+
proto.lansweeper.multitenant.v1.AllProfilesExistResponse.prototype.setAll = function(value) {
|
|
15195
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
15196
|
+
};
|
|
15197
|
+
|
|
15198
|
+
|
|
14839
15199
|
/**
|
|
14840
15200
|
* @enum {number}
|
|
14841
15201
|
*/
|
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.23",
|
|
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": "7b276e676851cdb2736a07ab5b28a08e0868b655"
|
|
19
19
|
}
|
package/proto/multitenant.proto
CHANGED
|
@@ -418,11 +418,22 @@ message GetInstallationLicenseByClientIdResponse {
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
message AllProfileExistsRequest{
|
|
421
|
+
option deprecated = true;
|
|
421
422
|
string site_id = 1;
|
|
422
423
|
repeated string emails = 2;
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
message AllProfileExistsResponse{
|
|
427
|
+
option deprecated = true;
|
|
428
|
+
bool all = 1;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
message AllProfilesExistRequest{
|
|
432
|
+
string site_id = 1;
|
|
433
|
+
repeated string emails = 2;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
message AllProfilesExistResponse{
|
|
426
437
|
bool all = 1;
|
|
427
438
|
}
|
|
428
439
|
|
|
@@ -479,5 +490,9 @@ service Multitenant {
|
|
|
479
490
|
|
|
480
491
|
rpc GetInstallationLicenseByClientId(GetInstallationLicenseByClientIdRequest) returns (GetInstallationLicenseByClientIdResponse) {}
|
|
481
492
|
|
|
482
|
-
rpc
|
|
493
|
+
rpc AllProfilesExist(AllProfilesExistRequest) returns (AllProfilesExistResponse) {}
|
|
494
|
+
|
|
495
|
+
rpc AllProfileExists(AllProfileExistsRequest) returns (AllProfileExistsResponse) {
|
|
496
|
+
option deprecated = true;
|
|
497
|
+
}
|
|
483
498
|
}
|