@xyo-network/react-schema 2.66.4 → 2.67.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.
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
@@ -5,8 +5,8 @@ declare const useGetSchemaPayload: (schema?: string) => {
5
5
  notFound: boolean;
6
6
  schemaHuri: import("@xyo-network/huri").Huri<{
7
7
  schema: string;
8
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | undefined;
9
+ schemaPayload: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -15,7 +15,7 @@ declare const useGetSchemaPayload: (schema?: string) => {
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
17
  }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
18
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
19
  message?: string | undefined;
20
20
  name?: string | undefined;
21
21
  query?: string | undefined;
package/package.json CHANGED
@@ -11,36 +11,36 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/lodash": "^2.13.20",
14
- "@xylabs/react-async-effect": "^3.0.33",
15
- "@xylabs/react-link": "^3.0.33",
16
- "@xylabs/react-select": "^3.0.33",
17
- "@xylabs/react-shared": "^3.0.33",
18
- "@xyo-network/diviner-schema-list-model": "^2.82.0",
19
- "@xyo-network/diviner-schema-stats-model": "^2.82.0",
14
+ "@xylabs/react-async-effect": "^3.0.34",
15
+ "@xylabs/react-link": "^3.0.34",
16
+ "@xylabs/react-select": "^3.0.34",
17
+ "@xylabs/react-shared": "^3.0.34",
18
+ "@xyo-network/diviner-schema-list-model": "^2.83.3",
19
+ "@xyo-network/diviner-schema-stats-model": "^2.83.3",
20
20
  "@xyo-network/node-core-types": "^2.82.0",
21
- "@xyo-network/payload-builder": "^2.82.0",
22
- "@xyo-network/payload-model": "^2.82.0",
23
- "@xyo-network/react-diviner": "~2.66.4",
24
- "@xyo-network/react-event": "~2.66.4",
25
- "@xyo-network/react-property": "~2.66.4",
26
- "@xyo-network/react-shared": "~2.66.4",
27
- "@xyo-network/schema-cache": "^2.82.0",
28
- "@xyo-network/schema-payload-plugin": "^2.82.1",
21
+ "@xyo-network/payload-builder": "^2.83.3",
22
+ "@xyo-network/payload-model": "^2.83.3",
23
+ "@xyo-network/react-diviner": "~2.67.0",
24
+ "@xyo-network/react-event": "~2.67.0",
25
+ "@xyo-network/react-property": "~2.67.0",
26
+ "@xyo-network/react-shared": "~2.67.0",
27
+ "@xyo-network/schema-cache": "^2.83.3",
28
+ "@xyo-network/schema-payload-plugin": "^2.83.0",
29
29
  "react-router-dom": "^6.20.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/react": "^7.6.3",
33
- "@xylabs/react-flexbox": "^3.0.33",
32
+ "@storybook/react": "^7.6.4",
33
+ "@xylabs/react-flexbox": "^3.0.34",
34
34
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
35
35
  "@xylabs/tsconfig-react": "^3.2.10",
36
- "@xyo-network/http-bridge": "^2.82.0",
37
- "@xyo-network/node-memory": "^2.82.0",
38
- "@xyo-network/node-model": "^2.82.0",
39
- "@xyo-network/react-node": "~2.66.4",
40
- "@xyo-network/react-storybook": "~2.66.4",
41
- "@xyo-network/react-wallet": "~2.66.4",
36
+ "@xyo-network/http-bridge": "^2.83.3",
37
+ "@xyo-network/node-memory": "^2.83.3",
38
+ "@xyo-network/node-model": "^2.83.3",
39
+ "@xyo-network/react-node": "~2.67.0",
40
+ "@xyo-network/react-storybook": "~2.67.0",
41
+ "@xyo-network/react-wallet": "~2.67.0",
42
42
  "react-json-view": "^1.21.3",
43
- "typescript": "^5.3.2"
43
+ "typescript": "^5.3.3"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@mui/icons-material": "^5",
@@ -100,6 +100,6 @@
100
100
  },
101
101
  "sideEffects": false,
102
102
  "types": "dist/browser/index.d.ts",
103
- "version": "2.66.4",
103
+ "version": "2.67.0",
104
104
  "type": "module"
105
105
  }