@xyo-network/diviner-address-space-model 5.3.25 → 5.3.26

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 +177 -10
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,23 +1,190 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/diviner-address-space-model
2
4
 
3
- [![logo][]](https://xyo.network)
5
+ [![npm][npm-badge]][npm-link]
6
+ [![license][license-badge]][license-link]
7
+
8
+ > Primary SDK for using XYO Protocol 2.0
9
+
10
+ ## Install
11
+
12
+ Using npm:
13
+
14
+ ```sh
15
+ npm install {{name}}
16
+ ```
17
+
18
+ Using yarn:
19
+
20
+ ```sh
21
+ yarn add {{name}}
22
+ ```
4
23
 
5
- Version: 5.0.2
24
+ Using pnpm:
6
25
 
7
- Primary SDK for using XYO Protocol 2.0
26
+ ```sh
27
+ pnpm add {{name}}
28
+ ```
8
29
 
9
- ## Documentation
30
+ Using bun:
10
31
 
11
- [TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__diviner-address-space-model)
32
+ ```sh
33
+ bun add {{name}}
34
+ ```
12
35
 
13
- Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
14
36
 
15
37
  ## License
16
38
 
17
- > See the [LICENSE](LICENSE) file for license details
39
+ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
+
41
+ ## Reference
42
+
43
+ ### packages
44
+
45
+ ### modules
46
+
47
+ ### packages
48
+
49
+ ### diviner
50
+
51
+ ### packages
52
+
53
+ ### addressspace
54
+
55
+ ### packages
56
+
57
+ ### model
58
+
59
+ ### .temp-typedoc
60
+
61
+ ### type-aliases
62
+
63
+ ### <a id="AddressSpaceBatchDivinerConfig"></a>AddressSpaceBatchDivinerConfig
64
+
65
+ [**@xyo-network/diviner-address-space-model**](#../README)
66
+
67
+ ***
68
+
69
+ ```ts
70
+ type AddressSpaceBatchDivinerConfig = DivinerConfig<{
71
+ address?: string;
72
+ schema: AddressSpaceBatchDivinerConfigSchema;
73
+ }>;
74
+ ```
75
+
76
+ ### <a id="AddressSpaceBatchDivinerConfigSchema"></a>AddressSpaceBatchDivinerConfigSchema
77
+
78
+ [**@xyo-network/diviner-address-space-model**](#../README)
79
+
80
+ ***
81
+
82
+ ```ts
83
+ type AddressSpaceBatchDivinerConfigSchema = typeof AddressSpaceBatchDivinerConfigSchema;
84
+ ```
85
+
86
+ ### <a id="AddressSpaceDivinerConfig"></a>AddressSpaceDivinerConfig
87
+
88
+ [**@xyo-network/diviner-address-space-model**](#../README)
89
+
90
+ ***
91
+
92
+ ```ts
93
+ type AddressSpaceDivinerConfig = DivinerConfig<{
94
+ address?: string;
95
+ schema: AddressSpaceDivinerConfigSchema;
96
+ }>;
97
+ ```
98
+
99
+ ### <a id="AddressSpaceDivinerConfigSchema"></a>AddressSpaceDivinerConfigSchema
100
+
101
+ [**@xyo-network/diviner-address-space-model**](#../README)
102
+
103
+ ***
104
+
105
+ ```ts
106
+ type AddressSpaceDivinerConfigSchema = typeof AddressSpaceDivinerConfigSchema;
107
+ ```
108
+
109
+ ### <a id="AddressSpaceDivinerParams"></a>AddressSpaceDivinerParams
110
+
111
+ [**@xyo-network/diviner-address-space-model**](#../README)
112
+
113
+ ***
114
+
115
+ ```ts
116
+ type AddressSpaceDivinerParams = DivinerParams<AnyConfigSchema<AddressSpaceDivinerConfig>>;
117
+ ```
118
+
119
+ ### <a id="AddressSpaceSchema"></a>AddressSpaceSchema
120
+
121
+ [**@xyo-network/diviner-address-space-model**](#../README)
122
+
123
+ ***
124
+
125
+ ```ts
126
+ type AddressSpaceSchema = typeof AddressSpaceSchema;
127
+ ```
128
+
129
+ ### variables
130
+
131
+ ### <a id="AddressSpaceBatchDivinerConfigSchema"></a>AddressSpaceBatchDivinerConfigSchema
132
+
133
+ [**@xyo-network/diviner-address-space-model**](#../README)
134
+
135
+ ***
136
+
137
+ ```ts
138
+ const AddressSpaceBatchDivinerConfigSchema: string & object;
139
+ ```
140
+
141
+ ## Type Declaration
142
+
143
+ ### \_\_schema
144
+
145
+ ```ts
146
+ readonly __schema: true;
147
+ ```
148
+
149
+ ### <a id="AddressSpaceDivinerConfigSchema"></a>AddressSpaceDivinerConfigSchema
150
+
151
+ [**@xyo-network/diviner-address-space-model**](#../README)
152
+
153
+ ***
154
+
155
+ ```ts
156
+ const AddressSpaceDivinerConfigSchema: string & object;
157
+ ```
158
+
159
+ ## Type Declaration
160
+
161
+ ### \_\_schema
162
+
163
+ ```ts
164
+ readonly __schema: true;
165
+ ```
166
+
167
+ ### <a id="AddressSpaceSchema"></a>AddressSpaceSchema
168
+
169
+ [**@xyo-network/diviner-address-space-model**](#../README)
170
+
171
+ ***
172
+
173
+ ```ts
174
+ const AddressSpaceSchema: "network.xyo.diviner.address.space" & object;
175
+ ```
176
+
177
+ ## Type Declaration
178
+
179
+ ### \_\_schema
18
180
 
19
- ## Credits
181
+ ```ts
182
+ readonly __schema: true;
183
+ ```
20
184
 
21
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
22
185
 
23
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
186
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
187
+ [npm-badge]: https://img.shields.io/npm/v/@xyo-network/diviner-address-space-model.svg
188
+ [npm-link]: https://www.npmjs.com/package/@xyo-network/diviner-address-space-model
189
+ [license-badge]: https://img.shields.io/npm/l/@xyo-network/diviner-address-space-model.svg
190
+ [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-address-space-model",
3
- "version": "5.3.25",
3
+ "version": "5.3.26",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,11 +22,11 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json"
28
29
  },
29
- "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
@@ -36,25 +36,25 @@
36
36
  "README.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@xyo-network/diviner-model": "~5.3.25",
40
- "@xyo-network/module-model": "~5.3.25",
41
- "@xyo-network/payload-model": "~5.3.25"
39
+ "@xyo-network/module-model": "~5.3.26",
40
+ "@xyo-network/diviner-model": "~5.3.26",
41
+ "@xyo-network/payload-model": "~5.3.26"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@opentelemetry/api": "^1.9.1",
45
- "@types/node": "^25.5.0",
46
- "@xylabs/sdk-js": "^5.0.93",
47
- "@xylabs/ts-scripts-common": "~7.6.16",
48
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
49
- "@xylabs/tsconfig": "~7.6.16",
45
+ "@types/node": "^25.5.2",
46
+ "@xylabs/sdk-js": "^5.0.94",
47
+ "@xylabs/ts-scripts-common": "~7.7.5",
48
+ "@xylabs/ts-scripts-pnpm": "~7.7.5",
49
+ "@xylabs/tsconfig": "~7.7.5",
50
50
  "acorn": "^8.16.0",
51
51
  "axios": "^1.14.0",
52
52
  "esbuild": "^0.28.0",
53
53
  "typescript": "~5.9.3",
54
54
  "zod": "^4.3.6",
55
- "@xyo-network/module-model": "~5.3.25",
56
- "@xyo-network/diviner-model": "~5.3.25",
57
- "@xyo-network/payload-model": "~5.3.25"
55
+ "@xyo-network/diviner-model": "~5.3.26",
56
+ "@xyo-network/payload-model": "~5.3.26",
57
+ "@xyo-network/module-model": "~5.3.26"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@xylabs/sdk-js": "^5",