@xyo-network/react-schema 2.70.7 → 2.71.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 -27
|
@@ -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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<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: Promise<import("@xyo-network/payload-model").WithMeta<import("@xyo-network/payload-model").SchemaFields &
|
|
8
|
+
} & import("@xyo-network/payload-model").PayloadFields> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").WithMeta<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?: Lowercase<string> | undefined;
|
package/package.json
CHANGED
|
@@ -10,38 +10,38 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/hex": "^3.0.
|
|
14
|
-
"@xylabs/lodash": "^3.0.
|
|
15
|
-
"@xylabs/react-async-effect": "^3.1.
|
|
16
|
-
"@xylabs/react-link": "^3.1.
|
|
17
|
-
"@xylabs/react-select": "^3.1.
|
|
18
|
-
"@xylabs/react-shared": "^3.1.
|
|
19
|
-
"@xyo-network/diviner-schema-list-model": "^2.
|
|
20
|
-
"@xyo-network/diviner-schema-stats-model": "^2.
|
|
21
|
-
"@xyo-network/node-core-types": "^2.86.
|
|
22
|
-
"@xyo-network/payload-builder": "^2.
|
|
23
|
-
"@xyo-network/payload-model": "^2.
|
|
24
|
-
"@xyo-network/react-diviner": "~2.
|
|
25
|
-
"@xyo-network/react-event": "~2.
|
|
26
|
-
"@xyo-network/react-property": "~2.
|
|
27
|
-
"@xyo-network/react-shared": "~2.
|
|
28
|
-
"@xyo-network/schema-cache": "^2.
|
|
29
|
-
"@xyo-network/schema-payload-plugin": "^2.
|
|
13
|
+
"@xylabs/hex": "^3.0.24",
|
|
14
|
+
"@xylabs/lodash": "^3.0.24",
|
|
15
|
+
"@xylabs/react-async-effect": "^3.1.6",
|
|
16
|
+
"@xylabs/react-link": "^3.1.6",
|
|
17
|
+
"@xylabs/react-select": "^3.1.6",
|
|
18
|
+
"@xylabs/react-shared": "^3.1.6",
|
|
19
|
+
"@xyo-network/diviner-schema-list-model": "^2.93.8",
|
|
20
|
+
"@xyo-network/diviner-schema-stats-model": "^2.93.8",
|
|
21
|
+
"@xyo-network/node-core-types": "^2.86.2",
|
|
22
|
+
"@xyo-network/payload-builder": "^2.93.8",
|
|
23
|
+
"@xyo-network/payload-model": "^2.93.8",
|
|
24
|
+
"@xyo-network/react-diviner": "~2.71.1",
|
|
25
|
+
"@xyo-network/react-event": "~2.71.1",
|
|
26
|
+
"@xyo-network/react-property": "~2.71.1",
|
|
27
|
+
"@xyo-network/react-shared": "~2.71.1",
|
|
28
|
+
"@xyo-network/schema-cache": "^2.93.8",
|
|
29
|
+
"@xyo-network/schema-payload-plugin": "^2.93.8",
|
|
30
30
|
"react-router-dom": "^6.22.3"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@storybook/react": "^7.6.17",
|
|
34
|
-
"@xylabs/react-flexbox": "^3.1.
|
|
34
|
+
"@xylabs/react-flexbox": "^3.1.6",
|
|
35
35
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
36
36
|
"@xylabs/tsconfig-react": "^3.5.2",
|
|
37
|
-
"@xyo-network/http-bridge": "^2.
|
|
38
|
-
"@xyo-network/node-memory": "^2.
|
|
39
|
-
"@xyo-network/node-model": "^2.
|
|
40
|
-
"@xyo-network/react-node": "~2.
|
|
41
|
-
"@xyo-network/react-payload-raw-info": "~2.
|
|
42
|
-
"@xyo-network/react-storybook": "~2.
|
|
43
|
-
"@xyo-network/react-wallet": "~2.
|
|
44
|
-
"typescript": "^5.4.
|
|
37
|
+
"@xyo-network/http-bridge": "^2.93.8",
|
|
38
|
+
"@xyo-network/node-memory": "^2.93.8",
|
|
39
|
+
"@xyo-network/node-model": "^2.93.8",
|
|
40
|
+
"@xyo-network/react-node": "~2.71.1",
|
|
41
|
+
"@xyo-network/react-payload-raw-info": "~2.71.1",
|
|
42
|
+
"@xyo-network/react-storybook": "~2.71.1",
|
|
43
|
+
"@xyo-network/react-wallet": "~2.71.1",
|
|
44
|
+
"typescript": "^5.4.3"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@emotion/react": "^11",
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
},
|
|
104
104
|
"sideEffects": false,
|
|
105
105
|
"types": "dist/browser/index.d.ts",
|
|
106
|
-
"version": "2.
|
|
106
|
+
"version": "2.71.1",
|
|
107
107
|
"type": "module"
|
|
108
108
|
}
|