@xyo-network/diviner-payload-model 2.75.17 → 2.76.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/Query.d.cts +1 -1
- package/dist/browser/Query.d.mts +1 -1
- package/dist/browser/Query.d.ts +1 -1
- package/dist/node/Query.d.cts +1 -1
- package/dist/node/Query.d.mts +1 -1
- package/dist/node/Query.d.ts +1 -1
- package/package.json +5 -5
- package/dist/docs.json +0 -1312
package/dist/browser/Query.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare const PayloadDivinerQuerySchema: PayloadDivinerQuerySchema;
|
|
|
6
6
|
export type PayloadDivinerQueryPayload = Query<{
|
|
7
7
|
schema: PayloadDivinerQuerySchema;
|
|
8
8
|
} & PayloadDivinerPredicate>;
|
|
9
|
-
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
export declare const isPayloadDivinerQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & {
|
|
10
10
|
schema: PayloadDivinerQuerySchema;
|
|
11
11
|
} & Partial<{
|
|
12
12
|
address: string | string[];
|
package/package.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/core": "~2.
|
|
14
|
-
"@xyo-network/diviner-model": "~2.
|
|
15
|
-
"@xyo-network/module-model": "~2.
|
|
16
|
-
"@xyo-network/payload-model": "~2.
|
|
13
|
+
"@xyo-network/core": "~2.76.0",
|
|
14
|
+
"@xyo-network/diviner-model": "~2.76.0",
|
|
15
|
+
"@xyo-network/module-model": "~2.76.0",
|
|
16
|
+
"@xyo-network/payload-model": "~2.76.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
64
64
|
},
|
|
65
65
|
"sideEffects": false,
|
|
66
|
-
"version": "2.
|
|
66
|
+
"version": "2.76.0"
|
|
67
67
|
}
|