@xyo-network/diviner-forecasting-model 2.110.16 → 2.110.17
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/browser/Config/Config.d.cts +3 -3
- package/dist/browser/Config/Config.d.mts +3 -3
- package/dist/browser/Config/Config.d.ts +3 -3
- package/dist/browser/Config/index.d.cts +3 -3
- package/dist/browser/Config/index.d.mts +3 -3
- package/dist/browser/Config/index.d.ts +3 -3
- package/dist/browser/ForecastingMethod.d.cts +2 -2
- package/dist/browser/ForecastingMethod.d.mts +2 -2
- package/dist/browser/ForecastingMethod.d.ts +2 -2
- package/dist/browser/Payload/Payload.d.cts +2 -2
- package/dist/browser/Payload/Payload.d.mts +2 -2
- package/dist/browser/Payload/Payload.d.ts +2 -2
- package/dist/browser/Payload/index.d.cts +2 -2
- package/dist/browser/Payload/index.d.mts +2 -2
- package/dist/browser/Payload/index.d.ts +2 -2
- package/dist/browser/Query.d.cts +2 -2
- package/dist/browser/Query.d.mts +2 -2
- package/dist/browser/Query.d.ts +2 -2
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +6 -6
- package/dist/browser/index.d.mts +6 -6
- package/dist/browser/index.d.ts +6 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Config/Config.d.cts +3 -3
- package/dist/neutral/Config/Config.d.mts +3 -3
- package/dist/neutral/Config/Config.d.ts +3 -3
- package/dist/neutral/Config/index.d.cts +3 -3
- package/dist/neutral/Config/index.d.mts +3 -3
- package/dist/neutral/Config/index.d.ts +3 -3
- package/dist/neutral/ForecastingMethod.d.cts +2 -2
- package/dist/neutral/ForecastingMethod.d.mts +2 -2
- package/dist/neutral/ForecastingMethod.d.ts +2 -2
- package/dist/neutral/Payload/Payload.d.cts +2 -2
- package/dist/neutral/Payload/Payload.d.mts +2 -2
- package/dist/neutral/Payload/Payload.d.ts +2 -2
- package/dist/neutral/Payload/index.d.cts +2 -2
- package/dist/neutral/Payload/index.d.mts +2 -2
- package/dist/neutral/Payload/index.d.ts +2 -2
- package/dist/neutral/Query.d.cts +2 -2
- package/dist/neutral/Query.d.mts +2 -2
- package/dist/neutral/Query.d.ts +2 -2
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.d.cts +6 -6
- package/dist/neutral/index.d.mts +6 -6
- package/dist/neutral/index.d.ts +6 -6
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/Config/Config.d.cts +3 -3
- package/dist/node/Config/Config.d.mts +3 -3
- package/dist/node/Config/Config.d.ts +3 -3
- package/dist/node/Config/index.d.cts +3 -3
- package/dist/node/Config/index.d.mts +3 -3
- package/dist/node/Config/index.d.ts +3 -3
- package/dist/node/ForecastingMethod.d.cts +2 -2
- package/dist/node/ForecastingMethod.d.mts +2 -2
- package/dist/node/ForecastingMethod.d.ts +2 -2
- package/dist/node/Payload/Payload.d.cts +2 -2
- package/dist/node/Payload/Payload.d.mts +2 -2
- package/dist/node/Payload/Payload.d.ts +2 -2
- package/dist/node/Payload/index.d.cts +2 -2
- package/dist/node/Payload/index.d.mts +2 -2
- package/dist/node/Payload/index.d.ts +2 -2
- package/dist/node/Query.d.cts +2 -2
- package/dist/node/Query.d.mts +2 -2
- package/dist/node/Query.d.ts +2 -2
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +6 -6
- package/dist/node/index.d.mts +6 -6
- package/dist/node/index.d.ts +6 -6
- package/dist/node/index.js.map +1 -1
- package/package.json +4 -4
- package/src/Config/Config.ts +3 -3
- package/src/Config/index.ts +3 -3
- package/src/ForecastingMethod.ts +2 -2
- package/src/Payload/Payload.ts +2 -2
- package/src/Payload/index.ts +2 -2
- package/src/Query.ts +2 -2
- package/src/index.ts +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/Query.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.ts'\nexport * from './ForecastingMethod.ts'\nexport * from './Payload/index.ts'\nexport * from './PayloadValueTransformer.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;ACCO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,MAA6CA,GAAGC,WAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,MAC/CA,GAAGC,WAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
package/dist/browser/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;AACO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,MAA6CA,GAAGC,WAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,MAC/CA,GAAGC,WAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/Query.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/neutral/Query.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/neutral/Query.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.ts'\nexport * from './ForecastingMethod.ts'\nexport * from './Payload/index.ts'\nexport * from './PayloadValueTransformer.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;ACCO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,MAA6CA,GAAGC,WAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,MAC/CA,GAAGC,WAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
package/dist/neutral/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;AACO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,MAA6CA,GAAGC,WAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,MAC/CA,GAAGC,WAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model';
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
5
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
4
|
+
import { ForecastingSettings } from './ForecastingSettings.ts';
|
|
5
|
+
import { TransformerSettings } from './TransformerSettings.ts';
|
|
6
6
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`;
|
|
7
7
|
export declare const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema;
|
|
8
8
|
export type ForecastingDivinerConfig = DivinerConfig<{
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './ForecastingSettings.ts';
|
|
3
|
+
export * from './TransformerSettings.ts';
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { Forecast } from './Payload/index.
|
|
4
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
3
|
+
import { Forecast } from './Payload/index.ts';
|
|
4
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts';
|
|
5
5
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>;
|
|
6
6
|
//# sourceMappingURL=ForecastingMethod.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
3
|
-
import { Forecast } from './Forecast.
|
|
2
|
+
import { ForecastingDivinerSchema } from '../Schema.ts';
|
|
3
|
+
import { Forecast } from './Forecast.ts';
|
|
4
4
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`;
|
|
5
5
|
export declare const ForecastPayloadSchema: ForecastPayloadSchema;
|
|
6
6
|
export type ForecastPayload = Payload<{
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts';
|
|
2
|
+
export * from './Payload.ts';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { ForecastingSettings } from './Config/index.
|
|
3
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
2
|
+
import { ForecastingSettings } from './Config/index.ts';
|
|
3
|
+
import { ForecastingDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`;
|
|
5
5
|
export declare const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema;
|
|
6
6
|
export type ForecastingDivinerQueryPayload = Query<{
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config/index.ts'\nexport * from './ForecastingMethod.ts'\nexport * from './Payload/index.ts'\nexport * from './PayloadValueTransformer.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;ACCO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,OAA6CA,uBAAGC,YAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,OAC/CA,uBAAGC,YAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
package/dist/node/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts';
|
|
2
|
+
export * from './ForecastingMethod.ts';
|
|
3
|
+
export * from './Payload/index.ts';
|
|
4
|
+
export * from './PayloadValueTransformer.ts';
|
|
5
|
+
export * from './Query.ts';
|
|
6
|
+
export * from './Schema.ts';
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config/Config.ts","../../src/Payload/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\nexport const ForecastingDivinerSchema: ForecastingDivinerSchema = 'network.xyo.diviner.forecasting'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { ModuleFilter } from '@xyo-network/module-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { ForecastingSettings } from './ForecastingSettings.ts'\nimport { TransformerSettings } from './TransformerSettings.ts'\n\nexport type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\nexport const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`\n\nexport type ForecastingDivinerConfig = DivinerConfig<\n {\n boundWitnessDiviner?: ModuleFilter\n schema: ForecastingDivinerConfigSchema\n } & ForecastingSettings &\n TransformerSettings\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { ForecastingDivinerSchema } from '../Schema.ts'\nimport { Forecast } from './Forecast.ts'\n\nexport type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\nexport const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`\n\nexport type ForecastPayload = Payload<{\n schema: ForecastPayloadSchema\n sources: string[]\n values: Forecast[]\n}>\nexport const isForecastPayload = (x?: Payload | null): x is ForecastPayload => x?.schema === ForecastPayloadSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { ForecastingSettings } from './Config/index.ts'\nimport { ForecastingDivinerSchema } from './Schema.ts'\n\nexport type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\nexport const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`\n\nexport type ForecastingDivinerQueryPayload = Query<{ schema: ForecastingDivinerQuerySchema } & Partial<ForecastingSettings>>\nexport const isForecastingDivinerQueryPayload = (x?: Payload | null): x is ForecastingDivinerQueryPayload =>\n x?.schema === ForecastingDivinerQuerySchema\n"],"mappings":";;;;AACO,IAAMA,2BAAqD;;;ACO3D,IAAMC,iCAAiE,GAAGC,wBAAAA;;;ACF1E,IAAMC,wBAA+C,GAAGC,wBAAAA;AAOxD,IAAMC,oBAAoB,wBAACC,OAA6CA,uBAAGC,YAAWJ,uBAA5D;;;ACP1B,IAAMK,gCAA+D,GAAGC,wBAAAA;AAGxE,IAAMC,mCAAmC,wBAACC,OAC/CA,uBAAGC,YAAWJ,+BADgC;","names":["ForecastingDivinerSchema","ForecastingDivinerConfigSchema","ForecastingDivinerSchema","ForecastPayloadSchema","ForecastingDivinerSchema","isForecastPayload","x","schema","ForecastingDivinerQuerySchema","ForecastingDivinerSchema","isForecastingDivinerQueryPayload","x","schema"]}
|
package/package.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/hex": "^3.6.6",
|
|
14
14
|
"@xylabs/promise": "^3.6.6",
|
|
15
|
-
"@xyo-network/diviner-model": "^2.110.
|
|
16
|
-
"@xyo-network/module-model": "^2.110.
|
|
17
|
-
"@xyo-network/payload-model": "^2.110.
|
|
15
|
+
"@xyo-network/diviner-model": "^2.110.17",
|
|
16
|
+
"@xyo-network/module-model": "^2.110.17",
|
|
17
|
+
"@xyo-network/payload-model": "^2.110.17"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^3.14.1",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
|
-
"version": "2.110.
|
|
63
|
+
"version": "2.110.17",
|
|
64
64
|
"type": "module"
|
|
65
65
|
}
|
package/src/Config/Config.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model'
|
|
2
2
|
import { ModuleFilter } from '@xyo-network/module-model'
|
|
3
3
|
|
|
4
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
5
|
-
import { ForecastingSettings } from './ForecastingSettings.
|
|
6
|
-
import { TransformerSettings } from './TransformerSettings.
|
|
4
|
+
import { ForecastingDivinerSchema } from '../Schema.ts'
|
|
5
|
+
import { ForecastingSettings } from './ForecastingSettings.ts'
|
|
6
|
+
import { TransformerSettings } from './TransformerSettings.ts'
|
|
7
7
|
|
|
8
8
|
export type ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`
|
|
9
9
|
export const ForecastingDivinerConfigSchema: ForecastingDivinerConfigSchema = `${ForecastingDivinerSchema}.config`
|
package/src/Config/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './ForecastingSettings.
|
|
3
|
-
export * from './TransformerSettings.
|
|
1
|
+
export * from './Config.ts'
|
|
2
|
+
export * from './ForecastingSettings.ts'
|
|
3
|
+
export * from './TransformerSettings.ts'
|
package/src/ForecastingMethod.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Promisable } from '@xylabs/promise'
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model'
|
|
3
3
|
|
|
4
|
-
import { Forecast } from './Payload/index.
|
|
5
|
-
import { PayloadValueTransformer } from './PayloadValueTransformer.
|
|
4
|
+
import { Forecast } from './Payload/index.ts'
|
|
5
|
+
import { PayloadValueTransformer } from './PayloadValueTransformer.ts'
|
|
6
6
|
|
|
7
7
|
export type ForecastingMethod = (payloads: Payload[], transformers: PayloadValueTransformer) => Promisable<Forecast[]>
|
package/src/Payload/Payload.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model'
|
|
2
2
|
|
|
3
|
-
import { ForecastingDivinerSchema } from '../Schema.
|
|
4
|
-
import { Forecast } from './Forecast.
|
|
3
|
+
import { ForecastingDivinerSchema } from '../Schema.ts'
|
|
4
|
+
import { Forecast } from './Forecast.ts'
|
|
5
5
|
|
|
6
6
|
export type ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`
|
|
7
7
|
export const ForecastPayloadSchema: ForecastPayloadSchema = `${ForecastingDivinerSchema}.forecast`
|
package/src/Payload/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './Forecast.
|
|
2
|
-
export * from './Payload.
|
|
1
|
+
export * from './Forecast.ts'
|
|
2
|
+
export * from './Payload.ts'
|
package/src/Query.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model'
|
|
2
2
|
|
|
3
|
-
import { ForecastingSettings } from './Config/index.
|
|
4
|
-
import { ForecastingDivinerSchema } from './Schema.
|
|
3
|
+
import { ForecastingSettings } from './Config/index.ts'
|
|
4
|
+
import { ForecastingDivinerSchema } from './Schema.ts'
|
|
5
5
|
|
|
6
6
|
export type ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`
|
|
7
7
|
export const ForecastingDivinerQuerySchema: ForecastingDivinerQuerySchema = `${ForecastingDivinerSchema}.query`
|
package/src/index.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config/index.
|
|
2
|
-
export * from './ForecastingMethod.
|
|
3
|
-
export * from './Payload/index.
|
|
4
|
-
export * from './PayloadValueTransformer.
|
|
5
|
-
export * from './Query.
|
|
6
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config/index.ts'
|
|
2
|
+
export * from './ForecastingMethod.ts'
|
|
3
|
+
export * from './Payload/index.ts'
|
|
4
|
+
export * from './PayloadValueTransformer.ts'
|
|
5
|
+
export * from './Query.ts'
|
|
6
|
+
export * from './Schema.ts'
|