@xyo-network/diviner-wrapper 2.90.23 → 2.91.1

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.
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
@@ -15,8 +15,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
15
15
  schema: "network.xyo.diviner.config";
16
16
  readonly security?: {
17
17
  readonly allowAnonymous?: boolean | undefined;
18
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
- readonly disallowed?: Record<string, string[]> | undefined;
18
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
19
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
20
20
  } | undefined;
21
21
  readonly sign?: boolean | undefined;
22
22
  readonly storeQueries?: boolean | undefined;
@@ -32,8 +32,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
32
32
  schema: "network.xyo.diviner.config";
33
33
  readonly security?: {
34
34
  readonly allowAnonymous?: boolean | undefined;
35
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
- readonly disallowed?: Record<string, string[]> | undefined;
35
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
37
37
  } | undefined;
38
38
  readonly sign?: boolean | undefined;
39
39
  readonly storeQueries?: boolean | undefined;
@@ -62,8 +62,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
62
62
  schema: "network.xyo.diviner.config";
63
63
  readonly security?: {
64
64
  readonly allowAnonymous?: boolean | undefined;
65
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
- readonly disallowed?: Record<string, string[]> | undefined;
65
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
66
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
67
67
  } | undefined;
68
68
  readonly sign?: boolean | undefined;
69
69
  readonly storeQueries?: boolean | undefined;
@@ -79,8 +79,8 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule<Diviner
79
79
  schema: "network.xyo.diviner.config";
80
80
  readonly security?: {
81
81
  readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
82
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
84
84
  } | undefined;
85
85
  readonly sign?: boolean | undefined;
86
86
  readonly storeQueries?: boolean | undefined;
package/package.json CHANGED
@@ -10,17 +10,17 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/diviner-model": "~2.90.23",
14
- "@xyo-network/module-wrapper": "~2.90.23",
15
- "@xyo-network/payload-model": "~2.90.23"
13
+ "@xyo-network/diviner-model": "~2.91.1",
14
+ "@xyo-network/module-wrapper": "~2.91.1",
15
+ "@xyo-network/payload-model": "~2.91.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.2.42",
19
- "@xylabs/tsconfig": "^3.2.42",
20
- "@xylabs/tsconfig-jest": "^3.2.42",
21
- "@xyo-network/account": "~2.90.23",
22
- "@xyo-network/diviner-identity": "~2.90.23",
23
- "@xyo-network/payload-builder": "~2.90.23",
18
+ "@xylabs/ts-scripts-yarn3": "^3.4.1",
19
+ "@xylabs/tsconfig": "^3.4.1",
20
+ "@xylabs/tsconfig-jest": "^3.4.1",
21
+ "@xyo-network/account": "~2.91.1",
22
+ "@xyo-network/diviner-identity": "~2.91.1",
23
+ "@xyo-network/payload-builder": "~2.91.1",
24
24
  "typescript": "^5.3.3"
25
25
  },
26
26
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -62,6 +62,6 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.90.23",
65
+ "version": "2.91.1",
66
66
  "type": "module"
67
67
  }