@xyo-network/diviner-address-history-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.
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,5 +1,5 @@
1
1
  import { DivinerParams } from '@xyo-network/diviner-model';
2
2
  import { AnyConfigSchema } from '@xyo-network/module-model';
3
- import { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
5
5
  //# sourceMappingURL=Params.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Diviner.js'\nexport * from './Params.js'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Diviner.ts'\nexport * from './Params.ts'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,5 +1,5 @@
1
1
  import { DivinerParams } from '@xyo-network/diviner-model';
2
2
  import { AnyConfigSchema } from '@xyo-network/module-model';
3
- import { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
5
5
  //# sourceMappingURL=Params.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Diviner.js'\nexport * from './Params.js'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Diviner.ts'\nexport * from './Params.ts'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,MAAmDA,GAAGC,WAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,MAAwDA,GAAGC,WAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,6 +1,6 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model';
3
- import { AddressHistorySchema } from './Diviner.js';
3
+ import { AddressHistorySchema } from './Diviner.ts';
4
4
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
5
5
  export declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
6
6
  export type AddressHistoryDivinerConfig = DivinerConfig<{
@@ -1,5 +1,5 @@
1
1
  import { DivinerParams } from '@xyo-network/diviner-model';
2
2
  import { AnyConfigSchema } from '@xyo-network/module-model';
3
- import { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
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 { AddressHistoryDivinerConfig } from './Config.js';
3
+ import { AddressHistoryDivinerConfig } from './Config.ts';
4
4
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>;
5
5
  //# sourceMappingURL=Params.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.js'\nexport * from './Diviner.js'\nexport * from './Params.js'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["export * from './Config.ts'\nexport * from './Diviner.ts'\nexport * from './Params.ts'\n","import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;ACGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './Config.js';
2
- export * from './Diviner.js';
3
- export * from './Params.js';
1
+ export * from './Config.ts';
2
+ export * from './Diviner.ts';
3
+ export * from './Params.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.js'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
1
+ {"version":3,"sources":["../../src/Diviner.ts","../../src/Config.ts"],"sourcesContent":["import { Payload, PayloadFindFilter, Query } from '@xyo-network/payload-model'\n\nexport type AddressHistorySchema = 'network.xyo.diviner.address.history'\nexport const AddressHistorySchema: AddressHistorySchema = 'network.xyo.diviner.address.history'\n\nexport type AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\nexport const AddressHistoryQuerySchema: AddressHistoryQuerySchema = 'network.xyo.diviner.address.history.query'\n\nexport type AddressHistoryPayload = Payload<{ schema: AddressHistorySchema }>\nexport const isAddressHistoryPayload = (x?: Payload | null): x is AddressHistoryPayload => x?.schema === AddressHistorySchema\n\nexport type AddressHistoryQueryPayload = Query<{ schema: AddressHistoryQuerySchema } & PayloadFindFilter>\nexport const isAddressHistoryQueryPayload = (x?: Payload | null): x is AddressHistoryQueryPayload => x?.schema === AddressHistoryQuerySchema\n","import { Address } from '@xylabs/hex'\nimport { DivinerConfig } from '@xyo-network/diviner-model'\n\nimport { AddressHistorySchema } from './Diviner.ts'\n\nexport type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\nexport const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`\n\nexport type AddressHistoryDivinerConfig = DivinerConfig<{\n address?: Address\n schema: AddressHistoryDivinerConfigSchema\n}>\n"],"mappings":";;;;AAGO,IAAMA,uBAA6C;AAGnD,IAAMC,4BAAuD;AAG7D,IAAMC,0BAA0B,wBAACC,OAAmDA,uBAAGC,YAAWJ,sBAAlE;AAGhC,IAAMK,+BAA+B,wBAACF,OAAwDA,uBAAGC,YAAWH,2BAAvE;;;ACNrC,IAAMK,oCAAuE,GAAGC,oBAAAA;","names":["AddressHistorySchema","AddressHistoryQuerySchema","isAddressHistoryPayload","x","schema","isAddressHistoryQueryPayload","AddressHistoryDivinerConfigSchema","AddressHistorySchema"]}
package/package.json CHANGED
@@ -11,9 +11,9 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/hex": "^3.6.6",
14
- "@xyo-network/diviner-model": "^2.110.16",
15
- "@xyo-network/module-model": "^2.110.16",
16
- "@xyo-network/payload-model": "^2.110.16"
14
+ "@xyo-network/diviner-model": "^2.110.18",
15
+ "@xyo-network/module-model": "^2.110.18",
16
+ "@xyo-network/payload-model": "^2.110.18"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@xylabs/ts-scripts-yarn3": "^3.14.1",
@@ -59,6 +59,6 @@
59
59
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
60
60
  },
61
61
  "sideEffects": false,
62
- "version": "2.110.16",
62
+ "version": "2.110.18",
63
63
  "type": "module"
64
64
  }
package/src/Config.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Address } from '@xylabs/hex'
2
2
  import { DivinerConfig } from '@xyo-network/diviner-model'
3
3
 
4
- import { AddressHistorySchema } from './Diviner.js'
4
+ import { AddressHistorySchema } from './Diviner.ts'
5
5
 
6
6
  export type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`
7
7
  export const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.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 { AddressHistoryDivinerConfig } from './Config.js'
4
+ import { AddressHistoryDivinerConfig } from './Config.ts'
5
5
 
6
6
  export type AddressHistoryDivinerParams = DivinerParams<AnyConfigSchema<AddressHistoryDivinerConfig>>
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './Config.js'
2
- export * from './Diviner.js'
3
- export * from './Params.js'
1
+ export * from './Config.ts'
2
+ export * from './Diviner.ts'
3
+ export * from './Params.ts'