@xyo-network/react-schema 2.66.5 → 2.67.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.
@@ -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: Promise<(import("@xyo-network/payload-model").SchemaFields & object & {
10
10
  definition: {
11
11
  [key: string]: unknown;
12
12
  $id?: string | undefined;
@@ -14,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | 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,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | 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,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | 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,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | 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,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
- }> | undefined;
9
- schemaPayload: (import("@xyo-network/payload-model").SchemaFields & {
8
+ } & import("@xyo-network/payload-model").PayloadFields> | 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,8 +14,22 @@ declare const useGetSchemaPayload: (schema?: string) => {
14
14
  extends?: string | undefined;
15
15
  name?: string | undefined;
16
16
  schema: "network.xyo.schema";
17
- }) | null | undefined;
18
- xyoError: (import("@xyo-network/payload-model").SchemaFields & {
17
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
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;
26
+ xyoError: (import("@xyo-network/payload-model").SchemaFields & object & {
27
+ message?: string | undefined;
28
+ name?: string | undefined;
29
+ query?: string | undefined;
30
+ schema: "network.xyo.error.module";
31
+ sources?: string[] | undefined;
32
+ }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
19
33
  message?: string | undefined;
20
34
  name?: string | undefined;
21
35
  query?: string | undefined;
@@ -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;;;;;;;;;;;;;;;;;;;;;CA0C3C,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
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
@@ -11,36 +11,36 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/lodash": "^2.13.20",
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.82.0",
19
- "@xyo-network/diviner-schema-stats-model": "^2.82.0",
14
+ "@xylabs/react-async-effect": "^3.0.35",
15
+ "@xylabs/react-link": "^3.0.35",
16
+ "@xylabs/react-select": "^3.0.35",
17
+ "@xylabs/react-shared": "^3.0.35",
18
+ "@xyo-network/diviner-schema-list-model": "^2.84.5",
19
+ "@xyo-network/diviner-schema-stats-model": "^2.84.5",
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.5",
24
- "@xyo-network/react-event": "~2.66.5",
25
- "@xyo-network/react-property": "~2.66.5",
26
- "@xyo-network/react-shared": "~2.66.5",
27
- "@xyo-network/schema-cache": "^2.82.0",
28
- "@xyo-network/schema-payload-plugin": "^2.82.2",
29
- "react-router-dom": "^6.20.1"
21
+ "@xyo-network/payload-builder": "^2.84.5",
22
+ "@xyo-network/payload-model": "^2.84.5",
23
+ "@xyo-network/react-diviner": "~2.67.1",
24
+ "@xyo-network/react-event": "~2.67.1",
25
+ "@xyo-network/react-property": "~2.67.1",
26
+ "@xyo-network/react-shared": "~2.67.1",
27
+ "@xyo-network/schema-cache": "^2.84.5",
28
+ "@xyo-network/schema-payload-plugin": "^2.84.2",
29
+ "react-router-dom": "^6.21.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/react": "^7.6.3",
33
- "@xylabs/react-flexbox": "^3.0.34",
34
- "@xylabs/ts-scripts-yarn3": "^3.2.10",
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.5",
40
- "@xyo-network/react-storybook": "~2.66.5",
41
- "@xyo-network/react-wallet": "~2.66.5",
32
+ "@storybook/react": "^7.6.4",
33
+ "@xylabs/react-flexbox": "^3.0.35",
34
+ "@xylabs/ts-scripts-yarn3": "^3.2.19",
35
+ "@xylabs/tsconfig-react": "^3.2.19",
36
+ "@xyo-network/http-bridge": "^2.84.5",
37
+ "@xyo-network/node-memory": "^2.84.5",
38
+ "@xyo-network/node-model": "^2.84.5",
39
+ "@xyo-network/react-node": "~2.67.1",
40
+ "@xyo-network/react-storybook": "~2.67.1",
41
+ "@xyo-network/react-wallet": "~2.67.1",
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.5",
103
+ "version": "2.67.1",
104
104
  "type": "module"
105
105
  }