@xyo-network/diviner-boundwitness-stats-model 2.110.16 → 2.110.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Config.d.cts +1 -1
- package/dist/browser/Config.d.mts +1 -1
- package/dist/browser/Config.d.ts +1 -1
- package/dist/browser/Params.d.cts +1 -1
- package/dist/browser/Params.d.mts +1 -1
- package/dist/browser/Params.d.ts +1 -1
- package/dist/browser/Payload.d.cts +1 -1
- package/dist/browser/Payload.d.mts +1 -1
- package/dist/browser/Payload.d.ts +1 -1
- package/dist/browser/Query.d.cts +1 -1
- package/dist/browser/Query.d.mts +1 -1
- package/dist/browser/Query.d.ts +1 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.d.cts +5 -5
- package/dist/browser/index.d.mts +5 -5
- package/dist/browser/index.d.ts +5 -5
- package/dist/browser/index.js.map +1 -1
- package/dist/neutral/Config.d.cts +1 -1
- package/dist/neutral/Config.d.mts +1 -1
- package/dist/neutral/Config.d.ts +1 -1
- package/dist/neutral/Params.d.cts +1 -1
- package/dist/neutral/Params.d.mts +1 -1
- package/dist/neutral/Params.d.ts +1 -1
- package/dist/neutral/Payload.d.cts +1 -1
- package/dist/neutral/Payload.d.mts +1 -1
- package/dist/neutral/Payload.d.ts +1 -1
- package/dist/neutral/Query.d.cts +1 -1
- package/dist/neutral/Query.d.mts +1 -1
- package/dist/neutral/Query.d.ts +1 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.d.cts +5 -5
- package/dist/neutral/index.d.mts +5 -5
- package/dist/neutral/index.d.ts +5 -5
- package/dist/neutral/index.js.map +1 -1
- package/dist/node/Config.d.cts +1 -1
- package/dist/node/Config.d.mts +1 -1
- package/dist/node/Config.d.ts +1 -1
- package/dist/node/Params.d.cts +1 -1
- package/dist/node/Params.d.mts +1 -1
- package/dist/node/Params.d.ts +1 -1
- package/dist/node/Payload.d.cts +1 -1
- package/dist/node/Payload.d.mts +1 -1
- package/dist/node/Payload.d.ts +1 -1
- package/dist/node/Query.d.cts +1 -1
- package/dist/node/Query.d.mts +1 -1
- package/dist/node/Query.d.ts +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +5 -5
- package/dist/node/index.d.mts +5 -5
- package/dist/node/index.d.ts +5 -5
- package/dist/node/index.js.map +1 -1
- package/package.json +4 -4
- package/src/Config.ts +1 -1
- package/src/Params.ts +1 -1
- package/src/Payload.ts +1 -1
- package/src/Query.ts +1 -1
- package/src/index.ts +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
package/dist/browser/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/browser/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
package/dist/browser/Query.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Params.ts'\nexport * from './Payload.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACCO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,MAAsDA,GAAGC,WAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,MAA2DA,GAAGC,WAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
package/dist/browser/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;AACO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,MAAsDA,GAAGC,WAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,MAA2DA,GAAGC,WAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
package/dist/neutral/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/neutral/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
package/dist/neutral/Query.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/neutral/Query.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/neutral/Query.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Params.ts'\nexport * from './Payload.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACCO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,MAAsDA,GAAGC,WAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,MAA2DA,GAAGC,WAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
package/dist/neutral/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;AACO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,MAAsDA,GAAGC,WAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,MAA2DA,GAAGC,WAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
package/dist/node/Config.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
package/dist/node/Config.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
package/dist/node/Config.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model';
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`;
|
|
5
5
|
export declare const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema;
|
|
6
6
|
export type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
|
package/dist/node/Params.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/node/Params.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/node/Params.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
3
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
3
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts';
|
|
4
4
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>;
|
|
5
5
|
//# sourceMappingURL=Params.d.ts.map
|
package/dist/node/Payload.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
package/dist/node/Payload.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
package/dist/node/Payload.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsPayload = Payload<{
|
|
4
4
|
count: number;
|
|
5
5
|
schema: BoundWitnessStatsDivinerSchema;
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
2
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
2
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts';
|
|
3
3
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`;
|
|
4
4
|
export declare const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema;
|
|
5
5
|
export type BoundWitnessStatsQueryPayload = Query<{
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts","../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Params.ts'\nexport * from './Payload.ts'\nexport * from './Query.ts'\nexport * from './Schema.ts'\n","export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACCO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,OAAsDA,uBAAGC,YAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,OAA2DA,uBAAGC,YAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
package/dist/node/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts';
|
|
2
|
+
export * from './Params.ts';
|
|
3
|
+
export * from './Payload.ts';
|
|
4
|
+
export * from './Query.ts';
|
|
5
|
+
export * from './Schema.ts';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
1
|
+
{"version":3,"sources":["../../src/Schema.ts","../../src/Config.ts","../../src/Payload.ts","../../src/Query.ts"],"sourcesContent":["export type BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\nexport const BoundWitnessStatsDivinerSchema: BoundWitnessStatsDivinerSchema = 'network.xyo.diviner.boundwitness.stats'\n","import { DivinerConfig } from '@xyo-network/diviner-model'\nimport { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\nexport const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`\n\nexport type BoundWitnessStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<\n T & {\n schema: BoundWitnessStatsDivinerConfigSchema\n }\n>\n","import { Payload } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>\nexport const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema\n","import { Payload, Query } from '@xyo-network/payload-model'\n\nimport { BoundWitnessStatsDivinerSchema } from './Schema.ts'\n\nexport type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\nexport const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`\n\nexport type BoundWitnessStatsQueryPayload = Query<{ schema: BoundWitnessStatsQuerySchema }>\nexport const isBoundWitnessStatsQueryPayload = (x?: Payload | null): x is BoundWitnessStatsQueryPayload => x?.schema === BoundWitnessStatsQuerySchema\n"],"mappings":";;;;AACO,IAAMA,iCAAiE;;;ACKvE,IAAMC,uCAA6E,GAAGC,8BAAAA;;;ACDtF,IAAMC,6BAA6B,wBAACC,OAAsDA,uBAAGC,YAAWC,gCAArE;;;ACAnC,IAAMC,+BAA6D,GAAGC,8BAAAA;AAGtE,IAAMC,kCAAkC,wBAACC,OAA2DA,uBAAGC,YAAWJ,8BAA1E;","names":["BoundWitnessStatsDivinerSchema","BoundWitnessStatsDivinerConfigSchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsPayload","x","schema","BoundWitnessStatsDivinerSchema","BoundWitnessStatsQuerySchema","BoundWitnessStatsDivinerSchema","isBoundWitnessStatsQueryPayload","x","schema"]}
|
package/package.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-model": "^2.110.
|
|
14
|
-
"@xyo-network/module-model": "^2.110.
|
|
15
|
-
"@xyo-network/payload-model": "^2.110.
|
|
13
|
+
"@xyo-network/diviner-model": "^2.110.18",
|
|
14
|
+
"@xyo-network/module-model": "^2.110.18",
|
|
15
|
+
"@xyo-network/payload-model": "^2.110.18"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@xylabs/ts-scripts-yarn3": "^3.14.1",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.110.
|
|
61
|
+
"version": "2.110.18",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|
package/src/Config.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DivinerConfig } from '@xyo-network/diviner-model'
|
|
2
2
|
import { Payload } from '@xyo-network/payload-model'
|
|
3
3
|
|
|
4
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
4
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts'
|
|
5
5
|
|
|
6
6
|
export type BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`
|
|
7
7
|
export const BoundWitnessStatsDivinerConfigSchema: BoundWitnessStatsDivinerConfigSchema = `${BoundWitnessStatsDivinerSchema}.config`
|
package/src/Params.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DivinerParams } from '@xyo-network/diviner-model'
|
|
2
2
|
import { AnyConfigSchema } from '@xyo-network/module-model'
|
|
3
3
|
|
|
4
|
-
import { BoundWitnessStatsDivinerConfig } from './Config.
|
|
4
|
+
import { BoundWitnessStatsDivinerConfig } from './Config.ts'
|
|
5
5
|
|
|
6
6
|
export type BoundWitnessStatsDivinerParams = DivinerParams<AnyConfigSchema<BoundWitnessStatsDivinerConfig>>
|
package/src/Payload.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload } from '@xyo-network/payload-model'
|
|
2
2
|
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts'
|
|
4
4
|
|
|
5
5
|
export type BoundWitnessStatsPayload = Payload<{ count: number; schema: BoundWitnessStatsDivinerSchema }>
|
|
6
6
|
export const isBoundWitnessStatsPayload = (x?: Payload | null): x is BoundWitnessStatsPayload => x?.schema === BoundWitnessStatsDivinerSchema
|
package/src/Query.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Payload, Query } from '@xyo-network/payload-model'
|
|
2
2
|
|
|
3
|
-
import { BoundWitnessStatsDivinerSchema } from './Schema.
|
|
3
|
+
import { BoundWitnessStatsDivinerSchema } from './Schema.ts'
|
|
4
4
|
|
|
5
5
|
export type BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`
|
|
6
6
|
export const BoundWitnessStatsQuerySchema: BoundWitnessStatsQuerySchema = `${BoundWitnessStatsDivinerSchema}.query`
|
package/src/index.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './Config.
|
|
2
|
-
export * from './Params.
|
|
3
|
-
export * from './Payload.
|
|
4
|
-
export * from './Query.
|
|
5
|
-
export * from './Schema.
|
|
1
|
+
export * from './Config.ts'
|
|
2
|
+
export * from './Params.ts'
|
|
3
|
+
export * from './Payload.ts'
|
|
4
|
+
export * from './Query.ts'
|
|
5
|
+
export * from './Schema.ts'
|