@undefineds.co/xpod 0.3.17 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -50,7 +50,6 @@ import { PodRoutingHttpHandler } from './http/PodRoutingHttpHandler';
|
|
|
50
50
|
import { ReactAppViewHandler } from './identity/ReactAppViewHandler';
|
|
51
51
|
import { SqliteQuintStore } from './storage/quint/SqliteQuintStore';
|
|
52
52
|
import { PgQuintStore } from './storage/quint/PgQuintStore';
|
|
53
|
-
import { BaseQuintStore } from './storage/quint/BaseQuintStore';
|
|
54
53
|
import { QuintStore } from './storage/quint/types';
|
|
55
54
|
import { RdfQuadIndex } from './storage/rdf/RdfQuadIndex';
|
|
56
55
|
import { RdfSparqlAdapter } from './storage/rdf/RdfSparqlAdapter';
|
|
@@ -91,4 +90,4 @@ export type { EntitlementProvider, AccountEntitlement } from './quota/Entitlemen
|
|
|
91
90
|
export type { TunnelProvider, TunnelConfig, TunnelSetupOptions, TunnelStatus, } from './tunnel/TunnelProvider';
|
|
92
91
|
export type { SubdomainRegistration, ConnectivityResult, SubdomainServiceOptions, } from './subdomain/SubdomainService';
|
|
93
92
|
export { AppStaticAssetHandler } from './http/AppStaticAssetHandler';
|
|
94
|
-
export { RepresentationPartialConvertingStore, MinioDataAccessor, QuadstoreSparqlDataAccessor, QuintStoreSparqlDataAccessor, MixDataAccessor, ConfigurableLoggerFactory, SparqlUpdateResourceStore, SubgraphQueryEngine, QuadstoreSparqlEngine, QuintstoreSparqlEngine, SubgraphSparqlHttpHandler, QuotaAdminHttpHandler, ClusterIngressRouter, ClusterWebSocketConfigurator, EdgeNodeDirectDebugHttpHandler, EdgeNodeProxyHttpHandler, RouterHttpHandler, RouterHttpRoute, TracingHandler, EdgeNodeCertificateHttpHandler, TerminalHttpHandler, ReservedSuffixIdentifierGenerator, DrizzleIndexedStorage, ValidatingIdentityProviderHttpHandler, PostgresKeyValueStorage, RedisKeyValueStorage, SqliteKeyValueStorage, DrizzleQuotaService, NoopQuotaService, HttpEntitlementProvider, NoopEntitlementProvider, PerAccountQuotaStrategy, TencentDnsProvider, EdgeNodeDnsCoordinator, Dns01CertificateProvisioner, SimpleEdgeNodeTunnelManager, NoopEdgeNodeTunnelManager, FrpTunnelManager, EdgeNodeHealthProbeService, EdgeNodeAgent, EdgeNodeCertificateService, AcmeCertificateManager, EdgeNodeModeDetector, ClusterIdentifierStrategy, UsageTrackingStore, CenterNodeRegistrationService, PodRoutingHttpHandler, ReactAppViewHandler, QuintStore, SqliteQuintStore, PgQuintStore,
|
|
93
|
+
export { RepresentationPartialConvertingStore, MinioDataAccessor, QuadstoreSparqlDataAccessor, QuintStoreSparqlDataAccessor, MixDataAccessor, ConfigurableLoggerFactory, SparqlUpdateResourceStore, SubgraphQueryEngine, QuadstoreSparqlEngine, QuintstoreSparqlEngine, SubgraphSparqlHttpHandler, QuotaAdminHttpHandler, ClusterIngressRouter, ClusterWebSocketConfigurator, EdgeNodeDirectDebugHttpHandler, EdgeNodeProxyHttpHandler, RouterHttpHandler, RouterHttpRoute, TracingHandler, EdgeNodeCertificateHttpHandler, TerminalHttpHandler, ReservedSuffixIdentifierGenerator, DrizzleIndexedStorage, ValidatingIdentityProviderHttpHandler, PostgresKeyValueStorage, RedisKeyValueStorage, SqliteKeyValueStorage, DrizzleQuotaService, NoopQuotaService, HttpEntitlementProvider, NoopEntitlementProvider, PerAccountQuotaStrategy, TencentDnsProvider, EdgeNodeDnsCoordinator, Dns01CertificateProvisioner, SimpleEdgeNodeTunnelManager, NoopEdgeNodeTunnelManager, FrpTunnelManager, EdgeNodeHealthProbeService, EdgeNodeAgent, EdgeNodeCertificateService, AcmeCertificateManager, EdgeNodeModeDetector, ClusterIdentifierStrategy, UsageTrackingStore, CenterNodeRegistrationService, PodRoutingHttpHandler, ReactAppViewHandler, QuintStore, SqliteQuintStore, PgQuintStore, RdfTermDictionary, RdfQuadIndex, RdfSparqlAdapter, ShadowRdfQuintStore, SolidRdfEngine, SolidRdfSparqlEngine, VectorStore, SqliteVectorStore, PostgresVectorStore, VectorHttpHandler, ProviderRegistry, ProviderRegistryImpl, EmbeddingService, EmbeddingServiceImpl, CredentialReader, CredentialReaderImpl, CloudflareTunnelProvider, LocalTunnelProvider, SubdomainService, MultiDomainIdentifierStrategy, SubdomainPodIdentifierStrategy, DisabledOidcHandler, DisabledIdentityProviderHandler, AutoDetectOidcHandler, AutoDetectIdentityProviderHandler, LoopbackClientIdAdapterFactory, ScopedPickWebIdHandler, UrlAwareRedisLocker, ProvisionPodCreator, ProvisionCodeCodec, LocalPodProvisioningService, AuthModeSelector, };
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.QuintStore = exports.ReactAppViewHandler = exports.PodRoutingHttpHandler = exports.CenterNodeRegistrationService = exports.UsageTrackingStore = exports.ClusterIdentifierStrategy = exports.EdgeNodeModeDetector = exports.AcmeCertificateManager = exports.EdgeNodeCertificateService = exports.EdgeNodeAgent = exports.EdgeNodeHealthProbeService = exports.FrpTunnelManager = exports.NoopEdgeNodeTunnelManager = exports.SimpleEdgeNodeTunnelManager = exports.Dns01CertificateProvisioner = exports.EdgeNodeDnsCoordinator = exports.TencentDnsProvider = exports.PerAccountQuotaStrategy = exports.NoopEntitlementProvider = exports.HttpEntitlementProvider = exports.NoopQuotaService = exports.DrizzleQuotaService = exports.SqliteKeyValueStorage = exports.RedisKeyValueStorage = exports.PostgresKeyValueStorage = exports.ValidatingIdentityProviderHttpHandler = exports.DrizzleIndexedStorage = exports.ReservedSuffixIdentifierGenerator = exports.TerminalHttpHandler = exports.EdgeNodeCertificateHttpHandler = exports.TracingHandler = exports.RouterHttpRoute = exports.RouterHttpHandler = exports.EdgeNodeProxyHttpHandler = exports.EdgeNodeDirectDebugHttpHandler = exports.ClusterWebSocketConfigurator = exports.ClusterIngressRouter = exports.QuotaAdminHttpHandler = exports.SubgraphSparqlHttpHandler = exports.QuintstoreSparqlEngine = exports.QuadstoreSparqlEngine = exports.SubgraphQueryEngine = exports.SparqlUpdateResourceStore = exports.ConfigurableLoggerFactory = exports.MixDataAccessor = exports.QuintStoreSparqlDataAccessor = exports.QuadstoreSparqlDataAccessor = exports.MinioDataAccessor = exports.RepresentationPartialConvertingStore = exports.AppStaticAssetHandler = void 0;
|
|
4
|
-
exports.AuthModeSelector = exports.LocalPodProvisioningService = exports.ProvisionCodeCodec = exports.ProvisionPodCreator = exports.UrlAwareRedisLocker = exports.ScopedPickWebIdHandler = exports.LoopbackClientIdAdapterFactory = exports.AutoDetectIdentityProviderHandler = exports.AutoDetectOidcHandler = exports.DisabledIdentityProviderHandler = exports.DisabledOidcHandler = exports.SubdomainPodIdentifierStrategy = exports.MultiDomainIdentifierStrategy = exports.SubdomainService = exports.LocalTunnelProvider = exports.CloudflareTunnelProvider = exports.CredentialReaderImpl = exports.CredentialReader = exports.EmbeddingServiceImpl = exports.EmbeddingService = exports.ProviderRegistryImpl = exports.ProviderRegistry = exports.VectorHttpHandler = exports.PostgresVectorStore = exports.SqliteVectorStore = exports.VectorStore = exports.SolidRdfSparqlEngine = exports.SolidRdfEngine = exports.ShadowRdfQuintStore = exports.RdfSparqlAdapter = exports.RdfQuadIndex = exports.RdfTermDictionary = exports.
|
|
4
|
+
exports.AuthModeSelector = exports.LocalPodProvisioningService = exports.ProvisionCodeCodec = exports.ProvisionPodCreator = exports.UrlAwareRedisLocker = exports.ScopedPickWebIdHandler = exports.LoopbackClientIdAdapterFactory = exports.AutoDetectIdentityProviderHandler = exports.AutoDetectOidcHandler = exports.DisabledIdentityProviderHandler = exports.DisabledOidcHandler = exports.SubdomainPodIdentifierStrategy = exports.MultiDomainIdentifierStrategy = exports.SubdomainService = exports.LocalTunnelProvider = exports.CloudflareTunnelProvider = exports.CredentialReaderImpl = exports.CredentialReader = exports.EmbeddingServiceImpl = exports.EmbeddingService = exports.ProviderRegistryImpl = exports.ProviderRegistry = exports.VectorHttpHandler = exports.PostgresVectorStore = exports.SqliteVectorStore = exports.VectorStore = exports.SolidRdfSparqlEngine = exports.SolidRdfEngine = exports.ShadowRdfQuintStore = exports.RdfSparqlAdapter = exports.RdfQuadIndex = exports.RdfTermDictionary = exports.PgQuintStore = exports.SqliteQuintStore = void 0;
|
|
5
5
|
require("./runtime/configure-drizzle-solid");
|
|
6
6
|
const RepresentationPartialConvertingStore_1 = require("./storage/RepresentationPartialConvertingStore");
|
|
7
7
|
Object.defineProperty(exports, "RepresentationPartialConvertingStore", { enumerable: true, get: function () { return RepresentationPartialConvertingStore_1.RepresentationPartialConvertingStore; } });
|
|
@@ -99,8 +99,6 @@ const SqliteQuintStore_1 = require("./storage/quint/SqliteQuintStore");
|
|
|
99
99
|
Object.defineProperty(exports, "SqliteQuintStore", { enumerable: true, get: function () { return SqliteQuintStore_1.SqliteQuintStore; } });
|
|
100
100
|
const PgQuintStore_1 = require("./storage/quint/PgQuintStore");
|
|
101
101
|
Object.defineProperty(exports, "PgQuintStore", { enumerable: true, get: function () { return PgQuintStore_1.PgQuintStore; } });
|
|
102
|
-
const BaseQuintStore_1 = require("./storage/quint/BaseQuintStore");
|
|
103
|
-
Object.defineProperty(exports, "BaseQuintStore", { enumerable: true, get: function () { return BaseQuintStore_1.BaseQuintStore; } });
|
|
104
102
|
const types_1 = require("./storage/quint/types");
|
|
105
103
|
Object.defineProperty(exports, "QuintStore", { enumerable: true, get: function () { return types_1.QuintStore; } });
|
|
106
104
|
const RdfQuadIndex_1 = require("./storage/rdf/RdfQuadIndex");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import './runtime/configure-drizzle-solid';\nimport { RepresentationPartialConvertingStore } from './storage/RepresentationPartialConvertingStore';\nimport { MinioDataAccessor } from './storage/accessors/MinioDataAccessor';\nimport { QuadstoreSparqlDataAccessor } from './storage/accessors/QuadstoreSparqlDataAccessor';\nimport { QuintStoreSparqlDataAccessor } from './storage/accessors/QuintStoreSparqlDataAccessor';\nimport { MixDataAccessor } from './storage/accessors/MixDataAccessor';\nimport { ConfigurableLoggerFactory } from './logging/ConfigurableLoggerFactory';\nimport { SubgraphQueryEngine, QuadstoreSparqlEngine, QuintstoreSparqlEngine } from './storage/sparql/SubgraphQueryEngine';\nexport type { SparqlEngine } from './storage/sparql/SubgraphQueryEngine';\nexport type {\n RdfIndexStats,\n RdfIndexSpaceObject,\n RdfIndexMetrics,\n RdfIndexPutOptions,\n RdfPatternQuery,\n RdfQuadIndexOptions,\n RdfQuadIndexScanResult,\n RdfShadowBackfillOptions,\n RdfShadowBackfillResult,\n RdfShadowDiff,\n RdfShadowScanResult,\n RdfSourceInput,\n} from './storage/rdf/types';\nexport type { RdfSparqlCompileResult } from './storage/rdf/RdfSparqlAdapter';\nexport type { ShadowRdfQuintStoreOptions } from './storage/rdf/ShadowRdfQuintStore';\nexport type {\n SolidRdfSparqlEngineOptions,\n SolidRdfSparqlFallback,\n} from './storage/rdf/SolidRdfSparqlEngine';\nimport { SubgraphSparqlHttpHandler } from './http/SubgraphSparqlHttpHandler';\nimport { QuotaAdminHttpHandler } from './http/quota/QuotaAdminHttpHandler';\nimport { SparqlUpdateResourceStore } from './storage/SparqlUpdateResourceStore';\nimport { ClusterIngressRouter } from './http/ClusterIngressRouter';\nimport { ClusterWebSocketConfigurator } from './http/ClusterWebSocketConfigurator';\nimport { EdgeNodeDirectDebugHttpHandler } from './http/EdgeNodeDirectDebugHttpHandler';\nimport { EdgeNodeProxyHttpHandler } from './http/EdgeNodeProxyHttpHandler';\nimport { RouterHttpHandler } from './http/RouterHttpHandler';\nimport { RouterHttpRoute } from './http/RouterHttpRoute';\nimport { TracingHandler } from './http/TracingHandler';\nimport { TerminalHttpHandler } from './http/terminal/TerminalHttpHandler';\nimport { EdgeNodeCertificateHttpHandler } from './http/admin/EdgeNodeCertificateHttpHandler';\nimport { ReservedSuffixIdentifierGenerator } from './pods/ReservedSuffixIdentifierGenerator';\nimport { DrizzleIndexedStorage } from './identity/drizzle/DrizzleIndexedStorage';\nimport { ValidatingIdentityProviderHttpHandler } from './identity/ValidatingIdentityProviderHttpHandler';\nimport { PostgresKeyValueStorage } from './storage/keyvalue/PostgresKeyValueStorage';\nimport { RedisKeyValueStorage } from './storage/keyvalue/RedisKeyValueStorage';\nimport { SqliteKeyValueStorage } from './storage/keyvalue/SqliteKeyValueStorage';\nimport { DrizzleQuotaService } from './quota/DrizzleQuotaService';\nimport { NoopQuotaService } from './quota/NoopQuotaService';\nimport { HttpEntitlementProvider, NoopEntitlementProvider } from './quota/EntitlementProvider';\nimport { PerAccountQuotaStrategy } from './storage/quota/PerAccountQuotaStrategy';\nimport { TencentDnsProvider } from './dns/tencent/TencentDnsProvider';\nimport { EdgeNodeDnsCoordinator } from './edge/EdgeNodeDnsCoordinator';\nimport { Dns01CertificateProvisioner } from './edge/Dns01CertificateProvisioner';\nimport { SimpleEdgeNodeTunnelManager, NoopEdgeNodeTunnelManager } from './edge/EdgeNodeTunnelManager';\nimport { FrpTunnelManager } from './edge/FrpTunnelManager';\nimport { AcmeCertificateManager } from './edge/acme/AcmeCertificateManager';\nimport { EdgeNodeHealthProbeService } from './edge/EdgeNodeHealthProbeService';\nimport { EdgeNodeAgent } from './edge/EdgeNodeAgent';\nimport { EdgeNodeCertificateService } from './service/EdgeNodeCertificateService';\nimport { createBandwidthThrottleTransform } from './util/stream/BandwidthThrottleTransform';\nimport { UsageTrackingStore } from './storage/quota/UsageTrackingStore';\nimport { EdgeNodeModeDetector } from './edge/EdgeNodeModeDetector';\nimport { ClusterIdentifierStrategy } from './util/identifiers/ClusterIdentifierStrategy';\nimport { CenterNodeRegistrationService } from './identity/CenterNodeRegistrationService';\nimport { PodRoutingHttpHandler } from './http/PodRoutingHttpHandler';\nimport { ReactAppViewHandler } from './identity/ReactAppViewHandler';\nimport { SqliteQuintStore } from './storage/quint/SqliteQuintStore';\nimport { PgQuintStore } from './storage/quint/PgQuintStore';\nimport { BaseQuintStore } from './storage/quint/BaseQuintStore';\nimport { QuintStore } from './storage/quint/types';\nimport { RdfQuadIndex } from './storage/rdf/RdfQuadIndex';\nimport { RdfSparqlAdapter } from './storage/rdf/RdfSparqlAdapter';\nimport { RdfTermDictionary } from './storage/rdf/RdfTermDictionary';\nimport { ShadowRdfQuintStore } from './storage/rdf/ShadowRdfQuintStore';\nimport { SolidRdfEngine } from './storage/rdf/SolidRdfEngine';\nimport { SolidRdfSparqlEngine } from './storage/rdf/SolidRdfSparqlEngine';\nimport type { EdgeNodeCertificateProvisioner } from './edge/EdgeNodeCertificateProvisioner';\n// Vector components\nimport { SqliteVectorStore, PostgresVectorStore } from './storage/vector/index';\nimport { VectorHttpHandler } from './http/vector/VectorHttpHandler';\nimport { ProviderRegistry } from './ai/service/ProviderRegistry';\nimport { ProviderRegistryImpl } from './ai/service/ProviderRegistryImpl';\nimport { EmbeddingService } from './ai/service/EmbeddingService';\nimport { EmbeddingServiceImpl } from './ai/service/EmbeddingServiceImpl';\nimport { CredentialReader } from './ai/service/CredentialReader';\nimport { CredentialReaderImpl } from './ai/service/CredentialReaderImpl';\nimport { VectorStore } from './storage/vector/VectorStore';\n// Tunnel and Subdomain components\nimport { CloudflareTunnelProvider } from './tunnel/CloudflareTunnelProvider';\nimport { LocalTunnelProvider } from './tunnel/LocalTunnelProvider';\nimport { SubdomainService } from './subdomain/SubdomainService';\nimport { UrlAwareRedisLocker } from './storage/locking/UrlAwareRedisLocker';\n// IdP/SP separation components\nimport { MultiDomainIdentifierStrategy } from './util/identifiers/MultiDomainIdentifierStrategy';\nimport { SubdomainPodIdentifierStrategy } from './util/identifiers/SubdomainPodIdentifierStrategy';\nimport { DisabledOidcHandler } from './identity/oidc/DisabledOidcHandler';\nimport { DisabledIdentityProviderHandler } from './identity/oidc/DisabledIdentityProviderHandler';\nimport { AutoDetectOidcHandler } from './identity/oidc/AutoDetectOidcHandler';\nimport { AutoDetectIdentityProviderHandler } from './identity/oidc/AutoDetectIdentityProviderHandler';\nimport { LoopbackClientIdAdapterFactory } from './identity/oidc/LoopbackClientIdAdapterFactory';\nimport { ScopedPickWebIdHandler } from './identity/oidc/ScopedPickWebIdHandler';\n// Provision components\nimport { ProvisionPodCreator } from './provision/ProvisionPodCreator';\nimport { ProvisionCodeCodec } from './provision/ProvisionCodeCodec';\nimport { LocalPodProvisioningService } from './provision/LocalPodProvisioningService';\n// Authorization components\nimport { AuthModeSelector } from './authorization/AuthModeSelector';\nexport type {\n DnsProvider,\n ListDnsRecordsInput,\n ListableDnsProvider,\n DeleteDnsRecordInput,\n DnsRecordSummary,\n UpsertDnsRecordInput,\n} from './dns/DnsProvider';\nexport type { EdgeNodeCertificateProvisioner } from './edge/EdgeNodeCertificateProvisioner';\nexport type { EdgeNodeTunnelManager } from './edge/interfaces/EdgeNodeTunnelManager';\nexport type { QuotaService, AccountQuota } from './quota/QuotaService';\nexport type { EntitlementProvider, AccountEntitlement } from './quota/EntitlementProvider';\n// Tunnel and Subdomain types\nexport type {\n TunnelProvider,\n TunnelConfig,\n TunnelSetupOptions,\n TunnelStatus,\n} from './tunnel/TunnelProvider';\nexport type {\n SubdomainRegistration,\n ConnectivityResult,\n SubdomainServiceOptions,\n} from './subdomain/SubdomainService';\n// Export the new AppStaticAssetHandler\nexport { AppStaticAssetHandler } from './http/AppStaticAssetHandler';\n\nexport { \n RepresentationPartialConvertingStore,\n MinioDataAccessor, \n QuadstoreSparqlDataAccessor,\n QuintStoreSparqlDataAccessor,\n MixDataAccessor,\n ConfigurableLoggerFactory,\n SparqlUpdateResourceStore,\n SubgraphQueryEngine,\n QuadstoreSparqlEngine,\n QuintstoreSparqlEngine,\n SubgraphSparqlHttpHandler,\n QuotaAdminHttpHandler,\n ClusterIngressRouter,\n ClusterWebSocketConfigurator,\n EdgeNodeDirectDebugHttpHandler,\n EdgeNodeProxyHttpHandler,\n RouterHttpHandler,\n RouterHttpRoute,\n TracingHandler,\n EdgeNodeCertificateHttpHandler,\n TerminalHttpHandler,\n ReservedSuffixIdentifierGenerator,\n DrizzleIndexedStorage,\n ValidatingIdentityProviderHttpHandler,\n PostgresKeyValueStorage,\n RedisKeyValueStorage,\n SqliteKeyValueStorage,\n DrizzleQuotaService,\n NoopQuotaService,\n HttpEntitlementProvider,\n NoopEntitlementProvider,\n PerAccountQuotaStrategy,\n TencentDnsProvider,\n EdgeNodeDnsCoordinator,\n Dns01CertificateProvisioner,\n SimpleEdgeNodeTunnelManager,\n NoopEdgeNodeTunnelManager,\n FrpTunnelManager,\n EdgeNodeHealthProbeService,\n EdgeNodeAgent,\n EdgeNodeCertificateService,\n AcmeCertificateManager,\n EdgeNodeModeDetector,\n ClusterIdentifierStrategy,\n UsageTrackingStore,\n CenterNodeRegistrationService,\n PodRoutingHttpHandler,\n ReactAppViewHandler,\n // Quint exports\n QuintStore,\n SqliteQuintStore,\n PgQuintStore,\n BaseQuintStore,\n // RDF engine exports\n RdfTermDictionary,\n RdfQuadIndex,\n RdfSparqlAdapter,\n ShadowRdfQuintStore,\n SolidRdfEngine,\n SolidRdfSparqlEngine,\n // Vector exports\n VectorStore,\n SqliteVectorStore,\n PostgresVectorStore,\n VectorHttpHandler,\n // Embedding exports\n ProviderRegistry,\n ProviderRegistryImpl,\n EmbeddingService,\n EmbeddingServiceImpl,\n CredentialReader,\n CredentialReaderImpl,\n // Tunnel and Subdomain exports\n CloudflareTunnelProvider,\n LocalTunnelProvider,\n SubdomainService,\n // IdP/SP separation exports\n MultiDomainIdentifierStrategy,\n SubdomainPodIdentifierStrategy,\n DisabledOidcHandler,\n DisabledIdentityProviderHandler,\n AutoDetectOidcHandler,\n AutoDetectIdentityProviderHandler,\n LoopbackClientIdAdapterFactory,\n ScopedPickWebIdHandler,\n UrlAwareRedisLocker,\n // Provision exports\n ProvisionPodCreator,\n ProvisionCodeCodec,\n LocalPodProvisioningService,\n // Authorization exports\n AuthModeSelector,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import './runtime/configure-drizzle-solid';\nimport { RepresentationPartialConvertingStore } from './storage/RepresentationPartialConvertingStore';\nimport { MinioDataAccessor } from './storage/accessors/MinioDataAccessor';\nimport { QuadstoreSparqlDataAccessor } from './storage/accessors/QuadstoreSparqlDataAccessor';\nimport { QuintStoreSparqlDataAccessor } from './storage/accessors/QuintStoreSparqlDataAccessor';\nimport { MixDataAccessor } from './storage/accessors/MixDataAccessor';\nimport { ConfigurableLoggerFactory } from './logging/ConfigurableLoggerFactory';\nimport { SubgraphQueryEngine, QuadstoreSparqlEngine, QuintstoreSparqlEngine } from './storage/sparql/SubgraphQueryEngine';\nexport type { SparqlEngine } from './storage/sparql/SubgraphQueryEngine';\nexport type {\n RdfIndexStats,\n RdfIndexSpaceObject,\n RdfIndexMetrics,\n RdfIndexPutOptions,\n RdfPatternQuery,\n RdfQuadIndexOptions,\n RdfQuadIndexScanResult,\n RdfShadowBackfillOptions,\n RdfShadowBackfillResult,\n RdfShadowDiff,\n RdfShadowScanResult,\n RdfSourceInput,\n} from './storage/rdf/types';\nexport type { RdfSparqlCompileResult } from './storage/rdf/RdfSparqlAdapter';\nexport type { ShadowRdfQuintStoreOptions } from './storage/rdf/ShadowRdfQuintStore';\nexport type {\n SolidRdfSparqlEngineOptions,\n SolidRdfSparqlFallback,\n} from './storage/rdf/SolidRdfSparqlEngine';\nimport { SubgraphSparqlHttpHandler } from './http/SubgraphSparqlHttpHandler';\nimport { QuotaAdminHttpHandler } from './http/quota/QuotaAdminHttpHandler';\nimport { SparqlUpdateResourceStore } from './storage/SparqlUpdateResourceStore';\nimport { ClusterIngressRouter } from './http/ClusterIngressRouter';\nimport { ClusterWebSocketConfigurator } from './http/ClusterWebSocketConfigurator';\nimport { EdgeNodeDirectDebugHttpHandler } from './http/EdgeNodeDirectDebugHttpHandler';\nimport { EdgeNodeProxyHttpHandler } from './http/EdgeNodeProxyHttpHandler';\nimport { RouterHttpHandler } from './http/RouterHttpHandler';\nimport { RouterHttpRoute } from './http/RouterHttpRoute';\nimport { TracingHandler } from './http/TracingHandler';\nimport { TerminalHttpHandler } from './http/terminal/TerminalHttpHandler';\nimport { EdgeNodeCertificateHttpHandler } from './http/admin/EdgeNodeCertificateHttpHandler';\nimport { ReservedSuffixIdentifierGenerator } from './pods/ReservedSuffixIdentifierGenerator';\nimport { DrizzleIndexedStorage } from './identity/drizzle/DrizzleIndexedStorage';\nimport { ValidatingIdentityProviderHttpHandler } from './identity/ValidatingIdentityProviderHttpHandler';\nimport { PostgresKeyValueStorage } from './storage/keyvalue/PostgresKeyValueStorage';\nimport { RedisKeyValueStorage } from './storage/keyvalue/RedisKeyValueStorage';\nimport { SqliteKeyValueStorage } from './storage/keyvalue/SqliteKeyValueStorage';\nimport { DrizzleQuotaService } from './quota/DrizzleQuotaService';\nimport { NoopQuotaService } from './quota/NoopQuotaService';\nimport { HttpEntitlementProvider, NoopEntitlementProvider } from './quota/EntitlementProvider';\nimport { PerAccountQuotaStrategy } from './storage/quota/PerAccountQuotaStrategy';\nimport { TencentDnsProvider } from './dns/tencent/TencentDnsProvider';\nimport { EdgeNodeDnsCoordinator } from './edge/EdgeNodeDnsCoordinator';\nimport { Dns01CertificateProvisioner } from './edge/Dns01CertificateProvisioner';\nimport { SimpleEdgeNodeTunnelManager, NoopEdgeNodeTunnelManager } from './edge/EdgeNodeTunnelManager';\nimport { FrpTunnelManager } from './edge/FrpTunnelManager';\nimport { AcmeCertificateManager } from './edge/acme/AcmeCertificateManager';\nimport { EdgeNodeHealthProbeService } from './edge/EdgeNodeHealthProbeService';\nimport { EdgeNodeAgent } from './edge/EdgeNodeAgent';\nimport { EdgeNodeCertificateService } from './service/EdgeNodeCertificateService';\nimport { createBandwidthThrottleTransform } from './util/stream/BandwidthThrottleTransform';\nimport { UsageTrackingStore } from './storage/quota/UsageTrackingStore';\nimport { EdgeNodeModeDetector } from './edge/EdgeNodeModeDetector';\nimport { ClusterIdentifierStrategy } from './util/identifiers/ClusterIdentifierStrategy';\nimport { CenterNodeRegistrationService } from './identity/CenterNodeRegistrationService';\nimport { PodRoutingHttpHandler } from './http/PodRoutingHttpHandler';\nimport { ReactAppViewHandler } from './identity/ReactAppViewHandler';\nimport { SqliteQuintStore } from './storage/quint/SqliteQuintStore';\nimport { PgQuintStore } from './storage/quint/PgQuintStore';\nimport { QuintStore } from './storage/quint/types';\nimport { RdfQuadIndex } from './storage/rdf/RdfQuadIndex';\nimport { RdfSparqlAdapter } from './storage/rdf/RdfSparqlAdapter';\nimport { RdfTermDictionary } from './storage/rdf/RdfTermDictionary';\nimport { ShadowRdfQuintStore } from './storage/rdf/ShadowRdfQuintStore';\nimport { SolidRdfEngine } from './storage/rdf/SolidRdfEngine';\nimport { SolidRdfSparqlEngine } from './storage/rdf/SolidRdfSparqlEngine';\nimport type { EdgeNodeCertificateProvisioner } from './edge/EdgeNodeCertificateProvisioner';\n// Vector components\nimport { SqliteVectorStore, PostgresVectorStore } from './storage/vector/index';\nimport { VectorHttpHandler } from './http/vector/VectorHttpHandler';\nimport { ProviderRegistry } from './ai/service/ProviderRegistry';\nimport { ProviderRegistryImpl } from './ai/service/ProviderRegistryImpl';\nimport { EmbeddingService } from './ai/service/EmbeddingService';\nimport { EmbeddingServiceImpl } from './ai/service/EmbeddingServiceImpl';\nimport { CredentialReader } from './ai/service/CredentialReader';\nimport { CredentialReaderImpl } from './ai/service/CredentialReaderImpl';\nimport { VectorStore } from './storage/vector/VectorStore';\n// Tunnel and Subdomain components\nimport { CloudflareTunnelProvider } from './tunnel/CloudflareTunnelProvider';\nimport { LocalTunnelProvider } from './tunnel/LocalTunnelProvider';\nimport { SubdomainService } from './subdomain/SubdomainService';\nimport { UrlAwareRedisLocker } from './storage/locking/UrlAwareRedisLocker';\n// IdP/SP separation components\nimport { MultiDomainIdentifierStrategy } from './util/identifiers/MultiDomainIdentifierStrategy';\nimport { SubdomainPodIdentifierStrategy } from './util/identifiers/SubdomainPodIdentifierStrategy';\nimport { DisabledOidcHandler } from './identity/oidc/DisabledOidcHandler';\nimport { DisabledIdentityProviderHandler } from './identity/oidc/DisabledIdentityProviderHandler';\nimport { AutoDetectOidcHandler } from './identity/oidc/AutoDetectOidcHandler';\nimport { AutoDetectIdentityProviderHandler } from './identity/oidc/AutoDetectIdentityProviderHandler';\nimport { LoopbackClientIdAdapterFactory } from './identity/oidc/LoopbackClientIdAdapterFactory';\nimport { ScopedPickWebIdHandler } from './identity/oidc/ScopedPickWebIdHandler';\n// Provision components\nimport { ProvisionPodCreator } from './provision/ProvisionPodCreator';\nimport { ProvisionCodeCodec } from './provision/ProvisionCodeCodec';\nimport { LocalPodProvisioningService } from './provision/LocalPodProvisioningService';\n// Authorization components\nimport { AuthModeSelector } from './authorization/AuthModeSelector';\nexport type {\n DnsProvider,\n ListDnsRecordsInput,\n ListableDnsProvider,\n DeleteDnsRecordInput,\n DnsRecordSummary,\n UpsertDnsRecordInput,\n} from './dns/DnsProvider';\nexport type { EdgeNodeCertificateProvisioner } from './edge/EdgeNodeCertificateProvisioner';\nexport type { EdgeNodeTunnelManager } from './edge/interfaces/EdgeNodeTunnelManager';\nexport type { QuotaService, AccountQuota } from './quota/QuotaService';\nexport type { EntitlementProvider, AccountEntitlement } from './quota/EntitlementProvider';\n// Tunnel and Subdomain types\nexport type {\n TunnelProvider,\n TunnelConfig,\n TunnelSetupOptions,\n TunnelStatus,\n} from './tunnel/TunnelProvider';\nexport type {\n SubdomainRegistration,\n ConnectivityResult,\n SubdomainServiceOptions,\n} from './subdomain/SubdomainService';\n// Export the new AppStaticAssetHandler\nexport { AppStaticAssetHandler } from './http/AppStaticAssetHandler';\n\nexport { \n RepresentationPartialConvertingStore,\n MinioDataAccessor, \n QuadstoreSparqlDataAccessor,\n QuintStoreSparqlDataAccessor,\n MixDataAccessor,\n ConfigurableLoggerFactory,\n SparqlUpdateResourceStore,\n SubgraphQueryEngine,\n QuadstoreSparqlEngine,\n QuintstoreSparqlEngine,\n SubgraphSparqlHttpHandler,\n QuotaAdminHttpHandler,\n ClusterIngressRouter,\n ClusterWebSocketConfigurator,\n EdgeNodeDirectDebugHttpHandler,\n EdgeNodeProxyHttpHandler,\n RouterHttpHandler,\n RouterHttpRoute,\n TracingHandler,\n EdgeNodeCertificateHttpHandler,\n TerminalHttpHandler,\n ReservedSuffixIdentifierGenerator,\n DrizzleIndexedStorage,\n ValidatingIdentityProviderHttpHandler,\n PostgresKeyValueStorage,\n RedisKeyValueStorage,\n SqliteKeyValueStorage,\n DrizzleQuotaService,\n NoopQuotaService,\n HttpEntitlementProvider,\n NoopEntitlementProvider,\n PerAccountQuotaStrategy,\n TencentDnsProvider,\n EdgeNodeDnsCoordinator,\n Dns01CertificateProvisioner,\n SimpleEdgeNodeTunnelManager,\n NoopEdgeNodeTunnelManager,\n FrpTunnelManager,\n EdgeNodeHealthProbeService,\n EdgeNodeAgent,\n EdgeNodeCertificateService,\n AcmeCertificateManager,\n EdgeNodeModeDetector,\n ClusterIdentifierStrategy,\n UsageTrackingStore,\n CenterNodeRegistrationService,\n PodRoutingHttpHandler,\n ReactAppViewHandler,\n // Quint exports\n QuintStore,\n SqliteQuintStore,\n PgQuintStore,\n // RDF engine exports\n RdfTermDictionary,\n RdfQuadIndex,\n RdfSparqlAdapter,\n ShadowRdfQuintStore,\n SolidRdfEngine,\n SolidRdfSparqlEngine,\n // Vector exports\n VectorStore,\n SqliteVectorStore,\n PostgresVectorStore,\n VectorHttpHandler,\n // Embedding exports\n ProviderRegistry,\n ProviderRegistryImpl,\n EmbeddingService,\n EmbeddingServiceImpl,\n CredentialReader,\n CredentialReaderImpl,\n // Tunnel and Subdomain exports\n CloudflareTunnelProvider,\n LocalTunnelProvider,\n SubdomainService,\n // IdP/SP separation exports\n MultiDomainIdentifierStrategy,\n SubdomainPodIdentifierStrategy,\n DisabledOidcHandler,\n DisabledIdentityProviderHandler,\n AutoDetectOidcHandler,\n AutoDetectIdentityProviderHandler,\n LoopbackClientIdAdapterFactory,\n ScopedPickWebIdHandler,\n UrlAwareRedisLocker,\n // Provision exports\n ProvisionPodCreator,\n ProvisionCodeCodec,\n LocalPodProvisioningService,\n // Authorization exports\n AuthModeSelector,\n};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undefineds.co/xpod",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.18",
|
|
4
4
|
"description": "Xpod is an extended Community Solid Server, offering rich-feature, production-level Solid Pod and identity management.",
|
|
5
5
|
"repository": "https://github.com/undefinedsco/xpod",
|
|
6
6
|
"author": "developer@undefineds.co",
|