@lansweeper/multitenant-api-grpc 0.5.1 → 0.5.2

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.
Files changed (28) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/gen-proto/image.json +1 -1
  3. package/generated-go/multitenant.pb.go +5 -3
  4. package/java.json +7 -0
  5. package/model/src/main/proto/limits/limits.proto +62 -0
  6. package/model/src/main/proto/multitenant.proto +719 -0
  7. package/model/target/classes/limits/limits.proto +62 -0
  8. package/model/target/classes/multitenant.proto +719 -0
  9. package/model/target/maven-archiver/pom.properties +5 -0
  10. package/model/target/multitenant-model-0.5.1-sources.jar +0 -0
  11. package/model/target/multitenant-model-0.5.1.jar +0 -0
  12. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/any.proto +162 -0
  13. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/api.proto +207 -0
  14. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/descriptor.proto +1218 -0
  15. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/duration.proto +115 -0
  16. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/empty.proto +51 -0
  17. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/field_mask.proto +245 -0
  18. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/source_context.proto +48 -0
  19. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/struct.proto +95 -0
  20. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/timestamp.proto +144 -0
  21. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/type.proto +193 -0
  22. package/model/target/protoc-dependencies/0d6de794fadfe1c99e96dde2e1e14e65/google/protobuf/wrappers.proto +123 -0
  23. package/model/target/protoc-plugins/protoc-3.25.1-linux-x86_64.exe +0 -0
  24. package/package.json +1 -1
  25. package/proto/multitenant.proto +2 -0
  26. package/service/target/maven-archiver/pom.properties +5 -0
  27. package/service/target/multitenant-service-0.5.1-sources.jar +0 -0
  28. package/service/target/multitenant-service-0.5.1.jar +0 -0
@@ -1 +1 @@
1
- {"file":[{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"limits/limits.proto","package":"lansweeper.shared.limits.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"CalculateRiskInsights","field":[{"name":"from_year","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"fromYear","proto3Optional":true},{"name":"from_severity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.RiskInsightsSeverity","oneofIndex":1,"jsonName":"fromSeverity","proto3Optional":true},{"name":"max","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":2,"jsonName":"max","proto3Optional":true}],"oneofDecl":[{"name":"_from_year"},{"name":"_from_severity"},{"name":"_max"}]},{"name":"ExpirableAllowedEntities","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"expires_at","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","oneofIndex":0,"jsonName":"expiresAt","proto3Optional":true}],"oneofDecl":[{"name":"_expires_at"}]},{"name":"BaseLimit","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"},{"name":"allowed_entities","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.ExpirableAllowedEntities","jsonName":"allowedEntities"}],"reservedRange":[{"start":2,"end":3}]},{"name":"RiskInsights","field":[{"name":"view_assets","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewAssets"}]},{"name":"Assets","field":[{"name":"view_risk_insights","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewRiskInsights"},{"name":"view_lifecycle","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewLifecycle"}]},{"name":"Scopes","field":[{"name":"create_max","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"createMax"}]},{"name":"Attachments","field":[{"name":"max_bytes_per_asset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"maxBytesPerAsset"}]},{"name":"SiteLimits","field":[{"name":"tier","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.SiteLimitsTiers","jsonName":"tier"},{"name":"risk_insights","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.RiskInsights","oneofIndex":0,"jsonName":"riskInsights","proto3Optional":true},{"name":"assets","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Assets","oneofIndex":1,"jsonName":"assets","proto3Optional":true},{"name":"scopes","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Scopes","jsonName":"scopes"},{"name":"attachments","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Attachments","jsonName":"attachments"}],"oneofDecl":[{"name":"_risk_insights"},{"name":"_assets"}],"reservedRange":[{"start":2,"end":3}]}],"enumType":[{"name":"SiteLimitsTiers","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":2}]},{"name":"RiskInsightsSeverity","value":[{"name":"RISK_INSIGHT_SEVERITY_LOW","number":0},{"name":"RISK_INSIGHT_SEVERITY_MEDIUM","number":1},{"name":"RISK_INSIGHT_SEVERITY_HIGH","number":2},{"name":"RISK_INSIGHT_SEVERITY_CRITICAL","number":3}]}],"options":{"goPackage":"github.com/Lansweeper/lansweeperapis/packages/shared/generated-go;limits"},"sourceCodeInfo":{"location":[{"span":[0,0,61,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,36]},{"path":[8],"span":[3,0,95]},{"path":[8,11],"span":[3,0,95]},{"path":[3,0],"span":[4,0,41]},{"path":[5,0],"span":[7,0,11,1]},{"path":[5,0,1],"span":[7,5,20]},{"path":[5,0,2,0],"span":[8,2,38]},{"path":[5,0,2,0,1],"span":[8,2,33]},{"path":[5,0,2,0,2],"span":[8,36,37]},{"path":[5,0,2,1],"span":[9,2,34]},{"path":[5,0,2,1,1],"span":[9,2,29]},{"path":[5,0,2,1,2],"span":[9,32,33]},{"path":[5,0,2,2],"span":[10,2,41]},{"path":[5,0,2,2,1],"span":[10,2,36]},{"path":[5,0,2,2,2],"span":[10,39,40]},{"path":[5,1],"span":[13,0,18,1]},{"path":[5,1,1],"span":[13,5,25]},{"path":[5,1,2,0],"span":[14,2,32]},{"path":[5,1,2,0,1],"span":[14,2,27]},{"path":[5,1,2,0,2],"span":[14,30,31]},{"path":[5,1,2,1],"span":[15,2,35]},{"path":[5,1,2,1,1],"span":[15,2,30]},{"path":[5,1,2,1,2],"span":[15,33,34]},{"path":[5,1,2,2],"span":[16,2,33]},{"path":[5,1,2,2,1],"span":[16,2,28]},{"path":[5,1,2,2,2],"span":[16,31,32]},{"path":[5,1,2,3],"span":[17,2,37]},{"path":[5,1,2,3,1],"span":[17,2,32]},{"path":[5,1,2,3,2],"span":[17,35,36]},{"path":[4,0],"span":[20,0,24,1]},{"path":[4,0,1],"span":[20,8,29]},{"path":[4,0,2,0],"span":[21,2,32]},{"path":[4,0,2,0,4],"span":[21,2,10]},{"path":[4,0,2,0,5],"span":[21,11,17]},{"path":[4,0,2,0,1],"span":[21,18,27]},{"path":[4,0,2,0,3],"span":[21,30,31]},{"path":[4,0,2,1],"span":[22,2,50]},{"path":[4,0,2,1,4],"span":[22,2,10]},{"path":[4,0,2,1,6],"span":[22,11,31]},{"path":[4,0,2,1,1],"span":[22,32,45]},{"path":[4,0,2,1,3],"span":[22,48,49]},{"path":[4,0,2,2],"span":[23,2,25]},{"path":[4,0,2,2,4],"span":[23,2,10]},{"path":[4,0,2,2,5],"span":[23,11,16]},{"path":[4,0,2,2,1],"span":[23,17,20]},{"path":[4,0,2,2,3],"span":[23,23,24]},{"path":[4,1],"span":[26,0,29,1]},{"path":[4,1,1],"span":[26,8,32]},{"path":[4,1,2,0],"span":[27,2,17]},{"path":[4,1,2,0,5],"span":[27,2,8]},{"path":[4,1,2,0,1],"span":[27,9,12]},{"path":[4,1,2,0,3],"span":[27,15,16]},{"path":[4,1,2,1],"span":[28,2,52]},{"path":[4,1,2,1,4],"span":[28,2,10]},{"path":[4,1,2,1,6],"span":[28,11,36]},{"path":[4,1,2,1,1],"span":[28,37,47]},{"path":[4,1,2,1,3],"span":[28,50,51]},{"path":[4,2],"span":[31,0,35,1]},{"path":[4,2,1],"span":[31,8,17]},{"path":[4,2,9],"span":[32,2,13]},{"path":[4,2,9,0],"span":[32,11,12]},{"path":[4,2,9,0,1],"span":[32,11,12]},{"path":[4,2,2,0],"span":[33,2,17]},{"path":[4,2,2,0,5],"span":[33,2,6]},{"path":[4,2,2,0,1],"span":[33,7,12]},{"path":[4,2,2,0,3],"span":[33,15,16]},{"path":[4,2,2,1],"span":[34,2,57]},{"path":[4,2,2,1,4],"span":[34,2,10]},{"path":[4,2,2,1,6],"span":[34,11,35]},{"path":[4,2,2,1,1],"span":[34,36,52]},{"path":[4,2,2,1,3],"span":[34,55,56]},{"path":[4,3],"span":[37,0,39,1]},{"path":[4,3,1],"span":[37,8,20]},{"path":[4,3,2,0],"span":[38,2,28]},{"path":[4,3,2,0,6],"span":[38,2,11]},{"path":[4,3,2,0,1],"span":[38,12,23]},{"path":[4,3,2,0,3],"span":[38,26,27]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,14]},{"path":[4,4,2,0],"span":[42,2,35]},{"path":[4,4,2,0,6],"span":[42,2,11]},{"path":[4,4,2,0,1],"span":[42,12,30]},{"path":[4,4,2,0,3],"span":[42,33,34]},{"path":[4,4,2,1],"span":[43,2,31]},{"path":[4,4,2,1,6],"span":[43,2,11]},{"path":[4,4,2,1,1],"span":[43,12,26]},{"path":[4,4,2,1,3],"span":[43,29,30]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,14]},{"path":[4,5,2,0],"span":[47,2,23]},{"path":[4,5,2,0,5],"span":[47,2,7]},{"path":[4,5,2,0,1],"span":[47,8,18]},{"path":[4,5,2,0,3],"span":[47,21,22]},{"path":[4,6],"span":[50,0,52,1]},{"path":[4,6,1],"span":[50,8,19]},{"path":[4,6,2,0],"span":[51,2,32]},{"path":[4,6,2,0,5],"span":[51,2,7]},{"path":[4,6,2,0,1],"span":[51,8,27]},{"path":[4,6,2,0,3],"span":[51,30,31]},{"path":[4,7],"span":[54,0,61,1]},{"path":[4,7,1],"span":[54,8,18]},{"path":[4,7,9],"span":[55,2,13]},{"path":[4,7,9,0],"span":[55,11,12]},{"path":[4,7,9,0,1],"span":[55,11,12]},{"path":[4,7,2,0],"span":[56,2,27]},{"path":[4,7,2,0,6],"span":[56,2,17]},{"path":[4,7,2,0,1],"span":[56,18,22]},{"path":[4,7,2,0,3],"span":[56,25,26]},{"path":[4,7,2,1],"span":[57,2,42]},{"path":[4,7,2,1,4],"span":[57,2,10]},{"path":[4,7,2,1,6],"span":[57,11,23]},{"path":[4,7,2,1,1],"span":[57,24,37]},{"path":[4,7,2,1,3],"span":[57,40,41]},{"path":[4,7,2,2],"span":[58,2,29]},{"path":[4,7,2,2,4],"span":[58,2,10]},{"path":[4,7,2,2,6],"span":[58,11,17]},{"path":[4,7,2,2,1],"span":[58,18,24]},{"path":[4,7,2,2,3],"span":[58,27,28]},{"path":[4,7,2,3],"span":[59,2,20]},{"path":[4,7,2,3,6],"span":[59,2,8]},{"path":[4,7,2,3,1],"span":[59,9,15]},{"path":[4,7,2,3,3],"span":[59,18,19]},{"path":[4,7,2,4],"span":[60,2,30]},{"path":[4,7,2,4,6],"span":[60,2,13]},{"path":[4,7,2,4,1],"span":[60,14,25]},{"path":[4,7,2,4,3],"span":[60,28,29]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/empty.proto","package":"google.protobuf","messageType":[{"name":"Empty"}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"EmptyProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/emptypb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,51,16]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,69]},{"path":[8,11],"span":[35,0,69]},{"path":[8],"span":[36,0,44]},{"path":[8,1],"span":[36,0,44]},{"path":[8],"span":[37,0,43]},{"path":[8,8],"span":[37,0,43]},{"path":[8],"span":[38,0,34]},{"path":[8,10],"span":[38,0,34]},{"path":[8],"span":[39,0,33]},{"path":[8,36],"span":[39,0,33]},{"path":[8],"span":[40,0,31]},{"path":[8,31],"span":[40,0,31]},{"path":[4,0],"span":[51,0,16],"leadingComments":" A generic empty message that you can re-use to avoid defining duplicated\n empty messages in your APIs. A typical example is to use it as the request\n or the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\n The JSON representation for `Empty` is empty JSON object `{}`.\n"},{"path":[4,0,1],"span":[51,8,13]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","dependency":["limits/limits.proto","google/protobuf/empty.proto"],"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":"SearchPreviewAccountsBySiteIdsRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"},{"name":"search","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"search"}]},{"name":"SearchPreviewAccountsBySiteIdsResponse","field":[{"name":"accounts","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"accounts"}]},{"name":"GetPreviewAccountsByAccountIdsRequest","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"GetPreviewAccountsByAccountIdsResponse","field":[{"name":"accounts","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"accounts"}]},{"name":"SiteMetadata","field":[{"name":"payg","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"payg"}]},{"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":"created_by","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"},{"name":"current_subscription_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"currentSubscriptionId","options":{"deprecated":true}},{"name":"deleted_on","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedOn"},{"name":"metadata","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteMetadata","jsonName":"metadata"},{"name":"subscription","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"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":"being_owner_or_administrator","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"beingOwnerOrAdministrator"}]},{"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":"CheckAccessToSiteByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckAccessToSiteByClientIdResponse","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","options":{"deprecated":true}},{"name":"install_type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"installType"},{"name":"external_id","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"},{"name":"deleted_on","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedOn"},{"name":"deleted_data_started_on","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedDataStartedOn"}]}]},{"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":"GetInstallsByExternalIdsRequest","field":[{"name":"external_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"externalIds"}]},{"name":"GetInstallsByExternalIdsResponse","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":"GetInstallsForMultipleSitesRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"GetInstallsForMultipleSitesResponse","field":[{"name":"installs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installs"}]},{"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":"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"},{"name":"client_id","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}],"reservedRange":[{"start":2,"end":3},{"start":8,"end":9}]},{"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":"client_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"external_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}]},{"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":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"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"},{"name":"profiles","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profiles"},{"name":"createdBy","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"name":"SendInviteLocalUsersMailRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"SendInviteLocalUsersMailResponse","field":[{"name":"sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"sent"}]},{"name":"CreateLinkingCodeRequest","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":"CreateLinkingCodeResponse","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"}]},{"name":"GetSiteIdsWithIntegrationData","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"CheckStandardizedSoftwareEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckStandardizedSoftwareEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"UpdateSiteMetadataRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"UpdateSiteMetadataResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"UpdateSiteSkipDataExportRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"skip_data_export","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"skipDataExport"},{"name":"updated_by","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSkipDataExportResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"GetSiteLimitsRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"GetSiteLimitsResponse","field":[{"name":"site_limits","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry","jsonName":"siteLimits"}],"nestedType":[{"name":"SiteLimitsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.SiteLimits","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"GetSiteHierarchyIdsRequest","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"offsetId","proto3Optional":true},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"limit","proto3Optional":true}],"oneofDecl":[{"name":"_offset_id"},{"name":"_limit"}]},{"name":"SiteHierarchyIdsItem","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"parent_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsItem.ParentType","jsonName":"parentType"},{"name":"parent_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"parentId"},{"name":"is_customer_account","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isCustomerAccount"},{"name":"skip_hivemind_export","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"skipHivemindExport"}],"enumType":[{"name":"ParentType","value":[{"name":"UNKNOWN","number":0},{"name":"NONE","number":1},{"name":"ORG","number":2},{"name":"MSMP","number":3}]}]},{"name":"SiteHierarchyIdsPageInfo","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"offsetId"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetSiteHierarchyIdsResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"count"},{"name":"items","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsItem","jsonName":"items"},{"name":"page_info","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsPageInfo","jsonName":"pageInfo"}]},{"name":"GetSitesOptions","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"offsetId","proto3Optional":true},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"limit","proto3Optional":true}],"oneofDecl":[{"name":"_offset_id"},{"name":"_limit"}]},{"name":"GetSitesRequest","field":[{"name":"options","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSitesOptions","oneofIndex":0,"jsonName":"options","proto3Optional":true}],"oneofDecl":[{"name":"_options"}]},{"name":"SiteItemMetadata","field":[{"name":"enabled_metadata_fields_federation","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabledMetadataFieldsFederation"},{"name":"enabled_custom_fields_federation","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabledCustomFieldsFederation"}]},{"name":"SiteItem","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"metadata","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteItemMetadata","oneofIndex":0,"jsonName":"metadata","proto3Optional":true}],"oneofDecl":[{"name":"_metadata"}]},{"name":"GetSitesPageInfo","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"offsetId"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetSitesResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"count"},{"name":"items","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteItem","jsonName":"items"},{"name":"page_info","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSitesPageInfo","jsonName":"pageInfo"}]},{"name":"MsmpPagination","field":[{"name":"offset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"}]},{"name":"MsmpPaginationInfo","field":[{"name":"total","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"total"},{"name":"offset","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetMsmpOrganizationListRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_pagination","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListRequest.MsmpPaginationRequest","jsonName":"msmpPagination"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}],"nestedType":[{"name":"MsmpPaginationRequest","field":[{"name":"offset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"}]}]},{"name":"GetMsmpOrganizationListResponse","field":[{"name":"organizations","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpOrganization","jsonName":"organizations"},{"name":"msmp_page_info","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpPageInfo","jsonName":"msmpPageInfo"}],"nestedType":[{"name":"MsmpOrganization","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":"MsmpPageInfo","field":[{"name":"total","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"total"},{"name":"offset","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]}]},{"name":"GetMsmpOrganizationAccountRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_organization_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"msmpOrganizationId"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"GetMsmpOrganizationAccountResponse","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"role","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"role"},{"name":"is_pending","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isPending"},{"name":"has_accessed_multi_site_management_portal","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasAccessedMultiSiteManagementPortal"}]},{"name":"GetSitesByMsmpOrganizationIdRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_organization_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"msmpOrganizationId"},{"name":"msmp_pagination","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.MsmpPagination","jsonName":"msmpPagination"},{"name":"trace_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"GetSitesByMsmpOrganizationIdResponse","field":[{"name":"sites","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"sites"},{"name":"msmp_pagination_info","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.MsmpPaginationInfo","jsonName":"msmpPaginationInfo"}]},{"name":"SetEnabledCustomFieldsFederationRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}]},{"name":"IsCustomFieldsFederationEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"IsMetadataFieldsFederationEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"IsCustomFieldsFederationEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"IsMetadataFieldsFederationEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"GetSitePreviewRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetSitePreviewResponse","field":[{"name":"site","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"}]},{"name":"CreateOwnerPersonalAccessTokenRequest","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"partner_integration_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"partnerIntegrationId"},{"name":"site_ids","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"description","proto3Optional":true}],"oneofDecl":[{"name":"_description"}]},{"name":"CreateOwnerPersonalAccessTokenResponse","field":[{"name":"token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"token"}]},{"name":"GetInstallationSettingsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"}]},{"name":"GetInstallationSettingsResponse","field":[{"name":"digitalLicenseToken","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"digitalLicenseToken"}]},{"name":"CreateFlowBuilderBotAccountRequest","field":[{"name":"trace_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CreateFlowBuilderBotAccountResponse","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetManualInstallationRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"user_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"userId","proto3Optional":true}],"oneofDecl":[{"name":"_user_id"}]},{"name":"GetManualInstallationResponse","field":[{"name":"manual_install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"manualInstallId"}]}],"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":"IT_AGENT","number":2},{"name":"CLOUD","number":3},{"name":"NETWORK_DISCOVERY","number":4},{"name":"MANUAL","number":5}]},{"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":"CheckAccessToSiteByClientId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"SearchPreviewAccountsBySiteIds","inputType":".lansweeper.multitenant.v1.SearchPreviewAccountsBySiteIdsRequest","outputType":".lansweeper.multitenant.v1.SearchPreviewAccountsBySiteIdsResponse","options":{}},{"name":"GetPreviewAccountsByAccountIds","inputType":".lansweeper.multitenant.v1.GetPreviewAccountsByAccountIdsRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountsByAccountIdsResponse","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":"GetInstallsforMultipleSites","inputType":".lansweeper.multitenant.v1.GetInstallsForMultipleSitesRequest","outputType":".lansweeper.multitenant.v1.GetInstallsForMultipleSitesResponse","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":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}},{"name":"CheckStandardizedSoftwareEnabled","inputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest","outputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse","options":{}},{"name":"UpdateSiteMetadata","inputType":".lansweeper.multitenant.v1.UpdateSiteMetadataRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteMetadataResponse","options":{}},{"name":"GetSiteLimits","inputType":".lansweeper.multitenant.v1.GetSiteLimitsRequest","outputType":".lansweeper.multitenant.v1.GetSiteLimitsResponse","options":{}},{"name":"GetMsmpOrganizationList","inputType":".lansweeper.multitenant.v1.GetMsmpOrganizationListRequest","outputType":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse","options":{}},{"name":"GetMsmpOrganizationAccount","inputType":".lansweeper.multitenant.v1.GetMsmpOrganizationAccountRequest","outputType":".lansweeper.multitenant.v1.GetMsmpOrganizationAccountResponse","options":{}},{"name":"GetSitesByMsmpOrganizationId","inputType":".lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdRequest","outputType":".lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse","options":{}},{"name":"GetInstallsByExternalIds","inputType":".lansweeper.multitenant.v1.GetInstallsByExternalIdsRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByExternalIdsResponse","options":{}},{"name":"SetEnabledCustomFieldsFederation","inputType":".lansweeper.multitenant.v1.SetEnabledCustomFieldsFederationRequest","outputType":".google.protobuf.Empty","options":{}},{"name":"IsCustomFieldsFederationEnabled","inputType":".lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest","outputType":".lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse","options":{}},{"name":"IsMetadataFieldsFederationEnabled","inputType":".lansweeper.multitenant.v1.IsMetadataFieldsFederationEnabledRequest","outputType":".lansweeper.multitenant.v1.IsMetadataFieldsFederationEnabledResponse","options":{}},{"name":"GetSitePreview","inputType":".lansweeper.multitenant.v1.GetSitePreviewRequest","outputType":".lansweeper.multitenant.v1.GetSitePreviewResponse","options":{}},{"name":"UpdateSiteSkipDataExport","inputType":".lansweeper.multitenant.v1.UpdateSiteSkipDataExportRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSkipDataExportResponse","options":{}},{"name":"GetSiteHierarchyIds","inputType":".lansweeper.multitenant.v1.GetSiteHierarchyIdsRequest","outputType":".lansweeper.multitenant.v1.GetSiteHierarchyIdsResponse","options":{}},{"name":"GetSites","inputType":".lansweeper.multitenant.v1.GetSitesRequest","outputType":".lansweeper.multitenant.v1.GetSitesResponse","options":{}},{"name":"CreateOwnerPersonalAccessToken","inputType":".lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenResponse","options":{}},{"name":"GetInstallationSettings","inputType":".lansweeper.multitenant.v1.GetInstallationSettingsRequest","outputType":".lansweeper.multitenant.v1.GetInstallationSettingsResponse","options":{}},{"name":"CreateFlowBuilderBotAccount","inputType":".lansweeper.multitenant.v1.CreateFlowBuilderBotAccountRequest","outputType":".lansweeper.multitenant.v1.CreateFlowBuilderBotAccountResponse","options":{}},{"name":"GetManualInstallation","inputType":".lansweeper.multitenant.v1.GetManualInstallationRequest","outputType":".lansweeper.multitenant.v1.GetManualInstallationResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,716,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[1,0,34]},{"path":[8],"span":[2,0,37]},{"path":[8,11],"span":[2,0,37]},{"path":[3,0],"span":[4,0,29]},{"path":[3,1],"span":[5,0,37]},{"path":[4,0],"span":[7,0,14,1]},{"path":[4,0,1],"span":[7,8,22]},{"path":[4,0,2,0],"span":[8,2,16]},{"path":[4,0,2,0,5],"span":[8,2,8]},{"path":[4,0,2,0,1],"span":[8,9,11]},{"path":[4,0,2,0,3],"span":[8,14,15]},{"path":[4,0,2,1],"span":[9,2,22]},{"path":[4,0,2,1,5],"span":[9,2,8]},{"path":[4,0,2,1,1],"span":[9,9,17]},{"path":[4,0,2,1,3],"span":[9,20,21]},{"path":[4,0,2,2],"span":[10,2,18]},{"path":[4,0,2,2,5],"span":[10,2,8]},{"path":[4,0,2,2,1],"span":[10,9,13]},{"path":[4,0,2,2,3],"span":[10,16,17]},{"path":[4,0,2,3],"span":[11,2,21]},{"path":[4,0,2,3,5],"span":[11,2,8]},{"path":[4,0,2,3,1],"span":[11,9,16]},{"path":[4,0,2,3,3],"span":[11,19,20]},{"path":[4,0,2,4],"span":[12,2,19]},{"path":[4,0,2,4,5],"span":[12,2,8]},{"path":[4,0,2,4,1],"span":[12,9,14]},{"path":[4,0,2,4,3],"span":[12,17,18]},{"path":[4,0,2,5],"span":[13,2,23]},{"path":[4,0,2,5,5],"span":[13,2,8]},{"path":[4,0,2,5,1],"span":[13,9,18]},{"path":[4,0,2,5,3],"span":[13,21,22]},{"path":[4,1],"span":[16,0,18,1]},{"path":[4,1,1],"span":[16,8,36]},{"path":[4,1,2,0],"span":[17,2,16]},{"path":[4,1,2,0,5],"span":[17,2,8]},{"path":[4,1,2,0,1],"span":[17,9,11]},{"path":[4,1,2,0,3],"span":[17,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":[4,3],"span":[22,0,25,1]},{"path":[4,3,1],"span":[22,8,45]},{"path":[4,3,2,0],"span":[23,2,31]},{"path":[4,3,2,0,4],"span":[23,2,10]},{"path":[4,3,2,0,5],"span":[23,11,17]},{"path":[4,3,2,0,1],"span":[23,18,26]},{"path":[4,3,2,0,3],"span":[23,29,30]},{"path":[4,3,2,1],"span":[24,2,20]},{"path":[4,3,2,1,5],"span":[24,2,8]},{"path":[4,3,2,1,1],"span":[24,9,15]},{"path":[4,3,2,1,3],"span":[24,18,19]},{"path":[4,4],"span":[26,0,28,1]},{"path":[4,4,1],"span":[26,8,46]},{"path":[4,4,2,0],"span":[27,2,39]},{"path":[4,4,2,0,4],"span":[27,2,10]},{"path":[4,4,2,0,6],"span":[27,11,25]},{"path":[4,4,2,0,1],"span":[27,26,34]},{"path":[4,4,2,0,3],"span":[27,37,38]},{"path":[4,5],"span":[29,0,31,1]},{"path":[4,5,1],"span":[29,8,45]},{"path":[4,5,2,0],"span":[30,2,34]},{"path":[4,5,2,0,4],"span":[30,2,10]},{"path":[4,5,2,0,5],"span":[30,11,17]},{"path":[4,5,2,0,1],"span":[30,18,29]},{"path":[4,5,2,0,3],"span":[30,32,33]},{"path":[4,6],"span":[32,0,34,1]},{"path":[4,6,1],"span":[32,8,46]},{"path":[4,6,2,0],"span":[33,2,39]},{"path":[4,6,2,0,4],"span":[33,2,10]},{"path":[4,6,2,0,6],"span":[33,11,25]},{"path":[4,6,2,0,1],"span":[33,26,34]},{"path":[4,6,2,0,3],"span":[33,37,38]},{"path":[5,0],"span":[35,0,41,1]},{"path":[5,0,1],"span":[35,5,13]},{"path":[5,0,2,0],"span":[36,2,19]},{"path":[5,0,2,0,1],"span":[36,2,14]},{"path":[5,0,2,0,2],"span":[36,17,18]},{"path":[5,0,2,1],"span":[37,2,19]},{"path":[5,0,2,1,1],"span":[37,2,14]},{"path":[5,0,2,1,2],"span":[37,17,18]},{"path":[5,0,2,2],"span":[38,2,11]},{"path":[5,0,2,2,1],"span":[38,2,6]},{"path":[5,0,2,2,2],"span":[38,9,10]},{"path":[5,0,2,3],"span":[39,2,13]},{"path":[5,0,2,3,1],"span":[39,2,8]},{"path":[5,0,2,3,2],"span":[39,11,12]},{"path":[5,0,2,4],"span":[40,2,11]},{"path":[5,0,2,4,1],"span":[40,2,6]},{"path":[5,0,2,4,2],"span":[40,9,10]},{"path":[4,7],"span":[42,0,44,1]},{"path":[4,7,1],"span":[42,8,20]},{"path":[4,7,2,0],"span":[43,2,16]},{"path":[4,7,2,0,5],"span":[43,2,6]},{"path":[4,7,2,0,1],"span":[43,7,11]},{"path":[4,7,2,0,3],"span":[43,14,15]},{"path":[4,8],"span":[45,0,56,1]},{"path":[4,8,1],"span":[45,8,19]},{"path":[4,8,2,0],"span":[46,2,16]},{"path":[4,8,2,0,5],"span":[46,2,8]},{"path":[4,8,2,0,1],"span":[46,9,11]},{"path":[4,8,2,0,3],"span":[46,14,15]},{"path":[4,8,2,1],"span":[47,2,18]},{"path":[4,8,2,1,5],"span":[47,2,8]},{"path":[4,8,2,1,1],"span":[47,9,13]},{"path":[4,8,2,1,3],"span":[47,16,17]},{"path":[4,8,2,2],"span":[48,2,26]},{"path":[4,8,2,2,5],"span":[48,2,8]},{"path":[4,8,2,2,1],"span":[48,9,21]},{"path":[4,8,2,2,3],"span":[48,24,25]},{"path":[4,8,2,3],"span":[49,2,22]},{"path":[4,8,2,3,5],"span":[49,2,8]},{"path":[4,8,2,3,1],"span":[49,9,17]},{"path":[4,8,2,3,3],"span":[49,20,21]},{"path":[4,8,2,4],"span":[50,2,20]},{"path":[4,8,2,4,6],"span":[50,2,10]},{"path":[4,8,2,4,1],"span":[50,11,15]},{"path":[4,8,2,4,3],"span":[50,18,19]},{"path":[4,8,2,5],"span":[51,2,32]},{"path":[4,8,2,5,6],"span":[51,2,16]},{"path":[4,8,2,5,1],"span":[51,17,27]},{"path":[4,8,2,5,3],"span":[51,30,31]},{"path":[4,8,2,6],"span":[52,2,57]},{"path":[4,8,2,6,5],"span":[52,2,8]},{"path":[4,8,2,6,1],"span":[52,9,32]},{"path":[4,8,2,6,3],"span":[52,35,36]},{"path":[4,8,2,6,8],"span":[52,37,56]},{"path":[4,8,2,6,8,3],"span":[52,38,55]},{"path":[4,8,2,7],"span":[53,2,24]},{"path":[4,8,2,7,5],"span":[53,2,8]},{"path":[4,8,2,7,1],"span":[53,9,19]},{"path":[4,8,2,7,3],"span":[53,22,23]},{"path":[4,8,2,8],"span":[54,2,28]},{"path":[4,8,2,8,6],"span":[54,2,14]},{"path":[4,8,2,8,1],"span":[54,15,23]},{"path":[4,8,2,8,3],"span":[54,26,27]},{"path":[4,8,2,9],"span":[55,2,33]},{"path":[4,8,2,9,6],"span":[55,2,14]},{"path":[4,8,2,9,1],"span":[55,15,27]},{"path":[4,8,2,9,3],"span":[55,30,32]},{"path":[4,9],"span":[57,0,60,1]},{"path":[4,9,1],"span":[57,8,28]},{"path":[4,9,2,0],"span":[58,2,16]},{"path":[4,9,2,0,5],"span":[58,2,8]},{"path":[4,9,2,0,1],"span":[58,9,11]},{"path":[4,9,2,0,3],"span":[58,14,15]},{"path":[4,9,2,1],"span":[59,2,20]},{"path":[4,9,2,1,6],"span":[59,2,10]},{"path":[4,9,2,1,1],"span":[59,11,15]},{"path":[4,9,2,1,3],"span":[59,18,19]},{"path":[4,10],"span":[61,0,63,1]},{"path":[4,10,1],"span":[61,8,29]},{"path":[4,10,2,0],"span":[62,2,19]},{"path":[4,10,2,0,5],"span":[62,2,6]},{"path":[4,10,2,0,1],"span":[62,7,14]},{"path":[4,10,2,0,3],"span":[62,17,18]},{"path":[4,11],"span":[64,0,69,1]},{"path":[4,11,1],"span":[64,8,15]},{"path":[4,11,2,0],"span":[65,2,16]},{"path":[4,11,2,0,5],"span":[65,2,8]},{"path":[4,11,2,0,1],"span":[65,9,11]},{"path":[4,11,2,0,3],"span":[65,14,15]},{"path":[4,11,2,1],"span":[66,2,21]},{"path":[4,11,2,1,5],"span":[66,2,8]},{"path":[4,11,2,1,1],"span":[66,9,16]},{"path":[4,11,2,1,3],"span":[66,19,20]},{"path":[4,11,2,2],"span":[67,2,23]},{"path":[4,11,2,2,6],"span":[67,2,13]},{"path":[4,11,2,2,1],"span":[67,14,18]},{"path":[4,11,2,2,3],"span":[67,21,22]},{"path":[4,11,2,3],"span":[68,2,20]},{"path":[4,11,2,3,5],"span":[68,2,6]},{"path":[4,11,2,3,1],"span":[68,7,15]},{"path":[4,11,2,3,3],"span":[68,18,19]},{"path":[4,12],"span":[70,0,74,1]},{"path":[4,12,1],"span":[70,8,38]},{"path":[4,12,2,0],"span":[71,2,24]},{"path":[4,12,2,0,5],"span":[71,2,8]},{"path":[4,12,2,0,1],"span":[71,9,19]},{"path":[4,12,2,0,3],"span":[71,22,23]},{"path":[4,12,2,1],"span":[72,2,26]},{"path":[4,12,2,1,5],"span":[72,2,6]},{"path":[4,12,2,1,1],"span":[72,7,21]},{"path":[4,12,2,1,3],"span":[72,24,25]},{"path":[4,12,2,2],"span":[73,2,40]},{"path":[4,12,2,2,5],"span":[73,2,6]},{"path":[4,12,2,2,1],"span":[73,7,35]},{"path":[4,12,2,2,3],"span":[73,38,39]},{"path":[4,13],"span":[75,0,77,1]},{"path":[4,13,1],"span":[75,8,39]},{"path":[4,13,2,0],"span":[76,2,31]},{"path":[4,13,2,0,4],"span":[76,2,10]},{"path":[4,13,2,0,6],"span":[76,11,18]},{"path":[4,13,2,0,1],"span":[76,19,26]},{"path":[4,13,2,0,3],"span":[76,29,30]},{"path":[4,14],"span":[78,0,81,1]},{"path":[4,14,1],"span":[78,8,41]},{"path":[4,14,2,0],"span":[79,2,24]},{"path":[4,14,2,0,5],"span":[79,2,8]},{"path":[4,14,2,0,1],"span":[79,9,19]},{"path":[4,14,2,0,3],"span":[79,22,23]},{"path":[4,14,2,1],"span":[80,2,46]},{"path":[4,14,2,1,5],"span":[80,2,6]},{"path":[4,14,2,1,1],"span":[80,7,21]},{"path":[4,14,2,1,3],"span":[80,24,25]},{"path":[4,14,2,1,8],"span":[80,26,45]},{"path":[4,14,2,1,8,3],"span":[80,27,44]},{"path":[4,15],"span":[82,0,84,1]},{"path":[4,15,1],"span":[82,8,42]},{"path":[4,15,2,0],"span":[83,2,31]},{"path":[4,15,2,0,4],"span":[83,2,10]},{"path":[4,15,2,0,6],"span":[83,11,18]},{"path":[4,15,2,0,1],"span":[83,19,26]},{"path":[4,15,2,0,3],"span":[83,29,30]},{"path":[4,16],"span":[85,0,94,1]},{"path":[4,16,1],"span":[85,8,43]},{"path":[4,16,2,0],"span":[86,2,24]},{"path":[4,16,2,0,5],"span":[86,2,8]},{"path":[4,16,2,0,1],"span":[86,9,19]},{"path":[4,16,2,0,3],"span":[86,22,23]},{"path":[4,16,2,1],"span":[87,2,21]},{"path":[4,16,2,1,5],"span":[87,2,8]},{"path":[4,16,2,1,1],"span":[87,9,16]},{"path":[4,16,2,1,3],"span":[87,19,20]},{"path":[4,16,2,2],"span":[88,2,22]},{"path":[4,16,2,2,5],"span":[88,2,6]},{"path":[4,16,2,2,1],"span":[88,7,17]},{"path":[4,16,2,2,3],"span":[88,20,21]},{"path":[4,16,3,0],"span":[89,2,92,3]},{"path":[4,16,3,0,1],"span":[89,10,18]},{"path":[4,16,3,0,2,0],"span":[90,4,21]},{"path":[4,16,3,0,2,0,5],"span":[90,4,8]},{"path":[4,16,3,0,2,0,1],"span":[90,9,16]},{"path":[4,16,3,0,2,0,3],"span":[90,19,20]},{"path":[4,16,3,0,2,1],"span":[91,4,26]},{"path":[4,16,3,0,2,1,5],"span":[91,4,8]},{"path":[4,16,3,0,2,1,1],"span":[91,9,21]},{"path":[4,16,3,0,2,1,3],"span":[91,24,25]},{"path":[4,16,2,3],"span":[93,2,25]},{"path":[4,16,2,3,6],"span":[93,2,10]},{"path":[4,16,2,3,1],"span":[93,11,20]},{"path":[4,16,2,3,3],"span":[93,23,24]},{"path":[4,17],"span":[95,0,97,1]},{"path":[4,17,1],"span":[95,8,44]},{"path":[4,17,2,0],"span":[96,2,18]},{"path":[4,17,2,0,5],"span":[96,2,6]},{"path":[4,17,2,0,1],"span":[96,7,13]},{"path":[4,17,2,0,3],"span":[96,16,17]},{"path":[4,18],"span":[98,0,101,1]},{"path":[4,18,1],"span":[98,8,42]},{"path":[4,18,2,0],"span":[99,2,23]},{"path":[4,18,2,0,5],"span":[99,2,8]},{"path":[4,18,2,0,1],"span":[99,9,18]},{"path":[4,18,2,0,3],"span":[99,21,22]},{"path":[4,18,2,1],"span":[100,2,21]},{"path":[4,18,2,1,5],"span":[100,2,8]},{"path":[4,18,2,1,1],"span":[100,9,16]},{"path":[4,18,2,1,3],"span":[100,19,20]},{"path":[4,19],"span":[102,0,104,1]},{"path":[4,19,1],"span":[102,8,43]},{"path":[4,19,2,0],"span":[103,2,18]},{"path":[4,19,2,0,5],"span":[103,2,6]},{"path":[4,19,2,0,1],"span":[103,7,13]},{"path":[4,19,2,0,3],"span":[103,16,17]},{"path":[5,1],"span":[105,0,109,1]},{"path":[5,1,1],"span":[105,5,22]},{"path":[5,1,2,0],"span":[106,2,39]},{"path":[5,1,2,0,1],"span":[106,2,34]},{"path":[5,1,2,0,2],"span":[106,37,38]},{"path":[5,1,2,1],"span":[107,2,31]},{"path":[5,1,2,1,1],"span":[107,2,26]},{"path":[5,1,2,1,2],"span":[107,29,30]},{"path":[5,1,2,2],"span":[108,2,33]},{"path":[5,1,2,2,1],"span":[108,2,28]},{"path":[5,1,2,2,2],"span":[108,31,32]},{"path":[4,20],"span":[110,0,130,1]},{"path":[4,20,1],"span":[110,8,15]},{"path":[4,20,2,0],"span":[111,2,16]},{"path":[4,20,2,0,5],"span":[111,2,8]},{"path":[4,20,2,0,1],"span":[111,9,11]},{"path":[4,20,2,0,3],"span":[111,14,15]},{"path":[4,20,2,1],"span":[112,2,21]},{"path":[4,20,2,1,5],"span":[112,2,8]},{"path":[4,20,2,1,1],"span":[112,9,16]},{"path":[4,20,2,1,3],"span":[112,19,20]},{"path":[4,20,2,2],"span":[113,2,26]},{"path":[4,20,2,2,5],"span":[113,2,8]},{"path":[4,20,2,2,1],"span":[113,9,21]},{"path":[4,20,2,2,3],"span":[113,24,25]},{"path":[4,20,2,3],"span":[114,2,25]},{"path":[4,20,2,3,5],"span":[114,2,8]},{"path":[4,20,2,3,1],"span":[114,9,20]},{"path":[4,20,2,3,3],"span":[114,23,24]},{"path":[4,20,2,4],"span":[115,2,20]},{"path":[4,20,2,4,5],"span":[115,2,8]},{"path":[4,20,2,4,1],"span":[115,9,15]},{"path":[4,20,2,4,3],"span":[115,18,19]},{"path":[4,20,2,5],"span":[116,2,18]},{"path":[4,20,2,5,5],"span":[116,2,8]},{"path":[4,20,2,5,1],"span":[116,9,13]},{"path":[4,20,2,5,3],"span":[116,16,17]},{"path":[4,20,2,6],"span":[117,2,27]},{"path":[4,20,2,6,5],"span":[117,2,8]},{"path":[4,20,2,6,1],"span":[117,9,22]},{"path":[4,20,2,6,3],"span":[117,25,26]},{"path":[4,20,2,7],"span":[118,2,23]},{"path":[4,20,2,7,5],"span":[118,2,8]},{"path":[4,20,2,7,1],"span":[118,9,18]},{"path":[4,20,2,7,3],"span":[118,21,22]},{"path":[4,20,3,0],"span":[119,2,123,3]},{"path":[4,20,3,0,1],"span":[119,10,22]},{"path":[4,20,3,0,2,0],"span":[120,4,32]},{"path":[4,20,3,0,2,0,6],"span":[120,4,21]},{"path":[4,20,3,0,2,0,1],"span":[120,22,27]},{"path":[4,20,3,0,2,0,3],"span":[120,30,31]},{"path":[4,20,3,0,2,1],"span":[121,4,26]},{"path":[4,20,3,0,2,1,5],"span":[121,4,10]},{"path":[4,20,3,0,2,1,1],"span":[121,11,21]},{"path":[4,20,3,0,2,1,3],"span":[121,24,25]},{"path":[4,20,3,0,2,2],"span":[122,4,39]},{"path":[4,20,3,0,2,2,5],"span":[122,4,10]},{"path":[4,20,3,0,2,2,1],"span":[122,11,34]},{"path":[4,20,3,0,2,2,3],"span":[122,37,38]},{"path":[4,20,2,8],"span":[124,2,25]},{"path":[4,20,2,8,6],"span":[124,2,14]},{"path":[4,20,2,8,1],"span":[124,15,20]},{"path":[4,20,2,8,3],"span":[124,23,24]},{"path":[4,20,2,9],"span":[125,2,25]},{"path":[4,20,2,9,5],"span":[125,2,8]},{"path":[4,20,2,9,1],"span":[125,9,19]},{"path":[4,20,2,9,3],"span":[125,22,24]},{"path":[4,20,2,10],"span":[126,2,22]},{"path":[4,20,2,10,5],"span":[126,2,8]},{"path":[4,20,2,10,1],"span":[126,9,16]},{"path":[4,20,2,10,3],"span":[126,19,21]},{"path":[4,20,2,11],"span":[127,2,39]},{"path":[4,20,2,11,5],"span":[127,2,8]},{"path":[4,20,2,11,1],"span":[127,9,13]},{"path":[4,20,2,11,3],"span":[127,16,18]},{"path":[4,20,2,11,8],"span":[127,19,38]},{"path":[4,20,2,11,8,3],"span":[127,20,37]},{"path":[4,20,2,12],"span":[128,2,32]},{"path":[4,20,2,12,6],"span":[128,2,13]},{"path":[4,20,2,12,1],"span":[128,14,26]},{"path":[4,20,2,12,3],"span":[128,29,31]},{"path":[4,20,2,13],"span":[129,2,26]},{"path":[4,20,2,13,5],"span":[129,2,8]},{"path":[4,20,2,13,1],"span":[129,9,20]},{"path":[4,20,2,13,3],"span":[129,23,25]},{"path":[4,21],"span":[131,0,134,1]},{"path":[4,21,1],"span":[131,8,26]},{"path":[4,21,2,0],"span":[132,2,23]},{"path":[4,21,2,0,5],"span":[132,2,8]},{"path":[4,21,2,0,1],"span":[132,9,18]},{"path":[4,21,2,0,3],"span":[132,21,22]},{"path":[4,21,2,1],"span":[133,2,27]},{"path":[4,21,2,1,5],"span":[133,2,8]},{"path":[4,21,2,1,1],"span":[133,9,22]},{"path":[4,21,2,1,3],"span":[133,25,26]},{"path":[4,22],"span":[135,0,137,1]},{"path":[4,22,1],"span":[135,8,37]},{"path":[4,22,2,0],"span":[136,2,21]},{"path":[4,22,2,0,5],"span":[136,2,8]},{"path":[4,22,2,0,1],"span":[136,9,16]},{"path":[4,22,2,0,3],"span":[136,19,20]},{"path":[4,23],"span":[138,0,140,1]},{"path":[4,23,1],"span":[138,8,32]},{"path":[4,23,2,0],"span":[139,2,18]},{"path":[4,23,2,0,5],"span":[139,2,7]},{"path":[4,23,2,0,1],"span":[139,8,13]},{"path":[4,23,2,0,3],"span":[139,16,17]},{"path":[4,24],"span":[141,0,143,1]},{"path":[4,24,1],"span":[141,8,30]},{"path":[4,24,2,0],"span":[142,2,34]},{"path":[4,24,2,0,4],"span":[142,2,10]},{"path":[4,24,2,0,5],"span":[142,11,17]},{"path":[4,24,2,0,1],"span":[142,18,29]},{"path":[4,24,2,0,3],"span":[142,32,33]},{"path":[4,25],"span":[144,0,146,1]},{"path":[4,25,1],"span":[144,8,31]},{"path":[4,25,2,0],"span":[145,2,31]},{"path":[4,25,2,0,4],"span":[145,2,10]},{"path":[4,25,2,0,6],"span":[145,11,18]},{"path":[4,25,2,0,1],"span":[145,19,26]},{"path":[4,25,2,0,3],"span":[145,29,30]},{"path":[4,26],"span":[147,0,149,1]},{"path":[4,26,1],"span":[147,8,39]},{"path":[4,26,2,0],"span":[148,2,35]},{"path":[4,26,2,0,4],"span":[148,2,10]},{"path":[4,26,2,0,5],"span":[148,11,17]},{"path":[4,26,2,0,1],"span":[148,18,30]},{"path":[4,26,2,0,3],"span":[148,33,34]},{"path":[4,27],"span":[150,0,152,1]},{"path":[4,27,1],"span":[150,8,40]},{"path":[4,27,2,0],"span":[151,2,31]},{"path":[4,27,2,0,4],"span":[151,2,10]},{"path":[4,27,2,0,6],"span":[151,11,18]},{"path":[4,27,2,0,1],"span":[151,19,26]},{"path":[4,27,2,0,3],"span":[151,29,30]},{"path":[4,28],"span":[153,0,157,1]},{"path":[4,28,1],"span":[153,8,27]},{"path":[4,28,8,0],"span":[154,2,156,3]},{"path":[4,28,8,0,1],"span":[154,8,12]},{"path":[4,28,2,0],"span":[155,4,25]},{"path":[4,28,2,0,6],"span":[155,4,15]},{"path":[4,28,2,0,1],"span":[155,16,20]},{"path":[4,28,2,0,3],"span":[155,23,24]},{"path":[4,29],"span":[158,0,166,1]},{"path":[4,29,1],"span":[158,8,32]},{"path":[4,29,2,0],"span":[159,2,21]},{"path":[4,29,2,0,5],"span":[159,2,8]},{"path":[4,29,2,0,1],"span":[159,9,16]},{"path":[4,29,2,0,3],"span":[159,19,20]},{"path":[4,29,3,0],"span":[160,2,164,3]},{"path":[4,29,3,0,1],"span":[160,10,16]},{"path":[4,29,3,0,2,0],"span":[161,4,32]},{"path":[4,29,3,0,2,0,6],"span":[161,4,21]},{"path":[4,29,3,0,2,0,1],"span":[161,22,27]},{"path":[4,29,3,0,2,0,3],"span":[161,30,31]},{"path":[4,29,3,0,2,1],"span":[162,4,43]},{"path":[4,29,3,0,2,1,6],"span":[162,4,15]},{"path":[4,29,3,0,2,1,1],"span":[162,16,20]},{"path":[4,29,3,0,2,1,3],"span":[162,21,22]},{"path":[4,29,3,0,2,1,8],"span":[162,23,42]},{"path":[4,29,3,0,2,1,8,3],"span":[162,24,41]},{"path":[4,29,3,0,2,2],"span":[163,4,39]},{"path":[4,29,3,0,2,2,6],"span":[163,4,23]},{"path":[4,29,3,0,2,2,1],"span":[163,24,36]},{"path":[4,29,3,0,2,2,3],"span":[163,37,38]},{"path":[4,29,2,1],"span":[165,2,20]},{"path":[4,29,2,1,6],"span":[165,2,8]},{"path":[4,29,2,1,1],"span":[165,9,15]},{"path":[4,29,2,1,3],"span":[165,18,19]},{"path":[4,30],"span":[167,0,169,1]},{"path":[4,30,1],"span":[167,8,33]},{"path":[4,30,2,0],"span":[168,2,31]},{"path":[4,30,2,0,4],"span":[168,2,10]},{"path":[4,30,2,0,6],"span":[168,11,18]},{"path":[4,30,2,0,1],"span":[168,19,26]},{"path":[4,30,2,0,3],"span":[168,29,30]},{"path":[4,31],"span":[170,0,172,1]},{"path":[4,31,1],"span":[170,8,42]},{"path":[4,31,2,0],"span":[171,2,31]},{"path":[4,31,2,0,4],"span":[171,2,10]},{"path":[4,31,2,0,5],"span":[171,11,17]},{"path":[4,31,2,0,1],"span":[171,18,26]},{"path":[4,31,2,0,3],"span":[171,29,30]},{"path":[4,32],"span":[173,0,175,1]},{"path":[4,32,1],"span":[173,8,43]},{"path":[4,32,2,0],"span":[174,2,32]},{"path":[4,32,2,0,4],"span":[174,2,10]},{"path":[4,32,2,0,6],"span":[174,11,18]},{"path":[4,32,2,0,1],"span":[174,19,27]},{"path":[4,32,2,0,3],"span":[174,30,31]},{"path":[4,33],"span":[176,0,178,1]},{"path":[4,33,1],"span":[176,8,35]},{"path":[4,33,2,0],"span":[177,2,23]},{"path":[4,33,2,0,5],"span":[177,2,8]},{"path":[4,33,2,0,1],"span":[177,9,18]},{"path":[4,33,2,0,3],"span":[177,21,22]},{"path":[4,34],"span":[179,0,181,1]},{"path":[4,34,1],"span":[179,8,36]},{"path":[4,34,2,0],"span":[180,2,22]},{"path":[4,34,2,0,6],"span":[180,2,9]},{"path":[4,34,2,0,1],"span":[180,10,17]},{"path":[4,34,2,0,3],"span":[180,20,21]},{"path":[4,35],"span":[182,0,194,1]},{"path":[4,35,1],"span":[182,8,28]},{"path":[4,35,9],"span":[183,2,16]},{"path":[4,35,9,0],"span":[183,11,12]},{"path":[4,35,9,0,1],"span":[183,11,12]},{"path":[4,35,9,1],"span":[183,14,15]},{"path":[4,35,9,1,1],"span":[183,14,15]},{"path":[4,35,2,0],"span":[184,2,21]},{"path":[4,35,2,0,5],"span":[184,2,8]},{"path":[4,35,2,0,1],"span":[184,9,16]},{"path":[4,35,2,0,3],"span":[184,19,20]},{"path":[4,35,2,1],"span":[185,2,26]},{"path":[4,35,2,1,5],"span":[185,2,8]},{"path":[4,35,2,1,1],"span":[185,9,21]},{"path":[4,35,2,1,3],"span":[185,24,25]},{"path":[4,35,2,2],"span":[186,2,25]},{"path":[4,35,2,2,5],"span":[186,2,8]},{"path":[4,35,2,2,1],"span":[186,9,20]},{"path":[4,35,2,2,3],"span":[186,23,24]},{"path":[4,35,2,3],"span":[187,2,20]},{"path":[4,35,2,3,5],"span":[187,2,8]},{"path":[4,35,2,3,1],"span":[187,9,15]},{"path":[4,35,2,3,3],"span":[187,18,19]},{"path":[4,35,2,4],"span":[188,2,18]},{"path":[4,35,2,4,5],"span":[188,2,8]},{"path":[4,35,2,4,1],"span":[188,9,13]},{"path":[4,35,2,4,3],"span":[188,16,17]},{"path":[4,35,2,5],"span":[189,2,27]},{"path":[4,35,2,5,5],"span":[189,2,8]},{"path":[4,35,2,5,1],"span":[189,9,22]},{"path":[4,35,2,5,3],"span":[189,25,26]},{"path":[4,35,2,6],"span":[191,2,23]},{"path":[4,35,2,6,5],"span":[191,2,8]},{"path":[4,35,2,6,1],"span":[191,9,18]},{"path":[4,35,2,6,3],"span":[191,21,22]},{"path":[4,35,2,7],"span":[192,2,24]},{"path":[4,35,2,7,6],"span":[192,2,13]},{"path":[4,35,2,7,1],"span":[192,14,18]},{"path":[4,35,2,7,3],"span":[192,21,23]},{"path":[4,35,2,8],"span":[193,2,24]},{"path":[4,35,2,8,5],"span":[193,2,8]},{"path":[4,35,2,8,1],"span":[193,9,18]},{"path":[4,35,2,8,3],"span":[193,21,23]},{"path":[5,2],"span":[195,0,202,1]},{"path":[5,2,1],"span":[195,5,16]},{"path":[5,2,2,0],"span":[196,2,7]},{"path":[5,2,2,0,1],"span":[196,2,4]},{"path":[5,2,2,0,2],"span":[196,5,6]},{"path":[5,2,2,1],"span":[197,2,7]},{"path":[5,2,2,1,1],"span":[197,2,4]},{"path":[5,2,2,1,2],"span":[197,5,6]},{"path":[5,2,2,2],"span":[198,2,13]},{"path":[5,2,2,2,1],"span":[198,2,10]},{"path":[5,2,2,2,2],"span":[198,11,12]},{"path":[5,2,2,3],"span":[199,2,10]},{"path":[5,2,2,3,1],"span":[199,2,7]},{"path":[5,2,2,3,2],"span":[199,8,9]},{"path":[5,2,2,4],"span":[200,2,22]},{"path":[5,2,2,4,1],"span":[200,2,19]},{"path":[5,2,2,4,2],"span":[200,20,21]},{"path":[5,2,2,5],"span":[201,2,11],"trailingComments":" vNEXT manual reconciled installation, that will link all the manual assets that will come to vNEXT.\n"},{"path":[5,2,2,5,1],"span":[201,2,8]},{"path":[5,2,2,5,2],"span":[201,9,10]},{"path":[4,36],"span":[203,0,206,1]},{"path":[4,36,1],"span":[203,8,29]},{"path":[4,36,2,0],"span":[204,2,22]},{"path":[4,36,2,0,6],"span":[204,2,9]},{"path":[4,36,2,0,1],"span":[204,10,17]},{"path":[4,36,2,0,3],"span":[204,20,21]},{"path":[4,36,2,1],"span":[205,2,37]},{"path":[4,36,2,1,6],"span":[205,2,20]},{"path":[4,36,2,1,1],"span":[205,21,32]},{"path":[4,36,2,1,3],"span":[205,35,36]},{"path":[4,37],"span":[207,0,216,1]},{"path":[4,37,1],"span":[207,8,35]},{"path":[4,37,2,0],"span":[208,2,21]},{"path":[4,37,2,0,5],"span":[208,2,8]},{"path":[4,37,2,0,1],"span":[208,9,16]},{"path":[4,37,2,0,3],"span":[208,19,20]},{"path":[4,37,2,1],"span":[209,2,26]},{"path":[4,37,2,1,5],"span":[209,2,8]},{"path":[4,37,2,1,1],"span":[209,9,21]},{"path":[4,37,2,1,3],"span":[209,24,25]},{"path":[4,37,2,2],"span":[210,2,25]},{"path":[4,37,2,2,5],"span":[210,2,8]},{"path":[4,37,2,2,1],"span":[210,9,20]},{"path":[4,37,2,2,3],"span":[210,23,24]},{"path":[4,37,2,3],"span":[211,2,23]},{"path":[4,37,2,3,5],"span":[211,2,8]},{"path":[4,37,2,3,1],"span":[211,9,18]},{"path":[4,37,2,3,3],"span":[211,21,22]},{"path":[4,37,2,4],"span":[212,2,23]},{"path":[4,37,2,4,6],"span":[212,2,13]},{"path":[4,37,2,4,1],"span":[212,14,18]},{"path":[4,37,2,4,3],"span":[212,21,22]},{"path":[4,37,2,5],"span":[213,2,27]},{"path":[4,37,2,5,5],"span":[213,2,8]},{"path":[4,37,2,5,1],"span":[213,9,22]},{"path":[4,37,2,5,3],"span":[213,25,26]},{"path":[4,37,2,6],"span":[214,2,23]},{"path":[4,37,2,6,5],"span":[214,2,8]},{"path":[4,37,2,6,1],"span":[214,9,18]},{"path":[4,37,2,6,3],"span":[214,21,22]},{"path":[4,37,2,7],"span":[215,2,25]},{"path":[4,37,2,7,5],"span":[215,2,8]},{"path":[4,37,2,7,1],"span":[215,9,20]},{"path":[4,37,2,7,3],"span":[215,23,24]},{"path":[4,38],"span":[217,0,221,1]},{"path":[4,38,1],"span":[217,8,36]},{"path":[4,38,2,0],"span":[218,2,22]},{"path":[4,38,2,0,6],"span":[218,2,9]},{"path":[4,38,2,0,1],"span":[218,10,17]},{"path":[4,38,2,0,3],"span":[218,20,21]},{"path":[4,38,2,1],"span":[219,2,37]},{"path":[4,38,2,1,6],"span":[219,2,20]},{"path":[4,38,2,1,1],"span":[219,21,32]},{"path":[4,38,2,1,3],"span":[219,35,36]},{"path":[4,38,2,2],"span":[220,2,21]},{"path":[4,38,2,2,5],"span":[220,2,8]},{"path":[4,38,2,2,1],"span":[220,9,16]},{"path":[4,38,2,2,3],"span":[220,19,20]},{"path":[4,39],"span":[222,0,235,1]},{"path":[4,39,1],"span":[222,8,38]},{"path":[4,39,2,0],"span":[223,2,23]},{"path":[4,39,2,0,5],"span":[223,2,8]},{"path":[4,39,2,0,1],"span":[223,9,18]},{"path":[4,39,2,0,3],"span":[223,21,22]},{"path":[4,39,2,1],"span":[224,2,26]},{"path":[4,39,2,1,5],"span":[224,2,8]},{"path":[4,39,2,1,1],"span":[224,9,21]},{"path":[4,39,2,1,3],"span":[224,24,25]},{"path":[4,39,2,2],"span":[225,2,25]},{"path":[4,39,2,2,5],"span":[225,2,8]},{"path":[4,39,2,2,1],"span":[225,9,20]},{"path":[4,39,2,2,3],"span":[225,23,24]},{"path":[4,39,2,3],"span":[226,2,20]},{"path":[4,39,2,3,5],"span":[226,2,8]},{"path":[4,39,2,3,1],"span":[226,9,15]},{"path":[4,39,2,3,3],"span":[226,18,19]},{"path":[4,39,2,4],"span":[227,2,18]},{"path":[4,39,2,4,5],"span":[227,2,8]},{"path":[4,39,2,4,1],"span":[227,9,13]},{"path":[4,39,2,4,3],"span":[227,16,17]},{"path":[4,39,3,0],"span":[228,2,233,3]},{"path":[4,39,3,0,1],"span":[228,10,24]},{"path":[4,39,3,0,2,0],"span":[229,4,41]},{"path":[4,39,3,0,2,0,5],"span":[229,4,10]},{"path":[4,39,3,0,2,0,1],"span":[229,11,36]},{"path":[4,39,3,0,2,0,3],"span":[229,39,40]},{"path":[4,39,3,0,2,1],"span":[230,4,47]},{"path":[4,39,3,0,2,1,5],"span":[230,4,10]},{"path":[4,39,3,0,2,1,1],"span":[230,11,42]},{"path":[4,39,3,0,2,1,3],"span":[230,45,46]},{"path":[4,39,3,0,2,2],"span":[231,4,45]},{"path":[4,39,3,0,2,2,5],"span":[231,4,10]},{"path":[4,39,3,0,2,2,1],"span":[231,11,40]},{"path":[4,39,3,0,2,2,3],"span":[231,43,44]},{"path":[4,39,3,0,2,3],"span":[232,4,40]},{"path":[4,39,3,0,2,3,5],"span":[232,4,10]},{"path":[4,39,3,0,2,3,1],"span":[232,11,35]},{"path":[4,39,3,0,2,3,3],"span":[232,38,39]},{"path":[4,39,2,5],"span":[234,2,37]},{"path":[4,39,2,5,6],"span":[234,2,16]},{"path":[4,39,2,5,1],"span":[234,17,32]},{"path":[4,39,2,5,3],"span":[234,35,36]},{"path":[4,40],"span":[236,0,238,1]},{"path":[4,40,1],"span":[236,8,39]},{"path":[4,40,2,0],"span":[237,2,22]},{"path":[4,40,2,0,6],"span":[237,2,9]},{"path":[4,40,2,0,1],"span":[237,10,17]},{"path":[4,40,2,0,3],"span":[237,20,21]},{"path":[4,41],"span":[239,0,242,1]},{"path":[4,41,1],"span":[239,8,38]},{"path":[4,41,2,0],"span":[240,2,23]},{"path":[4,41,2,0,5],"span":[240,2,8]},{"path":[4,41,2,0,1],"span":[240,9,18]},{"path":[4,41,2,0,3],"span":[240,21,22]},{"path":[4,41,2,1],"span":[241,2,22]},{"path":[4,41,2,1,5],"span":[241,2,8]},{"path":[4,41,2,1,1],"span":[241,9,17]},{"path":[4,41,2,1,3],"span":[241,20,21]},{"path":[4,42],"span":[243,0,248,1]},{"path":[4,42,1],"span":[243,8,39]},{"path":[4,42,2,0],"span":[244,2,19]},{"path":[4,42,2,0,5],"span":[244,2,6]},{"path":[4,42,2,0,1],"span":[244,7,14]},{"path":[4,42,2,0,3],"span":[244,17,18]},{"path":[4,42,2,1],"span":[245,2,21]},{"path":[4,42,2,1,5],"span":[245,2,8]},{"path":[4,42,2,1,1],"span":[245,9,16]},{"path":[4,42,2,1,3],"span":[245,19,20]},{"path":[4,42,2,2],"span":[246,2,28]},{"path":[4,42,2,2,5],"span":[246,2,8]},{"path":[4,42,2,2,1],"span":[246,9,23]},{"path":[4,42,2,2,3],"span":[246,26,27]},{"path":[4,42,2,3],"span":[247,2,28]},{"path":[4,42,2,3,5],"span":[247,2,8]},{"path":[4,42,2,3,1],"span":[247,9,23]},{"path":[4,42,2,3,3],"span":[247,26,27]},{"path":[4,43],"span":[249,0,254,1]},{"path":[4,43,1],"span":[249,8,38]},{"path":[4,43,2,0],"span":[250,2,23]},{"path":[4,43,2,0,5],"span":[250,2,8]},{"path":[4,43,2,0,1],"span":[250,9,18]},{"path":[4,43,2,0,3],"span":[250,21,22]},{"path":[4,43,2,1],"span":[251,2,22]},{"path":[4,43,2,1,5],"span":[251,2,8]},{"path":[4,43,2,1,1],"span":[251,9,17]},{"path":[4,43,2,1,3],"span":[251,20,21]},{"path":[4,43,2,2],"span":[252,2,23]},{"path":[4,43,2,2,5],"span":[252,2,6]},{"path":[4,43,2,2,1],"span":[252,7,18]},{"path":[4,43,2,2,3],"span":[252,21,22]},{"path":[4,43,2,3],"span":[253,2,23]},{"path":[4,43,2,3,5],"span":[253,2,6]},{"path":[4,43,2,3,1],"span":[253,7,18]},{"path":[4,43,2,3,3],"span":[253,21,22]},{"path":[4,44],"span":[255,0,257,1]},{"path":[4,44,1],"span":[255,8,39]},{"path":[4,44,2,0],"span":[256,2,19]},{"path":[4,44,2,0,5],"span":[256,2,6]},{"path":[4,44,2,0,1],"span":[256,7,14]},{"path":[4,44,2,0,3],"span":[256,17,18]},{"path":[4,45],"span":[258,0,264,1]},{"path":[4,45,1],"span":[258,8,41]},{"path":[4,45,2,0],"span":[259,2,23]},{"path":[4,45,2,0,5],"span":[259,2,8]},{"path":[4,45,2,0,1],"span":[259,9,18]},{"path":[4,45,2,0,3],"span":[259,21,22]},{"path":[4,45,2,1],"span":[260,2,26]},{"path":[4,45,2,1,5],"span":[260,2,8]},{"path":[4,45,2,1,1],"span":[260,9,21]},{"path":[4,45,2,1,3],"span":[260,24,25]},{"path":[4,45,2,2],"span":[261,2,25]},{"path":[4,45,2,2,5],"span":[261,2,8]},{"path":[4,45,2,2,1],"span":[261,9,20]},{"path":[4,45,2,2,3],"span":[261,23,24]},{"path":[4,45,2,3],"span":[262,2,23]},{"path":[4,45,2,3,5],"span":[262,2,8]},{"path":[4,45,2,3,1],"span":[262,9,18]},{"path":[4,45,2,3,3],"span":[262,21,22]},{"path":[4,45,2,4],"span":[263,2,23]},{"path":[4,45,2,4,6],"span":[263,2,13]},{"path":[4,45,2,4,1],"span":[263,14,18]},{"path":[4,45,2,4,3],"span":[263,21,22]},{"path":[4,46],"span":[265,0,270,1]},{"path":[4,46,1],"span":[265,8,42]},{"path":[4,46,2,0],"span":[266,2,22]},{"path":[4,46,2,0,6],"span":[266,2,9]},{"path":[4,46,2,0,1],"span":[266,10,17]},{"path":[4,46,2,0,3],"span":[266,20,21]},{"path":[4,46,2,1],"span":[267,2,37]},{"path":[4,46,2,1,6],"span":[267,2,20]},{"path":[4,46,2,1,1],"span":[267,21,32]},{"path":[4,46,2,1,3],"span":[267,35,36]},{"path":[4,46,2,2],"span":[268,2,23]},{"path":[4,46,2,2,6],"span":[268,2,13]},{"path":[4,46,2,2,1],"span":[268,14,18]},{"path":[4,46,2,2,3],"span":[268,21,22]},{"path":[4,46,2,3],"span":[269,2,21]},{"path":[4,46,2,3,5],"span":[269,2,8]},{"path":[4,46,2,3,1],"span":[269,9,16]},{"path":[4,46,2,3,3],"span":[269,19,20]},{"path":[4,47],"span":[271,0,275,1]},{"path":[4,47,1],"span":[271,8,40]},{"path":[4,47,2,0],"span":[272,2,21]},{"path":[4,47,2,0,5],"span":[272,2,8]},{"path":[4,47,2,0,1],"span":[272,9,16]},{"path":[4,47,2,0,3],"span":[272,19,20]},{"path":[4,47,2,1],"span":[273,2,34]},{"path":[4,47,2,1,4],"span":[273,2,10]},{"path":[4,47,2,1,5],"span":[273,11,17]},{"path":[4,47,2,1,1],"span":[273,18,29]},{"path":[4,47,2,1,3],"span":[273,32,33]},{"path":[4,47,2,2],"span":[274,2,21]},{"path":[4,47,2,2,5],"span":[274,2,8]},{"path":[4,47,2,2,1],"span":[274,9,16]},{"path":[4,47,2,2,3],"span":[274,19,20]},{"path":[4,48],"span":[276,0,282,1]},{"path":[4,48,1],"span":[276,8,41]},{"path":[4,48,3,0],"span":[277,2,280,3]},{"path":[4,48,3,0,1],"span":[277,10,16]},{"path":[4,48,3,0,2,0],"span":[278,4,26]},{"path":[4,48,3,0,2,0,5],"span":[278,4,10]},{"path":[4,48,3,0,2,0,1],"span":[278,11,21]},{"path":[4,48,3,0,2,0,3],"span":[278,24,25]},{"path":[4,48,3,0,2,1],"span":[279,4,20]},{"path":[4,48,3,0,2,1,5],"span":[279,4,8]},{"path":[4,48,3,0,2,1,1],"span":[279,9,15]},{"path":[4,48,3,0,2,1,3],"span":[279,18,19]},{"path":[4,48,2,0],"span":[281,2,29]},{"path":[4,48,2,0,4],"span":[281,2,10]},{"path":[4,48,2,0,6],"span":[281,11,17]},{"path":[4,48,2,0,1],"span":[281,18,24]},{"path":[4,48,2,0,3],"span":[281,27,28]},{"path":[4,49],"span":[283,0,286,1]},{"path":[4,49,1],"span":[283,8,46]},{"path":[4,49,2,0],"span":[284,2,21]},{"path":[4,49,2,0,5],"span":[284,2,8]},{"path":[4,49,2,0,1],"span":[284,9,16]},{"path":[4,49,2,0,3],"span":[284,19,20]},{"path":[4,49,2,1],"span":[285,2,23]},{"path":[4,49,2,1,5],"span":[285,2,8]},{"path":[4,49,2,1,1],"span":[285,9,18]},{"path":[4,49,2,1,3],"span":[285,21,22]},{"path":[4,50],"span":[287,0,289,1]},{"path":[4,50,1],"span":[287,8,47]},{"path":[4,50,2,0],"span":[288,2,31]},{"path":[4,50,2,0,4],"span":[288,2,10]},{"path":[4,50,2,0,6],"span":[288,11,18]},{"path":[4,50,2,0,1],"span":[288,19,26]},{"path":[4,50,2,0,3],"span":[288,29,30]},{"path":[4,51],"span":[290,0,293,1]},{"path":[4,51,1],"span":[290,8,33]},{"path":[4,51,2,0],"span":[291,2,21]},{"path":[4,51,2,0,5],"span":[291,2,8]},{"path":[4,51,2,0,1],"span":[291,9,16]},{"path":[4,51,2,0,3],"span":[291,19,20]},{"path":[4,51,2,1],"span":[292,2,24]},{"path":[4,51,2,1,5],"span":[292,2,8]},{"path":[4,51,2,1,1],"span":[292,9,19]},{"path":[4,51,2,1,3],"span":[292,22,23]},{"path":[4,52],"span":[294,0,309,1]},{"path":[4,52,1],"span":[294,8,34]},{"path":[4,52,3,0],"span":[295,2,298,3]},{"path":[4,52,3,0,1],"span":[295,10,29]},{"path":[4,52,3,0,2,0],"span":[296,4,19]},{"path":[4,52,3,0,2,0,5],"span":[296,4,10]},{"path":[4,52,3,0,2,0,1],"span":[296,11,14]},{"path":[4,52,3,0,2,0,3],"span":[296,17,18]},{"path":[4,52,3,0,2,1],"span":[297,4,34]},{"path":[4,52,3,0,2,1,5],"span":[297,4,9]},{"path":[4,52,3,0,2,1,1],"span":[297,10,29]},{"path":[4,52,3,0,2,1,3],"span":[297,32,33]},{"path":[4,52,3,1],"span":[299,2,301,3]},{"path":[4,52,3,1,1],"span":[299,10,15]},{"path":[4,52,3,1,2,0],"span":[300,4,18]},{"path":[4,52,3,1,2,0,5],"span":[300,4,10]},{"path":[4,52,3,1,2,0,1],"span":[300,11,13]},{"path":[4,52,3,1,2,0,3],"span":[300,16,17]},{"path":[4,52,3,2],"span":[302,2,307,3]},{"path":[4,52,3,2,1],"span":[302,10,14]},{"path":[4,52,3,2,2,0],"span":[303,4,18]},{"path":[4,52,3,2,2,0,5],"span":[303,4,10]},{"path":[4,52,3,2,2,0,1],"span":[303,11,13]},{"path":[4,52,3,2,2,0,3],"span":[303,16,17]},{"path":[4,52,3,2,2,1],"span":[304,4,45]},{"path":[4,52,3,2,2,1,4],"span":[304,4,12]},{"path":[4,52,3,2,2,1,6],"span":[304,13,32]},{"path":[4,52,3,2,2,1,1],"span":[304,33,40]},{"path":[4,52,3,2,2,1,3],"span":[304,43,44]},{"path":[4,52,3,2,2,2],"span":[305,4,39]},{"path":[4,52,3,2,2,2,4],"span":[305,4,12]},{"path":[4,52,3,2,2,2,6],"span":[305,13,20]},{"path":[4,52,3,2,2,2,1],"span":[305,21,34]},{"path":[4,52,3,2,2,2,3],"span":[305,37,38]},{"path":[4,52,3,2,2,3],"span":[306,4,30]},{"path":[4,52,3,2,2,3,4],"span":[306,4,12]},{"path":[4,52,3,2,2,3,6],"span":[306,13,18]},{"path":[4,52,3,2,2,3,1],"span":[306,19,25]},{"path":[4,52,3,2,2,3,3],"span":[306,28,29]},{"path":[4,52,2,0],"span":[308,2,26]},{"path":[4,52,2,0,4],"span":[308,2,10]},{"path":[4,52,2,0,6],"span":[308,11,15]},{"path":[4,52,2,0,1],"span":[308,16,21]},{"path":[4,52,2,0,3],"span":[308,24,25]},{"path":[4,53],"span":[310,0,313,1]},{"path":[4,53,1],"span":[310,8,53]},{"path":[4,53,2,0],"span":[311,2,35]},{"path":[4,53,2,0,5],"span":[311,2,8]},{"path":[4,53,2,0,1],"span":[311,9,30]},{"path":[4,53,2,0,3],"span":[311,33,34]},{"path":[4,53,2,1],"span":[312,2,22]},{"path":[4,53,2,1,5],"span":[312,2,8]},{"path":[4,53,2,1,1],"span":[312,9,17]},{"path":[4,53,2,1,3],"span":[312,20,21]},{"path":[4,54],"span":[314,0,317,1]},{"path":[4,54,1],"span":[314,8,54]},{"path":[4,54,2,0],"span":[315,2,21]},{"path":[4,54,2,0,5],"span":[315,2,8]},{"path":[4,54,2,0,1],"span":[315,9,16]},{"path":[4,54,2,0,3],"span":[315,19,20]},{"path":[4,54,2,1],"span":[316,2,28]},{"path":[4,54,2,1,5],"span":[316,2,8]},{"path":[4,54,2,1,1],"span":[316,9,23]},{"path":[4,54,2,1,3],"span":[316,26,27]},{"path":[4,55],"span":[318,0,335,1]},{"path":[4,55,1],"span":[318,8,34]},{"path":[4,55,2,0],"span":[319,2,30]},{"path":[4,55,2,0,5],"span":[319,2,8]},{"path":[4,55,2,0,1],"span":[319,9,25]},{"path":[4,55,2,0,3],"span":[319,28,29]},{"path":[4,55,2,1],"span":[320,2,39]},{"path":[4,55,2,1,5],"span":[320,2,8]},{"path":[4,55,2,1,1],"span":[320,9,14]},{"path":[4,55,2,1,3],"span":[320,17,18]},{"path":[4,55,2,1,8],"span":[320,19,38]},{"path":[4,55,2,1,8,3],"span":[320,20,37]},{"path":[4,55,3,0],"span":[322,2,327,3]},{"path":[4,55,3,0,1],"span":[322,10,22]},{"path":[4,55,3,0,2,0],"span":[323,4,20]},{"path":[4,55,3,0,2,0,5],"span":[323,4,10]},{"path":[4,55,3,0,2,0,1],"span":[323,11,15]},{"path":[4,55,3,0,2,0,3],"span":[323,18,19]},{"path":[4,55,3,0,2,1],"span":[324,4,44]},{"path":[4,55,3,0,2,1,5],"span":[324,4,10]},{"path":[4,55,3,0,2,1,1],"span":[324,11,19]},{"path":[4,55,3,0,2,1,3],"span":[324,22,23]},{"path":[4,55,3,0,2,1,8],"span":[324,24,43]},{"path":[4,55,3,0,2,1,8,3],"span":[324,25,42]},{"path":[4,55,3,0,2,2],"span":[325,4,25]},{"path":[4,55,3,0,2,2,5],"span":[325,4,10]},{"path":[4,55,3,0,2,2,1],"span":[325,11,20]},{"path":[4,55,3,0,2,2,3],"span":[325,23,24]},{"path":[4,55,3,0,2,3],"span":[326,4,23]},{"path":[4,55,3,0,2,3,5],"span":[326,4,10]},{"path":[4,55,3,0,2,3,1],"span":[326,11,18]},{"path":[4,55,3,0,2,3,3],"span":[326,21,22]},{"path":[4,55,2,2],"span":[328,2,35]},{"path":[4,55,2,2,4],"span":[328,2,10]},{"path":[4,55,2,2,6],"span":[328,11,23]},{"path":[4,55,2,2,1],"span":[328,24,30]},{"path":[4,55,2,2,3],"span":[328,33,34]},{"path":[4,55,2,3],"span":[330,2,25]},{"path":[4,55,2,3,5],"span":[330,2,8]},{"path":[4,55,2,3,1],"span":[330,9,20]},{"path":[4,55,2,3,3],"span":[330,23,24]},{"path":[4,55,2,4],"span":[331,2,26]},{"path":[4,55,2,4,5],"span":[331,2,8]},{"path":[4,55,2,4,1],"span":[331,9,21]},{"path":[4,55,2,4,3],"span":[331,24,25]},{"path":[4,55,2,5],"span":[332,2,45]},{"path":[4,55,2,5,5],"span":[332,2,8]},{"path":[4,55,2,5,1],"span":[332,9,20]},{"path":[4,55,2,5,3],"span":[332,23,24]},{"path":[4,55,2,5,8],"span":[332,25,44]},{"path":[4,55,2,5,8,3],"span":[332,26,43]},{"path":[4,55,2,6],"span":[333,2,24]},{"path":[4,55,2,6,5],"span":[333,2,8]},{"path":[4,55,2,6,1],"span":[333,9,19]},{"path":[4,55,2,6,3],"span":[333,22,23]},{"path":[4,55,2,7],"span":[334,2,28]},{"path":[4,55,2,7,5],"span":[334,2,8]},{"path":[4,55,2,7,1],"span":[334,9,23]},{"path":[4,55,2,7,3],"span":[334,26,27]},{"path":[4,56],"span":[336,0,338,1]},{"path":[4,56,1],"span":[336,8,35]},{"path":[4,56,2,0],"span":[337,2,21]},{"path":[4,56,2,0,5],"span":[337,2,6]},{"path":[4,56,2,0,1],"span":[337,7,16]},{"path":[4,56,2,0,3],"span":[337,19,20]},{"path":[4,57],"span":[339,0,341,1]},{"path":[4,57,1],"span":[339,8,12]},{"path":[4,57,2,0],"span":[340,2,16]},{"path":[4,57,2,0,5],"span":[340,2,8]},{"path":[4,57,2,0,1],"span":[340,9,11]},{"path":[4,57,2,0,3],"span":[340,14,15]},{"path":[4,58],"span":[342,0,345,1]},{"path":[4,58,1],"span":[342,8,30]},{"path":[4,58,2,0],"span":[343,2,28]},{"path":[4,58,2,0,5],"span":[343,2,8]},{"path":[4,58,2,0,1],"span":[343,9,23]},{"path":[4,58,2,0,3],"span":[343,26,27]},{"path":[4,58,2,1],"span":[344,2,22]},{"path":[4,58,2,1,5],"span":[344,2,8]},{"path":[4,58,2,1,1],"span":[344,9,17]},{"path":[4,58,2,1,3],"span":[344,20,21]},{"path":[4,59],"span":[346,0,348,1]},{"path":[4,59,1],"span":[346,8,31]},{"path":[4,59,2,0],"span":[347,2,25]},{"path":[4,59,2,0,4],"span":[347,2,10]},{"path":[4,59,2,0,6],"span":[347,11,15]},{"path":[4,59,2,0,1],"span":[347,16,20]},{"path":[4,59,2,0,3],"span":[347,23,24]},{"path":[4,60],"span":[349,0,351,1]},{"path":[4,60,1],"span":[349,8,36]},{"path":[4,60,2,0],"span":[350,2,21]},{"path":[4,60,2,0,5],"span":[350,2,8]},{"path":[4,60,2,0,1],"span":[350,9,16]},{"path":[4,60,2,0,3],"span":[350,19,20]},{"path":[4,61],"span":[352,0,354,1]},{"path":[4,61,1],"span":[352,8,37]},{"path":[4,61,2,0],"span":[353,2,34]},{"path":[4,61,2,0,4],"span":[353,2,10]},{"path":[4,61,2,0,5],"span":[353,11,17]},{"path":[4,61,2,0,1],"span":[353,18,29]},{"path":[4,61,2,0,3],"span":[353,32,33]},{"path":[4,62],"span":[355,0,358,1]},{"path":[4,62,1],"span":[355,8,40]},{"path":[4,62,2,0],"span":[356,2,28]},{"path":[4,62,2,0,5],"span":[356,2,8]},{"path":[4,62,2,0,1],"span":[356,9,23]},{"path":[4,62,2,0,3],"span":[356,26,27]},{"path":[4,62,2,1],"span":[357,2,24]},{"path":[4,62,2,1,5],"span":[357,2,8]},{"path":[4,62,2,1,1],"span":[357,9,19]},{"path":[4,62,2,1,3],"span":[357,22,23]},{"path":[4,63],"span":[359,0,361,1]},{"path":[4,63,1],"span":[359,8,41]},{"path":[4,63,2,0],"span":[360,2,22]},{"path":[4,63,2,0,5],"span":[360,2,6]},{"path":[4,63,2,0,1],"span":[360,7,17]},{"path":[4,63,2,0,3],"span":[360,20,21]},{"path":[5,3],"span":[362,0,369,1]},{"path":[5,3,1],"span":[362,5,21]},{"path":[5,3,2,0],"span":[363,2,43]},{"path":[5,3,2,0,1],"span":[363,2,38]},{"path":[5,3,2,0,2],"span":[363,41,42]},{"path":[5,3,2,1],"span":[364,2,36]},{"path":[5,3,2,1,1],"span":[364,2,31]},{"path":[5,3,2,1,2],"span":[364,34,35]},{"path":[5,3,2,2],"span":[365,2,39]},{"path":[5,3,2,2,1],"span":[365,2,34]},{"path":[5,3,2,2,2],"span":[365,37,38]},{"path":[5,3,2,3],"span":[366,2,38]},{"path":[5,3,2,3,1],"span":[366,2,33]},{"path":[5,3,2,3,2],"span":[366,36,37]},{"path":[5,3,2,4],"span":[367,2,34]},{"path":[5,3,2,4,1],"span":[367,2,29]},{"path":[5,3,2,4,2],"span":[367,32,33]},{"path":[5,3,2,5],"span":[368,2,41]},{"path":[5,3,2,5,1],"span":[368,2,36]},{"path":[5,3,2,5,2],"span":[368,39,40]},{"path":[4,64],"span":[370,0,378,1]},{"path":[4,64,1],"span":[370,8,20]},{"path":[4,64,2,0],"span":[371,2,16]},{"path":[4,64,2,0,5],"span":[371,2,8]},{"path":[4,64,2,0,1],"span":[371,9,11]},{"path":[4,64,2,0,3],"span":[371,14,15]},{"path":[4,64,2,1],"span":[372,2,21]},{"path":[4,64,2,1,5],"span":[372,2,8]},{"path":[4,64,2,1,1],"span":[372,9,16]},{"path":[4,64,2,1,3],"span":[372,19,20]},{"path":[4,64,2,2],"span":[373,2,28]},{"path":[4,64,2,2,6],"span":[373,2,18]},{"path":[4,64,2,2,1],"span":[373,19,23]},{"path":[4,64,2,2,3],"span":[373,26,27]},{"path":[4,64,2,3],"span":[374,2,25]},{"path":[4,64,2,3,5],"span":[374,2,7]},{"path":[4,64,2,3,1],"span":[374,8,20]},{"path":[4,64,2,3,3],"span":[374,23,24]},{"path":[4,64,2,4],"span":[375,2,29]},{"path":[4,64,2,4,5],"span":[375,2,8]},{"path":[4,64,2,4,1],"span":[375,9,24]},{"path":[4,64,2,4,3],"span":[375,27,28]},{"path":[4,64,2,5],"span":[376,2,24]},{"path":[4,64,2,5,5],"span":[376,2,8]},{"path":[4,64,2,5,1],"span":[376,9,19]},{"path":[4,64,2,5,3],"span":[376,22,23]},{"path":[4,64,2,6],"span":[377,2,24]},{"path":[4,64,2,6,5],"span":[377,2,8]},{"path":[4,64,2,6,1],"span":[377,9,19]},{"path":[4,64,2,6,3],"span":[377,22,23]},{"path":[4,65],"span":[379,0,385,1]},{"path":[4,65,1],"span":[379,8,37]},{"path":[4,65,2,0],"span":[380,2,21]},{"path":[4,65,2,0,5],"span":[380,2,8]},{"path":[4,65,2,0,1],"span":[380,9,16]},{"path":[4,65,2,0,3],"span":[380,19,20]},{"path":[4,65,2,1],"span":[381,2,28]},{"path":[4,65,2,1,6],"span":[381,2,18]},{"path":[4,65,2,1,1],"span":[381,19,23]},{"path":[4,65,2,1,3],"span":[381,26,27]},{"path":[4,65,2,2],"span":[382,2,25]},{"path":[4,65,2,2,5],"span":[382,2,7]},{"path":[4,65,2,2,1],"span":[382,8,20]},{"path":[4,65,2,2,3],"span":[382,23,24]},{"path":[4,65,2,3],"span":[383,2,29]},{"path":[4,65,2,3,5],"span":[383,2,8]},{"path":[4,65,2,3,1],"span":[383,9,24]},{"path":[4,65,2,3,3],"span":[383,27,28]},{"path":[4,65,2,4],"span":[384,2,24]},{"path":[4,65,2,4,5],"span":[384,2,8]},{"path":[4,65,2,4,1],"span":[384,9,19]},{"path":[4,65,2,4,3],"span":[384,22,23]},{"path":[4,66],"span":[386,0,388,1]},{"path":[4,66,1],"span":[386,8,38]},{"path":[4,66,2,0],"span":[387,2,32]},{"path":[4,66,2,0,6],"span":[387,2,14]},{"path":[4,66,2,0,1],"span":[387,15,27]},{"path":[4,66,2,0,3],"span":[387,30,31]},{"path":[4,67],"span":[389,0,391,1]},{"path":[4,67,1],"span":[389,8,42]},{"path":[4,67,2,0],"span":[390,2,21]},{"path":[4,67,2,0,5],"span":[390,2,8]},{"path":[4,67,2,0,1],"span":[390,9,16]},{"path":[4,67,2,0,3],"span":[390,19,20]},{"path":[4,68],"span":[392,0,394,1]},{"path":[4,68,1],"span":[392,8,43]},{"path":[4,68,2,0],"span":[393,2,35]},{"path":[4,68,2,0,5],"span":[393,2,8]},{"path":[4,68,2,0,1],"span":[393,9,30]},{"path":[4,68,2,0,3],"span":[393,33,34]},{"path":[4,69],"span":[395,0,397,1]},{"path":[4,69,1],"span":[395,8,47]},{"path":[4,69,2,0],"span":[396,2,23]},{"path":[4,69,2,0,5],"span":[396,2,8]},{"path":[4,69,2,0,1],"span":[396,9,18]},{"path":[4,69,2,0,3],"span":[396,21,22]},{"path":[4,70],"span":[398,0,400,1]},{"path":[4,70,1],"span":[398,8,48]},{"path":[4,70,2,0],"span":[399,2,21]},{"path":[4,70,2,0,5],"span":[399,2,8]},{"path":[4,70,2,0,1],"span":[399,9,16]},{"path":[4,70,2,0,3],"span":[399,19,20]},{"path":[4,71],"span":[401,0,405,1]},{"path":[4,71,1],"span":[401,8,31]},{"path":[4,71,7],"span":[402,2,27]},{"path":[4,71,7,3],"span":[402,2,27]},{"path":[4,71,2,0],"span":[403,2,21]},{"path":[4,71,2,0,5],"span":[403,2,8]},{"path":[4,71,2,0,1],"span":[403,9,16]},{"path":[4,71,2,0,3],"span":[403,19,20]},{"path":[4,71,2,1],"span":[404,2,29]},{"path":[4,71,2,1,4],"span":[404,2,10]},{"path":[4,71,2,1,5],"span":[404,11,17]},{"path":[4,71,2,1,1],"span":[404,18,24]},{"path":[4,71,2,1,3],"span":[404,27,28]},{"path":[4,72],"span":[406,0,409,1]},{"path":[4,72,1],"span":[406,8,32]},{"path":[4,72,7],"span":[407,2,27]},{"path":[4,72,7,3],"span":[407,2,27]},{"path":[4,72,2,0],"span":[408,2,15]},{"path":[4,72,2,0,5],"span":[408,2,6]},{"path":[4,72,2,0,1],"span":[408,7,10]},{"path":[4,72,2,0,3],"span":[408,13,14]},{"path":[4,73],"span":[410,0,413,1]},{"path":[4,73,1],"span":[410,8,31]},{"path":[4,73,2,0],"span":[411,2,21]},{"path":[4,73,2,0,5],"span":[411,2,8]},{"path":[4,73,2,0,1],"span":[411,9,16]},{"path":[4,73,2,0,3],"span":[411,19,20]},{"path":[4,73,2,1],"span":[412,2,29]},{"path":[4,73,2,1,4],"span":[412,2,10]},{"path":[4,73,2,1,5],"span":[412,11,17]},{"path":[4,73,2,1,1],"span":[412,18,24]},{"path":[4,73,2,1,3],"span":[412,27,28]},{"path":[4,74],"span":[414,0,418,1]},{"path":[4,74,1],"span":[414,8,32]},{"path":[4,74,2,0],"span":[415,2,15]},{"path":[4,74,2,0,5],"span":[415,2,6]},{"path":[4,74,2,0,1],"span":[415,7,10]},{"path":[4,74,2,0,3],"span":[415,13,14]},{"path":[4,74,2,1],"span":[416,2,32]},{"path":[4,74,2,1,4],"span":[416,2,10]},{"path":[4,74,2,1,6],"span":[416,11,18]},{"path":[4,74,2,1,1],"span":[416,19,27]},{"path":[4,74,2,1,3],"span":[416,30,31]},{"path":[4,74,2,2],"span":[417,2,31]},{"path":[4,74,2,2,6],"span":[417,2,16]},{"path":[4,74,2,2,1],"span":[417,17,26]},{"path":[4,74,2,2,3],"span":[417,29,30]},{"path":[4,75],"span":[419,0,421,1]},{"path":[4,75,1],"span":[419,8,39]},{"path":[4,75,2,0],"span":[420,2,21]},{"path":[4,75,2,0,5],"span":[420,2,8]},{"path":[4,75,2,0,1],"span":[420,9,16]},{"path":[4,75,2,0,3],"span":[420,19,20]},{"path":[4,76],"span":[422,0,424,1]},{"path":[4,76,1],"span":[422,8,40]},{"path":[4,76,2,0],"span":[423,2,16]},{"path":[4,76,2,0,5],"span":[423,2,6]},{"path":[4,76,2,0,1],"span":[423,7,11]},{"path":[4,76,2,0,3],"span":[423,14,15]},{"path":[4,77],"span":[425,0,428,1]},{"path":[4,77,1],"span":[425,8,32]},{"path":[4,77,2,0],"span":[426,2,21]},{"path":[4,77,2,0,5],"span":[426,2,8]},{"path":[4,77,2,0,1],"span":[426,9,16]},{"path":[4,77,2,0,3],"span":[426,19,20]},{"path":[4,77,2,1],"span":[427,2,24]},{"path":[4,77,2,1,5],"span":[427,2,8]},{"path":[4,77,2,1,1],"span":[427,9,19]},{"path":[4,77,2,1,3],"span":[427,22,23]},{"path":[4,78],"span":[429,0,431,1]},{"path":[4,78,1],"span":[429,8,33]},{"path":[4,78,2,0],"span":[430,2,18]},{"path":[4,78,2,0,5],"span":[430,2,8]},{"path":[4,78,2,0,1],"span":[430,9,13]},{"path":[4,78,2,0,3],"span":[430,16,17]},{"path":[4,79],"span":[432,0,434,1]},{"path":[4,79,1],"span":[432,8,37]},{"path":[4,79,2,0],"span":[433,4,33]},{"path":[4,79,2,0,4],"span":[433,4,12]},{"path":[4,79,2,0,5],"span":[433,13,19]},{"path":[4,79,2,0,1],"span":[433,20,28]},{"path":[4,79,2,0,3],"span":[433,31,32]},{"path":[4,80],"span":[435,0,437,1]},{"path":[4,80,1],"span":[435,8,47]},{"path":[4,80,2,0],"span":[436,2,21]},{"path":[4,80,2,0,5],"span":[436,2,8]},{"path":[4,80,2,0,1],"span":[436,9,16]},{"path":[4,80,2,0,3],"span":[436,19,20]},{"path":[4,81],"span":[438,0,440,1]},{"path":[4,81,1],"span":[438,8,48]},{"path":[4,81,2,0],"span":[439,2,22]},{"path":[4,81,2,0,5],"span":[439,2,6]},{"path":[4,81,2,0,1],"span":[439,7,17]},{"path":[4,81,2,0,3],"span":[439,20,21]},{"path":[4,82],"span":[441,0,445,1]},{"path":[4,82,1],"span":[441,8,33]},{"path":[4,82,2,0],"span":[442,2,21]},{"path":[4,82,2,0,5],"span":[442,2,8]},{"path":[4,82,2,0,1],"span":[442,9,16]},{"path":[4,82,2,0,3],"span":[442,19,20]},{"path":[4,82,2,1],"span":[443,2,17]},{"path":[4,82,2,1,5],"span":[443,2,8]},{"path":[4,82,2,1,1],"span":[443,9,12]},{"path":[4,82,2,1,3],"span":[443,15,16]},{"path":[4,82,2,2],"span":[444,2,19]},{"path":[4,82,2,2,5],"span":[444,2,8]},{"path":[4,82,2,2,1],"span":[444,9,14]},{"path":[4,82,2,2,3],"span":[444,17,18]},{"path":[4,83],"span":[446,0,448,1]},{"path":[4,83,1],"span":[446,8,34]},{"path":[4,83,2,0],"span":[447,2,19]},{"path":[4,83,2,0,5],"span":[447,2,6]},{"path":[4,83,2,0,1],"span":[447,7,14]},{"path":[4,83,2,0,3],"span":[447,17,18]},{"path":[4,84],"span":[450,0,454,1]},{"path":[4,84,1],"span":[450,8,39]},{"path":[4,84,2,0],"span":[451,2,21]},{"path":[4,84,2,0,5],"span":[451,2,8]},{"path":[4,84,2,0,1],"span":[451,9,16]},{"path":[4,84,2,0,3],"span":[451,19,20]},{"path":[4,84,2,1],"span":[452,2,28]},{"path":[4,84,2,1,5],"span":[452,2,6]},{"path":[4,84,2,1,1],"span":[452,7,23]},{"path":[4,84,2,1,3],"span":[452,26,27]},{"path":[4,84,2,2],"span":[453,2,24]},{"path":[4,84,2,2,5],"span":[453,2,8]},{"path":[4,84,2,2,1],"span":[453,9,19]},{"path":[4,84,2,2,3],"span":[453,22,23]},{"path":[4,85],"span":[455,0,457,1]},{"path":[4,85,1],"span":[455,8,40]},{"path":[4,85,2,0],"span":[456,2,19]},{"path":[4,85,2,0,5],"span":[456,2,6]},{"path":[4,85,2,0,1],"span":[456,7,14]},{"path":[4,85,2,0,3],"span":[456,17,18]},{"path":[4,86],"span":[459,0,461,1]},{"path":[4,86,1],"span":[459,8,28]},{"path":[4,86,2,0],"span":[460,2,31]},{"path":[4,86,2,0,4],"span":[460,2,10]},{"path":[4,86,2,0,5],"span":[460,11,17]},{"path":[4,86,2,0,1],"span":[460,18,26]},{"path":[4,86,2,0,3],"span":[460,29,30]},{"path":[4,87],"span":[463,0,465,1]},{"path":[4,87,1],"span":[463,8,29]},{"path":[4,87,2,0],"span":[464,2,70]},{"path":[4,87,2,0,6],"span":[464,2,53]},{"path":[4,87,2,0,1],"span":[464,54,65]},{"path":[4,87,2,0,3],"span":[464,68,69]},{"path":[4,88],"span":[467,0,470,1]},{"path":[4,88,1],"span":[467,8,34]},{"path":[4,88,2,0],"span":[468,2,32]},{"path":[4,88,2,0,4],"span":[468,2,10]},{"path":[4,88,2,0,5],"span":[468,11,17]},{"path":[4,88,2,0,1],"span":[468,18,27]},{"path":[4,88,2,0,3],"span":[468,30,31]},{"path":[4,88,2,1],"span":[469,2,27]},{"path":[4,88,2,1,4],"span":[469,2,10]},{"path":[4,88,2,1,5],"span":[469,11,16]},{"path":[4,88,2,1,1],"span":[469,17,22]},{"path":[4,88,2,1,3],"span":[469,25,26]},{"path":[4,89],"span":[472,0,484,1]},{"path":[4,89,1],"span":[472,8,28]},{"path":[4,89,4,0],"span":[473,2,478,3]},{"path":[4,89,4,0,1],"span":[473,7,17]},{"path":[4,89,4,0,2,0],"span":[474,4,16]},{"path":[4,89,4,0,2,0,1],"span":[474,4,11]},{"path":[4,89,4,0,2,0,2],"span":[474,14,15]},{"path":[4,89,4,0,2,1],"span":[475,4,13]},{"path":[4,89,4,0,2,1,1],"span":[475,4,8]},{"path":[4,89,4,0,2,1,2],"span":[475,11,12]},{"path":[4,89,4,0,2,2],"span":[476,4,12]},{"path":[4,89,4,0,2,2,1],"span":[476,4,7]},{"path":[4,89,4,0,2,2,2],"span":[476,10,11]},{"path":[4,89,4,0,2,3],"span":[477,4,13]},{"path":[4,89,4,0,2,3,1],"span":[477,4,8]},{"path":[4,89,4,0,2,3,2],"span":[477,11,12]},{"path":[4,89,2,0],"span":[479,2,21]},{"path":[4,89,2,0,5],"span":[479,2,8]},{"path":[4,89,2,0,1],"span":[479,9,16]},{"path":[4,89,2,0,3],"span":[479,19,20]},{"path":[4,89,2,1],"span":[480,2,29]},{"path":[4,89,2,1,6],"span":[480,2,12]},{"path":[4,89,2,1,1],"span":[480,13,24]},{"path":[4,89,2,1,3],"span":[480,27,28]},{"path":[4,89,2,2],"span":[481,2,23]},{"path":[4,89,2,2,5],"span":[481,2,8]},{"path":[4,89,2,2,1],"span":[481,9,18]},{"path":[4,89,2,2,3],"span":[481,21,22]},{"path":[4,89,2,3],"span":[482,2,31]},{"path":[4,89,2,3,5],"span":[482,2,6]},{"path":[4,89,2,3,1],"span":[482,7,26]},{"path":[4,89,2,3,3],"span":[482,29,30]},{"path":[4,89,2,4],"span":[483,2,32]},{"path":[4,89,2,4,5],"span":[483,2,6]},{"path":[4,89,2,4,1],"span":[483,7,27]},{"path":[4,89,2,4,3],"span":[483,30,31]},{"path":[4,90],"span":[486,0,490,1]},{"path":[4,90,1],"span":[486,8,32]},{"path":[4,90,2,0],"span":[487,2,23]},{"path":[4,90,2,0,5],"span":[487,2,8]},{"path":[4,90,2,0,1],"span":[487,9,18]},{"path":[4,90,2,0,3],"span":[487,21,22]},{"path":[4,90,2,1],"span":[488,2,18]},{"path":[4,90,2,1,5],"span":[488,2,7]},{"path":[4,90,2,1,1],"span":[488,8,13]},{"path":[4,90,2,1,3],"span":[488,16,17]},{"path":[4,90,2,2],"span":[489,2,25]},{"path":[4,90,2,2,5],"span":[489,2,6]},{"path":[4,90,2,2,1],"span":[489,7,20]},{"path":[4,90,2,2,3],"span":[489,23,24]},{"path":[4,91],"span":[492,0,496,1]},{"path":[4,91,1],"span":[492,8,35]},{"path":[4,91,2,0],"span":[493,2,18]},{"path":[4,91,2,0,5],"span":[493,2,7]},{"path":[4,91,2,0,1],"span":[493,8,13]},{"path":[4,91,2,0,3],"span":[493,16,17]},{"path":[4,91,2,1],"span":[494,2,42]},{"path":[4,91,2,1,4],"span":[494,2,10]},{"path":[4,91,2,1,6],"span":[494,11,31]},{"path":[4,91,2,1,1],"span":[494,32,37]},{"path":[4,91,2,1,3],"span":[494,40,41]},{"path":[4,91,2,2],"span":[495,2,41]},{"path":[4,91,2,2,6],"span":[495,2,26]},{"path":[4,91,2,2,1],"span":[495,27,36]},{"path":[4,91,2,2,3],"span":[495,39,40]},{"path":[4,92],"span":[498,0,501,1]},{"path":[4,92,1],"span":[498,8,23]},{"path":[4,92,2,0],"span":[499,2,32]},{"path":[4,92,2,0,4],"span":[499,2,10]},{"path":[4,92,2,0,5],"span":[499,11,17]},{"path":[4,92,2,0,1],"span":[499,18,27]},{"path":[4,92,2,0,3],"span":[499,30,31]},{"path":[4,92,2,1],"span":[500,2,27]},{"path":[4,92,2,1,4],"span":[500,2,10]},{"path":[4,92,2,1,5],"span":[500,11,16]},{"path":[4,92,2,1,1],"span":[500,17,22]},{"path":[4,92,2,1,3],"span":[500,25,26]},{"path":[4,93],"span":[503,0,505,1]},{"path":[4,93,1],"span":[503,8,23]},{"path":[4,93,2,0],"span":[504,2,39]},{"path":[4,93,2,0,4],"span":[504,2,10]},{"path":[4,93,2,0,6],"span":[504,11,26]},{"path":[4,93,2,0,1],"span":[504,27,34]},{"path":[4,93,2,0,3],"span":[504,37,38]},{"path":[4,94],"span":[507,0,510,1]},{"path":[4,94,1],"span":[507,8,24]},{"path":[4,94,2,0],"span":[508,2,46]},{"path":[4,94,2,0,5],"span":[508,2,6]},{"path":[4,94,2,0,1],"span":[508,7,41]},{"path":[4,94,2,0,3],"span":[508,44,45]},{"path":[4,94,2,1],"span":[509,2,44]},{"path":[4,94,2,1,5],"span":[509,2,6]},{"path":[4,94,2,1,1],"span":[509,7,39]},{"path":[4,94,2,1,3],"span":[509,42,43]},{"path":[4,95],"span":[512,0,515,1]},{"path":[4,95,1],"span":[512,8,16]},{"path":[4,95,2,0],"span":[513,2,16]},{"path":[4,95,2,0,5],"span":[513,2,8]},{"path":[4,95,2,0,1],"span":[513,9,11]},{"path":[4,95,2,0,3],"span":[513,14,15]},{"path":[4,95,2,1],"span":[514,2,41]},{"path":[4,95,2,1,4],"span":[514,2,10]},{"path":[4,95,2,1,6],"span":[514,11,27]},{"path":[4,95,2,1,1],"span":[514,28,36]},{"path":[4,95,2,1,3],"span":[514,39,40]},{"path":[4,96],"span":[517,0,521,1]},{"path":[4,96,1],"span":[517,8,24]},{"path":[4,96,2,0],"span":[518,2,23]},{"path":[4,96,2,0,5],"span":[518,2,8]},{"path":[4,96,2,0,1],"span":[518,9,18]},{"path":[4,96,2,0,3],"span":[518,21,22]},{"path":[4,96,2,1],"span":[519,2,18]},{"path":[4,96,2,1,5],"span":[519,2,7]},{"path":[4,96,2,1,1],"span":[519,8,13]},{"path":[4,96,2,1,3],"span":[519,16,17]},{"path":[4,96,2,2],"span":[520,2,25]},{"path":[4,96,2,2,5],"span":[520,2,6]},{"path":[4,96,2,2,1],"span":[520,7,20]},{"path":[4,96,2,2,3],"span":[520,23,24]},{"path":[4,97],"span":[523,0,527,1]},{"path":[4,97,1],"span":[523,8,24]},{"path":[4,97,2,0],"span":[524,2,18]},{"path":[4,97,2,0,5],"span":[524,2,7]},{"path":[4,97,2,0,1],"span":[524,8,13]},{"path":[4,97,2,0,3],"span":[524,16,17]},{"path":[4,97,2,1],"span":[525,2,30]},{"path":[4,97,2,1,4],"span":[525,2,10]},{"path":[4,97,2,1,6],"span":[525,11,19]},{"path":[4,97,2,1,1],"span":[525,20,25]},{"path":[4,97,2,1,3],"span":[525,28,29]},{"path":[4,97,2,2],"span":[526,2,33]},{"path":[4,97,2,2,6],"span":[526,2,18]},{"path":[4,97,2,2,1],"span":[526,19,28]},{"path":[4,97,2,2,3],"span":[526,31,32]},{"path":[4,98],"span":[529,0,532,1]},{"path":[4,98,1],"span":[529,8,22]},{"path":[4,98,2,0],"span":[530,2,19]},{"path":[4,98,2,0,5],"span":[530,2,7]},{"path":[4,98,2,0,1],"span":[530,8,14]},{"path":[4,98,2,0,3],"span":[530,17,18]},{"path":[4,98,2,1],"span":[531,2,18]},{"path":[4,98,2,1,5],"span":[531,2,7]},{"path":[4,98,2,1,1],"span":[531,8,13]},{"path":[4,98,2,1,3],"span":[531,16,17]},{"path":[4,99],"span":[534,0,539,1]},{"path":[4,99,1],"span":[534,8,26]},{"path":[4,99,2,0],"span":[535,2,18]},{"path":[4,99,2,0,5],"span":[535,2,7]},{"path":[4,99,2,0,1],"span":[535,8,13]},{"path":[4,99,2,0,3],"span":[535,16,17]},{"path":[4,99,2,1],"span":[536,2,19]},{"path":[4,99,2,1,5],"span":[536,2,7]},{"path":[4,99,2,1,1],"span":[536,8,14]},{"path":[4,99,2,1,3],"span":[536,17,18]},{"path":[4,99,2,2],"span":[537,2,18]},{"path":[4,99,2,2,5],"span":[537,2,7]},{"path":[4,99,2,2,1],"span":[537,8,13]},{"path":[4,99,2,2,3],"span":[537,16,17]},{"path":[4,99,2,3],"span":[538,2,25]},{"path":[4,99,2,3,5],"span":[538,2,6]},{"path":[4,99,2,3,1],"span":[538,7,20]},{"path":[4,99,2,3,3],"span":[538,23,24]},{"path":[4,100],"span":[541,0,549,1]},{"path":[4,100,1],"span":[541,8,38]},{"path":[4,100,2,0],"span":[542,2,21]},{"path":[4,100,2,0,5],"span":[542,2,8]},{"path":[4,100,2,0,1],"span":[542,9,16]},{"path":[4,100,2,0,3],"span":[542,19,20]},{"path":[4,100,3,0],"span":[543,2,546,3]},{"path":[4,100,3,0,1],"span":[543,10,31]},{"path":[4,100,3,0,2,0],"span":[544,4,21]},{"path":[4,100,3,0,2,0,5],"span":[544,4,9]},{"path":[4,100,3,0,2,0,1],"span":[544,10,16]},{"path":[4,100,3,0,2,0,3],"span":[544,19,20]},{"path":[4,100,3,0,2,1],"span":[545,4,20]},{"path":[4,100,3,0,2,1,5],"span":[545,4,9]},{"path":[4,100,3,0,2,1,1],"span":[545,10,15]},{"path":[4,100,3,0,2,1,3],"span":[545,18,19]},{"path":[4,100,2,1],"span":[547,2,44]},{"path":[4,100,2,1,6],"span":[547,2,23]},{"path":[4,100,2,1,1],"span":[547,24,39]},{"path":[4,100,2,1,3],"span":[547,42,43]},{"path":[4,100,2,2],"span":[548,2,22]},{"path":[4,100,2,2,5],"span":[548,2,8]},{"path":[4,100,2,2,1],"span":[548,9,17]},{"path":[4,100,2,2,3],"span":[548,20,21]},{"path":[4,101],"span":[551,0,564,1]},{"path":[4,101,1],"span":[551,8,39]},{"path":[4,101,3,0],"span":[552,2,555,3]},{"path":[4,101,3,0,1],"span":[552,10,26]},{"path":[4,101,3,0,2,0],"span":[553,4,18]},{"path":[4,101,3,0,2,0,5],"span":[553,4,10]},{"path":[4,101,3,0,2,0,1],"span":[553,11,13]},{"path":[4,101,3,0,2,0,3],"span":[553,16,17]},{"path":[4,101,3,0,2,1],"span":[554,4,20]},{"path":[4,101,3,0,2,1,5],"span":[554,4,10]},{"path":[4,101,3,0,2,1,1],"span":[554,11,15]},{"path":[4,101,3,0,2,1,3],"span":[554,18,19]},{"path":[4,101,2,0],"span":[556,2,46]},{"path":[4,101,2,0,4],"span":[556,2,10]},{"path":[4,101,2,0,6],"span":[556,11,27]},{"path":[4,101,2,0,1],"span":[556,28,41]},{"path":[4,101,2,0,3],"span":[556,44,45]},{"path":[4,101,3,1],"span":[557,2,562,3]},{"path":[4,101,3,1,1],"span":[557,10,22]},{"path":[4,101,3,1,2,0],"span":[558,4,20]},{"path":[4,101,3,1,2,0,5],"span":[558,4,9]},{"path":[4,101,3,1,2,0,1],"span":[558,10,15]},{"path":[4,101,3,1,2,0,3],"span":[558,18,19]},{"path":[4,101,3,1,2,1],"span":[559,4,21]},{"path":[4,101,3,1,2,1,5],"span":[559,4,9]},{"path":[4,101,3,1,2,1,1],"span":[559,10,16]},{"path":[4,101,3,1,2,1,3],"span":[559,19,20]},{"path":[4,101,3,1,2,2],"span":[560,4,20]},{"path":[4,101,3,1,2,2,5],"span":[560,4,9]},{"path":[4,101,3,1,2,2,1],"span":[560,10,15]},{"path":[4,101,3,1,2,2,3],"span":[560,18,19]},{"path":[4,101,3,1,2,3],"span":[561,4,27]},{"path":[4,101,3,1,2,3,5],"span":[561,4,8]},{"path":[4,101,3,1,2,3,1],"span":[561,9,22]},{"path":[4,101,3,1,2,3,3],"span":[561,25,26]},{"path":[4,101,2,1],"span":[563,2,34]},{"path":[4,101,2,1,6],"span":[563,2,14]},{"path":[4,101,2,1,1],"span":[563,15,29]},{"path":[4,101,2,1,3],"span":[563,32,33]},{"path":[4,102],"span":[566,0,570,1]},{"path":[4,102,1],"span":[566,8,41]},{"path":[4,102,2,0],"span":[567,2,21]},{"path":[4,102,2,0,5],"span":[567,2,8]},{"path":[4,102,2,0,1],"span":[567,9,16]},{"path":[4,102,2,0,3],"span":[567,19,20]},{"path":[4,102,2,1],"span":[568,2,34]},{"path":[4,102,2,1,5],"span":[568,2,8]},{"path":[4,102,2,1,1],"span":[568,9,29]},{"path":[4,102,2,1,3],"span":[568,32,33]},{"path":[4,102,2,2],"span":[569,2,22]},{"path":[4,102,2,2,5],"span":[569,2,8]},{"path":[4,102,2,2,1],"span":[569,9,17]},{"path":[4,102,2,2,3],"span":[569,20,21]},{"path":[4,103],"span":[572,0,577,1]},{"path":[4,103,1],"span":[572,8,42]},{"path":[4,103,2,0],"span":[573,2,16]},{"path":[4,103,2,0,5],"span":[573,2,8]},{"path":[4,103,2,0,1],"span":[573,9,11]},{"path":[4,103,2,0,3],"span":[573,14,15]},{"path":[4,103,2,1],"span":[574,2,18]},{"path":[4,103,2,1,5],"span":[574,2,8]},{"path":[4,103,2,1,1],"span":[574,9,13]},{"path":[4,103,2,1,3],"span":[574,16,17]},{"path":[4,103,2,2],"span":[575,2,22]},{"path":[4,103,2,2,5],"span":[575,2,6]},{"path":[4,103,2,2,1],"span":[575,7,17]},{"path":[4,103,2,2,3],"span":[575,20,21]},{"path":[4,103,2,3],"span":[576,2,53]},{"path":[4,103,2,3,5],"span":[576,2,6]},{"path":[4,103,2,3,1],"span":[576,7,48]},{"path":[4,103,2,3,3],"span":[576,51,52]},{"path":[4,104],"span":[579,0,584,1]},{"path":[4,104,1],"span":[579,8,43]},{"path":[4,104,2,0],"span":[580,2,21]},{"path":[4,104,2,0,5],"span":[580,2,8]},{"path":[4,104,2,0,1],"span":[580,9,16]},{"path":[4,104,2,0,3],"span":[580,19,20]},{"path":[4,104,2,1],"span":[581,2,34]},{"path":[4,104,2,1,5],"span":[581,2,8]},{"path":[4,104,2,1,1],"span":[581,9,29]},{"path":[4,104,2,1,3],"span":[581,32,33]},{"path":[4,104,2,2],"span":[582,2,37]},{"path":[4,104,2,2,6],"span":[582,2,16]},{"path":[4,104,2,2,1],"span":[582,17,32]},{"path":[4,104,2,2,3],"span":[582,35,36]},{"path":[4,104,2,3],"span":[583,2,22]},{"path":[4,104,2,3,5],"span":[583,2,8]},{"path":[4,104,2,3,1],"span":[583,9,17]},{"path":[4,104,2,3,3],"span":[583,20,21]},{"path":[4,105],"span":[586,0,589,1]},{"path":[4,105,1],"span":[586,8,44]},{"path":[4,105,2,0],"span":[587,2,33]},{"path":[4,105,2,0,4],"span":[587,2,10]},{"path":[4,105,2,0,6],"span":[587,11,22]},{"path":[4,105,2,0,1],"span":[587,23,28]},{"path":[4,105,2,0,3],"span":[587,31,32]},{"path":[4,105,2,1],"span":[588,2,46]},{"path":[4,105,2,1,6],"span":[588,2,20]},{"path":[4,105,2,1,1],"span":[588,21,41]},{"path":[4,105,2,1,3],"span":[588,44,45]},{"path":[4,106],"span":[591,0,594,1]},{"path":[4,106,1],"span":[591,8,47]},{"path":[4,106,2,0],"span":[592,2,21]},{"path":[4,106,2,0,5],"span":[592,2,8]},{"path":[4,106,2,0,1],"span":[592,9,16]},{"path":[4,106,2,0,3],"span":[592,19,20]},{"path":[4,106,2,1],"span":[593,2,19]},{"path":[4,106,2,1,5],"span":[593,2,6]},{"path":[4,106,2,1,1],"span":[593,7,14]},{"path":[4,106,2,1,3],"span":[593,17,18]},{"path":[4,107],"span":[596,0,598,1]},{"path":[4,107,1],"span":[596,8,46]},{"path":[4,107,2,0],"span":[597,2,21]},{"path":[4,107,2,0,5],"span":[597,2,8]},{"path":[4,107,2,0,1],"span":[597,9,16]},{"path":[4,107,2,0,3],"span":[597,19,20]},{"path":[4,108],"span":[600,0,602,1]},{"path":[4,108,1],"span":[600,8,48]},{"path":[4,108,2,0],"span":[601,2,21]},{"path":[4,108,2,0,5],"span":[601,2,8]},{"path":[4,108,2,0,1],"span":[601,9,16]},{"path":[4,108,2,0,3],"span":[601,19,20]},{"path":[4,109],"span":[604,0,606,1]},{"path":[4,109,1],"span":[604,8,47]},{"path":[4,109,2,0],"span":[605,2,22]},{"path":[4,109,2,0,5],"span":[605,2,6]},{"path":[4,109,2,0,1],"span":[605,7,17]},{"path":[4,109,2,0,3],"span":[605,20,21]},{"path":[4,110],"span":[608,0,610,1]},{"path":[4,110,1],"span":[608,8,49]},{"path":[4,110,2,0],"span":[609,2,22]},{"path":[4,110,2,0,5],"span":[609,2,6]},{"path":[4,110,2,0,1],"span":[609,7,17]},{"path":[4,110,2,0,3],"span":[609,20,21]},{"path":[4,111],"span":[612,0,614,1]},{"path":[4,111,1],"span":[612,8,29]},{"path":[4,111,2,0],"span":[613,2,21]},{"path":[4,111,2,0,5],"span":[613,2,8]},{"path":[4,111,2,0,1],"span":[613,9,16]},{"path":[4,111,2,0,3],"span":[613,19,20]},{"path":[4,112],"span":[616,0,618,1]},{"path":[4,112,1],"span":[616,8,30]},{"path":[4,112,2,0],"span":[617,2,23]},{"path":[4,112,2,0,6],"span":[617,2,13]},{"path":[4,112,2,0,1],"span":[617,14,18]},{"path":[4,112,2,0,3],"span":[617,21,22]},{"path":[4,113],"span":[620,0,625,1]},{"path":[4,113,1],"span":[620,8,45]},{"path":[4,113,2,0],"span":[621,2,18]},{"path":[4,113,2,0,5],"span":[621,2,8]},{"path":[4,113,2,0,1],"span":[621,9,13]},{"path":[4,113,2,0,3],"span":[621,16,17]},{"path":[4,113,2,1],"span":[622,2,36]},{"path":[4,113,2,1,5],"span":[622,2,8]},{"path":[4,113,2,1,1],"span":[622,9,31]},{"path":[4,113,2,1,3],"span":[622,34,35]},{"path":[4,113,2,2],"span":[623,2,31]},{"path":[4,113,2,2,4],"span":[623,2,10]},{"path":[4,113,2,2,5],"span":[623,11,17]},{"path":[4,113,2,2,1],"span":[623,18,26]},{"path":[4,113,2,2,3],"span":[623,29,30]},{"path":[4,113,2,3],"span":[624,2,34]},{"path":[4,113,2,3,4],"span":[624,2,10]},{"path":[4,113,2,3,5],"span":[624,11,17]},{"path":[4,113,2,3,1],"span":[624,18,29]},{"path":[4,113,2,3,3],"span":[624,32,33]},{"path":[4,114],"span":[627,0,629,1]},{"path":[4,114,1],"span":[627,8,46]},{"path":[4,114,2,0],"span":[628,2,19]},{"path":[4,114,2,0,5],"span":[628,2,8]},{"path":[4,114,2,0,1],"span":[628,9,14]},{"path":[4,114,2,0,3],"span":[628,17,18]},{"path":[4,115],"span":[631,0,634,1]},{"path":[4,115,1],"span":[631,8,38]},{"path":[4,115,2,0],"span":[632,2,21]},{"path":[4,115,2,0,5],"span":[632,2,8]},{"path":[4,115,2,0,1],"span":[632,9,16]},{"path":[4,115,2,0,3],"span":[632,19,20]},{"path":[4,115,2,1],"span":[633,2,24]},{"path":[4,115,2,1,5],"span":[633,2,8]},{"path":[4,115,2,1,1],"span":[633,9,19]},{"path":[4,115,2,1,3],"span":[633,22,23]},{"path":[4,116],"span":[636,0,638,1]},{"path":[4,116,1],"span":[636,8,39]},{"path":[4,116,2,0],"span":[637,2,33]},{"path":[4,116,2,0,5],"span":[637,2,8]},{"path":[4,116,2,0,1],"span":[637,9,28]},{"path":[4,116,2,0,3],"span":[637,31,32]},{"path":[4,117],"span":[640,0,643,1]},{"path":[4,117,1],"span":[640,8,42]},{"path":[4,117,2,0],"span":[641,2,22]},{"path":[4,117,2,0,5],"span":[641,2,8]},{"path":[4,117,2,0,1],"span":[641,9,17]},{"path":[4,117,2,0,3],"span":[641,20,21]},{"path":[4,117,2,1],"span":[642,2,21]},{"path":[4,117,2,1,5],"span":[642,2,8]},{"path":[4,117,2,1,1],"span":[642,9,16]},{"path":[4,117,2,1,3],"span":[642,19,20]},{"path":[4,118],"span":[645,0,647,1]},{"path":[4,118,1],"span":[645,8,43]},{"path":[4,118,2,0],"span":[646,2,24]},{"path":[4,118,2,0,5],"span":[646,2,8]},{"path":[4,118,2,0,1],"span":[646,9,19]},{"path":[4,118,2,0,3],"span":[646,22,23]},{"path":[4,119],"span":[649,0,652,1]},{"path":[4,119,1],"span":[649,8,36]},{"path":[4,119,2,0],"span":[650,2,21]},{"path":[4,119,2,0,5],"span":[650,2,8]},{"path":[4,119,2,0,1],"span":[650,9,16]},{"path":[4,119,2,0,3],"span":[650,19,20]},{"path":[4,119,2,1],"span":[651,2,30]},{"path":[4,119,2,1,4],"span":[651,2,10]},{"path":[4,119,2,1,5],"span":[651,11,17]},{"path":[4,119,2,1,1],"span":[651,18,25]},{"path":[4,119,2,1,3],"span":[651,28,29]},{"path":[4,120],"span":[654,0,656,1]},{"path":[4,120,1],"span":[654,8,37]},{"path":[4,120,2,0],"span":[655,2,31]},{"path":[4,120,2,0,5],"span":[655,2,8]},{"path":[4,120,2,0,1],"span":[655,9,26]},{"path":[4,120,2,0,3],"span":[655,29,30]},{"path":[6,0],"span":[658,0,716,1]},{"path":[6,0,1],"span":[658,8,19]},{"path":[6,0,2,0],"span":[659,2,121]},{"path":[6,0,2,0,1],"span":[659,6,34]},{"path":[6,0,2,0,2],"span":[659,35,70]},{"path":[6,0,2,0,3],"span":[659,81,117]},{"path":[6,0,2,1],"span":[660,2,118]},{"path":[6,0,2,1,1],"span":[660,6,33]},{"path":[6,0,2,1,2],"span":[660,34,68]},{"path":[6,0,2,1,3],"span":[660,79,114]},{"path":[6,0,2,2],"span":[661,2,100]},{"path":[6,0,2,2,1],"span":[661,6,27]},{"path":[6,0,2,2,2],"span":[661,28,56]},{"path":[6,0,2,2,3],"span":[661,67,96]},{"path":[6,0,2,3],"span":[662,2,127]},{"path":[6,0,2,3,1],"span":[662,6,36]},{"path":[6,0,2,3,2],"span":[662,37,74]},{"path":[6,0,2,3,3],"span":[662,85,123]},{"path":[6,0,2,4],"span":[663,2,127]},{"path":[6,0,2,4,1],"span":[663,6,36]},{"path":[6,0,2,4,2],"span":[663,37,74]},{"path":[6,0,2,4,3],"span":[663,85,123]},{"path":[6,0,2,5],"span":[664,2,106]},{"path":[6,0,2,5,1],"span":[664,6,29]},{"path":[6,0,2,5,2],"span":[664,30,60]},{"path":[6,0,2,5,3],"span":[664,71,102]},{"path":[6,0,2,6],"span":[666,2,115]},{"path":[6,0,2,6,1],"span":[666,6,32]},{"path":[6,0,2,6,2],"span":[666,33,66]},{"path":[6,0,2,6,3],"span":[666,77,111]},{"path":[6,0,2,7],"span":[667,2,76]},{"path":[6,0,2,7,1],"span":[667,6,19]},{"path":[6,0,2,7,2],"span":[667,20,40]},{"path":[6,0,2,7,3],"span":[667,51,72]},{"path":[6,0,2,8],"span":[668,2,76]},{"path":[6,0,2,8,1],"span":[668,6,19]},{"path":[6,0,2,8,2],"span":[668,20,40]},{"path":[6,0,2,8,3],"span":[668,51,72]},{"path":[6,0,2,9],"span":[669,2,97]},{"path":[6,0,2,9,1],"span":[669,6,26]},{"path":[6,0,2,9,2],"span":[669,27,54]},{"path":[6,0,2,9,3],"span":[669,65,93]},{"path":[6,0,2,10],"span":[670,2,88]},{"path":[6,0,2,10,1],"span":[670,6,23]},{"path":[6,0,2,10,2],"span":[670,24,48]},{"path":[6,0,2,10,3],"span":[670,59,84]},{"path":[6,0,2,11],"span":[671,2,118]},{"path":[6,0,2,11,1],"span":[671,6,33]},{"path":[6,0,2,11,2],"span":[671,34,68]},{"path":[6,0,2,11,3],"span":[671,79,114]},{"path":[6,0,2,12],"span":[672,2,82]},{"path":[6,0,2,12,1],"span":[672,6,21]},{"path":[6,0,2,12,2],"span":[672,22,44]},{"path":[6,0,2,12,3],"span":[672,55,78]},{"path":[6,0,2,13],"span":[673,2,97]},{"path":[6,0,2,13,1],"span":[673,6,28]},{"path":[6,0,2,13,2],"span":[673,29,58]},{"path":[6,0,2,13,3],"span":[673,69,93]},{"path":[6,0,2,14],"span":[674,2,97]},{"path":[6,0,2,14,1],"span":[674,6,26]},{"path":[6,0,2,14,2],"span":[674,27,54]},{"path":[6,0,2,14,3],"span":[674,65,93]},{"path":[6,0,2,15],"span":[675,2,106]},{"path":[6,0,2,15,1],"span":[675,6,29]},{"path":[6,0,2,15,2],"span":[675,30,60]},{"path":[6,0,2,15,3],"span":[675,71,102]},{"path":[6,0,2,16],"span":[676,2,106]},{"path":[6,0,2,16,1],"span":[676,6,29]},{"path":[6,0,2,16,2],"span":[676,30,60]},{"path":[6,0,2,16,3],"span":[676,71,102]},{"path":[6,0,2,17],"span":[677,2,115]},{"path":[6,0,2,17,1],"span":[677,6,32]},{"path":[6,0,2,17,2],"span":[677,33,66]},{"path":[6,0,2,17,3],"span":[677,77,111]},{"path":[6,0,2,18],"span":[678,2,106]},{"path":[6,0,2,18,1],"span":[678,6,29]},{"path":[6,0,2,18,2],"span":[678,30,60]},{"path":[6,0,2,18,3],"span":[678,71,102]},{"path":[6,0,2,19],"span":[679,2,112]},{"path":[6,0,2,19,1],"span":[679,6,31]},{"path":[6,0,2,19,2],"span":[679,32,64]},{"path":[6,0,2,19,3],"span":[679,75,108]},{"path":[6,0,2,20],"span":[680,2,130]},{"path":[6,0,2,20,1],"span":[680,6,37]},{"path":[6,0,2,20,2],"span":[680,38,76]},{"path":[6,0,2,20,3],"span":[680,87,126]},{"path":[6,0,2,21],"span":[681,2,91]},{"path":[6,0,2,21,1],"span":[681,6,24]},{"path":[6,0,2,21,2],"span":[681,25,50]},{"path":[6,0,2,21,3],"span":[681,61,87]},{"path":[6,0,2,22],"span":[682,2,151]},{"path":[6,0,2,22,1],"span":[682,6,44]},{"path":[6,0,2,22,2],"span":[682,45,90]},{"path":[6,0,2,22,3],"span":[682,101,147]},{"path":[6,0,2,23],"span":[683,2,99]},{"path":[6,0,2,23,1],"span":[683,6,30]},{"path":[6,0,2,23,2],"span":[683,31,57]},{"path":[6,0,2,23,3],"span":[683,68,95]},{"path":[6,0,2,24],"span":[684,2,100]},{"path":[6,0,2,24,1],"span":[684,6,39]},{"path":[6,0,2,24,2],"span":[684,40,62]},{"path":[6,0,2,24,3],"span":[684,73,96]},{"path":[6,0,2,25],"span":[685,2,100]},{"path":[6,0,2,25,1],"span":[685,6,27]},{"path":[6,0,2,25,2],"span":[685,28,56]},{"path":[6,0,2,25,3],"span":[685,67,96]},{"path":[6,0,2,26],"span":[686,2,112]},{"path":[6,0,2,26,1],"span":[686,6,31]},{"path":[6,0,2,26,2],"span":[686,32,64]},{"path":[6,0,2,26,3],"span":[686,75,108]},{"path":[6,0,2,27],"span":[687,2,103]},{"path":[6,0,2,27,1],"span":[687,6,28]},{"path":[6,0,2,27,2],"span":[687,29,58]},{"path":[6,0,2,27,3],"span":[687,69,99]},{"path":[6,0,2,28],"span":[688,2,118]},{"path":[6,0,2,28,1],"span":[688,6,33]},{"path":[6,0,2,28,2],"span":[688,34,68]},{"path":[6,0,2,28,3],"span":[688,79,114]},{"path":[6,0,2,29],"span":[689,2,133]},{"path":[6,0,2,29,1],"span":[689,6,38]},{"path":[6,0,2,29,2],"span":[689,39,78]},{"path":[6,0,2,29,3],"span":[689,89,129]},{"path":[6,0,2,30],"span":[690,2,85]},{"path":[6,0,2,30,1],"span":[690,6,22]},{"path":[6,0,2,30,2],"span":[690,23,46]},{"path":[6,0,2,30,3],"span":[690,57,81]},{"path":[6,0,2,31],"span":[691,2,109]},{"path":[6,0,2,31,1],"span":[691,6,30]},{"path":[6,0,2,31,2],"span":[691,31,62]},{"path":[6,0,2,31,3],"span":[691,73,105]},{"path":[6,0,2,32],"span":[692,2,694,3]},{"path":[6,0,2,32,1],"span":[692,6,22]},{"path":[6,0,2,32,2],"span":[692,23,46]},{"path":[6,0,2,32,3],"span":[692,57,81]},{"path":[6,0,2,32,4],"span":[693,4,29]},{"path":[6,0,2,32,4,33],"span":[693,4,29]},{"path":[6,0,2,33],"span":[695,2,88]},{"path":[6,0,2,33,1],"span":[695,6,23]},{"path":[6,0,2,33,2],"span":[695,24,48]},{"path":[6,0,2,33,3],"span":[695,59,84]},{"path":[6,0,2,34],"span":[696,2,113]},{"path":[6,0,2,34,1],"span":[696,6,39]},{"path":[6,0,2,34,2],"span":[696,40,69]},{"path":[6,0,2,34,3],"span":[696,80,109]},{"path":[6,0,2,35],"span":[697,2,133]},{"path":[6,0,2,35,1],"span":[697,6,38]},{"path":[6,0,2,35,2],"span":[697,39,78]},{"path":[6,0,2,35,3],"span":[697,89,129]},{"path":[6,0,2,36],"span":[698,2,91]},{"path":[6,0,2,36,1],"span":[698,6,24]},{"path":[6,0,2,36,2],"span":[698,25,50]},{"path":[6,0,2,36,3],"span":[698,61,87]},{"path":[6,0,2,37],"span":[699,2,76]},{"path":[6,0,2,37,1],"span":[699,6,19]},{"path":[6,0,2,37,2],"span":[699,20,40]},{"path":[6,0,2,37,3],"span":[699,51,72]},{"path":[6,0,2,38],"span":[700,2,106]},{"path":[6,0,2,38,1],"span":[700,6,29]},{"path":[6,0,2,38,2],"span":[700,30,60]},{"path":[6,0,2,38,3],"span":[700,71,102]},{"path":[6,0,2,39],"span":[701,2,115]},{"path":[6,0,2,39,1],"span":[701,6,32]},{"path":[6,0,2,39,2],"span":[701,33,66]},{"path":[6,0,2,39,3],"span":[701,77,111]},{"path":[6,0,2,40],"span":[702,2,121]},{"path":[6,0,2,40,1],"span":[702,6,34]},{"path":[6,0,2,40,2],"span":[702,35,70]},{"path":[6,0,2,40,3],"span":[702,81,117]},{"path":[6,0,2,41],"span":[703,2,109]},{"path":[6,0,2,41,1],"span":[703,6,30]},{"path":[6,0,2,41,2],"span":[703,31,62]},{"path":[6,0,2,41,3],"span":[703,73,105]},{"path":[6,0,2,42],"span":[704,2,114]},{"path":[6,0,2,42,1],"span":[704,6,38]},{"path":[6,0,2,42,2],"span":[704,39,78]},{"path":[6,0,2,42,3],"span":[704,89,110]},{"path":[6,0,2,43],"span":[705,2,130]},{"path":[6,0,2,43,1],"span":[705,6,37]},{"path":[6,0,2,43,2],"span":[705,38,76]},{"path":[6,0,2,43,3],"span":[705,87,126]},{"path":[6,0,2,44],"span":[706,2,136]},{"path":[6,0,2,44,1],"span":[706,6,39]},{"path":[6,0,2,44,2],"span":[706,40,80]},{"path":[6,0,2,44,3],"span":[706,91,132]},{"path":[6,0,2,45],"span":[707,2,79]},{"path":[6,0,2,45,1],"span":[707,6,20]},{"path":[6,0,2,45,2],"span":[707,21,42]},{"path":[6,0,2,45,3],"span":[707,53,75]},{"path":[6,0,2,46],"span":[708,2,109]},{"path":[6,0,2,46,1],"span":[708,6,30]},{"path":[6,0,2,46,2],"span":[708,31,62]},{"path":[6,0,2,46,3],"span":[708,73,105]},{"path":[6,0,2,47],"span":[709,2,94]},{"path":[6,0,2,47,1],"span":[709,6,25]},{"path":[6,0,2,47,2],"span":[709,26,52]},{"path":[6,0,2,47,3],"span":[709,63,90]},{"path":[6,0,2,48],"span":[710,2,61]},{"path":[6,0,2,48,1],"span":[710,6,14]},{"path":[6,0,2,48,2],"span":[710,15,30]},{"path":[6,0,2,48,3],"span":[710,41,57]},{"path":[6,0,2,49],"span":[711,2,127]},{"path":[6,0,2,49,1],"span":[711,6,36]},{"path":[6,0,2,49,2],"span":[711,37,74]},{"path":[6,0,2,49,3],"span":[711,85,123]},{"path":[6,0,2,50],"span":[712,2,106]},{"path":[6,0,2,50,1],"span":[712,6,29]},{"path":[6,0,2,50,2],"span":[712,30,60]},{"path":[6,0,2,50,3],"span":[712,71,102]},{"path":[6,0,2,51],"span":[713,2,118]},{"path":[6,0,2,51,1],"span":[713,6,33]},{"path":[6,0,2,51,2],"span":[713,34,68]},{"path":[6,0,2,51,3],"span":[713,79,114]},{"path":[6,0,2,52],"span":[714,2,100]},{"path":[6,0,2,52,1],"span":[714,6,27]},{"path":[6,0,2,52,2],"span":[714,28,56]},{"path":[6,0,2,52,3],"span":[714,67,96]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"limits/limits.proto","package":"lansweeper.shared.limits.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"CalculateRiskInsights","field":[{"name":"from_year","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"fromYear","proto3Optional":true},{"name":"from_severity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.RiskInsightsSeverity","oneofIndex":1,"jsonName":"fromSeverity","proto3Optional":true},{"name":"max","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":2,"jsonName":"max","proto3Optional":true}],"oneofDecl":[{"name":"_from_year"},{"name":"_from_severity"},{"name":"_max"}]},{"name":"ExpirableAllowedEntities","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"expires_at","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","oneofIndex":0,"jsonName":"expiresAt","proto3Optional":true}],"oneofDecl":[{"name":"_expires_at"}]},{"name":"BaseLimit","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"},{"name":"allowed_entities","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.ExpirableAllowedEntities","jsonName":"allowedEntities"}],"reservedRange":[{"start":2,"end":3}]},{"name":"RiskInsights","field":[{"name":"view_assets","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewAssets"}]},{"name":"Assets","field":[{"name":"view_risk_insights","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewRiskInsights"},{"name":"view_lifecycle","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.BaseLimit","jsonName":"viewLifecycle"}]},{"name":"Scopes","field":[{"name":"create_max","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"createMax"}]},{"name":"Attachments","field":[{"name":"max_bytes_per_asset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"maxBytesPerAsset"}]},{"name":"SiteLimits","field":[{"name":"tier","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.shared.limits.v1.SiteLimitsTiers","jsonName":"tier"},{"name":"risk_insights","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.RiskInsights","oneofIndex":0,"jsonName":"riskInsights","proto3Optional":true},{"name":"assets","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Assets","oneofIndex":1,"jsonName":"assets","proto3Optional":true},{"name":"scopes","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Scopes","jsonName":"scopes"},{"name":"attachments","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.Attachments","jsonName":"attachments"}],"oneofDecl":[{"name":"_risk_insights"},{"name":"_assets"}],"reservedRange":[{"start":2,"end":3}]}],"enumType":[{"name":"SiteLimitsTiers","value":[{"name":"SUBSCRIPTION_TYPE_VALUE_STARTER","number":0},{"name":"SUBSCRIPTION_TYPE_VALUE_PRO","number":1},{"name":"SUBSCRIPTION_TYPE_VALUE_ENTERPRISE","number":2}]},{"name":"RiskInsightsSeverity","value":[{"name":"RISK_INSIGHT_SEVERITY_LOW","number":0},{"name":"RISK_INSIGHT_SEVERITY_MEDIUM","number":1},{"name":"RISK_INSIGHT_SEVERITY_HIGH","number":2},{"name":"RISK_INSIGHT_SEVERITY_CRITICAL","number":3}]}],"options":{"goPackage":"github.com/Lansweeper/lansweeperapis/packages/shared/generated-go;limits"},"sourceCodeInfo":{"location":[{"span":[0,0,61,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,36]},{"path":[8],"span":[3,0,95]},{"path":[8,11],"span":[3,0,95]},{"path":[3,0],"span":[4,0,41]},{"path":[5,0],"span":[7,0,11,1]},{"path":[5,0,1],"span":[7,5,20]},{"path":[5,0,2,0],"span":[8,2,38]},{"path":[5,0,2,0,1],"span":[8,2,33]},{"path":[5,0,2,0,2],"span":[8,36,37]},{"path":[5,0,2,1],"span":[9,2,34]},{"path":[5,0,2,1,1],"span":[9,2,29]},{"path":[5,0,2,1,2],"span":[9,32,33]},{"path":[5,0,2,2],"span":[10,2,41]},{"path":[5,0,2,2,1],"span":[10,2,36]},{"path":[5,0,2,2,2],"span":[10,39,40]},{"path":[5,1],"span":[13,0,18,1]},{"path":[5,1,1],"span":[13,5,25]},{"path":[5,1,2,0],"span":[14,2,32]},{"path":[5,1,2,0,1],"span":[14,2,27]},{"path":[5,1,2,0,2],"span":[14,30,31]},{"path":[5,1,2,1],"span":[15,2,35]},{"path":[5,1,2,1,1],"span":[15,2,30]},{"path":[5,1,2,1,2],"span":[15,33,34]},{"path":[5,1,2,2],"span":[16,2,33]},{"path":[5,1,2,2,1],"span":[16,2,28]},{"path":[5,1,2,2,2],"span":[16,31,32]},{"path":[5,1,2,3],"span":[17,2,37]},{"path":[5,1,2,3,1],"span":[17,2,32]},{"path":[5,1,2,3,2],"span":[17,35,36]},{"path":[4,0],"span":[20,0,24,1]},{"path":[4,0,1],"span":[20,8,29]},{"path":[4,0,2,0],"span":[21,2,32]},{"path":[4,0,2,0,4],"span":[21,2,10]},{"path":[4,0,2,0,5],"span":[21,11,17]},{"path":[4,0,2,0,1],"span":[21,18,27]},{"path":[4,0,2,0,3],"span":[21,30,31]},{"path":[4,0,2,1],"span":[22,2,50]},{"path":[4,0,2,1,4],"span":[22,2,10]},{"path":[4,0,2,1,6],"span":[22,11,31]},{"path":[4,0,2,1,1],"span":[22,32,45]},{"path":[4,0,2,1,3],"span":[22,48,49]},{"path":[4,0,2,2],"span":[23,2,25]},{"path":[4,0,2,2,4],"span":[23,2,10]},{"path":[4,0,2,2,5],"span":[23,11,16]},{"path":[4,0,2,2,1],"span":[23,17,20]},{"path":[4,0,2,2,3],"span":[23,23,24]},{"path":[4,1],"span":[26,0,29,1]},{"path":[4,1,1],"span":[26,8,32]},{"path":[4,1,2,0],"span":[27,2,17]},{"path":[4,1,2,0,5],"span":[27,2,8]},{"path":[4,1,2,0,1],"span":[27,9,12]},{"path":[4,1,2,0,3],"span":[27,15,16]},{"path":[4,1,2,1],"span":[28,2,52]},{"path":[4,1,2,1,4],"span":[28,2,10]},{"path":[4,1,2,1,6],"span":[28,11,36]},{"path":[4,1,2,1,1],"span":[28,37,47]},{"path":[4,1,2,1,3],"span":[28,50,51]},{"path":[4,2],"span":[31,0,35,1]},{"path":[4,2,1],"span":[31,8,17]},{"path":[4,2,9],"span":[32,2,13]},{"path":[4,2,9,0],"span":[32,11,12]},{"path":[4,2,9,0,1],"span":[32,11,12]},{"path":[4,2,2,0],"span":[33,2,17]},{"path":[4,2,2,0,5],"span":[33,2,6]},{"path":[4,2,2,0,1],"span":[33,7,12]},{"path":[4,2,2,0,3],"span":[33,15,16]},{"path":[4,2,2,1],"span":[34,2,57]},{"path":[4,2,2,1,4],"span":[34,2,10]},{"path":[4,2,2,1,6],"span":[34,11,35]},{"path":[4,2,2,1,1],"span":[34,36,52]},{"path":[4,2,2,1,3],"span":[34,55,56]},{"path":[4,3],"span":[37,0,39,1]},{"path":[4,3,1],"span":[37,8,20]},{"path":[4,3,2,0],"span":[38,2,28]},{"path":[4,3,2,0,6],"span":[38,2,11]},{"path":[4,3,2,0,1],"span":[38,12,23]},{"path":[4,3,2,0,3],"span":[38,26,27]},{"path":[4,4],"span":[41,0,44,1]},{"path":[4,4,1],"span":[41,8,14]},{"path":[4,4,2,0],"span":[42,2,35]},{"path":[4,4,2,0,6],"span":[42,2,11]},{"path":[4,4,2,0,1],"span":[42,12,30]},{"path":[4,4,2,0,3],"span":[42,33,34]},{"path":[4,4,2,1],"span":[43,2,31]},{"path":[4,4,2,1,6],"span":[43,2,11]},{"path":[4,4,2,1,1],"span":[43,12,26]},{"path":[4,4,2,1,3],"span":[43,29,30]},{"path":[4,5],"span":[46,0,48,1]},{"path":[4,5,1],"span":[46,8,14]},{"path":[4,5,2,0],"span":[47,2,23]},{"path":[4,5,2,0,5],"span":[47,2,7]},{"path":[4,5,2,0,1],"span":[47,8,18]},{"path":[4,5,2,0,3],"span":[47,21,22]},{"path":[4,6],"span":[50,0,52,1]},{"path":[4,6,1],"span":[50,8,19]},{"path":[4,6,2,0],"span":[51,2,32]},{"path":[4,6,2,0,5],"span":[51,2,7]},{"path":[4,6,2,0,1],"span":[51,8,27]},{"path":[4,6,2,0,3],"span":[51,30,31]},{"path":[4,7],"span":[54,0,61,1]},{"path":[4,7,1],"span":[54,8,18]},{"path":[4,7,9],"span":[55,2,13]},{"path":[4,7,9,0],"span":[55,11,12]},{"path":[4,7,9,0,1],"span":[55,11,12]},{"path":[4,7,2,0],"span":[56,2,27]},{"path":[4,7,2,0,6],"span":[56,2,17]},{"path":[4,7,2,0,1],"span":[56,18,22]},{"path":[4,7,2,0,3],"span":[56,25,26]},{"path":[4,7,2,1],"span":[57,2,42]},{"path":[4,7,2,1,4],"span":[57,2,10]},{"path":[4,7,2,1,6],"span":[57,11,23]},{"path":[4,7,2,1,1],"span":[57,24,37]},{"path":[4,7,2,1,3],"span":[57,40,41]},{"path":[4,7,2,2],"span":[58,2,29]},{"path":[4,7,2,2,4],"span":[58,2,10]},{"path":[4,7,2,2,6],"span":[58,11,17]},{"path":[4,7,2,2,1],"span":[58,18,24]},{"path":[4,7,2,2,3],"span":[58,27,28]},{"path":[4,7,2,3],"span":[59,2,20]},{"path":[4,7,2,3,6],"span":[59,2,8]},{"path":[4,7,2,3,1],"span":[59,9,15]},{"path":[4,7,2,3,3],"span":[59,18,19]},{"path":[4,7,2,4],"span":[60,2,30]},{"path":[4,7,2,4,6],"span":[60,2,13]},{"path":[4,7,2,4,1],"span":[60,14,25]},{"path":[4,7,2,4,3],"span":[60,28,29]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/empty.proto","package":"google.protobuf","messageType":[{"name":"Empty"}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"EmptyProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/emptypb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,51,16]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,69]},{"path":[8,11],"span":[35,0,69]},{"path":[8],"span":[36,0,44]},{"path":[8,1],"span":[36,0,44]},{"path":[8],"span":[37,0,43]},{"path":[8,8],"span":[37,0,43]},{"path":[8],"span":[38,0,34]},{"path":[8,10],"span":[38,0,34]},{"path":[8],"span":[39,0,33]},{"path":[8,36],"span":[39,0,33]},{"path":[8],"span":[40,0,31]},{"path":[8,31],"span":[40,0,31]},{"path":[4,0],"span":[51,0,16],"leadingComments":" A generic empty message that you can re-use to avoid defining duplicated\n empty messages in your APIs. A typical example is to use it as the request\n or the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\n The JSON representation for `Empty` is empty JSON object `{}`.\n"},{"path":[4,0,1],"span":[51,8,13]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/multitenant.proto","package":"lansweeper.multitenant.v1","dependency":["limits/limits.proto","google/protobuf/empty.proto"],"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":"SearchPreviewAccountsBySiteIdsRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"},{"name":"search","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"search"}]},{"name":"SearchPreviewAccountsBySiteIdsResponse","field":[{"name":"accounts","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"accounts"}]},{"name":"GetPreviewAccountsByAccountIdsRequest","field":[{"name":"account_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"accountIds"}]},{"name":"GetPreviewAccountsByAccountIdsResponse","field":[{"name":"accounts","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"accounts"}]},{"name":"SiteMetadata","field":[{"name":"payg","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"payg"}]},{"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":"created_by","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"},{"name":"current_subscription_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"currentSubscriptionId","options":{"deprecated":true}},{"name":"deleted_on","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedOn"},{"name":"metadata","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteMetadata","jsonName":"metadata"},{"name":"subscription","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Subscription","jsonName":"subscription"}]},{"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":"being_owner_or_administrator","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"beingOwnerOrAdministrator"}]},{"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":"CheckAccessToSiteByClientIdRequest","field":[{"name":"client_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckAccessToSiteByClientIdResponse","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","options":{"deprecated":true}},{"name":"install_type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallType","jsonName":"installType"},{"name":"external_id","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}],"nestedType":[{"name":"InstallState","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.InstallStateValue","jsonName":"value"},{"name":"deleted_on","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedOn"},{"name":"deleted_data_started_on","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"deletedDataStartedOn"}]}]},{"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":"GetInstallsByExternalIdsRequest","field":[{"name":"external_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"externalIds"}]},{"name":"GetInstallsByExternalIdsResponse","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":"GetInstallsForMultipleSitesRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"GetInstallsForMultipleSitesResponse","field":[{"name":"installs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Install","jsonName":"installs"}]},{"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":"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"},{"name":"client_id","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"}],"reservedRange":[{"start":2,"end":3},{"start":8,"end":9}]},{"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":"client_id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"external_id","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"externalId"}]},{"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":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"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"},{"name":"profiles","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.Profile","jsonName":"profiles"},{"name":"createdBy","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewAccount","jsonName":"createdBy"}]},{"name":"SendInviteLocalUsersMailRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"SendInviteLocalUsersMailResponse","field":[{"name":"sent","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"sent"}]},{"name":"CreateLinkingCodeRequest","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":"CreateLinkingCodeResponse","field":[{"name":"code","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"code"}]},{"name":"GetSiteIdsWithIntegrationData","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"CheckStandardizedSoftwareEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CheckStandardizedSoftwareEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"UpdateSiteMetadataRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"UpdateSiteMetadataResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"UpdateSiteSkipDataExportRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"skip_data_export","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"skipDataExport"},{"name":"updated_by","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"updatedBy"}]},{"name":"UpdateSiteSkipDataExportResponse","field":[{"name":"success","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"success"}]},{"name":"GetSiteLimitsRequest","field":[{"name":"site_ids","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"}]},{"name":"GetSiteLimitsResponse","field":[{"name":"site_limits","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSiteLimitsResponse.SiteLimitsEntry","jsonName":"siteLimits"}],"nestedType":[{"name":"SiteLimitsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.shared.limits.v1.SiteLimits","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"GetSiteHierarchyIdsRequest","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"offsetId","proto3Optional":true},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"limit","proto3Optional":true}],"oneofDecl":[{"name":"_offset_id"},{"name":"_limit"}]},{"name":"SiteHierarchyIdsItem","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"parent_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsItem.ParentType","jsonName":"parentType"},{"name":"parent_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"parentId"},{"name":"is_customer_account","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isCustomerAccount"},{"name":"skip_hivemind_export","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"skipHivemindExport"}],"enumType":[{"name":"ParentType","value":[{"name":"UNKNOWN","number":0},{"name":"NONE","number":1},{"name":"ORG","number":2},{"name":"MSMP","number":3}]}]},{"name":"SiteHierarchyIdsPageInfo","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"offsetId"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetSiteHierarchyIdsResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"count"},{"name":"items","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsItem","jsonName":"items"},{"name":"page_info","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteHierarchyIdsPageInfo","jsonName":"pageInfo"}]},{"name":"GetSitesOptions","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"offsetId","proto3Optional":true},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"limit","proto3Optional":true}],"oneofDecl":[{"name":"_offset_id"},{"name":"_limit"}]},{"name":"GetSitesRequest","field":[{"name":"options","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSitesOptions","oneofIndex":0,"jsonName":"options","proto3Optional":true}],"oneofDecl":[{"name":"_options"}]},{"name":"SiteItemMetadata","field":[{"name":"enabled_metadata_fields_federation","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabledMetadataFieldsFederation"},{"name":"enabled_custom_fields_federation","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabledCustomFieldsFederation"}]},{"name":"SiteItem","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"metadata","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteItemMetadata","oneofIndex":0,"jsonName":"metadata","proto3Optional":true}],"oneofDecl":[{"name":"_metadata"}]},{"name":"GetSitesPageInfo","field":[{"name":"offset_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"offsetId"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetSitesResponse","field":[{"name":"count","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"count"},{"name":"items","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.SiteItem","jsonName":"items"},{"name":"page_info","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetSitesPageInfo","jsonName":"pageInfo"}]},{"name":"MsmpPagination","field":[{"name":"offset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"}]},{"name":"MsmpPaginationInfo","field":[{"name":"total","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"total"},{"name":"offset","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]},{"name":"GetMsmpOrganizationListRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_pagination","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListRequest.MsmpPaginationRequest","jsonName":"msmpPagination"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}],"nestedType":[{"name":"MsmpPaginationRequest","field":[{"name":"offset","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"}]}]},{"name":"GetMsmpOrganizationListResponse","field":[{"name":"organizations","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpOrganization","jsonName":"organizations"},{"name":"msmp_page_info","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse.MsmpPageInfo","jsonName":"msmpPageInfo"}],"nestedType":[{"name":"MsmpOrganization","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":"MsmpPageInfo","field":[{"name":"total","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"total"},{"name":"offset","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"offset"},{"name":"limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"limit"},{"name":"has_next_page","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasNextPage"}]}]},{"name":"GetMsmpOrganizationAccountRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_organization_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"msmpOrganizationId"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"GetMsmpOrganizationAccountResponse","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"role","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"role"},{"name":"is_pending","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isPending"},{"name":"has_accessed_multi_site_management_portal","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"hasAccessedMultiSiteManagementPortal"}]},{"name":"GetSitesByMsmpOrganizationIdRequest","field":[{"name":"user_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"msmp_organization_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"msmpOrganizationId"},{"name":"msmp_pagination","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.MsmpPagination","jsonName":"msmpPagination"},{"name":"trace_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"GetSitesByMsmpOrganizationIdResponse","field":[{"name":"sites","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"sites"},{"name":"msmp_pagination_info","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.MsmpPaginationInfo","jsonName":"msmpPaginationInfo"}]},{"name":"SetEnabledCustomFieldsFederationRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}]},{"name":"IsCustomFieldsFederationEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"IsMetadataFieldsFederationEnabledRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"IsCustomFieldsFederationEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"IsMetadataFieldsFederationEnabledResponse","field":[{"name":"is_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"isEnabled"}]},{"name":"GetSitePreviewRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetSitePreviewResponse","field":[{"name":"site","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.multitenant.v1.PreviewSite","jsonName":"site"}]},{"name":"CreateOwnerPersonalAccessTokenRequest","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"partner_integration_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"partnerIntegrationId"},{"name":"site_ids","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"siteIds"},{"name":"description","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"description","proto3Optional":true}],"oneofDecl":[{"name":"_description"}]},{"name":"CreateOwnerPersonalAccessTokenResponse","field":[{"name":"token","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"token"}]},{"name":"GetInstallationSettingsRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"install_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installId"}]},{"name":"GetInstallationSettingsResponse","field":[{"name":"digitalLicenseToken","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"digitalLicenseToken"}]},{"name":"CreateFlowBuilderBotAccountRequest","field":[{"name":"trace_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"CreateFlowBuilderBotAccountResponse","field":[{"name":"account_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"accountId"}]},{"name":"GetManualInstallationRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"user_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"userId","proto3Optional":true}],"oneofDecl":[{"name":"_user_id"}]},{"name":"GetManualInstallationResponse","field":[{"name":"manual_install_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"manualInstallId"}]}],"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":"IT_AGENT","number":2},{"name":"CLOUD","number":3},{"name":"NETWORK_DISCOVERY","number":4},{"name":"MANUAL","number":5}]},{"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":"CheckAccessToSiteByClientId","inputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdRequest","outputType":".lansweeper.multitenant.v1.CheckAccessToSiteByClientIdResponse","options":{}},{"name":"GetPreviewAccountById","inputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountByIdResponse","options":{}},{"name":"SearchPreviewAccountsBySiteIds","inputType":".lansweeper.multitenant.v1.SearchPreviewAccountsBySiteIdsRequest","outputType":".lansweeper.multitenant.v1.SearchPreviewAccountsBySiteIdsResponse","options":{}},{"name":"GetPreviewAccountsByAccountIds","inputType":".lansweeper.multitenant.v1.GetPreviewAccountsByAccountIdsRequest","outputType":".lansweeper.multitenant.v1.GetPreviewAccountsByAccountIdsResponse","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":"GetInstallsforMultipleSites","inputType":".lansweeper.multitenant.v1.GetInstallsForMultipleSitesRequest","outputType":".lansweeper.multitenant.v1.GetInstallsForMultipleSitesResponse","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":"SendInviteLocalUsersMail","inputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailRequest","outputType":".lansweeper.multitenant.v1.SendInviteLocalUsersMailResponse","options":{}},{"name":"AllProfileExists","inputType":".lansweeper.multitenant.v1.AllProfileExistsRequest","outputType":".lansweeper.multitenant.v1.AllProfileExistsResponse","options":{"deprecated":true}},{"name":"CreateLinkingCode","inputType":".lansweeper.multitenant.v1.CreateLinkingCodeRequest","outputType":".lansweeper.multitenant.v1.CreateLinkingCodeResponse","options":{}},{"name":"GetSiteIdsWithIntegrationBySiteId","inputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","outputType":".lansweeper.multitenant.v1.GetSiteIdsWithIntegrationData","options":{}},{"name":"CheckStandardizedSoftwareEnabled","inputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledRequest","outputType":".lansweeper.multitenant.v1.CheckStandardizedSoftwareEnabledResponse","options":{}},{"name":"UpdateSiteMetadata","inputType":".lansweeper.multitenant.v1.UpdateSiteMetadataRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteMetadataResponse","options":{}},{"name":"GetSiteLimits","inputType":".lansweeper.multitenant.v1.GetSiteLimitsRequest","outputType":".lansweeper.multitenant.v1.GetSiteLimitsResponse","options":{}},{"name":"GetMsmpOrganizationList","inputType":".lansweeper.multitenant.v1.GetMsmpOrganizationListRequest","outputType":".lansweeper.multitenant.v1.GetMsmpOrganizationListResponse","options":{}},{"name":"GetMsmpOrganizationAccount","inputType":".lansweeper.multitenant.v1.GetMsmpOrganizationAccountRequest","outputType":".lansweeper.multitenant.v1.GetMsmpOrganizationAccountResponse","options":{}},{"name":"GetSitesByMsmpOrganizationId","inputType":".lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdRequest","outputType":".lansweeper.multitenant.v1.GetSitesByMsmpOrganizationIdResponse","options":{}},{"name":"GetInstallsByExternalIds","inputType":".lansweeper.multitenant.v1.GetInstallsByExternalIdsRequest","outputType":".lansweeper.multitenant.v1.GetInstallsByExternalIdsResponse","options":{}},{"name":"SetEnabledCustomFieldsFederation","inputType":".lansweeper.multitenant.v1.SetEnabledCustomFieldsFederationRequest","outputType":".google.protobuf.Empty","options":{}},{"name":"IsCustomFieldsFederationEnabled","inputType":".lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledRequest","outputType":".lansweeper.multitenant.v1.IsCustomFieldsFederationEnabledResponse","options":{}},{"name":"IsMetadataFieldsFederationEnabled","inputType":".lansweeper.multitenant.v1.IsMetadataFieldsFederationEnabledRequest","outputType":".lansweeper.multitenant.v1.IsMetadataFieldsFederationEnabledResponse","options":{}},{"name":"GetSitePreview","inputType":".lansweeper.multitenant.v1.GetSitePreviewRequest","outputType":".lansweeper.multitenant.v1.GetSitePreviewResponse","options":{}},{"name":"UpdateSiteSkipDataExport","inputType":".lansweeper.multitenant.v1.UpdateSiteSkipDataExportRequest","outputType":".lansweeper.multitenant.v1.UpdateSiteSkipDataExportResponse","options":{}},{"name":"GetSiteHierarchyIds","inputType":".lansweeper.multitenant.v1.GetSiteHierarchyIdsRequest","outputType":".lansweeper.multitenant.v1.GetSiteHierarchyIdsResponse","options":{}},{"name":"GetSites","inputType":".lansweeper.multitenant.v1.GetSitesRequest","outputType":".lansweeper.multitenant.v1.GetSitesResponse","options":{}},{"name":"CreateOwnerPersonalAccessToken","inputType":".lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenRequest","outputType":".lansweeper.multitenant.v1.CreateOwnerPersonalAccessTokenResponse","options":{}},{"name":"GetInstallationSettings","inputType":".lansweeper.multitenant.v1.GetInstallationSettingsRequest","outputType":".lansweeper.multitenant.v1.GetInstallationSettingsResponse","options":{}},{"name":"CreateFlowBuilderBotAccount","inputType":".lansweeper.multitenant.v1.CreateFlowBuilderBotAccountRequest","outputType":".lansweeper.multitenant.v1.CreateFlowBuilderBotAccountResponse","options":{}},{"name":"GetManualInstallation","inputType":".lansweeper.multitenant.v1.GetManualInstallationRequest","outputType":".lansweeper.multitenant.v1.GetManualInstallationResponse","options":{}}]}],"options":{"javaPackage":"lansweeper.multitenant.v1","javaMultipleFiles":true,"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,718,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[1,0,34]},{"path":[8],"span":[2,0,37]},{"path":[8,11],"span":[2,0,37]},{"path":[8],"span":[3,0,34]},{"path":[8,10],"span":[3,0,34]},{"path":[8],"span":[4,0,50]},{"path":[8,1],"span":[4,0,50]},{"path":[3,0],"span":[6,0,29]},{"path":[3,1],"span":[7,0,37]},{"path":[4,0],"span":[9,0,16,1]},{"path":[4,0,1],"span":[9,8,22]},{"path":[4,0,2,0],"span":[10,2,16]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,11]},{"path":[4,0,2,0,3],"span":[10,14,15]},{"path":[4,0,2,1],"span":[11,2,22]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,17]},{"path":[4,0,2,1,3],"span":[11,20,21]},{"path":[4,0,2,2],"span":[12,2,18]},{"path":[4,0,2,2,5],"span":[12,2,8]},{"path":[4,0,2,2,1],"span":[12,9,13]},{"path":[4,0,2,2,3],"span":[12,16,17]},{"path":[4,0,2,3],"span":[13,2,21]},{"path":[4,0,2,3,5],"span":[13,2,8]},{"path":[4,0,2,3,1],"span":[13,9,16]},{"path":[4,0,2,3,3],"span":[13,19,20]},{"path":[4,0,2,4],"span":[14,2,19]},{"path":[4,0,2,4,5],"span":[14,2,8]},{"path":[4,0,2,4,1],"span":[14,9,14]},{"path":[4,0,2,4,3],"span":[14,17,18]},{"path":[4,0,2,5],"span":[15,2,23]},{"path":[4,0,2,5,5],"span":[15,2,8]},{"path":[4,0,2,5,1],"span":[15,9,18]},{"path":[4,0,2,5,3],"span":[15,21,22]},{"path":[4,1],"span":[18,0,20,1]},{"path":[4,1,1],"span":[18,8,36]},{"path":[4,1,2,0],"span":[19,2,16]},{"path":[4,1,2,0,5],"span":[19,2,8]},{"path":[4,1,2,0,1],"span":[19,9,11]},{"path":[4,1,2,0,3],"span":[19,14,15]},{"path":[4,2],"span":[21,0,23,1]},{"path":[4,2,1],"span":[21,8,37]},{"path":[4,2,2,0],"span":[22,2,29]},{"path":[4,2,2,0,6],"span":[22,2,16]},{"path":[4,2,2,0,1],"span":[22,17,24]},{"path":[4,2,2,0,3],"span":[22,27,28]},{"path":[4,3],"span":[24,0,27,1]},{"path":[4,3,1],"span":[24,8,45]},{"path":[4,3,2,0],"span":[25,2,31]},{"path":[4,3,2,0,4],"span":[25,2,10]},{"path":[4,3,2,0,5],"span":[25,11,17]},{"path":[4,3,2,0,1],"span":[25,18,26]},{"path":[4,3,2,0,3],"span":[25,29,30]},{"path":[4,3,2,1],"span":[26,2,20]},{"path":[4,3,2,1,5],"span":[26,2,8]},{"path":[4,3,2,1,1],"span":[26,9,15]},{"path":[4,3,2,1,3],"span":[26,18,19]},{"path":[4,4],"span":[28,0,30,1]},{"path":[4,4,1],"span":[28,8,46]},{"path":[4,4,2,0],"span":[29,2,39]},{"path":[4,4,2,0,4],"span":[29,2,10]},{"path":[4,4,2,0,6],"span":[29,11,25]},{"path":[4,4,2,0,1],"span":[29,26,34]},{"path":[4,4,2,0,3],"span":[29,37,38]},{"path":[4,5],"span":[31,0,33,1]},{"path":[4,5,1],"span":[31,8,45]},{"path":[4,5,2,0],"span":[32,2,34]},{"path":[4,5,2,0,4],"span":[32,2,10]},{"path":[4,5,2,0,5],"span":[32,11,17]},{"path":[4,5,2,0,1],"span":[32,18,29]},{"path":[4,5,2,0,3],"span":[32,32,33]},{"path":[4,6],"span":[34,0,36,1]},{"path":[4,6,1],"span":[34,8,46]},{"path":[4,6,2,0],"span":[35,2,39]},{"path":[4,6,2,0,4],"span":[35,2,10]},{"path":[4,6,2,0,6],"span":[35,11,25]},{"path":[4,6,2,0,1],"span":[35,26,34]},{"path":[4,6,2,0,3],"span":[35,37,38]},{"path":[5,0],"span":[37,0,43,1]},{"path":[5,0,1],"span":[37,5,13]},{"path":[5,0,2,0],"span":[38,2,19]},{"path":[5,0,2,0,1],"span":[38,2,14]},{"path":[5,0,2,0,2],"span":[38,17,18]},{"path":[5,0,2,1],"span":[39,2,19]},{"path":[5,0,2,1,1],"span":[39,2,14]},{"path":[5,0,2,1,2],"span":[39,17,18]},{"path":[5,0,2,2],"span":[40,2,11]},{"path":[5,0,2,2,1],"span":[40,2,6]},{"path":[5,0,2,2,2],"span":[40,9,10]},{"path":[5,0,2,3],"span":[41,2,13]},{"path":[5,0,2,3,1],"span":[41,2,8]},{"path":[5,0,2,3,2],"span":[41,11,12]},{"path":[5,0,2,4],"span":[42,2,11]},{"path":[5,0,2,4,1],"span":[42,2,6]},{"path":[5,0,2,4,2],"span":[42,9,10]},{"path":[4,7],"span":[44,0,46,1]},{"path":[4,7,1],"span":[44,8,20]},{"path":[4,7,2,0],"span":[45,2,16]},{"path":[4,7,2,0,5],"span":[45,2,6]},{"path":[4,7,2,0,1],"span":[45,7,11]},{"path":[4,7,2,0,3],"span":[45,14,15]},{"path":[4,8],"span":[47,0,58,1]},{"path":[4,8,1],"span":[47,8,19]},{"path":[4,8,2,0],"span":[48,2,16]},{"path":[4,8,2,0,5],"span":[48,2,8]},{"path":[4,8,2,0,1],"span":[48,9,11]},{"path":[4,8,2,0,3],"span":[48,14,15]},{"path":[4,8,2,1],"span":[49,2,18]},{"path":[4,8,2,1,5],"span":[49,2,8]},{"path":[4,8,2,1,1],"span":[49,9,13]},{"path":[4,8,2,1,3],"span":[49,16,17]},{"path":[4,8,2,2],"span":[50,2,26]},{"path":[4,8,2,2,5],"span":[50,2,8]},{"path":[4,8,2,2,1],"span":[50,9,21]},{"path":[4,8,2,2,3],"span":[50,24,25]},{"path":[4,8,2,3],"span":[51,2,22]},{"path":[4,8,2,3,5],"span":[51,2,8]},{"path":[4,8,2,3,1],"span":[51,9,17]},{"path":[4,8,2,3,3],"span":[51,20,21]},{"path":[4,8,2,4],"span":[52,2,20]},{"path":[4,8,2,4,6],"span":[52,2,10]},{"path":[4,8,2,4,1],"span":[52,11,15]},{"path":[4,8,2,4,3],"span":[52,18,19]},{"path":[4,8,2,5],"span":[53,2,32]},{"path":[4,8,2,5,6],"span":[53,2,16]},{"path":[4,8,2,5,1],"span":[53,17,27]},{"path":[4,8,2,5,3],"span":[53,30,31]},{"path":[4,8,2,6],"span":[54,2,57]},{"path":[4,8,2,6,5],"span":[54,2,8]},{"path":[4,8,2,6,1],"span":[54,9,32]},{"path":[4,8,2,6,3],"span":[54,35,36]},{"path":[4,8,2,6,8],"span":[54,37,56]},{"path":[4,8,2,6,8,3],"span":[54,38,55]},{"path":[4,8,2,7],"span":[55,2,24]},{"path":[4,8,2,7,5],"span":[55,2,8]},{"path":[4,8,2,7,1],"span":[55,9,19]},{"path":[4,8,2,7,3],"span":[55,22,23]},{"path":[4,8,2,8],"span":[56,2,28]},{"path":[4,8,2,8,6],"span":[56,2,14]},{"path":[4,8,2,8,1],"span":[56,15,23]},{"path":[4,8,2,8,3],"span":[56,26,27]},{"path":[4,8,2,9],"span":[57,2,33]},{"path":[4,8,2,9,6],"span":[57,2,14]},{"path":[4,8,2,9,1],"span":[57,15,27]},{"path":[4,8,2,9,3],"span":[57,30,32]},{"path":[4,9],"span":[59,0,62,1]},{"path":[4,9,1],"span":[59,8,28]},{"path":[4,9,2,0],"span":[60,2,16]},{"path":[4,9,2,0,5],"span":[60,2,8]},{"path":[4,9,2,0,1],"span":[60,9,11]},{"path":[4,9,2,0,3],"span":[60,14,15]},{"path":[4,9,2,1],"span":[61,2,20]},{"path":[4,9,2,1,6],"span":[61,2,10]},{"path":[4,9,2,1,1],"span":[61,11,15]},{"path":[4,9,2,1,3],"span":[61,18,19]},{"path":[4,10],"span":[63,0,65,1]},{"path":[4,10,1],"span":[63,8,29]},{"path":[4,10,2,0],"span":[64,2,19]},{"path":[4,10,2,0,5],"span":[64,2,6]},{"path":[4,10,2,0,1],"span":[64,7,14]},{"path":[4,10,2,0,3],"span":[64,17,18]},{"path":[4,11],"span":[66,0,71,1]},{"path":[4,11,1],"span":[66,8,15]},{"path":[4,11,2,0],"span":[67,2,16]},{"path":[4,11,2,0,5],"span":[67,2,8]},{"path":[4,11,2,0,1],"span":[67,9,11]},{"path":[4,11,2,0,3],"span":[67,14,15]},{"path":[4,11,2,1],"span":[68,2,21]},{"path":[4,11,2,1,5],"span":[68,2,8]},{"path":[4,11,2,1,1],"span":[68,9,16]},{"path":[4,11,2,1,3],"span":[68,19,20]},{"path":[4,11,2,2],"span":[69,2,23]},{"path":[4,11,2,2,6],"span":[69,2,13]},{"path":[4,11,2,2,1],"span":[69,14,18]},{"path":[4,11,2,2,3],"span":[69,21,22]},{"path":[4,11,2,3],"span":[70,2,20]},{"path":[4,11,2,3,5],"span":[70,2,6]},{"path":[4,11,2,3,1],"span":[70,7,15]},{"path":[4,11,2,3,3],"span":[70,18,19]},{"path":[4,12],"span":[72,0,76,1]},{"path":[4,12,1],"span":[72,8,38]},{"path":[4,12,2,0],"span":[73,2,24]},{"path":[4,12,2,0,5],"span":[73,2,8]},{"path":[4,12,2,0,1],"span":[73,9,19]},{"path":[4,12,2,0,3],"span":[73,22,23]},{"path":[4,12,2,1],"span":[74,2,26]},{"path":[4,12,2,1,5],"span":[74,2,6]},{"path":[4,12,2,1,1],"span":[74,7,21]},{"path":[4,12,2,1,3],"span":[74,24,25]},{"path":[4,12,2,2],"span":[75,2,40]},{"path":[4,12,2,2,5],"span":[75,2,6]},{"path":[4,12,2,2,1],"span":[75,7,35]},{"path":[4,12,2,2,3],"span":[75,38,39]},{"path":[4,13],"span":[77,0,79,1]},{"path":[4,13,1],"span":[77,8,39]},{"path":[4,13,2,0],"span":[78,2,31]},{"path":[4,13,2,0,4],"span":[78,2,10]},{"path":[4,13,2,0,6],"span":[78,11,18]},{"path":[4,13,2,0,1],"span":[78,19,26]},{"path":[4,13,2,0,3],"span":[78,29,30]},{"path":[4,14],"span":[80,0,83,1]},{"path":[4,14,1],"span":[80,8,41]},{"path":[4,14,2,0],"span":[81,2,24]},{"path":[4,14,2,0,5],"span":[81,2,8]},{"path":[4,14,2,0,1],"span":[81,9,19]},{"path":[4,14,2,0,3],"span":[81,22,23]},{"path":[4,14,2,1],"span":[82,2,46]},{"path":[4,14,2,1,5],"span":[82,2,6]},{"path":[4,14,2,1,1],"span":[82,7,21]},{"path":[4,14,2,1,3],"span":[82,24,25]},{"path":[4,14,2,1,8],"span":[82,26,45]},{"path":[4,14,2,1,8,3],"span":[82,27,44]},{"path":[4,15],"span":[84,0,86,1]},{"path":[4,15,1],"span":[84,8,42]},{"path":[4,15,2,0],"span":[85,2,31]},{"path":[4,15,2,0,4],"span":[85,2,10]},{"path":[4,15,2,0,6],"span":[85,11,18]},{"path":[4,15,2,0,1],"span":[85,19,26]},{"path":[4,15,2,0,3],"span":[85,29,30]},{"path":[4,16],"span":[87,0,96,1]},{"path":[4,16,1],"span":[87,8,43]},{"path":[4,16,2,0],"span":[88,2,24]},{"path":[4,16,2,0,5],"span":[88,2,8]},{"path":[4,16,2,0,1],"span":[88,9,19]},{"path":[4,16,2,0,3],"span":[88,22,23]},{"path":[4,16,2,1],"span":[89,2,21]},{"path":[4,16,2,1,5],"span":[89,2,8]},{"path":[4,16,2,1,1],"span":[89,9,16]},{"path":[4,16,2,1,3],"span":[89,19,20]},{"path":[4,16,2,2],"span":[90,2,22]},{"path":[4,16,2,2,5],"span":[90,2,6]},{"path":[4,16,2,2,1],"span":[90,7,17]},{"path":[4,16,2,2,3],"span":[90,20,21]},{"path":[4,16,3,0],"span":[91,2,94,3]},{"path":[4,16,3,0,1],"span":[91,10,18]},{"path":[4,16,3,0,2,0],"span":[92,4,21]},{"path":[4,16,3,0,2,0,5],"span":[92,4,8]},{"path":[4,16,3,0,2,0,1],"span":[92,9,16]},{"path":[4,16,3,0,2,0,3],"span":[92,19,20]},{"path":[4,16,3,0,2,1],"span":[93,4,26]},{"path":[4,16,3,0,2,1,5],"span":[93,4,8]},{"path":[4,16,3,0,2,1,1],"span":[93,9,21]},{"path":[4,16,3,0,2,1,3],"span":[93,24,25]},{"path":[4,16,2,3],"span":[95,2,25]},{"path":[4,16,2,3,6],"span":[95,2,10]},{"path":[4,16,2,3,1],"span":[95,11,20]},{"path":[4,16,2,3,3],"span":[95,23,24]},{"path":[4,17],"span":[97,0,99,1]},{"path":[4,17,1],"span":[97,8,44]},{"path":[4,17,2,0],"span":[98,2,18]},{"path":[4,17,2,0,5],"span":[98,2,6]},{"path":[4,17,2,0,1],"span":[98,7,13]},{"path":[4,17,2,0,3],"span":[98,16,17]},{"path":[4,18],"span":[100,0,103,1]},{"path":[4,18,1],"span":[100,8,42]},{"path":[4,18,2,0],"span":[101,2,23]},{"path":[4,18,2,0,5],"span":[101,2,8]},{"path":[4,18,2,0,1],"span":[101,9,18]},{"path":[4,18,2,0,3],"span":[101,21,22]},{"path":[4,18,2,1],"span":[102,2,21]},{"path":[4,18,2,1,5],"span":[102,2,8]},{"path":[4,18,2,1,1],"span":[102,9,16]},{"path":[4,18,2,1,3],"span":[102,19,20]},{"path":[4,19],"span":[104,0,106,1]},{"path":[4,19,1],"span":[104,8,43]},{"path":[4,19,2,0],"span":[105,2,18]},{"path":[4,19,2,0,5],"span":[105,2,6]},{"path":[4,19,2,0,1],"span":[105,7,13]},{"path":[4,19,2,0,3],"span":[105,16,17]},{"path":[5,1],"span":[107,0,111,1]},{"path":[5,1,1],"span":[107,5,22]},{"path":[5,1,2,0],"span":[108,2,39]},{"path":[5,1,2,0,1],"span":[108,2,34]},{"path":[5,1,2,0,2],"span":[108,37,38]},{"path":[5,1,2,1],"span":[109,2,31]},{"path":[5,1,2,1,1],"span":[109,2,26]},{"path":[5,1,2,1,2],"span":[109,29,30]},{"path":[5,1,2,2],"span":[110,2,33]},{"path":[5,1,2,2,1],"span":[110,2,28]},{"path":[5,1,2,2,2],"span":[110,31,32]},{"path":[4,20],"span":[112,0,132,1]},{"path":[4,20,1],"span":[112,8,15]},{"path":[4,20,2,0],"span":[113,2,16]},{"path":[4,20,2,0,5],"span":[113,2,8]},{"path":[4,20,2,0,1],"span":[113,9,11]},{"path":[4,20,2,0,3],"span":[113,14,15]},{"path":[4,20,2,1],"span":[114,2,21]},{"path":[4,20,2,1,5],"span":[114,2,8]},{"path":[4,20,2,1,1],"span":[114,9,16]},{"path":[4,20,2,1,3],"span":[114,19,20]},{"path":[4,20,2,2],"span":[115,2,26]},{"path":[4,20,2,2,5],"span":[115,2,8]},{"path":[4,20,2,2,1],"span":[115,9,21]},{"path":[4,20,2,2,3],"span":[115,24,25]},{"path":[4,20,2,3],"span":[116,2,25]},{"path":[4,20,2,3,5],"span":[116,2,8]},{"path":[4,20,2,3,1],"span":[116,9,20]},{"path":[4,20,2,3,3],"span":[116,23,24]},{"path":[4,20,2,4],"span":[117,2,20]},{"path":[4,20,2,4,5],"span":[117,2,8]},{"path":[4,20,2,4,1],"span":[117,9,15]},{"path":[4,20,2,4,3],"span":[117,18,19]},{"path":[4,20,2,5],"span":[118,2,18]},{"path":[4,20,2,5,5],"span":[118,2,8]},{"path":[4,20,2,5,1],"span":[118,9,13]},{"path":[4,20,2,5,3],"span":[118,16,17]},{"path":[4,20,2,6],"span":[119,2,27]},{"path":[4,20,2,6,5],"span":[119,2,8]},{"path":[4,20,2,6,1],"span":[119,9,22]},{"path":[4,20,2,6,3],"span":[119,25,26]},{"path":[4,20,2,7],"span":[120,2,23]},{"path":[4,20,2,7,5],"span":[120,2,8]},{"path":[4,20,2,7,1],"span":[120,9,18]},{"path":[4,20,2,7,3],"span":[120,21,22]},{"path":[4,20,3,0],"span":[121,2,125,3]},{"path":[4,20,3,0,1],"span":[121,10,22]},{"path":[4,20,3,0,2,0],"span":[122,4,32]},{"path":[4,20,3,0,2,0,6],"span":[122,4,21]},{"path":[4,20,3,0,2,0,1],"span":[122,22,27]},{"path":[4,20,3,0,2,0,3],"span":[122,30,31]},{"path":[4,20,3,0,2,1],"span":[123,4,26]},{"path":[4,20,3,0,2,1,5],"span":[123,4,10]},{"path":[4,20,3,0,2,1,1],"span":[123,11,21]},{"path":[4,20,3,0,2,1,3],"span":[123,24,25]},{"path":[4,20,3,0,2,2],"span":[124,4,39]},{"path":[4,20,3,0,2,2,5],"span":[124,4,10]},{"path":[4,20,3,0,2,2,1],"span":[124,11,34]},{"path":[4,20,3,0,2,2,3],"span":[124,37,38]},{"path":[4,20,2,8],"span":[126,2,25]},{"path":[4,20,2,8,6],"span":[126,2,14]},{"path":[4,20,2,8,1],"span":[126,15,20]},{"path":[4,20,2,8,3],"span":[126,23,24]},{"path":[4,20,2,9],"span":[127,2,25]},{"path":[4,20,2,9,5],"span":[127,2,8]},{"path":[4,20,2,9,1],"span":[127,9,19]},{"path":[4,20,2,9,3],"span":[127,22,24]},{"path":[4,20,2,10],"span":[128,2,22]},{"path":[4,20,2,10,5],"span":[128,2,8]},{"path":[4,20,2,10,1],"span":[128,9,16]},{"path":[4,20,2,10,3],"span":[128,19,21]},{"path":[4,20,2,11],"span":[129,2,39]},{"path":[4,20,2,11,5],"span":[129,2,8]},{"path":[4,20,2,11,1],"span":[129,9,13]},{"path":[4,20,2,11,3],"span":[129,16,18]},{"path":[4,20,2,11,8],"span":[129,19,38]},{"path":[4,20,2,11,8,3],"span":[129,20,37]},{"path":[4,20,2,12],"span":[130,2,32]},{"path":[4,20,2,12,6],"span":[130,2,13]},{"path":[4,20,2,12,1],"span":[130,14,26]},{"path":[4,20,2,12,3],"span":[130,29,31]},{"path":[4,20,2,13],"span":[131,2,26]},{"path":[4,20,2,13,5],"span":[131,2,8]},{"path":[4,20,2,13,1],"span":[131,9,20]},{"path":[4,20,2,13,3],"span":[131,23,25]},{"path":[4,21],"span":[133,0,136,1]},{"path":[4,21,1],"span":[133,8,26]},{"path":[4,21,2,0],"span":[134,2,23]},{"path":[4,21,2,0,5],"span":[134,2,8]},{"path":[4,21,2,0,1],"span":[134,9,18]},{"path":[4,21,2,0,3],"span":[134,21,22]},{"path":[4,21,2,1],"span":[135,2,27]},{"path":[4,21,2,1,5],"span":[135,2,8]},{"path":[4,21,2,1,1],"span":[135,9,22]},{"path":[4,21,2,1,3],"span":[135,25,26]},{"path":[4,22],"span":[137,0,139,1]},{"path":[4,22,1],"span":[137,8,37]},{"path":[4,22,2,0],"span":[138,2,21]},{"path":[4,22,2,0,5],"span":[138,2,8]},{"path":[4,22,2,0,1],"span":[138,9,16]},{"path":[4,22,2,0,3],"span":[138,19,20]},{"path":[4,23],"span":[140,0,142,1]},{"path":[4,23,1],"span":[140,8,32]},{"path":[4,23,2,0],"span":[141,2,18]},{"path":[4,23,2,0,5],"span":[141,2,7]},{"path":[4,23,2,0,1],"span":[141,8,13]},{"path":[4,23,2,0,3],"span":[141,16,17]},{"path":[4,24],"span":[143,0,145,1]},{"path":[4,24,1],"span":[143,8,30]},{"path":[4,24,2,0],"span":[144,2,34]},{"path":[4,24,2,0,4],"span":[144,2,10]},{"path":[4,24,2,0,5],"span":[144,11,17]},{"path":[4,24,2,0,1],"span":[144,18,29]},{"path":[4,24,2,0,3],"span":[144,32,33]},{"path":[4,25],"span":[146,0,148,1]},{"path":[4,25,1],"span":[146,8,31]},{"path":[4,25,2,0],"span":[147,2,31]},{"path":[4,25,2,0,4],"span":[147,2,10]},{"path":[4,25,2,0,6],"span":[147,11,18]},{"path":[4,25,2,0,1],"span":[147,19,26]},{"path":[4,25,2,0,3],"span":[147,29,30]},{"path":[4,26],"span":[149,0,151,1]},{"path":[4,26,1],"span":[149,8,39]},{"path":[4,26,2,0],"span":[150,2,35]},{"path":[4,26,2,0,4],"span":[150,2,10]},{"path":[4,26,2,0,5],"span":[150,11,17]},{"path":[4,26,2,0,1],"span":[150,18,30]},{"path":[4,26,2,0,3],"span":[150,33,34]},{"path":[4,27],"span":[152,0,154,1]},{"path":[4,27,1],"span":[152,8,40]},{"path":[4,27,2,0],"span":[153,2,31]},{"path":[4,27,2,0,4],"span":[153,2,10]},{"path":[4,27,2,0,6],"span":[153,11,18]},{"path":[4,27,2,0,1],"span":[153,19,26]},{"path":[4,27,2,0,3],"span":[153,29,30]},{"path":[4,28],"span":[155,0,159,1]},{"path":[4,28,1],"span":[155,8,27]},{"path":[4,28,8,0],"span":[156,2,158,3]},{"path":[4,28,8,0,1],"span":[156,8,12]},{"path":[4,28,2,0],"span":[157,4,25]},{"path":[4,28,2,0,6],"span":[157,4,15]},{"path":[4,28,2,0,1],"span":[157,16,20]},{"path":[4,28,2,0,3],"span":[157,23,24]},{"path":[4,29],"span":[160,0,168,1]},{"path":[4,29,1],"span":[160,8,32]},{"path":[4,29,2,0],"span":[161,2,21]},{"path":[4,29,2,0,5],"span":[161,2,8]},{"path":[4,29,2,0,1],"span":[161,9,16]},{"path":[4,29,2,0,3],"span":[161,19,20]},{"path":[4,29,3,0],"span":[162,2,166,3]},{"path":[4,29,3,0,1],"span":[162,10,16]},{"path":[4,29,3,0,2,0],"span":[163,4,32]},{"path":[4,29,3,0,2,0,6],"span":[163,4,21]},{"path":[4,29,3,0,2,0,1],"span":[163,22,27]},{"path":[4,29,3,0,2,0,3],"span":[163,30,31]},{"path":[4,29,3,0,2,1],"span":[164,4,43]},{"path":[4,29,3,0,2,1,6],"span":[164,4,15]},{"path":[4,29,3,0,2,1,1],"span":[164,16,20]},{"path":[4,29,3,0,2,1,3],"span":[164,21,22]},{"path":[4,29,3,0,2,1,8],"span":[164,23,42]},{"path":[4,29,3,0,2,1,8,3],"span":[164,24,41]},{"path":[4,29,3,0,2,2],"span":[165,4,39]},{"path":[4,29,3,0,2,2,6],"span":[165,4,23]},{"path":[4,29,3,0,2,2,1],"span":[165,24,36]},{"path":[4,29,3,0,2,2,3],"span":[165,37,38]},{"path":[4,29,2,1],"span":[167,2,20]},{"path":[4,29,2,1,6],"span":[167,2,8]},{"path":[4,29,2,1,1],"span":[167,9,15]},{"path":[4,29,2,1,3],"span":[167,18,19]},{"path":[4,30],"span":[169,0,171,1]},{"path":[4,30,1],"span":[169,8,33]},{"path":[4,30,2,0],"span":[170,2,31]},{"path":[4,30,2,0,4],"span":[170,2,10]},{"path":[4,30,2,0,6],"span":[170,11,18]},{"path":[4,30,2,0,1],"span":[170,19,26]},{"path":[4,30,2,0,3],"span":[170,29,30]},{"path":[4,31],"span":[172,0,174,1]},{"path":[4,31,1],"span":[172,8,42]},{"path":[4,31,2,0],"span":[173,2,31]},{"path":[4,31,2,0,4],"span":[173,2,10]},{"path":[4,31,2,0,5],"span":[173,11,17]},{"path":[4,31,2,0,1],"span":[173,18,26]},{"path":[4,31,2,0,3],"span":[173,29,30]},{"path":[4,32],"span":[175,0,177,1]},{"path":[4,32,1],"span":[175,8,43]},{"path":[4,32,2,0],"span":[176,2,32]},{"path":[4,32,2,0,4],"span":[176,2,10]},{"path":[4,32,2,0,6],"span":[176,11,18]},{"path":[4,32,2,0,1],"span":[176,19,27]},{"path":[4,32,2,0,3],"span":[176,30,31]},{"path":[4,33],"span":[178,0,180,1]},{"path":[4,33,1],"span":[178,8,35]},{"path":[4,33,2,0],"span":[179,2,23]},{"path":[4,33,2,0,5],"span":[179,2,8]},{"path":[4,33,2,0,1],"span":[179,9,18]},{"path":[4,33,2,0,3],"span":[179,21,22]},{"path":[4,34],"span":[181,0,183,1]},{"path":[4,34,1],"span":[181,8,36]},{"path":[4,34,2,0],"span":[182,2,22]},{"path":[4,34,2,0,6],"span":[182,2,9]},{"path":[4,34,2,0,1],"span":[182,10,17]},{"path":[4,34,2,0,3],"span":[182,20,21]},{"path":[4,35],"span":[184,0,196,1]},{"path":[4,35,1],"span":[184,8,28]},{"path":[4,35,9],"span":[185,2,16]},{"path":[4,35,9,0],"span":[185,11,12]},{"path":[4,35,9,0,1],"span":[185,11,12]},{"path":[4,35,9,1],"span":[185,14,15]},{"path":[4,35,9,1,1],"span":[185,14,15]},{"path":[4,35,2,0],"span":[186,2,21]},{"path":[4,35,2,0,5],"span":[186,2,8]},{"path":[4,35,2,0,1],"span":[186,9,16]},{"path":[4,35,2,0,3],"span":[186,19,20]},{"path":[4,35,2,1],"span":[187,2,26]},{"path":[4,35,2,1,5],"span":[187,2,8]},{"path":[4,35,2,1,1],"span":[187,9,21]},{"path":[4,35,2,1,3],"span":[187,24,25]},{"path":[4,35,2,2],"span":[188,2,25]},{"path":[4,35,2,2,5],"span":[188,2,8]},{"path":[4,35,2,2,1],"span":[188,9,20]},{"path":[4,35,2,2,3],"span":[188,23,24]},{"path":[4,35,2,3],"span":[189,2,20]},{"path":[4,35,2,3,5],"span":[189,2,8]},{"path":[4,35,2,3,1],"span":[189,9,15]},{"path":[4,35,2,3,3],"span":[189,18,19]},{"path":[4,35,2,4],"span":[190,2,18]},{"path":[4,35,2,4,5],"span":[190,2,8]},{"path":[4,35,2,4,1],"span":[190,9,13]},{"path":[4,35,2,4,3],"span":[190,16,17]},{"path":[4,35,2,5],"span":[191,2,27]},{"path":[4,35,2,5,5],"span":[191,2,8]},{"path":[4,35,2,5,1],"span":[191,9,22]},{"path":[4,35,2,5,3],"span":[191,25,26]},{"path":[4,35,2,6],"span":[193,2,23]},{"path":[4,35,2,6,5],"span":[193,2,8]},{"path":[4,35,2,6,1],"span":[193,9,18]},{"path":[4,35,2,6,3],"span":[193,21,22]},{"path":[4,35,2,7],"span":[194,2,24]},{"path":[4,35,2,7,6],"span":[194,2,13]},{"path":[4,35,2,7,1],"span":[194,14,18]},{"path":[4,35,2,7,3],"span":[194,21,23]},{"path":[4,35,2,8],"span":[195,2,24]},{"path":[4,35,2,8,5],"span":[195,2,8]},{"path":[4,35,2,8,1],"span":[195,9,18]},{"path":[4,35,2,8,3],"span":[195,21,23]},{"path":[5,2],"span":[197,0,204,1]},{"path":[5,2,1],"span":[197,5,16]},{"path":[5,2,2,0],"span":[198,2,7]},{"path":[5,2,2,0,1],"span":[198,2,4]},{"path":[5,2,2,0,2],"span":[198,5,6]},{"path":[5,2,2,1],"span":[199,2,7]},{"path":[5,2,2,1,1],"span":[199,2,4]},{"path":[5,2,2,1,2],"span":[199,5,6]},{"path":[5,2,2,2],"span":[200,2,13]},{"path":[5,2,2,2,1],"span":[200,2,10]},{"path":[5,2,2,2,2],"span":[200,11,12]},{"path":[5,2,2,3],"span":[201,2,10]},{"path":[5,2,2,3,1],"span":[201,2,7]},{"path":[5,2,2,3,2],"span":[201,8,9]},{"path":[5,2,2,4],"span":[202,2,22]},{"path":[5,2,2,4,1],"span":[202,2,19]},{"path":[5,2,2,4,2],"span":[202,20,21]},{"path":[5,2,2,5],"span":[203,2,11],"trailingComments":" vNEXT manual reconciled installation, that will link all the manual assets that will come to vNEXT.\n"},{"path":[5,2,2,5,1],"span":[203,2,8]},{"path":[5,2,2,5,2],"span":[203,9,10]},{"path":[4,36],"span":[205,0,208,1]},{"path":[4,36,1],"span":[205,8,29]},{"path":[4,36,2,0],"span":[206,2,22]},{"path":[4,36,2,0,6],"span":[206,2,9]},{"path":[4,36,2,0,1],"span":[206,10,17]},{"path":[4,36,2,0,3],"span":[206,20,21]},{"path":[4,36,2,1],"span":[207,2,37]},{"path":[4,36,2,1,6],"span":[207,2,20]},{"path":[4,36,2,1,1],"span":[207,21,32]},{"path":[4,36,2,1,3],"span":[207,35,36]},{"path":[4,37],"span":[209,0,218,1]},{"path":[4,37,1],"span":[209,8,35]},{"path":[4,37,2,0],"span":[210,2,21]},{"path":[4,37,2,0,5],"span":[210,2,8]},{"path":[4,37,2,0,1],"span":[210,9,16]},{"path":[4,37,2,0,3],"span":[210,19,20]},{"path":[4,37,2,1],"span":[211,2,26]},{"path":[4,37,2,1,5],"span":[211,2,8]},{"path":[4,37,2,1,1],"span":[211,9,21]},{"path":[4,37,2,1,3],"span":[211,24,25]},{"path":[4,37,2,2],"span":[212,2,25]},{"path":[4,37,2,2,5],"span":[212,2,8]},{"path":[4,37,2,2,1],"span":[212,9,20]},{"path":[4,37,2,2,3],"span":[212,23,24]},{"path":[4,37,2,3],"span":[213,2,23]},{"path":[4,37,2,3,5],"span":[213,2,8]},{"path":[4,37,2,3,1],"span":[213,9,18]},{"path":[4,37,2,3,3],"span":[213,21,22]},{"path":[4,37,2,4],"span":[214,2,23]},{"path":[4,37,2,4,6],"span":[214,2,13]},{"path":[4,37,2,4,1],"span":[214,14,18]},{"path":[4,37,2,4,3],"span":[214,21,22]},{"path":[4,37,2,5],"span":[215,2,27]},{"path":[4,37,2,5,5],"span":[215,2,8]},{"path":[4,37,2,5,1],"span":[215,9,22]},{"path":[4,37,2,5,3],"span":[215,25,26]},{"path":[4,37,2,6],"span":[216,2,23]},{"path":[4,37,2,6,5],"span":[216,2,8]},{"path":[4,37,2,6,1],"span":[216,9,18]},{"path":[4,37,2,6,3],"span":[216,21,22]},{"path":[4,37,2,7],"span":[217,2,25]},{"path":[4,37,2,7,5],"span":[217,2,8]},{"path":[4,37,2,7,1],"span":[217,9,20]},{"path":[4,37,2,7,3],"span":[217,23,24]},{"path":[4,38],"span":[219,0,223,1]},{"path":[4,38,1],"span":[219,8,36]},{"path":[4,38,2,0],"span":[220,2,22]},{"path":[4,38,2,0,6],"span":[220,2,9]},{"path":[4,38,2,0,1],"span":[220,10,17]},{"path":[4,38,2,0,3],"span":[220,20,21]},{"path":[4,38,2,1],"span":[221,2,37]},{"path":[4,38,2,1,6],"span":[221,2,20]},{"path":[4,38,2,1,1],"span":[221,21,32]},{"path":[4,38,2,1,3],"span":[221,35,36]},{"path":[4,38,2,2],"span":[222,2,21]},{"path":[4,38,2,2,5],"span":[222,2,8]},{"path":[4,38,2,2,1],"span":[222,9,16]},{"path":[4,38,2,2,3],"span":[222,19,20]},{"path":[4,39],"span":[224,0,237,1]},{"path":[4,39,1],"span":[224,8,38]},{"path":[4,39,2,0],"span":[225,2,23]},{"path":[4,39,2,0,5],"span":[225,2,8]},{"path":[4,39,2,0,1],"span":[225,9,18]},{"path":[4,39,2,0,3],"span":[225,21,22]},{"path":[4,39,2,1],"span":[226,2,26]},{"path":[4,39,2,1,5],"span":[226,2,8]},{"path":[4,39,2,1,1],"span":[226,9,21]},{"path":[4,39,2,1,3],"span":[226,24,25]},{"path":[4,39,2,2],"span":[227,2,25]},{"path":[4,39,2,2,5],"span":[227,2,8]},{"path":[4,39,2,2,1],"span":[227,9,20]},{"path":[4,39,2,2,3],"span":[227,23,24]},{"path":[4,39,2,3],"span":[228,2,20]},{"path":[4,39,2,3,5],"span":[228,2,8]},{"path":[4,39,2,3,1],"span":[228,9,15]},{"path":[4,39,2,3,3],"span":[228,18,19]},{"path":[4,39,2,4],"span":[229,2,18]},{"path":[4,39,2,4,5],"span":[229,2,8]},{"path":[4,39,2,4,1],"span":[229,9,13]},{"path":[4,39,2,4,3],"span":[229,16,17]},{"path":[4,39,3,0],"span":[230,2,235,3]},{"path":[4,39,3,0,1],"span":[230,10,24]},{"path":[4,39,3,0,2,0],"span":[231,4,41]},{"path":[4,39,3,0,2,0,5],"span":[231,4,10]},{"path":[4,39,3,0,2,0,1],"span":[231,11,36]},{"path":[4,39,3,0,2,0,3],"span":[231,39,40]},{"path":[4,39,3,0,2,1],"span":[232,4,47]},{"path":[4,39,3,0,2,1,5],"span":[232,4,10]},{"path":[4,39,3,0,2,1,1],"span":[232,11,42]},{"path":[4,39,3,0,2,1,3],"span":[232,45,46]},{"path":[4,39,3,0,2,2],"span":[233,4,45]},{"path":[4,39,3,0,2,2,5],"span":[233,4,10]},{"path":[4,39,3,0,2,2,1],"span":[233,11,40]},{"path":[4,39,3,0,2,2,3],"span":[233,43,44]},{"path":[4,39,3,0,2,3],"span":[234,4,40]},{"path":[4,39,3,0,2,3,5],"span":[234,4,10]},{"path":[4,39,3,0,2,3,1],"span":[234,11,35]},{"path":[4,39,3,0,2,3,3],"span":[234,38,39]},{"path":[4,39,2,5],"span":[236,2,37]},{"path":[4,39,2,5,6],"span":[236,2,16]},{"path":[4,39,2,5,1],"span":[236,17,32]},{"path":[4,39,2,5,3],"span":[236,35,36]},{"path":[4,40],"span":[238,0,240,1]},{"path":[4,40,1],"span":[238,8,39]},{"path":[4,40,2,0],"span":[239,2,22]},{"path":[4,40,2,0,6],"span":[239,2,9]},{"path":[4,40,2,0,1],"span":[239,10,17]},{"path":[4,40,2,0,3],"span":[239,20,21]},{"path":[4,41],"span":[241,0,244,1]},{"path":[4,41,1],"span":[241,8,38]},{"path":[4,41,2,0],"span":[242,2,23]},{"path":[4,41,2,0,5],"span":[242,2,8]},{"path":[4,41,2,0,1],"span":[242,9,18]},{"path":[4,41,2,0,3],"span":[242,21,22]},{"path":[4,41,2,1],"span":[243,2,22]},{"path":[4,41,2,1,5],"span":[243,2,8]},{"path":[4,41,2,1,1],"span":[243,9,17]},{"path":[4,41,2,1,3],"span":[243,20,21]},{"path":[4,42],"span":[245,0,250,1]},{"path":[4,42,1],"span":[245,8,39]},{"path":[4,42,2,0],"span":[246,2,19]},{"path":[4,42,2,0,5],"span":[246,2,6]},{"path":[4,42,2,0,1],"span":[246,7,14]},{"path":[4,42,2,0,3],"span":[246,17,18]},{"path":[4,42,2,1],"span":[247,2,21]},{"path":[4,42,2,1,5],"span":[247,2,8]},{"path":[4,42,2,1,1],"span":[247,9,16]},{"path":[4,42,2,1,3],"span":[247,19,20]},{"path":[4,42,2,2],"span":[248,2,28]},{"path":[4,42,2,2,5],"span":[248,2,8]},{"path":[4,42,2,2,1],"span":[248,9,23]},{"path":[4,42,2,2,3],"span":[248,26,27]},{"path":[4,42,2,3],"span":[249,2,28]},{"path":[4,42,2,3,5],"span":[249,2,8]},{"path":[4,42,2,3,1],"span":[249,9,23]},{"path":[4,42,2,3,3],"span":[249,26,27]},{"path":[4,43],"span":[251,0,256,1]},{"path":[4,43,1],"span":[251,8,38]},{"path":[4,43,2,0],"span":[252,2,23]},{"path":[4,43,2,0,5],"span":[252,2,8]},{"path":[4,43,2,0,1],"span":[252,9,18]},{"path":[4,43,2,0,3],"span":[252,21,22]},{"path":[4,43,2,1],"span":[253,2,22]},{"path":[4,43,2,1,5],"span":[253,2,8]},{"path":[4,43,2,1,1],"span":[253,9,17]},{"path":[4,43,2,1,3],"span":[253,20,21]},{"path":[4,43,2,2],"span":[254,2,23]},{"path":[4,43,2,2,5],"span":[254,2,6]},{"path":[4,43,2,2,1],"span":[254,7,18]},{"path":[4,43,2,2,3],"span":[254,21,22]},{"path":[4,43,2,3],"span":[255,2,23]},{"path":[4,43,2,3,5],"span":[255,2,6]},{"path":[4,43,2,3,1],"span":[255,7,18]},{"path":[4,43,2,3,3],"span":[255,21,22]},{"path":[4,44],"span":[257,0,259,1]},{"path":[4,44,1],"span":[257,8,39]},{"path":[4,44,2,0],"span":[258,2,19]},{"path":[4,44,2,0,5],"span":[258,2,6]},{"path":[4,44,2,0,1],"span":[258,7,14]},{"path":[4,44,2,0,3],"span":[258,17,18]},{"path":[4,45],"span":[260,0,266,1]},{"path":[4,45,1],"span":[260,8,41]},{"path":[4,45,2,0],"span":[261,2,23]},{"path":[4,45,2,0,5],"span":[261,2,8]},{"path":[4,45,2,0,1],"span":[261,9,18]},{"path":[4,45,2,0,3],"span":[261,21,22]},{"path":[4,45,2,1],"span":[262,2,26]},{"path":[4,45,2,1,5],"span":[262,2,8]},{"path":[4,45,2,1,1],"span":[262,9,21]},{"path":[4,45,2,1,3],"span":[262,24,25]},{"path":[4,45,2,2],"span":[263,2,25]},{"path":[4,45,2,2,5],"span":[263,2,8]},{"path":[4,45,2,2,1],"span":[263,9,20]},{"path":[4,45,2,2,3],"span":[263,23,24]},{"path":[4,45,2,3],"span":[264,2,23]},{"path":[4,45,2,3,5],"span":[264,2,8]},{"path":[4,45,2,3,1],"span":[264,9,18]},{"path":[4,45,2,3,3],"span":[264,21,22]},{"path":[4,45,2,4],"span":[265,2,23]},{"path":[4,45,2,4,6],"span":[265,2,13]},{"path":[4,45,2,4,1],"span":[265,14,18]},{"path":[4,45,2,4,3],"span":[265,21,22]},{"path":[4,46],"span":[267,0,272,1]},{"path":[4,46,1],"span":[267,8,42]},{"path":[4,46,2,0],"span":[268,2,22]},{"path":[4,46,2,0,6],"span":[268,2,9]},{"path":[4,46,2,0,1],"span":[268,10,17]},{"path":[4,46,2,0,3],"span":[268,20,21]},{"path":[4,46,2,1],"span":[269,2,37]},{"path":[4,46,2,1,6],"span":[269,2,20]},{"path":[4,46,2,1,1],"span":[269,21,32]},{"path":[4,46,2,1,3],"span":[269,35,36]},{"path":[4,46,2,2],"span":[270,2,23]},{"path":[4,46,2,2,6],"span":[270,2,13]},{"path":[4,46,2,2,1],"span":[270,14,18]},{"path":[4,46,2,2,3],"span":[270,21,22]},{"path":[4,46,2,3],"span":[271,2,21]},{"path":[4,46,2,3,5],"span":[271,2,8]},{"path":[4,46,2,3,1],"span":[271,9,16]},{"path":[4,46,2,3,3],"span":[271,19,20]},{"path":[4,47],"span":[273,0,277,1]},{"path":[4,47,1],"span":[273,8,40]},{"path":[4,47,2,0],"span":[274,2,21]},{"path":[4,47,2,0,5],"span":[274,2,8]},{"path":[4,47,2,0,1],"span":[274,9,16]},{"path":[4,47,2,0,3],"span":[274,19,20]},{"path":[4,47,2,1],"span":[275,2,34]},{"path":[4,47,2,1,4],"span":[275,2,10]},{"path":[4,47,2,1,5],"span":[275,11,17]},{"path":[4,47,2,1,1],"span":[275,18,29]},{"path":[4,47,2,1,3],"span":[275,32,33]},{"path":[4,47,2,2],"span":[276,2,21]},{"path":[4,47,2,2,5],"span":[276,2,8]},{"path":[4,47,2,2,1],"span":[276,9,16]},{"path":[4,47,2,2,3],"span":[276,19,20]},{"path":[4,48],"span":[278,0,284,1]},{"path":[4,48,1],"span":[278,8,41]},{"path":[4,48,3,0],"span":[279,2,282,3]},{"path":[4,48,3,0,1],"span":[279,10,16]},{"path":[4,48,3,0,2,0],"span":[280,4,26]},{"path":[4,48,3,0,2,0,5],"span":[280,4,10]},{"path":[4,48,3,0,2,0,1],"span":[280,11,21]},{"path":[4,48,3,0,2,0,3],"span":[280,24,25]},{"path":[4,48,3,0,2,1],"span":[281,4,20]},{"path":[4,48,3,0,2,1,5],"span":[281,4,8]},{"path":[4,48,3,0,2,1,1],"span":[281,9,15]},{"path":[4,48,3,0,2,1,3],"span":[281,18,19]},{"path":[4,48,2,0],"span":[283,2,29]},{"path":[4,48,2,0,4],"span":[283,2,10]},{"path":[4,48,2,0,6],"span":[283,11,17]},{"path":[4,48,2,0,1],"span":[283,18,24]},{"path":[4,48,2,0,3],"span":[283,27,28]},{"path":[4,49],"span":[285,0,288,1]},{"path":[4,49,1],"span":[285,8,46]},{"path":[4,49,2,0],"span":[286,2,21]},{"path":[4,49,2,0,5],"span":[286,2,8]},{"path":[4,49,2,0,1],"span":[286,9,16]},{"path":[4,49,2,0,3],"span":[286,19,20]},{"path":[4,49,2,1],"span":[287,2,23]},{"path":[4,49,2,1,5],"span":[287,2,8]},{"path":[4,49,2,1,1],"span":[287,9,18]},{"path":[4,49,2,1,3],"span":[287,21,22]},{"path":[4,50],"span":[289,0,291,1]},{"path":[4,50,1],"span":[289,8,47]},{"path":[4,50,2,0],"span":[290,2,31]},{"path":[4,50,2,0,4],"span":[290,2,10]},{"path":[4,50,2,0,6],"span":[290,11,18]},{"path":[4,50,2,0,1],"span":[290,19,26]},{"path":[4,50,2,0,3],"span":[290,29,30]},{"path":[4,51],"span":[292,0,295,1]},{"path":[4,51,1],"span":[292,8,33]},{"path":[4,51,2,0],"span":[293,2,21]},{"path":[4,51,2,0,5],"span":[293,2,8]},{"path":[4,51,2,0,1],"span":[293,9,16]},{"path":[4,51,2,0,3],"span":[293,19,20]},{"path":[4,51,2,1],"span":[294,2,24]},{"path":[4,51,2,1,5],"span":[294,2,8]},{"path":[4,51,2,1,1],"span":[294,9,19]},{"path":[4,51,2,1,3],"span":[294,22,23]},{"path":[4,52],"span":[296,0,311,1]},{"path":[4,52,1],"span":[296,8,34]},{"path":[4,52,3,0],"span":[297,2,300,3]},{"path":[4,52,3,0,1],"span":[297,10,29]},{"path":[4,52,3,0,2,0],"span":[298,4,19]},{"path":[4,52,3,0,2,0,5],"span":[298,4,10]},{"path":[4,52,3,0,2,0,1],"span":[298,11,14]},{"path":[4,52,3,0,2,0,3],"span":[298,17,18]},{"path":[4,52,3,0,2,1],"span":[299,4,34]},{"path":[4,52,3,0,2,1,5],"span":[299,4,9]},{"path":[4,52,3,0,2,1,1],"span":[299,10,29]},{"path":[4,52,3,0,2,1,3],"span":[299,32,33]},{"path":[4,52,3,1],"span":[301,2,303,3]},{"path":[4,52,3,1,1],"span":[301,10,15]},{"path":[4,52,3,1,2,0],"span":[302,4,18]},{"path":[4,52,3,1,2,0,5],"span":[302,4,10]},{"path":[4,52,3,1,2,0,1],"span":[302,11,13]},{"path":[4,52,3,1,2,0,3],"span":[302,16,17]},{"path":[4,52,3,2],"span":[304,2,309,3]},{"path":[4,52,3,2,1],"span":[304,10,14]},{"path":[4,52,3,2,2,0],"span":[305,4,18]},{"path":[4,52,3,2,2,0,5],"span":[305,4,10]},{"path":[4,52,3,2,2,0,1],"span":[305,11,13]},{"path":[4,52,3,2,2,0,3],"span":[305,16,17]},{"path":[4,52,3,2,2,1],"span":[306,4,45]},{"path":[4,52,3,2,2,1,4],"span":[306,4,12]},{"path":[4,52,3,2,2,1,6],"span":[306,13,32]},{"path":[4,52,3,2,2,1,1],"span":[306,33,40]},{"path":[4,52,3,2,2,1,3],"span":[306,43,44]},{"path":[4,52,3,2,2,2],"span":[307,4,39]},{"path":[4,52,3,2,2,2,4],"span":[307,4,12]},{"path":[4,52,3,2,2,2,6],"span":[307,13,20]},{"path":[4,52,3,2,2,2,1],"span":[307,21,34]},{"path":[4,52,3,2,2,2,3],"span":[307,37,38]},{"path":[4,52,3,2,2,3],"span":[308,4,30]},{"path":[4,52,3,2,2,3,4],"span":[308,4,12]},{"path":[4,52,3,2,2,3,6],"span":[308,13,18]},{"path":[4,52,3,2,2,3,1],"span":[308,19,25]},{"path":[4,52,3,2,2,3,3],"span":[308,28,29]},{"path":[4,52,2,0],"span":[310,2,26]},{"path":[4,52,2,0,4],"span":[310,2,10]},{"path":[4,52,2,0,6],"span":[310,11,15]},{"path":[4,52,2,0,1],"span":[310,16,21]},{"path":[4,52,2,0,3],"span":[310,24,25]},{"path":[4,53],"span":[312,0,315,1]},{"path":[4,53,1],"span":[312,8,53]},{"path":[4,53,2,0],"span":[313,2,35]},{"path":[4,53,2,0,5],"span":[313,2,8]},{"path":[4,53,2,0,1],"span":[313,9,30]},{"path":[4,53,2,0,3],"span":[313,33,34]},{"path":[4,53,2,1],"span":[314,2,22]},{"path":[4,53,2,1,5],"span":[314,2,8]},{"path":[4,53,2,1,1],"span":[314,9,17]},{"path":[4,53,2,1,3],"span":[314,20,21]},{"path":[4,54],"span":[316,0,319,1]},{"path":[4,54,1],"span":[316,8,54]},{"path":[4,54,2,0],"span":[317,2,21]},{"path":[4,54,2,0,5],"span":[317,2,8]},{"path":[4,54,2,0,1],"span":[317,9,16]},{"path":[4,54,2,0,3],"span":[317,19,20]},{"path":[4,54,2,1],"span":[318,2,28]},{"path":[4,54,2,1,5],"span":[318,2,8]},{"path":[4,54,2,1,1],"span":[318,9,23]},{"path":[4,54,2,1,3],"span":[318,26,27]},{"path":[4,55],"span":[320,0,337,1]},{"path":[4,55,1],"span":[320,8,34]},{"path":[4,55,2,0],"span":[321,2,30]},{"path":[4,55,2,0,5],"span":[321,2,8]},{"path":[4,55,2,0,1],"span":[321,9,25]},{"path":[4,55,2,0,3],"span":[321,28,29]},{"path":[4,55,2,1],"span":[322,2,39]},{"path":[4,55,2,1,5],"span":[322,2,8]},{"path":[4,55,2,1,1],"span":[322,9,14]},{"path":[4,55,2,1,3],"span":[322,17,18]},{"path":[4,55,2,1,8],"span":[322,19,38]},{"path":[4,55,2,1,8,3],"span":[322,20,37]},{"path":[4,55,3,0],"span":[324,2,329,3]},{"path":[4,55,3,0,1],"span":[324,10,22]},{"path":[4,55,3,0,2,0],"span":[325,4,20]},{"path":[4,55,3,0,2,0,5],"span":[325,4,10]},{"path":[4,55,3,0,2,0,1],"span":[325,11,15]},{"path":[4,55,3,0,2,0,3],"span":[325,18,19]},{"path":[4,55,3,0,2,1],"span":[326,4,44]},{"path":[4,55,3,0,2,1,5],"span":[326,4,10]},{"path":[4,55,3,0,2,1,1],"span":[326,11,19]},{"path":[4,55,3,0,2,1,3],"span":[326,22,23]},{"path":[4,55,3,0,2,1,8],"span":[326,24,43]},{"path":[4,55,3,0,2,1,8,3],"span":[326,25,42]},{"path":[4,55,3,0,2,2],"span":[327,4,25]},{"path":[4,55,3,0,2,2,5],"span":[327,4,10]},{"path":[4,55,3,0,2,2,1],"span":[327,11,20]},{"path":[4,55,3,0,2,2,3],"span":[327,23,24]},{"path":[4,55,3,0,2,3],"span":[328,4,23]},{"path":[4,55,3,0,2,3,5],"span":[328,4,10]},{"path":[4,55,3,0,2,3,1],"span":[328,11,18]},{"path":[4,55,3,0,2,3,3],"span":[328,21,22]},{"path":[4,55,2,2],"span":[330,2,35]},{"path":[4,55,2,2,4],"span":[330,2,10]},{"path":[4,55,2,2,6],"span":[330,11,23]},{"path":[4,55,2,2,1],"span":[330,24,30]},{"path":[4,55,2,2,3],"span":[330,33,34]},{"path":[4,55,2,3],"span":[332,2,25]},{"path":[4,55,2,3,5],"span":[332,2,8]},{"path":[4,55,2,3,1],"span":[332,9,20]},{"path":[4,55,2,3,3],"span":[332,23,24]},{"path":[4,55,2,4],"span":[333,2,26]},{"path":[4,55,2,4,5],"span":[333,2,8]},{"path":[4,55,2,4,1],"span":[333,9,21]},{"path":[4,55,2,4,3],"span":[333,24,25]},{"path":[4,55,2,5],"span":[334,2,45]},{"path":[4,55,2,5,5],"span":[334,2,8]},{"path":[4,55,2,5,1],"span":[334,9,20]},{"path":[4,55,2,5,3],"span":[334,23,24]},{"path":[4,55,2,5,8],"span":[334,25,44]},{"path":[4,55,2,5,8,3],"span":[334,26,43]},{"path":[4,55,2,6],"span":[335,2,24]},{"path":[4,55,2,6,5],"span":[335,2,8]},{"path":[4,55,2,6,1],"span":[335,9,19]},{"path":[4,55,2,6,3],"span":[335,22,23]},{"path":[4,55,2,7],"span":[336,2,28]},{"path":[4,55,2,7,5],"span":[336,2,8]},{"path":[4,55,2,7,1],"span":[336,9,23]},{"path":[4,55,2,7,3],"span":[336,26,27]},{"path":[4,56],"span":[338,0,340,1]},{"path":[4,56,1],"span":[338,8,35]},{"path":[4,56,2,0],"span":[339,2,21]},{"path":[4,56,2,0,5],"span":[339,2,6]},{"path":[4,56,2,0,1],"span":[339,7,16]},{"path":[4,56,2,0,3],"span":[339,19,20]},{"path":[4,57],"span":[341,0,343,1]},{"path":[4,57,1],"span":[341,8,12]},{"path":[4,57,2,0],"span":[342,2,16]},{"path":[4,57,2,0,5],"span":[342,2,8]},{"path":[4,57,2,0,1],"span":[342,9,11]},{"path":[4,57,2,0,3],"span":[342,14,15]},{"path":[4,58],"span":[344,0,347,1]},{"path":[4,58,1],"span":[344,8,30]},{"path":[4,58,2,0],"span":[345,2,28]},{"path":[4,58,2,0,5],"span":[345,2,8]},{"path":[4,58,2,0,1],"span":[345,9,23]},{"path":[4,58,2,0,3],"span":[345,26,27]},{"path":[4,58,2,1],"span":[346,2,22]},{"path":[4,58,2,1,5],"span":[346,2,8]},{"path":[4,58,2,1,1],"span":[346,9,17]},{"path":[4,58,2,1,3],"span":[346,20,21]},{"path":[4,59],"span":[348,0,350,1]},{"path":[4,59,1],"span":[348,8,31]},{"path":[4,59,2,0],"span":[349,2,25]},{"path":[4,59,2,0,4],"span":[349,2,10]},{"path":[4,59,2,0,6],"span":[349,11,15]},{"path":[4,59,2,0,1],"span":[349,16,20]},{"path":[4,59,2,0,3],"span":[349,23,24]},{"path":[4,60],"span":[351,0,353,1]},{"path":[4,60,1],"span":[351,8,36]},{"path":[4,60,2,0],"span":[352,2,21]},{"path":[4,60,2,0,5],"span":[352,2,8]},{"path":[4,60,2,0,1],"span":[352,9,16]},{"path":[4,60,2,0,3],"span":[352,19,20]},{"path":[4,61],"span":[354,0,356,1]},{"path":[4,61,1],"span":[354,8,37]},{"path":[4,61,2,0],"span":[355,2,34]},{"path":[4,61,2,0,4],"span":[355,2,10]},{"path":[4,61,2,0,5],"span":[355,11,17]},{"path":[4,61,2,0,1],"span":[355,18,29]},{"path":[4,61,2,0,3],"span":[355,32,33]},{"path":[4,62],"span":[357,0,360,1]},{"path":[4,62,1],"span":[357,8,40]},{"path":[4,62,2,0],"span":[358,2,28]},{"path":[4,62,2,0,5],"span":[358,2,8]},{"path":[4,62,2,0,1],"span":[358,9,23]},{"path":[4,62,2,0,3],"span":[358,26,27]},{"path":[4,62,2,1],"span":[359,2,24]},{"path":[4,62,2,1,5],"span":[359,2,8]},{"path":[4,62,2,1,1],"span":[359,9,19]},{"path":[4,62,2,1,3],"span":[359,22,23]},{"path":[4,63],"span":[361,0,363,1]},{"path":[4,63,1],"span":[361,8,41]},{"path":[4,63,2,0],"span":[362,2,22]},{"path":[4,63,2,0,5],"span":[362,2,6]},{"path":[4,63,2,0,1],"span":[362,7,17]},{"path":[4,63,2,0,3],"span":[362,20,21]},{"path":[5,3],"span":[364,0,371,1]},{"path":[5,3,1],"span":[364,5,21]},{"path":[5,3,2,0],"span":[365,2,43]},{"path":[5,3,2,0,1],"span":[365,2,38]},{"path":[5,3,2,0,2],"span":[365,41,42]},{"path":[5,3,2,1],"span":[366,2,36]},{"path":[5,3,2,1,1],"span":[366,2,31]},{"path":[5,3,2,1,2],"span":[366,34,35]},{"path":[5,3,2,2],"span":[367,2,39]},{"path":[5,3,2,2,1],"span":[367,2,34]},{"path":[5,3,2,2,2],"span":[367,37,38]},{"path":[5,3,2,3],"span":[368,2,38]},{"path":[5,3,2,3,1],"span":[368,2,33]},{"path":[5,3,2,3,2],"span":[368,36,37]},{"path":[5,3,2,4],"span":[369,2,34]},{"path":[5,3,2,4,1],"span":[369,2,29]},{"path":[5,3,2,4,2],"span":[369,32,33]},{"path":[5,3,2,5],"span":[370,2,41]},{"path":[5,3,2,5,1],"span":[370,2,36]},{"path":[5,3,2,5,2],"span":[370,39,40]},{"path":[4,64],"span":[372,0,380,1]},{"path":[4,64,1],"span":[372,8,20]},{"path":[4,64,2,0],"span":[373,2,16]},{"path":[4,64,2,0,5],"span":[373,2,8]},{"path":[4,64,2,0,1],"span":[373,9,11]},{"path":[4,64,2,0,3],"span":[373,14,15]},{"path":[4,64,2,1],"span":[374,2,21]},{"path":[4,64,2,1,5],"span":[374,2,8]},{"path":[4,64,2,1,1],"span":[374,9,16]},{"path":[4,64,2,1,3],"span":[374,19,20]},{"path":[4,64,2,2],"span":[375,2,28]},{"path":[4,64,2,2,6],"span":[375,2,18]},{"path":[4,64,2,2,1],"span":[375,19,23]},{"path":[4,64,2,2,3],"span":[375,26,27]},{"path":[4,64,2,3],"span":[376,2,25]},{"path":[4,64,2,3,5],"span":[376,2,7]},{"path":[4,64,2,3,1],"span":[376,8,20]},{"path":[4,64,2,3,3],"span":[376,23,24]},{"path":[4,64,2,4],"span":[377,2,29]},{"path":[4,64,2,4,5],"span":[377,2,8]},{"path":[4,64,2,4,1],"span":[377,9,24]},{"path":[4,64,2,4,3],"span":[377,27,28]},{"path":[4,64,2,5],"span":[378,2,24]},{"path":[4,64,2,5,5],"span":[378,2,8]},{"path":[4,64,2,5,1],"span":[378,9,19]},{"path":[4,64,2,5,3],"span":[378,22,23]},{"path":[4,64,2,6],"span":[379,2,24]},{"path":[4,64,2,6,5],"span":[379,2,8]},{"path":[4,64,2,6,1],"span":[379,9,19]},{"path":[4,64,2,6,3],"span":[379,22,23]},{"path":[4,65],"span":[381,0,387,1]},{"path":[4,65,1],"span":[381,8,37]},{"path":[4,65,2,0],"span":[382,2,21]},{"path":[4,65,2,0,5],"span":[382,2,8]},{"path":[4,65,2,0,1],"span":[382,9,16]},{"path":[4,65,2,0,3],"span":[382,19,20]},{"path":[4,65,2,1],"span":[383,2,28]},{"path":[4,65,2,1,6],"span":[383,2,18]},{"path":[4,65,2,1,1],"span":[383,19,23]},{"path":[4,65,2,1,3],"span":[383,26,27]},{"path":[4,65,2,2],"span":[384,2,25]},{"path":[4,65,2,2,5],"span":[384,2,7]},{"path":[4,65,2,2,1],"span":[384,8,20]},{"path":[4,65,2,2,3],"span":[384,23,24]},{"path":[4,65,2,3],"span":[385,2,29]},{"path":[4,65,2,3,5],"span":[385,2,8]},{"path":[4,65,2,3,1],"span":[385,9,24]},{"path":[4,65,2,3,3],"span":[385,27,28]},{"path":[4,65,2,4],"span":[386,2,24]},{"path":[4,65,2,4,5],"span":[386,2,8]},{"path":[4,65,2,4,1],"span":[386,9,19]},{"path":[4,65,2,4,3],"span":[386,22,23]},{"path":[4,66],"span":[388,0,390,1]},{"path":[4,66,1],"span":[388,8,38]},{"path":[4,66,2,0],"span":[389,2,32]},{"path":[4,66,2,0,6],"span":[389,2,14]},{"path":[4,66,2,0,1],"span":[389,15,27]},{"path":[4,66,2,0,3],"span":[389,30,31]},{"path":[4,67],"span":[391,0,393,1]},{"path":[4,67,1],"span":[391,8,42]},{"path":[4,67,2,0],"span":[392,2,21]},{"path":[4,67,2,0,5],"span":[392,2,8]},{"path":[4,67,2,0,1],"span":[392,9,16]},{"path":[4,67,2,0,3],"span":[392,19,20]},{"path":[4,68],"span":[394,0,396,1]},{"path":[4,68,1],"span":[394,8,43]},{"path":[4,68,2,0],"span":[395,2,35]},{"path":[4,68,2,0,5],"span":[395,2,8]},{"path":[4,68,2,0,1],"span":[395,9,30]},{"path":[4,68,2,0,3],"span":[395,33,34]},{"path":[4,69],"span":[397,0,399,1]},{"path":[4,69,1],"span":[397,8,47]},{"path":[4,69,2,0],"span":[398,2,23]},{"path":[4,69,2,0,5],"span":[398,2,8]},{"path":[4,69,2,0,1],"span":[398,9,18]},{"path":[4,69,2,0,3],"span":[398,21,22]},{"path":[4,70],"span":[400,0,402,1]},{"path":[4,70,1],"span":[400,8,48]},{"path":[4,70,2,0],"span":[401,2,21]},{"path":[4,70,2,0,5],"span":[401,2,8]},{"path":[4,70,2,0,1],"span":[401,9,16]},{"path":[4,70,2,0,3],"span":[401,19,20]},{"path":[4,71],"span":[403,0,407,1]},{"path":[4,71,1],"span":[403,8,31]},{"path":[4,71,7],"span":[404,2,27]},{"path":[4,71,7,3],"span":[404,2,27]},{"path":[4,71,2,0],"span":[405,2,21]},{"path":[4,71,2,0,5],"span":[405,2,8]},{"path":[4,71,2,0,1],"span":[405,9,16]},{"path":[4,71,2,0,3],"span":[405,19,20]},{"path":[4,71,2,1],"span":[406,2,29]},{"path":[4,71,2,1,4],"span":[406,2,10]},{"path":[4,71,2,1,5],"span":[406,11,17]},{"path":[4,71,2,1,1],"span":[406,18,24]},{"path":[4,71,2,1,3],"span":[406,27,28]},{"path":[4,72],"span":[408,0,411,1]},{"path":[4,72,1],"span":[408,8,32]},{"path":[4,72,7],"span":[409,2,27]},{"path":[4,72,7,3],"span":[409,2,27]},{"path":[4,72,2,0],"span":[410,2,15]},{"path":[4,72,2,0,5],"span":[410,2,6]},{"path":[4,72,2,0,1],"span":[410,7,10]},{"path":[4,72,2,0,3],"span":[410,13,14]},{"path":[4,73],"span":[412,0,415,1]},{"path":[4,73,1],"span":[412,8,31]},{"path":[4,73,2,0],"span":[413,2,21]},{"path":[4,73,2,0,5],"span":[413,2,8]},{"path":[4,73,2,0,1],"span":[413,9,16]},{"path":[4,73,2,0,3],"span":[413,19,20]},{"path":[4,73,2,1],"span":[414,2,29]},{"path":[4,73,2,1,4],"span":[414,2,10]},{"path":[4,73,2,1,5],"span":[414,11,17]},{"path":[4,73,2,1,1],"span":[414,18,24]},{"path":[4,73,2,1,3],"span":[414,27,28]},{"path":[4,74],"span":[416,0,420,1]},{"path":[4,74,1],"span":[416,8,32]},{"path":[4,74,2,0],"span":[417,2,15]},{"path":[4,74,2,0,5],"span":[417,2,6]},{"path":[4,74,2,0,1],"span":[417,7,10]},{"path":[4,74,2,0,3],"span":[417,13,14]},{"path":[4,74,2,1],"span":[418,2,32]},{"path":[4,74,2,1,4],"span":[418,2,10]},{"path":[4,74,2,1,6],"span":[418,11,18]},{"path":[4,74,2,1,1],"span":[418,19,27]},{"path":[4,74,2,1,3],"span":[418,30,31]},{"path":[4,74,2,2],"span":[419,2,31]},{"path":[4,74,2,2,6],"span":[419,2,16]},{"path":[4,74,2,2,1],"span":[419,17,26]},{"path":[4,74,2,2,3],"span":[419,29,30]},{"path":[4,75],"span":[421,0,423,1]},{"path":[4,75,1],"span":[421,8,39]},{"path":[4,75,2,0],"span":[422,2,21]},{"path":[4,75,2,0,5],"span":[422,2,8]},{"path":[4,75,2,0,1],"span":[422,9,16]},{"path":[4,75,2,0,3],"span":[422,19,20]},{"path":[4,76],"span":[424,0,426,1]},{"path":[4,76,1],"span":[424,8,40]},{"path":[4,76,2,0],"span":[425,2,16]},{"path":[4,76,2,0,5],"span":[425,2,6]},{"path":[4,76,2,0,1],"span":[425,7,11]},{"path":[4,76,2,0,3],"span":[425,14,15]},{"path":[4,77],"span":[427,0,430,1]},{"path":[4,77,1],"span":[427,8,32]},{"path":[4,77,2,0],"span":[428,2,21]},{"path":[4,77,2,0,5],"span":[428,2,8]},{"path":[4,77,2,0,1],"span":[428,9,16]},{"path":[4,77,2,0,3],"span":[428,19,20]},{"path":[4,77,2,1],"span":[429,2,24]},{"path":[4,77,2,1,5],"span":[429,2,8]},{"path":[4,77,2,1,1],"span":[429,9,19]},{"path":[4,77,2,1,3],"span":[429,22,23]},{"path":[4,78],"span":[431,0,433,1]},{"path":[4,78,1],"span":[431,8,33]},{"path":[4,78,2,0],"span":[432,2,18]},{"path":[4,78,2,0,5],"span":[432,2,8]},{"path":[4,78,2,0,1],"span":[432,9,13]},{"path":[4,78,2,0,3],"span":[432,16,17]},{"path":[4,79],"span":[434,0,436,1]},{"path":[4,79,1],"span":[434,8,37]},{"path":[4,79,2,0],"span":[435,4,33]},{"path":[4,79,2,0,4],"span":[435,4,12]},{"path":[4,79,2,0,5],"span":[435,13,19]},{"path":[4,79,2,0,1],"span":[435,20,28]},{"path":[4,79,2,0,3],"span":[435,31,32]},{"path":[4,80],"span":[437,0,439,1]},{"path":[4,80,1],"span":[437,8,47]},{"path":[4,80,2,0],"span":[438,2,21]},{"path":[4,80,2,0,5],"span":[438,2,8]},{"path":[4,80,2,0,1],"span":[438,9,16]},{"path":[4,80,2,0,3],"span":[438,19,20]},{"path":[4,81],"span":[440,0,442,1]},{"path":[4,81,1],"span":[440,8,48]},{"path":[4,81,2,0],"span":[441,2,22]},{"path":[4,81,2,0,5],"span":[441,2,6]},{"path":[4,81,2,0,1],"span":[441,7,17]},{"path":[4,81,2,0,3],"span":[441,20,21]},{"path":[4,82],"span":[443,0,447,1]},{"path":[4,82,1],"span":[443,8,33]},{"path":[4,82,2,0],"span":[444,2,21]},{"path":[4,82,2,0,5],"span":[444,2,8]},{"path":[4,82,2,0,1],"span":[444,9,16]},{"path":[4,82,2,0,3],"span":[444,19,20]},{"path":[4,82,2,1],"span":[445,2,17]},{"path":[4,82,2,1,5],"span":[445,2,8]},{"path":[4,82,2,1,1],"span":[445,9,12]},{"path":[4,82,2,1,3],"span":[445,15,16]},{"path":[4,82,2,2],"span":[446,2,19]},{"path":[4,82,2,2,5],"span":[446,2,8]},{"path":[4,82,2,2,1],"span":[446,9,14]},{"path":[4,82,2,2,3],"span":[446,17,18]},{"path":[4,83],"span":[448,0,450,1]},{"path":[4,83,1],"span":[448,8,34]},{"path":[4,83,2,0],"span":[449,2,19]},{"path":[4,83,2,0,5],"span":[449,2,6]},{"path":[4,83,2,0,1],"span":[449,7,14]},{"path":[4,83,2,0,3],"span":[449,17,18]},{"path":[4,84],"span":[452,0,456,1]},{"path":[4,84,1],"span":[452,8,39]},{"path":[4,84,2,0],"span":[453,2,21]},{"path":[4,84,2,0,5],"span":[453,2,8]},{"path":[4,84,2,0,1],"span":[453,9,16]},{"path":[4,84,2,0,3],"span":[453,19,20]},{"path":[4,84,2,1],"span":[454,2,28]},{"path":[4,84,2,1,5],"span":[454,2,6]},{"path":[4,84,2,1,1],"span":[454,7,23]},{"path":[4,84,2,1,3],"span":[454,26,27]},{"path":[4,84,2,2],"span":[455,2,24]},{"path":[4,84,2,2,5],"span":[455,2,8]},{"path":[4,84,2,2,1],"span":[455,9,19]},{"path":[4,84,2,2,3],"span":[455,22,23]},{"path":[4,85],"span":[457,0,459,1]},{"path":[4,85,1],"span":[457,8,40]},{"path":[4,85,2,0],"span":[458,2,19]},{"path":[4,85,2,0,5],"span":[458,2,6]},{"path":[4,85,2,0,1],"span":[458,7,14]},{"path":[4,85,2,0,3],"span":[458,17,18]},{"path":[4,86],"span":[461,0,463,1]},{"path":[4,86,1],"span":[461,8,28]},{"path":[4,86,2,0],"span":[462,2,31]},{"path":[4,86,2,0,4],"span":[462,2,10]},{"path":[4,86,2,0,5],"span":[462,11,17]},{"path":[4,86,2,0,1],"span":[462,18,26]},{"path":[4,86,2,0,3],"span":[462,29,30]},{"path":[4,87],"span":[465,0,467,1]},{"path":[4,87,1],"span":[465,8,29]},{"path":[4,87,2,0],"span":[466,2,70]},{"path":[4,87,2,0,6],"span":[466,2,53]},{"path":[4,87,2,0,1],"span":[466,54,65]},{"path":[4,87,2,0,3],"span":[466,68,69]},{"path":[4,88],"span":[469,0,472,1]},{"path":[4,88,1],"span":[469,8,34]},{"path":[4,88,2,0],"span":[470,2,32]},{"path":[4,88,2,0,4],"span":[470,2,10]},{"path":[4,88,2,0,5],"span":[470,11,17]},{"path":[4,88,2,0,1],"span":[470,18,27]},{"path":[4,88,2,0,3],"span":[470,30,31]},{"path":[4,88,2,1],"span":[471,2,27]},{"path":[4,88,2,1,4],"span":[471,2,10]},{"path":[4,88,2,1,5],"span":[471,11,16]},{"path":[4,88,2,1,1],"span":[471,17,22]},{"path":[4,88,2,1,3],"span":[471,25,26]},{"path":[4,89],"span":[474,0,486,1]},{"path":[4,89,1],"span":[474,8,28]},{"path":[4,89,4,0],"span":[475,2,480,3]},{"path":[4,89,4,0,1],"span":[475,7,17]},{"path":[4,89,4,0,2,0],"span":[476,4,16]},{"path":[4,89,4,0,2,0,1],"span":[476,4,11]},{"path":[4,89,4,0,2,0,2],"span":[476,14,15]},{"path":[4,89,4,0,2,1],"span":[477,4,13]},{"path":[4,89,4,0,2,1,1],"span":[477,4,8]},{"path":[4,89,4,0,2,1,2],"span":[477,11,12]},{"path":[4,89,4,0,2,2],"span":[478,4,12]},{"path":[4,89,4,0,2,2,1],"span":[478,4,7]},{"path":[4,89,4,0,2,2,2],"span":[478,10,11]},{"path":[4,89,4,0,2,3],"span":[479,4,13]},{"path":[4,89,4,0,2,3,1],"span":[479,4,8]},{"path":[4,89,4,0,2,3,2],"span":[479,11,12]},{"path":[4,89,2,0],"span":[481,2,21]},{"path":[4,89,2,0,5],"span":[481,2,8]},{"path":[4,89,2,0,1],"span":[481,9,16]},{"path":[4,89,2,0,3],"span":[481,19,20]},{"path":[4,89,2,1],"span":[482,2,29]},{"path":[4,89,2,1,6],"span":[482,2,12]},{"path":[4,89,2,1,1],"span":[482,13,24]},{"path":[4,89,2,1,3],"span":[482,27,28]},{"path":[4,89,2,2],"span":[483,2,23]},{"path":[4,89,2,2,5],"span":[483,2,8]},{"path":[4,89,2,2,1],"span":[483,9,18]},{"path":[4,89,2,2,3],"span":[483,21,22]},{"path":[4,89,2,3],"span":[484,2,31]},{"path":[4,89,2,3,5],"span":[484,2,6]},{"path":[4,89,2,3,1],"span":[484,7,26]},{"path":[4,89,2,3,3],"span":[484,29,30]},{"path":[4,89,2,4],"span":[485,2,32]},{"path":[4,89,2,4,5],"span":[485,2,6]},{"path":[4,89,2,4,1],"span":[485,7,27]},{"path":[4,89,2,4,3],"span":[485,30,31]},{"path":[4,90],"span":[488,0,492,1]},{"path":[4,90,1],"span":[488,8,32]},{"path":[4,90,2,0],"span":[489,2,23]},{"path":[4,90,2,0,5],"span":[489,2,8]},{"path":[4,90,2,0,1],"span":[489,9,18]},{"path":[4,90,2,0,3],"span":[489,21,22]},{"path":[4,90,2,1],"span":[490,2,18]},{"path":[4,90,2,1,5],"span":[490,2,7]},{"path":[4,90,2,1,1],"span":[490,8,13]},{"path":[4,90,2,1,3],"span":[490,16,17]},{"path":[4,90,2,2],"span":[491,2,25]},{"path":[4,90,2,2,5],"span":[491,2,6]},{"path":[4,90,2,2,1],"span":[491,7,20]},{"path":[4,90,2,2,3],"span":[491,23,24]},{"path":[4,91],"span":[494,0,498,1]},{"path":[4,91,1],"span":[494,8,35]},{"path":[4,91,2,0],"span":[495,2,18]},{"path":[4,91,2,0,5],"span":[495,2,7]},{"path":[4,91,2,0,1],"span":[495,8,13]},{"path":[4,91,2,0,3],"span":[495,16,17]},{"path":[4,91,2,1],"span":[496,2,42]},{"path":[4,91,2,1,4],"span":[496,2,10]},{"path":[4,91,2,1,6],"span":[496,11,31]},{"path":[4,91,2,1,1],"span":[496,32,37]},{"path":[4,91,2,1,3],"span":[496,40,41]},{"path":[4,91,2,2],"span":[497,2,41]},{"path":[4,91,2,2,6],"span":[497,2,26]},{"path":[4,91,2,2,1],"span":[497,27,36]},{"path":[4,91,2,2,3],"span":[497,39,40]},{"path":[4,92],"span":[500,0,503,1]},{"path":[4,92,1],"span":[500,8,23]},{"path":[4,92,2,0],"span":[501,2,32]},{"path":[4,92,2,0,4],"span":[501,2,10]},{"path":[4,92,2,0,5],"span":[501,11,17]},{"path":[4,92,2,0,1],"span":[501,18,27]},{"path":[4,92,2,0,3],"span":[501,30,31]},{"path":[4,92,2,1],"span":[502,2,27]},{"path":[4,92,2,1,4],"span":[502,2,10]},{"path":[4,92,2,1,5],"span":[502,11,16]},{"path":[4,92,2,1,1],"span":[502,17,22]},{"path":[4,92,2,1,3],"span":[502,25,26]},{"path":[4,93],"span":[505,0,507,1]},{"path":[4,93,1],"span":[505,8,23]},{"path":[4,93,2,0],"span":[506,2,39]},{"path":[4,93,2,0,4],"span":[506,2,10]},{"path":[4,93,2,0,6],"span":[506,11,26]},{"path":[4,93,2,0,1],"span":[506,27,34]},{"path":[4,93,2,0,3],"span":[506,37,38]},{"path":[4,94],"span":[509,0,512,1]},{"path":[4,94,1],"span":[509,8,24]},{"path":[4,94,2,0],"span":[510,2,46]},{"path":[4,94,2,0,5],"span":[510,2,6]},{"path":[4,94,2,0,1],"span":[510,7,41]},{"path":[4,94,2,0,3],"span":[510,44,45]},{"path":[4,94,2,1],"span":[511,2,44]},{"path":[4,94,2,1,5],"span":[511,2,6]},{"path":[4,94,2,1,1],"span":[511,7,39]},{"path":[4,94,2,1,3],"span":[511,42,43]},{"path":[4,95],"span":[514,0,517,1]},{"path":[4,95,1],"span":[514,8,16]},{"path":[4,95,2,0],"span":[515,2,16]},{"path":[4,95,2,0,5],"span":[515,2,8]},{"path":[4,95,2,0,1],"span":[515,9,11]},{"path":[4,95,2,0,3],"span":[515,14,15]},{"path":[4,95,2,1],"span":[516,2,41]},{"path":[4,95,2,1,4],"span":[516,2,10]},{"path":[4,95,2,1,6],"span":[516,11,27]},{"path":[4,95,2,1,1],"span":[516,28,36]},{"path":[4,95,2,1,3],"span":[516,39,40]},{"path":[4,96],"span":[519,0,523,1]},{"path":[4,96,1],"span":[519,8,24]},{"path":[4,96,2,0],"span":[520,2,23]},{"path":[4,96,2,0,5],"span":[520,2,8]},{"path":[4,96,2,0,1],"span":[520,9,18]},{"path":[4,96,2,0,3],"span":[520,21,22]},{"path":[4,96,2,1],"span":[521,2,18]},{"path":[4,96,2,1,5],"span":[521,2,7]},{"path":[4,96,2,1,1],"span":[521,8,13]},{"path":[4,96,2,1,3],"span":[521,16,17]},{"path":[4,96,2,2],"span":[522,2,25]},{"path":[4,96,2,2,5],"span":[522,2,6]},{"path":[4,96,2,2,1],"span":[522,7,20]},{"path":[4,96,2,2,3],"span":[522,23,24]},{"path":[4,97],"span":[525,0,529,1]},{"path":[4,97,1],"span":[525,8,24]},{"path":[4,97,2,0],"span":[526,2,18]},{"path":[4,97,2,0,5],"span":[526,2,7]},{"path":[4,97,2,0,1],"span":[526,8,13]},{"path":[4,97,2,0,3],"span":[526,16,17]},{"path":[4,97,2,1],"span":[527,2,30]},{"path":[4,97,2,1,4],"span":[527,2,10]},{"path":[4,97,2,1,6],"span":[527,11,19]},{"path":[4,97,2,1,1],"span":[527,20,25]},{"path":[4,97,2,1,3],"span":[527,28,29]},{"path":[4,97,2,2],"span":[528,2,33]},{"path":[4,97,2,2,6],"span":[528,2,18]},{"path":[4,97,2,2,1],"span":[528,19,28]},{"path":[4,97,2,2,3],"span":[528,31,32]},{"path":[4,98],"span":[531,0,534,1]},{"path":[4,98,1],"span":[531,8,22]},{"path":[4,98,2,0],"span":[532,2,19]},{"path":[4,98,2,0,5],"span":[532,2,7]},{"path":[4,98,2,0,1],"span":[532,8,14]},{"path":[4,98,2,0,3],"span":[532,17,18]},{"path":[4,98,2,1],"span":[533,2,18]},{"path":[4,98,2,1,5],"span":[533,2,7]},{"path":[4,98,2,1,1],"span":[533,8,13]},{"path":[4,98,2,1,3],"span":[533,16,17]},{"path":[4,99],"span":[536,0,541,1]},{"path":[4,99,1],"span":[536,8,26]},{"path":[4,99,2,0],"span":[537,2,18]},{"path":[4,99,2,0,5],"span":[537,2,7]},{"path":[4,99,2,0,1],"span":[537,8,13]},{"path":[4,99,2,0,3],"span":[537,16,17]},{"path":[4,99,2,1],"span":[538,2,19]},{"path":[4,99,2,1,5],"span":[538,2,7]},{"path":[4,99,2,1,1],"span":[538,8,14]},{"path":[4,99,2,1,3],"span":[538,17,18]},{"path":[4,99,2,2],"span":[539,2,18]},{"path":[4,99,2,2,5],"span":[539,2,7]},{"path":[4,99,2,2,1],"span":[539,8,13]},{"path":[4,99,2,2,3],"span":[539,16,17]},{"path":[4,99,2,3],"span":[540,2,25]},{"path":[4,99,2,3,5],"span":[540,2,6]},{"path":[4,99,2,3,1],"span":[540,7,20]},{"path":[4,99,2,3,3],"span":[540,23,24]},{"path":[4,100],"span":[543,0,551,1]},{"path":[4,100,1],"span":[543,8,38]},{"path":[4,100,2,0],"span":[544,2,21]},{"path":[4,100,2,0,5],"span":[544,2,8]},{"path":[4,100,2,0,1],"span":[544,9,16]},{"path":[4,100,2,0,3],"span":[544,19,20]},{"path":[4,100,3,0],"span":[545,2,548,3]},{"path":[4,100,3,0,1],"span":[545,10,31]},{"path":[4,100,3,0,2,0],"span":[546,4,21]},{"path":[4,100,3,0,2,0,5],"span":[546,4,9]},{"path":[4,100,3,0,2,0,1],"span":[546,10,16]},{"path":[4,100,3,0,2,0,3],"span":[546,19,20]},{"path":[4,100,3,0,2,1],"span":[547,4,20]},{"path":[4,100,3,0,2,1,5],"span":[547,4,9]},{"path":[4,100,3,0,2,1,1],"span":[547,10,15]},{"path":[4,100,3,0,2,1,3],"span":[547,18,19]},{"path":[4,100,2,1],"span":[549,2,44]},{"path":[4,100,2,1,6],"span":[549,2,23]},{"path":[4,100,2,1,1],"span":[549,24,39]},{"path":[4,100,2,1,3],"span":[549,42,43]},{"path":[4,100,2,2],"span":[550,2,22]},{"path":[4,100,2,2,5],"span":[550,2,8]},{"path":[4,100,2,2,1],"span":[550,9,17]},{"path":[4,100,2,2,3],"span":[550,20,21]},{"path":[4,101],"span":[553,0,566,1]},{"path":[4,101,1],"span":[553,8,39]},{"path":[4,101,3,0],"span":[554,2,557,3]},{"path":[4,101,3,0,1],"span":[554,10,26]},{"path":[4,101,3,0,2,0],"span":[555,4,18]},{"path":[4,101,3,0,2,0,5],"span":[555,4,10]},{"path":[4,101,3,0,2,0,1],"span":[555,11,13]},{"path":[4,101,3,0,2,0,3],"span":[555,16,17]},{"path":[4,101,3,0,2,1],"span":[556,4,20]},{"path":[4,101,3,0,2,1,5],"span":[556,4,10]},{"path":[4,101,3,0,2,1,1],"span":[556,11,15]},{"path":[4,101,3,0,2,1,3],"span":[556,18,19]},{"path":[4,101,2,0],"span":[558,2,46]},{"path":[4,101,2,0,4],"span":[558,2,10]},{"path":[4,101,2,0,6],"span":[558,11,27]},{"path":[4,101,2,0,1],"span":[558,28,41]},{"path":[4,101,2,0,3],"span":[558,44,45]},{"path":[4,101,3,1],"span":[559,2,564,3]},{"path":[4,101,3,1,1],"span":[559,10,22]},{"path":[4,101,3,1,2,0],"span":[560,4,20]},{"path":[4,101,3,1,2,0,5],"span":[560,4,9]},{"path":[4,101,3,1,2,0,1],"span":[560,10,15]},{"path":[4,101,3,1,2,0,3],"span":[560,18,19]},{"path":[4,101,3,1,2,1],"span":[561,4,21]},{"path":[4,101,3,1,2,1,5],"span":[561,4,9]},{"path":[4,101,3,1,2,1,1],"span":[561,10,16]},{"path":[4,101,3,1,2,1,3],"span":[561,19,20]},{"path":[4,101,3,1,2,2],"span":[562,4,20]},{"path":[4,101,3,1,2,2,5],"span":[562,4,9]},{"path":[4,101,3,1,2,2,1],"span":[562,10,15]},{"path":[4,101,3,1,2,2,3],"span":[562,18,19]},{"path":[4,101,3,1,2,3],"span":[563,4,27]},{"path":[4,101,3,1,2,3,5],"span":[563,4,8]},{"path":[4,101,3,1,2,3,1],"span":[563,9,22]},{"path":[4,101,3,1,2,3,3],"span":[563,25,26]},{"path":[4,101,2,1],"span":[565,2,34]},{"path":[4,101,2,1,6],"span":[565,2,14]},{"path":[4,101,2,1,1],"span":[565,15,29]},{"path":[4,101,2,1,3],"span":[565,32,33]},{"path":[4,102],"span":[568,0,572,1]},{"path":[4,102,1],"span":[568,8,41]},{"path":[4,102,2,0],"span":[569,2,21]},{"path":[4,102,2,0,5],"span":[569,2,8]},{"path":[4,102,2,0,1],"span":[569,9,16]},{"path":[4,102,2,0,3],"span":[569,19,20]},{"path":[4,102,2,1],"span":[570,2,34]},{"path":[4,102,2,1,5],"span":[570,2,8]},{"path":[4,102,2,1,1],"span":[570,9,29]},{"path":[4,102,2,1,3],"span":[570,32,33]},{"path":[4,102,2,2],"span":[571,2,22]},{"path":[4,102,2,2,5],"span":[571,2,8]},{"path":[4,102,2,2,1],"span":[571,9,17]},{"path":[4,102,2,2,3],"span":[571,20,21]},{"path":[4,103],"span":[574,0,579,1]},{"path":[4,103,1],"span":[574,8,42]},{"path":[4,103,2,0],"span":[575,2,16]},{"path":[4,103,2,0,5],"span":[575,2,8]},{"path":[4,103,2,0,1],"span":[575,9,11]},{"path":[4,103,2,0,3],"span":[575,14,15]},{"path":[4,103,2,1],"span":[576,2,18]},{"path":[4,103,2,1,5],"span":[576,2,8]},{"path":[4,103,2,1,1],"span":[576,9,13]},{"path":[4,103,2,1,3],"span":[576,16,17]},{"path":[4,103,2,2],"span":[577,2,22]},{"path":[4,103,2,2,5],"span":[577,2,6]},{"path":[4,103,2,2,1],"span":[577,7,17]},{"path":[4,103,2,2,3],"span":[577,20,21]},{"path":[4,103,2,3],"span":[578,2,53]},{"path":[4,103,2,3,5],"span":[578,2,6]},{"path":[4,103,2,3,1],"span":[578,7,48]},{"path":[4,103,2,3,3],"span":[578,51,52]},{"path":[4,104],"span":[581,0,586,1]},{"path":[4,104,1],"span":[581,8,43]},{"path":[4,104,2,0],"span":[582,2,21]},{"path":[4,104,2,0,5],"span":[582,2,8]},{"path":[4,104,2,0,1],"span":[582,9,16]},{"path":[4,104,2,0,3],"span":[582,19,20]},{"path":[4,104,2,1],"span":[583,2,34]},{"path":[4,104,2,1,5],"span":[583,2,8]},{"path":[4,104,2,1,1],"span":[583,9,29]},{"path":[4,104,2,1,3],"span":[583,32,33]},{"path":[4,104,2,2],"span":[584,2,37]},{"path":[4,104,2,2,6],"span":[584,2,16]},{"path":[4,104,2,2,1],"span":[584,17,32]},{"path":[4,104,2,2,3],"span":[584,35,36]},{"path":[4,104,2,3],"span":[585,2,22]},{"path":[4,104,2,3,5],"span":[585,2,8]},{"path":[4,104,2,3,1],"span":[585,9,17]},{"path":[4,104,2,3,3],"span":[585,20,21]},{"path":[4,105],"span":[588,0,591,1]},{"path":[4,105,1],"span":[588,8,44]},{"path":[4,105,2,0],"span":[589,2,33]},{"path":[4,105,2,0,4],"span":[589,2,10]},{"path":[4,105,2,0,6],"span":[589,11,22]},{"path":[4,105,2,0,1],"span":[589,23,28]},{"path":[4,105,2,0,3],"span":[589,31,32]},{"path":[4,105,2,1],"span":[590,2,46]},{"path":[4,105,2,1,6],"span":[590,2,20]},{"path":[4,105,2,1,1],"span":[590,21,41]},{"path":[4,105,2,1,3],"span":[590,44,45]},{"path":[4,106],"span":[593,0,596,1]},{"path":[4,106,1],"span":[593,8,47]},{"path":[4,106,2,0],"span":[594,2,21]},{"path":[4,106,2,0,5],"span":[594,2,8]},{"path":[4,106,2,0,1],"span":[594,9,16]},{"path":[4,106,2,0,3],"span":[594,19,20]},{"path":[4,106,2,1],"span":[595,2,19]},{"path":[4,106,2,1,5],"span":[595,2,6]},{"path":[4,106,2,1,1],"span":[595,7,14]},{"path":[4,106,2,1,3],"span":[595,17,18]},{"path":[4,107],"span":[598,0,600,1]},{"path":[4,107,1],"span":[598,8,46]},{"path":[4,107,2,0],"span":[599,2,21]},{"path":[4,107,2,0,5],"span":[599,2,8]},{"path":[4,107,2,0,1],"span":[599,9,16]},{"path":[4,107,2,0,3],"span":[599,19,20]},{"path":[4,108],"span":[602,0,604,1]},{"path":[4,108,1],"span":[602,8,48]},{"path":[4,108,2,0],"span":[603,2,21]},{"path":[4,108,2,0,5],"span":[603,2,8]},{"path":[4,108,2,0,1],"span":[603,9,16]},{"path":[4,108,2,0,3],"span":[603,19,20]},{"path":[4,109],"span":[606,0,608,1]},{"path":[4,109,1],"span":[606,8,47]},{"path":[4,109,2,0],"span":[607,2,22]},{"path":[4,109,2,0,5],"span":[607,2,6]},{"path":[4,109,2,0,1],"span":[607,7,17]},{"path":[4,109,2,0,3],"span":[607,20,21]},{"path":[4,110],"span":[610,0,612,1]},{"path":[4,110,1],"span":[610,8,49]},{"path":[4,110,2,0],"span":[611,2,22]},{"path":[4,110,2,0,5],"span":[611,2,6]},{"path":[4,110,2,0,1],"span":[611,7,17]},{"path":[4,110,2,0,3],"span":[611,20,21]},{"path":[4,111],"span":[614,0,616,1]},{"path":[4,111,1],"span":[614,8,29]},{"path":[4,111,2,0],"span":[615,2,21]},{"path":[4,111,2,0,5],"span":[615,2,8]},{"path":[4,111,2,0,1],"span":[615,9,16]},{"path":[4,111,2,0,3],"span":[615,19,20]},{"path":[4,112],"span":[618,0,620,1]},{"path":[4,112,1],"span":[618,8,30]},{"path":[4,112,2,0],"span":[619,2,23]},{"path":[4,112,2,0,6],"span":[619,2,13]},{"path":[4,112,2,0,1],"span":[619,14,18]},{"path":[4,112,2,0,3],"span":[619,21,22]},{"path":[4,113],"span":[622,0,627,1]},{"path":[4,113,1],"span":[622,8,45]},{"path":[4,113,2,0],"span":[623,2,18]},{"path":[4,113,2,0,5],"span":[623,2,8]},{"path":[4,113,2,0,1],"span":[623,9,13]},{"path":[4,113,2,0,3],"span":[623,16,17]},{"path":[4,113,2,1],"span":[624,2,36]},{"path":[4,113,2,1,5],"span":[624,2,8]},{"path":[4,113,2,1,1],"span":[624,9,31]},{"path":[4,113,2,1,3],"span":[624,34,35]},{"path":[4,113,2,2],"span":[625,2,31]},{"path":[4,113,2,2,4],"span":[625,2,10]},{"path":[4,113,2,2,5],"span":[625,11,17]},{"path":[4,113,2,2,1],"span":[625,18,26]},{"path":[4,113,2,2,3],"span":[625,29,30]},{"path":[4,113,2,3],"span":[626,2,34]},{"path":[4,113,2,3,4],"span":[626,2,10]},{"path":[4,113,2,3,5],"span":[626,11,17]},{"path":[4,113,2,3,1],"span":[626,18,29]},{"path":[4,113,2,3,3],"span":[626,32,33]},{"path":[4,114],"span":[629,0,631,1]},{"path":[4,114,1],"span":[629,8,46]},{"path":[4,114,2,0],"span":[630,2,19]},{"path":[4,114,2,0,5],"span":[630,2,8]},{"path":[4,114,2,0,1],"span":[630,9,14]},{"path":[4,114,2,0,3],"span":[630,17,18]},{"path":[4,115],"span":[633,0,636,1]},{"path":[4,115,1],"span":[633,8,38]},{"path":[4,115,2,0],"span":[634,2,21]},{"path":[4,115,2,0,5],"span":[634,2,8]},{"path":[4,115,2,0,1],"span":[634,9,16]},{"path":[4,115,2,0,3],"span":[634,19,20]},{"path":[4,115,2,1],"span":[635,2,24]},{"path":[4,115,2,1,5],"span":[635,2,8]},{"path":[4,115,2,1,1],"span":[635,9,19]},{"path":[4,115,2,1,3],"span":[635,22,23]},{"path":[4,116],"span":[638,0,640,1]},{"path":[4,116,1],"span":[638,8,39]},{"path":[4,116,2,0],"span":[639,2,33]},{"path":[4,116,2,0,5],"span":[639,2,8]},{"path":[4,116,2,0,1],"span":[639,9,28]},{"path":[4,116,2,0,3],"span":[639,31,32]},{"path":[4,117],"span":[642,0,645,1]},{"path":[4,117,1],"span":[642,8,42]},{"path":[4,117,2,0],"span":[643,2,22]},{"path":[4,117,2,0,5],"span":[643,2,8]},{"path":[4,117,2,0,1],"span":[643,9,17]},{"path":[4,117,2,0,3],"span":[643,20,21]},{"path":[4,117,2,1],"span":[644,2,21]},{"path":[4,117,2,1,5],"span":[644,2,8]},{"path":[4,117,2,1,1],"span":[644,9,16]},{"path":[4,117,2,1,3],"span":[644,19,20]},{"path":[4,118],"span":[647,0,649,1]},{"path":[4,118,1],"span":[647,8,43]},{"path":[4,118,2,0],"span":[648,2,24]},{"path":[4,118,2,0,5],"span":[648,2,8]},{"path":[4,118,2,0,1],"span":[648,9,19]},{"path":[4,118,2,0,3],"span":[648,22,23]},{"path":[4,119],"span":[651,0,654,1]},{"path":[4,119,1],"span":[651,8,36]},{"path":[4,119,2,0],"span":[652,2,21]},{"path":[4,119,2,0,5],"span":[652,2,8]},{"path":[4,119,2,0,1],"span":[652,9,16]},{"path":[4,119,2,0,3],"span":[652,19,20]},{"path":[4,119,2,1],"span":[653,2,30]},{"path":[4,119,2,1,4],"span":[653,2,10]},{"path":[4,119,2,1,5],"span":[653,11,17]},{"path":[4,119,2,1,1],"span":[653,18,25]},{"path":[4,119,2,1,3],"span":[653,28,29]},{"path":[4,120],"span":[656,0,658,1]},{"path":[4,120,1],"span":[656,8,37]},{"path":[4,120,2,0],"span":[657,2,31]},{"path":[4,120,2,0,5],"span":[657,2,8]},{"path":[4,120,2,0,1],"span":[657,9,26]},{"path":[4,120,2,0,3],"span":[657,29,30]},{"path":[6,0],"span":[660,0,718,1]},{"path":[6,0,1],"span":[660,8,19]},{"path":[6,0,2,0],"span":[661,2,121]},{"path":[6,0,2,0,1],"span":[661,6,34]},{"path":[6,0,2,0,2],"span":[661,35,70]},{"path":[6,0,2,0,3],"span":[661,81,117]},{"path":[6,0,2,1],"span":[662,2,118]},{"path":[6,0,2,1,1],"span":[662,6,33]},{"path":[6,0,2,1,2],"span":[662,34,68]},{"path":[6,0,2,1,3],"span":[662,79,114]},{"path":[6,0,2,2],"span":[663,2,100]},{"path":[6,0,2,2,1],"span":[663,6,27]},{"path":[6,0,2,2,2],"span":[663,28,56]},{"path":[6,0,2,2,3],"span":[663,67,96]},{"path":[6,0,2,3],"span":[664,2,127]},{"path":[6,0,2,3,1],"span":[664,6,36]},{"path":[6,0,2,3,2],"span":[664,37,74]},{"path":[6,0,2,3,3],"span":[664,85,123]},{"path":[6,0,2,4],"span":[665,2,127]},{"path":[6,0,2,4,1],"span":[665,6,36]},{"path":[6,0,2,4,2],"span":[665,37,74]},{"path":[6,0,2,4,3],"span":[665,85,123]},{"path":[6,0,2,5],"span":[666,2,106]},{"path":[6,0,2,5,1],"span":[666,6,29]},{"path":[6,0,2,5,2],"span":[666,30,60]},{"path":[6,0,2,5,3],"span":[666,71,102]},{"path":[6,0,2,6],"span":[668,2,115]},{"path":[6,0,2,6,1],"span":[668,6,32]},{"path":[6,0,2,6,2],"span":[668,33,66]},{"path":[6,0,2,6,3],"span":[668,77,111]},{"path":[6,0,2,7],"span":[669,2,76]},{"path":[6,0,2,7,1],"span":[669,6,19]},{"path":[6,0,2,7,2],"span":[669,20,40]},{"path":[6,0,2,7,3],"span":[669,51,72]},{"path":[6,0,2,8],"span":[670,2,76]},{"path":[6,0,2,8,1],"span":[670,6,19]},{"path":[6,0,2,8,2],"span":[670,20,40]},{"path":[6,0,2,8,3],"span":[670,51,72]},{"path":[6,0,2,9],"span":[671,2,97]},{"path":[6,0,2,9,1],"span":[671,6,26]},{"path":[6,0,2,9,2],"span":[671,27,54]},{"path":[6,0,2,9,3],"span":[671,65,93]},{"path":[6,0,2,10],"span":[672,2,88]},{"path":[6,0,2,10,1],"span":[672,6,23]},{"path":[6,0,2,10,2],"span":[672,24,48]},{"path":[6,0,2,10,3],"span":[672,59,84]},{"path":[6,0,2,11],"span":[673,2,118]},{"path":[6,0,2,11,1],"span":[673,6,33]},{"path":[6,0,2,11,2],"span":[673,34,68]},{"path":[6,0,2,11,3],"span":[673,79,114]},{"path":[6,0,2,12],"span":[674,2,82]},{"path":[6,0,2,12,1],"span":[674,6,21]},{"path":[6,0,2,12,2],"span":[674,22,44]},{"path":[6,0,2,12,3],"span":[674,55,78]},{"path":[6,0,2,13],"span":[675,2,97]},{"path":[6,0,2,13,1],"span":[675,6,28]},{"path":[6,0,2,13,2],"span":[675,29,58]},{"path":[6,0,2,13,3],"span":[675,69,93]},{"path":[6,0,2,14],"span":[676,2,97]},{"path":[6,0,2,14,1],"span":[676,6,26]},{"path":[6,0,2,14,2],"span":[676,27,54]},{"path":[6,0,2,14,3],"span":[676,65,93]},{"path":[6,0,2,15],"span":[677,2,106]},{"path":[6,0,2,15,1],"span":[677,6,29]},{"path":[6,0,2,15,2],"span":[677,30,60]},{"path":[6,0,2,15,3],"span":[677,71,102]},{"path":[6,0,2,16],"span":[678,2,106]},{"path":[6,0,2,16,1],"span":[678,6,29]},{"path":[6,0,2,16,2],"span":[678,30,60]},{"path":[6,0,2,16,3],"span":[678,71,102]},{"path":[6,0,2,17],"span":[679,2,115]},{"path":[6,0,2,17,1],"span":[679,6,32]},{"path":[6,0,2,17,2],"span":[679,33,66]},{"path":[6,0,2,17,3],"span":[679,77,111]},{"path":[6,0,2,18],"span":[680,2,106]},{"path":[6,0,2,18,1],"span":[680,6,29]},{"path":[6,0,2,18,2],"span":[680,30,60]},{"path":[6,0,2,18,3],"span":[680,71,102]},{"path":[6,0,2,19],"span":[681,2,112]},{"path":[6,0,2,19,1],"span":[681,6,31]},{"path":[6,0,2,19,2],"span":[681,32,64]},{"path":[6,0,2,19,3],"span":[681,75,108]},{"path":[6,0,2,20],"span":[682,2,130]},{"path":[6,0,2,20,1],"span":[682,6,37]},{"path":[6,0,2,20,2],"span":[682,38,76]},{"path":[6,0,2,20,3],"span":[682,87,126]},{"path":[6,0,2,21],"span":[683,2,91]},{"path":[6,0,2,21,1],"span":[683,6,24]},{"path":[6,0,2,21,2],"span":[683,25,50]},{"path":[6,0,2,21,3],"span":[683,61,87]},{"path":[6,0,2,22],"span":[684,2,151]},{"path":[6,0,2,22,1],"span":[684,6,44]},{"path":[6,0,2,22,2],"span":[684,45,90]},{"path":[6,0,2,22,3],"span":[684,101,147]},{"path":[6,0,2,23],"span":[685,2,99]},{"path":[6,0,2,23,1],"span":[685,6,30]},{"path":[6,0,2,23,2],"span":[685,31,57]},{"path":[6,0,2,23,3],"span":[685,68,95]},{"path":[6,0,2,24],"span":[686,2,100]},{"path":[6,0,2,24,1],"span":[686,6,39]},{"path":[6,0,2,24,2],"span":[686,40,62]},{"path":[6,0,2,24,3],"span":[686,73,96]},{"path":[6,0,2,25],"span":[687,2,100]},{"path":[6,0,2,25,1],"span":[687,6,27]},{"path":[6,0,2,25,2],"span":[687,28,56]},{"path":[6,0,2,25,3],"span":[687,67,96]},{"path":[6,0,2,26],"span":[688,2,112]},{"path":[6,0,2,26,1],"span":[688,6,31]},{"path":[6,0,2,26,2],"span":[688,32,64]},{"path":[6,0,2,26,3],"span":[688,75,108]},{"path":[6,0,2,27],"span":[689,2,103]},{"path":[6,0,2,27,1],"span":[689,6,28]},{"path":[6,0,2,27,2],"span":[689,29,58]},{"path":[6,0,2,27,3],"span":[689,69,99]},{"path":[6,0,2,28],"span":[690,2,118]},{"path":[6,0,2,28,1],"span":[690,6,33]},{"path":[6,0,2,28,2],"span":[690,34,68]},{"path":[6,0,2,28,3],"span":[690,79,114]},{"path":[6,0,2,29],"span":[691,2,133]},{"path":[6,0,2,29,1],"span":[691,6,38]},{"path":[6,0,2,29,2],"span":[691,39,78]},{"path":[6,0,2,29,3],"span":[691,89,129]},{"path":[6,0,2,30],"span":[692,2,85]},{"path":[6,0,2,30,1],"span":[692,6,22]},{"path":[6,0,2,30,2],"span":[692,23,46]},{"path":[6,0,2,30,3],"span":[692,57,81]},{"path":[6,0,2,31],"span":[693,2,109]},{"path":[6,0,2,31,1],"span":[693,6,30]},{"path":[6,0,2,31,2],"span":[693,31,62]},{"path":[6,0,2,31,3],"span":[693,73,105]},{"path":[6,0,2,32],"span":[694,2,696,3]},{"path":[6,0,2,32,1],"span":[694,6,22]},{"path":[6,0,2,32,2],"span":[694,23,46]},{"path":[6,0,2,32,3],"span":[694,57,81]},{"path":[6,0,2,32,4],"span":[695,4,29]},{"path":[6,0,2,32,4,33],"span":[695,4,29]},{"path":[6,0,2,33],"span":[697,2,88]},{"path":[6,0,2,33,1],"span":[697,6,23]},{"path":[6,0,2,33,2],"span":[697,24,48]},{"path":[6,0,2,33,3],"span":[697,59,84]},{"path":[6,0,2,34],"span":[698,2,113]},{"path":[6,0,2,34,1],"span":[698,6,39]},{"path":[6,0,2,34,2],"span":[698,40,69]},{"path":[6,0,2,34,3],"span":[698,80,109]},{"path":[6,0,2,35],"span":[699,2,133]},{"path":[6,0,2,35,1],"span":[699,6,38]},{"path":[6,0,2,35,2],"span":[699,39,78]},{"path":[6,0,2,35,3],"span":[699,89,129]},{"path":[6,0,2,36],"span":[700,2,91]},{"path":[6,0,2,36,1],"span":[700,6,24]},{"path":[6,0,2,36,2],"span":[700,25,50]},{"path":[6,0,2,36,3],"span":[700,61,87]},{"path":[6,0,2,37],"span":[701,2,76]},{"path":[6,0,2,37,1],"span":[701,6,19]},{"path":[6,0,2,37,2],"span":[701,20,40]},{"path":[6,0,2,37,3],"span":[701,51,72]},{"path":[6,0,2,38],"span":[702,2,106]},{"path":[6,0,2,38,1],"span":[702,6,29]},{"path":[6,0,2,38,2],"span":[702,30,60]},{"path":[6,0,2,38,3],"span":[702,71,102]},{"path":[6,0,2,39],"span":[703,2,115]},{"path":[6,0,2,39,1],"span":[703,6,32]},{"path":[6,0,2,39,2],"span":[703,33,66]},{"path":[6,0,2,39,3],"span":[703,77,111]},{"path":[6,0,2,40],"span":[704,2,121]},{"path":[6,0,2,40,1],"span":[704,6,34]},{"path":[6,0,2,40,2],"span":[704,35,70]},{"path":[6,0,2,40,3],"span":[704,81,117]},{"path":[6,0,2,41],"span":[705,2,109]},{"path":[6,0,2,41,1],"span":[705,6,30]},{"path":[6,0,2,41,2],"span":[705,31,62]},{"path":[6,0,2,41,3],"span":[705,73,105]},{"path":[6,0,2,42],"span":[706,2,114]},{"path":[6,0,2,42,1],"span":[706,6,38]},{"path":[6,0,2,42,2],"span":[706,39,78]},{"path":[6,0,2,42,3],"span":[706,89,110]},{"path":[6,0,2,43],"span":[707,2,130]},{"path":[6,0,2,43,1],"span":[707,6,37]},{"path":[6,0,2,43,2],"span":[707,38,76]},{"path":[6,0,2,43,3],"span":[707,87,126]},{"path":[6,0,2,44],"span":[708,2,136]},{"path":[6,0,2,44,1],"span":[708,6,39]},{"path":[6,0,2,44,2],"span":[708,40,80]},{"path":[6,0,2,44,3],"span":[708,91,132]},{"path":[6,0,2,45],"span":[709,2,79]},{"path":[6,0,2,45,1],"span":[709,6,20]},{"path":[6,0,2,45,2],"span":[709,21,42]},{"path":[6,0,2,45,3],"span":[709,53,75]},{"path":[6,0,2,46],"span":[710,2,109]},{"path":[6,0,2,46,1],"span":[710,6,30]},{"path":[6,0,2,46,2],"span":[710,31,62]},{"path":[6,0,2,46,3],"span":[710,73,105]},{"path":[6,0,2,47],"span":[711,2,94]},{"path":[6,0,2,47,1],"span":[711,6,25]},{"path":[6,0,2,47,2],"span":[711,26,52]},{"path":[6,0,2,47,3],"span":[711,63,90]},{"path":[6,0,2,48],"span":[712,2,61]},{"path":[6,0,2,48,1],"span":[712,6,14]},{"path":[6,0,2,48,2],"span":[712,15,30]},{"path":[6,0,2,48,3],"span":[712,41,57]},{"path":[6,0,2,49],"span":[713,2,127]},{"path":[6,0,2,49,1],"span":[713,6,36]},{"path":[6,0,2,49,2],"span":[713,37,74]},{"path":[6,0,2,49,3],"span":[713,85,123]},{"path":[6,0,2,50],"span":[714,2,106]},{"path":[6,0,2,50,1],"span":[714,6,29]},{"path":[6,0,2,50,2],"span":[714,30,60]},{"path":[6,0,2,50,3],"span":[714,71,102]},{"path":[6,0,2,51],"span":[715,2,118]},{"path":[6,0,2,51,1],"span":[715,6,33]},{"path":[6,0,2,51,2],"span":[715,34,68]},{"path":[6,0,2,51,3],"span":[715,79,114]},{"path":[6,0,2,52],"span":[716,2,100]},{"path":[6,0,2,52,1],"span":[716,6,27]},{"path":[6,0,2,52,2],"span":[716,28,56]},{"path":[6,0,2,52,3],"span":[716,67,96]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}