@xyo-network/boundwitness 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.
Files changed (2) hide show
  1. package/dist/docs.json +58 -47
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -23999,63 +23999,74 @@
23999
23999
  "name": "x",
24000
24000
  "variant": "param",
24001
24001
  "kind": 32768,
24002
- "flags": {},
24002
+ "flags": {
24003
+ "isOptional": true
24004
+ },
24003
24005
  "type": {
24004
- "type": "intersection",
24006
+ "type": "union",
24005
24007
  "types": [
24006
24008
  {
24007
- "type": "reflection",
24008
- "declaration": {
24009
- "id": 577,
24010
- "name": "__type",
24011
- "variant": "declaration",
24012
- "kind": 65536,
24013
- "flags": {},
24014
- "children": [
24015
- {
24016
- "id": 578,
24017
- "name": "schema",
24009
+ "type": "literal",
24010
+ "value": null
24011
+ },
24012
+ {
24013
+ "type": "intersection",
24014
+ "types": [
24015
+ {
24016
+ "type": "reflection",
24017
+ "declaration": {
24018
+ "id": 577,
24019
+ "name": "__type",
24018
24020
  "variant": "declaration",
24019
- "kind": 1024,
24021
+ "kind": 65536,
24020
24022
  "flags": {},
24023
+ "children": [
24024
+ {
24025
+ "id": 578,
24026
+ "name": "schema",
24027
+ "variant": "declaration",
24028
+ "kind": 1024,
24029
+ "flags": {},
24030
+ "sources": [
24031
+ {
24032
+ "fileName": "boundwitness/packages/model/dist/node/isBoundWitnessPayload.d.ts",
24033
+ "line": 2,
24034
+ "character": 4
24035
+ }
24036
+ ],
24037
+ "type": {
24038
+ "type": "intrinsic",
24039
+ "name": "string"
24040
+ }
24041
+ }
24042
+ ],
24043
+ "groups": [
24044
+ {
24045
+ "title": "Properties",
24046
+ "children": [
24047
+ 578
24048
+ ]
24049
+ }
24050
+ ],
24021
24051
  "sources": [
24022
24052
  {
24023
24053
  "fileName": "boundwitness/packages/model/dist/node/isBoundWitnessPayload.d.ts",
24024
- "line": 2,
24025
- "character": 4
24054
+ "line": 1,
24055
+ "character": 50
24026
24056
  }
24027
- ],
24028
- "type": {
24029
- "type": "intrinsic",
24030
- "name": "string"
24031
- }
24032
- }
24033
- ],
24034
- "groups": [
24035
- {
24036
- "title": "Properties",
24037
- "children": [
24038
- 578
24039
24057
  ]
24040
24058
  }
24041
- ],
24042
- "sources": [
24043
- {
24044
- "fileName": "boundwitness/packages/model/dist/node/isBoundWitnessPayload.d.ts",
24045
- "line": 1,
24046
- "character": 48
24047
- }
24048
- ]
24049
- }
24050
- },
24051
- {
24052
- "type": "reference",
24053
- "target": {
24054
- "sourceFileName": "../payload/packages/model/src/Payload.ts",
24055
- "qualifiedName": "PayloadFields"
24056
- },
24057
- "name": "PayloadFields",
24058
- "package": "@xyo-network/payload-model"
24059
+ },
24060
+ {
24061
+ "type": "reference",
24062
+ "target": {
24063
+ "sourceFileName": "../payload/packages/model/src/Payload.ts",
24064
+ "qualifiedName": "PayloadFields"
24065
+ },
24066
+ "name": "PayloadFields",
24067
+ "package": "@xyo-network/payload-model"
24068
+ }
24069
+ ]
24059
24070
  }
24060
24071
  ]
24061
24072
  }
@@ -24132,7 +24143,7 @@
24132
24143
  {
24133
24144
  "fileName": "boundwitness/packages/model/dist/node/isBoundWitnessPayload.d.ts",
24134
24145
  "line": 3,
24135
- "character": 209
24146
+ "character": 229
24136
24147
  }
24137
24148
  ]
24138
24149
  }
package/package.json CHANGED
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/boundwitness-builder": "~2.75.11",
14
- "@xyo-network/boundwitness-model": "~2.75.11",
15
- "@xyo-network/boundwitness-validator": "~2.75.11",
16
- "@xyo-network/boundwitness-wrapper": "~2.75.11"
13
+ "@xyo-network/boundwitness-builder": "~2.75.12",
14
+ "@xyo-network/boundwitness-model": "~2.75.12",
15
+ "@xyo-network/boundwitness-validator": "~2.75.12",
16
+ "@xyo-network/boundwitness-wrapper": "~2.75.12"
17
17
  },
18
18
  "description": "Primary SDK for using XYO Protocol 2.0",
19
19
  "devDependencies": {
@@ -63,5 +63,5 @@
63
63
  },
64
64
  "sideEffects": false,
65
65
  "types": "dist/node/index.d.ts",
66
- "version": "2.75.11"
66
+ "version": "2.75.12"
67
67
  }