@xyo-network/diviner-schema-list-model 5.3.29 → 5.4.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.
- package/README.md +0 -200
- package/package.json +12 -16
package/README.md
CHANGED
|
@@ -38,206 +38,6 @@ bun add {{name}}
|
|
|
38
38
|
|
|
39
39
|
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
40
|
|
|
41
|
-
## Reference
|
|
42
|
-
|
|
43
|
-
### packages
|
|
44
|
-
|
|
45
|
-
### modules
|
|
46
|
-
|
|
47
|
-
### packages
|
|
48
|
-
|
|
49
|
-
### diviner
|
|
50
|
-
|
|
51
|
-
### packages
|
|
52
|
-
|
|
53
|
-
### schemalist
|
|
54
|
-
|
|
55
|
-
### packages
|
|
56
|
-
|
|
57
|
-
### model
|
|
58
|
-
|
|
59
|
-
### .temp-typedoc
|
|
60
|
-
|
|
61
|
-
### functions
|
|
62
|
-
|
|
63
|
-
### <a id="isSchemaListPayload"></a>isSchemaListPayload
|
|
64
|
-
|
|
65
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
66
|
-
|
|
67
|
-
***
|
|
68
|
-
|
|
69
|
-
```ts
|
|
70
|
-
function isSchemaListPayload(x?): x is SchemaListPayload;
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
## Parameters
|
|
74
|
-
|
|
75
|
-
### x?
|
|
76
|
-
|
|
77
|
-
`Payload` \| `null`
|
|
78
|
-
|
|
79
|
-
## Returns
|
|
80
|
-
|
|
81
|
-
`x is SchemaListPayload`
|
|
82
|
-
|
|
83
|
-
### <a id="isSchemaListQueryPayload"></a>isSchemaListQueryPayload
|
|
84
|
-
|
|
85
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
86
|
-
|
|
87
|
-
***
|
|
88
|
-
|
|
89
|
-
```ts
|
|
90
|
-
function isSchemaListQueryPayload(x?): x is SchemaListQueryPayload;
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
## Parameters
|
|
94
|
-
|
|
95
|
-
### x?
|
|
96
|
-
|
|
97
|
-
`Payload` \| `null`
|
|
98
|
-
|
|
99
|
-
## Returns
|
|
100
|
-
|
|
101
|
-
`x is SchemaListQueryPayload`
|
|
102
|
-
|
|
103
|
-
### type-aliases
|
|
104
|
-
|
|
105
|
-
### <a id="SchemaListDivinerConfig"></a>SchemaListDivinerConfig
|
|
106
|
-
|
|
107
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
108
|
-
|
|
109
|
-
***
|
|
110
|
-
|
|
111
|
-
```ts
|
|
112
|
-
type SchemaListDivinerConfig<T> = DivinerConfig<T & object>;
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
## Type Parameters
|
|
116
|
-
|
|
117
|
-
### T
|
|
118
|
-
|
|
119
|
-
`T` *extends* `Payload` = `Payload`
|
|
120
|
-
|
|
121
|
-
### <a id="SchemaListDivinerConfigSchema"></a>SchemaListDivinerConfigSchema
|
|
122
|
-
|
|
123
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
124
|
-
|
|
125
|
-
***
|
|
126
|
-
|
|
127
|
-
```ts
|
|
128
|
-
type SchemaListDivinerConfigSchema = typeof SchemaListDivinerConfigSchema;
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### <a id="SchemaListDivinerParams"></a>SchemaListDivinerParams
|
|
132
|
-
|
|
133
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
134
|
-
|
|
135
|
-
***
|
|
136
|
-
|
|
137
|
-
```ts
|
|
138
|
-
type SchemaListDivinerParams = DivinerParams<AnyConfigSchema<SchemaListDivinerConfig>>;
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
### <a id="SchemaListDivinerSchema"></a>SchemaListDivinerSchema
|
|
142
|
-
|
|
143
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
144
|
-
|
|
145
|
-
***
|
|
146
|
-
|
|
147
|
-
```ts
|
|
148
|
-
type SchemaListDivinerSchema = typeof SchemaListDivinerSchema;
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
### <a id="SchemaListPayload"></a>SchemaListPayload
|
|
152
|
-
|
|
153
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
154
|
-
|
|
155
|
-
***
|
|
156
|
-
|
|
157
|
-
```ts
|
|
158
|
-
type SchemaListPayload = Payload<{
|
|
159
|
-
schema: SchemaListDivinerSchema;
|
|
160
|
-
schemas: string[];
|
|
161
|
-
}>;
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
### <a id="SchemaListQueryPayload"></a>SchemaListQueryPayload
|
|
165
|
-
|
|
166
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
167
|
-
|
|
168
|
-
***
|
|
169
|
-
|
|
170
|
-
```ts
|
|
171
|
-
type SchemaListQueryPayload = Query<{
|
|
172
|
-
schema: SchemaListQuerySchema;
|
|
173
|
-
}>;
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
### <a id="SchemaListQuerySchema"></a>SchemaListQuerySchema
|
|
177
|
-
|
|
178
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
179
|
-
|
|
180
|
-
***
|
|
181
|
-
|
|
182
|
-
```ts
|
|
183
|
-
type SchemaListQuerySchema = typeof SchemaListQuerySchema;
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
### variables
|
|
187
|
-
|
|
188
|
-
### <a id="SchemaListDivinerConfigSchema"></a>SchemaListDivinerConfigSchema
|
|
189
|
-
|
|
190
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
191
|
-
|
|
192
|
-
***
|
|
193
|
-
|
|
194
|
-
```ts
|
|
195
|
-
const SchemaListDivinerConfigSchema: string & object;
|
|
196
|
-
```
|
|
197
|
-
|
|
198
|
-
## Type Declaration
|
|
199
|
-
|
|
200
|
-
### \_\_schema
|
|
201
|
-
|
|
202
|
-
```ts
|
|
203
|
-
readonly __schema: true;
|
|
204
|
-
```
|
|
205
|
-
|
|
206
|
-
### <a id="SchemaListDivinerSchema"></a>SchemaListDivinerSchema
|
|
207
|
-
|
|
208
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
209
|
-
|
|
210
|
-
***
|
|
211
|
-
|
|
212
|
-
```ts
|
|
213
|
-
const SchemaListDivinerSchema: "network.xyo.diviner.schema.list" & object;
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
## Type Declaration
|
|
217
|
-
|
|
218
|
-
### \_\_schema
|
|
219
|
-
|
|
220
|
-
```ts
|
|
221
|
-
readonly __schema: true;
|
|
222
|
-
```
|
|
223
|
-
|
|
224
|
-
### <a id="SchemaListQuerySchema"></a>SchemaListQuerySchema
|
|
225
|
-
|
|
226
|
-
[**@xyo-network/diviner-schema-list-model**](#../README)
|
|
227
|
-
|
|
228
|
-
***
|
|
229
|
-
|
|
230
|
-
```ts
|
|
231
|
-
const SchemaListQuerySchema: string & object;
|
|
232
|
-
```
|
|
233
|
-
|
|
234
|
-
## Type Declaration
|
|
235
|
-
|
|
236
|
-
### \_\_schema
|
|
237
|
-
|
|
238
|
-
```ts
|
|
239
|
-
readonly __schema: true;
|
|
240
|
-
```
|
|
241
41
|
|
|
242
42
|
|
|
243
43
|
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-schema-list-model",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,12 +22,10 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
-
"import": "./dist/neutral/index.mjs",
|
|
26
25
|
"default": "./dist/neutral/index.mjs"
|
|
27
26
|
},
|
|
28
27
|
"./package.json": "./package.json"
|
|
29
28
|
},
|
|
30
|
-
"types": "dist/neutral/index.d.ts",
|
|
31
29
|
"files": [
|
|
32
30
|
"dist",
|
|
33
31
|
"!**/*.bench.*",
|
|
@@ -36,27 +34,25 @@
|
|
|
36
34
|
"README.md"
|
|
37
35
|
],
|
|
38
36
|
"dependencies": {
|
|
39
|
-
"@xyo-network/
|
|
40
|
-
"@xyo-network/module-model": "~5.
|
|
41
|
-
"@xyo-network/
|
|
37
|
+
"@xyo-network/diviner-model": "~5.4.0",
|
|
38
|
+
"@xyo-network/module-model": "~5.4.0",
|
|
39
|
+
"@xyo-network/payload-model": "~5.4.0"
|
|
42
40
|
},
|
|
43
41
|
"devDependencies": {
|
|
44
42
|
"@opentelemetry/api": "^1.9.1",
|
|
45
|
-
"@xylabs/sdk-js": "^5.0.
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/tsconfig": "~7.8.4",
|
|
49
|
-
"axios": "^1.14.0",
|
|
43
|
+
"@xylabs/sdk-js": "^5.0.97",
|
|
44
|
+
"@xylabs/toolchain": "~7.10.8",
|
|
45
|
+
"@xylabs/tsconfig": "~7.10.8",
|
|
50
46
|
"pako": "~2.1.0",
|
|
51
47
|
"typescript": "~5.9.3",
|
|
52
48
|
"zod": "^4.3.6",
|
|
53
|
-
"@xyo-network/
|
|
54
|
-
"@xyo-network/
|
|
55
|
-
"@xyo-network/previous-hash-store-model": "~5.
|
|
49
|
+
"@xyo-network/manifest-model": "~5.4.0",
|
|
50
|
+
"@xyo-network/account-model": "~5.4.0",
|
|
51
|
+
"@xyo-network/previous-hash-store-model": "~5.4.0"
|
|
56
52
|
},
|
|
57
53
|
"peerDependencies": {
|
|
58
|
-
"@xyo-network/account-model": "~5.
|
|
59
|
-
"@xyo-network/manifest-model": "~5.
|
|
54
|
+
"@xyo-network/account-model": "~5.4",
|
|
55
|
+
"@xyo-network/manifest-model": "~5.4"
|
|
60
56
|
},
|
|
61
57
|
"publishConfig": {
|
|
62
58
|
"access": "public"
|