@xyo-network/diviner-wrapper 2.88.2 → 2.89.0-rc.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.
- package/dist/browser/DivinerWrapper.d.cts +6 -2
- package/dist/browser/DivinerWrapper.d.cts.map +1 -1
- package/dist/browser/DivinerWrapper.d.mts +6 -2
- package/dist/browser/DivinerWrapper.d.mts.map +1 -1
- package/dist/browser/DivinerWrapper.d.ts +6 -2
- package/dist/browser/DivinerWrapper.d.ts.map +1 -1
- package/dist/node/DivinerWrapper.d.cts +6 -2
- package/dist/node/DivinerWrapper.d.cts.map +1 -1
- package/dist/node/DivinerWrapper.d.mts +6 -2
- package/dist/node/DivinerWrapper.d.mts.map +1 -1
- package/dist/node/DivinerWrapper.d.ts +6 -2
- package/dist/node/DivinerWrapper.d.ts.map +1 -1
- package/package.json +9 -8
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
|
@@ -2,7 +2,7 @@ import { DivinerInstance, DivinerModule } from '@xyo-network/diviner-model';
|
|
|
2
2
|
import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
3
3
|
import { Payload } from '@xyo-network/payload-model';
|
|
4
4
|
export declare class DivinerWrapper<TWrappedModule extends DivinerModule = DivinerModule> extends ModuleWrapper<TWrappedModule> implements DivinerInstance<TWrappedModule['params']> {
|
|
5
|
-
static instanceIdentityCheck: import("@
|
|
5
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
7
7
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
8
8
|
readonly archivist?: string | undefined;
|
|
@@ -11,6 +11,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
14
15
|
schema: "network.xyo.diviner.config";
|
|
15
16
|
readonly security?: {
|
|
16
17
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -27,6 +28,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
27
28
|
readonly paging?: Record<string, {
|
|
28
29
|
size?: number | undefined;
|
|
29
30
|
}> | undefined;
|
|
31
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
32
|
schema: "network.xyo.diviner.config";
|
|
31
33
|
readonly security?: {
|
|
32
34
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -47,7 +49,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
47
49
|
} & object, {
|
|
48
50
|
schema: string;
|
|
49
51
|
} & object>>;
|
|
50
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@
|
|
52
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
54
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
53
55
|
readonly archivist?: string | undefined;
|
|
@@ -56,6 +58,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
56
58
|
readonly paging?: Record<string, {
|
|
57
59
|
size?: number | undefined;
|
|
58
60
|
}> | undefined;
|
|
61
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
62
|
schema: "network.xyo.diviner.config";
|
|
60
63
|
readonly security?: {
|
|
61
64
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -72,6 +75,7 @@ export declare class DivinerWrapper<TWrappedModule extends DivinerModule = Divin
|
|
|
72
75
|
readonly paging?: Record<string, {
|
|
73
76
|
size?: number | undefined;
|
|
74
77
|
}> | undefined;
|
|
78
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
75
79
|
schema: "network.xyo.diviner.config";
|
|
76
80
|
readonly security?: {
|
|
77
81
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"DivinerWrapper.d.ts","sourceRoot":"","sources":["../../src/DivinerWrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,eAAe,EACf,aAAa,EAGd,MAAM,4BAA4B,CAAA;AACnC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAGpD,qBAAa,cAAc,CAAC,cAAc,SAAS,aAAa,GAAG,aAAa,CAC9E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,eAAe,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEpD,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAoB;IACzD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAkB;IACrD,OAAgB,eAAe,WAAuD;IAEhF,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAIvD"}
|
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.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
13
|
+
"@xyo-network/diviner-model": "~2.89.0-rc.1",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.89.0-rc.1",
|
|
15
|
+
"@xyo-network/payload-model": "~2.89.0-rc.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@xylabs/ts-scripts-yarn3": "^3.2.42",
|
|
19
19
|
"@xylabs/tsconfig": "^3.2.42",
|
|
20
20
|
"@xylabs/tsconfig-jest": "^3.2.42",
|
|
21
|
-
"@xyo-network/account": "~2.
|
|
22
|
-
"@xyo-network/diviner-identity": "~2.
|
|
23
|
-
"@xyo-network/payload-builder": "~2.
|
|
21
|
+
"@xyo-network/account": "~2.89.0-rc.1",
|
|
22
|
+
"@xyo-network/diviner-identity": "~2.89.0-rc.1",
|
|
23
|
+
"@xyo-network/payload-builder": "~2.89.0-rc.1",
|
|
24
24
|
"typescript": "^5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
|
-
"version": "2.
|
|
66
|
-
"type": "module"
|
|
65
|
+
"version": "2.89.0-rc.1",
|
|
66
|
+
"type": "module",
|
|
67
|
+
"stableVersion": "2.88.3"
|
|
67
68
|
}
|