@xyo-network/xl1-protocol-sdk 3.0.10 → 3.0.12
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/neutral/Archivists/ArchivistFactory.d.ts +3 -3
- package/dist/neutral/Archivists/ArchivistFactory.d.ts.map +1 -1
- package/dist/neutral/Archivists/MemoryArchivistFactory.d.ts +3 -3
- package/dist/neutral/Archivists/MemoryArchivistFactory.d.ts.map +1 -1
- package/dist/neutral/Archivists/archivistFactoryRegistry.d.ts +3 -3
- package/dist/neutral/Archivists/archivistFactoryRegistry.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts +0 -2
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/CreatableProvider.d.ts +3 -3
- package/dist/neutral/CreatableProvider/CreatableProvider.d.ts.map +1 -1
- package/dist/neutral/capabilities/connectionTypes.d.ts +2 -2
- package/dist/neutral/capabilities/connectionTypes.d.ts.map +1 -1
- package/dist/neutral/capabilities/needsFromProviderBindings.d.ts +2 -2
- package/dist/neutral/capabilities/needsFromProviderBindings.d.ts.map +1 -1
- package/dist/neutral/capabilities/resolveProviders.d.ts +2 -3
- package/dist/neutral/capabilities/resolveProviders.d.ts.map +1 -1
- package/dist/neutral/config/Actor.d.ts +0 -12
- package/dist/neutral/config/Actor.d.ts.map +1 -1
- package/dist/neutral/config/Actors.d.ts +0 -2
- package/dist/neutral/config/Actors.d.ts.map +1 -1
- package/dist/neutral/config/Base.d.ts +0 -2
- package/dist/neutral/config/Base.d.ts.map +1 -1
- package/dist/neutral/config/Config.d.ts +0 -8
- package/dist/neutral/config/Config.d.ts.map +1 -1
- package/dist/neutral/config/HostActor.d.ts +0 -12
- package/dist/neutral/config/HostActor.d.ts.map +1 -1
- package/dist/neutral/config/ProviderBinding.d.ts +0 -2
- package/dist/neutral/config/ProviderBinding.d.ts.map +1 -1
- package/dist/neutral/config/{transports/Transport.d.ts → connections/Connection.d.ts} +29 -29
- package/dist/neutral/config/connections/Connection.d.ts.map +1 -0
- package/dist/neutral/config/connections/Mongo.d.ts.map +1 -0
- package/dist/neutral/config/{transports/Rpc.d.ts → connections/RpcRemote.d.ts} +1 -1
- package/dist/neutral/config/connections/RpcRemote.d.ts.map +1 -0
- package/dist/neutral/config/connections/S3.d.ts.map +1 -0
- package/dist/neutral/config/connections/index.d.ts +4 -5
- package/dist/neutral/config/connections/index.d.ts.map +1 -1
- package/dist/neutral/config/index.d.ts +1 -2
- package/dist/neutral/config/index.d.ts.map +1 -1
- package/dist/neutral/config/normalizeConnectionsConfig.d.ts +2 -2
- package/dist/neutral/config/normalizeConnectionsConfig.d.ts.map +1 -1
- package/dist/neutral/config/resolveRestConnectionEndpoint.d.ts +5 -0
- package/dist/neutral/config/resolveRestConnectionEndpoint.d.ts.map +1 -0
- package/dist/neutral/context/Actor.d.ts +0 -12
- package/dist/neutral/context/Actor.d.ts.map +1 -1
- package/dist/neutral/context/HostActor.d.ts +0 -12
- package/dist/neutral/context/HostActor.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.d.ts +0 -4
- package/dist/neutral/getFileConfig.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.mjs +87 -136
- package/dist/neutral/getFileConfig.mjs.map +4 -4
- package/dist/neutral/index.mjs +365 -406
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts +0 -12
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts.map +1 -1
- package/dist/neutral/simple/datalake/AbstractRestDataLake.d.ts +11 -1
- package/dist/neutral/simple/datalake/AbstractRestDataLake.d.ts.map +1 -1
- package/dist/neutral/test/index.mjs +85 -134
- package/dist/neutral/test/index.mjs.map +4 -4
- package/package.json +6 -6
- package/dist/neutral/config/DataLake/DataLake.d.ts +0 -8
- package/dist/neutral/config/DataLake/DataLake.d.ts.map +0 -1
- package/dist/neutral/config/DataLake/DataLakeRemoteConfig.d.ts +0 -8
- package/dist/neutral/config/DataLake/DataLakeRemoteConfig.d.ts.map +0 -1
- package/dist/neutral/config/DataLake/RestDataLakeConfig.d.ts +0 -9
- package/dist/neutral/config/DataLake/RestDataLakeConfig.d.ts.map +0 -1
- package/dist/neutral/config/DataLake/RouterDataLakeConfig.d.ts +0 -10
- package/dist/neutral/config/DataLake/RouterDataLakeConfig.d.ts.map +0 -1
- package/dist/neutral/config/DataLake/index.d.ts +0 -5
- package/dist/neutral/config/DataLake/index.d.ts.map +0 -1
- package/dist/neutral/config/transports/Mongo.d.ts.map +0 -1
- package/dist/neutral/config/transports/Rpc.d.ts.map +0 -1
- package/dist/neutral/config/transports/S3.d.ts.map +0 -1
- package/dist/neutral/config/transports/Transport.d.ts.map +0 -1
- package/dist/neutral/config/transports/index.d.ts +0 -5
- package/dist/neutral/config/transports/index.d.ts.map +0 -1
- /package/dist/neutral/config/{transports → connections}/Mongo.d.ts +0 -0
- /package/dist/neutral/config/{transports → connections}/S3.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
/** Named LMDB backing-store
|
|
3
|
-
export declare const
|
|
2
|
+
/** Named LMDB backing-store connection. */
|
|
3
|
+
export declare const LmdbConnectionConfigZod: z.ZodObject<{
|
|
4
4
|
access: z.ZodOptional<z.ZodEnum<{
|
|
5
5
|
read: "read";
|
|
6
6
|
write: "write";
|
|
@@ -9,8 +9,8 @@ export declare const LmdbTransportConfigZod: z.ZodObject<{
|
|
|
9
9
|
store: z.ZodOptional<z.ZodString>;
|
|
10
10
|
type: z.ZodLiteral<"lmdb">;
|
|
11
11
|
}, z.core.$strip>;
|
|
12
|
-
/** MongoDB backing-store
|
|
13
|
-
export declare const
|
|
12
|
+
/** MongoDB backing-store connection. */
|
|
13
|
+
export declare const MongoConnectionConfigZod: z.ZodObject<{
|
|
14
14
|
type: z.ZodLiteral<"mongo">;
|
|
15
15
|
connectionString: z.ZodOptional<z.ZodString>;
|
|
16
16
|
database: z.ZodOptional<z.ZodString>;
|
|
@@ -18,21 +18,21 @@ export declare const MongoTransportConfigZod: z.ZodObject<{
|
|
|
18
18
|
password: z.ZodOptional<z.ZodString>;
|
|
19
19
|
username: z.ZodOptional<z.ZodString>;
|
|
20
20
|
}, z.core.$strip>;
|
|
21
|
-
/** JSON-RPC wire
|
|
22
|
-
export declare const
|
|
21
|
+
/** JSON-RPC wire connection (HTTP or postMessage). */
|
|
22
|
+
export declare const RpcConnectionConfigZod: z.ZodObject<{
|
|
23
23
|
type: z.ZodLiteral<"rpc">;
|
|
24
24
|
protocol: z.ZodDefault<z.ZodString>;
|
|
25
25
|
url: z.ZodOptional<z.ZodString>;
|
|
26
26
|
networkId: z.ZodOptional<z.ZodString>;
|
|
27
27
|
sessionId: z.ZodOptional<z.ZodString>;
|
|
28
28
|
}, z.core.$strip>;
|
|
29
|
-
/** HTTP REST read
|
|
30
|
-
export declare const
|
|
29
|
+
/** HTTP REST read connection (CDN / public read base URL). */
|
|
30
|
+
export declare const RestConnectionConfigZod: z.ZodObject<{
|
|
31
31
|
type: z.ZodLiteral<"rest">;
|
|
32
32
|
baseUrl: z.ZodString;
|
|
33
33
|
}, z.core.$strip>;
|
|
34
|
-
/** S3-compatible object storage
|
|
35
|
-
export declare const
|
|
34
|
+
/** S3-compatible object storage connection (API + optional public read URL). */
|
|
35
|
+
export declare const S3ConnectionConfigZod: z.ZodObject<{
|
|
36
36
|
bucket: z.ZodOptional<z.ZodString>;
|
|
37
37
|
prefix: z.ZodOptional<z.ZodString>;
|
|
38
38
|
readUrl: z.ZodOptional<z.ZodString>;
|
|
@@ -41,18 +41,18 @@ export declare const S3TransportConfigZod: z.ZodObject<{
|
|
|
41
41
|
accountId: z.ZodOptional<z.ZodString>;
|
|
42
42
|
secretAccessKey: z.ZodOptional<z.ZodString>;
|
|
43
43
|
}, z.core.$strip>;
|
|
44
|
-
/** EVM JSON-RPC
|
|
45
|
-
export declare const
|
|
44
|
+
/** EVM JSON-RPC connection. */
|
|
45
|
+
export declare const EvmRpcConnectionConfigZod: z.ZodObject<{
|
|
46
46
|
type: z.ZodLiteral<"evm-rpc">;
|
|
47
47
|
url: z.ZodString;
|
|
48
48
|
chainId: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, z.core.$strip>;
|
|
50
|
-
/** In-process shared-memory
|
|
51
|
-
export declare const
|
|
50
|
+
/** In-process shared-memory connection (ephemeral; backed by a MemoryArchivist). */
|
|
51
|
+
export declare const MemoryConnectionConfigZod: z.ZodObject<{
|
|
52
52
|
type: z.ZodLiteral<"memory">;
|
|
53
53
|
}, z.core.$strip>;
|
|
54
|
-
/** Discriminated union of all supported
|
|
55
|
-
export declare const
|
|
54
|
+
/** Discriminated union of all supported connection kinds. */
|
|
55
|
+
export declare const ConnectionConfigZod: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
56
56
|
access: z.ZodOptional<z.ZodEnum<{
|
|
57
57
|
read: "read";
|
|
58
58
|
write: "write";
|
|
@@ -91,16 +91,16 @@ export declare const TransportConfigZod: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
91
91
|
}, z.core.$strip>, z.ZodObject<{
|
|
92
92
|
type: z.ZodLiteral<"memory">;
|
|
93
93
|
}, z.core.$strip>], "type">;
|
|
94
|
-
export type
|
|
95
|
-
export type
|
|
96
|
-
export type
|
|
97
|
-
export type
|
|
98
|
-
export type
|
|
99
|
-
export type
|
|
100
|
-
export type
|
|
101
|
-
export type
|
|
102
|
-
/** Map of
|
|
103
|
-
export declare const
|
|
94
|
+
export type LmdbConnectionConfig = z.infer<typeof LmdbConnectionConfigZod>;
|
|
95
|
+
export type MongoConnectionConfig = z.infer<typeof MongoConnectionConfigZod>;
|
|
96
|
+
export type RpcConnectionConfig = z.infer<typeof RpcConnectionConfigZod>;
|
|
97
|
+
export type RestConnectionConfig = z.infer<typeof RestConnectionConfigZod>;
|
|
98
|
+
export type S3ConnectionConfig = z.infer<typeof S3ConnectionConfigZod>;
|
|
99
|
+
export type EvmRpcConnectionConfig = z.infer<typeof EvmRpcConnectionConfigZod>;
|
|
100
|
+
export type MemoryConnectionConfig = z.infer<typeof MemoryConnectionConfigZod>;
|
|
101
|
+
export type ConnectionConfig = z.infer<typeof ConnectionConfigZod>;
|
|
102
|
+
/** Map of connection name → connection configuration. */
|
|
103
|
+
export declare const ConnectionsConfigZod: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
104
104
|
access: z.ZodOptional<z.ZodEnum<{
|
|
105
105
|
read: "read";
|
|
106
106
|
write: "write";
|
|
@@ -139,6 +139,6 @@ export declare const TransportsConfigZod: z.ZodDefault<z.ZodRecord<z.ZodString,
|
|
|
139
139
|
}, z.core.$strip>, z.ZodObject<{
|
|
140
140
|
type: z.ZodLiteral<"memory">;
|
|
141
141
|
}, z.core.$strip>], "type">>>;
|
|
142
|
-
export type
|
|
143
|
-
export type
|
|
144
|
-
//# sourceMappingURL=
|
|
142
|
+
export type ConnectionsConfig = z.infer<typeof ConnectionsConfigZod>;
|
|
143
|
+
export type ConnectionKind = ConnectionConfig['type'];
|
|
144
|
+
//# sourceMappingURL=Connection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Connection.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/Connection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvC,2CAA2C;AAC3C,eAAO,MAAM,uBAAuB;;;;;;;;iBAiBQ,CAAA;AAE5C,wCAAwC;AACxC,eAAO,MAAM,wBAAwB;;;;;;;iBAOI,CAAA;AAEzC,sDAAsD;AACtD,eAAO,MAAM,sBAAsB;;;;;;iBAsBG,CAAA;AAEtC,8DAA8D;AAC9D,eAAO,MAAM,uBAAuB;;;iBAOI,CAAA;AAExC,gFAAgF;AAChF,eAAO,MAAM,qBAAqB;;;;;;;;iBAKoB,CAAA;AAEtD,+BAA+B;AAC/B,eAAO,MAAM,yBAAyB;;;;iBAYA,CAAA;AAEtC,oFAAoF;AACpF,eAAO,MAAM,yBAAyB;;iBAAmF,CAAA;AAEzH,6DAA6D;AAC7D,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAQ9B,CAAA;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAC1E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAC5E,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AACxE,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAC1E,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AACtE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAC9E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAA;AAC9E,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAA;AAElE,yDAAyD;AACzD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAAwD,CAAA;AAEzF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEpE,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mongo.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/Mongo.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvC,+BAA+B;AAC/B,eAAO,MAAM,cAAc;;;;;;iBA2BzB,CAAA;AAEF,wBAAwB;AACxB,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAA"}
|
|
@@ -31,4 +31,4 @@ export declare const RpcRemoteConfigZod: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
31
31
|
}, z.core.$strip>]>;
|
|
32
32
|
/** RpcRemoteConfig type. */
|
|
33
33
|
export type RpcRemoteConfig = z.infer<typeof RpcRemoteConfigZod>;
|
|
34
|
-
//# sourceMappingURL=
|
|
34
|
+
//# sourceMappingURL=RpcRemote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RpcRemote.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/RpcRemote.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvC,uCAAuC;AACvC,eAAO,MAAM,sBAAsB;;iBAKiB,CAAA;AAEpD,gCAAgC;AAChC,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAExE,uCAAuC;AACvC,eAAO,MAAM,sBAAsB;;;iBASuB,CAAA;AAE1D,gCAAgC;AAChC,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAExE,8CAA8C;AAC9C,eAAO,MAAM,6BAA6B;;;;iBAauB,CAAA;AAEjE,uCAAuC;AACvC,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAA;AAEtF,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;mBACqD,CAAA;AAEpF,4BAA4B;AAC5B,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"S3.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/S3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB;;;;;;;iBAO5B,CAAA;AAEF,2BAA2B;AAC3B,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
|
|
5
|
-
export { type TransportConfig as ConnectionConfig, TransportConfigZod as ConnectionConfigZod, type TransportKind as ConnectionKind, type TransportsConfig as ConnectionsConfig, TransportsConfigZod as ConnectionsConfigZod, type EvmRpcTransportConfig as EvmConnectionConfig, EvmRpcTransportConfigZod as EvmConnectionConfigZod, type LmdbTransportConfig as LmdbConnectionConfig, LmdbTransportConfigZod as LmdbConnectionConfigZod, type MongoTransportConfig as MongoConnectionConfig, MongoTransportConfigZod as MongoConnectionConfigZod, type RestTransportConfig as RestConnectionConfig, RestTransportConfigZod as RestConnectionConfigZod, type RpcTransportConfig as RpcConnectionConfig, RpcTransportConfigZod as RpcConnectionConfigZod, type S3TransportConfig as S3ConnectionConfig, S3TransportConfigZod as S3ConnectionConfigZod, } from '../transports/Transport.ts';
|
|
1
|
+
export * from './Connection.ts';
|
|
2
|
+
export * from './Mongo.ts';
|
|
3
|
+
export * from './RpcRemote.ts';
|
|
4
|
+
export * from './S3.ts';
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/config/connections/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,YAAY,CAAA;AAC1B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA"}
|
|
@@ -3,15 +3,14 @@ export * from './Actors.ts';
|
|
|
3
3
|
export * from './Base.ts';
|
|
4
4
|
export * from './Config.ts';
|
|
5
5
|
export * from './connections/index.ts';
|
|
6
|
-
export * from './DataLake/index.ts';
|
|
7
6
|
export * from './DeepPartial.ts';
|
|
8
7
|
export * from './HostActor.ts';
|
|
9
8
|
export * from './normalizeConnectionsConfig.ts';
|
|
10
9
|
export * from './Provider.ts';
|
|
11
10
|
export * from './ProviderBinding.ts';
|
|
12
11
|
export * from './Providers.ts';
|
|
12
|
+
export * from './resolveRestConnectionEndpoint.ts';
|
|
13
13
|
export * from './synthesizeRpcConnectionBindings.ts';
|
|
14
14
|
export { DefaultMetricsScrapePorts } from './Telemetry.ts';
|
|
15
|
-
export * from './transports/index.ts';
|
|
16
15
|
export * from './UsageMeta.ts';
|
|
17
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,wBAAwB,CAAA;AACtC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,WAAW,CAAA;AACzB,cAAc,aAAa,CAAA;AAC3B,cAAc,wBAAwB,CAAA;AACtC,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,iCAAiC,CAAA;AAC/C,cAAc,eAAe,CAAA;AAC7B,cAAc,sBAAsB,CAAA;AACpC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oCAAoC,CAAA;AAClD,cAAc,sCAAsC,CAAA;AACpD,OAAO,EAAE,yBAAyB,EAAE,MAAM,gBAAgB,CAAA;AAC1D,cAAc,gBAAgB,CAAA"}
|
|
@@ -5,8 +5,8 @@ interface ConnectionsBootFields {
|
|
|
5
5
|
providerBindings?: ProviderBindingsConfig;
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
8
|
-
* Normalizes `
|
|
9
|
-
*
|
|
8
|
+
* Normalizes `connections` and `providerBindings` to non-undefined defaults.
|
|
9
|
+
* `connections` is the sole connection map.
|
|
10
10
|
*/
|
|
11
11
|
export declare function normalizeConnectionsConfig<T extends ConnectionsBootFields>(config: T): T & {
|
|
12
12
|
connections: ConnectionsConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"normalizeConnectionsConfig.d.ts","sourceRoot":"","sources":["../../../src/config/normalizeConnectionsConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"normalizeConnectionsConfig.d.ts","sourceRoot":"","sources":["../../../src/config/normalizeConnectionsConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAA;AAC/D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAA;AAElE,UAAU,qBAAqB;IAC7B,WAAW,CAAC,EAAE,iBAAiB,CAAA;IAC/B,gBAAgB,CAAC,EAAE,sBAAsB,CAAA;CAC1C;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,CAAC,SAAS,qBAAqB,EACxE,MAAM,EAAE,CAAC,GACR,CAAC,GAAG;IACL,WAAW,EAAE,iBAAiB,CAAA;IAC9B,gBAAgB,EAAE,sBAAsB,CAAA;CACzC,CAMA;AAED,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAEpF"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ProviderMoniker } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
+
import type { BaseConfig } from './Base.ts';
|
|
3
|
+
/** Resolves a REST `baseUrl` for a provider moniker from `providerBindings` + `connections`. */
|
|
4
|
+
export declare function resolveRestConnectionEndpoint(config: BaseConfig, moniker: ProviderMoniker): string;
|
|
5
|
+
//# sourceMappingURL=resolveRestConnectionEndpoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolveRestConnectionEndpoint.d.ts","sourceRoot":"","sources":["../../../src/config/resolveRestConnectionEndpoint.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAEpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAW3C,gGAAgG;AAChG,wBAAgB,6BAA6B,CAC3C,MAAM,EAAE,UAAU,EAClB,OAAO,EAAE,eAAe,GACvB,MAAM,CAiBR"}
|
|
@@ -17,7 +17,6 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
17
17
|
readonly __address: true;
|
|
18
18
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
19
19
|
}, z.core.$strip>>;
|
|
20
|
-
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
21
20
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
22
21
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
23
22
|
error: "error";
|
|
@@ -70,7 +69,6 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
70
69
|
}, z.core.$strip>], "type">>>>;
|
|
71
70
|
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
72
71
|
connection: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
-
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
74
72
|
}, z.core.$strip>>>>;
|
|
75
73
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
76
74
|
moniker: import("zod").ZodString;
|
|
@@ -162,7 +160,6 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
162
160
|
}>;
|
|
163
161
|
providerBindings: Record<string, {
|
|
164
162
|
connection?: string | undefined;
|
|
165
|
-
transport?: string | undefined;
|
|
166
163
|
}>;
|
|
167
164
|
providers: {
|
|
168
165
|
[x: string]: unknown;
|
|
@@ -195,7 +192,6 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
195
192
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
196
193
|
};
|
|
197
194
|
name: string;
|
|
198
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
199
195
|
accountPath?: string | undefined;
|
|
200
196
|
};
|
|
201
197
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -260,7 +256,6 @@ export declare const asActorConfigContext: {
|
|
|
260
256
|
}>;
|
|
261
257
|
providerBindings: Record<string, {
|
|
262
258
|
connection?: string | undefined;
|
|
263
|
-
transport?: string | undefined;
|
|
264
259
|
}>;
|
|
265
260
|
providers: {
|
|
266
261
|
[x: string]: unknown;
|
|
@@ -293,7 +288,6 @@ export declare const asActorConfigContext: {
|
|
|
293
288
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
294
289
|
};
|
|
295
290
|
name: string;
|
|
296
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
297
291
|
accountPath?: string | undefined;
|
|
298
292
|
};
|
|
299
293
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -356,7 +350,6 @@ export declare const asActorConfigContext: {
|
|
|
356
350
|
}>;
|
|
357
351
|
providerBindings: Record<string, {
|
|
358
352
|
connection?: string | undefined;
|
|
359
|
-
transport?: string | undefined;
|
|
360
353
|
}>;
|
|
361
354
|
providers: {
|
|
362
355
|
[x: string]: unknown;
|
|
@@ -389,7 +382,6 @@ export declare const asActorConfigContext: {
|
|
|
389
382
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
390
383
|
};
|
|
391
384
|
name: string;
|
|
392
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
393
385
|
accountPath?: string | undefined;
|
|
394
386
|
};
|
|
395
387
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -455,7 +447,6 @@ export declare const toActorConfigContext: {
|
|
|
455
447
|
}>;
|
|
456
448
|
providerBindings: Record<string, {
|
|
457
449
|
connection?: string | undefined;
|
|
458
|
-
transport?: string | undefined;
|
|
459
450
|
}>;
|
|
460
451
|
providers: {
|
|
461
452
|
[x: string]: unknown;
|
|
@@ -488,7 +479,6 @@ export declare const toActorConfigContext: {
|
|
|
488
479
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
489
480
|
};
|
|
490
481
|
name: string;
|
|
491
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
492
482
|
accountPath?: string | undefined;
|
|
493
483
|
};
|
|
494
484
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -551,7 +541,6 @@ export declare const toActorConfigContext: {
|
|
|
551
541
|
}>;
|
|
552
542
|
providerBindings: Record<string, {
|
|
553
543
|
connection?: string | undefined;
|
|
554
|
-
transport?: string | undefined;
|
|
555
544
|
}>;
|
|
556
545
|
providers: {
|
|
557
546
|
[x: string]: unknown;
|
|
@@ -584,7 +573,6 @@ export declare const toActorConfigContext: {
|
|
|
584
573
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
585
574
|
};
|
|
586
575
|
name: string;
|
|
587
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
588
576
|
accountPath?: string | undefined;
|
|
589
577
|
};
|
|
590
578
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA6D,CAAA;AAE5F,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEnE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA;AACpE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA;AAC5F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA"}
|
|
@@ -17,7 +17,6 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
|
|
|
17
17
|
readonly __address: true;
|
|
18
18
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
19
19
|
}, z.core.$strip>>;
|
|
20
|
-
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
21
20
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
22
21
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
23
22
|
error: "error";
|
|
@@ -70,7 +69,6 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
|
|
|
70
69
|
}, z.core.$strip>], "type">>>>;
|
|
71
70
|
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
72
71
|
connection: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
-
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
74
72
|
}, z.core.$strip>>>>;
|
|
75
73
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
76
74
|
moniker: import("zod").ZodString;
|
|
@@ -164,7 +162,6 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
164
162
|
}>;
|
|
165
163
|
providerBindings: Record<string, {
|
|
166
164
|
connection?: string | undefined;
|
|
167
|
-
transport?: string | undefined;
|
|
168
165
|
}>;
|
|
169
166
|
providers: {
|
|
170
167
|
[x: string]: unknown;
|
|
@@ -199,7 +196,6 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
199
196
|
name: string;
|
|
200
197
|
host: string;
|
|
201
198
|
port: number;
|
|
202
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
203
199
|
accountPath?: string | undefined;
|
|
204
200
|
};
|
|
205
201
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -264,7 +260,6 @@ export declare const asHostActorConfigContext: {
|
|
|
264
260
|
}>;
|
|
265
261
|
providerBindings: Record<string, {
|
|
266
262
|
connection?: string | undefined;
|
|
267
|
-
transport?: string | undefined;
|
|
268
263
|
}>;
|
|
269
264
|
providers: {
|
|
270
265
|
[x: string]: unknown;
|
|
@@ -299,7 +294,6 @@ export declare const asHostActorConfigContext: {
|
|
|
299
294
|
name: string;
|
|
300
295
|
host: string;
|
|
301
296
|
port: number;
|
|
302
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
303
297
|
accountPath?: string | undefined;
|
|
304
298
|
};
|
|
305
299
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -362,7 +356,6 @@ export declare const asHostActorConfigContext: {
|
|
|
362
356
|
}>;
|
|
363
357
|
providerBindings: Record<string, {
|
|
364
358
|
connection?: string | undefined;
|
|
365
|
-
transport?: string | undefined;
|
|
366
359
|
}>;
|
|
367
360
|
providers: {
|
|
368
361
|
[x: string]: unknown;
|
|
@@ -397,7 +390,6 @@ export declare const asHostActorConfigContext: {
|
|
|
397
390
|
name: string;
|
|
398
391
|
host: string;
|
|
399
392
|
port: number;
|
|
400
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
401
393
|
accountPath?: string | undefined;
|
|
402
394
|
};
|
|
403
395
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -463,7 +455,6 @@ export declare const toHostActorConfigContext: {
|
|
|
463
455
|
}>;
|
|
464
456
|
providerBindings: Record<string, {
|
|
465
457
|
connection?: string | undefined;
|
|
466
|
-
transport?: string | undefined;
|
|
467
458
|
}>;
|
|
468
459
|
providers: {
|
|
469
460
|
[x: string]: unknown;
|
|
@@ -498,7 +489,6 @@ export declare const toHostActorConfigContext: {
|
|
|
498
489
|
name: string;
|
|
499
490
|
host: string;
|
|
500
491
|
port: number;
|
|
501
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
502
492
|
accountPath?: string | undefined;
|
|
503
493
|
};
|
|
504
494
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -561,7 +551,6 @@ export declare const toHostActorConfigContext: {
|
|
|
561
551
|
}>;
|
|
562
552
|
providerBindings: Record<string, {
|
|
563
553
|
connection?: string | undefined;
|
|
564
|
-
transport?: string | undefined;
|
|
565
554
|
}>;
|
|
566
555
|
providers: {
|
|
567
556
|
[x: string]: unknown;
|
|
@@ -596,7 +585,6 @@ export declare const toHostActorConfigContext: {
|
|
|
596
585
|
name: string;
|
|
597
586
|
host: string;
|
|
598
587
|
port: number;
|
|
599
|
-
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
600
588
|
accountPath?: string | undefined;
|
|
601
589
|
};
|
|
602
590
|
logger?: import("@xylabs/sdk-js").Logger | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HostActor.d.ts","sourceRoot":"","sources":["../../../src/context/HostActor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,uCAAuC;AACvC,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"HostActor.d.ts","sourceRoot":"","sources":["../../../src/context/HostActor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,uCAAuC;AACvC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiE,CAAA;AAEpG,mCAAmC;AACnC,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE3E,2EAA2E;AAC3E,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAC5E,uEAAuE;AACvE,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA;AACxG,yCAAyC;AACzC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmE,CAAA"}
|
|
@@ -53,7 +53,6 @@ export declare function getFileConfig(searchPlaces?: string[]): Promise<{
|
|
|
53
53
|
}>;
|
|
54
54
|
providerBindings: Record<string, {
|
|
55
55
|
connection?: string | undefined;
|
|
56
|
-
transport?: string | undefined;
|
|
57
56
|
}>;
|
|
58
57
|
providers: {
|
|
59
58
|
[x: string]: unknown;
|
|
@@ -137,7 +136,6 @@ export declare function getFileConfig(searchPlaces?: string[]): Promise<{
|
|
|
137
136
|
}>;
|
|
138
137
|
providerBindings: Record<string, {
|
|
139
138
|
connection?: string | undefined;
|
|
140
|
-
transport?: string | undefined;
|
|
141
139
|
}>;
|
|
142
140
|
providers: {
|
|
143
141
|
[x: string]: unknown;
|
|
@@ -170,10 +168,8 @@ export declare function getFileConfig(searchPlaces?: string[]): Promise<{
|
|
|
170
168
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
171
169
|
};
|
|
172
170
|
name: string;
|
|
173
|
-
dataLake?: import("./config/index.ts").DataLakeConfig | undefined;
|
|
174
171
|
accountPath?: string | undefined;
|
|
175
172
|
}[];
|
|
176
|
-
dataLake?: import("./config/index.ts").DataLakeConfig | undefined;
|
|
177
173
|
healthCheckPort?: number | undefined;
|
|
178
174
|
}>;
|
|
179
175
|
//# sourceMappingURL=getFileConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getFileConfig.d.ts","sourceRoot":"","sources":["../../src/getFileConfig.ts"],"names":[],"mappings":"AAgBA;;;GAGG;AACH,wBAAsB,aAAa,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE
|
|
1
|
+
{"version":3,"file":"getFileConfig.d.ts","sourceRoot":"","sources":["../../src/getFileConfig.ts"],"names":[],"mappings":"AAgBA;;;GAGG;AACH,wBAAsB,aAAa,CAAC,YAAY,CAAC,EAAE,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiB1D"}
|