@xyo-network/diviner-schema-stats-model 3.9.17 → 3.9.19

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.
@@ -0,0 +1,9 @@
1
+ import type { DivinerConfig } from '@xyo-network/diviner-model';
2
+ import type { Payload } from '@xyo-network/payload-model';
3
+ import { SchemaStatsDivinerSchema } from './Schema.ts';
4
+ export type SchemaStatsDivinerConfigSchema = `${SchemaStatsDivinerSchema}.config`;
5
+ export declare const SchemaStatsDivinerConfigSchema: SchemaStatsDivinerConfigSchema;
6
+ export type SchemaStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
7
+ schema: SchemaStatsDivinerConfigSchema;
8
+ }>;
9
+ //# sourceMappingURL=Config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/Config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAEtD,MAAM,MAAM,8BAA8B,GAAG,GAAG,wBAAwB,SAAS,CAAA;AACjF,eAAO,MAAM,8BAA8B,EAAE,8BAAqE,CAAA;AAElH,MAAM,MAAM,wBAAwB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,IAAI,aAAa,CAC/E,CAAC,GAAG;IACF,MAAM,EAAE,8BAA8B,CAAA;CACvC,CACF,CAAA"}
@@ -0,0 +1,5 @@
1
+ import type { DivinerParams } from '@xyo-network/diviner-model';
2
+ import type { AnyConfigSchema } from '@xyo-network/module-model';
3
+ import type { SchemaStatsDivinerConfig } from './Config.ts';
4
+ export type SchemaStatsDivinerParams = DivinerParams<AnyConfigSchema<SchemaStatsDivinerConfig>>;
5
+ //# sourceMappingURL=Params.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Params.d.ts","sourceRoot":"","sources":["../../src/Params.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAEhE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAE3D,MAAM,MAAM,wBAAwB,GAAG,aAAa,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAC,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { Payload } from '@xyo-network/payload-model';
2
+ import { SchemaStatsDivinerSchema } from './Schema.ts';
3
+ export type SchemaStatsPayload = Payload<{
4
+ count: Record<string, number>;
5
+ name?: string;
6
+ schema: SchemaStatsDivinerSchema;
7
+ }>;
8
+ export declare const isSchemaStatsPayload: (x?: Payload | null) => x is SchemaStatsPayload;
9
+ //# sourceMappingURL=Payload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAEtD,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAE7B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,wBAAwB,CAAA;CACjC,CAAC,CAAA;AAEF,eAAO,MAAM,oBAAoB,GAAI,IAAI,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,kBAA4D,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { Payload, Query } from '@xyo-network/payload-model';
2
+ import { SchemaStatsDivinerSchema } from './Schema.ts';
3
+ export type SchemaStatsQuerySchema = `${SchemaStatsDivinerSchema}.query`;
4
+ export declare const SchemaStatsQuerySchema: SchemaStatsQuerySchema;
5
+ export type SchemaStatsQueryPayload = Query<{
6
+ schema: SchemaStatsQuerySchema;
7
+ }>;
8
+ export declare const isSchemaStatsQueryPayload: (x?: Payload | null) => x is SchemaStatsQueryPayload;
9
+ //# sourceMappingURL=Query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../src/Query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAEhE,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAEtD,MAAM,MAAM,sBAAsB,GAAG,GAAG,wBAAwB,QAAQ,CAAA;AACxE,eAAO,MAAM,sBAAsB,EAAE,sBAA4D,CAAA;AAEjG,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC;IAAE,MAAM,EAAE,sBAAsB,CAAA;CAAE,CAAC,CAAA;AAC/E,eAAO,MAAM,yBAAyB,GAAI,IAAI,OAAO,GAAG,IAAI,KAAG,CAAC,IAAI,uBAA+D,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare const SchemaStatsDivinerSchema: "network.xyo.diviner.schema.stats";
2
+ export type SchemaStatsDivinerSchema = typeof SchemaStatsDivinerSchema;
3
+ //# sourceMappingURL=Schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Schema.d.ts","sourceRoot":"","sources":["../../src/Schema.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAG,kCAA2C,CAAA;AACnF,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAA"}
@@ -1,30 +1,6 @@
1
- import { DivinerConfig, DivinerParams } from '@xyo-network/diviner-model';
2
- import { Payload, Query } from '@xyo-network/payload-model';
3
- import { AnyConfigSchema } from '@xyo-network/module-model';
4
-
5
- declare const SchemaStatsDivinerSchema: "network.xyo.diviner.schema.stats";
6
- type SchemaStatsDivinerSchema = typeof SchemaStatsDivinerSchema;
7
-
8
- type SchemaStatsDivinerConfigSchema = `${SchemaStatsDivinerSchema}.config`;
9
- declare const SchemaStatsDivinerConfigSchema: SchemaStatsDivinerConfigSchema;
10
- type SchemaStatsDivinerConfig<T extends Payload = Payload> = DivinerConfig<T & {
11
- schema: SchemaStatsDivinerConfigSchema;
12
- }>;
13
-
14
- type SchemaStatsDivinerParams = DivinerParams<AnyConfigSchema<SchemaStatsDivinerConfig>>;
15
-
16
- type SchemaStatsPayload = Payload<{
17
- count: Record<string, number>;
18
- name?: string;
19
- schema: SchemaStatsDivinerSchema;
20
- }>;
21
- declare const isSchemaStatsPayload: (x?: Payload | null) => x is SchemaStatsPayload;
22
-
23
- type SchemaStatsQuerySchema = `${SchemaStatsDivinerSchema}.query`;
24
- declare const SchemaStatsQuerySchema: SchemaStatsQuerySchema;
25
- type SchemaStatsQueryPayload = Query<{
26
- schema: SchemaStatsQuerySchema;
27
- }>;
28
- declare const isSchemaStatsQueryPayload: (x?: Payload | null) => x is SchemaStatsQueryPayload;
29
-
30
- export { type SchemaStatsDivinerConfig, SchemaStatsDivinerConfigSchema, type SchemaStatsDivinerParams, SchemaStatsDivinerSchema, type SchemaStatsPayload, type SchemaStatsQueryPayload, SchemaStatsQuerySchema, isSchemaStatsPayload, isSchemaStatsQueryPayload };
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
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-schema-stats-model",
3
- "version": "3.9.17",
3
+ "version": "3.9.19",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,14 +29,14 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/diviner-model": "^3.9.17",
33
- "@xyo-network/module-model": "^3.9.17",
34
- "@xyo-network/payload-model": "^3.9.17"
32
+ "@xyo-network/diviner-model": "^3.9.19",
33
+ "@xyo-network/module-model": "^3.9.19",
34
+ "@xyo-network/payload-model": "^3.9.19"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^5.0.24",
38
- "@xylabs/tsconfig": "^5.0.24",
39
- "typescript": "^5.7.3"
37
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
38
+ "@xylabs/tsconfig": "^5.0.39",
39
+ "typescript": "^5.8.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"