@xyo-network/diviner-model 2.107.6 → 2.108.0
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/typeChecks.d.cts +2 -2
- package/dist/browser/typeChecks.d.mts +2 -2
- package/dist/browser/typeChecks.d.ts +2 -2
- package/dist/neutral/typeChecks.d.cts +2 -2
- package/dist/neutral/typeChecks.d.mts +2 -2
- package/dist/neutral/typeChecks.d.ts +2 -2
- package/dist/node/typeChecks.d.cts +2 -2
- package/dist/node/typeChecks.d.mts +2 -2
- package/dist/node/typeChecks.d.ts +2 -2
- package/package.json +6 -6
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -138,7 +138,7 @@ export declare const asDivinerInstance: {
|
|
|
138
138
|
schema: string;
|
|
139
139
|
} & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
140
140
|
};
|
|
141
|
-
export declare const withDivinerModule: <R>(
|
|
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";
|
|
143
143
|
addToResolvers?: boolean;
|
|
144
144
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
|
|
|
153
153
|
ephemeralQueryAccountEnabled?: boolean;
|
|
154
154
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
155
155
|
}, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
|
|
156
|
-
export declare const withDivinerInstance: <R>(
|
|
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;
|
|
159
159
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
package/package.json
CHANGED
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"@xylabs/hex": "^3.5.2",
|
|
14
14
|
"@xylabs/object": "^3.5.2",
|
|
15
15
|
"@xylabs/retry": "^3.5.2",
|
|
16
|
-
"@xyo-network/account-model": "^2.
|
|
17
|
-
"@xyo-network/module-events": "^2.
|
|
18
|
-
"@xyo-network/module-model": "^2.
|
|
19
|
-
"@xyo-network/payload-model": "^2.
|
|
16
|
+
"@xyo-network/account-model": "^2.108.0",
|
|
17
|
+
"@xyo-network/module-events": "^2.108.0",
|
|
18
|
+
"@xyo-network/module-model": "^2.108.0",
|
|
19
|
+
"@xyo-network/payload-model": "^2.108.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
|
23
23
|
"@xylabs/tsconfig": "^3.11.12",
|
|
24
|
-
"typescript": "^5.5.
|
|
24
|
+
"typescript": "^5.5.3"
|
|
25
25
|
},
|
|
26
26
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
27
27
|
"types": "dist/node/index.d.ts",
|
|
@@ -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.
|
|
65
|
+
"version": "2.108.0",
|
|
66
66
|
"type": "module"
|
|
67
67
|
}
|