@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.
@@ -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 & object & {
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 & object & {
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 & object & {
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
  };
@@ -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 & object & Omit<{
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";
@@ -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 & object & Omit<{
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";
@@ -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 & object & Omit<{
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";
@@ -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 & object & {
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 & object & {
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 & object & {
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
  };
@@ -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 & object & Omit<{
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";
@@ -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 & object & Omit<{
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";
@@ -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 & object & Omit<{
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.2",
14
- "@xyo-network/module-model": "~2.92.2",
15
- "@xyo-network/payload-model": "~2.92.2"
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.2",
61
+ "version": "2.92.4",
62
62
  "type": "module"
63
63
  }