@xyo-network/diviner-jsonpatch-model 5.3.25 → 5.3.27
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 +133 -10
- package/package.json +12 -19
package/README.md
CHANGED
|
@@ -1,23 +1,146 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/diviner-jsonpatch-model
|
|
2
4
|
|
|
3
|
-
[![
|
|
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
|
+
```
|
|
4
17
|
|
|
5
|
-
|
|
18
|
+
Using yarn:
|
|
6
19
|
|
|
7
|
-
|
|
20
|
+
```sh
|
|
21
|
+
yarn add {{name}}
|
|
22
|
+
```
|
|
8
23
|
|
|
9
|
-
|
|
24
|
+
Using pnpm:
|
|
10
25
|
|
|
11
|
-
|
|
26
|
+
```sh
|
|
27
|
+
pnpm add {{name}}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Using bun:
|
|
31
|
+
|
|
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
|
-
|
|
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
|
+
### jsonpatch
|
|
54
|
+
|
|
55
|
+
### packages
|
|
56
|
+
|
|
57
|
+
### model
|
|
58
|
+
|
|
59
|
+
### .temp-typedoc
|
|
60
|
+
|
|
61
|
+
### type-aliases
|
|
62
|
+
|
|
63
|
+
### <a id="JsonPatchDivinerConfig"></a>JsonPatchDivinerConfig
|
|
64
|
+
|
|
65
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
```ts
|
|
70
|
+
type JsonPatchDivinerConfig = DivinerConfig<object & object>;
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### <a id="JsonPatchDivinerConfigSchema"></a>JsonPatchDivinerConfigSchema
|
|
74
|
+
|
|
75
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
76
|
+
|
|
77
|
+
***
|
|
78
|
+
|
|
79
|
+
```ts
|
|
80
|
+
type JsonPatchDivinerConfigSchema = typeof JsonPatchDivinerConfigSchema;
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
### <a id="JsonPatchDivinerParams"></a>JsonPatchDivinerParams
|
|
84
|
+
|
|
85
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
86
|
+
|
|
87
|
+
***
|
|
88
|
+
|
|
89
|
+
```ts
|
|
90
|
+
type JsonPatchDivinerParams = DivinerParams<AnyConfigSchema<JsonPatchDivinerConfig>>;
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### <a id="JsonPatchDivinerSchema"></a>JsonPatchDivinerSchema
|
|
94
|
+
|
|
95
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
96
|
+
|
|
97
|
+
***
|
|
98
|
+
|
|
99
|
+
```ts
|
|
100
|
+
type JsonPatchDivinerSchema = typeof JsonPatchDivinerSchema;
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
### variables
|
|
104
|
+
|
|
105
|
+
### <a id="JsonPatchDivinerConfigSchema"></a>JsonPatchDivinerConfigSchema
|
|
106
|
+
|
|
107
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
108
|
+
|
|
109
|
+
***
|
|
110
|
+
|
|
111
|
+
```ts
|
|
112
|
+
const JsonPatchDivinerConfigSchema: string & object;
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## Type Declaration
|
|
116
|
+
|
|
117
|
+
### \_\_schema
|
|
118
|
+
|
|
119
|
+
```ts
|
|
120
|
+
readonly __schema: true;
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
### <a id="JsonPatchDivinerSchema"></a>JsonPatchDivinerSchema
|
|
124
|
+
|
|
125
|
+
[**@xyo-network/diviner-jsonpatch-model**](#../README)
|
|
126
|
+
|
|
127
|
+
***
|
|
128
|
+
|
|
129
|
+
```ts
|
|
130
|
+
const JsonPatchDivinerSchema: "network.xyo.diviner.jsonpatch" & object;
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
## Type Declaration
|
|
134
|
+
|
|
135
|
+
### \_\_schema
|
|
18
136
|
|
|
19
|
-
|
|
137
|
+
```ts
|
|
138
|
+
readonly __schema: true;
|
|
139
|
+
```
|
|
20
140
|
|
|
21
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
22
141
|
|
|
23
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
142
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
143
|
+
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/diviner-jsonpatch-model.svg
|
|
144
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/diviner-jsonpatch-model
|
|
145
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/diviner-jsonpatch-model.svg
|
|
146
|
+
[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-jsonpatch-model",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.27",
|
|
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",
|
|
@@ -37,30 +37,23 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"fast-json-patch": "~3.1.1",
|
|
40
|
-
"@xyo-network/
|
|
41
|
-
"@xyo-network/
|
|
42
|
-
"@xyo-network/payload-model": "~5.3.
|
|
40
|
+
"@xyo-network/diviner-model": "~5.3.27",
|
|
41
|
+
"@xyo-network/module-model": "~5.3.27",
|
|
42
|
+
"@xyo-network/payload-model": "~5.3.27"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@opentelemetry/api": "^1.9.1",
|
|
46
|
-
"@
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/ts-scripts-
|
|
49
|
-
"@xylabs/
|
|
50
|
-
"@xylabs/tsconfig": "~7.6.16",
|
|
51
|
-
"acorn": "^8.16.0",
|
|
46
|
+
"@xylabs/sdk-js": "^5.0.94",
|
|
47
|
+
"@xylabs/ts-scripts-common": "~7.7.15",
|
|
48
|
+
"@xylabs/ts-scripts-pnpm": "~7.7.15",
|
|
49
|
+
"@xylabs/tsconfig": "~7.7.15",
|
|
52
50
|
"axios": "^1.14.0",
|
|
53
|
-
"esbuild": "^0.28.0",
|
|
54
51
|
"fast-json-patch": "~3.1.1",
|
|
55
52
|
"typescript": "~5.9.3",
|
|
56
53
|
"zod": "^4.3.6",
|
|
57
|
-
"@xyo-network/diviner-model": "~5.3.
|
|
58
|
-
"@xyo-network/payload-model": "~5.3.
|
|
59
|
-
"@xyo-network/module-model": "~5.3.
|
|
60
|
-
},
|
|
61
|
-
"peerDependencies": {
|
|
62
|
-
"@xylabs/sdk-js": "^5",
|
|
63
|
-
"zod": "^4"
|
|
54
|
+
"@xyo-network/diviner-model": "~5.3.27",
|
|
55
|
+
"@xyo-network/payload-model": "~5.3.27",
|
|
56
|
+
"@xyo-network/module-model": "~5.3.27"
|
|
64
57
|
},
|
|
65
58
|
"publishConfig": {
|
|
66
59
|
"access": "public"
|