@xyo-network/diviner-schema-list-model 2.92.2 → 2.92.4
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/Payload.d.cts +1 -1
- package/dist/browser/Payload.d.mts +1 -1
- package/dist/browser/Payload.d.ts +1 -1
- 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/Payload.d.cts +1 -1
- package/dist/node/Payload.d.mts +1 -1
- package/dist/node/Payload.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 +4 -4
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
package/dist/browser/Query.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/dist/browser/Query.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/dist/browser/Query.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/dist/node/Payload.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
package/dist/node/Payload.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
package/dist/node/Payload.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export type SchemaListPayload = Payload<{
|
|
|
4
4
|
schema: SchemaListDivinerSchema;
|
|
5
5
|
schemas: string[];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
7
|
+
export declare const isSchemaListPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: SchemaListDivinerSchema;
|
|
9
9
|
schemas: string[];
|
|
10
10
|
};
|
package/dist/node/Query.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/dist/node/Query.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/dist/node/Query.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const SchemaListQuerySchema: SchemaListQuerySchema;
|
|
|
5
5
|
export type SchemaListQueryPayload = Query<{
|
|
6
6
|
schema: SchemaListQuerySchema;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
export declare const isSchemaListQueryPayload: (x?: Payload | null) => x is import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
9
9
|
schema: SchemaListQuerySchema;
|
|
10
10
|
} & import("@xyo-network/payload-model").QueryFields, "schema"> & {
|
|
11
11
|
schema: "network.xyo.diviner.schema.list.query";
|
package/package.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner-model": "~2.92.
|
|
14
|
-
"@xyo-network/module-model": "~2.92.
|
|
15
|
-
"@xyo-network/payload-model": "~2.92.
|
|
13
|
+
"@xyo-network/diviner-model": "~2.92.4",
|
|
14
|
+
"@xyo-network/module-model": "~2.92.4",
|
|
15
|
+
"@xyo-network/payload-model": "~2.92.4"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.92.
|
|
61
|
+
"version": "2.92.4",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|