From 9ef1ed1184ca47024b970470a9269bfe2135f376 Mon Sep 17 00:00:00 2001 From: nicolaferraro Date: Tue, 2 Mar 2021 15:00:39 +0100 Subject: [PATCH] Fix #1799: regen resources --- .../client/internalclientset/fake/register.go | 2 +- deploy/camel-catalog-1.6.0.yaml | 3296 ++++++++--------- go.sum | 1 + pkg/resources/resources.go | 2 +- 4 files changed, 1651 insertions(+), 1650 deletions(-) diff --git a/addons/strimzi/duck/v1beta1/client/internalclientset/fake/register.go b/addons/strimzi/duck/v1beta1/client/internalclientset/fake/register.go index 7c485204da..1a42ee7daf 100644 --- a/addons/strimzi/duck/v1beta1/client/internalclientset/fake/register.go +++ b/addons/strimzi/duck/v1beta1/client/internalclientset/fake/register.go @@ -30,7 +30,7 @@ import ( var scheme = runtime.NewScheme() var codecs = serializer.NewCodecFactory(scheme) -var parameterCodec = runtime.NewParameterCodec(scheme) + var localSchemeBuilder = runtime.SchemeBuilder{ kafkav1beta1.AddToScheme, } diff --git a/deploy/camel-catalog-1.6.0.yaml b/deploy/camel-catalog-1.6.0.yaml index 573ce853b5..ab9ee4409f 100644 --- a/deploy/camel-catalog-1.6.0.yaml +++ b/deploy/camel-catalog-1.6.0.yaml @@ -20,9 +20,9 @@ kind: CamelCatalog metadata: name: camel-catalog-1.6.0 labels: - app: camel-k - camel.apache.org/catalog.version: 3.7.0 camel.apache.org/runtime.version: 1.6.0 + camel.apache.org/catalog.version: 3.7.0 + app: camel-k camel.apache.org/catalog.loader.version: 3.7.0 spec: runtime: @@ -30,532 +30,596 @@ spec: provider: quarkus applicationClass: io.quarkus.runner.GeneratedMain metadata: - quarkus.version: 1.10.3.Final - camel.version: 3.7.0 camel-quarkus.version: 1.5.0 + camel.version: 3.7.0 + quarkus.version: 1.10.3.Final dependencies: - groupId: org.apache.camel.k artifactId: camel-k-runtime capabilities: - master: + health: dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-master + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-microprofile-health circuit-breaker: dependencies: - groupId: org.apache.camel.quarkus artifactId: camel-quarkus-microprofile-fault-tolerance - health: + master: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-master + tracing: dependencies: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-microprofile-health - platform-http: + artifactId: camel-quarkus-opentracing + rest: dependencies: - groupId: org.apache.camel.quarkus artifactId: camel-quarkus-platform-http + - groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-rest cron: dependencies: - groupId: org.apache.camel.k artifactId: camel-k-cron - rest: + platform-http: dependencies: - groupId: org.apache.camel.quarkus artifactId: camel-quarkus-platform-http - - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest - tracing: - dependencies: - - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-opentracing artifacts: - camel-quarkus-atlasmap: + camel-quarkus-vm: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-atlasmap + artifactId: camel-quarkus-vm schemes: - - id: atlasmap + - id: vm http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.atlasmap.AtlasMapComponent - camel-quarkus-minio: + - org.apache.camel.component.vm.VmComponent + camel-quarkus-paho: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-minio + artifactId: camel-quarkus-paho schemes: - - id: minio + - id: paho http: false passive: false javaTypes: - - org.apache.camel.component.minio.MinioComponent - camel-quarkus-aws-lambda: + - org.apache.camel.component.paho.PahoComponent + camel-quarkus-lzf: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-lambda + artifactId: camel-quarkus-lzf + dataformats: + - lzf + javaTypes: + - org.apache.camel.dataformat.lzf.LZFDataFormat + camel-quarkus-ref: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-ref schemes: - - id: aws-lambda + - id: ref http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.aws.lambda.LambdaComponent - camel-quarkus-xmpp: + - org.apache.camel.component.ref.RefComponent + camel-quarkus-univocity-parsers: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xmpp + artifactId: camel-quarkus-univocity-parsers + dataformats: + - univocity-fixed + - univocity-tsv + - univocity-csv + javaTypes: + - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat + - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat + - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat + camel-quarkus-mvel: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mvel schemes: - - id: xmpp + - id: mvel http: false passive: false + languages: + - mvel javaTypes: - - org.apache.camel.component.xmpp.XmppComponent - camel-quarkus-aws2-eventbridge: + - org.apache.camel.language.mvel.MvelLanguage + - org.apache.camel.component.mvel.MvelComponent + camel-quarkus-aws2-sns: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-eventbridge + artifactId: camel-quarkus-aws2-sns schemes: - - id: aws2-eventbridge + - id: aws2-sns http: false passive: false javaTypes: - - org.apache.camel.component.aws2.eventbridge.EventbridgeComponent - camel-quarkus-github: + - org.apache.camel.component.aws2.sns.Sns2Component + camel-quarkus-jsonb: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-github + artifactId: camel-quarkus-jsonb + dataformats: + - json-jsonb + javaTypes: + - org.apache.camel.component.jsonb.JsonbDataFormat + camel-quarkus-nsq: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-nsq schemes: - - id: github + - id: nsq http: false passive: false javaTypes: - - org.apache.camel.component.github.GitHubComponent - camel-quarkus-corda: + - org.apache.camel.component.nsq.NsqComponent + camel-quarkus-xpath: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-corda + artifactId: camel-quarkus-xpath + languages: + - xpath + javaTypes: + - org.apache.camel.language.xpath.XPathLanguage + camel-quarkus-facebook: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-facebook schemes: - - id: corda + - id: facebook http: false passive: false javaTypes: - - org.apache.camel.component.corda.CordaComponent - camel-quarkus-xml-jaxp: + - org.apache.camel.component.facebook.FacebookComponent + camel-quarkus-ognl: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xml-jaxp + artifactId: camel-quarkus-ognl languages: - - xtokenize + - ognl javaTypes: - - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage - camel-quarkus-ldif: + - org.apache.camel.language.ognl.OgnlLanguage + camel-quarkus-consul: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ldif + artifactId: camel-quarkus-consul schemes: - - id: ldif + - id: consul http: false passive: false javaTypes: - - org.apache.camel.component.ldif.LdifComponent - camel-quarkus-aws-ec2: + - org.apache.camel.component.consul.ConsulComponent + camel-quarkus-jdbc: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-ec2 + artifactId: camel-quarkus-jdbc schemes: - - id: aws-ec2 + - id: jdbc http: false passive: false javaTypes: - - org.apache.camel.component.aws.ec2.EC2Component - camel-quarkus-web3j: + - org.apache.camel.component.jdbc.JdbcComponent + camel-quarkus-vertx: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-web3j + artifactId: camel-quarkus-vertx schemes: - - id: web3j + - id: vertx http: false passive: false javaTypes: - - org.apache.camel.component.web3j.Web3jComponent - camel-quarkus-ignite: + - org.apache.camel.component.vertx.VertxComponent + camel-quarkus-controlbus: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ignite + artifactId: camel-quarkus-controlbus schemes: - - id: ignite-events + - id: controlbus http: false - passive: false - - id: ignite-queue + passive: true + javaTypes: + - org.apache.camel.component.controlbus.ControlBusComponent + camel-quarkus-weka: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-weka + schemes: + - id: weka http: false passive: false - - id: ignite-set + javaTypes: + - org.apache.camel.component.weka.WekaComponent + camel-quarkus-iec60870: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-iec60870 + schemes: + - id: iec60870-client http: false passive: false - - id: ignite-idgen + - id: iec60870-server http: false passive: false - - id: ignite-cache + javaTypes: + - org.apache.camel.component.iec60870.server.ServerComponent + - org.apache.camel.component.iec60870.client.ClientComponent + camel-quarkus-mock: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mock + schemes: + - id: mock http: false - passive: false - - id: ignite-compute + passive: true + javaTypes: + - org.apache.camel.component.mock.MockComponent + camel-quarkus-aws2-ddb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-ddb + schemes: + - id: aws2-ddbstream http: false passive: false - - id: ignite-messaging + - id: aws2-ddb http: false passive: false javaTypes: - - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent - - org.apache.camel.component.ignite.set.IgniteSetComponent - - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent - - org.apache.camel.component.ignite.queue.IgniteQueueComponent - - org.apache.camel.component.ignite.compute.IgniteComputeComponent - - org.apache.camel.component.ignite.events.IgniteEventsComponent - - org.apache.camel.component.ignite.cache.IgniteCacheComponent - camel-quarkus-mongodb-gridfs: + - org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent + - org.apache.camel.component.aws2.ddb.Ddb2Component + camel-quarkus-jpa: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mongodb-gridfs + artifactId: camel-quarkus-jpa schemes: - - id: mongodb-gridfs + - id: jpa http: false passive: false javaTypes: - - org.apache.camel.component.mongodb.gridfs.GridFsComponent - camel-quarkus-cron: + - org.apache.camel.component.jpa.JpaComponent + camel-quarkus-pulsar: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cron + artifactId: camel-quarkus-pulsar schemes: - - id: cron + - id: pulsar http: false passive: false javaTypes: - - org.apache.camel.component.cron.CronComponent - camel-quarkus-azure-storage-queue: + - org.apache.camel.component.pulsar.PulsarComponent + camel-quarkus-guava-eventbus: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-azure-storage-queue + artifactId: camel-quarkus-guava-eventbus schemes: - - id: azure-storage-queue + - id: guava-eventbus http: false passive: false javaTypes: - - org.apache.camel.component.azure.storage.queue.QueueComponent - camel-quarkus-reactive-streams: + - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent + camel-quarkus-amqp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-reactive-streams + artifactId: camel-quarkus-amqp schemes: - - id: reactive-streams + - id: amqp http: false passive: false javaTypes: - - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent - camel-quarkus-rabbitmq: + - org.apache.camel.component.amqp.AMQPComponent + camel-quarkus-flink: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rabbitmq + artifactId: camel-quarkus-flink schemes: - - id: rabbitmq + - id: flink http: false passive: false javaTypes: - - org.apache.camel.component.rabbitmq.RabbitMQComponent - camel-quarkus-chatscript: + - org.apache.camel.component.flink.FlinkComponent + camel-quarkus-debezium-postgres: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-chatscript + artifactId: camel-quarkus-debezium-postgres schemes: - - id: chatscript + - id: debezium-postgres http: false passive: false javaTypes: - - org.apache.camel.component.chatscript.ChatScriptComponent - camel-quarkus-aws-translate: + - org.apache.camel.component.debezium.DebeziumPostgresComponent + camel-quarkus-aws-iam: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-translate + artifactId: camel-quarkus-aws-iam schemes: - - id: aws-translate + - id: aws-iam http: false passive: false javaTypes: - - org.apache.camel.component.aws.translate.TranslateComponent - camel-quarkus-azure: + - org.apache.camel.component.aws.iam.IAMComponent + camel-quarkus-syslog: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-azure + artifactId: camel-quarkus-syslog + dataformats: + - syslog + javaTypes: + - org.apache.camel.component.syslog.SyslogDataFormat + camel-quarkus-smpp: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-smpp schemes: - - id: azure-blob + - id: smpp http: false passive: false - - id: azure-queue + - id: smpps http: false passive: false javaTypes: - - org.apache.camel.component.azure.queue.QueueServiceComponent - - org.apache.camel.component.azure.blob.BlobServiceComponent - camel-quarkus-xmlsecurity: + - org.apache.camel.component.smpp.SmppComponent + camel-quarkus-zip-deflater: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xmlsecurity + artifactId: camel-quarkus-zip-deflater + dataformats: + - zipdeflater + - gzipdeflater + javaTypes: + - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat + - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat + camel-quarkus-workday: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-workday schemes: - - id: xmlsecurity-verify + - id: workday http: false passive: false - - id: xmlsecurity-sign + javaTypes: + - org.apache.camel.component.workday.WorkdayComponent + camel-quarkus-couchdb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-couchdb + schemes: + - id: couchdb http: false passive: false - dataformats: - - secureXML javaTypes: - - org.apache.camel.component.xmlsecurity.XmlSignerComponent - - org.apache.camel.component.xmlsecurity.XmlVerifierComponent - - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat - camel-quarkus-groovy: + - org.apache.camel.component.couchdb.CouchDbComponent + camel-quarkus-grok: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-groovy - languages: - - groovy + artifactId: camel-quarkus-grok + dataformats: + - grok javaTypes: - - org.apache.camel.language.groovy.GroovyLanguage - camel-quarkus-rest: + - org.apache.camel.component.grok.GrokDataFormat + camel-quarkus-aws-s3: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest + artifactId: camel-quarkus-aws-s3 schemes: - - id: rest - http: true - passive: false - - id: rest-api + - id: aws-s3 http: false passive: false javaTypes: - - org.apache.camel.component.rest.RestComponent - - org.apache.camel.component.rest.RestApiComponent - camel-quarkus-xslt: + - org.apache.camel.component.aws.s3.S3Component + camel-quarkus-bean: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xslt + artifactId: camel-quarkus-bean schemes: - - id: xslt + - id: bean http: false - passive: false + passive: true + - id: class + http: false + passive: true + languages: + - bean javaTypes: - - org.apache.camel.component.xslt.XsltComponent - camel-quarkus-beanstalk: + - org.apache.camel.language.bean.BeanLanguage + - org.apache.camel.component.bean.BeanComponent + - org.apache.camel.component.beanclass.ClassComponent + camel-quarkus-direct: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-beanstalk + artifactId: camel-quarkus-direct schemes: - - id: beanstalk + - id: direct http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.beanstalk.BeanstalkComponent - camel-quarkus-saga: + - org.apache.camel.component.direct.DirectComponent + camel-quarkus-xj: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-saga + artifactId: camel-quarkus-xj schemes: - - id: saga + - id: xj http: false passive: false javaTypes: - - org.apache.camel.component.saga.SagaComponent - camel-quarkus-fop: + - org.apache.camel.component.xj.XJComponent + camel-quarkus-fastjson: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-fop - schemes: - - id: fop - http: false - passive: false + artifactId: camel-quarkus-fastjson + dataformats: + - json-fastjson javaTypes: - - org.apache.camel.component.fop.FopComponent - camel-quarkus-johnzon: + - org.apache.camel.component.fastjson.FastjsonDataFormat + camel-quarkus-snakeyaml: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-johnzon + artifactId: camel-quarkus-snakeyaml dataformats: - - json-johnzon + - yaml-snakeyaml javaTypes: - - org.apache.camel.component.johnzon.JohnzonDataFormat - camel-quarkus-solr: + - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat + camel-quarkus-debezium-sqlserver: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-solr + artifactId: camel-quarkus-debezium-sqlserver schemes: - - id: solr - http: false - passive: false - - id: solrCloud - http: false - passive: false - - id: solrs + - id: debezium-sqlserver http: false passive: false javaTypes: - - org.apache.camel.component.solr.SolrComponent - camel-quarkus-quickfix: + - org.apache.camel.component.debezium.DebeziumSqlserverComponent + camel-quarkus-aws2-msk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-quickfix + artifactId: camel-quarkus-aws2-msk schemes: - - id: quickfix + - id: aws2-msk http: false passive: false javaTypes: - - org.apache.camel.component.quickfixj.QuickfixjComponent - camel-quarkus-jclouds: + - org.apache.camel.component.aws2.msk.MSK2Component + camel-quarkus-stax: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jclouds + artifactId: camel-quarkus-stax schemes: - - id: jclouds + - id: stax http: false passive: false javaTypes: - - org.apache.camel.component.jclouds.JcloudsComponent - camel-quarkus-rest-openapi: + - org.apache.camel.component.stax.StAXComponent + camel-quarkus-aws-kms: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rest-openapi + artifactId: camel-quarkus-aws-kms schemes: - - id: rest-openapi + - id: aws-kms http: false passive: false javaTypes: - - org.apache.camel.component.rest.openapi.RestOpenApiComponent - camel-quarkus-file-watch: + - org.apache.camel.component.aws.kms.KMSComponent + camel-quarkus-ipfs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-file-watch + artifactId: camel-quarkus-ipfs schemes: - - id: file-watch + - id: ipfs http: false passive: false javaTypes: - - org.apache.camel.component.file.watch.FileWatchComponent - camel-quarkus-robotframework: + - org.apache.camel.component.ipfs.IPFSComponent + camel-quarkus-grpc: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-robotframework + artifactId: camel-quarkus-grpc schemes: - - id: robotframework - http: false + - id: grpc + http: true passive: false javaTypes: - - org.apache.camel.component.robotframework.RobotFrameworkComponent - camel-quarkus-file: + - org.apache.camel.component.grpc.GrpcComponent + camel-quarkus-servicenow: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-file + artifactId: camel-quarkus-servicenow schemes: - - id: file + - id: servicenow http: false passive: false javaTypes: - - org.apache.camel.component.file.FileComponent - camel-quarkus-mybatis: + - org.apache.camel.component.servicenow.ServiceNowComponent + camel-quarkus-sap-netweaver: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mybatis + artifactId: camel-quarkus-sap-netweaver schemes: - - id: mybatis-bean - http: false - passive: false - - id: mybatis + - id: sap-netweaver http: false passive: false javaTypes: - - org.apache.camel.component.mybatis.MyBatisComponent - - org.apache.camel.component.mybatis.MyBatisBeanComponent - camel-quarkus-cbor: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cbor - dataformats: - - cbor - javaTypes: - - org.apache.camel.component.cbor.CBORDataFormat - camel-quarkus-elsql: + - org.apache.camel.component.sap.netweaver.NetWeaverComponent + camel-quarkus-aws-sdb: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-elsql + artifactId: camel-quarkus-aws-sdb schemes: - - id: elsql + - id: aws-sdb http: false passive: false javaTypes: - - org.apache.camel.component.elsql.ElsqlComponent - camel-quarkus-micrometer: + - org.apache.camel.component.aws.sdb.SdbComponent + camel-quarkus-hbase: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-micrometer + artifactId: camel-quarkus-hbase schemes: - - id: micrometer + - id: hbase http: false passive: false javaTypes: - - org.apache.camel.component.micrometer.MicrometerComponent - camel-quarkus-netty: + - org.apache.camel.component.hbase.HBaseComponent + camel-quarkus-yammer: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-netty + artifactId: camel-quarkus-yammer schemes: - - id: netty + - id: yammer http: false passive: false javaTypes: - - org.apache.camel.component.netty.NettyComponent - camel-quarkus-jolt: + - org.apache.camel.component.yammer.YammerComponent + camel-quarkus-jgroups: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jolt + artifactId: camel-quarkus-jgroups schemes: - - id: jolt + - id: jgroups http: false passive: false javaTypes: - - org.apache.camel.component.jolt.JoltComponent - camel-quarkus-http: + - org.apache.camel.component.jgroups.JGroupsComponent + camel-quarkus-dataformat: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-http + artifactId: camel-quarkus-dataformat schemes: - - id: https - http: false - passive: false - - id: http + - id: dataformat http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.http.HttpComponent - camel-quarkus-telegram: + - org.apache.camel.component.dataformat.DataFormatComponent + camel-quarkus-jing: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-telegram + artifactId: camel-quarkus-jing schemes: - - id: telegram + - id: jing http: false passive: false javaTypes: - - org.apache.camel.component.telegram.TelegramComponent - camel-quarkus-ganglia: + - org.apache.camel.component.validator.jing.JingComponent + camel-quarkus-jaxb: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ganglia + artifactId: camel-quarkus-jaxb + dataformats: + - jaxb + javaTypes: + - org.apache.camel.converter.jaxb.JaxbDataFormat + camel-quarkus-scheduler: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-scheduler schemes: - - id: ganglia + - id: scheduler http: false passive: false javaTypes: - - org.apache.camel.component.ganglia.GangliaComponent - camel-quarkus-aws2-kinesis: + - org.apache.camel.component.scheduler.SchedulerComponent + camel-quarkus-weather: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-kinesis + artifactId: camel-quarkus-weather schemes: - - id: aws2-kinesis - http: false - passive: false - - id: aws2-kinesis-firehose + - id: weather http: false passive: false javaTypes: - - org.apache.camel.component.aws2.kinesis.Kinesis2Component - - org.apache.camel.component.aws2.firehose.KinesisFirehose2Component - camel-quarkus-twitter: + - org.apache.camel.component.weather.WeatherComponent + camel-quarkus-aws2-eks: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-twitter + artifactId: camel-quarkus-aws2-eks schemes: - - id: twitter-search - http: false - passive: false - - id: twitter-timeline + - id: aws2-eks http: false passive: false - - id: twitter-directmessage + javaTypes: + - org.apache.camel.component.aws2.eks.EKS2Component + camel-quarkus-jsonapi: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsonapi + dataformats: + - jsonApi + javaTypes: + - org.apache.camel.component.jsonapi.JsonApiDataFormat + camel-quarkus-iota: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-iota + schemes: + - id: iota http: false passive: false javaTypes: - - org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent - - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent - - org.apache.camel.component.twitter.search.TwitterSearchComponent - camel-quarkus-aws-swf: + - org.apache.camel.component.iota.IOTAComponent + camel-quarkus-jt400: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-swf + artifactId: camel-quarkus-jt400 schemes: - - id: aws-swf + - id: jt400 http: false passive: false javaTypes: - - org.apache.camel.component.aws.swf.SWFComponent - camel-quarkus-pubnub: + - org.apache.camel.component.jt400.Jt400Component + camel-quarkus-aws2-sqs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-pubnub + artifactId: camel-quarkus-aws2-sqs schemes: - - id: pubnub + - id: aws2-sqs http: false passive: false javaTypes: - - org.apache.camel.component.pubnub.PubNubComponent + - org.apache.camel.component.aws2.sqs.Sqs2Component camel-quarkus-stub: groupId: org.apache.camel.quarkus artifactId: camel-quarkus-stub @@ -565,2381 +629,2310 @@ spec: passive: true javaTypes: - org.apache.camel.component.stub.StubComponent - camel-quarkus-aws2-sqs: + camel-quarkus-pubnub: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-sqs + artifactId: camel-quarkus-pubnub schemes: - - id: aws2-sqs + - id: pubnub http: false passive: false javaTypes: - - org.apache.camel.component.aws2.sqs.Sqs2Component - camel-quarkus-jt400: + - org.apache.camel.component.pubnub.PubNubComponent + camel-quarkus-aws-swf: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jt400 + artifactId: camel-quarkus-aws-swf schemes: - - id: jt400 + - id: aws-swf http: false passive: false javaTypes: - - org.apache.camel.component.jt400.Jt400Component - camel-quarkus-iota: + - org.apache.camel.component.aws.swf.SWFComponent + camel-quarkus-twitter: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-iota + artifactId: camel-quarkus-twitter schemes: - - id: iota + - id: twitter-directmessage + http: false + passive: false + - id: twitter-timeline + http: false + passive: false + - id: twitter-search http: false passive: false javaTypes: - - org.apache.camel.component.iota.IOTAComponent - camel-quarkus-jsonapi: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsonapi - dataformats: - - jsonApi - javaTypes: - - org.apache.camel.component.jsonapi.JsonApiDataFormat - camel-quarkus-aws2-eks: + - org.apache.camel.component.twitter.search.TwitterSearchComponent + - org.apache.camel.component.twitter.timeline.TwitterTimelineComponent + - org.apache.camel.component.twitter.directmessage.TwitterDirectMessageComponent + camel-quarkus-aws2-kinesis: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-eks + artifactId: camel-quarkus-aws2-kinesis schemes: - - id: aws2-eks + - id: aws2-kinesis-firehose + http: false + passive: false + - id: aws2-kinesis http: false passive: false javaTypes: - - org.apache.camel.component.aws2.eks.EKS2Component - camel-quarkus-weather: + - org.apache.camel.component.aws2.firehose.KinesisFirehose2Component + - org.apache.camel.component.aws2.kinesis.Kinesis2Component + camel-quarkus-ganglia: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-weather + artifactId: camel-quarkus-ganglia schemes: - - id: weather + - id: ganglia http: false passive: false javaTypes: - - org.apache.camel.component.weather.WeatherComponent - camel-quarkus-scheduler: + - org.apache.camel.component.ganglia.GangliaComponent + camel-quarkus-telegram: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-scheduler + artifactId: camel-quarkus-telegram schemes: - - id: scheduler + - id: telegram http: false passive: false javaTypes: - - org.apache.camel.component.scheduler.SchedulerComponent - camel-quarkus-jaxb: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jaxb - dataformats: - - jaxb - javaTypes: - - org.apache.camel.converter.jaxb.JaxbDataFormat - camel-quarkus-jing: + - org.apache.camel.component.telegram.TelegramComponent + camel-quarkus-http: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jing + artifactId: camel-quarkus-http schemes: - - id: jing + - id: http + http: false + passive: false + - id: https http: false passive: false javaTypes: - - org.apache.camel.component.validator.jing.JingComponent - camel-quarkus-dataformat: + - org.apache.camel.component.http.HttpComponent + camel-quarkus-jolt: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-dataformat + artifactId: camel-quarkus-jolt schemes: - - id: dataformat + - id: jolt http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.dataformat.DataFormatComponent - camel-quarkus-jgroups: + - org.apache.camel.component.jolt.JoltComponent + camel-quarkus-netty: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jgroups + artifactId: camel-quarkus-netty schemes: - - id: jgroups + - id: netty http: false passive: false javaTypes: - - org.apache.camel.component.jgroups.JGroupsComponent - camel-quarkus-yammer: + - org.apache.camel.component.netty.NettyComponent + camel-quarkus-micrometer: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-yammer + artifactId: camel-quarkus-micrometer schemes: - - id: yammer + - id: micrometer http: false passive: false javaTypes: - - org.apache.camel.component.yammer.YammerComponent - camel-quarkus-hbase: + - org.apache.camel.component.micrometer.MicrometerComponent + camel-quarkus-elsql: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-hbase + artifactId: camel-quarkus-elsql schemes: - - id: hbase + - id: elsql http: false passive: false javaTypes: - - org.apache.camel.component.hbase.HBaseComponent - camel-quarkus-aws-sdb: + - org.apache.camel.component.elsql.ElsqlComponent + camel-quarkus-cbor: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-sdb + artifactId: camel-quarkus-cbor + dataformats: + - cbor + javaTypes: + - org.apache.camel.component.cbor.CBORDataFormat + camel-quarkus-mybatis: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mybatis schemes: - - id: aws-sdb + - id: mybatis + http: false + passive: false + - id: mybatis-bean http: false passive: false javaTypes: - - org.apache.camel.component.aws.sdb.SdbComponent - camel-quarkus-sap-netweaver: + - org.apache.camel.component.mybatis.MyBatisBeanComponent + - org.apache.camel.component.mybatis.MyBatisComponent + camel-quarkus-file: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-sap-netweaver + artifactId: camel-quarkus-file schemes: - - id: sap-netweaver + - id: file http: false passive: false javaTypes: - - org.apache.camel.component.sap.netweaver.NetWeaverComponent - camel-quarkus-servicenow: + - org.apache.camel.component.file.FileComponent + camel-quarkus-robotframework: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-servicenow + artifactId: camel-quarkus-robotframework schemes: - - id: servicenow + - id: robotframework http: false passive: false javaTypes: - - org.apache.camel.component.servicenow.ServiceNowComponent - camel-quarkus-grpc: + - org.apache.camel.component.robotframework.RobotFrameworkComponent + camel-quarkus-file-watch: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-grpc + artifactId: camel-quarkus-file-watch schemes: - - id: grpc - http: true + - id: file-watch + http: false passive: false javaTypes: - - org.apache.camel.component.grpc.GrpcComponent - camel-quarkus-ipfs: + - org.apache.camel.component.file.watch.FileWatchComponent + camel-quarkus-rest-openapi: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ipfs + artifactId: camel-quarkus-rest-openapi schemes: - - id: ipfs + - id: rest-openapi http: false passive: false javaTypes: - - org.apache.camel.component.ipfs.IPFSComponent - camel-quarkus-aws-kms: + - org.apache.camel.component.rest.openapi.RestOpenApiComponent + camel-quarkus-jclouds: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-kms + artifactId: camel-quarkus-jclouds schemes: - - id: aws-kms + - id: jclouds http: false passive: false javaTypes: - - org.apache.camel.component.aws.kms.KMSComponent - camel-quarkus-stax: + - org.apache.camel.component.jclouds.JcloudsComponent + camel-quarkus-quickfix: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-stax + artifactId: camel-quarkus-quickfix schemes: - - id: stax + - id: quickfix http: false passive: false javaTypes: - - org.apache.camel.component.stax.StAXComponent - camel-quarkus-aws2-msk: + - org.apache.camel.component.quickfixj.QuickfixjComponent + camel-quarkus-solr: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-msk + artifactId: camel-quarkus-solr schemes: - - id: aws2-msk + - id: solrs http: false passive: false - javaTypes: - - org.apache.camel.component.aws2.msk.MSK2Component - camel-quarkus-debezium-sqlserver: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-debezium-sqlserver - schemes: - - id: debezium-sqlserver + - id: solrCloud + http: false + passive: false + - id: solr http: false passive: false javaTypes: - - org.apache.camel.component.debezium.DebeziumSqlserverComponent - camel-quarkus-snakeyaml: + - org.apache.camel.component.solr.SolrComponent + camel-quarkus-johnzon: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-snakeyaml + artifactId: camel-quarkus-johnzon dataformats: - - yaml-snakeyaml + - json-johnzon javaTypes: - - org.apache.camel.component.snakeyaml.SnakeYAMLDataFormat - camel-quarkus-fastjson: + - org.apache.camel.component.johnzon.JohnzonDataFormat + camel-quarkus-fop: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-fastjson - dataformats: - - json-fastjson + artifactId: camel-quarkus-fop + schemes: + - id: fop + http: false + passive: false javaTypes: - - org.apache.camel.component.fastjson.FastjsonDataFormat - camel-quarkus-xj: + - org.apache.camel.component.fop.FopComponent + camel-quarkus-saga: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xj + artifactId: camel-quarkus-saga schemes: - - id: xj + - id: saga http: false passive: false javaTypes: - - org.apache.camel.component.xj.XJComponent - camel-quarkus-direct: + - org.apache.camel.component.saga.SagaComponent + camel-quarkus-beanstalk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-direct + artifactId: camel-quarkus-beanstalk schemes: - - id: direct + - id: beanstalk http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.direct.DirectComponent - camel-quarkus-bean: + - org.apache.camel.component.beanstalk.BeanstalkComponent + camel-quarkus-xslt: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-bean + artifactId: camel-quarkus-xslt schemes: - - id: bean - http: false - passive: true - - id: class + - id: xslt http: false - passive: true - languages: - - bean + passive: false javaTypes: - - org.apache.camel.component.beanclass.ClassComponent - - org.apache.camel.component.bean.BeanComponent - - org.apache.camel.language.bean.BeanLanguage - camel-quarkus-aws-s3: + - org.apache.camel.component.xslt.XsltComponent + camel-quarkus-rest: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-s3 + artifactId: camel-quarkus-rest schemes: - - id: aws-s3 + - id: rest-api http: false passive: false + - id: rest + http: true + passive: false javaTypes: - - org.apache.camel.component.aws.s3.S3Component - camel-quarkus-grok: + - org.apache.camel.component.rest.RestApiComponent + - org.apache.camel.component.rest.RestComponent + camel-quarkus-groovy: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-grok - dataformats: - - grok + artifactId: camel-quarkus-groovy + languages: + - groovy javaTypes: - - org.apache.camel.component.grok.GrokDataFormat - camel-quarkus-couchdb: + - org.apache.camel.language.groovy.GroovyLanguage + camel-quarkus-xmlsecurity: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-couchdb + artifactId: camel-quarkus-xmlsecurity schemes: - - id: couchdb + - id: xmlsecurity-sign http: false passive: false - javaTypes: - - org.apache.camel.component.couchdb.CouchDbComponent - camel-quarkus-workday: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-workday - schemes: - - id: workday + - id: xmlsecurity-verify http: false passive: false - javaTypes: - - org.apache.camel.component.workday.WorkdayComponent - camel-quarkus-zip-deflater: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zip-deflater dataformats: - - gzipdeflater - - zipdeflater + - secureXML javaTypes: - - org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat - - org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat - camel-quarkus-smpp: + - org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat + - org.apache.camel.component.xmlsecurity.XmlVerifierComponent + - org.apache.camel.component.xmlsecurity.XmlSignerComponent + camel-quarkus-azure: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-smpp + artifactId: camel-quarkus-azure schemes: - - id: smpps + - id: azure-queue http: false passive: false - - id: smpp + - id: azure-blob http: false passive: false javaTypes: - - org.apache.camel.component.smpp.SmppComponent - camel-quarkus-syslog: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-syslog - dataformats: - - syslog - javaTypes: - - org.apache.camel.component.syslog.SyslogDataFormat - camel-quarkus-aws-iam: + - org.apache.camel.component.azure.blob.BlobServiceComponent + - org.apache.camel.component.azure.queue.QueueServiceComponent + camel-quarkus-aws-translate: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-iam + artifactId: camel-quarkus-aws-translate schemes: - - id: aws-iam + - id: aws-translate http: false passive: false javaTypes: - - org.apache.camel.component.aws.iam.IAMComponent - camel-quarkus-debezium-postgres: + - org.apache.camel.component.aws.translate.TranslateComponent + camel-quarkus-chatscript: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-debezium-postgres + artifactId: camel-quarkus-chatscript schemes: - - id: debezium-postgres + - id: chatscript http: false passive: false javaTypes: - - org.apache.camel.component.debezium.DebeziumPostgresComponent - camel-quarkus-flink: + - org.apache.camel.component.chatscript.ChatScriptComponent + camel-quarkus-rabbitmq: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-flink + artifactId: camel-quarkus-rabbitmq schemes: - - id: flink + - id: rabbitmq http: false passive: false javaTypes: - - org.apache.camel.component.flink.FlinkComponent - camel-quarkus-amqp: + - org.apache.camel.component.rabbitmq.RabbitMQComponent + camel-quarkus-reactive-streams: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-amqp + artifactId: camel-quarkus-reactive-streams schemes: - - id: amqp + - id: reactive-streams http: false passive: false javaTypes: - - org.apache.camel.component.amqp.AMQPComponent - camel-quarkus-guava-eventbus: + - org.apache.camel.component.reactive.streams.ReactiveStreamsComponent + camel-quarkus-azure-storage-queue: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-guava-eventbus + artifactId: camel-quarkus-azure-storage-queue schemes: - - id: guava-eventbus + - id: azure-storage-queue http: false passive: false javaTypes: - - org.apache.camel.component.guava.eventbus.GuavaEventBusComponent - camel-quarkus-pulsar: + - org.apache.camel.component.azure.storage.queue.QueueComponent + camel-quarkus-cron: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-pulsar + artifactId: camel-quarkus-cron schemes: - - id: pulsar + - id: cron http: false passive: false javaTypes: - - org.apache.camel.component.pulsar.PulsarComponent - camel-quarkus-jpa: + - org.apache.camel.component.cron.CronComponent + camel-quarkus-mongodb-gridfs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jpa + artifactId: camel-quarkus-mongodb-gridfs schemes: - - id: jpa + - id: mongodb-gridfs http: false passive: false javaTypes: - - org.apache.camel.component.jpa.JpaComponent - camel-quarkus-aws2-ddb: + - org.apache.camel.component.mongodb.gridfs.GridFsComponent + camel-quarkus-ignite: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-ddb + artifactId: camel-quarkus-ignite schemes: - - id: aws2-ddb + - id: ignite-queue http: false passive: false - - id: aws2-ddbstream + - id: ignite-events http: false passive: false - javaTypes: - - org.apache.camel.component.aws2.ddb.Ddb2Component - - org.apache.camel.component.aws2.ddbstream.Ddb2StreamComponent - camel-quarkus-mock: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mock - schemes: - - id: mock + - id: ignite-messaging http: false - passive: true - javaTypes: - - org.apache.camel.component.mock.MockComponent - camel-quarkus-iec60870: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-iec60870 - schemes: - - id: iec60870-server + passive: false + - id: ignite-compute http: false passive: false - - id: iec60870-client + - id: ignite-cache + http: false + passive: false + - id: ignite-idgen + http: false + passive: false + - id: ignite-set http: false passive: false javaTypes: - - org.apache.camel.component.iec60870.client.ClientComponent - - org.apache.camel.component.iec60870.server.ServerComponent - camel-quarkus-weka: + - org.apache.camel.component.ignite.set.IgniteSetComponent + - org.apache.camel.component.ignite.idgen.IgniteIdGenComponent + - org.apache.camel.component.ignite.cache.IgniteCacheComponent + - org.apache.camel.component.ignite.events.IgniteEventsComponent + - org.apache.camel.component.ignite.compute.IgniteComputeComponent + - org.apache.camel.component.ignite.queue.IgniteQueueComponent + - org.apache.camel.component.ignite.messaging.IgniteMessagingComponent + camel-quarkus-web3j: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-weka + artifactId: camel-quarkus-web3j schemes: - - id: weka + - id: web3j http: false passive: false javaTypes: - - org.apache.camel.component.weka.WekaComponent - camel-quarkus-controlbus: + - org.apache.camel.component.web3j.Web3jComponent + camel-quarkus-aws-ec2: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-controlbus + artifactId: camel-quarkus-aws-ec2 schemes: - - id: controlbus + - id: aws-ec2 http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.controlbus.ControlBusComponent - camel-quarkus-vertx: + - org.apache.camel.component.aws.ec2.EC2Component + camel-quarkus-ldif: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-vertx + artifactId: camel-quarkus-ldif schemes: - - id: vertx + - id: ldif http: false passive: false javaTypes: - - org.apache.camel.component.vertx.VertxComponent - camel-quarkus-jdbc: + - org.apache.camel.component.ldif.LdifComponent + camel-quarkus-xml-jaxp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jdbc + artifactId: camel-quarkus-xml-jaxp + languages: + - xtokenize + javaTypes: + - org.apache.camel.language.xtokenizer.XMLTokenizeLanguage + camel-quarkus-corda: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-corda schemes: - - id: jdbc + - id: corda http: false passive: false javaTypes: - - org.apache.camel.component.jdbc.JdbcComponent - camel-quarkus-consul: + - org.apache.camel.component.corda.CordaComponent + camel-quarkus-github: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-consul + artifactId: camel-quarkus-github schemes: - - id: consul + - id: github http: false passive: false javaTypes: - - org.apache.camel.component.consul.ConsulComponent - camel-quarkus-ognl: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ognl - languages: - - ognl - javaTypes: - - org.apache.camel.language.ognl.OgnlLanguage - camel-quarkus-facebook: + - org.apache.camel.component.github.GitHubComponent + camel-quarkus-aws2-eventbridge: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-facebook + artifactId: camel-quarkus-aws2-eventbridge schemes: - - id: facebook + - id: aws2-eventbridge http: false passive: false javaTypes: - - org.apache.camel.component.facebook.FacebookComponent - camel-quarkus-xpath: + - org.apache.camel.component.aws2.eventbridge.EventbridgeComponent + camel-quarkus-xmpp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xpath - languages: - - xpath + artifactId: camel-quarkus-xmpp + schemes: + - id: xmpp + http: false + passive: false javaTypes: - - org.apache.camel.language.xpath.XPathLanguage - camel-quarkus-nsq: + - org.apache.camel.component.xmpp.XmppComponent + camel-quarkus-aws-lambda: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-nsq + artifactId: camel-quarkus-aws-lambda schemes: - - id: nsq + - id: aws-lambda http: false passive: false javaTypes: - - org.apache.camel.component.nsq.NsqComponent - camel-quarkus-jsonb: + - org.apache.camel.component.aws.lambda.LambdaComponent + camel-quarkus-minio: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsonb - dataformats: - - json-jsonb + artifactId: camel-quarkus-minio + schemes: + - id: minio + http: false + passive: false javaTypes: - - org.apache.camel.component.jsonb.JsonbDataFormat - camel-quarkus-aws2-sns: + - org.apache.camel.component.minio.MinioComponent + camel-quarkus-atlasmap: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-sns + artifactId: camel-quarkus-atlasmap schemes: - - id: aws2-sns + - id: atlasmap http: false passive: false javaTypes: - - org.apache.camel.component.aws2.sns.Sns2Component - camel-quarkus-mvel: + - org.apache.camel.component.atlasmap.AtlasMapComponent + camel-quarkus-aws2-sts: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mvel + artifactId: camel-quarkus-aws2-sts schemes: - - id: mvel + - id: aws2-sts http: false passive: false - languages: - - mvel javaTypes: - - org.apache.camel.component.mvel.MvelComponent - - org.apache.camel.language.mvel.MvelLanguage - camel-quarkus-univocity-parsers: + - org.apache.camel.component.aws2.sts.STS2Component + camel-quarkus-tarfile: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-univocity-parsers + artifactId: camel-quarkus-tarfile dataformats: - - univocity-csv - - univocity-tsv - - univocity-fixed - javaTypes: - - org.apache.camel.dataformat.univocity.UniVocityTsvDataFormat - - org.apache.camel.dataformat.univocity.UniVocityFixedWidthDataFormat - - org.apache.camel.dataformat.univocity.UniVocityCsvDataFormat - camel-quarkus-ref: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ref - schemes: - - id: ref - http: false - passive: true + - tarfile javaTypes: - - org.apache.camel.component.ref.RefComponent - camel-quarkus-lzf: + - org.apache.camel.dataformat.tarfile.TarFileDataFormat + camel-quarkus-avro: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-lzf + artifactId: camel-quarkus-avro dataformats: - - lzf + - avro javaTypes: - - org.apache.camel.dataformat.lzf.LZFDataFormat - camel-quarkus-paho: + - org.apache.camel.dataformat.avro.AvroDataFormat + camel-quarkus-msv: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-paho + artifactId: camel-quarkus-msv schemes: - - id: paho + - id: msv http: false passive: false javaTypes: - - org.apache.camel.component.paho.PahoComponent - camel-quarkus-vm: + - org.apache.camel.component.validator.msv.MsvComponent + camel-quarkus-spark: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-vm + artifactId: camel-quarkus-spark schemes: - - id: vm + - id: spark http: false - passive: true - javaTypes: - - org.apache.camel.component.vm.VmComponent - camel-quarkus-bindy: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-bindy - dataformats: - - bindy-csv - - bindy-fixed - - bindy-kvp + passive: false javaTypes: - - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat - - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat - - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat - camel-quarkus-jslt: + - org.apache.camel.component.spark.SparkComponent + camel-quarkus-saxon: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jslt + artifactId: camel-quarkus-saxon schemes: - - id: jslt + - id: xquery http: false passive: false + languages: + - xquery javaTypes: - - org.apache.camel.component.jslt.JsltComponent - camel-quarkus-apns: + - org.apache.camel.component.xquery.XQueryComponent + - org.apache.camel.language.xquery.XQueryLanguage + camel-quarkus-caffeine: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-apns + artifactId: camel-quarkus-caffeine schemes: - - id: apns + - id: caffeine-loadcache + http: false + passive: false + - id: caffeine-cache http: false passive: false javaTypes: - - org.apache.camel.component.apns.ApnsComponent - camel-quarkus-optaplanner: + - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent + - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent + camel-quarkus-elasticsearch-rest: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-optaplanner + artifactId: camel-quarkus-elasticsearch-rest schemes: - - id: optaplanner + - id: elasticsearch-rest http: false passive: false javaTypes: - - org.apache.camel.component.optaplanner.OptaPlannerComponent - camel-quarkus-xstream: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xstream - dataformats: - - json-xstream - - xstream - javaTypes: - - org.apache.camel.dataformat.xstream.XStreamDataFormat - - org.apache.camel.dataformat.xstream.JsonDataFormat - camel-quarkus-debezium-mongodb: + - org.apache.camel.component.elasticsearch.ElasticsearchComponent + camel-quarkus-bean-validator: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-debezium-mongodb + artifactId: camel-quarkus-bean-validator schemes: - - id: debezium-mongodb + - id: bean-validator http: false passive: false javaTypes: - - org.apache.camel.component.debezium.DebeziumMongodbComponent - camel-quarkus-jacksonxml: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jacksonxml - dataformats: - - jacksonxml - javaTypes: - - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat - camel-quarkus-zookeeper-master: + - org.apache.camel.component.bean.validator.BeanValidatorComponent + camel-quarkus-jira: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zookeeper-master + artifactId: camel-quarkus-jira schemes: - - id: zookeeper-master + - id: jira http: false passive: false javaTypes: - - org.apache.camel.component.zookeepermaster.MasterComponent - camel-k-knative: - groupId: org.apache.camel.k - artifactId: camel-k-knative + - org.apache.camel.component.jira.JiraComponent + camel-quarkus-sql: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-sql schemes: - - id: knative - http: true + - id: sql + http: false passive: false - producer: - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-knative-producer - consumer: - dependencies: - - groupId: org.apache.camel.k - artifactId: camel-k-knative-consumer - camel-quarkus-language: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-language - schemes: - - id: language + - id: sql-stored http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.language.LanguageComponent - camel-quarkus-schematron: + - org.apache.camel.component.sql.stored.SqlStoredComponent + - org.apache.camel.component.sql.SqlComponent + camel-quarkus-ehcache: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-schematron + artifactId: camel-quarkus-ehcache schemes: - - id: schematron + - id: ehcache http: false passive: false javaTypes: - - org.apache.camel.component.schematron.SchematronComponent - camel-quarkus-asn1: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-asn1 - dataformats: - - asn1 - javaTypes: - - org.apache.camel.dataformat.asn1.ASN1DataFormat - camel-quarkus-aws2-cw: + - org.apache.camel.component.ehcache.EhcacheComponent + camel-quarkus-aws2-iam: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-cw + artifactId: camel-quarkus-aws2-iam schemes: - - id: aws2-cw + - id: aws2-iam http: false passive: false javaTypes: - - org.apache.camel.component.aws2.cw.Cw2Component - camel-quarkus-sip: + - org.apache.camel.component.aws2.iam.IAM2Component + camel-quarkus-velocity: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-sip + artifactId: camel-quarkus-velocity schemes: - - id: sips - http: false - passive: false - - id: sip + - id: velocity http: false passive: false javaTypes: - - org.apache.camel.component.sip.SipComponent - camel-quarkus-thrift: + - org.apache.camel.component.velocity.VelocityComponent + camel-quarkus-core: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-thrift - schemes: - - id: thrift - http: false - passive: false - dataformats: - - thrift + artifactId: camel-quarkus-core + languages: + - exchangeProperty + - tokenize + - file + - header + - simple + - ref + - constant + - csimple javaTypes: - - org.apache.camel.dataformat.thrift.ThriftDataFormat - - org.apache.camel.component.thrift.ThriftComponent - camel-quarkus-jms: + - org.apache.camel.language.ref.RefLanguage + - org.apache.camel.language.simple.FileLanguage + - org.apache.camel.language.csimple.CSimpleLanguage + - org.apache.camel.language.constant.ConstantLanguage + - org.apache.camel.language.simple.SimpleLanguage + - org.apache.camel.language.header.HeaderLanguage + - org.apache.camel.language.property.ExchangePropertyLanguage + - org.apache.camel.language.tokenizer.TokenizeLanguage + camel-quarkus-debezium-mysql: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jms + artifactId: camel-quarkus-debezium-mysql schemes: - - id: jms + - id: debezium-mysql http: false passive: false javaTypes: - - org.apache.camel.component.jms.JmsComponent - camel-quarkus-pg-replication-slot: + - org.apache.camel.component.debezium.DebeziumMySqlComponent + camel-quarkus-jcr: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-pg-replication-slot + artifactId: camel-quarkus-jcr schemes: - - id: pg-replication-slot + - id: jcr http: false passive: false javaTypes: - - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent - camel-quarkus-quartz: + - org.apache.camel.component.jcr.JcrComponent + camel-quarkus-hdfs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-quartz + artifactId: camel-quarkus-hdfs schemes: - - id: quartz + - id: hdfs http: false passive: false javaTypes: - - org.apache.camel.component.quartz.QuartzComponent - camel-quarkus-etcd: + - org.apache.camel.component.hdfs.HdfsComponent + camel-quarkus-kudu: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-etcd + artifactId: camel-quarkus-kudu schemes: - - id: etcd-watch - http: false - passive: false - - id: etcd-stats - http: false - passive: false - - id: etcd-keys + - id: kudu http: false passive: false javaTypes: - - org.apache.camel.component.etcd.EtcdWatchComponent - - org.apache.camel.component.etcd.EtcdKeysComponent - - org.apache.camel.component.etcd.EtcdStatsComponent - camel-quarkus-as2: + - org.apache.camel.component.kudu.KuduComponent + camel-quarkus-jooq: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-as2 + artifactId: camel-quarkus-jooq schemes: - - id: as2 + - id: jooq http: false passive: false javaTypes: - - org.apache.camel.component.as2.AS2Component - camel-quarkus-atmos: + - org.apache.camel.component.jooq.JooqComponent + camel-quarkus-jsonpath: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-atmos - schemes: - - id: atmos - http: false - passive: false + artifactId: camel-quarkus-jsonpath + languages: + - jsonpath javaTypes: - - org.apache.camel.component.atmos.AtmosComponent - camel-k-kamelet-reify: - groupId: org.apache.camel.k - artifactId: camel-k-kamelet-reify + - org.apache.camel.jsonpath.JsonPathLanguage + camel-quarkus-hl7: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-hl7 + languages: + - hl7terser + dataformats: + - hl7 + javaTypes: + - org.apache.camel.component.hl7.Hl7TerserLanguage + - org.apache.camel.component.hl7.HL7DataFormat + camel-quarkus-disruptor: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-disruptor schemes: - - id: wrap + - id: disruptor http: false passive: false - camel-quarkus-xchange: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xchange - schemes: - - id: xchange + - id: disruptor-vm http: false passive: false javaTypes: - - org.apache.camel.component.xchange.XChangeComponent - camel-quarkus-ldap: + - org.apache.camel.component.disruptor.vm.DisruptorVmComponent + - org.apache.camel.component.disruptor.DisruptorComponent + camel-quarkus-graphql: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ldap + artifactId: camel-quarkus-graphql schemes: - - id: ldap + - id: graphql http: false passive: false javaTypes: - - org.apache.camel.component.ldap.LdapComponent - camel-quarkus-sjms2: + - org.apache.camel.component.graphql.GraphqlComponent + camel-quarkus-log: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-sjms2 + artifactId: camel-quarkus-log schemes: - - id: sjms2 + - id: log http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.sjms2.Sjms2Component - camel-quarkus-zookeeper: + - org.apache.camel.component.log.LogComponent + camel-quarkus-ahc: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zookeeper + artifactId: camel-quarkus-ahc schemes: - - id: zookeeper - http: false + - id: ahc + http: true passive: false javaTypes: - - org.apache.camel.component.zookeeper.ZooKeeperComponent - camel-quarkus-olingo4: + - org.apache.camel.component.ahc.AhcComponent + camel-quarkus-milo: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-olingo4 + artifactId: camel-quarkus-milo schemes: - - id: olingo4 + - id: milo-server http: false passive: false - javaTypes: - - org.apache.camel.component.olingo4.Olingo4Component - camel-quarkus-aws-sqs: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-sqs - schemes: - - id: aws-sqs + - id: milo-client http: false passive: false javaTypes: - - org.apache.camel.component.aws.sqs.SqsComponent - camel-quarkus-braintree: + - org.apache.camel.component.milo.client.MiloClientComponent + - org.apache.camel.component.milo.server.MiloServerComponent + camel-quarkus-atomix: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-braintree + artifactId: camel-quarkus-atomix schemes: - - id: braintree + - id: atomix-multimap http: false passive: false - javaTypes: - - org.apache.camel.component.braintree.BraintreeComponent - camel-quarkus-zendesk: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zendesk - schemes: - - id: zendesk + - id: atomix-map http: false passive: false - javaTypes: - - org.apache.camel.component.zendesk.ZendeskComponent - camel-quarkus-twilio: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-twilio - schemes: - - id: twilio + - id: atomix-queue http: false passive: false - javaTypes: - - org.apache.camel.component.twilio.TwilioComponent - camel-quarkus-activemq: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-activemq - schemes: - - id: activemq + - id: atomix-set http: false passive: false - javaTypes: - - org.apache.camel.component.activemq.ActiveMQComponent - camel-quarkus-nitrite: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-nitrite - schemes: - - id: nitrite + - id: atomix-messaging + http: false + passive: false + - id: atomix-value http: false passive: false javaTypes: - - org.apache.camel.component.nitrite.NitriteComponent - camel-quarkus-seda: + - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent + - org.apache.camel.component.atomix.client.map.AtomixMapComponent + - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent + - org.apache.camel.component.atomix.client.value.AtomixValueComponent + - org.apache.camel.component.atomix.client.set.AtomixSetComponent + - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent + camel-quarkus-fhir: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-seda + artifactId: camel-quarkus-fhir schemes: - - id: seda + - id: fhir http: false - passive: true + passive: false + dataformats: + - fhirXml + - fhirJson javaTypes: - - org.apache.camel.component.seda.SedaComponent - camel-quarkus-aws-eks: + - org.apache.camel.component.fhir.FhirComponent + - org.apache.camel.component.fhir.FhirXmlDataFormat + - org.apache.camel.component.fhir.FhirJsonDataFormat + camel-quarkus-csv: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-eks + artifactId: camel-quarkus-csv + dataformats: + - csv + javaTypes: + - org.apache.camel.dataformat.csv.CsvDataFormat + camel-quarkus-aws2-kms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-aws2-kms schemes: - - id: aws-eks + - id: aws2-kms http: false passive: false javaTypes: - - org.apache.camel.component.aws.eks.EKSComponent - camel-quarkus-dozer: + - org.apache.camel.component.aws2.kms.KMS2Component + camel-quarkus-lucene: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-dozer + artifactId: camel-quarkus-lucene schemes: - - id: dozer + - id: lucene http: false passive: false javaTypes: - - org.apache.camel.component.dozer.DozerComponent - camel-quarkus-splunk: + - org.apache.camel.component.lucene.LuceneComponent + camel-quarkus-splunk-hec: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-splunk + artifactId: camel-quarkus-splunk-hec schemes: - - id: splunk + - id: splunk-hec http: false passive: false javaTypes: - - org.apache.camel.component.splunk.SplunkComponent - camel-quarkus-google-drive: + - org.apache.camel.component.splunkhec.SplunkHECComponent + camel-quarkus-aws-ecs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-drive + artifactId: camel-quarkus-aws-ecs schemes: - - id: google-drive + - id: aws-ecs http: false passive: false javaTypes: - - org.apache.camel.component.google.drive.GoogleDriveComponent - camel-quarkus-sjms: + - org.apache.camel.component.aws.ecs.ECSComponent + camel-quarkus-jbpm: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-sjms + artifactId: camel-quarkus-jbpm schemes: - - id: sjms + - id: jbpm http: false passive: false - - id: sjms-batch + javaTypes: + - org.apache.camel.component.jbpm.JBPMComponent + camel-quarkus-salesforce: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-salesforce + schemes: + - id: salesforce http: false passive: false javaTypes: - - org.apache.camel.component.sjms.batch.SjmsBatchComponent - - org.apache.camel.component.sjms.SjmsComponent - camel-quarkus-ical: + - org.apache.camel.component.salesforce.SalesforceComponent + camel-quarkus-jcache: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ical - dataformats: - - ical + artifactId: camel-quarkus-jcache + schemes: + - id: jcache + http: false + passive: false javaTypes: - - org.apache.camel.component.ical.ICalDataFormat - camel-quarkus-cassandraql: + - org.apache.camel.component.jcache.JCacheComponent + camel-quarkus-vertx-websocket: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cassandraql + artifactId: camel-quarkus-vertx-websocket schemes: - - id: cql + - id: vertx-websocket http: false passive: false javaTypes: - - org.apache.camel.component.cassandra.CassandraComponent - camel-quarkus-jgroups-raft: + - org.apache.camel.component.vertx.websocket.VertxWebsocketComponent + camel-quarkus-google-calendar: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jgroups-raft + artifactId: camel-quarkus-google-calendar schemes: - - id: jgroups-raft + - id: google-calendar + http: false + passive: false + - id: google-calendar-stream http: false passive: false javaTypes: - - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent - camel-quarkus-mongodb: + - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent + - org.apache.camel.component.google.calendar.GoogleCalendarComponent + camel-quarkus-avro-rpc: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mongodb + artifactId: camel-quarkus-avro-rpc schemes: - - id: mongodb + - id: avro http: false passive: false javaTypes: - - org.apache.camel.component.mongodb.MongoDbComponent - camel-quarkus-dns: + - org.apache.camel.component.avro.AvroComponent + camel-quarkus-browse: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-dns + artifactId: camel-quarkus-browse schemes: - - id: dns + - id: browse + http: false + passive: true + javaTypes: + - org.apache.camel.component.browse.BrowseComponent + camel-quarkus-stream: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-stream + schemes: + - id: stream http: false passive: false javaTypes: - - org.apache.camel.component.dns.DnsComponent - camel-k-webhook: - groupId: org.apache.camel.k - artifactId: camel-k-webhook + - org.apache.camel.component.stream.StreamComponent + camel-quarkus-kafka: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-kafka schemes: - - id: webhook - http: true - passive: true - camel-quarkus-chunk: + - id: kafka + http: false + passive: false + javaTypes: + - org.apache.camel.component.kafka.KafkaComponent + camel-quarkus-xslt-saxon: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-chunk + artifactId: camel-quarkus-xslt-saxon schemes: - - id: chunk + - id: xslt-saxon http: false passive: false javaTypes: - - org.apache.camel.component.chunk.ChunkComponent - camel-quarkus-cometd: + - org.apache.camel.component.xslt.saxon.XsltSaxonComponent + camel-quarkus-ssh: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cometd + artifactId: camel-quarkus-ssh schemes: - - id: cometds + - id: ssh http: false passive: false - - id: cometd + javaTypes: + - org.apache.camel.component.ssh.SshComponent + camel-quarkus-tika: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tika + schemes: + - id: tika http: false passive: false javaTypes: - - org.apache.camel.component.cometd.CometdComponent - camel-quarkus-drill: + - org.apache.camel.component.tika.TikaComponent + camel-quarkus-coap: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-drill + artifactId: camel-quarkus-coap schemes: - - id: drill + - id: coap+tcp + http: false + passive: false + - id: coap + http: false + passive: false + - id: coaps+tcp + http: false + passive: false + - id: coaps http: false passive: false javaTypes: - - org.apache.camel.component.drill.DrillComponent - camel-quarkus-soroush: + - org.apache.camel.coap.CoAPComponent + camel-quarkus-aws2-mq: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-soroush + artifactId: camel-quarkus-aws2-mq schemes: - - id: soroush + - id: aws2-mq http: false passive: false javaTypes: - - org.apache.camel.component.soroushbot.component.SoroushBotComponent - camel-quarkus-atom: + - org.apache.camel.component.aws2.mq.MQ2Component + camel-quarkus-beanio: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-atom + artifactId: camel-quarkus-beanio + dataformats: + - beanio + javaTypes: + - org.apache.camel.dataformat.beanio.BeanIODataFormat + camel-quarkus-jsch: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-jsch schemes: - - id: atom + - id: scp http: false passive: false javaTypes: - - org.apache.camel.component.atom.AtomComponent - camel-quarkus-pgevent: + - org.apache.camel.component.scp.ScpComponent + camel-quarkus-irc: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-pgevent + artifactId: camel-quarkus-irc schemes: - - id: pgevent + - id: irc http: false passive: false javaTypes: - - org.apache.camel.component.pgevent.PgEventComponent - camel-quarkus-geocoder: + - org.apache.camel.component.irc.IrcComponent + camel-quarkus-mllp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-geocoder + artifactId: camel-quarkus-mllp schemes: - - id: geocoder + - id: mllp http: false passive: false javaTypes: - - org.apache.camel.component.geocoder.GeoCoderComponent - camel-quarkus-gson: + - org.apache.camel.component.mllp.MllpComponent + camel-quarkus-ahc-ws: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-gson - dataformats: - - json-gson + artifactId: camel-quarkus-ahc-ws + schemes: + - id: ahc-wss + http: false + passive: false + - id: ahc-ws + http: true + passive: false javaTypes: - - org.apache.camel.component.gson.GsonDataFormat - camel-quarkus-rss: + - org.apache.camel.component.ahc.ws.WsComponent + camel-quarkus-aws2-translate: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-rss + artifactId: camel-quarkus-aws2-translate schemes: - - id: rss + - id: aws2-translate http: false passive: false - dataformats: - - rss javaTypes: - - org.apache.camel.dataformat.rss.RssDataFormat - - org.apache.camel.component.rss.RssComponent - camel-quarkus-exec: + - org.apache.camel.component.aws2.translate.Translate2Component + camel-quarkus-vertx-http: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-exec + artifactId: camel-quarkus-vertx-http schemes: - - id: exec + - id: vertx-http http: false passive: false javaTypes: - - org.apache.camel.component.exec.ExecComponent - camel-quarkus-base64: + - org.apache.camel.component.vertx.http.VertxHttpComponent + camel-quarkus-wordpress: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-base64 - dataformats: - - base64 + artifactId: camel-quarkus-wordpress + schemes: + - id: wordpress + http: false + passive: false javaTypes: - - org.apache.camel.dataformat.base64.Base64DataFormat - camel-quarkus-infinispan: + - org.apache.camel.component.wordpress.WordpressComponent + camel-quarkus-box: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-infinispan + artifactId: camel-quarkus-box schemes: - - id: infinispan + - id: box http: false passive: false javaTypes: - - org.apache.camel.component.infinispan.InfinispanComponent - camel-quarkus-nats: + - org.apache.camel.component.box.BoxComponent + camel-quarkus-hazelcast: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-nats + artifactId: camel-quarkus-hazelcast schemes: - - id: nats + - id: hazelcast-seda + http: false + passive: false + - id: hazelcast-multimap + http: false + passive: false + - id: hazelcast-topic + http: false + passive: false + - id: hazelcast-replicatedmap + http: false + passive: false + - id: hazelcast-atomicvalue + http: false + passive: false + - id: hazelcast-ringbuffer + http: false + passive: false + - id: hazelcast-instance + http: false + passive: false + - id: hazelcast-list + http: false + passive: false + - id: hazelcast-queue + http: false + passive: false + - id: hazelcast-set + http: false + passive: false + - id: hazelcast-map http: false passive: false javaTypes: - - org.apache.camel.component.nats.NatsComponent - camel-quarkus-microprofile-metrics: + - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent + - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent + - org.apache.camel.component.hazelcast.set.HazelcastSetComponent + - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent + - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent + - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent + - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent + - org.apache.camel.component.hazelcast.list.HazelcastListComponent + - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent + - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent + - org.apache.camel.component.hazelcast.map.HazelcastMapComponent + camel-quarkus-aws2-ses: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-microprofile-metrics + artifactId: camel-quarkus-aws2-ses schemes: - - id: microprofile-metrics + - id: aws2-ses http: false passive: false javaTypes: - - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent - camel-quarkus-asterisk: + - org.apache.camel.component.aws2.ses.Ses2Component + camel-quarkus-cmis: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-asterisk + artifactId: camel-quarkus-cmis schemes: - - id: asterisk + - id: cmis http: false passive: false javaTypes: - - org.apache.camel.component.asterisk.AsteriskComponent - camel-quarkus-azure-storage-blob: + - org.apache.camel.component.cmis.CMISComponent + camel-quarkus-google-pubsub: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-azure-storage-blob + artifactId: camel-quarkus-google-pubsub schemes: - - id: azure-storage-blob + - id: google-pubsub http: false passive: false javaTypes: - - org.apache.camel.component.azure.storage.blob.BlobComponent - camel-quarkus-protobuf: + - org.apache.camel.component.google.pubsub.GooglePubsubComponent + camel-quarkus-printer: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-protobuf - dataformats: - - protobuf + artifactId: camel-quarkus-printer + schemes: + - id: lpr + http: false + passive: false javaTypes: - - org.apache.camel.dataformat.protobuf.ProtobufDataFormat - camel-quarkus-tagsoup: + - org.apache.camel.component.printer.PrinterComponent + camel-quarkus-jackson: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tagsoup + artifactId: camel-quarkus-jackson dataformats: - - tidyMarkup + - json-jackson javaTypes: - - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat - camel-k-kamelet: - groupId: org.apache.camel.k - artifactId: camel-k-kamelet + - org.apache.camel.component.jackson.JacksonDataFormat + camel-quarkus-validator: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-validator schemes: - - id: kamelet + - id: validator http: false passive: true - camel-quarkus-influxdb: + javaTypes: + - org.apache.camel.component.validator.ValidatorComponent + camel-quarkus-ftp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-influxdb + artifactId: camel-quarkus-ftp schemes: - - id: influxdb + - id: ftp + http: false + passive: false + - id: ftps + http: false + passive: false + - id: sftp http: false passive: false javaTypes: - - org.apache.camel.component.influxdb.InfluxDbComponent - camel-quarkus-netty-http: + - org.apache.camel.component.file.remote.FtpComponent + - org.apache.camel.component.file.remote.FtpsComponent + - org.apache.camel.component.file.remote.SftpComponent + camel-quarkus-google-sheets: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-netty-http + artifactId: camel-quarkus-google-sheets schemes: - - id: netty-http - http: true + - id: google-sheets-stream + http: false + passive: false + - id: google-sheets + http: false passive: false javaTypes: - - org.apache.camel.component.netty.http.NettyHttpComponent - camel-quarkus-aws2-ecs: + - org.apache.camel.component.google.sheets.GoogleSheetsComponent + - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent + camel-quarkus-stomp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-ecs + artifactId: camel-quarkus-stomp schemes: - - id: aws2-ecs + - id: stomp http: false passive: false javaTypes: - - org.apache.camel.component.aws2.ecs.ECS2Component - camel-quarkus-zipfile: + - org.apache.camel.component.stomp.StompComponent + camel-quarkus-stringtemplate: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-zipfile - dataformats: - - zipfile + artifactId: camel-quarkus-stringtemplate + schemes: + - id: string-template + http: false + passive: false javaTypes: - - org.apache.camel.dataformat.zipfile.ZipFileDataFormat - camel-quarkus-flatpack: + - org.apache.camel.component.stringtemplate.StringTemplateComponent + camel-quarkus-aws2-lambda: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-flatpack + artifactId: camel-quarkus-aws2-lambda schemes: - - id: flatpack + - id: aws2-lambda http: false passive: false - dataformats: - - flatpack javaTypes: - - org.apache.camel.dataformat.flatpack.FlatpackDataFormat - - org.apache.camel.component.flatpack.FlatpackComponent - camel-quarkus-slack: + - org.apache.camel.component.aws2.lambda.Lambda2Component + camel-k-cron: + groupId: org.apache.camel.k + artifactId: camel-k-cron + schemes: + - id: cron + http: false + passive: false + camel-quarkus-pdf: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-slack + artifactId: camel-quarkus-pdf schemes: - - id: slack + - id: pdf http: false passive: false javaTypes: - - org.apache.camel.component.slack.SlackComponent - camel-quarkus-aws-sns: + - org.apache.camel.component.pdf.PdfComponent + camel-quarkus-kubernetes: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-sns + artifactId: camel-quarkus-kubernetes schemes: - - id: aws-sns + - id: kubernetes-job + http: false + passive: false + - id: kubernetes-replication-controllers + http: false + passive: false + - id: kubernetes-resources-quota + http: false + passive: false + - id: openshift-builds + http: false + passive: false + - id: kubernetes-custom-resources + http: false + passive: false + - id: kubernetes-namespaces http: false passive: false - javaTypes: - - org.apache.camel.component.aws.sns.SnsComponent - camel-quarkus-couchbase: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-couchbase - schemes: - - id: couchbase + - id: kubernetes-nodes http: false passive: false - javaTypes: - - org.apache.camel.component.couchbase.CouchbaseComponent - camel-quarkus-digitalocean: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-digitalocean - schemes: - - id: digitalocean + - id: kubernetes-hpa http: false passive: false - javaTypes: - - org.apache.camel.component.digitalocean.DigitalOceanComponent - camel-quarkus-timer: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-timer - schemes: - - id: timer + - id: kubernetes-deployments http: false passive: false - javaTypes: - - org.apache.camel.component.timer.TimerComponent - camel-quarkus-platform-http: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-platform-http - schemes: - - id: platform-http - http: true - passive: false - javaTypes: - - org.apache.camel.component.platform.http.PlatformHttpComponent - camel-quarkus-mail: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mail - schemes: - - id: imaps + - id: kubernetes-persistent-volumes-claims http: false passive: false - - id: smtp + - id: kubernetes-pods http: false passive: false - - id: pop3 + - id: kubernetes-config-maps http: false passive: false - - id: smtps + - id: kubernetes-persistent-volumes http: false passive: false - - id: pop3s + - id: kubernetes-services http: false passive: false - - id: imap + - id: kubernetes-secrets http: false passive: false - dataformats: - - mime-multipart - javaTypes: - - org.apache.camel.component.mail.MailComponent - - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat - camel-quarkus-google-bigquery: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-bigquery - schemes: - - id: google-bigquery-sql + - id: kubernetes-service-accounts http: false passive: false - - id: google-bigquery + - id: openshift-build-configs http: false passive: false javaTypes: - - org.apache.camel.component.google.bigquery.GoogleBigQueryComponent - - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent - camel-quarkus-dropbox: + - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent + - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent + - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent + - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent + - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent + - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent + - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent + - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent + - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent + - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent + - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent + - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent + - org.apache.camel.component.kubernetes.job.KubernetesJobComponent + - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent + - org.apache.camel.component.kubernetes.customresources.KubernetesCustomResourcesComponent + - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent + - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent + camel-quarkus-aws2-athena: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-dropbox + artifactId: camel-quarkus-aws2-athena schemes: - - id: dropbox + - id: aws2-athena http: false passive: false javaTypes: - - org.apache.camel.component.dropbox.DropboxComponent - camel-quarkus-aws2-s3: + - org.apache.camel.component.aws2.athena.Athena2Component + camel-quarkus-cm-sms: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-s3 + artifactId: camel-quarkus-cm-sms schemes: - - id: aws2-s3 + - id: cm-sms http: false passive: false javaTypes: - - org.apache.camel.component.aws2.s3.AWS2S3Component - camel-quarkus-json-validator: + - org.apache.camel.component.cm.CMComponent + camel-quarkus-crypto: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-json-validator + artifactId: camel-quarkus-crypto schemes: - - id: json-validator + - id: crypto http: false passive: false + dataformats: + - crypto + - pgp javaTypes: - - org.apache.camel.component.jsonvalidator.JsonValidatorComponent - camel-quarkus-lumberjack: + - org.apache.camel.converter.crypto.PGPDataFormat + - org.apache.camel.converter.crypto.CryptoDataFormat + - org.apache.camel.component.crypto.DigitalSignatureComponent + camel-quarkus-nagios: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-lumberjack + artifactId: camel-quarkus-nagios schemes: - - id: lumberjack + - id: nagios http: false passive: false javaTypes: - - org.apache.camel.component.lumberjack.LumberjackComponent - camel-quarkus-websocket-jsr356: + - org.apache.camel.component.nagios.NagiosComponent + camel-quarkus-bonita: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-websocket-jsr356 + artifactId: camel-quarkus-bonita schemes: - - id: websocket-jsr356 + - id: bonita http: false passive: false javaTypes: - - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent - camel-quarkus-google-mail: + - org.apache.camel.component.bonita.BonitaComponent + camel-quarkus-djl: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-mail + artifactId: camel-quarkus-djl schemes: - - id: google-mail-stream - http: false - passive: false - - id: google-mail + - id: djl http: false passive: false javaTypes: - - org.apache.camel.component.google.mail.GoogleMailComponent - - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent - camel-quarkus-arangodb: + - org.apache.camel.component.djl.DJLComponent + camel-quarkus-mustache: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-arangodb + artifactId: camel-quarkus-mustache schemes: - - id: arangodb + - id: mustache http: false passive: false javaTypes: - - org.apache.camel.component.arangodb.ArangoDbComponent - camel-quarkus-soap: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-soap - dataformats: - - soapjaxb - javaTypes: - - org.apache.camel.dataformat.soap.SoapJaxbDataFormat - camel-quarkus-freemarker: + - org.apache.camel.component.mustache.MustacheComponent + camel-quarkus-master: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-freemarker + artifactId: camel-quarkus-master schemes: - - id: freemarker + - id: master http: false passive: false javaTypes: - - org.apache.camel.component.freemarker.FreemarkerComponent - camel-quarkus-servlet: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-servlet + - org.apache.camel.component.master.MasterComponent + camel-k-master: + groupId: org.apache.camel.k + artifactId: camel-k-master schemes: - - id: servlet - http: true + - id: master + http: false passive: false - javaTypes: - - org.apache.camel.component.servlet.ServletComponent - camel-quarkus-git: + camel-quarkus-aws2-ec2: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-git + artifactId: camel-quarkus-aws2-ec2 schemes: - - id: git + - id: aws2-ec2 http: false passive: false javaTypes: - - org.apache.camel.component.git.GitComponent - camel-quarkus-aws-kinesis: + - org.apache.camel.component.aws2.ec2.AWS2EC2Component + camel-quarkus-snmp: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-kinesis + artifactId: camel-quarkus-snmp schemes: - - id: aws-kinesis-firehose - http: false - passive: false - - id: aws-kinesis + - id: snmp http: false passive: false javaTypes: - - org.apache.camel.component.aws.kinesis.KinesisComponent - - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent + - org.apache.camel.component.snmp.SnmpComponent + camel-quarkus-barcode: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-barcode + dataformats: + - barcode + javaTypes: + - org.apache.camel.dataformat.barcode.BarcodeDataFormat camel-quarkus-openstack: groupId: org.apache.camel.quarkus artifactId: camel-quarkus-openstack schemes: - - id: openstack-swift + - id: openstack-glance http: false passive: false - - id: openstack-neutron + - id: openstack-nova http: false passive: false - - id: openstack-keystone + - id: openstack-cinder http: false passive: false - - id: openstack-cinder + - id: openstack-keystone http: false passive: false - - id: openstack-nova + - id: openstack-neutron http: false passive: false - - id: openstack-glance + - id: openstack-swift http: false passive: false javaTypes: - - org.apache.camel.component.openstack.neutron.NeutronComponent - - org.apache.camel.component.openstack.keystone.KeystoneComponent - - org.apache.camel.component.openstack.cinder.CinderComponent - - org.apache.camel.component.openstack.nova.NovaComponent - - org.apache.camel.component.openstack.swift.SwiftComponent - org.apache.camel.component.openstack.glance.GlanceComponent - camel-quarkus-barcode: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-barcode - dataformats: - - barcode - javaTypes: - - org.apache.camel.dataformat.barcode.BarcodeDataFormat - camel-quarkus-snmp: + - org.apache.camel.component.openstack.swift.SwiftComponent + - org.apache.camel.component.openstack.nova.NovaComponent + - org.apache.camel.component.openstack.cinder.CinderComponent + - org.apache.camel.component.openstack.keystone.KeystoneComponent + - org.apache.camel.component.openstack.neutron.NeutronComponent + camel-quarkus-aws-kinesis: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-snmp + artifactId: camel-quarkus-aws-kinesis schemes: - - id: snmp + - id: aws-kinesis http: false passive: false - javaTypes: - - org.apache.camel.component.snmp.SnmpComponent - camel-quarkus-aws2-ec2: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-ec2 - schemes: - - id: aws2-ec2 + - id: aws-kinesis-firehose http: false passive: false javaTypes: - - org.apache.camel.component.aws2.ec2.AWS2EC2Component - camel-k-master: - groupId: org.apache.camel.k - artifactId: camel-k-master + - org.apache.camel.component.aws.firehose.KinesisFirehoseComponent + - org.apache.camel.component.aws.kinesis.KinesisComponent + camel-quarkus-git: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-git schemes: - - id: master + - id: git http: false passive: false - camel-quarkus-master: + javaTypes: + - org.apache.camel.component.git.GitComponent + camel-quarkus-servlet: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-master + artifactId: camel-quarkus-servlet schemes: - - id: master - http: false + - id: servlet + http: true passive: false javaTypes: - - org.apache.camel.component.master.MasterComponent - camel-quarkus-mustache: + - org.apache.camel.component.servlet.ServletComponent + camel-quarkus-freemarker: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mustache + artifactId: camel-quarkus-freemarker schemes: - - id: mustache + - id: freemarker http: false passive: false javaTypes: - - org.apache.camel.component.mustache.MustacheComponent - camel-quarkus-djl: + - org.apache.camel.component.freemarker.FreemarkerComponent + camel-quarkus-soap: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-djl + artifactId: camel-quarkus-soap + dataformats: + - soapjaxb + javaTypes: + - org.apache.camel.dataformat.soap.SoapJaxbDataFormat + camel-quarkus-arangodb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-arangodb schemes: - - id: djl + - id: arangodb http: false passive: false javaTypes: - - org.apache.camel.component.djl.DJLComponent - camel-quarkus-bonita: + - org.apache.camel.component.arangodb.ArangoDbComponent + camel-quarkus-google-mail: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-bonita + artifactId: camel-quarkus-google-mail schemes: - - id: bonita + - id: google-mail + http: false + passive: false + - id: google-mail-stream http: false passive: false javaTypes: - - org.apache.camel.component.bonita.BonitaComponent - camel-quarkus-nagios: + - org.apache.camel.component.google.mail.stream.GoogleMailStreamComponent + - org.apache.camel.component.google.mail.GoogleMailComponent + camel-quarkus-websocket-jsr356: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-nagios + artifactId: camel-quarkus-websocket-jsr356 schemes: - - id: nagios + - id: websocket-jsr356 http: false passive: false javaTypes: - - org.apache.camel.component.nagios.NagiosComponent - camel-quarkus-crypto: + - org.apache.camel.websocket.jsr356.JSR356WebSocketComponent + camel-quarkus-lumberjack: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-crypto + artifactId: camel-quarkus-lumberjack schemes: - - id: crypto + - id: lumberjack http: false passive: false - dataformats: - - pgp - - crypto javaTypes: - - org.apache.camel.component.crypto.DigitalSignatureComponent - - org.apache.camel.converter.crypto.CryptoDataFormat - - org.apache.camel.converter.crypto.PGPDataFormat - camel-quarkus-cm-sms: + - org.apache.camel.component.lumberjack.LumberjackComponent + camel-quarkus-json-validator: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cm-sms + artifactId: camel-quarkus-json-validator schemes: - - id: cm-sms + - id: json-validator http: false passive: false javaTypes: - - org.apache.camel.component.cm.CMComponent - camel-quarkus-aws2-athena: + - org.apache.camel.component.jsonvalidator.JsonValidatorComponent + camel-quarkus-aws2-s3: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-athena + artifactId: camel-quarkus-aws2-s3 schemes: - - id: aws2-athena + - id: aws2-s3 http: false passive: false javaTypes: - - org.apache.camel.component.aws2.athena.Athena2Component - camel-quarkus-kubernetes: + - org.apache.camel.component.aws2.s3.AWS2S3Component + camel-quarkus-dropbox: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-kubernetes + artifactId: camel-quarkus-dropbox schemes: - - id: kubernetes-deployments - http: false - passive: false - - id: kubernetes-hpa - http: false - passive: false - - id: kubernetes-nodes - http: false - passive: false - - id: kubernetes-namespaces - http: false - passive: false - - id: kubernetes-custom-resources - http: false - passive: false - - id: openshift-builds - http: false - passive: false - - id: kubernetes-resources-quota - http: false - passive: false - - id: kubernetes-replication-controllers - http: false - passive: false - - id: kubernetes-job + - id: dropbox http: false passive: false - - id: openshift-build-configs + javaTypes: + - org.apache.camel.component.dropbox.DropboxComponent + camel-quarkus-google-bigquery: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-google-bigquery + schemes: + - id: google-bigquery http: false passive: false - - id: kubernetes-service-accounts + - id: google-bigquery-sql http: false passive: false - - id: kubernetes-secrets + javaTypes: + - org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLComponent + - org.apache.camel.component.google.bigquery.GoogleBigQueryComponent + camel-quarkus-mail: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-mail + schemes: + - id: imap http: false passive: false - - id: kubernetes-services + - id: pop3s http: false passive: false - - id: kubernetes-persistent-volumes + - id: smtps http: false passive: false - - id: kubernetes-config-maps + - id: pop3 http: false passive: false - - id: kubernetes-pods + - id: smtp http: false passive: false - - id: kubernetes-persistent-volumes-claims + - id: imaps http: false passive: false + dataformats: + - mime-multipart javaTypes: - - org.apache.camel.component.kubernetes.hpa.KubernetesHPAComponent - - org.apache.camel.component.kubernetes.resources_quota.KubernetesResourcesQuotaComponent - - org.apache.camel.component.kubernetes.service_accounts.KubernetesServiceAccountsComponent - - org.apache.camel.component.kubernetes.config_maps.KubernetesConfigMapsComponent - - org.apache.camel.component.openshift.builds.OpenshiftBuildsComponent - - org.apache.camel.component.kubernetes.secrets.KubernetesSecretsComponent - - org.apache.camel.component.kubernetes.nodes.KubernetesNodesComponent - - org.apache.camel.component.kubernetes.services.KubernetesServicesComponent - - org.apache.camel.component.kubernetes.persistent_volumes.KubernetesPersistentVolumesComponent - - org.apache.camel.component.openshift.build_configs.OpenshiftBuildConfigsComponent - - org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent - - org.apache.camel.component.kubernetes.customresources.KubernetesCustomResourcesComponent - - org.apache.camel.component.kubernetes.replication_controllers.KubernetesReplicationControllersComponent - - org.apache.camel.component.kubernetes.job.KubernetesJobComponent - - org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent - - org.apache.camel.component.kubernetes.pods.KubernetesPodsComponent - - org.apache.camel.component.kubernetes.namespaces.KubernetesNamespacesComponent - camel-quarkus-pdf: + - org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat + - org.apache.camel.component.mail.MailComponent + camel-quarkus-platform-http: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-pdf + artifactId: camel-quarkus-platform-http schemes: - - id: pdf - http: false + - id: platform-http + http: true passive: false javaTypes: - - org.apache.camel.component.pdf.PdfComponent - camel-k-cron: - groupId: org.apache.camel.k - artifactId: camel-k-cron - schemes: - - id: cron - http: false - passive: false - camel-quarkus-aws2-lambda: + - org.apache.camel.component.platform.http.PlatformHttpComponent + camel-quarkus-timer: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-lambda + artifactId: camel-quarkus-timer schemes: - - id: aws2-lambda + - id: timer http: false passive: false javaTypes: - - org.apache.camel.component.aws2.lambda.Lambda2Component - camel-quarkus-stringtemplate: + - org.apache.camel.component.timer.TimerComponent + camel-quarkus-digitalocean: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-stringtemplate + artifactId: camel-quarkus-digitalocean schemes: - - id: string-template + - id: digitalocean http: false passive: false javaTypes: - - org.apache.camel.component.stringtemplate.StringTemplateComponent - camel-quarkus-stomp: + - org.apache.camel.component.digitalocean.DigitalOceanComponent + camel-quarkus-couchbase: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-stomp + artifactId: camel-quarkus-couchbase schemes: - - id: stomp + - id: couchbase http: false passive: false javaTypes: - - org.apache.camel.component.stomp.StompComponent - camel-quarkus-google-sheets: + - org.apache.camel.component.couchbase.CouchbaseComponent + camel-quarkus-aws-sns: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-sheets + artifactId: camel-quarkus-aws-sns schemes: - - id: google-sheets - http: false - passive: false - - id: google-sheets-stream + - id: aws-sns http: false passive: false javaTypes: - - org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent - - org.apache.camel.component.google.sheets.GoogleSheetsComponent - camel-quarkus-ftp: + - org.apache.camel.component.aws.sns.SnsComponent + camel-quarkus-slack: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ftp + artifactId: camel-quarkus-slack schemes: - - id: sftp - http: false - passive: false - - id: ftps - http: false - passive: false - - id: ftp + - id: slack http: false passive: false javaTypes: - - org.apache.camel.component.file.remote.SftpComponent - - org.apache.camel.component.file.remote.FtpsComponent - - org.apache.camel.component.file.remote.FtpComponent - camel-quarkus-validator: + - org.apache.camel.component.slack.SlackComponent + camel-quarkus-flatpack: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-validator + artifactId: camel-quarkus-flatpack schemes: - - id: validator + - id: flatpack http: false - passive: true + passive: false + dataformats: + - flatpack javaTypes: - - org.apache.camel.component.validator.ValidatorComponent - camel-quarkus-jackson: + - org.apache.camel.component.flatpack.FlatpackComponent + - org.apache.camel.dataformat.flatpack.FlatpackDataFormat + camel-quarkus-zipfile: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jackson + artifactId: camel-quarkus-zipfile dataformats: - - json-jackson + - zipfile javaTypes: - - org.apache.camel.component.jackson.JacksonDataFormat - camel-quarkus-printer: + - org.apache.camel.dataformat.zipfile.ZipFileDataFormat + camel-quarkus-aws2-ecs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-printer + artifactId: camel-quarkus-aws2-ecs schemes: - - id: lpr + - id: aws2-ecs http: false passive: false javaTypes: - - org.apache.camel.component.printer.PrinterComponent - camel-quarkus-google-pubsub: + - org.apache.camel.component.aws2.ecs.ECS2Component + camel-quarkus-netty-http: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-pubsub + artifactId: camel-quarkus-netty-http schemes: - - id: google-pubsub - http: false + - id: netty-http + http: true passive: false javaTypes: - - org.apache.camel.component.google.pubsub.GooglePubsubComponent - camel-quarkus-cmis: + - org.apache.camel.component.netty.http.NettyHttpComponent + camel-quarkus-influxdb: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-cmis + artifactId: camel-quarkus-influxdb schemes: - - id: cmis + - id: influxdb http: false passive: false javaTypes: - - org.apache.camel.component.cmis.CMISComponent - camel-quarkus-aws2-ses: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-ses + - org.apache.camel.component.influxdb.InfluxDbComponent + camel-k-kamelet: + groupId: org.apache.camel.k + artifactId: camel-k-kamelet schemes: - - id: aws2-ses + - id: kamelet http: false - passive: false + passive: true + camel-quarkus-tagsoup: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-tagsoup + dataformats: + - tidyMarkup javaTypes: - - org.apache.camel.component.aws2.ses.Ses2Component - camel-quarkus-hazelcast: + - org.apache.camel.dataformat.tagsoup.TidyMarkupDataFormat + camel-quarkus-protobuf: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-hazelcast - schemes: - - id: hazelcast-ringbuffer - http: false - passive: false - - id: hazelcast-atomicvalue - http: false - passive: false - - id: hazelcast-replicatedmap - http: false - passive: false - - id: hazelcast-topic - http: false - passive: false - - id: hazelcast-multimap - http: false - passive: false - - id: hazelcast-seda - http: false - passive: false - - id: hazelcast-map - http: false - passive: false - - id: hazelcast-set - http: false - passive: false - - id: hazelcast-queue - http: false - passive: false - - id: hazelcast-list - http: false - passive: false - - id: hazelcast-instance - http: false - passive: false + artifactId: camel-quarkus-protobuf + dataformats: + - protobuf javaTypes: - - org.apache.camel.component.hazelcast.topic.HazelcastTopicComponent - - org.apache.camel.component.hazelcast.ringbuffer.HazelcastRingbufferComponent - - org.apache.camel.component.hazelcast.multimap.HazelcastMultimapComponent - - org.apache.camel.component.hazelcast.instance.HazelcastInstanceComponent - - org.apache.camel.component.hazelcast.set.HazelcastSetComponent - - org.apache.camel.component.hazelcast.replicatedmap.HazelcastReplicatedmapComponent - - org.apache.camel.component.hazelcast.seda.HazelcastSedaComponent - - org.apache.camel.component.hazelcast.map.HazelcastMapComponent - - org.apache.camel.component.hazelcast.queue.HazelcastQueueComponent - - org.apache.camel.component.hazelcast.atomicnumber.HazelcastAtomicnumberComponent - - org.apache.camel.component.hazelcast.list.HazelcastListComponent - camel-quarkus-box: + - org.apache.camel.dataformat.protobuf.ProtobufDataFormat + camel-quarkus-azure-storage-blob: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-box + artifactId: camel-quarkus-azure-storage-blob schemes: - - id: box + - id: azure-storage-blob http: false passive: false javaTypes: - - org.apache.camel.component.box.BoxComponent - camel-quarkus-wordpress: + - org.apache.camel.component.azure.storage.blob.BlobComponent + camel-quarkus-asterisk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-wordpress + artifactId: camel-quarkus-asterisk schemes: - - id: wordpress + - id: asterisk http: false passive: false javaTypes: - - org.apache.camel.component.wordpress.WordpressComponent - camel-quarkus-vertx-http: + - org.apache.camel.component.asterisk.AsteriskComponent + camel-quarkus-microprofile-metrics: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-vertx-http + artifactId: camel-quarkus-microprofile-metrics schemes: - - id: vertx-http + - id: microprofile-metrics http: false passive: false javaTypes: - - org.apache.camel.component.vertx.http.VertxHttpComponent - camel-quarkus-aws2-translate: + - org.apache.camel.component.microprofile.metrics.MicroProfileMetricsComponent + camel-quarkus-nats: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-translate + artifactId: camel-quarkus-nats schemes: - - id: aws2-translate + - id: nats http: false passive: false javaTypes: - - org.apache.camel.component.aws2.translate.Translate2Component - camel-quarkus-ahc-ws: + - org.apache.camel.component.nats.NatsComponent + camel-quarkus-infinispan: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ahc-ws + artifactId: camel-quarkus-infinispan schemes: - - id: ahc-ws - http: true - passive: false - - id: ahc-wss + - id: infinispan http: false passive: false javaTypes: - - org.apache.camel.component.ahc.ws.WsComponent - camel-quarkus-mllp: + - org.apache.camel.component.infinispan.InfinispanComponent + camel-quarkus-base64: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-mllp - schemes: - - id: mllp - http: false - passive: false + artifactId: camel-quarkus-base64 + dataformats: + - base64 javaTypes: - - org.apache.camel.component.mllp.MllpComponent - camel-quarkus-irc: + - org.apache.camel.dataformat.base64.Base64DataFormat + camel-quarkus-exec: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-irc + artifactId: camel-quarkus-exec schemes: - - id: irc + - id: exec http: false passive: false javaTypes: - - org.apache.camel.component.irc.IrcComponent - camel-quarkus-jsch: + - org.apache.camel.component.exec.ExecComponent + camel-quarkus-rss: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsch + artifactId: camel-quarkus-rss schemes: - - id: scp + - id: rss http: false passive: false + dataformats: + - rss javaTypes: - - org.apache.camel.component.scp.ScpComponent - camel-quarkus-beanio: + - org.apache.camel.component.rss.RssComponent + - org.apache.camel.dataformat.rss.RssDataFormat + camel-quarkus-gson: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-beanio + artifactId: camel-quarkus-gson dataformats: - - beanio + - json-gson javaTypes: - - org.apache.camel.dataformat.beanio.BeanIODataFormat - camel-quarkus-aws2-mq: + - org.apache.camel.component.gson.GsonDataFormat + camel-quarkus-geocoder: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-mq + artifactId: camel-quarkus-geocoder schemes: - - id: aws2-mq + - id: geocoder http: false passive: false javaTypes: - - org.apache.camel.component.aws2.mq.MQ2Component - camel-quarkus-coap: + - org.apache.camel.component.geocoder.GeoCoderComponent + camel-quarkus-pgevent: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-coap + artifactId: camel-quarkus-pgevent schemes: - - id: coap - http: false - passive: false - - id: coap+tcp + - id: pgevent http: false passive: false - - id: coaps + javaTypes: + - org.apache.camel.component.pgevent.PgEventComponent + camel-quarkus-atom: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-atom + schemes: + - id: atom http: false passive: false - - id: coaps+tcp + javaTypes: + - org.apache.camel.component.atom.AtomComponent + camel-quarkus-soroush: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-soroush + schemes: + - id: soroush http: false passive: false javaTypes: - - org.apache.camel.coap.CoAPComponent - camel-quarkus-tika: + - org.apache.camel.component.soroushbot.component.SoroushBotComponent + camel-quarkus-drill: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tika + artifactId: camel-quarkus-drill schemes: - - id: tika + - id: drill http: false passive: false javaTypes: - - org.apache.camel.component.tika.TikaComponent - camel-quarkus-ssh: + - org.apache.camel.component.drill.DrillComponent + camel-quarkus-cometd: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ssh + artifactId: camel-quarkus-cometd schemes: - - id: ssh + - id: cometd + http: false + passive: false + - id: cometds http: false passive: false javaTypes: - - org.apache.camel.component.ssh.SshComponent - camel-quarkus-xslt-saxon: + - org.apache.camel.component.cometd.CometdComponent + camel-quarkus-chunk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-xslt-saxon + artifactId: camel-quarkus-chunk schemes: - - id: xslt-saxon + - id: chunk http: false passive: false javaTypes: - - org.apache.camel.component.xslt.saxon.XsltSaxonComponent - camel-quarkus-kafka: + - org.apache.camel.component.chunk.ChunkComponent + camel-k-webhook: + groupId: org.apache.camel.k + artifactId: camel-k-webhook + schemes: + - id: webhook + http: true + passive: true + camel-quarkus-dns: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-kafka + artifactId: camel-quarkus-dns schemes: - - id: kafka + - id: dns http: false passive: false javaTypes: - - org.apache.camel.component.kafka.KafkaComponent - camel-quarkus-stream: + - org.apache.camel.component.dns.DnsComponent + camel-quarkus-mongodb: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-stream + artifactId: camel-quarkus-mongodb schemes: - - id: stream + - id: mongodb http: false passive: false javaTypes: - - org.apache.camel.component.stream.StreamComponent - camel-quarkus-browse: + - org.apache.camel.component.mongodb.MongoDbComponent + camel-quarkus-jgroups-raft: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-browse + artifactId: camel-quarkus-jgroups-raft schemes: - - id: browse + - id: jgroups-raft http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.browse.BrowseComponent - camel-quarkus-avro-rpc: + - org.apache.camel.component.jgroups.raft.JGroupsRaftComponent + camel-quarkus-cassandraql: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-avro-rpc + artifactId: camel-quarkus-cassandraql schemes: - - id: avro + - id: cql http: false passive: false javaTypes: - - org.apache.camel.component.avro.AvroComponent - camel-quarkus-google-calendar: + - org.apache.camel.component.cassandra.CassandraComponent + camel-quarkus-ical: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-google-calendar + artifactId: camel-quarkus-ical + dataformats: + - ical + javaTypes: + - org.apache.camel.component.ical.ICalDataFormat + camel-quarkus-sjms: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-sjms schemes: - - id: google-calendar-stream + - id: sjms-batch http: false passive: false - - id: google-calendar + - id: sjms http: false passive: false javaTypes: - - org.apache.camel.component.google.calendar.GoogleCalendarComponent - - org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamComponent - camel-quarkus-vertx-websocket: + - org.apache.camel.component.sjms.SjmsComponent + - org.apache.camel.component.sjms.batch.SjmsBatchComponent + camel-quarkus-google-drive: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-vertx-websocket + artifactId: camel-quarkus-google-drive schemes: - - id: vertx-websocket + - id: google-drive http: false passive: false javaTypes: - - org.apache.camel.component.vertx.websocket.VertxWebsocketComponent - camel-quarkus-jcache: + - org.apache.camel.component.google.drive.GoogleDriveComponent + camel-quarkus-splunk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jcache + artifactId: camel-quarkus-splunk schemes: - - id: jcache + - id: splunk http: false passive: false javaTypes: - - org.apache.camel.component.jcache.JCacheComponent - camel-quarkus-salesforce: + - org.apache.camel.component.splunk.SplunkComponent + camel-quarkus-dozer: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-salesforce + artifactId: camel-quarkus-dozer schemes: - - id: salesforce + - id: dozer http: false passive: false javaTypes: - - org.apache.camel.component.salesforce.SalesforceComponent - camel-quarkus-jbpm: + - org.apache.camel.component.dozer.DozerComponent + camel-quarkus-aws-eks: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jbpm + artifactId: camel-quarkus-aws-eks schemes: - - id: jbpm + - id: aws-eks http: false passive: false javaTypes: - - org.apache.camel.component.jbpm.JBPMComponent - camel-quarkus-aws-ecs: + - org.apache.camel.component.aws.eks.EKSComponent + camel-quarkus-seda: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws-ecs + artifactId: camel-quarkus-seda schemes: - - id: aws-ecs + - id: seda http: false - passive: false + passive: true javaTypes: - - org.apache.camel.component.aws.ecs.ECSComponent - camel-quarkus-splunk-hec: + - org.apache.camel.component.seda.SedaComponent + camel-quarkus-nitrite: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-splunk-hec + artifactId: camel-quarkus-nitrite schemes: - - id: splunk-hec + - id: nitrite http: false passive: false javaTypes: - - org.apache.camel.component.splunkhec.SplunkHECComponent - camel-quarkus-lucene: + - org.apache.camel.component.nitrite.NitriteComponent + camel-quarkus-activemq: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-lucene + artifactId: camel-quarkus-activemq schemes: - - id: lucene + - id: activemq http: false passive: false javaTypes: - - org.apache.camel.component.lucene.LuceneComponent - camel-quarkus-aws2-kms: + - org.apache.camel.component.activemq.ActiveMQComponent + camel-quarkus-twilio: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-kms + artifactId: camel-quarkus-twilio schemes: - - id: aws2-kms + - id: twilio http: false passive: false javaTypes: - - org.apache.camel.component.aws2.kms.KMS2Component - camel-quarkus-csv: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-csv - dataformats: - - csv - javaTypes: - - org.apache.camel.dataformat.csv.CsvDataFormat - camel-quarkus-fhir: + - org.apache.camel.component.twilio.TwilioComponent + camel-quarkus-zendesk: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-fhir + artifactId: camel-quarkus-zendesk schemes: - - id: fhir + - id: zendesk http: false passive: false - dataformats: - - fhirJson - - fhirXml javaTypes: - - org.apache.camel.component.fhir.FhirJsonDataFormat - - org.apache.camel.component.fhir.FhirXmlDataFormat - - org.apache.camel.component.fhir.FhirComponent - camel-quarkus-atomix: + - org.apache.camel.component.zendesk.ZendeskComponent + camel-quarkus-braintree: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-atomix + artifactId: camel-quarkus-braintree schemes: - - id: atomix-value - http: false - passive: false - - id: atomix-messaging - http: false - passive: false - - id: atomix-set - http: false - passive: false - - id: atomix-queue - http: false - passive: false - - id: atomix-map - http: false - passive: false - - id: atomix-multimap + - id: braintree http: false passive: false javaTypes: - - org.apache.camel.component.atomix.client.messaging.AtomixMessagingComponent - - org.apache.camel.component.atomix.client.set.AtomixSetComponent - - org.apache.camel.component.atomix.client.value.AtomixValueComponent - - org.apache.camel.component.atomix.client.multimap.AtomixMultiMapComponent - - org.apache.camel.component.atomix.client.map.AtomixMapComponent - - org.apache.camel.component.atomix.client.queue.AtomixQueueComponent - camel-quarkus-milo: + - org.apache.camel.component.braintree.BraintreeComponent + camel-quarkus-aws-sqs: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-milo + artifactId: camel-quarkus-aws-sqs schemes: - - id: milo-client - http: false - passive: false - - id: milo-server + - id: aws-sqs http: false passive: false javaTypes: - - org.apache.camel.component.milo.server.MiloServerComponent - - org.apache.camel.component.milo.client.MiloClientComponent - camel-quarkus-ahc: + - org.apache.camel.component.aws.sqs.SqsComponent + camel-quarkus-olingo4: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ahc + artifactId: camel-quarkus-olingo4 schemes: - - id: ahc - http: true + - id: olingo4 + http: false passive: false javaTypes: - - org.apache.camel.component.ahc.AhcComponent - camel-quarkus-log: + - org.apache.camel.component.olingo4.Olingo4Component + camel-quarkus-zookeeper: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-log + artifactId: camel-quarkus-zookeeper schemes: - - id: log + - id: zookeeper http: false - passive: true + passive: false javaTypes: - - org.apache.camel.component.log.LogComponent - camel-quarkus-graphql: + - org.apache.camel.component.zookeeper.ZooKeeperComponent + camel-quarkus-sjms2: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-graphql + artifactId: camel-quarkus-sjms2 schemes: - - id: graphql + - id: sjms2 http: false passive: false javaTypes: - - org.apache.camel.component.graphql.GraphqlComponent - camel-quarkus-disruptor: + - org.apache.camel.component.sjms2.Sjms2Component + camel-quarkus-ldap: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-disruptor + artifactId: camel-quarkus-ldap schemes: - - id: disruptor-vm - http: false - passive: false - - id: disruptor + - id: ldap http: false passive: false javaTypes: - - org.apache.camel.component.disruptor.DisruptorComponent - - org.apache.camel.component.disruptor.vm.DisruptorVmComponent - camel-quarkus-hl7: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-hl7 - languages: - - hl7terser - dataformats: - - hl7 - javaTypes: - - org.apache.camel.component.hl7.HL7DataFormat - - org.apache.camel.component.hl7.Hl7TerserLanguage - camel-quarkus-jsonpath: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jsonpath - languages: - - jsonpath - javaTypes: - - org.apache.camel.jsonpath.JsonPathLanguage - camel-quarkus-jooq: + - org.apache.camel.component.ldap.LdapComponent + camel-quarkus-xchange: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jooq + artifactId: camel-quarkus-xchange schemes: - - id: jooq + - id: xchange http: false passive: false javaTypes: - - org.apache.camel.component.jooq.JooqComponent - camel-quarkus-kudu: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-kudu + - org.apache.camel.component.xchange.XChangeComponent + camel-k-kamelet-reify: + groupId: org.apache.camel.k + artifactId: camel-k-kamelet-reify schemes: - - id: kudu + - id: wrap http: false passive: false - javaTypes: - - org.apache.camel.component.kudu.KuduComponent - camel-quarkus-hdfs: + camel-quarkus-atmos: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-hdfs + artifactId: camel-quarkus-atmos schemes: - - id: hdfs + - id: atmos http: false passive: false javaTypes: - - org.apache.camel.component.hdfs.HdfsComponent - camel-quarkus-jcr: + - org.apache.camel.component.atmos.AtmosComponent + camel-quarkus-as2: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jcr + artifactId: camel-quarkus-as2 schemes: - - id: jcr + - id: as2 http: false passive: false javaTypes: - - org.apache.camel.component.jcr.JcrComponent - camel-quarkus-debezium-mysql: + - org.apache.camel.component.as2.AS2Component + camel-quarkus-etcd: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-debezium-mysql + artifactId: camel-quarkus-etcd schemes: - - id: debezium-mysql + - id: etcd-keys + http: false + passive: false + - id: etcd-stats + http: false + passive: false + - id: etcd-watch http: false passive: false javaTypes: - - org.apache.camel.component.debezium.DebeziumMySqlComponent - camel-quarkus-core: + - org.apache.camel.component.etcd.EtcdStatsComponent + - org.apache.camel.component.etcd.EtcdKeysComponent + - org.apache.camel.component.etcd.EtcdWatchComponent + camel-quarkus-quartz: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-core - languages: - - header - - file - - tokenize - - exchangeProperty - - csimple - - constant - - ref - - simple + artifactId: camel-quarkus-quartz + schemes: + - id: quartz + http: false + passive: false javaTypes: - - org.apache.camel.language.property.ExchangePropertyLanguage - - org.apache.camel.language.header.HeaderLanguage - - org.apache.camel.language.simple.SimpleLanguage - - org.apache.camel.language.constant.ConstantLanguage - - org.apache.camel.language.csimple.CSimpleLanguage - - org.apache.camel.language.simple.FileLanguage - - org.apache.camel.language.ref.RefLanguage - - org.apache.camel.language.tokenizer.TokenizeLanguage - camel-quarkus-velocity: + - org.apache.camel.component.quartz.QuartzComponent + camel-quarkus-pg-replication-slot: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-velocity + artifactId: camel-quarkus-pg-replication-slot schemes: - - id: velocity + - id: pg-replication-slot http: false passive: false javaTypes: - - org.apache.camel.component.velocity.VelocityComponent - camel-quarkus-aws2-iam: + - org.apache.camel.component.pg.replication.slot.PgReplicationSlotComponent + camel-quarkus-jms: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-iam + artifactId: camel-quarkus-jms schemes: - - id: aws2-iam + - id: jms http: false passive: false javaTypes: - - org.apache.camel.component.aws2.iam.IAM2Component - camel-quarkus-ehcache: + - org.apache.camel.component.jms.JmsComponent + camel-quarkus-thrift: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-ehcache + artifactId: camel-quarkus-thrift schemes: - - id: ehcache + - id: thrift http: false passive: false + dataformats: + - thrift javaTypes: - - org.apache.camel.component.ehcache.EhcacheComponent - camel-quarkus-sql: + - org.apache.camel.component.thrift.ThriftComponent + - org.apache.camel.dataformat.thrift.ThriftDataFormat + camel-quarkus-sip: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-sql + artifactId: camel-quarkus-sip schemes: - - id: sql-stored + - id: sip http: false passive: false - - id: sql + - id: sips http: false passive: false javaTypes: - - org.apache.camel.component.sql.SqlComponent - - org.apache.camel.component.sql.stored.SqlStoredComponent - camel-quarkus-jira: + - org.apache.camel.component.sip.SipComponent + camel-quarkus-aws2-cw: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-jira + artifactId: camel-quarkus-aws2-cw schemes: - - id: jira + - id: aws2-cw http: false passive: false javaTypes: - - org.apache.camel.component.jira.JiraComponent - camel-quarkus-bean-validator: + - org.apache.camel.component.aws2.cw.Cw2Component + camel-quarkus-asn1: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-bean-validator - schemes: - - id: bean-validator - http: false - passive: false + artifactId: camel-quarkus-asn1 + dataformats: + - asn1 javaTypes: - - org.apache.camel.component.bean.validator.BeanValidatorComponent - camel-quarkus-elasticsearch-rest: + - org.apache.camel.dataformat.asn1.ASN1DataFormat + camel-quarkus-schematron: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-elasticsearch-rest + artifactId: camel-quarkus-schematron schemes: - - id: elasticsearch-rest + - id: schematron http: false passive: false javaTypes: - - org.apache.camel.component.elasticsearch.ElasticsearchComponent - camel-quarkus-caffeine: + - org.apache.camel.component.schematron.SchematronComponent + camel-quarkus-language: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-caffeine + artifactId: camel-quarkus-language schemes: - - id: caffeine-cache + - id: language http: false + passive: true + javaTypes: + - org.apache.camel.component.language.LanguageComponent + camel-k-knative: + groupId: org.apache.camel.k + artifactId: camel-k-knative + schemes: + - id: knative + http: true passive: false - - id: caffeine-loadcache + producer: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-knative-producer + consumer: + dependencies: + - groupId: org.apache.camel.k + artifactId: camel-k-knative-consumer + camel-quarkus-zookeeper-master: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-zookeeper-master + schemes: + - id: zookeeper-master http: false passive: false javaTypes: - - org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent - - org.apache.camel.component.caffeine.cache.CaffeineCacheComponent - camel-quarkus-saxon: + - org.apache.camel.component.zookeepermaster.MasterComponent + camel-quarkus-jacksonxml: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-saxon + artifactId: camel-quarkus-jacksonxml + dataformats: + - jacksonxml + javaTypes: + - org.apache.camel.component.jacksonxml.JacksonXMLDataFormat + camel-quarkus-debezium-mongodb: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-debezium-mongodb schemes: - - id: xquery + - id: debezium-mongodb http: false passive: false - languages: - - xquery javaTypes: - - org.apache.camel.language.xquery.XQueryLanguage - - org.apache.camel.component.xquery.XQueryComponent - camel-quarkus-spark: + - org.apache.camel.component.debezium.DebeziumMongodbComponent + camel-quarkus-xstream: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-spark + artifactId: camel-quarkus-xstream + dataformats: + - xstream + - json-xstream + javaTypes: + - org.apache.camel.dataformat.xstream.JsonDataFormat + - org.apache.camel.dataformat.xstream.XStreamDataFormat + camel-quarkus-optaplanner: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-optaplanner schemes: - - id: spark + - id: optaplanner http: false passive: false javaTypes: - - org.apache.camel.component.spark.SparkComponent - camel-quarkus-msv: + - org.apache.camel.component.optaplanner.OptaPlannerComponent + camel-quarkus-apns: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-msv + artifactId: camel-quarkus-apns schemes: - - id: msv + - id: apns http: false passive: false javaTypes: - - org.apache.camel.component.validator.msv.MsvComponent - camel-quarkus-avro: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-avro - dataformats: - - avro - javaTypes: - - org.apache.camel.dataformat.avro.AvroDataFormat - camel-quarkus-tarfile: - groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-tarfile - dataformats: - - tarfile - javaTypes: - - org.apache.camel.dataformat.tarfile.TarFileDataFormat - camel-quarkus-aws2-sts: + - org.apache.camel.component.apns.ApnsComponent + camel-quarkus-jslt: groupId: org.apache.camel.quarkus - artifactId: camel-quarkus-aws2-sts + artifactId: camel-quarkus-jslt schemes: - - id: aws2-sts + - id: jslt http: false passive: false javaTypes: - - org.apache.camel.component.aws2.sts.STS2Component + - org.apache.camel.component.jslt.JsltComponent + camel-quarkus-bindy: + groupId: org.apache.camel.quarkus + artifactId: camel-quarkus-bindy + dataformats: + - bindy-kvp + - bindy-fixed + - bindy-csv + javaTypes: + - org.apache.camel.dataformat.bindy.kvp.BindyKeyValuePairDataFormat + - org.apache.camel.dataformat.bindy.fixed.BindyFixedLengthDataFormat + - org.apache.camel.dataformat.bindy.csv.BindyCsvDataFormat loaders: - java: + groovy: groupId: org.apache.camel.k - artifactId: camel-k-loader-java + artifactId: camel-k-loader-groovy languages: - - java + - groovy metadata: native: "false" - xml: - groupId: org.apache.camel.k - artifactId: camel-k-loader-xml - languages: - - xml - metadata: - native: "true" - js: + yaml: groupId: org.apache.camel.k - artifactId: camel-k-loader-js + artifactId: camel-k-loader-yaml languages: - - js + - yaml metadata: native: "true" kts: @@ -2949,17 +2942,24 @@ spec: - kts metadata: native: "false" - yaml: + js: groupId: org.apache.camel.k - artifactId: camel-k-loader-yaml + artifactId: camel-k-loader-js languages: - - yaml + - js metadata: native: "true" - groovy: + xml: groupId: org.apache.camel.k - artifactId: camel-k-loader-groovy + artifactId: camel-k-loader-xml languages: - - groovy + - xml + metadata: + native: "true" + java: + groupId: org.apache.camel.k + artifactId: camel-k-loader-java + languages: + - java metadata: native: "false" diff --git a/go.sum b/go.sum index 968f2b9dd5..84c7964fae 100644 --- a/go.sum +++ b/go.sum @@ -1919,6 +1919,7 @@ k8s.io/code-generator v0.18.4/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8 k8s.io/code-generator v0.18.6/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c= k8s.io/code-generator v0.18.8/go.mod h1:TgNEVx9hCyPGpdtCWA34olQYLkh3ok9ar7XfSsr8b6c= k8s.io/code-generator v0.19.2/go.mod h1:moqLn7w0t9cMs4+5CQyxnfA/HV8MF6aAVENF+WZZhgk= +k8s.io/code-generator v0.19.8 h1:uxctqO1/3jnMDWB4imT8unRvgCXVPX2NTm/cMFCyigY= k8s.io/code-generator v0.19.8/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0= k8s.io/component-base v0.0.0-20190918200425-ed2f0867c778/go.mod h1:DFWQCXgXVLiWtzFaS17KxHdlUeUymP7FLxZSkmL9/jU= k8s.io/component-base v0.16.4/go.mod h1:GYQ+4hlkEwdlpAp59Ztc4gYuFhdoZqiAJD1unYDJ3FM= diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index b8d104b07f..7081101092 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -462,7 +462,7 @@ var assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 89253, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xcd\xda\xdd\xc9\xd9\xdd\x77\xf5\x1d\xd9\x4a\x9c\xd8\xb1\x1d\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x16\x49\xd0\x00\x28\xdb\xf9\xf5\x77\xe1\xc1\x97\x2c\x17\x45\x1a\xf0\xf1\xc0\x24\x85\xc2\x57\x40\xe1\x55\x00\x0a\x85\xd7\x51\xec\xef\xef\xd5\xeb\xe8\x9c\x25\xb4\x90\x34\x8d\x14\x8f\xd4\x9a\x46\x47\x25\x49\xd6\x34\x9a\xf3\xa5\xba\x23\x82\x46\x27\xbc\x2a\x52\xa2\x18\x2f\xa2\xff\x3a\x9a\x9f\xfc\x77\x54\x15\x29\x15\x11\x2f\x68\xc4\x45\x94\x73\x41\x5f\xbd\x8e\x12\x5e\x28\xc1\x16\x95\xe2\x22\xca\x2c\x60\x44\x56\x82\xd2\x9c\x16\x4a\x42\x14\xcd\x29\x35\xe8\x97\x9f\xaf\x4f\x67\xef\xa3\x25\xcb\x68\x94\x32\x69\x23\xd1\x34\xba\x63\x6a\xfd\xea\x75\xa4\xd6\x4c\x46\x77\x5c\x6c\xa2\x25\x17\x11\x49\x53\xa6\x19\x93\x2c\x62\xc5\x92\x8b\xdc\x26\x43\xd0\x15\x11\x29\x2b\x56\x51\xc2\xcb\x07\xc1\x56\x6b\x15\xf1\xbb\x82\x0a\xb9\x66\x25\xbc\x7a\x1d\x5d\xeb\x6c\xcc\x4f\xea\x94\x48\x0b\x6b\x78\x2a\x1e\xfd\x87\x57\x2e\x0f\x9d\xec\x3a\x29\xfc\x23\xfa\x46\x85\xd4\x4c\xde\xc0\xaf\xaf\x5e\x47\xff\xa5\x49\x7e\x71\x81\xbf\xfc\xf7\xff\x8b\x1e\x78\x15\xe5\xe4\x21\x2a\xb8\x8a\x2a\x49\x3b\xc8\xf4\x3e\xa1\xa5\x8a\x58\x11\x25\x3c\x2f\x33\x46\x8a\x84\xb6\xd9\x6a\x38\x40\x64\x12\xa0\x31\xf8\x42\x11\x56\x44\xc4\x64\x23\xe2\xcb\x2e\x59\x44\xd4\xab\xd7\xaf\x5e\x47\xe6\x6f\xad\x54\xf9\xe7\x3f\xff\x79\x77\x77\x07\xc4\x24\x17\xb8\x58\xfd\xb3\xce\xdd\x3f\xcf\x4f\x67\xef\x2f\xe7\xef\x63\x93\xe4\x57\xaf\xa3\x7f\x17\x19\x95\x32\x12\xf4\xb6\x62\x82\xa6\xd1\xe2\x21\x22\x65\x99\xb1\x84\x2c\x32\x1a\x65\xe4\x4e\x17\x9c\x29\x1d\x53\xe8\xac\x88\xee\x04\x53\xac\x58\xfd\x23\x92\xae\xd4\x5f\xbd\xee\x95\x4e\x2b\xae\x3a\x79\x4c\xf6\x08\x78\x11\x91\x22\xfa\xe5\x68\x1e\x9d\xce\x7f\x89\x8e\x8f\xe6\xa7\xf3\x7f\xbc\x7a\x1d\x7d\x3f\xbd\xfe\xf8\xf9\xdf\xd7\xd1\xf7\xa3\xaf\x5f\x8f\x2e\xaf\x4f\xdf\xcf\xa3\xcf\x5f\xa3\xd9\xe7\xcb\x77\xa7\xd7\xa7\x9f\x2f\xe7\xd1\xe7\x93\xe8\xe8\xf2\x3f\xd1\xa7\xd3\xcb\x77\xff\x88\x28\x53\x6b\x2a\x22\x7a\x5f\x0a\x9d\x7e\x2e\x22\xa6\x05\x49\x53\x5d\xa6\x75\x05\xaa\x13\xa0\xeb\x87\xfe\x96\x25\x4d\xd8\x92\x25\x51\x46\x8a\x55\x45\x56\x34\x5a\xf1\x2d\x15\x85\xae\x1e\x25\x15\x39\x93\xba\x38\x65\x44\x8a\xf4\xd5\xeb\x28\x63\x39\x53\xa6\x16\xc9\xc7\x99\xd2\x6c\x7c\xb6\xad\x57\xa4\x64\xae\x3a\xfd\x19\x25\x24\xa7\x59\xb7\xf8\xb6\xbf\xbd\xda\xb0\x22\xfd\x33\x9a\xe9\x90\x19\x51\x24\xe3\xab\x57\x39\x55\x24\x25\x8a\xfc\xf9\x2a\x8a\x0a\x92\x53\x17\x31\x4e\x6c\x78\xfc\x1b\xfc\x0e\xbf\xbe\x8a\xa2\x8c\x2c\x68\x26\x35\x55\xa4\x0b\xb7\x26\xdb\x98\x1f\x1e\xf1\x72\xb1\x61\x5b\xa7\xe6\x2d\xfc\x61\x60\xf6\xd0\x8a\xaa\x50\x2c\xa7\x2d\x6d\xcd\x12\xc1\xcd\x38\x49\xa9\xd8\x85\xd7\x45\xa3\x53\xe8\x10\x6d\x62\xf7\xc0\x96\x82\x6f\x59\x4a\xc5\x9f\xd1\x6d\x45\xc4\xa6\x92\x75\xae\x74\x95\xd5\x65\x35\xcb\x88\x94\x7f\x46\x8c\x83\x23\x00\x51\x15\x05\x15\xf0\x81\x16\x54\x10\x45\xd3\x0b\xc2\x0a\x13\xab\x2b\x3f\xfd\x57\x47\xe8\xb0\xfd\xed\x57\x78\x0b\x27\xac\x20\x99\xa3\xb1\xd9\xda\x23\x1b\x17\x14\xef\x01\xf9\x97\x23\x49\x69\x49\x8b\x94\x16\x09\xa3\xae\x34\xe2\x68\x25\x78\x55\x9e\xa6\x7f\x46\x5c\xac\x6a\x69\x59\x1e\x1b\x07\x4b\x84\x62\x4b\x92\x28\x4d\xe4\x0a\x2e\x76\x52\x72\x82\x2e\xc9\x82\x65\x4c\x35\xa8\x51\x94\x13\xa9\xa8\xa8\xbf\xf6\x71\x3e\x94\xfb\x53\x29\xb0\x1c\xea\x9c\x33\x91\x54\x4c\xc5\x0b\x41\xc9\xe6\x79\x7c\xbb\xa5\xfa\x14\x77\x47\x13\xe7\x2c\x11\xbc\x14\x5c\x77\xa9\xf1\x92\x54\x99\x8a\x15\xcf\xa8\xd0\xbd\xa9\x03\x58\x53\x92\xa9\xf5\xff\x4a\x82\x2c\x6b\x17\xaf\xcc\x88\xd2\x83\x52\x6c\xba\xe7\x17\x4a\x4e\x8f\x69\x5d\x54\x82\x17\x21\xeb\x85\xc6\x77\x24\x82\x4a\xf5\xbf\x99\x55\x7f\xe8\x3a\x27\x8e\x50\x09\x92\xb0\x62\xf5\x52\xf9\xe2\x25\x2d\x1c\xcb\x57\x2d\x9d\x63\xd4\x27\x25\x2a\x23\x32\x27\x4d\xed\x3a\x34\x01\x4f\x33\xaf\x11\x1d\xa1\x4c\xd6\x34\x6f\x33\x19\x47\x2c\xfd\x33\xda\xa1\x71\xfa\x47\xb4\x24\x99\xa4\xcd\x6f\x25\x91\x92\x6d\x69\xff\xe7\x1b\xb2\x25\xd7\x0f\x65\x17\xf0\x51\x4a\xb5\x76\xc4\x0b\x5a\x28\xa8\xf9\xc0\x91\x7e\xb9\x20\xe5\xac\x0e\xda\x23\x8a\x9c\x15\x8c\xfb\x93\x83\x81\xc3\x84\xd0\x25\x08\x26\x01\xc3\x04\x2e\xf4\x7f\x2c\xef\xe4\x4e\xc6\x19\xc9\x17\x29\xf1\x58\x11\x1a\x4c\xb4\x2a\xec\x52\x85\xab\x0c\x77\x12\x2c\x27\x38\x37\x0f\x4c\x20\xf7\x79\xe9\xb1\x4d\x68\x34\x4c\x08\x9d\xf0\x60\xd9\xd7\x3c\xe0\x47\x5e\xa2\x6d\x80\xdc\xc9\x37\x31\xdd\xd2\x42\x2d\x04\x4b\x57\xd4\x6b\x6d\xe8\x21\x0f\xd4\x89\x7d\xb4\x21\x6b\xc6\x1b\xe8\xf0\x83\xf7\xed\x3b\x26\xad\x15\x53\xeb\x6a\xe1\x4f\x46\x16\x0f\x93\x4c\x8f\x22\x98\x3c\x2c\x17\xf8\xc0\xd4\xc7\x6a\x81\x09\x20\xe1\xc2\x67\x8f\x61\xe0\xb0\xec\x77\x09\x82\xe5\xde\x30\x81\x99\xfe\x8f\xf7\x10\x59\x7c\x43\xee\xbd\xf6\x12\x16\xd1\x11\xd6\xd3\xcd\x4e\xaa\xef\x15\xdf\xd0\x82\xfd\x1c\x93\xb1\x1a\x06\x9a\xc8\x02\x7e\x5c\x9c\x5f\xbb\x8f\x73\x17\xbc\x27\x87\x59\xca\x96\xfe\x72\xa7\xd1\xb0\xb2\xed\x84\x07\x2b\x5a\xcd\x03\xce\x53\xb6\x1c\x1a\x0b\x69\xf2\xc6\xef\x40\x48\x93\x37\x43\xa3\x60\x4b\x12\x74\x08\xa4\xc9\x1b\x78\x3f\x7b\x83\x49\xe0\x8e\x2e\xde\xde\xf8\xcb\xbf\x81\xc3\x72\xdf\x25\x08\x96\x77\xc3\x04\xbe\xeb\xff\x58\xde\xd9\xaa\x60\xca\xe3\xb8\x67\xf1\xb0\xdc\x5b\x0a\x3b\xde\xc9\xf1\x52\xe8\x81\xdc\x56\xb4\x9a\x30\x5c\xf6\x30\x24\x55\xcf\x44\xd0\xe3\x66\xf1\x4c\x8c\x44\xcb\xfa\xb9\x18\x3c\x2f\x2b\xf5\x5c\x94\x9c\x4a\x49\x56\x76\x2e\x15\xb4\x86\x5a\x7e\x60\xa4\x07\xa7\xe6\xe3\x34\xfd\x40\x8b\x7e\x75\x3d\x0c\x44\x52\xe5\x20\xe6\x54\x4d\x01\x68\x72\xed\x60\x2e\xea\xef\x29\x60\xa6\x5a\x3a\xa0\x2f\xfa\x7d\x0a\x88\x2b\x4d\x07\x33\xb3\x5f\x53\x80\x6c\x4b\x73\x38\x46\xd5\x93\x93\xd2\x63\x02\x5d\x6a\xf4\x3b\x3a\xb9\xe4\xc5\x8a\xa7\x8b\x78\x25\x58\xba\x94\x1e\x67\x99\x3d\x5c\x74\xba\xb9\x8f\x32\xdc\xbc\xd3\x72\x03\xcb\x0d\x3e\x08\x96\x9e\x48\x54\x95\xec\x2c\x31\x79\xd0\x24\xdb\x05\xa5\xfd\x8a\x64\x1b\x1e\x4e\x8f\x14\xbc\x80\x99\xe0\x05\xaa\x6c\xfc\xac\x04\x8d\xa5\xe2\x82\xac\x5c\xf7\xed\x51\xf1\x78\x0c\x8e\x2a\x21\x4f\x92\x87\x53\x48\x34\x4b\x70\x2c\x5d\x37\xb1\xa7\x83\xd8\x5d\x58\x23\x89\x62\x5b\x9d\x54\x41\x49\xee\xb1\x35\xed\x22\x63\xd2\x7a\x82\x36\x98\xa8\x6a\x7e\xe0\xf8\xc1\x57\xf7\xc3\xdc\x7e\xa3\x12\x23\x8b\x05\x53\xf9\xad\x47\x49\x39\x44\x54\x42\x7d\x9a\x70\x92\x71\x7c\xe0\xab\x79\xb9\xf8\x82\xf6\x33\x6b\xa2\x64\x22\x58\xa9\x3c\xf6\x36\x0d\x26\xda\xe7\xec\x52\x85\xeb\x79\x1a\x4e\x30\x5b\x13\x35\x37\xaf\x43\x53\x1e\x25\x48\x21\x33\xe2\x53\xf7\xed\xc1\x0e\x4d\x7f\x76\x09\x83\x4e\x82\x1a\x66\x70\x5d\xbf\x0d\xf6\xd2\x9e\xfb\xe5\xe1\x9e\x78\x91\xf1\x09\x4b\x3d\x5d\x84\x17\xec\xc3\x3b\x7d\xf7\x9c\x8a\x2d\x4b\xc6\xa9\x66\x16\x44\xe7\x18\x8e\x33\xbe\xd8\x0b\xf1\x68\xb5\x44\xd2\xa4\x12\x4c\x3d\x78\x5d\x82\xa9\x41\xb1\xf2\xe9\x90\xc5\x5b\x2a\xd8\xf2\x61\x6a\x39\x75\x91\x24\x5b\x4d\x50\x4a\x52\xa2\x88\xb5\x5c\xe9\x24\xd2\x60\xd2\x1f\x17\xe7\x93\x4a\xb4\x93\x28\xf8\x91\x67\x73\xb6\x2a\xa8\x18\x55\x9c\x3b\x08\xdf\xb4\x8c\xd8\x41\x18\x6d\x76\xfa\x20\x17\xe7\x73\xf7\xfe\x8e\x28\x72\x62\x28\xf6\xd4\x8a\x95\xe0\x7c\xeb\xb1\x42\x58\x3c\x47\xb6\x67\x45\xae\x17\x3e\x6a\x39\xce\xc6\x84\x0f\xe6\x81\xac\xc2\x75\x37\x44\x7d\x68\x38\x12\x1d\xa4\x3a\xe1\x75\x1d\x54\xa2\x3a\xa8\x2a\xeb\xa8\x31\x29\x59\x78\x45\x48\x2a\xf8\x4a\xe5\xb8\x69\x6d\x13\xeb\xa8\x64\x68\xb7\x22\x33\x8f\xe2\xd6\x68\x68\x47\xd2\x86\x87\xdb\xf8\x91\x99\x82\x1f\x32\x43\x35\x80\x05\x25\x85\x54\x24\xdb\xf8\xcb\x7b\x03\x89\x09\x60\x97\x28\x98\x14\x1a\x46\x70\x5c\xbf\x61\xf2\x90\x64\xe5\x71\x63\x43\xa3\x61\x52\xe8\x84\x07\x13\x80\xe6\x01\x73\xb2\x42\x37\x35\x96\xdc\xe3\x7e\xc6\x92\xa3\x9b\x9e\x6d\x70\xb0\x3c\x2f\x79\x09\x27\x1c\xdd\xf1\xbc\xe1\xeb\xe2\xa7\xcf\xa5\x07\x07\x88\x8d\xce\x37\x92\x17\x3b\x74\xe3\xf2\xe5\xe2\xc2\x99\x7d\xa2\x23\xa2\xe4\x99\xf0\x58\x93\x79\x26\xd0\x9a\xdc\x86\x8f\xd6\x85\x74\xdc\x59\xc6\xab\xf4\x39\x00\xc1\xe7\xe1\x9a\x09\xcc\x75\x52\x91\x5a\x75\x5b\xb1\x64\xb3\x64\xf7\xfe\x04\x5f\x23\x62\xc2\xdf\xa1\x09\x26\x82\x9a\xcf\x0d\x7c\xa9\xdf\xd0\x26\x96\xe8\x42\xf5\xb8\x4c\xe3\x00\x31\x51\xf4\x49\x82\x49\xc2\xb1\x81\x33\xfb\xc4\x57\xad\xa4\x32\x96\x59\xa4\x64\x7e\xf5\xb9\x1a\x75\x48\xaf\xdb\xa1\x0b\xab\xa0\x39\x5e\x46\xe5\xfa\x5c\xd2\x62\x40\xed\x32\xc6\x8f\x77\x44\x25\x6b\x8f\xe3\x4f\x83\x89\x0e\x43\xbb\x54\xe1\x46\x23\x96\x51\x30\x9c\xe0\x84\x65\xf4\xbb\x7e\x43\x6b\x0c\x5f\x70\xb5\x14\x24\xa7\x77\x5c\x78\x54\xcc\xfa\xb8\x68\xad\xd9\x47\x19\xae\xde\xf4\xb8\xc1\x57\xfd\x79\x52\x7f\x0e\x55\x1e\xbf\xd5\x66\xa8\xc2\xbc\x48\x55\xd1\x95\x04\xdd\x53\x7a\x58\x10\xc5\x7c\x6e\x26\x59\x40\x2c\xf3\x8e\xc4\x28\xf7\x53\x87\xe9\x3e\x9b\x70\x5b\x50\x96\x0d\x5c\x3c\x1c\xeb\xe7\xa8\xd9\xe2\x4e\x5c\x3d\x65\x40\x17\x95\x17\xdc\xa3\x8e\xa5\xd1\x30\xf5\xb1\x13\x3e\x72\x5d\x78\xc1\x05\xcc\x8e\x3f\x7f\x45\x15\x46\x9a\xc9\xdb\xcc\x5f\x6e\x0c\x1c\x56\xa5\xba\x04\xc1\x2a\x83\x61\x02\xef\xf5\x7f\xdc\x06\x38\x11\x3c\xa7\x9d\x63\x10\x3e\x0c\x81\x6b\x4c\xb4\x61\xed\x52\x05\x34\x09\xae\x39\xc1\x45\xf3\x8a\x09\xa5\xa0\xca\xe7\x1a\xab\x81\xc3\x44\xd1\x25\x08\x26\x05\xc3\x04\x2e\xf5\x7f\x7c\x7a\xe8\x73\x39\x48\xa3\xa1\x5a\x2b\x0f\xbf\x1c\xa4\x79\xc0\x19\xc7\x97\x83\xba\x07\x4e\x9e\x9f\xed\xce\xf1\x8a\xbd\xd9\xd6\xe1\x93\x2d\x9f\x7a\x67\x37\x02\xc9\x4c\xc3\xc2\x47\xa5\xd0\x95\x04\x45\x33\xba\x12\x24\xf7\x27\xb7\x1a\x11\x93\xdd\x0e\x4d\x30\x11\xd4\x7c\xe0\xda\xbd\xa0\x86\xd1\xa4\x58\x65\xcc\xe3\x02\x9a\x03\xc4\x04\xd1\x27\x09\x67\x1b\x6d\xd9\xc0\x07\xfb\x1c\x34\xa6\xdf\xb0\x82\x4a\x9f\x4a\x5a\x17\x15\x93\xc7\x1e\xba\xf1\xbb\x88\x1d\x8c\x78\xc9\x04\x5d\x73\xf9\x32\xd6\xf8\x8e\x29\x7c\xb2\xcf\x37\xe3\x36\x13\x35\x42\x9d\xdc\x1a\xe2\xc4\x7d\xa3\x96\xaf\xea\x8e\x29\xaf\x83\xbf\x03\x44\x5b\xb0\x25\x89\x25\x25\x62\xca\x24\xb4\x8f\xa2\x58\x4e\x33\x56\x4c\x36\x7a\xac\x71\x52\x26\x68\xa2\xac\x15\x60\xf0\x22\x77\x4c\xa1\xc7\x14\xae\xed\xaf\xef\xcc\x8f\xd6\xfe\x70\xdc\xa6\x72\x0d\x5b\xcb\xa4\x46\xbc\x76\xdf\x93\xc0\x6c\x31\xd5\x50\x73\xf3\x35\x64\x5b\x21\xef\x3c\x1a\xd2\x3b\xc0\x81\xb6\xdf\x21\x09\x6a\x49\x21\xef\x96\x30\xff\x7e\x82\x49\xa0\xac\x16\x85\xcf\x63\x32\x16\x0f\xcb\x7f\x8f\x22\x58\xf6\x2d\x17\xb8\xaa\x16\x97\xf8\x31\x19\xa9\x7c\x66\x5f\xa3\x61\x99\xef\x84\x0f\x64\xbd\xb3\xb3\x3b\x72\x0d\x5c\x55\x0b\x98\x2b\x3c\xd7\x66\xf0\x90\xb7\xbe\x87\x3e\x79\x3b\x3c\xec\xb5\x34\x61\x47\x29\x79\x2b\x61\x7e\xbb\x3b\x3a\xed\xe8\xfc\xea\x7f\x7e\xfd\xd5\xe3\x14\x42\xc3\xa1\x73\x88\x0e\x41\xb8\x49\x84\x66\x02\x67\xfa\x3f\x7a\x98\x82\x2b\x8f\x4a\xa0\x46\xc3\x72\xde\x09\x0f\x67\xa3\xcf\x15\x81\xd3\xcf\xd7\x47\x68\x91\x4b\xee\x77\x95\xdf\x01\x3a\xba\x27\xf7\x14\x8f\x1a\x92\x91\xa5\x69\xe1\xe1\xcc\x62\xa0\xab\x43\xf6\x6c\xe6\xc6\x77\xab\xa6\x9b\xe1\x56\xdd\xd2\x04\x3e\x09\xba\x91\xf0\xfe\xd3\x7c\xe0\x88\x14\x51\x6b\x9f\x8a\xa2\x03\xc4\x84\xd0\x27\x09\x78\x50\xca\xb0\x81\xef\xf6\x89\x0e\x6c\xc9\x9a\xa6\x55\xe6\x53\x0e\x0d\x24\x3a\xc4\xed\x10\x85\xdb\xec\xad\x19\xc1\xbc\x7e\x43\x1b\x3e\xb9\xf7\x38\xd0\x6b\x34\xb4\xc9\xb7\xe1\x87\xe5\xaa\xd8\x52\xa1\x55\x58\x1d\x11\xce\xc8\xfd\x02\x6d\xe9\x37\x1d\x8f\x15\x1e\x32\xd3\x1e\xa0\xda\x3f\x6c\xbd\xc0\x01\xab\x2d\xc9\x58\x4a\x14\x17\xa0\xb9\xc1\xd9\xa3\xd3\x4c\xfd\x24\xb7\x42\xf7\x27\x86\x16\x13\x13\xc6\x23\xaa\x50\x8a\x5c\xc7\xda\xb2\xad\x0b\x68\x0d\x37\x22\xf0\xb9\x97\x6f\x01\xd1\xaa\xd1\x23\x09\xa7\xd3\x58\x36\x70\xf6\xc1\x3c\x31\x29\x3c\x90\x3c\xf7\xd9\xe9\x59\x3c\x4c\x06\x3d\x8a\x60\x22\xb0\x5c\xe0\x3f\xe6\x81\xae\x0f\x2f\x88\xf4\xb8\xe5\x6a\xe0\xb0\xec\x77\x09\xc2\xad\xf2\x6a\x26\xf0\xf1\x98\x48\xfc\x30\x80\x9e\x5c\xa7\x1e\xfb\x79\x07\x38\xa0\xff\x74\x48\xc2\x4e\xe8\xd3\x05\xcc\x53\x7c\x3e\x4b\xca\xb8\xa0\xea\x8e\x92\xad\xd7\xa1\xbf\x0b\x8b\x0e\xff\x7b\x08\x03\xda\x4d\x96\xd0\x30\x83\x4b\xaa\xbe\x9b\x37\x54\x3e\xf6\xf4\x42\xc1\xef\x3c\x0a\xa7\xc1\x44\x25\xb3\x4b\x15\x4e\x2c\x0d\x27\x70\x87\x35\x2e\xf9\x1d\xba\x27\x20\xca\xc4\xe3\x86\x80\x28\x13\x4c\x10\x9d\xf0\xc3\xed\xd8\x47\xee\x04\x88\x32\x81\x0f\xa2\x4c\xd0\x19\x70\xe9\xf3\xb4\xaf\x46\xc3\x72\xdd\x09\x0f\x37\x03\x2e\x97\x12\x4e\xaf\x4e\xe6\x43\x7d\xe4\xc6\xe7\xc9\x4c\x07\x38\xd4\x47\x6e\xc2\x9f\xc3\xd4\x7d\xe4\x26\x97\xf0\xe9\x02\x95\x80\x54\xc4\xa3\xf5\xa7\x46\x43\xdb\x7d\x1b\x1e\xae\xc5\x2b\x72\x0f\x73\x75\xf4\x63\x70\xd1\x2f\x97\x1e\xad\xd5\x6a\xc4\x81\xa2\xef\xd2\x84\x5d\x1e\xc8\xe5\x06\x2e\xe6\x9f\xd0\xe5\x81\x94\x2e\xe8\x4f\x56\xe5\xb1\xbc\xcd\x74\x4f\xe9\x73\x98\x7c\x8c\x8d\x4e\x25\x9e\xa2\x0e\x26\xa4\x9a\x23\xbc\x73\x2f\xf3\x9a\x33\xda\x5e\x0a\xb2\xa1\x0f\x24\xf7\x68\x79\xd4\x40\x3a\xca\xbd\x93\x68\x1d\xfe\x88\x72\x64\xc3\xa8\x63\xc3\x5c\xbf\xfd\xe7\xe8\xe2\x1c\x9d\x58\x2f\x89\x54\x37\xd2\xe7\x99\x83\x1a\x11\xcb\xa8\x39\x74\xb0\x43\x38\xd2\x28\xd1\x45\x86\x13\xf7\x82\xe6\xf2\xde\xa3\x07\xa1\x7b\xd4\x7d\xd0\x7d\x70\xdf\x41\xf7\x37\xf0\xe3\x0c\x6d\xef\x66\x8f\xd2\x63\x1b\x37\x78\x68\xbb\xee\x52\x04\x5b\x1e\x30\x4c\xc0\xee\xc0\x0e\x1d\x1f\xf3\x97\xfb\x8e\x71\xe9\x93\x87\xc6\x46\xe7\xdc\x1d\xc2\xcf\x88\x3c\x50\x45\xe8\xc4\xdd\x73\xf0\xb3\x93\x86\xf1\x07\xd1\x4c\x2a\xc0\x38\x9d\x1e\xb5\x07\xad\xe3\xc2\x63\x63\x54\xfc\xa0\x69\x13\x09\x39\x64\x6a\xe6\x97\x6f\x3d\x4f\x69\xdf\x0e\x69\x6b\x0d\x45\xd8\x09\xed\x5b\x98\xbf\xc5\x67\x26\xdc\xa3\xbe\xa2\xd1\xb0\x7e\xb8\x13\x3e\x76\xbe\xc1\x37\xf0\x41\xf0\x0d\xda\xed\x26\xbc\x4a\xd6\x3e\x57\x27\x1c\x20\x56\x96\x7d\x92\x80\x8e\x19\x0d\x1b\x98\xe9\xe7\x3b\x74\x85\xe2\x8e\x8b\x4d\x4a\x3c\x1a\xad\x3a\x40\x4c\x0a\x7d\x92\x70\xdb\x33\x96\x0d\x7c\xb7\x4f\x4c\x0a\x3f\x59\x19\xa7\x74\x99\x11\xaf\x26\x4d\x5d\x54\xb4\xa2\xff\x64\xe5\x0e\x5d\x1c\x3d\xfe\xed\x90\xdc\x77\x96\xa9\xeb\xd8\xf0\x17\x2b\xdf\xb9\xf7\x9d\x06\x71\x30\xc4\x87\x9f\x4f\x62\xec\x68\x92\x5e\xbd\x01\xcb\x01\x6f\xc0\x3a\x7c\xb2\xc9\x9e\x7c\x01\x57\xc2\x9a\x07\xcc\x07\x5c\x09\xcb\x07\x99\x71\x8f\x1b\x48\x16\x0f\xab\x70\x3d\x8a\x91\x39\x32\x51\x61\x6e\x1e\x43\xfb\xdf\x31\xf3\x69\xe4\xeb\x00\x87\xc6\x4a\x16\xde\xc4\x57\x0f\x96\x8c\xe4\x70\x7a\x74\x71\xd0\xdc\xb6\xe4\x52\xad\x04\xf5\xb8\xca\xf3\x08\xfa\xa0\x99\xed\x0e\xf1\xcb\x4d\x6c\xaf\x1c\x63\xf4\x6c\x5a\xc6\x0a\x8f\xda\x85\x81\xc3\xa4\xd2\x25\x08\x77\x3c\x4d\x33\x81\x13\xfd\x1f\x5d\x0c\xca\x6f\x7d\x5e\x2c\x90\xdf\xe2\x97\x0a\xb4\xe1\xe1\x9a\x48\x7e\x5b\xc2\xd1\xc5\x97\x2b\x54\x9f\xac\xc8\x96\x38\xff\xe5\x95\xc7\xd6\xd1\xc7\xc5\x44\xb1\x97\x32\x9c\x49\xbc\xe6\x06\x35\x37\xf8\xa0\x3f\x8d\x5b\xcd\xe3\x0a\x6d\x1a\x65\x95\x49\xe2\x51\x31\xb1\x78\x98\x5c\x7a\x14\x01\xed\x42\x35\x17\xb8\x32\x0f\x74\x33\xbd\xf4\x68\x1d\x77\x53\xa2\xc6\x71\x6d\x70\xb8\x0d\xf4\x92\xc0\x59\x39\x7c\x24\x22\xf5\xbc\x79\x6a\x10\x07\xc6\xcf\x2e\xcd\xb4\x63\x10\x69\xba\xb0\x9e\x17\x5f\x60\x18\x7e\x03\x69\xba\x80\x77\xe9\x62\xc2\xb9\x87\x26\x9d\x26\xbe\x75\x0e\x89\x7b\xa6\x4d\x3c\x8e\x4f\x1a\x0d\x2b\x8a\x4e\x78\xa8\x45\x2b\xcd\x02\x2e\x78\x82\x0e\x4d\x8c\x26\xbf\xff\xfa\x7f\xff\xf0\x68\x98\x5b\x23\x62\xb9\xaf\x69\xe2\xa9\x2b\xf1\x3b\x30\x49\xc6\xda\xaa\x11\x6e\xc7\xcf\xb1\x03\xcb\x0e\x66\xe6\x31\xce\x65\x72\x0d\x61\x33\x6e\xb6\x8c\xf1\xfd\x80\x3b\xba\xf1\xd8\x39\x6a\x34\xac\x60\x3a\xe1\x01\xed\x2a\x37\x04\xbe\xd3\x0d\xda\x41\x9a\x6b\x2e\x79\xe6\x55\x6f\x68\x31\x31\x11\x3c\xa2\x0a\xd5\x3e\x5b\x46\x30\xb3\xaf\x03\x7a\xc2\x96\x0a\xe5\x71\x2f\xd5\xc0\x61\x92\xe8\x12\x84\xb3\x45\xd4\x4c\xe0\x9b\xfe\x8f\xaa\x08\xe9\xc2\xa3\xd5\x84\x46\x43\x95\x84\x36\x3c\x9c\x96\x90\x2e\x12\x38\x4b\x17\xa8\xd9\x44\xc2\x0b\x59\x79\xdc\x0a\xb4\x78\x03\xd5\xbf\xa5\x08\xb8\x84\xa9\xb9\xe8\x7a\x2f\x2b\xd4\x11\x01\x5f\x15\x1e\xb3\xaf\xd1\x1c\xd1\x9e\xad\x8c\x4e\xe8\x28\x0f\x96\x3a\x1e\x7c\x5e\x15\x19\xb2\xb1\xb0\x24\x09\x5d\x70\x9f\xeb\xeb\x35\x22\x56\x98\x3b\x34\xe1\xe6\xc1\x8e\x0f\x9c\xb8\x17\xd4\xb3\x64\x49\x94\x47\xef\x46\x06\xee\xe9\x42\xed\x06\x8f\xbb\x26\x48\x47\x84\x1f\x57\x44\xad\x91\x72\x2d\xa4\x47\x67\xe2\x85\x44\xfd\x88\xb7\xc1\xe1\xbc\x41\xc8\x5b\xb8\x94\xb7\x43\x87\x7a\x7c\x1a\xf7\x6b\x38\x47\x85\x38\x09\xec\x50\x8d\x3f\xd3\xb3\x30\x27\x7a\x70\x2b\x7f\x7b\x5e\xae\xf0\x7e\x4a\xaf\x38\xe0\x94\x5e\xf1\x42\xa7\xf4\x0a\x09\xf3\x02\x3f\xa5\x97\x6f\xa9\xc7\xfe\x56\xa3\xa1\xb3\xa0\x36\x7c\x44\xd6\xf7\xb4\xf2\x0e\xd0\xc8\x49\xd2\x96\x66\x70\xb1\xa5\xd9\x98\x9d\xe4\x26\x12\xd2\x31\x54\x05\xdb\xf2\x84\xa9\x87\xb8\x24\x42\x52\xe1\xb1\x62\x3d\x82\xc6\x9a\x4f\x4b\x9c\xc8\xed\x9e\x5f\xd5\xde\x5f\x97\xec\x9e\xa6\x23\x04\xda\xd9\x55\x6a\x40\xe0\xdf\x05\xfb\x66\xde\xae\xe5\x76\xe4\xd6\xd4\x1e\x90\x13\x9d\xa4\xef\x2c\x55\xeb\xe7\x63\xcd\x1e\x25\xa8\x2f\x61\x41\x3d\x9e\x53\x17\x14\x3d\xa3\xde\x06\x87\x9a\x68\x08\xba\x84\xaf\x14\xbd\xeb\x2d\xfb\xe9\xf3\x86\xbb\x9f\x4b\xac\x46\xb6\xc1\x23\x6b\x56\xf6\x73\x09\xe7\x7f\x9d\xa0\x25\x57\x92\xb5\xc7\xbb\x6b\x35\x1a\x56\x76\x9d\xf0\x70\xab\xa8\x64\xcd\xe1\x8a\xac\xd1\x7b\x6b\xb7\x1e\x37\xe2\xb6\xe8\x1e\xdc\xf6\xc0\x75\xbf\xc9\xb5\x75\x9b\xc3\x37\x74\xa1\x6e\xc1\x8a\xd4\xa3\x45\x83\x81\xc3\xea\xab\x21\xe8\xf5\x9e\xf6\x97\x6e\x1f\x59\xff\xb6\xd9\x96\xd3\xea\xb6\x89\x0e\x89\xdc\xc2\xb1\x7e\x7b\xdc\x41\x1d\x06\x60\xd2\x64\x21\x4c\x7f\x79\x4e\x8b\xd5\xe8\x0e\xd3\x42\x6d\xb6\xa5\x05\xfa\x44\x1f\xbe\x91\xac\xa2\x57\x84\xe1\xd6\x01\x37\x5e\x5d\xc6\xdf\x0c\xb8\x8c\xbf\x79\x01\x97\xf1\x9a\x07\x9c\x0d\xb8\x8c\x27\xa5\x57\xad\xb1\x1c\xd0\x18\xcb\x17\xd0\x16\xcb\x42\xc2\x51\x59\xa0\xab\x51\xbc\x54\xa4\xcc\x48\x51\xf8\xb4\xa9\xe9\x80\x62\x42\x78\x4c\x16\x4c\x16\x1d\x56\xf0\xb9\x54\xe4\xca\xbe\xe3\x57\x27\x98\xcd\x06\x8f\x53\xdc\xde\x86\xcb\xd3\xb3\xa4\x3e\x5d\x1c\xf5\xbf\x47\xf6\x48\x2e\x32\xfc\xb0\x5b\x27\x23\xfb\x90\x3a\xf6\xd9\x90\x79\x74\x63\xbd\xe0\x6e\xca\x0b\x60\x44\xe1\x90\xb1\x0a\xf5\x04\xed\xcb\x99\x50\x5c\x58\xbe\xf8\xa1\xfa\x64\x23\x79\x71\xef\xf3\x68\x40\x8b\x89\x56\xae\x5d\xaa\x91\xbd\x68\x13\x1d\xce\xec\xeb\x8f\x81\x93\x01\x3f\x39\xdf\x50\x5a\x52\x11\xe7\x44\xfa\x35\xda\xdb\x41\xc6\x2a\xc5\x13\xb4\xc1\x2a\x45\xc3\xcf\xb2\x83\x0b\xf3\xd8\x57\x25\x36\xf1\xa6\x20\x4a\xb3\x1b\x14\xcc\xe6\x49\x91\x34\x20\x98\x0c\xfa\x24\x87\x1f\x21\x8c\xa2\x52\xf0\xb4\x4a\xda\xb2\x33\xb5\x8b\x96\xb4\x48\x69\x91\xb0\x96\x4f\x54\x5b\x03\x0f\x64\x60\x30\x1b\x71\xcd\xb1\x89\x60\x56\x99\xf3\x97\x4c\x42\xcd\x71\xdf\x14\xcb\xad\x15\x78\x9c\x67\x75\x57\x1f\x9e\xba\x4d\xbc\x4f\x13\x4a\x69\x6f\x96\x46\xea\x15\x91\x21\x6f\x29\x39\x51\x5e\x2f\x3a\x6d\x31\x31\x69\x3c\xa2\x0a\xea\x30\xc5\x72\x32\x1e\x53\xec\x2b\xaa\x45\xca\xe2\x37\x8f\x5a\xa4\x2c\x7e\xc3\x7a\xf4\x4e\xf8\x48\xb5\x40\xc7\x84\xa3\xf9\xe5\x6f\xc3\xab\xa9\x89\xc7\x63\xdf\x0e\x10\xd5\x8c\x7b\x24\x61\x97\x52\x93\x3b\x98\xdd\xa1\x0b\xa9\x92\xf9\xb4\x94\x66\xb8\xa1\x34\x7b\x86\x9d\x34\x0b\x6f\x26\xcd\x4a\x98\x33\xdc\x67\xf0\x5a\xb0\xa5\xc7\xc9\xa3\xc5\xc3\x64\xd6\xa3\x78\xee\x35\x83\x3d\xb0\x91\x0d\xca\xc6\x85\x6b\xf3\x38\x44\xcb\xee\xb8\xe2\xec\x46\x45\x55\x47\x9f\x47\xd0\x6f\xf0\xe3\xe7\x37\xe1\x8f\x9e\xdf\xe4\x12\xce\xf0\x9b\x7e\xcb\x55\x2c\x68\x99\xb1\x84\x28\xc6\x8b\x58\x66\xdc\x63\xed\xda\x03\x8e\x49\xe4\x69\xf2\x70\x8b\x86\x2b\xe8\xb0\x04\xcd\x12\xae\x56\x5f\xdb\x9f\xe6\x19\x47\x6b\x8c\x7e\xaa\x9f\xfe\x44\x66\xf1\x30\x29\xf5\x28\x02\x5e\xd9\xa4\xb9\xc0\x17\xf3\xc0\x04\x40\x55\x92\xfa\xcb\xbe\x46\xc3\x32\xaf\xc3\xa7\x5e\xbe\xd3\x41\x90\x8a\xa8\xc9\x23\x81\x41\xd8\xd0\x87\xe0\xcd\x57\x33\x82\xf7\x2a\x49\xf7\xdc\xfc\x73\x68\xd4\x4f\xf4\x61\xdc\x91\xd1\x26\xe6\x5c\xcb\x08\xd7\xc4\xde\xf8\x54\xc4\xde\xa0\x3a\x4b\x13\x1c\x4e\x5f\x91\x6f\xe0\x08\x77\xe2\x48\x54\xce\x7d\x2e\x61\x6a\x38\x34\xd7\x1d\x82\x70\xf9\xd6\x4c\xe0\x48\xff\x7f\x62\x0a\xad\x9f\x54\xc5\x82\xb2\xe5\x01\xfb\x09\xe8\x44\xba\x0b\x85\xe5\xfc\x4e\x90\xd1\xea\xd6\xce\x5a\x60\xb2\x26\x85\xcf\x59\xa4\x03\xc4\x52\xdd\x27\x09\xe7\x5d\xc0\xb2\x81\x1f\x33\xf3\x44\xf7\x2b\x53\xe2\x51\xbd\xd6\x68\x58\xfe\x3b\xe1\xc1\x32\xaf\x79\xc0\x79\x4a\xf0\xb3\x84\x37\xb9\xcf\xce\xc9\xc0\xa1\x13\x8b\x0e\x41\xb8\xe9\x81\x66\x02\x73\xfd\x1f\x3d\xc4\x5b\xaf\x8e\x05\x58\x0c\xc4\x64\xb0\x4b\x14\x7e\xf9\x0f\xfe\xe2\xfc\x93\x79\x43\xf7\x5f\x32\x56\xac\xf8\xff\x78\xdc\x7b\xb1\x80\x98\x2c\xfa\x24\xe1\xf6\x5c\x2c\x1b\xf8\x6c\x9f\x83\x4e\x08\x3d\xfb\x56\x3f\xc0\xb5\xfa\x0b\x79\x56\xaf\x1d\xab\xa3\xdb\xe1\x82\xb0\x42\x09\xea\x71\x48\x68\x20\x31\x29\xec\x12\x85\xbb\xb1\xba\x66\x04\xc7\xf5\x1b\xda\x4f\xd0\x22\xa5\x3e\x1d\x6f\x39\x40\xb4\x8f\xe8\x91\x84\xeb\x21\x2c\x1b\xf8\xcb\x3e\x07\x2e\x70\xc9\x98\x47\x4b\x18\x8b\x87\xc9\xa0\x47\x11\xf2\x86\x94\x8c\x71\xb8\x36\x0f\xb4\x63\x48\x14\xdb\xd2\xdc\xa3\x75\x6e\x8d\x88\x76\x0d\x7d\x9a\x70\x7d\x83\xe3\x03\x47\xe6\xe5\xe2\x0b\x7a\x6f\x1d\x53\x82\x29\x8f\xfd\x83\x03\xc4\x04\xd1\x27\x09\x67\xaf\x6c\xd9\xc0\xa5\x7d\xe2\xce\x48\x53\x9f\x37\xd9\xd3\x14\xbf\xc9\xbe\x0d\x0f\x76\xf9\x08\x4d\x09\xcc\x69\x3a\x74\xd0\xd4\xfb\x2d\x05\x07\x5c\x52\xf0\x42\x77\x14\xd4\x57\x14\xa0\x6e\x1a\xf8\x4f\xaf\x5e\x07\x35\x1c\x96\xfb\x2e\x41\x38\xfb\x01\xcd\x04\xde\xe9\xff\x68\x9d\x2f\xb3\xca\xa7\xd7\x05\x8b\x87\xd6\xfb\x2e\x45\xb8\x29\x83\xe1\x02\x73\xf3\x40\x5d\x10\x70\xbe\xca\x68\x9c\x8a\x83\xf6\xca\x0f\x15\x43\x17\x15\x13\xc6\x1e\xba\x70\xce\x07\x0c\x2f\x30\xbc\xe0\x83\xf9\x78\xa7\xdf\x87\xa6\x93\x7e\x67\x93\x43\x93\xc9\xf1\x52\x68\xe3\xc6\x8b\x97\xb8\x9c\x5c\x73\x02\xc3\xc9\x4c\x49\x8f\x47\x2f\x51\x1a\x00\x1d\x15\x3d\x76\x9d\x10\x8f\x56\x3c\x1a\xcd\x11\xed\xdd\x9e\xea\x84\x8f\x3c\xf1\x9c\x90\x0c\x4e\x67\x24\xc3\x5d\xad\x11\x29\x49\x91\x0a\xe2\xf3\xba\xe4\x0e\x28\x56\xa9\x92\xf0\x57\x26\x37\x29\x81\x59\xfd\x76\xc0\xcd\x10\xb1\x20\x3e\x37\x34\xbb\xa8\x98\x3c\xf6\xd0\x05\xbf\x28\x42\xf3\xaa\x6f\x8b\xf8\x4a\xf0\x9d\x48\xef\x56\x7e\x07\x18\xf7\xbd\x90\x4d\x9f\x63\x03\xc6\x94\x0f\x77\xcb\x97\xfa\xb4\x18\x4e\x71\x83\xe1\x34\xbc\xbd\x70\x5a\x48\x78\xb7\xdf\x5a\x78\x13\xdf\xd1\xc5\xfa\xa0\x83\xaf\xd8\x02\xbb\x03\xc1\xf2\xd9\x27\xc1\x2d\xd5\x9a\x5f\x77\xfa\x9c\xb5\x57\x6d\xc9\xc0\xa1\x9d\xd7\xfa\x05\x74\x25\xc3\x04\x66\xeb\x01\x4d\x29\xe1\x39\x55\x1e\x77\x3c\x2d\x1e\x9a\x7b\x43\x31\x59\x25\xe8\x31\x08\x78\x50\x5d\x73\x81\x99\x79\xa0\x4d\x5a\xb0\xcc\xe3\xf0\x67\xe0\xd0\x66\xdd\x21\x08\xd7\xb0\x35\x13\x78\xa7\xff\xa3\x7a\x24\x17\xbc\x92\x1e\xcf\x74\x3b\x40\x54\x9b\xec\x91\x84\x53\x07\x2d\x9b\x05\x57\x9d\x1f\xe7\xf6\xc7\x63\xdc\x84\x82\x28\xee\xd3\x3d\xa2\xe2\xb8\x6f\xc4\x36\x3c\xe0\x96\x2a\xcf\xe1\x48\x71\xf4\x78\x56\xb9\x32\x1e\xd0\x7c\x5a\xdb\x18\x40\x2c\xf3\x7d\x92\x80\x56\x35\x86\x0d\x5c\xad\x8c\x5b\x37\x74\xe2\x49\x79\xc2\x53\x9f\x0b\x0f\x35\x22\x26\x87\x1d\x9a\x70\x93\x4d\xc7\x07\x3e\x50\x3e\xd3\x2f\xa8\x28\xbc\xba\xf8\x5f\x1d\xe2\xde\x7f\x35\xd5\xb5\xbf\x8e\x08\x1f\x86\xce\xac\x08\xe9\x51\x7d\x13\x12\x55\xdf\xc4\xa1\x6e\xda\x07\x8d\x14\x5b\xa4\x91\x16\x8a\x42\x4a\xf8\x2a\xe5\x38\xdb\x44\x17\x09\x35\xb1\xba\xa7\x1e\x7d\xfa\x68\x34\x4c\x90\x9d\xf0\x70\x96\x4d\xf7\x34\x81\xf7\xf7\x14\xf5\xe9\xb3\x20\x92\xfe\xee\x71\xdf\xd6\xe2\x61\x25\xdf\xa3\x18\x7b\x30\xd5\xc4\x85\x63\xf3\x40\x5b\x05\x2b\x96\xac\x60\xb2\xf4\x79\x03\x42\x8b\x89\x15\xed\x23\xaa\x70\x2e\xe0\x1a\x4e\x70\xda\xbc\xa2\x7b\x2f\x9d\x82\xf0\xb0\xf1\xd2\x9a\xf7\xed\xdf\x75\x99\x64\xfe\x37\x72\xcb\x85\x28\x09\x97\x03\x36\x74\x39\x4b\x04\x2f\x05\x5f\xb2\x8c\xc6\x39\x55\x82\x25\x1e\xc5\xb0\x0f\x1d\x13\x0b\x42\x1f\x6e\x35\xa0\xc3\x13\x1c\x4f\xb8\xd0\x3f\x5e\xd9\x1f\x2f\xec\x6f\xb8\x25\xa2\xa2\x82\x79\xbd\x44\xca\x21\xa2\x9a\x64\x9f\x26\xa0\x61\xa2\xe5\x03\x47\xee\x05\x15\xc5\xcf\x4a\xd0\x58\x2a\x2e\xc8\x8a\xc6\x8b\x8c\xfb\x74\x9d\xfa\x08\x1b\x15\xcf\x53\xd4\xe1\x04\xa5\x39\x82\xe3\x08\x9a\x23\x1c\x67\x1c\x5d\x60\x2a\x05\x57\x7c\x51\x79\x74\xea\x51\x23\x62\xe3\xcc\x0e\xcd\xc8\x91\xa6\x8e\x0d\x57\xee\x05\x1d\x6d\x14\x59\x49\x5e\x79\x34\x02\x74\x80\x58\xfe\x14\x4b\x1f\x2e\x34\xf5\x44\x27\x0f\x8e\x05\x5c\x37\x38\x7b\xb3\xd8\xd8\x93\x7a\x31\x4a\xc5\xea\x72\x9f\xe4\xd0\x8d\xea\x47\x43\x74\x56\xdd\xfb\x5c\xd2\xad\x11\x07\x86\xfc\x2e\x4d\xc8\x01\xdf\xf0\xd1\xc3\x7d\x56\xdd\xe3\xcb\xba\x05\x55\xea\x21\x36\x29\xf1\x37\xe4\x37\x98\xe8\xc0\xbf\x4b\x15\xea\xb2\x4f\xc3\x08\x34\x36\x5c\xea\xd7\x8f\x4a\xa1\x16\xab\xe6\x50\x1e\xf5\x39\xf8\xd7\x88\x68\x1f\xdd\xa7\x09\x7b\x16\x90\x26\x12\xde\xcf\x70\x0b\xfb\x9f\xac\xd4\x63\xbe\x47\xa3\x34\x0b\x88\xf5\x56\x7d\x92\x91\x5d\x95\x8b\x0c\x7f\xb1\xf2\x84\x65\x14\xbf\xc7\x2f\x23\xaa\x24\x3e\xbd\x67\xd7\x88\x58\x19\xef\xd0\x3c\x77\x76\xbc\x03\x37\x52\x5c\x75\x6c\x38\x71\x2f\xe3\x26\xcb\x8f\xa2\xa3\xab\xad\x99\x57\x59\x1b\x38\x4c\xd0\x5d\x82\x70\xeb\xac\x9a\x09\xcc\xb3\x81\xbc\x1b\xd3\x5b\xcf\x4e\x1a\x0f\xf0\xd1\xf8\x42\x2e\x1a\x6b\x0f\x8d\xf8\x3e\x4d\x95\x78\xbe\x75\xbe\x81\xc4\xa4\xb0\x4b\x14\xf6\x76\x33\x73\x03\xfd\xac\x7e\xc3\x6f\x9c\x5c\x31\x45\x32\x9e\x78\xbd\x79\xb1\x8b\x8a\x49\x65\x0f\x5d\xb8\xcd\x98\x0e\x2f\x78\x67\x3f\x3e\x27\x8f\x2e\x41\xdc\xd1\x6a\x59\xee\x73\x11\xda\xc0\x61\x02\xe9\x12\x84\x33\x02\xd6\x4c\xe0\x5a\xff\x47\x27\x41\x19\x51\xba\x7f\xf6\xac\x91\xf5\x60\x31\x59\xec\x23\x0c\xa5\x97\xd5\xbc\xac\x6a\x76\xe5\xbe\x86\xb4\xb3\x9c\x30\x9f\xde\x5e\x09\x43\xb7\x2c\x59\x4e\x9e\x73\x9f\xdb\x23\x19\x1e\x1c\xb7\xe4\xe5\x84\x1b\x36\x5b\xbe\x93\x13\xad\x19\x4f\x8e\xac\xc5\xe5\x49\xb9\xc9\x59\x4e\xe3\xbc\xca\x14\x2b\x89\x18\xe3\xa7\xa0\xb3\x9e\x45\x58\x06\x17\x84\x1d\xe2\x28\xb7\xa3\x18\x69\xce\xd0\x70\x86\x0b\x96\xd3\x8b\xfa\x0b\x55\x2a\x9d\xed\xe4\x82\xad\x6e\x2b\x2a\x3c\xfa\x7b\xdc\x01\xc6\x2a\xec\x0e\x69\x2c\xa7\x18\x9b\xed\x85\x0a\xdd\x43\x3a\x6b\xd0\x9a\x9d\x33\x08\x3d\x66\xab\x2f\xfa\x73\x94\x3d\xe3\x2e\x94\xbc\xcd\x76\xe0\xe6\x5f\xce\x71\xcb\x08\x5e\x2e\xb8\xc7\x8b\x2b\x1c\x20\x3a\x2e\xf7\x48\x02\xda\x47\x18\x36\xf0\xce\x3e\x07\x27\xc2\x9e\xaf\x16\x7e\x33\x7c\xb7\xf0\x9b\x97\xb9\x5c\xf8\x0d\xc8\xb7\x70\xf4\x7d\xfe\x06\xbf\x61\xd8\x6c\xce\x6e\x49\xc6\x52\xa2\xb8\x47\xb5\xa4\x8f\x8b\x89\x64\x2f\x65\x40\xff\xa1\xbc\x68\x98\x19\x5f\x88\xdf\xea\x2f\xf4\x74\x73\x95\x2f\xa8\xb8\xf1\x3a\xcd\x6b\x31\x31\xf1\x3c\xa2\x0a\x77\xde\xb9\xe1\x04\xe7\xcd\x2b\x7e\x11\xd2\x42\xf2\x64\x43\x55\x7c\x23\xc5\xdb\x7f\xfd\xee\x4f\x34\xbb\xc8\x98\x80\x9e\xa0\xf5\x2c\xa6\x86\x0b\x58\x2e\x70\x36\xff\xfa\xf6\x5f\xbf\x7f\xa7\x8b\xb9\xf9\xf9\x80\x23\x0f\x7e\x55\xbb\x0e\xe8\x01\x03\xa6\x26\x8b\xa7\x5e\x12\xf7\x08\xe9\x85\xc6\x4a\xa3\xe0\xd8\x81\xed\x40\x35\x67\x3f\x84\x73\x7c\xda\x22\x0d\x5f\x3d\x47\x04\xf1\x6c\x15\x5d\x23\xa2\xa3\x43\x9f\x26\xdc\xf0\xe0\xf8\xc0\x91\x79\xc1\x97\xd0\x25\xf7\xe9\xd8\x41\xa3\x61\x7a\xb1\x0e\xbf\x21\xf7\x63\x6e\x16\xe9\xe8\xb6\x3a\x36\xcc\x39\x29\xcf\xc8\x3d\x7e\xb9\xc8\x52\x50\x9a\x13\xb1\xf1\x39\x15\x6f\x31\xb1\x42\x7e\x44\x15\xee\x0e\xa0\x86\x13\x9c\x34\xaf\xf8\x81\x4c\xb1\x3d\x68\x93\xeb\xe0\xd2\xb6\x80\x98\x38\xfa\x24\xa1\x26\xe3\x8e\x8b\xb9\xdd\x2f\x1b\xe8\xad\x99\x47\x01\xac\x18\x9a\xf9\x36\x38\x5c\x5f\xca\x14\x7c\x60\xb8\x59\xec\x9d\x8c\x37\xac\xa0\x92\x79\x5e\xc6\x75\xa0\x03\x0a\x71\x4d\x16\x2f\x99\xa0\x6b\x3e\x65\x3d\xf3\x11\xd6\x0b\x28\xd8\xe0\x58\xc1\x27\xfb\x1c\x7b\x1f\x2a\xd4\xd9\xad\x01\x4e\xdc\x37\xee\xe2\x9d\x16\x52\x79\x55\x43\x1b\x48\xac\x98\x1a\xa2\x58\xde\x4d\x72\xd2\xb8\x0b\x53\xd0\x6a\x9a\xd3\xd7\x5d\xa0\x0d\x7d\x90\x8a\x17\x93\x2b\x4d\x8b\x94\xb0\x62\x92\xa1\xee\xa3\xac\xf1\xed\x84\x1b\x3b\x77\x51\x56\x19\x29\x92\xe0\x4b\xfb\x0d\x3f\x70\x05\x02\x97\xf6\x39\xaa\x36\xb7\x28\x75\x69\xc0\x27\xf7\x32\x11\xc7\x96\x05\xcc\xcc\x63\x22\x86\x2e\x07\xb8\xe4\x5b\x32\x31\xbe\xa9\xe9\x30\xbf\x7b\xe4\xc9\xf3\x60\x04\x5b\x86\xf0\xc1\x3c\x70\x03\x54\x91\xf0\xd4\xa7\xbf\x18\x0b\x88\x69\x5a\x7d\x92\xd1\x36\xa8\x26\x32\x1c\xdb\x27\xaa\x6a\xc9\x22\xf7\xa9\x40\x16\x39\xee\x79\xb7\x0d\x0f\xb7\x35\x5a\xe4\x25\xcc\x8b\xfc\x10\x3b\x0b\x9f\x9e\x0b\x1d\xe2\xc0\x78\xda\xa5\x09\x6d\x67\xf1\xc6\x2c\x31\xbd\x9f\xed\x35\xb5\xd8\x1c\x7c\x57\x00\x66\x34\x35\x7c\x2b\xc0\xb4\xbb\x00\x76\x77\x4a\xfc\xde\x6a\x10\x2a\xd5\xe3\x37\x09\x06\x2e\x2e\x68\x12\x5c\xe9\x3e\x6b\xed\xb1\x0f\xaa\x11\x51\x21\xf4\x69\xc2\x89\xc1\xf1\x81\x0b\xf7\x82\x2e\x8f\xdf\xf8\x3c\x36\x78\x83\x1f\x1a\xbc\x09\x7f\x64\xf0\x26\x83\x77\x67\xe8\x86\xc0\x82\x17\x4c\x79\xf4\xc5\x63\xf1\xb0\x7c\xf7\x28\xc2\x39\x2a\x33\x5c\xe0\xd8\x3c\xf0\x43\x01\x2b\xe6\xd3\xe1\xaa\xc5\xc3\x04\xd0\xa3\x08\x78\x34\x40\x73\x81\x4b\xf3\x40\x8d\x58\xc4\x43\xa9\x3c\x7a\x27\xb3\x78\x98\x00\x7a\x14\xcf\xdd\x4e\x2d\x57\x65\xf3\xde\x03\x1e\x69\xe9\x62\xa2\xd6\xa6\x1c\x73\xb6\x2a\x88\xaa\xc4\x61\x4a\x6c\xb1\xa5\x42\x77\xb5\x0e\x63\x66\x1e\x87\x19\x9d\xed\x44\xbd\xfa\x70\x85\x7b\xf7\xc8\x63\xe9\xd3\x4d\x8c\xc5\x43\xcb\xaa\x4b\x11\xce\xce\x28\x87\xd9\xc5\xa0\x4a\x45\xd4\x9a\x16\x1e\xfb\xaa\x0e\xe8\xa0\x62\xd5\x23\x0b\xab\x5b\x59\x56\x70\x64\x1e\xa8\x25\xeb\xa6\x5a\x50\x51\x50\x45\x3d\x56\x89\x16\x13\x93\x49\x4b\x15\xa7\xb4\xcc\xf8\x43\x4e\x8b\xe9\xde\xce\x3b\x68\xeb\x72\xf2\x0c\xba\x83\x52\xf0\x94\xfa\x48\x4d\x41\x72\x2a\x4b\x92\x78\x01\x4b\x2a\xa9\x78\x1e\x0b\x2a\x79\x25\x9e\x01\x69\x66\x99\x6b\xb6\x54\xf1\xa2\x62\xd9\x74\xa7\x0d\x9d\xa4\x35\x69\x8a\x6f\x2b\x3e\x65\x70\xde\x83\xd8\x5e\xb2\x90\xf0\x42\x09\x9e\x65\xed\xed\xc8\xcf\x41\xbe\x99\x72\xc8\x67\xaf\xe4\x74\xc2\x96\x6c\xe5\x23\x51\x92\x8a\x2d\x4b\x68\x4c\x92\x84\x57\x7e\x5a\x82\xa4\x89\xa0\x9e\x90\x4c\xe2\x7c\x40\x95\x54\x48\x26\x15\x2d\x54\xbc\xe5\x59\x95\xfb\x69\x18\xa6\x18\xe2\xe7\x58\xa4\x75\x93\xc8\xbd\x34\x89\xc7\x39\x8d\x93\x8c\xb0\xf0\x63\x61\x9b\x06\x58\x97\x04\x3e\x35\x9f\x1f\xaf\x8e\x46\xad\x46\x75\x80\x9a\xf6\xfd\xb7\x69\xdf\x1d\xd0\xaf\x75\xc8\x17\x1d\x30\x15\xdf\xd5\xb0\xbf\xeb\xea\xdf\x61\x30\xb7\x41\x47\x2e\x64\x2a\x07\x5b\x47\xfe\xd6\x75\xa4\x03\x3e\x33\xbf\x5e\x90\x72\x1c\x6e\xd3\x0f\x80\xed\x41\xe1\x73\xfd\xc3\xb1\xf9\x9e\x2e\x06\xd3\x64\x7b\xb9\x37\xbf\x4c\x05\x34\xe3\x58\x07\xee\x52\x7f\x3f\xb3\x90\xf6\x14\xce\x64\xc8\xb6\x91\xfc\xed\x1a\x49\x07\xfc\xaa\x09\xfc\x66\xc3\x9e\x53\x46\x7f\xbb\xbe\x7a\xa7\xa8\x6c\x05\xf0\x98\xfe\xbf\x6d\x23\x47\xb3\x61\x28\x26\x57\x64\xa3\x05\x34\x0d\xb2\x5b\x99\x4d\x48\xd3\x20\xa7\xb7\xf5\x66\xe4\xfd\xbb\x33\xf2\xf6\xda\x7c\x43\x31\x6b\x09\xa6\xf2\xbb\xe1\x8b\x0e\xf6\xd9\xee\x59\xd8\xc3\x81\x3a\x8a\x64\x07\xf0\x5d\xfb\xeb\xe4\x52\xe6\x69\xaf\x40\xf9\xf4\x16\xde\x2a\x84\xdd\x56\xd9\xfc\x88\x5a\xc0\xa7\x3e\x4f\x00\xa7\x4b\x4c\x3d\x6f\x83\xc3\xf9\xdf\x49\x97\x70\x95\x2e\xf7\xaf\xfe\x26\x07\xdd\x27\x89\xad\xfd\x26\x03\xb7\x47\x26\x13\xb6\x10\xf7\xcc\xfe\x32\x92\x2f\x7c\xba\xa2\xee\x80\x0e\x4e\x29\x7b\x64\x61\xa7\x94\x96\x15\x9c\x9b\x07\x7e\x55\xa2\x12\xac\x58\x29\x9a\x97\x19\xf1\xe9\xa6\xbc\x8f\x8b\xc9\xc6\x52\xc6\x3b\xa4\xe1\x76\x74\x7a\x09\x83\xb9\xf9\xbc\x76\x9f\xb8\xa4\xb8\xd7\xdd\x2d\x0d\x87\xcb\x85\xbf\xc0\xfe\x96\x66\x02\x73\xfd\xff\x00\xbb\x46\xb9\xa6\xd4\xa7\x4b\x95\x1e\x2c\x26\x8b\x7d\x84\x53\xcd\x1a\x2d\xc8\x64\x13\xc9\x49\xf6\x8d\x96\x67\xdf\x3c\x71\x6e\x7e\xdb\x67\xa0\x38\x0a\xb3\x0b\x86\x15\xe1\xd2\xe7\x31\xac\x25\x7e\xf8\x4a\x2e\xa7\x9f\x17\x5a\x3e\xe3\xc8\xcf\x24\xb6\x23\x2d\xed\x58\x46\x41\xd0\x9c\xeb\xbe\x63\xb9\x7b\xc2\x6b\x44\xe4\x13\x35\x72\x12\xb3\x13\x19\x2b\xeb\x00\x56\xfe\x07\x19\xf8\x8f\xb4\xed\x9f\x7c\xfb\x42\x6b\xd6\x7f\x90\x49\xbf\xbb\x03\xdf\xe3\x91\x07\x0b\xe8\xe8\x9e\x76\x85\xd7\xa7\x9b\x74\x71\x7f\x7d\x6b\x3f\xba\x4d\x50\x0a\x56\x78\xdd\xd3\x76\x80\x58\x59\x67\x65\xf0\x1d\x6d\x97\x0a\xb8\xb2\xcf\x03\x06\xa8\xb2\x5a\xc8\xca\xa3\x29\x77\x0f\xf6\x80\x01\xaa\x47\x18\x7a\x50\xb1\xcc\xdc\x00\x70\x65\x3e\xd0\x7d\xbf\xdc\xa7\xd1\xa7\x46\x43\xf5\xf5\x3c\xbc\x69\xa6\xe6\x01\xb3\x8b\x53\xf4\x0a\x12\x7b\x0e\xcb\xe7\x8e\x49\x8d\x38\xa8\xf0\xcb\x29\xab\xa5\x53\x8e\x7f\x51\x09\x73\x8a\xdf\xe0\xb7\x26\x3f\x69\x96\x10\xe9\xd1\xe2\xb9\x81\xc4\x04\xd1\x10\xc5\x5a\xcf\x5e\x54\xcb\xe5\x74\xc3\xcb\x16\x8b\x28\x9e\xb3\x64\x4b\xb2\x6a\xb2\x35\x68\x27\x61\x6e\x79\x84\xa6\x93\x0e\xfd\xee\xc2\x29\x5e\xb2\x09\xce\x2e\x77\x61\xcc\xb9\x5d\x2f\x09\x3a\xfc\x3a\x24\x34\x3d\x7e\x92\x32\xd9\xa0\xb8\x05\xb9\xad\xa8\x8f\x62\xcf\x98\xf4\x90\x18\x56\x48\xf5\x12\xe6\xbb\x0d\x47\x30\xf5\x0b\x3e\xd6\xdf\xd7\xfa\x73\x94\x22\xd9\x42\xb5\x4d\xb2\xc5\xfb\xda\xfc\x36\x11\xb4\xae\xb8\x2d\xe4\x85\xfb\x65\x22\x60\x2d\xe2\x16\xf0\xd4\xfd\x32\x11\x50\x52\xd5\x62\xcd\x77\xcf\x88\x1c\x2e\xbd\x6e\xbf\xd1\x11\x60\xf7\xe7\xc9\x29\x4c\x49\x37\x89\xbb\xf7\x8c\x1d\x5e\x18\xbd\x72\x98\x9c\x1e\xd3\xe4\x5a\xa0\x2f\xfa\x73\x22\x94\xed\xba\x0b\x73\xec\xb4\x45\x3c\xea\xfc\x3a\x11\x58\xb7\xe7\x16\xf0\x9c\x49\xf4\x24\x8c\xd7\x43\xf1\x03\x07\xe2\x5f\xe0\x30\xfc\x82\xdf\xc3\x31\x7e\x08\xfe\x8e\x8b\xb4\x14\xd4\xa7\xfb\xec\x06\x12\xcb\xfd\x2e\x51\x30\x19\x34\x8c\xe0\x7b\xfd\x86\x4e\x92\xa9\x50\xf7\x9e\xdd\xd3\xb4\x98\xe8\x34\x79\x97\x2a\x98\x48\x0c\x27\xeb\x96\xe6\x9b\x7e\x3d\xc8\x63\xa0\x12\xa4\x90\x7e\x57\x83\xfb\xb8\x83\x8a\xf3\x2e\x65\x58\xf5\xb9\xe1\x06\xd7\xf5\x1b\x7e\x63\xff\x3a\x89\xef\x7c\xce\x27\x0c\x1e\x2a\x94\x2e\xc5\xe1\x07\x27\xbb\x91\xc3\xcf\x44\xd6\x09\xdc\x49\xf8\x8e\xbb\xa6\xce\x32\x8f\xad\x4d\xa3\x61\x62\xeb\x84\x87\x33\x37\xcf\xb2\x12\x2e\xb2\x0c\x6d\x56\x4c\x78\xf4\xb5\xcf\x04\xea\x6a\xbf\x0d\x0e\xe7\x97\x55\x24\x70\x2a\x50\x3f\xfb\x37\x32\xf1\x78\x25\x8d\x46\xc3\xf2\x2c\x93\xf0\x1b\x25\x49\x09\xf3\x04\x2d\xe5\x05\x25\x85\xcf\x6b\x9f\x2d\x9e\x23\xdb\x7f\xb0\xab\x4b\x31\xf6\x5c\x97\x89\x0b\xc7\x94\x14\xa7\x9f\xd1\xd5\x45\xd3\x25\x7b\xbd\xcc\xd9\x02\x0e\x0e\x03\x2f\x70\x95\xb3\xee\xff\xf3\x5b\xb8\xf8\x82\xf6\xf8\x89\x57\xc7\x08\x49\xeb\x18\xe1\x09\x6f\x8f\xd3\xa7\xda\x3a\xee\xff\x51\x53\x9a\x43\x1b\xff\x19\xb7\x82\x91\x52\x4e\xe3\x7e\x58\xb1\x91\x12\x66\xfc\xe8\x0a\xf7\xb9\xb8\xf1\xb8\xbd\xaf\xd1\xb0\xa2\xea\x84\x07\x74\xb8\xb8\x21\x70\xcd\x36\xe8\xa9\x16\xe9\xf5\x06\xb0\x81\xdb\xbf\x5e\xe0\xe6\x2f\xb9\x86\xb9\x5c\x63\x39\xbe\x97\x99\x8a\x25\xb9\xf7\xb9\xaf\xd3\x62\x62\xf9\x7f\x44\x15\x4c\x0c\x9a\x13\x18\x4e\xf0\x43\x66\x6a\xae\xdf\xd0\xf3\x01\x64\xe9\xb3\xf6\x1b\x38\x4c\x12\x5d\x82\x70\xf6\xb1\x9a\x09\x7c\xd2\xff\x07\x0c\x59\x28\xf1\x78\xe7\x5b\xcf\x3e\xe0\x29\xc3\x95\x17\xb0\x20\x70\x36\x03\xc3\x8e\x8c\x16\x82\xdf\xf9\xf4\x4c\x6c\xf1\x30\x01\xf4\x28\x42\xed\xf5\x5a\x26\x70\x6c\x1e\xe8\xb4\x6c\x2b\x78\x2c\x4a\x8f\x9a\x76\x8d\x88\x2a\x2a\x5b\x31\xe1\x64\xdb\x48\x2d\x65\x2b\x38\x1c\x6d\x05\x3f\x60\x07\x34\x21\x19\x2d\x52\xe2\xf3\xee\xbb\x3e\x30\x26\x8c\x1d\x52\x3f\x6e\xc8\x76\x18\x87\xde\x55\xad\xd9\xb9\x7d\xd5\x99\xfb\x9c\x62\xa1\xd3\x40\xf5\xec\x7e\x6a\xc4\xe1\x16\x6d\xd7\x89\x1a\x7f\x74\xbe\x97\xa9\x1a\x60\xac\x48\xf7\x93\x06\x5e\xb0\x6a\x5d\xf0\x99\x55\xab\xef\xf5\x27\x3a\xe3\x4c\xfc\x9e\x69\xb7\x78\x98\x68\x7a\x14\xe1\xdc\x58\x1a\x2e\x70\x36\x1b\x3a\xcb\x2e\x49\x46\xe5\x92\x8b\xc4\xa7\x15\x67\x83\x89\x0e\x84\xbb\x54\xe1\x06\xc3\x86\x13\xcc\x9b\x57\xb4\x56\x2c\x4a\x8f\x3a\x81\x46\x43\x6b\x44\x1b\x1e\xae\x3e\x2c\xca\x1c\xce\x8e\xaf\x86\x8e\xcf\x7a\xbf\xf8\xe5\x80\x7b\x5f\x5e\xe8\xda\x97\xfa\xd6\x17\xb4\x35\x94\x59\x55\x6c\xe2\xb5\xcf\x5b\x2e\x5b\x4c\xb4\x35\xec\x52\x85\x6b\x0d\x86\xd3\x9a\x26\x30\x37\x6f\x1f\xdf\xcf\x70\xcf\xb6\x09\x2d\x3c\x76\x0e\x16\x0f\x13\x45\x8f\x22\xa0\x37\x5b\xcd\x05\xce\xcd\x63\x70\x77\x63\xe3\xf3\x3c\x7d\x8d\x38\xd0\x2e\xba\x34\x61\xd7\xb2\x36\xb9\x84\x4f\x17\xf8\x7d\x48\x89\xdc\x7a\x5c\xcc\x92\x5b\x47\xb3\x77\x85\xb2\x0d\x1e\xb9\x3c\x99\xc8\x2d\xcc\xe4\x16\xf7\xec\xb9\x66\x3e\x7d\x7a\xae\x19\xee\xcd\xb3\x0d\x7f\xf6\x7d\x47\x6b\x26\xce\x5a\xc3\x50\xfb\xc3\x8f\x3c\x9b\x54\xee\x3a\x2e\x9c\x38\xc4\x91\x57\x1f\xd5\x51\x7f\xe4\xd9\xc4\x98\x43\x97\xb0\x33\x8f\xdb\xec\x16\x0f\x6d\x6b\x86\x22\x7e\x96\x61\x98\xc3\xc8\xa9\x94\x64\xc5\x8a\xd5\x33\x71\x9e\x61\xf2\xe4\x10\x9e\x65\xef\x54\xe7\x66\xfa\x92\x72\x8d\x30\xd9\x1e\x6d\xfc\x3d\xf7\xec\x1e\x92\x8c\x99\xed\xb5\xba\x14\xcc\xd5\xf7\xec\xfe\xa2\xfe\x1e\xe7\x83\xb3\x87\x29\xa9\x72\x68\x63\x6d\x7f\xfa\x38\xa6\x96\x39\xa4\x6f\xfa\xfd\x19\x58\x8d\xd1\x94\xcb\xa6\xfe\x1c\x6b\xae\xb3\x83\xd8\x82\x3d\x0b\xc7\x9a\xfe\x58\xa4\x3d\x76\x3f\x3b\x3b\xb2\x2c\xf3\xb8\x01\xa6\xd1\xb0\xd6\xae\xc3\x63\x9b\xcc\xa9\x95\xdb\x40\x48\x2a\xb6\x2f\xe0\x9f\x8d\x65\x1c\x2c\x2b\xb8\x60\x19\x9f\x9b\xd7\x51\x25\x63\x20\x5c\xb9\x68\x88\x99\x79\x1d\xb0\x55\xf0\x6a\xa8\x80\x76\xbe\xeb\x5d\x8d\xd7\xb7\x6f\x67\xb2\x4e\xe0\x68\x8d\x6e\x3c\x67\x7c\xe5\x51\xc3\xe5\x2b\x54\xbd\xe5\x07\x0e\x0e\x93\x17\x3f\x33\xbe\x82\x73\xbe\x42\xd7\xfd\x04\x29\xd7\xb7\x3e\xaf\x1b\xb0\x80\x58\xc6\xfb\x24\xe1\x56\xe4\x2c\x1b\xf8\x60\x9f\xf8\x4d\x74\x52\x54\xa5\xd7\x13\x4f\x0d\x24\x26\x89\x86\x28\xde\x4e\x5e\xe7\xdc\x65\x14\xf0\x12\x3b\xc7\x08\xde\xd5\x6f\xa3\xba\x9f\x36\xfe\x36\x6f\x21\xbe\xa1\x6b\x98\xeb\xec\x0f\x8f\x27\x0e\xb2\x3f\x1c\x4d\x46\x8a\x55\x45\x56\xdd\x8c\xaf\xb3\x3f\x14\x15\xb2\xe9\xc8\xf7\x6a\xde\x2d\xc2\x48\xf3\xeb\xec\x0f\xf8\x78\xfe\xc7\x38\x25\xd9\x44\xca\xfe\xb8\x36\xa9\x3a\x77\x29\xde\x23\xa3\x1b\xc9\x8b\x92\x28\xaf\x06\x33\x16\xf1\x69\x69\xed\x50\x1c\x22\x8d\x3a\x8a\xb9\x4b\xe7\x8a\xa8\x35\x96\x25\xce\x3d\x1a\x8c\x68\x34\xac\x15\x76\xc2\xc3\xad\xbb\x71\x7e\x0b\x67\x9c\xdf\xe2\x0e\xda\xd2\xca\xe3\xfe\x6b\x95\x56\x58\xb6\x3b\xe1\x01\xbd\x13\xa5\x15\x7c\xaa\xd2\x0a\x6d\xe4\xe9\xd2\xe3\xa2\x8a\x46\xc3\xb2\xdd\x09\x0f\x77\xdc\x22\x5d\x4a\xf8\x98\x2e\x51\x6b\xc6\x9b\xc4\xe7\x35\x5a\x09\x7e\x77\x56\x12\xfe\xc2\xac\x44\xc0\x59\x82\xce\xe8\x53\xba\xa0\x3f\x59\x95\xc7\xf9\x83\xf4\xa9\x73\xf4\x71\xd1\x01\x77\x1f\x65\xb8\x11\xd3\x71\x83\x77\xee\xe5\xe2\x61\x8e\x2b\x22\x09\x17\x5e\x6f\x07\x16\x14\x19\xf1\x28\x69\xaf\x31\x88\xa3\xce\x85\xe3\x71\xa4\xf8\x86\x16\xec\x67\xfb\x03\xbd\x4f\xd6\xa4\x58\xd1\x2b\xc1\x4b\x2a\xd4\x43\x13\x90\x48\x96\x97\x9d\x98\x09\x37\xa7\x6b\xda\x11\x4e\xd0\x65\xf3\xde\xa3\x3d\x44\x96\x75\xb2\xa1\x74\x7c\xe1\xfd\x4e\x42\x7a\xa3\x08\x8e\x61\x33\x0c\x1f\xcd\x63\x44\x3c\x9b\x6a\x98\x9b\xc7\x88\x78\xb5\x28\x60\xe6\x5e\xc6\xc4\x75\x4c\x67\xa3\xb9\xba\x88\x27\x6c\x54\x2c\x41\x97\xf0\x95\x2e\x47\xc4\xa8\xab\x88\x80\x6b\xf7\x86\x0c\xe8\x5b\x9a\xf1\x84\x29\x8f\x77\x81\xd6\x88\x58\x6b\xdf\xa1\x09\xb8\xed\x6c\xf9\xc0\x37\xf7\x32\xb8\x8d\xc0\x7c\xda\x1a\xd5\x88\x98\x28\x76\x68\xc2\x6e\x23\x30\x92\xc3\xe9\xd1\x05\xba\x8d\x40\xd7\x9e\x77\xdc\x1d\x20\x26\x84\x3e\x49\x30\x19\x38\x36\xf0\xde\x3e\xd1\x7d\x46\x9f\xc3\xe0\xc0\xd8\x27\x6f\xb3\x58\x2a\x2e\x68\x3a\x75\xaa\xf9\x02\x43\xa6\xbc\xcd\xe0\xd1\x18\x79\x40\x1c\x9b\x31\x1d\x75\x6e\xde\x50\xc5\x8b\x09\x8f\x66\x8e\x1a\x0d\x55\xbd\xda\xf0\x70\xba\x17\x13\x04\xce\x98\x40\x4d\x1c\x17\x94\x04\xb9\xc1\xb5\x8f\x8b\x89\x62\x2f\x65\xb8\x43\x8d\x94\x14\x1d\x5f\x2f\xc7\x94\x1c\x76\x85\x2b\xcd\x88\x54\x2c\x91\x94\x88\x64\x1d\x0b\xea\xd3\xe9\xc1\x63\x6c\xb4\xbf\x7a\x8a\x3a\x5c\xd7\xd5\xe5\x08\xef\xbb\x5f\xa8\xda\x4a\x96\x4b\xca\x7c\x5a\x07\xd4\x88\x98\x78\x6a\x9a\x78\x62\xaf\xbe\x83\x92\x71\x92\xbe\xc8\xf8\x50\x73\x04\xcd\x11\x66\xee\xeb\x9c\x93\x74\x8f\x95\xd6\xa1\x58\x76\xc8\xa9\xc1\x0e\x30\xf7\xf2\x6a\xfa\x3e\x6c\xf5\x3e\xf1\xee\xf4\x3d\xf3\x96\x1e\xd4\xa8\x49\x84\x8d\x09\x3f\xcc\xd5\xe7\xc3\xaa\x6e\xc7\x92\xbe\x1b\x11\xb7\x1b\x22\xc2\xe3\x95\x7b\x06\x0e\x1d\xd3\x3b\x04\x01\x0d\x85\x88\xd8\xc0\x5c\xff\x47\x77\xef\x7c\x1a\x86\xe4\x8d\xe5\xc7\xfe\xbd\xbb\x26\x38\x9c\x52\xdf\x8c\x1c\xb9\xdc\xc2\x85\xdc\x0e\x59\x8f\xfb\xb5\x1c\x77\x44\x7b\x97\xa1\x3b\xe1\x23\xed\x62\x1a\x5b\x70\xd4\x32\x46\x11\xb1\x64\x99\xc7\xde\xdc\x01\x62\x79\xea\x93\x8c\xcc\x96\x8b\x0c\xd7\x44\xe8\x79\xef\xf0\x79\x44\xe9\xd3\x0f\x65\x8d\x38\x38\xff\x92\x53\xbc\x4f\x4e\xf1\xe8\xa4\x24\xcc\xaf\xfb\x66\x5c\x7a\xac\xa1\xc2\x81\x68\xcc\xe1\xfc\x63\x0e\x77\x2d\x5c\xac\x81\x9e\xee\xa9\x3b\xa1\x39\x55\x44\x17\xd8\x9f\x4d\x66\x0b\xa2\x4c\x5e\x7f\x31\x99\xfd\xc5\xfc\x7e\x9f\x1f\x30\x1d\x3a\x20\x59\xf7\x8d\x31\xd4\xbe\xf1\xa3\x09\x44\x12\xa5\x44\xe5\xd2\x74\x73\x40\x4d\x39\x44\x52\x12\x91\x93\x1c\x93\xa0\xcd\x21\x75\xf7\x80\x14\x6d\xb8\xca\x58\xf1\x74\xaa\x36\xea\x80\x64\x75\x0a\xef\x81\x78\x2a\x3d\x0d\xf4\x74\xb2\x3a\xa1\x07\x89\x6b\x25\x38\xdf\x1e\xb0\xf0\x74\x40\xc2\x2c\xd4\xd3\x49\xeb\x85\x0f\x0b\xed\xff\x07\x00\x00\xff\xff\x2f\x2f\xf2\xfe\xa5\x5c\x01\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\xb8\xb2\xee\x3c\xbf\x82\xab\x33\x39\x67\xdd\xad\xda\xdd\xce\xd9\xdd\x77\xf5\x1d\xd9\x4a\xec\xd8\xb1\x1c\x27\xf2\x4e\xb2\x7b\xd2\x0b\x22\x21\x09\x12\x49\xd0\x00\x24\xdb\xf9\xf5\x77\xe1\xc1\x97\x24\x17\x45\x1a\xf0\xf1\xc0\x24\x85\xc2\x57\x28\xbc\x51\x28\x14\xde\x46\x23\x7f\x7f\x6f\xde\x46\xd7\x2c\xa6\xb9\xa4\x49\xa4\x78\xa4\x96\x34\x3a\x2d\x48\xbc\xa4\xd1\x94\xcf\xd5\x03\x11\x34\x3a\xe7\x9b\x3c\x21\x8a\xf1\x3c\xfa\xaf\xd3\xe9\xf9\x7f\x47\x9b\x3c\xa1\x22\xe2\x39\x8d\xb8\x88\x32\x2e\xe8\x9b\xb7\x51\xcc\x73\x25\xd8\x6c\xa3\xb8\x88\x52\x0b\x18\x91\x85\xa0\x34\xa3\xb9\x92\x10\x45\x53\x4a\x0d\xfa\xcd\xe7\xbb\xcb\xf1\x87\x68\xce\x52\x1a\x25\x4c\xda\x48\x34\x89\x1e\x98\x5a\xbe\x79\x1b\xa9\x25\x93\xd1\x03\x17\xeb\x68\xce\x45\x44\x92\x84\x69\xc6\x24\x8d\x58\x3e\xe7\x22\xb3\xc9\x10\x74\x41\x44\xc2\xf2\x45\x14\xf3\xe2\x49\xb0\xc5\x52\x45\xfc\x21\xa7\x42\x2e\x59\x01\x6f\xde\x46\x77\x5a\x8c\xe9\x79\x99\x12\x69\x61\x0d\x4f\xc5\xa3\xff\xf0\x8d\x93\xa1\x21\xae\xcb\x85\x7f\x44\xdf\xa8\x90\x9a\xc9\x09\xfc\xfa\xe6\x6d\xf4\x5f\x9a\xe4\x17\x17\xf8\xcb\x7f\xff\xbf\xe8\x89\x6f\xa2\x8c\x3c\x45\x39\x57\xd1\x46\xd2\x06\x32\x7d\x8c\x69\xa1\x22\x96\x47\x31\xcf\x8a\x94\x91\x3c\xa6\xb5\x58\x15\x07\x88\x4c\x02\x34\x06\x9f\x29\xc2\xf2\x88\x18\x31\x22\x3e\x6f\x92\x45\x44\xbd\x79\xfb\xe6\x6d\x64\xfe\x96\x4a\x15\x7f\xfe\xf3\x9f\x0f\x0f\x0f\x40\x4c\x72\x81\x8b\xc5\x3f\x4b\xe9\xfe\x79\x7d\x39\xfe\x70\x33\xfd\x30\x32\x49\x7e\xf3\x36\xfa\x77\x9e\x52\x29\x23\x41\xef\x37\x4c\xd0\x24\x9a\x3d\x45\xa4\x28\x52\x16\x93\x59\x4a\xa3\x94\x3c\xe8\x82\x33\xa5\x63\x0a\x9d\xe5\xd1\x83\x60\x8a\xe5\x8b\x7f\x44\xd2\x95\xfa\x9b\xb7\xad\xd2\xa9\xb3\xab\x4c\x1e\x93\x2d\x02\x9e\x47\x24\x8f\x7e\x39\x9d\x46\x97\xd3\x5f\xa2\xb3\xd3\xe9\xe5\xf4\x1f\x6f\xde\x46\xdf\x2f\xef\x3e\x7e\xfe\xf7\x5d\xf4\xfd\xf4\xeb\xd7\xd3\x9b\xbb\xcb\x0f\xd3\xe8\xf3\xd7\x68\xfc\xf9\xe6\xfd\xe5\xdd\xe5\xe7\x9b\x69\xf4\xf9\x3c\x3a\xbd\xf9\x4f\xf4\xe9\xf2\xe6\xfd\x3f\x22\xca\xd4\x92\x8a\x88\x3e\x16\x42\xa7\x9f\x8b\x88\xe9\x8c\xa4\x89\x2e\xd3\xb2\x02\x95\x09\xd0\xf5\x43\x7f\xcb\x82\xc6\x6c\xce\xe2\x28\x25\xf9\x62\x43\x16\x34\x5a\xf0\x2d\x15\xb9\xae\x1e\x05\x15\x19\x93\xba\x38\x65\x44\xf2\xe4\xcd\xdb\x28\x65\x19\x53\xa6\x16\xc9\x7d\xa1\x34\x1b\x9f\x6d\xeb\x0d\x29\x98\xab\x4e\x7f\x46\x31\xc9\x68\xda\x2c\xbe\xed\x6f\x6f\xd6\x2c\x4f\xfe\x8c\xc6\x3a\x64\x4c\x14\x49\xf9\xe2\x4d\x46\x15\x49\x88\x22\x7f\xbe\x89\xa2\x9c\x64\xd4\x45\x1c\xc5\x36\x7c\xf4\x1b\xfc\x0e\xbf\xbe\x89\xa2\x94\xcc\x68\x2a\x35\x55\xb4\x0f\x2d\x36\xb9\x62\x19\x85\x6d\xc9\xbc\x8c\x75\x80\xd6\x01\xd7\xb4\xef\xe0\x0f\x47\x4b\x8a\xa2\x64\xbf\xc6\x23\xa7\x9c\x24\x54\xec\x62\xe8\xa2\xd1\x29\x74\xc9\xb1\x89\x3d\x90\xa6\x42\xf0\x2d\x4b\xa8\xf8\x33\xba\xdf\x10\xb1\xde\xc8\x92\xbb\xae\xb2\xba\xac\xc6\x29\x91\xf2\xcf\x88\x71\x70\x04\x20\x36\x79\x4e\x05\x5c\xd0\x9c\x0a\xa2\x68\x32\x21\x2c\x37\xb1\x9a\xf9\x57\x25\x79\x54\x46\x6b\x30\xff\x97\x63\x5e\x4a\x75\x40\xfe\x28\x3a\x10\xef\xb7\x5f\xe1\x1d\x9c\xb3\x9c\xa4\x86\x26\xa1\x05\xcd\x13\x9a\xc7\x8c\xba\xd2\x18\x45\x0b\xc1\x37\xc5\x65\xf2\x67\xc4\xc5\xa2\xcc\x2d\xcb\x64\xed\x70\x89\x50\x6c\x4e\x62\xa5\x89\x5c\x06\x8f\x5c\x2e\xb9\x8c\x2e\xc8\x8c\xa5\x4c\x55\xa8\x51\xb4\xa4\x24\x55\xcb\xf2\xeb\x10\xe7\x2e\xee\xcd\xdc\x7d\x2e\x1d\x8e\x66\x94\xb1\x58\xf0\x42\x70\xdd\xb5\x8d\x2c\xeb\x32\xbb\x98\x88\x37\x4c\x8d\x66\x82\x92\x35\x15\xff\x2b\x09\x9a\x93\x4d\xaa\x46\x8a\xa7\x54\xe8\x6e\xd6\x01\x64\x44\xaa\x97\x25\x68\x8d\x26\x65\x3d\xb2\x1c\x1c\x91\x12\x24\x66\xf9\xe2\xb5\x32\x80\x17\x34\x77\x2c\x1d\xbd\xa0\x52\xbd\x16\xf7\x22\x25\x4a\x8f\xc0\x23\x3d\x16\x79\x47\xd7\x92\x94\xd5\x4b\xf0\x3c\x64\x11\x6a\x7c\x47\xd2\x92\xe9\x7f\x2b\x23\x4b\xca\x66\x5f\x5e\x11\x6f\xb3\x32\x01\xc7\x32\x7f\x9e\xf1\x36\x73\x24\x32\x5e\xd2\xac\x16\x6d\x14\xb1\xe4\xcf\xa8\x0a\x75\xb3\x8d\x68\x4e\x52\x49\xab\xdf\x0a\x22\x25\xdb\xd2\x3f\x23\x25\x36\xe5\xaf\x2b\xb2\x25\x77\x4f\x45\x13\x69\x2f\x71\x7a\x2a\xc4\x73\x9a\x2b\xd8\x66\xf0\x2d\x1b\x97\x9f\x07\x64\x2d\xc8\x92\xfb\x93\x56\xa3\x61\xf2\x36\xc2\x3b\x24\x6e\xfe\xdc\x4f\x64\xcd\x03\x6e\xc9\x92\x63\x62\xa7\x3f\xe7\xfe\xa4\x4e\x7f\xce\x1d\x8d\x1e\x03\xed\x8c\xb9\x91\xd6\x3a\xf8\x18\x41\x6a\x08\x48\x7f\xce\xe1\xfa\xaf\xf3\xf7\x44\x91\x73\xf3\xcb\x01\x41\x04\xf5\x28\x88\xa0\x73\xac\xf4\xea\xe0\x50\xd5\x55\xd0\x39\x7c\xa5\x73\xac\xe4\x36\x39\xdb\xf2\x98\xa9\xa7\x51\x41\x84\xa4\x42\xfa\x13\x7f\x0f\x1a\x2b\xd5\x9a\x78\xce\x1e\x69\x72\xe0\x77\x25\xb7\x07\x7e\x8d\xab\x5f\x7b\xd6\x86\x0a\x02\xfe\x9d\xb3\x6f\xe6\x6d\x2c\xb7\x3b\x95\x63\x00\xc8\xb9\x4e\xfe\x77\x96\xa8\xe5\xcb\xb1\xee\xf6\x12\xb4\x33\x9d\xd8\xd2\xd4\x5f\x79\x69\x34\xac\xbe\x36\xc2\x7b\xf4\x36\xe5\x8a\xa6\x01\xd6\x00\x3a\xa6\xd0\x4a\x04\xd0\xf1\x60\xb2\xa5\xe9\xb5\xfb\xe5\x98\x36\x50\x45\xc2\x5a\x01\x79\x90\x27\x23\x99\x7b\xac\xfc\x25\x22\x96\xa1\x3b\x34\xc1\xba\x70\xcd\x07\x64\x2e\x61\x9a\xcb\x13\x2c\x1b\x56\x92\xe7\x33\x7f\x79\x60\xe0\xb0\x46\xaf\x09\x5a\x54\xfd\xe4\x32\x31\xe1\x4a\xff\x47\x9b\x49\x2e\xef\xfd\x09\x95\xcb\x7b\xac\x4c\xeb\xe0\x60\xc5\x99\xcb\x7b\xb8\x91\xf7\x58\x41\x3e\x16\xa4\x5e\x65\xbd\x5c\x66\x03\xf7\x7c\x7b\x6e\x06\xf7\x6a\xd0\x26\x22\xfc\xb8\x25\x6a\xd9\x6a\xd2\x6d\xee\x73\x12\xd3\x19\xe7\x6b\x7f\xf2\x94\x88\x58\x41\xee\xd0\x04\x2b\xcd\x92\x0f\x9c\xbb\x17\xac\x5c\xf9\x22\xf7\xd8\xe1\x6b\xb4\xe7\x4b\xb5\x11\xda\xab\x50\x75\x3c\xf8\xbc\xc8\x53\xa4\x48\x63\x9e\xcb\x8d\x47\x49\x2c\x1e\x56\x9c\x2d\x8a\x60\x85\x69\xb9\xc0\xd8\x3c\xd0\x9e\x36\x99\xc5\x1e\x3b\xda\x64\x16\x63\xc2\x37\xc2\x83\x89\xae\x79\xc0\x55\x32\x8b\x31\xb1\xb7\x54\xa8\x47\x8f\xab\x41\x0d\x87\x2e\x08\x1b\x04\xc1\x24\x37\x4c\xe0\x9b\xfe\x8f\xc9\x6e\x76\x17\x78\x3a\xdb\x78\x9c\x65\xd4\x98\x1d\x75\xbf\x4d\x15\x6a\xbd\x51\x33\xd2\x4d\x40\xbf\x9e\x6d\x24\x96\x27\x0f\x74\x4d\xfc\xe5\x86\x46\xc3\xf2\xa1\x11\x1e\xac\x32\x68\x1e\xf0\x9d\xae\x09\x26\x36\xa3\xf1\xef\xbf\xfe\xdf\x3f\x7e\xf5\x27\x7a\x89\x88\x89\x5f\xd2\x8c\xe2\x94\x95\xe9\xea\x95\x13\x3b\x30\x92\x8a\x6d\xa5\x47\x0c\x96\xa1\x25\x3b\xb0\xec\x60\x6a\x1e\xed\xdc\x3d\x16\xc2\x0a\x0e\x63\xf3\xc0\x0a\x28\xe3\xb1\xc7\xe9\x86\x46\x43\x17\x56\x75\x78\xa8\x96\xa9\x59\xc0\x84\xc7\xe8\xec\xc2\xac\x47\x92\xc4\xe3\x0a\xa0\x44\xec\x5c\x05\x25\xc9\x4c\x2a\x41\xc9\x91\x0a\xbc\xfd\x5a\xb9\xc3\x29\xec\x5a\xaa\x4a\x2d\xbc\x4f\x66\x27\x53\xf3\xda\xab\x46\x96\x28\x26\x3e\x3a\x4f\x28\x3c\xf6\x8f\xab\x02\xed\x1e\xeb\xe0\x70\x93\x84\x82\xc0\x55\x81\xf6\x8d\xc5\x26\x95\x44\x78\xd4\xa1\x1a\x3c\x4c\xee\x16\x45\x38\x3d\xaa\xe1\x02\xb7\xe6\x81\x65\xc0\x62\x43\xb6\x64\x44\xb7\x34\x57\x5e\xe7\x0a\x6d\x5c\x2c\x43\x0e\x52\x06\xcb\x18\xc3\x0d\x4a\x6e\x70\xa1\x3f\x3f\xe8\xaf\x8e\xb9\x03\xc9\xee\x0b\x8f\x3d\x55\x76\x5f\xa0\xbd\x54\x1d\x1e\xae\x6f\xc9\xee\x0b\x38\x9d\x7c\xb9\xc5\xc4\x9e\xa7\x2c\xf7\xb9\x14\xd6\x70\x98\xe0\x4d\x82\x70\x8b\x60\xcd\x04\xce\xf5\x7f\x4c\xf6\x84\xce\xe8\x4f\xb6\xc9\x46\x05\x97\x6a\x21\xa8\xc7\xd6\xb1\x07\x8d\xe5\xc9\x73\xc4\xc1\xf2\xa7\x64\x08\xef\xdd\xcb\xad\x63\xdc\x31\x9c\x8f\x18\xf1\xb8\xf9\xe6\x00\x3b\x06\xf3\x06\x49\xc8\x51\x18\x18\xc9\xe0\xf2\x74\x82\xe5\x80\x7c\x92\x29\x5f\xf8\xcb\x00\x8b\xe7\xc8\x0e\x6a\x34\x5b\x14\xfd\x64\xb2\x51\x61\x6a\x1e\xa8\x3e\x53\x66\x85\xc7\x9e\x4f\xa3\x61\x45\xda\x08\xef\x3d\x2b\xd3\x71\x83\x37\x0e\xcd\x04\xa6\x59\x51\x60\x55\xe1\x27\x2b\x46\x09\x9d\xa7\xa4\x61\x5c\xf1\xf2\xbc\x6b\xa2\x62\xd5\xe2\x27\x2b\x76\xc8\x46\xd1\x62\xff\xc7\x9e\x5b\x58\x65\x6c\xb8\xf8\xc9\x8a\xf7\xee\xa3\xe7\xae\x53\x85\xf1\xd7\xb3\x10\x3b\x8b\x6c\x2e\xd6\x09\x79\xf2\xb8\x6a\xb7\x80\x58\x15\x6c\x93\x84\x5b\xbb\x5b\x36\xf0\xdd\x3e\x71\x65\xce\x26\x5e\xfa\x5c\x29\x39\x40\x2c\x17\xda\x24\x01\x75\x98\x86\x0d\x8c\xf5\xf3\xfd\x0c\x9d\xaa\x0a\x9f\x5a\x79\x8d\x86\x35\xa2\x46\x78\xcf\x19\xa6\xe0\x6b\xb8\x10\x7c\x8d\x56\x6c\x3d\x74\xc9\x77\x7e\x47\x4b\xf9\xae\x6b\xb0\xac\x28\x82\x8e\x95\xf2\x1d\x4c\xdf\x61\x25\x39\xa3\x24\xf7\x27\xba\x46\xc3\x04\x6f\x84\x1f\xaf\xf0\x70\x8d\x20\x25\xb2\xbf\x1a\xf3\xc0\xf6\x46\x23\x0d\xbd\xb6\x37\x74\x3c\x38\xa3\x24\xef\xb3\x09\x5d\x45\xea\xa5\x25\xd0\xb1\x8c\xbc\x60\x6c\x47\xd1\x99\x31\x13\x34\x56\x1e\xa7\xc3\x06\x0f\x9d\x03\x37\x29\x42\xa9\xad\x2c\x13\x78\x6f\x1e\xe8\x86\xe7\xca\xe3\x6e\xe7\x0a\x93\xbb\x0a\x0d\xd6\x60\x1f\x57\xf0\xe3\x0a\x5d\x02\x12\xa9\x56\x92\x7b\x6c\xb0\x25\x22\xd6\xfd\x9a\xcd\xfa\x1d\xc2\xbe\x5b\x9d\x36\x32\x9c\xbb\x17\x7c\x96\x9b\x93\x35\x7d\x22\x99\xc7\x6d\xc2\x0a\x12\x93\x53\x87\xef\x51\xf6\x9c\x91\x96\xb1\x61\xaa\xdf\xfe\x73\x3a\xb9\x46\x45\xad\xd6\x93\xf2\x3e\xb5\x6a\xee\x00\x0b\xdb\x0a\xfb\xa8\x95\xed\x2e\xf5\xeb\x2d\x6d\xa7\x25\xe7\x4e\x55\x75\x26\x3d\xce\x3e\x4a\xc4\x8e\x01\xbb\x49\x13\x56\xc9\x9c\xc9\x35\x4c\xa6\x9f\x50\xf5\xb0\x54\xc4\xe3\x76\xaa\x46\x43\x57\x82\x75\x78\xb8\xc5\x9c\x22\x8f\x30\x55\xa7\x3f\xba\x34\x1b\xeb\xcc\xaf\xb5\x96\x06\xec\x9a\xac\xd5\x24\x41\x67\x6b\xeb\x4c\xc2\xa7\xc9\x14\xdd\x41\x2c\xe6\x1e\xc5\xd7\x68\x98\xec\x8d\xf0\x70\xfb\x7c\xc5\x5c\xc2\xe5\xed\x39\x2a\xf6\x42\x14\x1e\xcd\x26\x34\x1a\x26\x76\x23\xbc\x14\xbb\x31\x93\xf1\xa3\xfc\x16\x45\x0c\x17\xa2\x40\xad\x26\x74\x77\xc8\x62\x9a\xf3\x07\x8f\x6d\xbd\xc2\x44\x5b\xfc\x2e\x55\xb8\x76\x5f\x71\x32\x3b\xbc\x2c\xa6\x37\xfc\x01\xcd\x14\x52\x8c\x72\xaa\x1e\x28\xf1\x3a\x5c\xb6\x60\xd1\xac\x39\x40\x18\x2e\x77\x48\x01\x15\x33\xb8\xa1\xea\xbb\x79\xeb\xea\x23\xa5\xe7\xbd\x5c\x0d\xd8\xd5\x47\xca\x57\xd9\x83\x05\x99\xcc\x60\x9a\xa0\xda\x89\xe5\x8c\x48\xea\x4f\x7e\x03\x87\x49\xdf\x24\x08\x26\xbb\x61\x02\x1f\xcf\x88\xa4\x98\xec\x4f\x24\xcb\x7c\x36\x0b\x8b\x87\x49\xdf\xa2\x08\x26\xbe\xe5\x02\xff\x31\x0f\x74\xe3\xdc\xc8\xec\x71\x8c\x74\x80\x58\x16\xb4\x49\xc2\x6d\xa2\x5b\x36\x70\x75\x61\x9e\xa8\x5a\xa0\x5a\xe0\x78\x5c\x50\x54\x98\xe8\x42\x62\x97\x2a\x98\x8a\xa0\xd6\x65\xd7\x6b\x2c\xb4\x66\x34\x8e\x3b\x7a\xa8\x16\xf5\x49\xc6\xc3\x75\xa2\x0e\x0f\x67\x80\x48\x52\x96\x10\xc5\x05\x68\x6e\x70\xc5\xf2\x05\x9a\x01\xe4\xd1\xa7\x91\x3f\x79\xc4\x6d\xfc\xeb\xf0\xe3\xa4\xca\xb7\x54\x28\x2a\x40\x47\x84\x2b\xf2\x88\xdb\xf6\xeb\x4c\x4f\x36\xa9\xd7\x29\x40\x09\x89\x0e\xff\x3b\x44\xe1\x86\xfe\x92\x11\x4c\xcb\x37\xdc\xa2\x92\xa8\xa5\xcf\xdc\x70\x80\x58\x5e\xb4\x49\x02\x9a\x56\x1a\x36\xf0\xdd\x3e\x3b\xd5\x03\x74\xed\xfb\x3c\x0f\x5d\x77\x9f\xe7\xa9\x69\xc2\xaa\x07\xe8\x5a\xc2\x87\x4f\xd3\xce\xf3\x3c\xa4\x60\x1e\x1b\xbb\x05\x44\xdb\xbb\xe4\xf9\x69\x45\xd2\xff\x40\x0f\x29\x98\x39\xd2\x73\x5a\x30\xb4\xe1\x33\xae\x3c\x9a\xc6\x69\x34\xac\x68\x1b\xe1\xe1\x56\xc0\x5c\x11\xb8\xfc\x7c\x77\x8a\x16\xa9\xfa\x9f\x5f\x3d\xda\x0d\x1b\x38\x74\xfc\x6a\x10\x84\x9b\xd1\x68\x26\x70\xa5\xff\x77\x9f\xd2\xbb\xf7\x7e\x4a\xef\xfe\x88\x53\x7a\xf7\xaf\x74\x4a\xef\x5e\xc2\xf4\x1e\x3f\xa5\x27\xd5\xc6\xe3\xf8\xad\xd1\xd0\x81\xae\x0e\x0f\x35\x85\xd3\x2c\x60\xaa\x36\xe8\x6a\xae\xd8\xcc\x72\x9f\x72\x5b\x3c\x4c\xf2\x16\x45\x40\xbb\x50\xcd\x05\x6e\x37\xb3\x1b\x3c\x03\xcc\xe2\xfa\xc1\xe3\xf1\x74\x07\xd8\x51\xf7\x1b\x24\x61\x17\xf4\x0f\x73\x98\x7e\x3f\xc7\x72\x40\x3d\x30\xe5\xd5\x7c\xc7\x01\x62\x39\xe0\x48\xdc\x86\x68\x46\xa5\xac\xb7\x7c\x7b\x9b\x43\x95\x60\x8a\x65\x34\x65\xf9\x8b\x71\x24\x25\x22\x5e\x86\x2e\x1d\xc7\x0d\x2c\x37\xb8\xb3\x9f\x53\xf3\xd5\x6b\x3f\xbb\x04\x2a\xc5\x2f\xa1\xee\xdc\xf7\x20\xb0\x56\xc1\x94\x88\x76\xc3\x78\x62\x7f\xec\x1c\x52\xd6\x2c\xa7\x92\xf9\x1e\x56\x1c\x6a\xe7\xd0\xe2\xe8\x46\x73\x26\xe8\x92\x0f\xd1\x20\xed\x83\xbd\xca\x58\x55\x26\x18\x3e\x59\xa6\xe7\xee\xfb\xa4\xff\x51\x08\x97\xec\x12\x09\x1d\xfe\x16\x24\x5f\xa4\xcc\xe3\xdc\xcf\x01\x62\x05\xd5\x26\x09\x67\x0a\x6f\xd9\xc0\x85\x7d\xa2\x7d\x21\x4d\xe9\x42\xf8\xb4\xee\x2d\x11\xd1\xde\xb0\x4d\x13\xae\xcb\x71\x7c\xe0\xce\xbd\xa0\x7a\xde\x86\xe3\x23\x0f\x6a\xde\xda\x35\xd4\x61\x2d\x6f\xd3\x75\x54\xcf\x26\xaa\xc9\x83\xb7\x4d\x0d\x0b\x1f\x95\x42\xcd\x61\x57\x3c\xf5\xa8\x12\xd4\x68\xe8\x22\xa2\x0e\x0f\xb7\x86\xe0\xa9\x82\x2b\x9e\xa2\xba\xbf\x9c\x2a\xe5\xd1\x74\xd5\xc0\x61\x82\x37\x09\xc2\xf9\x83\xd0\x4c\xe0\x46\xff\x47\xcf\x34\xb2\x58\xf0\x8c\x7a\x9d\x40\xd5\x98\x58\x2e\xec\x51\x05\xcb\x8a\x9a\x13\x4c\xaa\x57\x2c\x53\x68\x2a\xef\x3d\x1a\x18\x19\x38\x2c\x2b\x9a\x04\xc1\x72\xc1\x30\x81\x0f\xfa\x3f\x6a\xc3\x3c\xe3\x1e\xab\x82\x46\x73\x44\x07\xf5\x42\x8d\xf0\x9e\xf6\xc8\x33\x2e\x60\x7c\xf6\xf9\x2b\xee\x0a\xe9\x69\x46\x94\xcf\x39\x9c\x03\x44\xeb\x75\x8b\xa4\xf7\x68\xe0\xa2\x8f\x8e\xb7\x86\x7d\x41\xc3\xb0\xbc\x60\xf2\x74\xa6\x9f\xbd\x4d\x51\x77\xe2\xa3\xd6\x89\x2c\xf5\xb8\xeb\xaa\xd1\xb0\x32\x68\x84\x87\x3b\x9d\xc6\x52\x0a\xe7\x2c\x45\x57\x12\x82\xcf\xb8\x9a\x0b\x92\xd1\x07\x2e\x3c\xda\xa5\xb5\x71\xb1\xac\x38\x48\x19\x2c\x53\xda\xdc\xe0\xab\xfe\x3c\x2f\x3f\xbb\xea\xc7\xe8\x81\xa8\xd8\xa3\x83\xa2\x1a\xb3\xab\xae\xb4\xa8\xc2\xd6\x18\xc3\xc9\xd4\x9b\xef\xfa\x0d\xad\x3c\x54\x2a\xe3\x1b\xd5\xab\xb6\xbe\x89\x8a\x56\x9c\x7d\xba\x70\xd5\x86\x4a\x05\x8e\x17\x7c\xa5\x52\x7d\x2e\x68\x7e\x5a\x30\x74\xb2\x1a\xa7\x7c\x93\xf8\xdc\xcb\xb7\x80\xe8\x94\xb5\x45\x12\x6e\xd6\x6a\xd9\xc0\x95\x7d\x62\xb9\x70\xbf\x61\xf1\x7a\xce\x3c\xda\x7b\x96\x88\x58\x3e\xec\xd0\x04\xcb\x88\x92\xcf\x0a\xbe\x94\x6f\xa8\x0e\x9c\xa7\x3e\x77\x7c\x79\x8a\x6f\xf6\xf2\x54\x0c\x1e\xe6\x75\xe4\xb1\x2e\xdd\x97\x00\x84\xce\x7e\xcd\x03\xa6\x3a\xa5\xe8\xa2\x71\x99\xff\xf4\x79\xec\xc0\x01\x62\xd3\x46\xeb\x22\xb0\x45\xd7\x77\x5d\x68\xe2\xc2\x95\x7d\xa2\x93\xc8\x39\xf7\xa8\x48\x98\x73\x54\x8f\x50\x07\x87\x1b\x85\x78\x01\xe7\x1c\xd5\x03\x48\xb2\xf0\xa8\x49\xd3\x68\x68\x3b\xaa\xc3\x03\x9a\x4a\x2e\x08\x4c\xc9\x02\xd5\x9e\xe9\x29\xb7\x54\x24\xf5\x38\x4f\xab\x20\xb1\x0c\xd8\x25\x0a\x96\x0b\x15\x23\x73\xea\xcc\xbc\xa1\xc7\xa7\xa4\x4f\x75\x90\x46\xc3\x72\xa1\x11\x1e\xee\x10\x95\x4c\x15\xfc\x90\xb8\x3a\xa8\xe9\x7b\xde\xcf\x74\xab\x73\x9a\x35\x68\x8a\x55\xc7\xdf\x89\xeb\xdb\x1c\xdd\xcc\xce\xf4\xac\x6c\x6f\x46\x76\x6c\xc4\x8e\xe3\xc2\x7c\xeb\x51\xfd\x66\xf1\x1c\xd9\x81\x23\x9e\xad\xf0\x5e\x87\x3c\x6d\x4c\xb8\x30\x0f\xc4\x8f\xe5\x63\x96\x4a\x1a\x6f\x04\xf3\xa9\x55\x6c\x80\xa2\xad\xa8\x26\x1b\x49\xb6\x18\xa0\x42\xd8\xc7\xd9\x52\xc1\xe6\x03\x14\x96\x87\x7d\x61\x68\x54\xfa\x63\x72\xdd\xa3\x04\x1a\xd6\x9c\x8d\x74\xc1\x8f\xc9\xf5\xd4\xbd\x1f\xe3\xdf\xa0\xd1\x0d\x34\x41\xb2\xf4\x9b\x96\x8f\xf5\x74\x1f\xb7\x83\x31\x65\x8b\xbc\xc3\xfa\xec\xe7\x46\x78\x54\x81\x18\x38\xac\x26\x18\x82\xd1\xfd\x86\x6e\x86\x6f\x1e\x1a\x88\x59\xca\xc3\x1b\xef\x6b\x4e\xa0\x39\xc1\x59\xca\x67\xee\xb0\x47\xbf\x2d\x43\x03\x61\xe4\x85\x2f\xfa\xff\x41\x90\x7d\x63\x07\x25\x48\x2e\x53\xa2\x7c\x96\x4d\x13\x16\x2d\xa3\x03\x84\x41\xed\x29\x2a\x66\x70\x57\xbe\xa1\xca\xe0\x25\x51\x32\x16\xac\xf0\x38\x20\xd6\x98\x58\xce\xec\x51\x85\xf3\x6c\x51\x71\x82\xf1\x92\xa8\xa9\x79\x45\xe7\x07\x64\x36\x63\x2a\xf3\xe8\x3d\xbc\x44\x44\xe7\x09\x6d\x9a\x70\xaa\x18\xc7\x07\xbe\x9a\x97\xc9\x17\x7c\xaa\x44\x62\xc5\xb6\x74\x64\x1d\x1f\x7a\x54\xc6\xec\x22\xe3\x53\xa8\x83\xb4\x01\xb5\x55\x96\x1f\x38\x7e\xf0\xd5\xfd\x60\x7d\x3e\xe2\xee\xb7\x4c\x97\x2a\x15\x17\x64\xe1\x7a\x67\xcf\x63\x42\x1b\xbc\x7b\x84\x38\x44\x1e\xb8\x9f\x77\x2c\x9b\x9d\x35\xda\x0b\x09\x9f\xea\x85\xc6\x2d\x49\x87\x7b\x9e\x3a\x3c\x5c\x9f\x23\x78\x0e\x63\xc1\x73\xdc\xdd\x6c\xbe\xe0\xc9\x6c\xb4\x10\x2c\xf1\x79\xae\xb7\x8d\x8b\x65\xc5\x41\xca\x70\xbb\x51\x96\x1b\x58\x6e\x70\x21\x58\x72\x8e\xb6\x25\xb6\xc8\x99\xcf\x61\xdb\xe2\x61\x19\x62\x29\x5e\x36\xa9\x72\x18\xc6\xb5\xe5\x60\xf5\xa1\x03\xb1\x06\x6e\x83\x0e\x13\xb5\x70\x74\x21\x6c\x86\xcc\x40\xda\x28\x3a\xcf\x5f\x88\xc1\x92\x05\x1d\xbc\x68\x71\x18\x92\x06\x9f\x34\x58\x4e\x20\xa9\x82\x4b\xf3\x3a\xa5\xaa\x9f\xf7\x69\x0b\x60\xc4\x75\x10\x97\xc9\x05\xed\xb7\xff\xea\x40\x4c\xbe\x3b\x90\xb1\x7e\x1f\x02\x62\xeb\xa3\x43\x31\x9e\x56\xe5\xa0\xb4\xd8\x9a\x54\xa6\xc6\x7e\x0d\x01\xb2\x63\x83\x85\x39\x30\x42\x1c\x07\x52\xb5\x0f\x07\x34\x29\xbf\xf1\xc3\x52\xb3\x77\x1e\x1d\x07\x19\x38\xac\x53\x69\x12\x04\x3c\x26\x35\x7b\xb7\x82\xef\xfa\x7f\xd7\x82\x88\xc6\x27\x7e\x97\x42\x34\x3e\xe9\x5a\x04\xd5\x24\x41\x97\x3f\x34\x3e\x81\x0f\x63\xd4\x90\x34\x4d\x98\xcf\x5b\xeb\x12\x86\x9a\xd2\x37\xc2\x83\x09\xae\x79\xc0\x75\xc2\xd0\x1b\xdf\x1e\xb3\x74\xb4\x22\x8f\x1e\x77\x3a\x4a\x44\x47\x78\xe8\x86\x20\xc5\xd7\x34\x67\x3f\xfb\x88\x55\xdf\x12\x54\x46\x16\xf0\x63\x72\x7d\xe7\x3e\xd0\xdb\x65\x44\xe2\x71\x57\xc3\xc0\xa1\xf3\xc8\x06\x41\x40\xb7\x8c\x22\x21\x30\xd6\xff\x51\x1d\x2b\x53\x4b\x9f\xc7\x64\x2c\x1e\x26\x7d\x8b\x22\x9c\x69\xb4\xe1\x02\x17\x4c\x7d\xec\x3c\x26\x73\xe2\x7c\x97\x0b\x3d\xe6\x7a\xb6\xea\x6f\x20\x77\xf4\x74\x87\x68\x03\x1f\x09\xad\xf9\xc1\x87\xfa\x1d\xef\x0c\x7c\xba\x12\x7e\xec\x70\x25\xfc\x38\xc8\x95\x70\xcf\x8d\x9f\xac\x28\xe0\x47\x87\x37\x60\x3d\x10\xa5\x24\x9b\xf9\xec\x26\x6a\xcc\xae\x21\xb0\x45\x15\x74\x14\xb4\x9c\xe0\xda\x3c\x70\xe3\xe0\x9c\x79\xbc\xb8\xd6\xc0\xa1\xeb\xcd\x06\x41\x40\x6b\xe0\x9c\x71\x98\xe8\xff\x68\x65\x50\x29\x91\x19\xf1\x79\x99\x80\x43\x44\x2b\x42\x9b\x26\x5c\x35\x70\x7c\xe0\x54\xbf\x4c\x48\x57\xbb\x38\x19\x49\xe5\xfd\x84\xad\x3a\xe2\x84\xed\x90\x25\xf2\x90\x13\xb6\x4a\xc2\xf4\x0e\x3f\x37\xaf\x88\xf0\x6b\xc5\xea\x00\x1d\xdd\xc1\xdd\xb2\x36\x49\xcf\xbd\x32\x17\x19\xee\x88\x38\x67\x29\xc5\xfd\x1c\x6f\x85\xc7\x96\xae\xd1\x30\xb1\x1a\xe1\x3d\x65\xd2\x31\xe1\x74\x2b\x38\x6e\xf7\x2d\xb7\x1e\xbb\xad\xea\x32\xe1\xc3\x9d\x56\x15\xfc\x0a\xae\x5c\x32\xb9\x85\x89\xdc\xa2\xc6\x3b\x05\xf1\x69\x69\x6c\xe0\x30\xf9\x9b\x04\xe1\xec\x77\x34\x13\x98\xea\xff\xb8\xe1\xd2\xa3\x4f\x55\xb1\x81\x43\xa7\x2e\xf7\x1b\x2a\x06\xec\x8c\x1f\x5a\x0c\x35\xa1\x7a\x4e\x6e\x4c\x54\xf8\xf1\x45\x3f\x8e\x50\x93\xd4\x6b\xa8\x66\x44\x6c\xe9\x44\xe6\x73\xca\x72\x8f\x5d\x5f\x89\x88\x2e\xa0\x1c\xcd\x28\xe5\x24\x79\x91\x6e\xb1\x42\x1a\x88\xd2\x73\x4d\xe6\xb8\x39\xbd\xdc\xd8\x7d\xf6\xd7\xcc\x55\x40\x3a\x03\x2a\x9c\x6b\x4e\x92\x03\x58\xed\xfc\xa5\x29\x91\x8a\xc5\xf6\x70\xb6\x67\x8b\xa6\x7d\x6c\xac\x14\x9f\xa5\x0e\x78\xd0\xa9\xc1\x11\x3e\x34\xbf\xba\xac\xff\x46\x55\x4f\xeb\xd7\x04\xb0\xc6\xc5\xb2\xea\x20\x65\x50\x63\xc0\xc6\xc8\x72\x46\x49\xfe\xad\xfc\xc2\x3d\xa5\x09\x9f\xb7\xcf\x31\x81\x5f\x3f\x57\x87\x87\x33\xb7\x67\x82\xc0\x15\x13\xe8\x5a\xc8\xeb\x89\xc0\x8e\xf3\x80\x83\x4e\x03\x56\x51\xcd\x8e\x2e\x1d\x60\x58\xde\x73\x48\xbe\x4f\xc1\x72\x82\xe9\x7d\x3a\x35\x6f\xbd\xba\x37\x0d\x30\xc5\x0f\x23\xd2\xa5\xe9\x43\x3d\xf6\x5d\xcb\xe6\x10\x70\xb8\xc3\x5a\xbe\xca\x28\xe1\xd8\xc0\x07\xfb\xec\x5c\x7f\xf9\xbe\xb3\xeb\xe4\x88\x4b\xbb\x4e\x5e\xe9\xd6\xae\x93\xf2\xda\x2e\x74\xfd\xb5\xa5\x29\x8f\xbd\xda\x54\x96\x88\x58\x36\xec\xd0\x04\xbc\x2f\xda\xf2\x81\x6f\xee\x05\xbf\x68\xc8\xa7\x29\xa1\x46\x7b\x7e\x62\x4a\x1f\xe3\x25\xc9\x17\xf4\x56\xf0\x82\x8a\x2a\x23\x46\xd1\x8e\xf6\x7e\xd4\x3c\x75\x39\x8a\x96\x94\x24\x8d\x7b\xad\x24\xcb\x8a\x46\xa8\xa0\xf3\xea\x3d\xe6\xb9\x54\xa4\xd1\x67\xc4\x2d\xe2\x5e\xbb\x02\x82\xce\xe1\x2b\x9d\x77\xdf\xc2\x52\xc5\xb0\xbc\xcc\x81\xbc\x1e\xb1\x5c\x12\x61\x3c\x35\xcf\x3e\x31\x9d\xb4\xe6\x3a\x78\xfd\xd2\x3f\xad\xbd\x79\xda\xb2\x80\x8f\xe6\xd1\x23\x5e\xe1\x8a\x1c\x3e\xec\xd4\x81\x1e\x18\xf5\x36\xcd\x11\x7b\x34\xd5\x45\x13\xd9\x93\xd7\xf1\xb6\x8d\x8b\x35\xf7\x83\x94\xaf\x77\xcd\xc5\xe4\xa9\x63\x44\x5c\xc5\x1e\xa7\xa6\xab\x18\x9d\x8f\xd6\xc1\x01\x4f\x3a\x0a\xb8\x8a\xd1\xf9\xe6\xd2\xab\xf1\xd3\xb2\xc3\xe4\x69\xf9\x0a\x86\x4e\x9a\x07\x7c\x4c\xe6\xa8\x71\xd3\x7a\x93\x6c\xfc\x89\xad\xd1\x30\xb1\x1b\xe1\xc1\xc4\xd6\x3c\xe0\xd3\x26\xd9\xe0\xa7\x09\xb9\x47\xc3\x5a\x8d\x86\xd6\xf0\x3a\x3c\xa0\x0b\x1a\x7e\x0f\x57\x9c\xdf\x77\xf9\x64\x2d\x88\xf2\x78\xf8\xbd\x44\x7c\x7e\x60\xdf\xa1\x38\x46\xaa\x32\x8a\xf1\xc5\x7a\x4b\xd4\x12\xe9\xcb\x97\xe9\x1f\x1e\x9b\x6d\xfa\xc7\xf3\x82\x2c\xd3\x3f\x14\x15\x12\xbf\x6c\xb3\x46\xe8\xd9\x58\xd3\x3f\xe0\x63\xfa\xc7\x9d\x61\xd0\xe7\x76\x37\x13\xf1\xfa\x0f\xfc\x8a\x27\x26\xc5\xa6\xf0\xaa\x6e\xa8\x20\xd1\x51\x6e\x87\xa8\xf7\x32\xb3\x02\x18\x6d\x83\x2f\x10\x2a\x5e\xb0\xcd\xe0\x7d\xf9\xf1\xad\xdf\xdd\xfa\x35\x48\x85\x80\x1f\x4a\x23\xc5\xd2\xe7\x0c\xc4\x01\x62\x85\xd2\x26\x09\x67\x33\x61\xd9\xc0\x85\x7d\xa2\xb6\x50\x3e\xaf\x49\xae\x6f\x40\x3e\x6c\x09\xc5\x8f\x34\x62\x1d\xec\x50\x36\xe5\x0b\xb8\xe6\xa8\xe9\x1f\x59\x7a\xbc\x48\x88\x2c\xd1\x7b\x84\xea\xe0\x50\xe7\x36\xc9\x32\x86\xd3\x25\x7a\x89\x50\xc6\x52\xaf\x1b\xfc\x69\xc7\xfe\x7e\xca\x47\x43\x2f\x90\x6b\x40\xc4\x29\xab\x9b\x7d\x40\x43\x81\x94\x83\x65\x05\x13\x96\xf2\xb1\x79\xed\xe7\x20\x49\x43\x58\x81\x0d\xc4\xb4\xfb\x0a\x3b\xc5\x33\x9f\xde\x3c\x2c\x1e\x5a\x0f\x0d\xc5\x28\xdb\xa4\x8a\x0d\xb2\x3c\x68\xc3\xbc\x18\xe1\x65\x27\x16\x2d\xc6\x20\x0b\xf0\xb6\x1c\x2f\xb5\xac\x77\x38\x5b\x92\xbe\xc2\xa9\x1a\xc3\xab\xac\xab\xd6\x72\xfa\xd4\xfc\xd6\xdf\x72\xba\x8d\x65\x4d\x44\xf4\x2f\x7b\x36\x22\xfd\x70\x5c\xed\x2a\xc1\xf4\xe7\xcb\x10\x4d\xc6\x3a\xb8\x6f\xfa\xfd\x05\x58\x92\x2a\x87\xd4\xd7\x8c\x7f\x47\xca\xca\xdc\xdc\x89\x79\x8c\xb9\xf9\x7c\xc9\x3c\x4e\xff\x34\x1a\xd6\xda\x1b\xe1\x2f\x3d\xc9\xad\xa1\x7e\x54\x77\xa1\xda\xef\xab\xc1\xb7\xc0\x2e\x99\x80\xf3\x25\xeb\x77\x08\xbb\x8a\xf5\x23\x4b\xfb\x1d\x01\xaf\x62\x5e\x75\xdd\x38\x1b\xfb\xb4\x25\x89\x2b\x63\x91\xc3\xee\x10\xab\xe0\x9e\x66\x31\xb1\xdc\xc2\x58\x6e\xbb\xae\x32\x3f\xf1\x7e\x41\xe6\xc9\x11\x37\x64\x9e\xbc\xd2\x15\x99\x27\xe5\x1d\x99\xb8\x81\xff\x26\xa6\x3e\x4d\x19\x2c\x1e\x3a\xb5\x6d\x52\x84\x33\xf3\x37\x5c\xe0\xda\x3c\x70\x03\xa1\x74\x93\xaf\x47\x4b\xea\x71\xae\x5b\x63\x62\x19\xb1\x47\x15\xd0\x5e\x48\x73\x5a\xd2\x18\xa6\xe6\xed\xe3\x87\x71\xf7\xb1\x17\xbf\x2d\x43\x03\x76\x34\x8c\x06\x49\xe0\x63\x2f\x12\x3e\x8c\xd1\x3b\x54\x57\xb3\xc2\xe3\xfe\xa2\x46\xc3\x64\x6f\x84\x87\xd3\xbb\xcd\x8a\x0c\xae\xce\x6e\x27\xb8\xc1\x58\x4a\xe5\x9c\x8b\xd8\x63\x87\x50\x63\xa2\x6d\x61\x97\x2a\xa0\xef\xab\x92\x13\x4c\xab\x57\x7c\x8f\xc1\xef\xa6\xfb\xaa\x73\xcf\x7d\xf5\x2a\x5b\xee\x96\x0b\x5c\x75\x5a\x4f\x6d\xa9\x50\x8f\xa3\x07\x3a\x93\x3c\x5e\x53\x8f\xa6\x53\x3b\xc0\x58\x96\x1c\x26\x0d\xb8\xfd\x2c\xd4\x23\x54\xec\xe0\x9b\xfe\xfe\x5e\x7e\xa2\xaa\x32\xce\x17\x29\x1d\xc5\x24\xa5\x79\x42\x3c\x4e\x65\x77\x80\xb1\xcc\x3a\x4c\xda\x7b\xcd\xb6\x03\xe3\xfc\x49\x84\xce\x7a\xcb\x15\x4a\xae\xce\xab\x04\x5c\x98\x9f\xc7\xee\x57\xeb\x5a\xa2\xd7\xe4\x78\x17\xb7\x0d\x88\x0e\x87\x5b\xc1\x47\x5e\x2f\xd5\x2e\x11\xd1\x01\xb1\x36\x0a\x0f\x37\x1a\x96\xe6\xe3\xa8\x25\xa0\xe0\x0f\x3e\xef\x08\xb6\x78\x98\xe8\x2d\x8a\x50\xfa\x4f\xcb\x04\xce\xcc\x03\xbf\x4a\x4c\xd7\x35\x8f\x03\x62\xb3\x19\x3d\x73\x9d\xd8\x6b\x34\x34\xd7\xb0\x0e\x35\xa5\x9d\xdd\x52\x32\x5f\x7b\xb4\x71\x34\x70\x98\xf8\x4d\x82\x70\xdb\xaf\x9a\x09\x7c\xd2\xff\xbb\x9c\x3e\xfa\xb6\xa3\xaf\x31\xb1\x5c\xd8\xa3\x0a\xeb\x06\xd2\x70\x32\xce\x20\xa7\xfa\x0d\x6d\x10\xd2\xe3\xc6\xac\x94\xa8\x3b\xf2\x3a\x38\x5c\x3b\x90\x4b\x98\x4a\xd4\x18\x5a\x31\x9f\x0d\x40\xa3\x61\x32\x37\xc2\xc3\x5d\x1e\xc4\xd6\x04\xee\x18\x5e\xf9\x63\xee\xf3\xc0\x9f\x46\xc3\xc4\xd6\xe1\xff\x47\xc5\x83\x15\xe6\x0d\xfc\x41\x71\xe5\x4b\x99\x07\x5b\xbc\x92\x02\xc6\xfc\xf4\xb6\xd3\x28\xd6\xa7\x13\x36\x07\x88\xce\x50\x5a\x24\x61\x55\x59\xd9\x3d\x4c\xbe\xa0\x8a\xac\x19\x25\x5e\x8f\xe7\x5a\x3c\x47\x76\x50\x3d\xd9\xa2\xe8\xa9\xa1\xb4\x71\xcd\x31\x83\xcb\xcf\xa8\x9e\x72\x25\x7d\x5e\x02\xa1\xd1\xd0\xfe\x76\x48\x13\xe8\x7b\x59\x77\x01\xd3\x18\x3d\x62\xcb\x84\xc7\xc9\x36\x13\xe8\x3c\xbb\x0e\x0e\xe7\x1e\x49\xc4\x70\x29\xf0\x9d\xe7\x34\xf5\xd8\xd5\x6a\x34\x4c\xe6\x46\x78\xb8\xfd\xe2\x34\x2d\x60\x92\xa6\xf8\x59\xea\x65\x3c\x7a\xf0\xa9\x68\x34\x78\x68\xa7\x65\x28\x06\x7b\x1a\x6b\x31\x08\x69\xa9\xf0\x20\xe1\x3b\xee\x3a\x51\xf7\xbe\x61\xbc\xb5\x9e\x1c\xed\xae\x75\x9f\x32\xec\x30\x70\xc0\x61\x6b\xc7\x21\x09\xa1\x1e\x3d\x5f\x7e\x58\x63\x62\x99\xb3\x47\x15\x58\x57\x65\x6e\x34\x34\x6a\xaa\xae\x6b\x0d\x1f\xb8\x48\x0a\x41\xa5\xc7\x66\x57\x41\x62\x39\xb2\x4b\x14\xce\xb9\x57\xc9\x08\xbe\x97\x6f\xe8\xc4\x81\x7b\x34\x30\x99\x71\xd4\xba\xa4\x0e\x0e\x77\x90\x91\x3f\xc2\x19\x7f\x44\x6d\xc8\xc9\x4f\x9a\xc6\xc4\xe7\x29\xd8\x0a\x12\x93\xbe\x22\x1a\x49\x3a\xc4\xb7\xcb\x2e\xca\x4b\x8d\x74\x6a\x24\xc5\x0b\x36\x60\x1a\xb0\x0b\x23\x68\x91\xb2\x98\x28\x9a\x78\x49\x95\x31\xa7\x88\x07\xda\xcc\xec\xa5\x8d\xe5\x8b\xd9\x66\x3e\x1f\x6e\x6c\x56\x63\x31\x73\x56\x67\xc8\x5e\xcd\x2e\x52\xca\x86\x9c\x80\xde\x45\x79\x91\x91\x54\xb3\x56\x7a\x48\xcb\x2b\xb8\xab\xa9\x98\x81\x6e\x47\xf0\xb1\xfc\x9c\xd2\x5d\x07\x46\x47\x03\xb5\x6a\x6e\x8d\xf8\xb5\xf9\xf3\x40\x68\x49\x55\x33\x89\xfd\x2c\x8a\x6a\x98\xb2\xce\xd5\x58\x97\xee\x97\x81\x80\x95\x11\x56\x05\x38\x71\xbf\x0c\xcd\xc3\xaa\x85\x35\x32\xb0\xfa\x6d\x20\xa8\xe9\x99\x6a\xbc\x3b\xfd\x39\x10\x4a\xb7\xb5\x1a\xe9\x9a\xed\x5e\x44\x72\x34\x90\xed\x97\xf2\x4d\x36\x6b\x8a\x7a\xda\xf8\x75\x20\xb0\xb5\xd5\xab\x10\xfb\x9b\xeb\x35\x4a\xb7\x55\xb0\xc7\x78\x74\xa2\xde\x3d\x3a\xd1\x23\x3c\x3a\xd1\x57\xf2\xe8\x44\x25\x4c\x29\x7e\x69\x7c\x9c\xf9\xbc\x1b\x56\xa3\x61\xe2\x37\xc2\xc3\xf9\x1e\xc9\x98\x84\xf1\xe4\x12\xb5\xf5\x70\xdb\x9c\xc5\x66\x26\xbd\x3a\x85\x6c\xc2\x62\x19\x71\x88\x30\xf4\xee\xaa\x65\xe6\xf6\x40\x6f\xcd\x07\x96\x45\x85\x60\xb9\xd7\x3b\xb1\x1d\x20\x96\x2d\x69\x11\xfc\xb8\xa5\x4b\x05\xdc\xda\x27\x6a\x04\x42\xe2\xb5\xf4\x7a\xad\x9f\x05\x74\x74\xc8\xb5\x7e\x2d\xba\x9e\x16\x1e\x36\x2e\x5c\xd9\x27\xaa\x66\x0c\xe0\xea\xe5\x28\x2f\x2f\x3d\x1d\xbc\x0c\xde\xee\xad\x5d\xbb\x1c\xe5\xd6\x65\xee\x53\x63\x30\xc7\x55\x05\xf3\x21\x3a\x82\x2a\xea\xf0\x3b\x37\x07\xf1\x1d\x70\xc7\xaf\xa0\x19\x57\x14\xce\x77\xd5\x12\xfd\xe2\xf6\xf3\xbf\xde\x8c\x3c\x9d\xe3\x0a\x11\xd7\x01\xcb\x25\xa5\x3e\xbd\x3a\xb6\x60\x8f\x18\x00\x2c\xe1\x60\x2b\x9b\x03\x58\xaf\x34\x98\x58\x66\x6e\x30\x99\x9a\x8f\x21\x96\x39\x0e\xa6\x65\xef\x63\xd1\xba\x4d\x14\xa4\xe2\x99\xc7\x06\x6b\xe0\xb0\x22\x6b\x12\x04\x34\xd0\xe0\x59\x01\x53\xfd\xbf\xc3\x3e\x85\xe5\x0b\x45\xb3\xc2\xaf\x22\xb8\x8d\x8b\xe7\x86\xa6\x1c\xed\x90\x86\x34\x5c\x69\x24\x0c\xa6\xe6\xf3\xce\x7d\x76\xce\xf3\x03\xb8\x34\x3e\x39\xce\xa7\xf1\xc9\xeb\x39\x35\x3e\x69\x7b\x35\x3e\x38\xed\x5f\x1f\x79\x93\xd0\xfa\xd9\x2c\x58\x07\xb9\x3d\x68\x67\xa6\x98\x78\xbc\x7f\xa0\x48\xd0\xeb\x07\xea\xe0\x70\x53\xce\x64\x0e\xb7\x09\x7a\xf7\xc0\x7a\x33\xa3\x22\xa7\xca\xe7\x7a\xb4\xc6\xc4\xe4\xaf\xa9\x46\xab\x21\x97\x1c\xee\xa1\x94\x5a\x25\xc6\xf3\x51\xcc\x73\x25\x78\x9a\xd2\xe1\xb7\x84\xb7\x90\x25\xdf\x88\x98\xca\xd1\xfd\x86\xab\xc1\xba\x64\x5e\xd0\x5c\x2e\xd9\x5c\x8d\x66\x1b\x96\x0e\xb9\xca\x7e\x2f\x65\xf1\x46\xf7\xdb\x75\x02\x3d\x40\xe6\x24\xa3\xb2\x20\x9e\xc0\x78\xe2\x05\x67\x59\x0c\xce\xf5\x06\x4a\x42\x8b\x94\x3f\x65\x2f\xb9\xfc\xa9\x81\x56\x50\x21\x99\x54\x34\x57\xa3\x2d\x4f\x37\x99\x2e\x8e\x94\xb0\x21\xc7\xad\xf6\xb1\xb9\x9f\xea\xc1\xf3\x39\x5b\x8c\xb2\x41\xe6\x42\x47\x08\xec\x01\x54\xda\x9b\x42\xfd\x40\xc5\x62\xd0\x44\xf4\xb9\x44\x8d\x48\x1c\xf3\xcd\x0b\x6a\xcb\x4e\x8b\x77\xe5\x11\x7c\xaa\x5c\x4b\x02\x75\x99\xfd\xed\xca\x0c\x3e\x55\xa1\xb7\x55\xe0\x37\x1b\xd6\x6b\x26\xdd\xe0\x52\x16\x62\x03\xdb\xdd\x00\x3b\x18\xd2\xf4\x1c\x0d\xbc\x1b\xfd\x3d\x3c\x7d\xa6\x66\xb4\x92\x67\x7e\xe9\x05\x58\x95\x26\xd8\xfe\x1b\x3e\x97\x3f\x9c\x99\xef\xa1\xa9\xb3\xb5\xe2\x6f\xdd\x4a\x1b\x29\x1c\x9b\x5f\x27\xa4\xe7\x5a\x74\xbf\x54\xfe\x2e\x6b\xf1\x7e\xe9\x9c\xba\x90\xa1\x1c\xaa\x71\xe7\x6f\x33\x30\x36\x18\x7c\x2d\x43\xbe\xe8\x80\xa1\xf8\xcb\xa2\x89\xf9\xf1\xf6\x74\x70\x6d\xaa\x06\xb5\x66\x95\xaa\x7e\x1c\x0a\xab\xbb\xe9\x66\x7b\xe2\xc3\x2b\x41\x63\x6c\x6a\x20\xbe\xaf\x7f\x1d\x0a\xbc\xe2\xb3\x06\xe0\x15\x9f\x0d\x2f\xec\x6a\x7e\xf5\x77\x63\x7e\xd5\x2a\xf4\x8a\x62\x5c\x13\x0c\x6e\x16\x66\x6e\x53\x55\xb1\x66\xd3\x30\x21\x55\x15\x1b\x5c\x7a\x7b\x7d\xe3\xdf\x76\x00\x47\xbb\x48\x43\xf1\x92\x7e\xe3\x6f\x37\x0a\xec\x74\x1f\xb6\xbd\x77\x5b\x61\x11\xb5\xa4\xb9\xef\x25\xa5\x05\xed\x5c\x52\xb6\xc8\xc2\x2e\x29\x2d\x2b\x38\x35\x8f\x8e\x9d\xa4\x91\xf4\x79\xb2\xde\xe2\xa1\x0b\xcd\x26\x45\xc0\xfd\x24\x18\xa3\x07\x68\x63\xf1\x54\x28\x8f\x46\xc8\x16\x0f\x5f\x61\x37\x28\x5e\xea\xc3\xa2\x05\x36\x8a\x8a\x45\xd1\x2b\x9b\xf2\x2d\x15\x8a\x0a\xb0\x30\x70\x7b\x71\x7b\x9c\x17\x8a\x9d\x78\x63\xf3\xe8\xe7\xc0\xc2\x45\x7d\xcf\x16\x4c\x91\x74\xca\x16\x39\x51\x1b\x81\x6a\x83\x72\xb2\x60\xdc\x63\x25\xb5\x78\x58\x59\xb5\x28\x82\x55\x52\xcb\x05\x6e\xcc\x03\x37\x7c\xcb\x99\xf2\xd8\x6d\x59\x3c\x2c\x03\x5a\x14\x01\x2d\xe0\x34\x17\x38\x33\x0f\x2c\x03\x92\x95\x4f\xa7\xba\x2b\xdc\x93\xee\x2a\xbc\xfb\xdc\x55\x0a\xef\xaf\xae\x51\x33\xf3\x8d\x54\x7e\x4f\xb3\x97\x88\x98\xec\x3b\x34\xe1\x4c\xce\x1d\x1f\x98\xb8\x17\x34\x2b\x88\xf4\xba\xa5\x6d\xf1\xd0\x6c\x68\x52\x84\xcb\x04\xc3\x05\x26\xe6\x71\x58\xef\x7b\xac\xe8\x98\xe6\x37\x94\xb8\x07\x66\x42\xbe\x6f\xe0\x3d\x39\xe2\x0a\xde\x93\x57\xba\x83\xf7\xc4\x5c\xc2\x7b\xfa\x7d\x7a\xd2\x71\x11\xaf\xcc\xbd\x6e\x70\xe5\x1d\xfb\x5b\xf9\x2b\x6c\x6f\xe5\x59\x01\xd3\x1c\xdf\xdc\x9a\x11\x11\xf3\xc4\xe7\xe9\x73\x0b\x88\xcd\x82\xda\x24\x7d\x0f\x76\xd9\xc8\x70\x66\x9f\xa8\xcd\x85\x59\x85\x28\x12\x7b\xbc\x9f\xac\x82\xc4\x4a\xb7\x22\x1a\x2d\xd2\x97\x98\xf1\xd6\x38\x39\xdf\xbe\x4c\x07\x6f\x50\x62\x96\x27\xc3\xcd\x93\x6b\x9c\x35\x7d\x92\x8a\x0f\xf1\x31\xb5\x27\x17\xdd\xa8\x01\x5b\x58\xfb\x40\xf2\x81\xcd\x83\x7b\x2d\xa9\xd8\x81\x2d\x57\xb8\x48\x7b\xdb\xc7\xd6\x18\x26\xc9\x30\xd5\xff\x07\x22\xe8\x5a\x01\x37\x7c\xdb\x4f\xd9\x54\xc7\xb7\xf5\x01\xc6\xe6\x31\x10\xa3\xac\x0b\xf0\xc9\xbd\x0c\x95\xc5\xd6\x04\xb8\xb1\xcf\x2e\xf7\x59\x6b\x96\x53\xe9\xd3\x9c\xb2\x01\xda\x31\x74\xed\x90\xf5\x3f\xe2\x56\x43\x8c\xe6\x4c\xd0\x25\x97\xc1\x67\x6e\xe4\x41\x42\xc9\x0b\x3e\x59\xe6\xe7\xee\xbb\x9f\x07\xca\x07\x09\x2e\xf1\x25\x4e\xc7\x4d\xe0\x1e\x0d\x7e\x18\x7a\xfa\xa5\x0e\x0e\x67\x90\xc3\x14\x5c\x30\xd4\x3f\x91\xa4\x62\x9b\xfa\x74\xe2\xe4\x00\xd1\xd9\x44\x8b\x24\xd4\xa9\x49\xc7\x05\xa6\xf6\x89\x5a\xf7\x09\x4a\x33\x22\xd6\x3e\xe7\xff\x35\x26\x96\x15\x7b\x54\xe1\x4c\xef\x2a\x4e\x70\x5e\xbd\xa2\x35\xc3\xab\xb7\x07\x59\x7b\x63\x38\x38\xc9\xd2\xe1\x2b\xf2\x38\x1b\x36\xcb\xd2\xb1\x61\xca\x49\x71\x45\x1e\x67\xb8\x9b\x4f\x41\xf2\x05\x4f\x3c\x1a\x76\x97\x88\x68\x37\xdc\xa6\x09\xd7\x6f\x3a\x3e\x70\x6a\x5e\xde\xa3\x56\xdc\xce\x36\x30\x23\xcc\xa7\x27\xff\x1a\x14\xed\xfc\xf6\xc8\x86\x9a\x36\x6a\x88\xd7\x75\x45\xa6\x39\xb6\xcd\x12\x27\x84\xa5\xc3\x5d\x90\x19\xbc\x1a\x08\x3d\xab\x5b\xba\x9c\x1b\xad\xa4\x78\xf7\xaf\xdf\x3d\x1e\xd9\xdd\x41\xc6\x0a\xef\x19\x5a\xcf\xf9\x5e\x7b\xdb\xb3\x5c\xe0\x6a\xfa\xf5\xdd\xbf\x7e\xff\x4e\x67\xd3\x4e\xaf\x7b\xa9\x39\x75\xb4\xf2\xba\x94\xaa\x31\xb1\xbc\xd9\xa3\x0a\xe8\xd1\xb6\xe4\x04\xd7\xd5\x6b\xd7\x2d\x3a\x21\xec\xfa\xdb\xb8\x58\xe6\x1c\xa4\x0c\xe7\xd0\x52\xf2\xbc\x36\xf3\xbf\x92\xfc\xb8\x1b\x5c\xed\x39\xac\x77\xbe\x0f\x7f\xbd\xeb\x98\xa6\x37\x48\x02\x1f\xfd\x7a\x67\xf4\x4b\xd3\x77\xa8\x2a\x5c\xf0\xc2\xeb\x41\x78\x07\x88\x65\x42\x9b\x24\x9c\x5a\xdc\xb2\x81\xf7\xf6\x79\xc4\x08\x39\x63\x0b\x73\x15\xb8\xf7\x51\xb2\x04\x3e\x62\xa4\xdc\x21\x1d\x3a\x5a\x96\x30\xa3\x57\xb8\xbe\xcf\x0d\x6f\x25\x4b\x73\xa3\xad\x1d\xe6\xce\xd8\xc2\x5c\xaa\x3e\xfd\x72\x3d\x64\xc0\xac\x10\xdb\x68\xb8\x76\xdf\xe7\x24\xa7\x6b\x76\xf3\x12\x27\x04\x05\x2f\xde\x0d\x3f\xc3\x93\xbd\xe0\x00\x90\xe6\xfc\x12\xc6\x43\xe3\xb2\x61\xc6\x8f\x07\x97\x11\x19\xcb\xa8\xf5\x03\x51\x10\xa1\x86\x2d\x26\x34\x06\x54\x18\x30\x61\x19\x9d\x94\x5f\xfd\x76\xa1\xcd\xcc\xae\x6b\x4e\x57\xa4\x44\x69\xce\x9e\xdd\xd2\xb4\x60\xb1\xca\x7a\x88\x30\xd4\x9a\xbc\xe4\x65\xdd\xd3\xdc\xba\xaf\x2e\x0f\x35\x8a\x65\x3e\x57\xe6\x06\x0e\xcb\x91\x26\x41\x40\x8f\x8b\x19\x15\x70\xa7\xff\xa3\x03\xb1\xb5\x60\xe0\x31\x25\x1e\x4f\x9b\x36\x51\xd1\x21\x79\x9f\x2e\xe0\x45\x76\x35\xaf\xd2\x70\xe3\xb3\xfe\xc0\x5d\x52\x6e\xe2\xe5\x8c\xf8\xf4\x47\x5c\x41\x62\x19\xb3\x4b\x14\xce\xc4\xa8\x64\x04\xe3\xf2\xad\x4b\xd7\x2c\x73\xcf\x7a\x66\x99\x77\xea\x98\x6b\x92\xa0\x3a\x61\x99\x4b\x98\xe6\xa8\x0a\x57\xa6\x5e\x57\x7d\x06\x0e\x93\xbe\x49\x10\x6e\x6f\x54\x33\x81\x69\xda\xb1\xc2\x9b\xa7\x44\x15\x5e\xc5\x2f\x11\xb1\x1c\xd8\xa1\x79\xf1\xc5\x49\x6d\xb8\x9e\x5a\x4e\x17\x19\xce\xdd\xcb\x11\xf3\xcb\xc6\xd0\xbf\x17\x1d\xd5\x25\xfe\x64\xc5\x9c\xa5\x1e\xbb\x1e\x07\x88\xe5\x4e\x9b\xa4\xe7\xcc\xc6\x45\x86\xbf\x58\x71\xce\x52\x7c\x33\xda\x19\x3d\xf8\x76\x82\xd2\x7d\xed\xcb\xc9\x2b\xdd\xfb\x72\x52\x5e\xfc\x82\xda\x59\xe4\x54\xa9\x27\xcf\x53\xb3\x1a\x13\xcb\x8a\x3d\xaa\x50\x93\x32\xc3\xc8\xce\xc8\x6e\xf4\x6b\xd7\x74\x8c\xe5\xf3\x74\xf3\xe8\x53\x85\x5e\x22\xa2\x6b\xaa\x36\x4d\x38\xe7\xac\x8e\x0f\x5c\x9a\x97\xc3\x2a\xf4\xf5\x68\xad\x9f\xc7\xec\x9b\x61\x46\x53\x0e\x04\x13\xbb\x4d\x72\xac\x37\x8c\x9d\x09\x2f\x59\x48\xbe\xf1\x58\x81\x1d\x20\xd6\x4f\x29\x96\x3c\x4d\x34\x75\x1f\x93\xe1\x46\x57\xe5\x58\xc0\x5d\x85\x83\xf6\x56\x85\xe0\x8a\xcf\x36\x3e\xcf\x06\x3b\x44\x4c\xc8\x1d\x9a\x9e\x22\x96\xb1\xe1\xd6\xbd\xe0\xfd\xf1\xcf\x8d\xa0\x23\xa9\xb8\x20\x0b\x3a\x9a\xa5\xdc\xe7\x16\xd6\x1e\x36\xda\x47\x3f\x47\x1d\xae\xb7\xd6\x1c\xc1\x71\x04\xcd\x11\xce\xd2\xdd\x63\x32\x3b\x22\x49\x45\x05\x93\x1e\xa7\x42\x25\x22\x9a\x35\x6d\x9a\x70\x19\xe2\xf8\xc0\xa9\x7b\xc1\x6f\x31\x8e\x05\x2f\x04\xd7\x43\xff\x28\xa3\x4a\x30\x9f\xa3\xfa\x21\x74\x2c\x8b\x10\xfa\x70\x36\xb0\x0d\x9e\xe0\x78\xc2\x44\xff\x78\x6b\x7f\x9c\xd8\xdf\xf0\xe3\x01\x3e\x9d\xc1\x68\x34\x74\xf0\x27\xe1\xdd\xb5\x68\x1e\x70\x43\x76\xcf\xad\xed\x0d\xcd\x2c\x67\xb2\xf0\xa9\x7d\xa8\x31\x3b\x06\xfc\x36\x55\xc8\x21\xdf\x71\xd2\x83\xbe\x7b\xc5\xad\x50\x25\xfd\xfd\x7f\x7c\x1a\xa1\x6a\x3c\x6c\xa4\x69\x51\xf4\x36\x41\xd5\x71\xe1\xcc\x3c\xd0\x31\x86\x3e\xfa\xbc\xf5\x52\xa3\x61\x05\xdc\x08\x0f\x56\xb4\x9a\x07\x7c\x78\xa4\xa8\xb3\x7d\xe1\xd3\xf7\xb5\xc0\xbd\x5e\x8b\x21\xfe\xae\x0f\x56\x89\x1a\xa9\x5f\x96\x08\x29\xe1\xeb\xae\x0b\xec\xae\x3a\xe4\x22\xa1\xb5\x67\xe1\xd5\x21\xde\xe2\x18\x6f\x78\x8b\xa1\xae\xf0\x74\x44\xb8\xe8\x72\x82\xb7\xa0\x3c\xe6\x89\x4f\xdd\x73\x89\x88\x55\x91\x1d\x9a\x70\xfb\x73\x8e\x0f\x5c\x50\x3e\xe6\x7b\x26\xb5\x3b\xd3\xe1\x05\xdd\xd2\xdc\xa3\x9d\xa0\x03\xc4\x32\xa2\x4d\x12\xce\x07\x8f\x65\x03\xb7\x8b\x0f\xfa\x89\xce\x2a\x15\xf7\x78\xf3\x9b\x46\x43\x67\x93\x75\x78\xb8\x99\xa4\xe2\x99\xb9\x8f\x1d\x37\x05\x14\x7c\xe3\xf5\x96\x2f\x0b\x88\x09\xdf\x26\x09\xa7\x59\xb5\x6c\x66\x5c\x35\x7e\x9c\xda\x1f\xcf\x38\x5a\x19\x12\xc1\x52\x9f\x07\x06\x35\x1c\x96\x23\x4d\x82\x80\xd6\x11\x2c\x4d\xe1\xbd\xfe\x8f\xef\xbb\x64\x54\x25\x3e\x37\x5d\x34\x1e\x26\x7d\x8b\x62\xc0\x7d\x5c\x3a\x76\xf8\x03\xe1\x86\x0d\x8c\xcd\x03\xcd\xbf\xe5\x26\xf7\xb8\x36\x35\x70\x68\xee\x35\x08\xc2\x49\xaf\x99\xc0\x58\xff\x3f\xac\x34\x7b\xa0\xb3\x25\xe7\x47\xc8\x8d\x29\xcd\x1c\x08\x26\x6d\x9b\x04\xd7\x9b\x3e\xa3\x33\x4b\x7c\x6e\xa2\x25\xf8\x06\x5a\x12\x7e\xf3\x2c\xc9\x25\xbc\xc7\x37\xce\x32\xee\xd9\x30\xda\x01\x62\x92\xb7\x49\xc2\xad\xff\x2d\x1b\x98\xf0\x4e\xa3\xe8\x95\x91\x5b\x8e\x04\x99\x7b\x9c\xec\x34\x51\xb1\xfc\x38\x40\x17\xce\x3c\xd2\xf2\x02\xcd\x0b\xae\x2e\xcc\xc7\x57\xb2\x7b\xb8\x6b\xa7\x9f\x21\x52\x92\x3c\x11\xe4\xde\xe3\xc0\xd7\x00\x45\xbb\xb0\xf0\x16\x6b\x55\x4a\x60\x5c\xbe\xa1\xba\x91\x98\x78\xcc\x06\x8d\x86\x2d\x78\x1a\xe1\x3d\xd5\x1b\x31\x49\xe1\x72\x4c\x52\x74\xad\x23\x57\x3e\x3d\xb4\x68\x34\x74\x76\xb7\xca\xe4\x68\x46\x54\x3c\x60\x82\x57\x23\x04\x9f\x1c\xae\x32\x09\xd3\x55\x4f\x67\x42\x26\x96\x91\xcd\xc4\x3d\xd3\x6f\x47\x58\x99\x26\x42\xa7\xd6\x5b\x09\x34\x51\xb1\x92\x38\x40\x17\xda\x22\xd4\xf0\x72\xc6\x9b\xef\xf5\x3b\xba\xf6\x28\x52\xaf\x53\x25\x8b\x87\xd6\xcd\x26\x45\xb8\xba\x65\xb8\xc0\xd4\x3c\xd0\x65\x06\xff\xe9\x53\x03\x61\xe0\xd0\xd9\x48\x83\x20\xdc\x7c\x44\x33\x81\xf7\xfa\x7f\x97\x39\x13\x5d\x7b\x36\x67\xa2\xeb\x4e\x73\xa6\x9a\x24\xa8\x39\x13\x5d\x4b\xf8\xf0\x09\xbd\x8d\x44\x52\x9f\xce\xa9\x1b\xf7\xac\x3d\x73\x32\xf3\x58\x77\xd4\x83\x2f\x5e\x30\x57\x54\xed\xdf\x4c\xb5\xb3\x3d\xc2\x94\x60\x3e\x9d\x97\x3b\x40\x4c\xf6\x36\x49\xb8\x5d\x17\xcb\x06\x6e\xec\x13\xad\xfd\xb1\x62\x5b\xea\xf5\x16\x67\x87\x88\xd6\xff\x36\x4d\xb8\x06\xe0\xf8\xc0\xa9\x79\x99\x7c\x41\x4d\x80\x1f\x58\xea\xf3\x36\x67\x8b\x87\x65\x43\x8b\x22\x9c\x15\xb0\xe1\x02\x77\xe6\x81\x65\xc0\x4f\x9a\x27\xd4\xe7\x76\xb6\x03\xc4\xb2\xa0\x4d\x12\x2c\x0f\x1c\x1b\xf8\xcb\x3e\xd1\x8d\x37\x41\x58\xae\x04\xf5\xe9\x00\xa6\x84\xc4\x72\x62\x97\x28\x9c\xaf\xb2\x92\x11\x9c\x95\x6f\x9d\xe6\xbe\xf7\xbe\xcd\x7d\xef\xbb\xcd\x7d\xef\x5f\xc7\xdc\xf7\x5e\xc2\xf4\x1e\xd5\x5a\xf0\x94\xe5\x0b\xee\x71\x2f\xd6\x01\x62\x39\xd0\x26\x09\xe7\xbe\xc5\xb2\x81\xcf\xf6\x89\xf6\x0e\x9c\xaf\x29\x2d\x7c\xce\x13\x2b\x48\xb4\x87\xd8\x21\x0a\xd7\x47\x94\x8c\xe0\x2f\xce\x3f\x99\x37\x74\xd6\xb4\xca\xa4\x47\x27\x61\x06\x0e\x9d\x37\x35\x08\x82\xae\x46\x4f\xcc\x92\x12\xb5\x58\x4d\x13\x9f\x7e\x1b\x34\x1a\x26\x79\x23\x3c\xdc\x49\xe7\x84\x14\x70\x9d\xe0\x97\x36\x3e\xc6\x4b\x92\x2f\x3c\x0e\x0c\x0e\x10\x13\xbe\x4d\x12\x4c\x7e\xc7\x06\x7e\x8c\xcd\x13\x35\x48\x1d\x09\xca\xe6\x47\x9c\x54\x3d\xc2\x2c\xd5\x42\x61\xf2\x3f\x88\xfe\x85\xbf\xbb\x05\x9a\xf9\xf4\xb9\x6a\xe0\xd0\xc1\xab\x41\x10\x70\x4f\x35\xe3\x12\x4e\xf5\x7f\xdc\x44\xd1\xa7\x1f\x43\xbc\x83\x22\xe1\xbb\x27\x22\x4f\xe0\x14\x37\xa6\xa7\x2a\xf6\xb8\x67\xa8\xd1\x30\x99\x75\xb8\xf1\xfd\xd6\x5f\xf2\x06\x80\x54\x83\x4c\xf1\x1a\x08\x0f\xc3\xd4\x9c\x3d\x0d\x9d\x54\x9c\xc0\x07\x15\x27\x53\xb5\x67\xd1\x77\x6c\xd4\x4f\xf4\x69\x60\xcc\xef\x5d\x3a\x4e\xfd\x54\x3f\xfd\x95\xbd\xc5\xc3\x4a\xbf\x45\x11\x2c\xdb\x2d\x17\xf8\x62\x1e\xb8\xfd\x4c\xeb\xf6\x23\x99\x72\xaf\xb6\x34\x7b\xe0\x58\xd6\x3c\x4f\x1e\xd0\xc6\xa6\x79\x39\x01\x68\x96\x70\xbb\x68\xdc\x46\x30\x4d\x71\x63\x0b\xaf\xbb\x13\x1d\x9b\x13\xaf\xb0\xb3\xb0\xca\x24\x5c\xed\xee\x2b\xec\xa8\x28\x96\x82\xf9\xdc\x83\xb4\x78\x98\xdc\x2d\x8a\x97\x9a\x27\xb6\xc0\x7a\x2a\x45\x4c\x54\xb8\x33\x8f\x7e\x76\x8a\xad\xa8\xf8\x7e\x17\xf3\xe9\xdd\x8c\xe1\xee\x73\xd9\x60\xe7\x08\x92\x0d\xf1\x8d\xd0\x73\x61\xc1\x0a\x98\xb2\xee\x2b\xd1\xe3\x07\xaf\x8a\x06\x0d\x88\xce\x59\x5a\x24\x61\x8f\x02\xc6\x0f\x30\x7e\x40\xe7\x2e\x44\xe6\xbf\xf9\x9c\xae\xe5\xbf\x61\xad\xa7\x11\xde\xd3\xda\x5b\xc7\x84\xd3\xe9\xcd\x6f\x78\xed\xd7\x19\x4e\xd4\x51\x17\x3e\x1e\xdd\x08\x2a\x4c\xb4\x2d\xec\x52\x85\xab\xd6\x15\x27\x98\x56\xaf\xe8\xca\x99\xe4\x8b\x0d\xf1\xb9\x86\x2c\x11\xb1\x0c\xd9\xa1\x09\xb5\xef\x52\xb2\x81\x6b\xf7\xf2\xcc\x32\x32\x27\xea\xa8\x7d\x68\x74\x01\x69\x41\x30\xa9\xdb\x24\xc7\x1f\x6d\x8d\xa2\x42\xf0\x64\x13\xd7\xaa\x2e\xd3\x86\x68\x41\xf3\x84\xe6\x31\xab\xf9\x58\x5e\xdd\x02\x74\x8a\x31\x2a\x39\x56\x11\x62\x9e\xcb\x4d\xf6\x9a\x49\x28\x39\x1e\xa8\xb5\x95\x6a\xcc\xfb\x15\x06\xbb\xc8\x58\x79\x3e\x43\x1b\x5e\x21\xd8\x79\xbf\x41\x35\xe9\xb3\xb7\xde\x3f\x66\x1e\x6d\x76\x6a\x4c\xac\x33\xdf\xa3\x1a\x74\x6d\xff\x63\x96\x96\x37\xf7\xff\x98\x5c\xa3\xbd\x7b\x42\x67\xf4\x27\xdb\x64\xfe\x6d\xfa\x76\x91\xb1\x2a\xf1\x0c\x6d\x38\x9b\x02\xc7\x0f\xde\xbb\x97\x89\xe5\x8b\x6a\x0d\xad\x1f\x4f\x8f\x5a\xc3\x96\x2b\xd2\x83\xd5\xa1\x4d\xe2\x4e\xb2\xb4\x7f\xec\x39\xe6\xbb\xc8\xc6\xc7\xe1\x31\x1e\xaa\x0e\x44\xfd\x61\xfd\x97\x76\xdc\x4f\xa0\x48\x91\x92\x3c\xf7\xd9\xc9\x34\x40\xb1\xca\xb4\x4f\x16\xd0\x6d\x7e\xc5\x0a\x3e\x17\x8a\xdc\xda\x77\x74\x72\x58\x78\xf5\xb9\x53\x74\x38\xdc\x29\x5e\xc1\xdb\x4e\x91\x4b\x38\x2d\x70\x93\xe1\x95\x4c\x7d\x1a\xc9\xca\x14\x37\x8e\xad\xc3\x03\xfa\x0c\x4d\x15\x5c\xc9\x14\xd5\x45\xcc\x58\x9e\x78\x74\x06\x69\xe0\xb0\x0e\xc3\x10\x8c\xd6\xdb\x62\xe7\x97\x39\x7b\xa4\xc9\xce\x6f\xb1\xdc\x0e\xeb\x43\x4c\x74\x58\x6f\x0b\x38\xd3\x6f\x9f\xe8\xd3\x37\x92\x6e\xe8\x2d\x61\xa2\x67\x97\x62\x91\x4c\xe2\x2c\xd6\xb9\x7e\xbd\xa6\xf9\x42\x2d\x07\x41\xc5\x72\x6b\x81\xc6\x72\xdb\x02\x48\x39\x49\xa8\x70\x02\x2e\x04\xe7\xdb\x17\xee\x7c\x58\xc0\x91\x85\x72\x74\xe5\xc4\xb9\x91\x8f\xad\xf0\x8c\x2a\xa2\x93\x5c\x4f\xfa\xdc\x14\x3a\xfa\xc5\xd4\xc3\x5f\xcc\xef\x4f\xe4\x98\x79\xc7\x11\x69\xd3\x40\xcf\xa7\xac\x11\x8a\xa4\x4b\x4f\xb3\x6d\xb2\xd6\xc7\x1c\x6a\x3f\x22\x55\x6b\xae\x52\x96\x3f\x9f\xae\x75\xa5\x43\x3f\x2e\xbb\x56\x7e\x92\xb5\x92\xcf\x27\x69\x75\x44\x8a\xea\x8c\x3a\x6a\xda\x78\x44\x8a\x1e\xb1\xd2\x7b\xec\x57\x78\xba\x85\xfb\xc9\x26\x52\x5d\xd7\x73\x28\xa3\xea\xd0\xee\xc2\xfb\xff\x01\x00\x00\xff\xff\x1e\xe8\xd8\xa9\xa5\x5c\x01\x00"), }, "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml",