@xyo-network/diviner-address-history-model 3.9.2 → 3.9.4

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,5 @@
1
1
  import { Address } from '@xylabs/hex';
2
2
  import { DivinerConfig, DivinerParams } from '@xyo-network/diviner-model';
3
- import * as _xylabs_object from '@xylabs/object';
4
3
  import { Payload, Query, PayloadFindFilter } from '@xyo-network/payload-model';
5
4
  import { AnyConfigSchema } from '@xyo-network/module-model';
6
5
 
@@ -15,15 +14,7 @@ declare const isAddressHistoryPayload: (x?: Payload | null) => x is AddressHisto
15
14
  type AddressHistoryQueryPayload = Query<{
16
15
  schema: AddressHistoryQuerySchema;
17
16
  } & Omit<PayloadFindFilter, 'schema'>>;
18
- declare const isAddressHistoryQueryPayload: (x?: unknown | null) => x is _xylabs_object.DeepRestrictToStringKeys<{
19
- schema: "network.xyo.diviner.address.history.query";
20
- limit?: number | undefined;
21
- order?: "desc" | "asc" | undefined;
22
- address?: Lowercase<string> | Lowercase<string>[] | undefined;
23
- budget?: number | undefined;
24
- maxFrequency?: "once" | "second" | "minute" | "hour" | "day" | "week" | "month" | "year" | undefined;
25
- minBid?: number | undefined;
26
- }>;
17
+ declare const isAddressHistoryQueryPayload: (x?: unknown | null) => x is AddressHistoryQueryPayload;
27
18
 
28
19
  type AddressHistoryDivinerConfigSchema = `${AddressHistorySchema}.config`;
29
20
  declare const AddressHistoryDivinerConfigSchema: AddressHistoryDivinerConfigSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-address-history-model",
3
- "version": "3.9.2",
3
+ "version": "3.9.4",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,9 +30,9 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
32
  "@xylabs/hex": "^4.5.1",
33
- "@xyo-network/diviner-model": "^3.9.2",
34
- "@xyo-network/module-model": "^3.9.2",
35
- "@xyo-network/payload-model": "^3.9.2"
33
+ "@xyo-network/diviner-model": "^3.9.4",
34
+ "@xyo-network/module-model": "^3.9.4",
35
+ "@xyo-network/payload-model": "^3.9.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@xylabs/ts-scripts-yarn3": "^5.0.24",