@xyo-network/react-schema 2.64.10 → 2.65.1
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/hooks/useGetSchema.d.cts +3 -3
- package/dist/browser/hooks/useGetSchema.d.mts +3 -3
- package/dist/browser/hooks/useGetSchema.d.ts +3 -3
- package/dist/node/hooks/useGetSchema.d.cts +3 -3
- package/dist/node/hooks/useGetSchema.d.mts +3 -3
- package/dist/node/hooks/useGetSchema.d.ts +3 -3
- package/package.json +27 -28
- package/dist/docs.json +0 -2071
|
@@ -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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
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
|
-
}
|
|
9
|
-
schemaPayload: (import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
}> | undefined;
|
|
9
|
+
schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
|
|
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 & {
|
|
19
19
|
message?: string | undefined;
|
|
20
20
|
name?: string | undefined;
|
|
21
21
|
query?: string | undefined;
|
package/package.json
CHANGED
|
@@ -10,35 +10,35 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/lodash": "^2.12.
|
|
14
|
-
"@xylabs/react-async-effect": "^3.0.
|
|
15
|
-
"@xylabs/react-link": "^3.0.
|
|
16
|
-
"@xylabs/react-select": "^3.0.
|
|
17
|
-
"@xylabs/react-shared": "^3.0.
|
|
18
|
-
"@xyo-network/diviner-schema-list-model": "^2.
|
|
19
|
-
"@xyo-network/diviner-schema-stats-model": "^2.
|
|
20
|
-
"@xyo-network/node-core-types": "^2.
|
|
21
|
-
"@xyo-network/payload-builder": "^2.
|
|
22
|
-
"@xyo-network/payload-model": "^2.
|
|
23
|
-
"@xyo-network/react-diviner": "~2.
|
|
24
|
-
"@xyo-network/react-event": "~2.
|
|
25
|
-
"@xyo-network/react-property": "~2.
|
|
26
|
-
"@xyo-network/react-shared": "~2.
|
|
27
|
-
"@xyo-network/schema-cache": "^2.
|
|
28
|
-
"@xyo-network/schema-payload-plugin": "^2.
|
|
13
|
+
"@xylabs/lodash": "^2.12.28",
|
|
14
|
+
"@xylabs/react-async-effect": "^3.0.21",
|
|
15
|
+
"@xylabs/react-link": "^3.0.21",
|
|
16
|
+
"@xylabs/react-select": "^3.0.21",
|
|
17
|
+
"@xylabs/react-shared": "^3.0.21",
|
|
18
|
+
"@xyo-network/diviner-schema-list-model": "^2.77.0",
|
|
19
|
+
"@xyo-network/diviner-schema-stats-model": "^2.77.0",
|
|
20
|
+
"@xyo-network/node-core-types": "^2.77.0",
|
|
21
|
+
"@xyo-network/payload-builder": "^2.77.0",
|
|
22
|
+
"@xyo-network/payload-model": "^2.77.0",
|
|
23
|
+
"@xyo-network/react-diviner": "~2.65.1",
|
|
24
|
+
"@xyo-network/react-event": "~2.65.1",
|
|
25
|
+
"@xyo-network/react-property": "~2.65.1",
|
|
26
|
+
"@xyo-network/react-shared": "~2.65.1",
|
|
27
|
+
"@xyo-network/schema-cache": "^2.77.0",
|
|
28
|
+
"@xyo-network/schema-payload-plugin": "^2.77.0",
|
|
29
29
|
"react-router-dom": "^6.16.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@storybook/react": "^7.4.6",
|
|
33
|
-
"@xylabs/react-flexbox": "^3.0.
|
|
34
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
35
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
36
|
-
"@xyo-network/http-bridge": "^2.
|
|
37
|
-
"@xyo-network/node-memory": "^2.
|
|
38
|
-
"@xyo-network/node-model": "^2.
|
|
39
|
-
"@xyo-network/react-node": "~2.
|
|
40
|
-
"@xyo-network/react-storybook": "~2.
|
|
41
|
-
"@xyo-network/react-wallet": "~2.
|
|
33
|
+
"@xylabs/react-flexbox": "^3.0.21",
|
|
34
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.12",
|
|
35
|
+
"@xylabs/tsconfig-react": "^3.1.12",
|
|
36
|
+
"@xyo-network/http-bridge": "^2.77.0",
|
|
37
|
+
"@xyo-network/node-memory": "^2.77.0",
|
|
38
|
+
"@xyo-network/node-model": "^2.77.0",
|
|
39
|
+
"@xyo-network/react-node": "~2.65.1",
|
|
40
|
+
"@xyo-network/react-storybook": "~2.65.1",
|
|
41
|
+
"@xyo-network/react-wallet": "~2.65.1",
|
|
42
42
|
"react-json-view": "^1.21.3",
|
|
43
43
|
"typescript": "^5.2.2"
|
|
44
44
|
},
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"@mui/icons-material": "^5",
|
|
47
47
|
"@mui/material": "^5",
|
|
48
48
|
"@mui/styles": "^5",
|
|
49
|
-
"axios": "^1",
|
|
50
49
|
"react": "^18",
|
|
51
50
|
"react-dom": "^18"
|
|
52
51
|
},
|
|
@@ -87,7 +86,7 @@
|
|
|
87
86
|
"typescript",
|
|
88
87
|
"react"
|
|
89
88
|
],
|
|
90
|
-
"license": "LGPL-3.0",
|
|
89
|
+
"license": "LGPL-3.0-only",
|
|
91
90
|
"publishConfig": {
|
|
92
91
|
"access": "public"
|
|
93
92
|
},
|
|
@@ -101,6 +100,6 @@
|
|
|
101
100
|
},
|
|
102
101
|
"sideEffects": false,
|
|
103
102
|
"types": "dist/browser/index.d.ts",
|
|
104
|
-
"version": "2.
|
|
103
|
+
"version": "2.65.1",
|
|
105
104
|
"type": "module"
|
|
106
105
|
}
|