@xyo-network/payload 2.75.11 → 2.75.12
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/dist/docs.json +54 -43
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -11998,60 +11998,71 @@
|
|
|
11998
11998
|
"name": "x",
|
|
11999
11999
|
"variant": "param",
|
|
12000
12000
|
"kind": 32768,
|
|
12001
|
-
"flags": {
|
|
12001
|
+
"flags": {
|
|
12002
|
+
"isOptional": true
|
|
12003
|
+
},
|
|
12002
12004
|
"type": {
|
|
12003
|
-
"type": "
|
|
12005
|
+
"type": "union",
|
|
12004
12006
|
"types": [
|
|
12005
12007
|
{
|
|
12006
|
-
"type": "
|
|
12007
|
-
"
|
|
12008
|
-
|
|
12009
|
-
|
|
12010
|
-
|
|
12011
|
-
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
{
|
|
12015
|
-
"id":
|
|
12016
|
-
"name": "
|
|
12008
|
+
"type": "literal",
|
|
12009
|
+
"value": null
|
|
12010
|
+
},
|
|
12011
|
+
{
|
|
12012
|
+
"type": "intersection",
|
|
12013
|
+
"types": [
|
|
12014
|
+
{
|
|
12015
|
+
"type": "reflection",
|
|
12016
|
+
"declaration": {
|
|
12017
|
+
"id": 149,
|
|
12018
|
+
"name": "__type",
|
|
12017
12019
|
"variant": "declaration",
|
|
12018
|
-
"kind":
|
|
12020
|
+
"kind": 65536,
|
|
12019
12021
|
"flags": {},
|
|
12022
|
+
"children": [
|
|
12023
|
+
{
|
|
12024
|
+
"id": 150,
|
|
12025
|
+
"name": "schema",
|
|
12026
|
+
"variant": "declaration",
|
|
12027
|
+
"kind": 1024,
|
|
12028
|
+
"flags": {},
|
|
12029
|
+
"sources": [
|
|
12030
|
+
{
|
|
12031
|
+
"fileName": "payload/packages/model/dist/node/Payload.d.ts",
|
|
12032
|
+
"line": 23,
|
|
12033
|
+
"character": 4
|
|
12034
|
+
}
|
|
12035
|
+
],
|
|
12036
|
+
"type": {
|
|
12037
|
+
"type": "intrinsic",
|
|
12038
|
+
"name": "string"
|
|
12039
|
+
}
|
|
12040
|
+
}
|
|
12041
|
+
],
|
|
12042
|
+
"groups": [
|
|
12043
|
+
{
|
|
12044
|
+
"title": "Properties",
|
|
12045
|
+
"children": [
|
|
12046
|
+
150
|
|
12047
|
+
]
|
|
12048
|
+
}
|
|
12049
|
+
],
|
|
12020
12050
|
"sources": [
|
|
12021
12051
|
{
|
|
12022
12052
|
"fileName": "payload/packages/model/dist/node/Payload.d.ts",
|
|
12023
|
-
"line":
|
|
12024
|
-
"character":
|
|
12053
|
+
"line": 22,
|
|
12054
|
+
"character": 68
|
|
12025
12055
|
}
|
|
12026
|
-
],
|
|
12027
|
-
"type": {
|
|
12028
|
-
"type": "intrinsic",
|
|
12029
|
-
"name": "string"
|
|
12030
|
-
}
|
|
12031
|
-
}
|
|
12032
|
-
],
|
|
12033
|
-
"groups": [
|
|
12034
|
-
{
|
|
12035
|
-
"title": "Properties",
|
|
12036
|
-
"children": [
|
|
12037
|
-
150
|
|
12038
12056
|
]
|
|
12039
12057
|
}
|
|
12040
|
-
|
|
12041
|
-
|
|
12042
|
-
|
|
12043
|
-
|
|
12044
|
-
|
|
12045
|
-
|
|
12046
|
-
|
|
12047
|
-
|
|
12048
|
-
}
|
|
12049
|
-
},
|
|
12050
|
-
{
|
|
12051
|
-
"type": "reference",
|
|
12052
|
-
"target": 163,
|
|
12053
|
-
"name": "PayloadFields",
|
|
12054
|
-
"package": "@xyo-network/payload-model"
|
|
12058
|
+
},
|
|
12059
|
+
{
|
|
12060
|
+
"type": "reference",
|
|
12061
|
+
"target": 163,
|
|
12062
|
+
"name": "PayloadFields",
|
|
12063
|
+
"package": "@xyo-network/payload-model"
|
|
12064
|
+
}
|
|
12065
|
+
]
|
|
12055
12066
|
}
|
|
12056
12067
|
]
|
|
12057
12068
|
}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/huri": "~2.75.
|
|
14
|
-
"@xyo-network/payload-builder": "~2.75.
|
|
15
|
-
"@xyo-network/payload-model": "~2.75.
|
|
16
|
-
"@xyo-network/payload-validator": "~2.75.
|
|
17
|
-
"@xyo-network/payload-wrapper": "~2.75.
|
|
13
|
+
"@xyo-network/huri": "~2.75.12",
|
|
14
|
+
"@xyo-network/payload-builder": "~2.75.12",
|
|
15
|
+
"@xyo-network/payload-model": "~2.75.12",
|
|
16
|
+
"@xyo-network/payload-validator": "~2.75.12",
|
|
17
|
+
"@xyo-network/payload-wrapper": "~2.75.12"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@xylabs/ts-scripts-yarn3": "^3.0.88",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
},
|
|
65
65
|
"sideEffects": false,
|
|
66
66
|
"types": "dist/node/index.d.ts",
|
|
67
|
-
"version": "2.75.
|
|
67
|
+
"version": "2.75.12"
|
|
68
68
|
}
|