@xyo-network/diviner-model 2.110.13 → 2.110.15
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/attachable/asAttachableInstance.d.cts +5 -5
- package/dist/browser/attachable/asAttachableInstance.d.mts +5 -5
- package/dist/browser/attachable/asAttachableInstance.d.ts +5 -5
- package/dist/browser/typeChecks.d.cts +10 -10
- package/dist/browser/typeChecks.d.mts +10 -10
- package/dist/browser/typeChecks.d.ts +10 -10
- package/dist/neutral/attachable/asAttachableInstance.d.cts +5 -5
- package/dist/neutral/attachable/asAttachableInstance.d.mts +5 -5
- package/dist/neutral/attachable/asAttachableInstance.d.ts +5 -5
- package/dist/neutral/typeChecks.d.cts +10 -10
- package/dist/neutral/typeChecks.d.mts +10 -10
- package/dist/neutral/typeChecks.d.ts +10 -10
- package/dist/node/attachable/asAttachableInstance.d.cts +5 -5
- package/dist/node/attachable/asAttachableInstance.d.mts +5 -5
- package/dist/node/attachable/asAttachableInstance.d.ts +5 -5
- package/dist/node/typeChecks.d.cts +10 -10
- package/dist/node/typeChecks.d.mts +10 -10
- package/dist/node/typeChecks.d.ts +10 -10
- package/package.json +10 -10
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const asAttachableDivinerInstance: {
|
|
2
|
-
<TType extends import("./AttachableInstance.
|
|
2
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
|
|
|
17
17
|
schema: string;
|
|
18
18
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
19
19
|
schema: string;
|
|
20
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
21
|
-
<TType extends import("./AttachableInstance.
|
|
20
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
21
|
+
<TType extends import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
23
|
addToResolvers?: boolean;
|
|
24
24
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -36,7 +36,7 @@ export declare const asAttachableDivinerInstance: {
|
|
|
36
36
|
schema: string;
|
|
37
37
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
38
38
|
schema: string;
|
|
39
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
39
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
40
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
41
41
|
addToResolvers?: boolean;
|
|
42
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
|
|
|
54
54
|
schema: string;
|
|
55
55
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
56
56
|
schema: string;
|
|
57
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.
|
|
57
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("../EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
58
|
};
|
|
59
59
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
|
|
|
18
18
|
schema: string;
|
|
19
19
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
20
20
|
schema: string;
|
|
21
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
21
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>;
|
|
22
22
|
export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
23
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
24
24
|
addToResolvers?: boolean;
|
|
@@ -33,7 +33,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
|
|
|
33
33
|
};
|
|
34
34
|
ephemeralQueryAccountEnabled?: boolean;
|
|
35
35
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
36
|
-
}, import("./EventData.
|
|
36
|
+
}, import("./EventData.ts").DivinerModuleEventData>>;
|
|
37
37
|
export declare const asDivinerModule: {
|
|
38
38
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
39
39
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -49,7 +49,7 @@ export declare const asDivinerModule: {
|
|
|
49
49
|
};
|
|
50
50
|
ephemeralQueryAccountEnabled?: boolean;
|
|
51
51
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
|
-
}, import("./EventData.
|
|
52
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
53
53
|
<TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
54
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
55
55
|
addToResolvers?: boolean;
|
|
@@ -64,7 +64,7 @@ export declare const asDivinerModule: {
|
|
|
64
64
|
};
|
|
65
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
66
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
67
|
-
}, import("./EventData.
|
|
67
|
+
}, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
68
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
69
69
|
addToResolvers?: boolean;
|
|
70
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
|
|
|
78
78
|
};
|
|
79
79
|
ephemeralQueryAccountEnabled?: boolean;
|
|
80
80
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
81
|
-
}, import("./EventData.
|
|
81
|
+
}, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
82
82
|
};
|
|
83
83
|
export declare const asDivinerInstance: {
|
|
84
84
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -99,7 +99,7 @@ export declare const asDivinerInstance: {
|
|
|
99
99
|
schema: string;
|
|
100
100
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
101
101
|
schema: string;
|
|
102
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
102
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
103
103
|
<TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
104
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
105
105
|
addToResolvers?: boolean;
|
|
@@ -118,7 +118,7 @@ export declare const asDivinerInstance: {
|
|
|
118
118
|
schema: string;
|
|
119
119
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
120
120
|
schema: string;
|
|
121
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
121
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
122
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
123
123
|
addToResolvers?: boolean;
|
|
124
124
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -136,7 +136,7 @@ export declare const asDivinerInstance: {
|
|
|
136
136
|
schema: string;
|
|
137
137
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
138
138
|
schema: string;
|
|
139
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
139
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
141
|
export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
142
142
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -152,7 +152,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
|
|
|
152
152
|
};
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
|
-
}, import("./EventData.
|
|
155
|
+
}, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
156
|
export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
157
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
158
158
|
addToResolvers?: boolean;
|
|
@@ -171,5 +171,5 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
|
|
|
171
171
|
schema: string;
|
|
172
172
|
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
173
173
|
schema: string;
|
|
174
|
-
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.
|
|
174
|
+
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData.ts").DivinerModuleEventData>) => R) => R | undefined;
|
|
175
175
|
//# sourceMappingURL=typeChecks.d.ts.map
|
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
|
-
"@xylabs/hex": "^3.6.
|
|
14
|
-
"@xylabs/object": "^3.6.
|
|
15
|
-
"@xylabs/retry": "^3.6.
|
|
16
|
-
"@xyo-network/account-model": "^2.110.
|
|
17
|
-
"@xyo-network/module-events": "^2.110.
|
|
18
|
-
"@xyo-network/module-model": "^2.110.
|
|
19
|
-
"@xyo-network/payload-model": "^2.110.
|
|
13
|
+
"@xylabs/hex": "^3.6.6",
|
|
14
|
+
"@xylabs/object": "^3.6.6",
|
|
15
|
+
"@xylabs/retry": "^3.6.6",
|
|
16
|
+
"@xyo-network/account-model": "^2.110.15",
|
|
17
|
+
"@xyo-network/module-events": "^2.110.15",
|
|
18
|
+
"@xyo-network/module-model": "^2.110.15",
|
|
19
|
+
"@xyo-network/payload-model": "^2.110.15"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
23
|
-
"@xylabs/tsconfig": "^3.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^3.14.1",
|
|
23
|
+
"@xylabs/tsconfig": "^3.14.1",
|
|
24
24
|
"typescript": "^5.5.4"
|
|
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.110.
|
|
65
|
+
"version": "2.110.15",
|
|
66
66
|
"type": "module"
|
|
67
67
|
}
|