@xyo-network/react-schema 2.67.4 → 2.67.6
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 -17
- package/dist/browser/hooks/useGetSchema.d.cts.map +1 -1
- package/dist/browser/hooks/useGetSchema.d.mts +3 -17
- package/dist/browser/hooks/useGetSchema.d.mts.map +1 -1
- package/dist/browser/hooks/useGetSchema.d.ts +3 -17
- package/dist/browser/hooks/useGetSchema.d.ts.map +1 -1
- package/dist/node/hooks/useGetSchema.d.cts +3 -17
- package/dist/node/hooks/useGetSchema.d.cts.map +1 -1
- package/dist/node/hooks/useGetSchema.d.mts +3 -17
- package/dist/node/hooks/useGetSchema.d.mts.map +1 -1
- package/dist/node/hooks/useGetSchema.d.ts +3 -17
- package/dist/node/hooks/useGetSchema.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
|
@@ -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<
|
|
8
|
+
} & object> | undefined;
|
|
9
|
+
schemaPayload: Promise<import("@xyo-network/payload-model").SchemaFields & object & {
|
|
10
10
|
definition: {
|
|
11
11
|
[key: string]: unknown;
|
|
12
12
|
$id?: string | undefined;
|
|
@@ -14,27 +14,13 @@ declare const useGetSchemaPayload: (schema?: string) => {
|
|
|
14
14
|
extends?: string | undefined;
|
|
15
15
|
name?: string | undefined;
|
|
16
16
|
schema: "network.xyo.schema";
|
|
17
|
-
}
|
|
18
|
-
definition: {
|
|
19
|
-
[key: string]: unknown;
|
|
20
|
-
$id?: string | undefined;
|
|
21
|
-
};
|
|
22
|
-
extends?: string | undefined;
|
|
23
|
-
name?: string | undefined;
|
|
24
|
-
schema: "network.xyo.schema";
|
|
25
|
-
})> | null | undefined;
|
|
17
|
+
}> | null | undefined;
|
|
26
18
|
xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
19
|
message?: string | undefined;
|
|
28
20
|
name?: string | undefined;
|
|
29
21
|
query?: string | undefined;
|
|
30
22
|
schema: "network.xyo.error.module";
|
|
31
23
|
sources?: string[] | undefined;
|
|
32
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
33
|
-
message?: string | undefined;
|
|
34
|
-
name?: string | undefined;
|
|
35
|
-
query?: string | undefined;
|
|
36
|
-
schema: "network.xyo.error.module";
|
|
37
|
-
sources?: string[] | undefined;
|
|
38
24
|
}) | undefined;
|
|
39
25
|
};
|
|
40
26
|
export { useGetSchemaPayload };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM
|
|
1
|
+
{"version":3,"file":"useGetSchema.d.ts","sourceRoot":"","sources":["../../../src/hooks/useGetSchema.tsx"],"names":[],"mappings":"AAOA;;GAEG;AACH,QAAA,MAAM,mBAAmB,YAAa,MAAM;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
package/package.json
CHANGED
|
@@ -15,30 +15,30 @@
|
|
|
15
15
|
"@xylabs/react-link": "^3.0.35",
|
|
16
16
|
"@xylabs/react-select": "^3.0.35",
|
|
17
17
|
"@xylabs/react-shared": "^3.0.35",
|
|
18
|
-
"@xyo-network/diviner-schema-list-model": "^2.84.
|
|
19
|
-
"@xyo-network/diviner-schema-stats-model": "^2.84.
|
|
18
|
+
"@xyo-network/diviner-schema-list-model": "^2.84.19",
|
|
19
|
+
"@xyo-network/diviner-schema-stats-model": "^2.84.19",
|
|
20
20
|
"@xyo-network/node-core-types": "^2.82.0",
|
|
21
|
-
"@xyo-network/payload-builder": "^2.84.
|
|
22
|
-
"@xyo-network/payload-model": "^2.84.
|
|
23
|
-
"@xyo-network/react-diviner": "~2.67.
|
|
24
|
-
"@xyo-network/react-event": "~2.67.
|
|
25
|
-
"@xyo-network/react-property": "~2.67.
|
|
26
|
-
"@xyo-network/react-shared": "~2.67.
|
|
27
|
-
"@xyo-network/schema-cache": "^2.84.
|
|
28
|
-
"@xyo-network/schema-payload-plugin": "^2.84.
|
|
21
|
+
"@xyo-network/payload-builder": "^2.84.19",
|
|
22
|
+
"@xyo-network/payload-model": "^2.84.19",
|
|
23
|
+
"@xyo-network/react-diviner": "~2.67.6",
|
|
24
|
+
"@xyo-network/react-event": "~2.67.6",
|
|
25
|
+
"@xyo-network/react-property": "~2.67.6",
|
|
26
|
+
"@xyo-network/react-shared": "~2.67.6",
|
|
27
|
+
"@xyo-network/schema-cache": "^2.84.19",
|
|
28
|
+
"@xyo-network/schema-payload-plugin": "^2.84.19",
|
|
29
29
|
"react-router-dom": "^6.21.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@storybook/react": "^7.6.
|
|
32
|
+
"@storybook/react": "^7.6.6",
|
|
33
33
|
"@xylabs/react-flexbox": "^3.0.35",
|
|
34
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
35
|
-
"@xylabs/tsconfig-react": "^3.2.
|
|
36
|
-
"@xyo-network/http-bridge": "^2.84.
|
|
37
|
-
"@xyo-network/node-memory": "^2.84.
|
|
38
|
-
"@xyo-network/node-model": "^2.84.
|
|
39
|
-
"@xyo-network/react-node": "~2.67.
|
|
40
|
-
"@xyo-network/react-storybook": "~2.67.
|
|
41
|
-
"@xyo-network/react-wallet": "~2.67.
|
|
34
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.25",
|
|
35
|
+
"@xylabs/tsconfig-react": "^3.2.25",
|
|
36
|
+
"@xyo-network/http-bridge": "^2.84.19",
|
|
37
|
+
"@xyo-network/node-memory": "^2.84.19",
|
|
38
|
+
"@xyo-network/node-model": "^2.84.19",
|
|
39
|
+
"@xyo-network/react-node": "~2.67.6",
|
|
40
|
+
"@xyo-network/react-storybook": "~2.67.6",
|
|
41
|
+
"@xyo-network/react-wallet": "~2.67.6",
|
|
42
42
|
"react-json-view": "^1.21.3",
|
|
43
43
|
"typescript": "^5.3.3"
|
|
44
44
|
},
|
|
@@ -100,6 +100,6 @@
|
|
|
100
100
|
},
|
|
101
101
|
"sideEffects": false,
|
|
102
102
|
"types": "dist/browser/index.d.ts",
|
|
103
|
-
"version": "2.67.
|
|
103
|
+
"version": "2.67.6",
|
|
104
104
|
"type": "module"
|
|
105
105
|
}
|