@xyo-network/sdk 2.38.2 → 2.38.3

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 +46 -55
  2. package/package.json +16 -16
package/dist/docs.json CHANGED
@@ -137559,71 +137559,62 @@
137559
137559
  "isOptional": true
137560
137560
  },
137561
137561
  "type": {
137562
- "type": "union",
137562
+ "type": "intersection",
137563
137563
  "types": [
137564
137564
  {
137565
- "type": "literal",
137566
- "value": null
137565
+ "type": "reference",
137566
+ "id": 4497,
137567
+ "name": "SchemaFields"
137567
137568
  },
137568
137569
  {
137569
- "type": "intersection",
137570
- "types": [
137571
- {
137572
- "type": "reference",
137573
- "id": 4497,
137574
- "name": "SchemaFields"
137575
- },
137576
- {
137577
- "type": "reference",
137578
- "id": 4502,
137579
- "name": "PayloadFields"
137580
- },
137581
- {
137582
- "type": "reflection",
137583
- "declaration": {
137584
- "id": 2382,
137585
- "name": "__type",
137586
- "kind": 65536,
137587
- "kindString": "Type literal",
137570
+ "type": "reference",
137571
+ "id": 4502,
137572
+ "name": "PayloadFields"
137573
+ },
137574
+ {
137575
+ "type": "reflection",
137576
+ "declaration": {
137577
+ "id": 2382,
137578
+ "name": "__type",
137579
+ "kind": 65536,
137580
+ "kindString": "Type literal",
137581
+ "flags": {},
137582
+ "children": [
137583
+ {
137584
+ "id": 2383,
137585
+ "name": "schema",
137586
+ "kind": 1024,
137587
+ "kindString": "Property",
137588
137588
  "flags": {},
137589
- "children": [
137590
- {
137591
- "id": 2383,
137592
- "name": "schema",
137593
- "kind": 1024,
137594
- "kindString": "Property",
137595
- "flags": {},
137596
- "sources": [
137597
- {
137598
- "fileName": "packages/sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
137599
- "line": 19,
137600
- "character": 4
137601
- }
137602
- ],
137603
- "type": {
137604
- "type": "intrinsic",
137605
- "name": "string"
137606
- }
137607
- }
137608
- ],
137609
- "groups": [
137610
- {
137611
- "title": "Properties",
137612
- "children": [
137613
- 2383
137614
- ]
137615
- }
137616
- ],
137617
137589
  "sources": [
137618
137590
  {
137619
137591
  "fileName": "packages/sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
137620
- "line": 18,
137621
- "character": 17
137592
+ "line": 19,
137593
+ "character": 4
137622
137594
  }
137595
+ ],
137596
+ "type": {
137597
+ "type": "intrinsic",
137598
+ "name": "string"
137599
+ }
137600
+ }
137601
+ ],
137602
+ "groups": [
137603
+ {
137604
+ "title": "Properties",
137605
+ "children": [
137606
+ 2383
137623
137607
  ]
137624
137608
  }
137625
- }
137626
- ]
137609
+ ],
137610
+ "sources": [
137611
+ {
137612
+ "fileName": "packages/sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
137613
+ "line": 18,
137614
+ "character": 17
137615
+ }
137616
+ ]
137617
+ }
137627
137618
  }
137628
137619
  ]
137629
137620
  }
@@ -139967,7 +139958,7 @@
139967
139958
  "fileName": "packages/sdk/src/index.ts",
139968
139959
  "line": 1,
139969
139960
  "character": 0,
139970
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c9c6a8f4/packages/sdk/src/index.ts#L1"
139961
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0bf62c03/packages/sdk/src/index.ts#L1"
139971
139962
  }
139972
139963
  ]
139973
139964
  }
package/package.json CHANGED
@@ -10,21 +10,21 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.38.2",
14
- "@xyo-network/api": "^2.38.2",
15
- "@xyo-network/boundwitness": "^2.38.2",
16
- "@xyo-network/core": "^2.38.2",
17
- "@xyo-network/network": "^2.38.2",
18
- "@xyo-network/panel": "^2.38.2",
19
- "@xyo-network/payload": "^2.38.2",
20
- "@xyo-network/payload-plugin": "^2.38.2",
21
- "@xyo-network/promise": "^2.38.2",
22
- "@xyo-network/shared": "^2.38.2",
23
- "@xyo-network/storage": "^2.38.2",
24
- "@xyo-network/typeof": "^2.38.2",
25
- "@xyo-network/utils": "^2.38.2",
26
- "@xyo-network/wallet": "^2.38.2",
27
- "@xyo-network/witnesses": "^2.38.2",
13
+ "@xyo-network/account": "^2.38.3",
14
+ "@xyo-network/api": "^2.38.3",
15
+ "@xyo-network/boundwitness": "^2.38.3",
16
+ "@xyo-network/core": "^2.38.3",
17
+ "@xyo-network/network": "^2.38.3",
18
+ "@xyo-network/panel": "^2.38.3",
19
+ "@xyo-network/payload": "^2.38.3",
20
+ "@xyo-network/payload-plugin": "^2.38.3",
21
+ "@xyo-network/promise": "^2.38.3",
22
+ "@xyo-network/shared": "^2.38.3",
23
+ "@xyo-network/storage": "^2.38.3",
24
+ "@xyo-network/typeof": "^2.38.3",
25
+ "@xyo-network/utils": "^2.38.3",
26
+ "@xyo-network/wallet": "^2.38.3",
27
+ "@xyo-network/witnesses": "^2.38.3",
28
28
  "tslib": "^2.4.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -65,5 +65,5 @@
65
65
  },
66
66
  "sideEffects": false,
67
67
  "types": "dist/esm/index.d.ts",
68
- "version": "2.38.2"
68
+ "version": "2.38.3"
69
69
  }