@xyo-network/diviner-payload-stats-model 5.3.30 → 5.4.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.
Files changed (2) hide show
  1. package/README.md +0 -200
  2. 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
- ### payloadstats
54
-
55
- ### packages
56
-
57
- ### model
58
-
59
- ### .temp-typedoc
60
-
61
- ### functions
62
-
63
- ### <a id="isPayloadStatsPayload"></a>isPayloadStatsPayload
64
-
65
- [**@xyo-network/diviner-payload-stats-model**](#../README)
66
-
67
- ***
68
-
69
- ```ts
70
- function isPayloadStatsPayload(x?): x is PayloadStatsPayload;
71
- ```
72
-
73
- ## Parameters
74
-
75
- ### x?
76
-
77
- `Payload` \| `null`
78
-
79
- ## Returns
80
-
81
- `x is PayloadStatsPayload`
82
-
83
- ### <a id="isPayloadStatsQueryPayload"></a>isPayloadStatsQueryPayload
84
-
85
- [**@xyo-network/diviner-payload-stats-model**](#../README)
86
-
87
- ***
88
-
89
- ```ts
90
- function isPayloadStatsQueryPayload(x?): x is PayloadStatsQueryPayload;
91
- ```
92
-
93
- ## Parameters
94
-
95
- ### x?
96
-
97
- `Payload` \| `null`
98
-
99
- ## Returns
100
-
101
- `x is PayloadStatsQueryPayload`
102
-
103
- ### type-aliases
104
-
105
- ### <a id="PayloadStatsDivinerConfig"></a>PayloadStatsDivinerConfig
106
-
107
- [**@xyo-network/diviner-payload-stats-model**](#../README)
108
-
109
- ***
110
-
111
- ```ts
112
- type PayloadStatsDivinerConfig<T> = DivinerConfig<T & object>;
113
- ```
114
-
115
- ## Type Parameters
116
-
117
- ### T
118
-
119
- `T` *extends* `Payload` = `Payload`
120
-
121
- ### <a id="PayloadStatsDivinerConfigSchema"></a>PayloadStatsDivinerConfigSchema
122
-
123
- [**@xyo-network/diviner-payload-stats-model**](#../README)
124
-
125
- ***
126
-
127
- ```ts
128
- type PayloadStatsDivinerConfigSchema = typeof PayloadStatsDivinerConfigSchema;
129
- ```
130
-
131
- ### <a id="PayloadStatsDivinerParams"></a>PayloadStatsDivinerParams
132
-
133
- [**@xyo-network/diviner-payload-stats-model**](#../README)
134
-
135
- ***
136
-
137
- ```ts
138
- type PayloadStatsDivinerParams = DivinerParams<AnyConfigSchema<PayloadStatsDivinerConfig>>;
139
- ```
140
-
141
- ### <a id="PayloadStatsDivinerSchema"></a>PayloadStatsDivinerSchema
142
-
143
- [**@xyo-network/diviner-payload-stats-model**](#../README)
144
-
145
- ***
146
-
147
- ```ts
148
- type PayloadStatsDivinerSchema = typeof PayloadStatsDivinerSchema;
149
- ```
150
-
151
- ### <a id="PayloadStatsPayload"></a>PayloadStatsPayload
152
-
153
- [**@xyo-network/diviner-payload-stats-model**](#../README)
154
-
155
- ***
156
-
157
- ```ts
158
- type PayloadStatsPayload = Payload<{
159
- count: number;
160
- schema: PayloadStatsDivinerSchema;
161
- }>;
162
- ```
163
-
164
- ### <a id="PayloadStatsQueryPayload"></a>PayloadStatsQueryPayload
165
-
166
- [**@xyo-network/diviner-payload-stats-model**](#../README)
167
-
168
- ***
169
-
170
- ```ts
171
- type PayloadStatsQueryPayload = Query<{
172
- schema: PayloadStatsQuerySchema;
173
- }>;
174
- ```
175
-
176
- ### <a id="PayloadStatsQuerySchema"></a>PayloadStatsQuerySchema
177
-
178
- [**@xyo-network/diviner-payload-stats-model**](#../README)
179
-
180
- ***
181
-
182
- ```ts
183
- type PayloadStatsQuerySchema = typeof PayloadStatsQuerySchema;
184
- ```
185
-
186
- ### variables
187
-
188
- ### <a id="PayloadStatsDivinerConfigSchema"></a>PayloadStatsDivinerConfigSchema
189
-
190
- [**@xyo-network/diviner-payload-stats-model**](#../README)
191
-
192
- ***
193
-
194
- ```ts
195
- const PayloadStatsDivinerConfigSchema: string & object;
196
- ```
197
-
198
- ## Type Declaration
199
-
200
- ### \_\_schema
201
-
202
- ```ts
203
- readonly __schema: true;
204
- ```
205
-
206
- ### <a id="PayloadStatsDivinerSchema"></a>PayloadStatsDivinerSchema
207
-
208
- [**@xyo-network/diviner-payload-stats-model**](#../README)
209
-
210
- ***
211
-
212
- ```ts
213
- const PayloadStatsDivinerSchema: "network.xyo.diviner.payload.stats" & object;
214
- ```
215
-
216
- ## Type Declaration
217
-
218
- ### \_\_schema
219
-
220
- ```ts
221
- readonly __schema: true;
222
- ```
223
-
224
- ### <a id="PayloadStatsQuerySchema"></a>PayloadStatsQuerySchema
225
-
226
- [**@xyo-network/diviner-payload-stats-model**](#../README)
227
-
228
- ***
229
-
230
- ```ts
231
- const PayloadStatsQuerySchema: 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-payload-stats-model",
3
- "version": "5.3.30",
3
+ "version": "5.4.1",
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/payload-model": "~5.3.30",
40
- "@xyo-network/module-model": "~5.3.30",
41
- "@xyo-network/diviner-model": "~5.3.30"
37
+ "@xyo-network/diviner-model": "~5.4.1",
38
+ "@xyo-network/module-model": "~5.4.1",
39
+ "@xyo-network/payload-model": "~5.4.1"
42
40
  },
43
41
  "devDependencies": {
44
42
  "@opentelemetry/api": "^1.9.1",
45
- "@xylabs/sdk-js": "^5.0.95",
46
- "@xylabs/ts-scripts-common": "~7.8.7",
47
- "@xylabs/ts-scripts-pnpm": "~7.8.7",
48
- "@xylabs/tsconfig": "~7.8.7",
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/manifest-model": "~5.3.30",
54
- "@xyo-network/account-model": "~5.3.30",
55
- "@xyo-network/previous-hash-store-model": "~5.3.30"
49
+ "@xyo-network/manifest-model": "~5.4.1",
50
+ "@xyo-network/account-model": "~5.4.1",
51
+ "@xyo-network/previous-hash-store-model": "~5.4.1"
56
52
  },
57
53
  "peerDependencies": {
58
- "@xyo-network/account-model": "~5.3.30",
59
- "@xyo-network/manifest-model": "~5.3.30"
54
+ "@xyo-network/account-model": "~5.4",
55
+ "@xyo-network/manifest-model": "~5.4"
60
56
  },
61
57
  "publishConfig": {
62
58
  "access": "public"