@xyo-network/diviner-coin-user-locations-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 -226
- package/package.json +12 -16
package/README.md
CHANGED
|
@@ -38,232 +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
|
-
### coin
|
|
54
|
-
|
|
55
|
-
### packages
|
|
56
|
-
|
|
57
|
-
### userlocations
|
|
58
|
-
|
|
59
|
-
### packages
|
|
60
|
-
|
|
61
|
-
### model
|
|
62
|
-
|
|
63
|
-
### .temp-typedoc
|
|
64
|
-
|
|
65
|
-
### functions
|
|
66
|
-
|
|
67
|
-
### <a id="isCoinUserLocationsPayload"></a>isCoinUserLocationsPayload
|
|
68
|
-
|
|
69
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
70
|
-
|
|
71
|
-
***
|
|
72
|
-
|
|
73
|
-
```ts
|
|
74
|
-
function isCoinUserLocationsPayload(x?): x is CoinUserLocationsPayload;
|
|
75
|
-
```
|
|
76
|
-
|
|
77
|
-
## Parameters
|
|
78
|
-
|
|
79
|
-
### x?
|
|
80
|
-
|
|
81
|
-
`Payload` \| `null`
|
|
82
|
-
|
|
83
|
-
## Returns
|
|
84
|
-
|
|
85
|
-
`x is CoinUserLocationsPayload`
|
|
86
|
-
|
|
87
|
-
### type-aliases
|
|
88
|
-
|
|
89
|
-
### <a id="CoinUserLocationsDivinerConfig"></a>CoinUserLocationsDivinerConfig
|
|
90
|
-
|
|
91
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
92
|
-
|
|
93
|
-
***
|
|
94
|
-
|
|
95
|
-
```ts
|
|
96
|
-
type CoinUserLocationsDivinerConfig = DivinerConfig<{
|
|
97
|
-
address?: string;
|
|
98
|
-
schema: CoinUserLocationsDivinerConfigSchema;
|
|
99
|
-
}>;
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
### <a id="CoinUserLocationsDivinerConfigSchema"></a>CoinUserLocationsDivinerConfigSchema
|
|
103
|
-
|
|
104
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
105
|
-
|
|
106
|
-
***
|
|
107
|
-
|
|
108
|
-
```ts
|
|
109
|
-
type CoinUserLocationsDivinerConfigSchema = typeof CoinUserLocationsDivinerConfigSchema;
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
### <a id="CoinUserLocationsDivinerParams"></a>CoinUserLocationsDivinerParams
|
|
113
|
-
|
|
114
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
115
|
-
|
|
116
|
-
***
|
|
117
|
-
|
|
118
|
-
```ts
|
|
119
|
-
type CoinUserLocationsDivinerParams = DivinerParams<AnyConfigSchema<CoinUserLocationsDivinerConfig>>;
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
### <a id="CoinUserLocationsDivinerSchema"></a>CoinUserLocationsDivinerSchema
|
|
123
|
-
|
|
124
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
125
|
-
|
|
126
|
-
***
|
|
127
|
-
|
|
128
|
-
```ts
|
|
129
|
-
type CoinUserLocationsDivinerSchema = typeof CoinUserLocationsDivinerSchema;
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
### <a id="CoinUserLocationsPayload"></a>CoinUserLocationsPayload
|
|
133
|
-
|
|
134
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
135
|
-
|
|
136
|
-
***
|
|
137
|
-
|
|
138
|
-
```ts
|
|
139
|
-
type CoinUserLocationsPayload = Payload<{
|
|
140
|
-
schema: CoinUserLocationsSchema;
|
|
141
|
-
}>;
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
### <a id="CoinUserLocationsQueryPayload"></a>CoinUserLocationsQueryPayload
|
|
145
|
-
|
|
146
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
147
|
-
|
|
148
|
-
***
|
|
149
|
-
|
|
150
|
-
```ts
|
|
151
|
-
type CoinUserLocationsQueryPayload = Query<object & Omit<PayloadFindFilter, "schema">>;
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
### <a id="CoinUserLocationsQuerySchema"></a>CoinUserLocationsQuerySchema
|
|
155
|
-
|
|
156
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
157
|
-
|
|
158
|
-
***
|
|
159
|
-
|
|
160
|
-
```ts
|
|
161
|
-
type CoinUserLocationsQuerySchema = typeof CoinUserLocationsQuerySchema;
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
### <a id="CoinUserLocationsSchema"></a>CoinUserLocationsSchema
|
|
165
|
-
|
|
166
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
167
|
-
|
|
168
|
-
***
|
|
169
|
-
|
|
170
|
-
```ts
|
|
171
|
-
type CoinUserLocationsSchema = typeof CoinUserLocationsSchema;
|
|
172
|
-
```
|
|
173
|
-
|
|
174
|
-
### variables
|
|
175
|
-
|
|
176
|
-
### <a id="CoinUserLocationsDivinerConfigSchema"></a>CoinUserLocationsDivinerConfigSchema
|
|
177
|
-
|
|
178
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
179
|
-
|
|
180
|
-
***
|
|
181
|
-
|
|
182
|
-
```ts
|
|
183
|
-
const CoinUserLocationsDivinerConfigSchema: string & object;
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
## Type Declaration
|
|
187
|
-
|
|
188
|
-
### \_\_schema
|
|
189
|
-
|
|
190
|
-
```ts
|
|
191
|
-
readonly __schema: true;
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
### <a id="CoinUserLocationsDivinerSchema"></a>CoinUserLocationsDivinerSchema
|
|
195
|
-
|
|
196
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
197
|
-
|
|
198
|
-
***
|
|
199
|
-
|
|
200
|
-
```ts
|
|
201
|
-
const CoinUserLocationsDivinerSchema: "co.coinapp.diviner.user.locations" & object;
|
|
202
|
-
```
|
|
203
|
-
|
|
204
|
-
## Type Declaration
|
|
205
|
-
|
|
206
|
-
### \_\_schema
|
|
207
|
-
|
|
208
|
-
```ts
|
|
209
|
-
readonly __schema: true;
|
|
210
|
-
```
|
|
211
|
-
|
|
212
|
-
### <a id="CoinUserLocationsQuerySchema"></a>CoinUserLocationsQuerySchema
|
|
213
|
-
|
|
214
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
215
|
-
|
|
216
|
-
***
|
|
217
|
-
|
|
218
|
-
```ts
|
|
219
|
-
const CoinUserLocationsQuerySchema: string & object;
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
## Type Declaration
|
|
223
|
-
|
|
224
|
-
### \_\_schema
|
|
225
|
-
|
|
226
|
-
```ts
|
|
227
|
-
readonly __schema: true;
|
|
228
|
-
```
|
|
229
|
-
|
|
230
|
-
### <a id="CoinUserLocationsSchema"></a>CoinUserLocationsSchema
|
|
231
|
-
|
|
232
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
233
|
-
|
|
234
|
-
***
|
|
235
|
-
|
|
236
|
-
```ts
|
|
237
|
-
const CoinUserLocationsSchema: "co.coinapp.user.locations" & object;
|
|
238
|
-
```
|
|
239
|
-
|
|
240
|
-
## Type Declaration
|
|
241
|
-
|
|
242
|
-
### \_\_schema
|
|
243
|
-
|
|
244
|
-
```ts
|
|
245
|
-
readonly __schema: true;
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
### <a id="isCoinUserLocationsQueryPayload"></a>isCoinUserLocationsQueryPayload
|
|
249
|
-
|
|
250
|
-
[**@xyo-network/diviner-coin-user-locations-model**](#../README)
|
|
251
|
-
|
|
252
|
-
***
|
|
253
|
-
|
|
254
|
-
```ts
|
|
255
|
-
const isCoinUserLocationsQueryPayload: (x?) => x is CoinUserLocationsQueryPayload;
|
|
256
|
-
```
|
|
257
|
-
|
|
258
|
-
## Parameters
|
|
259
|
-
|
|
260
|
-
### x?
|
|
261
|
-
|
|
262
|
-
`unknown`
|
|
263
|
-
|
|
264
|
-
## Returns
|
|
265
|
-
|
|
266
|
-
`x is CoinUserLocationsQueryPayload`
|
|
267
41
|
|
|
268
42
|
|
|
269
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-coin-user-locations-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/diviner-model": "~5.
|
|
40
|
-
"@xyo-network/module-model": "~5.
|
|
41
|
-
"@xyo-network/payload-model": "~5.
|
|
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/account-model": "~5.
|
|
54
|
-
"@xyo-network/manifest-model": "~5.
|
|
55
|
-
"@xyo-network/previous-hash-store-model": "~5.
|
|
49
|
+
"@xyo-network/account-model": "~5.4.0",
|
|
50
|
+
"@xyo-network/manifest-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"
|