@xyo-network/system-payload-plugins 2.36.0-rc.2 → 2.36.1

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 +362 -72
  2. package/package.json +3 -4
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "plugins/packages/system/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42fb1e1/packages/plugins/packages/system/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7ab208c/packages/plugins/packages/system/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -1250,7 +1250,7 @@
1250
1250
  }
1251
1251
  },
1252
1252
  {
1253
- "id": 158,
1253
+ "id": 163,
1254
1254
  "name": "bindQuery",
1255
1255
  "kind": 2048,
1256
1256
  "kindString": "Method",
@@ -1264,18 +1264,176 @@
1264
1264
  ],
1265
1265
  "signatures": [
1266
1266
  {
1267
- "id": 159,
1267
+ "id": 164,
1268
1268
  "name": "bindQuery",
1269
1269
  "kind": 4096,
1270
1270
  "kindString": "Call signature",
1271
1271
  "flags": {},
1272
+ "typeParameter": [
1273
+ {
1274
+ "id": 169,
1275
+ "name": "T",
1276
+ "kind": 131072,
1277
+ "kindString": "Type parameter",
1278
+ "flags": {},
1279
+ "type": {
1280
+ "type": "union",
1281
+ "types": [
1282
+ {
1283
+ "type": "intersection",
1284
+ "types": [
1285
+ {
1286
+ "type": "reference",
1287
+ "name": "SchemaFields"
1288
+ },
1289
+ {
1290
+ "type": "reference",
1291
+ "name": "PayloadFields"
1292
+ },
1293
+ {
1294
+ "type": "reference",
1295
+ "name": "XyoQueryFields"
1296
+ },
1297
+ {
1298
+ "type": "reflection",
1299
+ "declaration": {
1300
+ "id": 165,
1301
+ "name": "__type",
1302
+ "kind": 65536,
1303
+ "kindString": "Type literal",
1304
+ "flags": {},
1305
+ "children": [
1306
+ {
1307
+ "id": 166,
1308
+ "name": "schema",
1309
+ "kind": 1024,
1310
+ "kindString": "Property",
1311
+ "flags": {},
1312
+ "sources": [
1313
+ {
1314
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1315
+ "line": 18,
1316
+ "character": 4
1317
+ }
1318
+ ],
1319
+ "type": {
1320
+ "type": "intrinsic",
1321
+ "name": "string"
1322
+ }
1323
+ }
1324
+ ],
1325
+ "groups": [
1326
+ {
1327
+ "title": "Properties",
1328
+ "children": [
1329
+ 166
1330
+ ]
1331
+ }
1332
+ ],
1333
+ "sources": [
1334
+ {
1335
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1336
+ "line": 17,
1337
+ "character": 227
1338
+ }
1339
+ ]
1340
+ }
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "type": "reference",
1346
+ "typeArguments": [
1347
+ {
1348
+ "type": "intersection",
1349
+ "types": [
1350
+ {
1351
+ "type": "reference",
1352
+ "name": "SchemaFields"
1353
+ },
1354
+ {
1355
+ "type": "reference",
1356
+ "name": "PayloadFields"
1357
+ },
1358
+ {
1359
+ "type": "reference",
1360
+ "name": "XyoQueryFields"
1361
+ },
1362
+ {
1363
+ "type": "reflection",
1364
+ "declaration": {
1365
+ "id": 167,
1366
+ "name": "__type",
1367
+ "kind": 65536,
1368
+ "kindString": "Type literal",
1369
+ "flags": {},
1370
+ "children": [
1371
+ {
1372
+ "id": 168,
1373
+ "name": "schema",
1374
+ "kind": 1024,
1375
+ "kindString": "Property",
1376
+ "flags": {},
1377
+ "sources": [
1378
+ {
1379
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1380
+ "line": 18,
1381
+ "character": 4
1382
+ }
1383
+ ],
1384
+ "type": {
1385
+ "type": "intrinsic",
1386
+ "name": "string"
1387
+ }
1388
+ }
1389
+ ],
1390
+ "groups": [
1391
+ {
1392
+ "title": "Properties",
1393
+ "children": [
1394
+ 168
1395
+ ]
1396
+ }
1397
+ ],
1398
+ "sources": [
1399
+ {
1400
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1401
+ "line": 17,
1402
+ "character": 227
1403
+ }
1404
+ ]
1405
+ }
1406
+ }
1407
+ ]
1408
+ }
1409
+ ],
1410
+ "name": "PayloadWrapper"
1411
+ }
1412
+ ]
1413
+ }
1414
+ }
1415
+ ],
1272
1416
  "parameters": [
1273
1417
  {
1274
- "id": 160,
1275
- "name": "payloads",
1418
+ "id": 170,
1419
+ "name": "query",
1276
1420
  "kind": 32768,
1277
1421
  "kindString": "Parameter",
1278
1422
  "flags": {},
1423
+ "type": {
1424
+ "type": "reference",
1425
+ "id": 169,
1426
+ "name": "T"
1427
+ }
1428
+ },
1429
+ {
1430
+ "id": 171,
1431
+ "name": "payloads",
1432
+ "kind": 32768,
1433
+ "kindString": "Parameter",
1434
+ "flags": {
1435
+ "isOptional": true
1436
+ },
1279
1437
  "type": {
1280
1438
  "type": "reference",
1281
1439
  "typeArguments": [
@@ -1293,14 +1451,14 @@
1293
1451
  {
1294
1452
  "type": "reflection",
1295
1453
  "declaration": {
1296
- "id": 161,
1454
+ "id": 172,
1297
1455
  "name": "__type",
1298
1456
  "kind": 65536,
1299
1457
  "kindString": "Type literal",
1300
1458
  "flags": {},
1301
1459
  "children": [
1302
1460
  {
1303
- "id": 162,
1461
+ "id": 173,
1304
1462
  "name": "schema",
1305
1463
  "kind": 1024,
1306
1464
  "kindString": "Property",
@@ -1322,7 +1480,7 @@
1322
1480
  {
1323
1481
  "title": "Properties",
1324
1482
  "children": [
1325
- 162
1483
+ 173
1326
1484
  ]
1327
1485
  }
1328
1486
  ],
@@ -1342,20 +1500,7 @@
1342
1500
  }
1343
1501
  },
1344
1502
  {
1345
- "id": 163,
1346
- "name": "query",
1347
- "kind": 32768,
1348
- "kindString": "Parameter",
1349
- "flags": {
1350
- "isOptional": true
1351
- },
1352
- "type": {
1353
- "type": "intrinsic",
1354
- "name": "string"
1355
- }
1356
- },
1357
- {
1358
- "id": 164,
1503
+ "id": 174,
1359
1504
  "name": "account",
1360
1505
  "kind": 32768,
1361
1506
  "kindString": "Parameter",
@@ -1392,14 +1537,14 @@
1392
1537
  {
1393
1538
  "type": "reflection",
1394
1539
  "declaration": {
1395
- "id": 165,
1540
+ "id": 175,
1396
1541
  "name": "__type",
1397
1542
  "kind": 65536,
1398
1543
  "kindString": "Type literal",
1399
1544
  "flags": {},
1400
1545
  "children": [
1401
1546
  {
1402
- "id": 167,
1547
+ "id": 177,
1403
1548
  "name": "query",
1404
1549
  "kind": 1024,
1405
1550
  "kindString": "Property",
@@ -1417,7 +1562,7 @@
1417
1562
  }
1418
1563
  },
1419
1564
  {
1420
- "id": 166,
1565
+ "id": 176,
1421
1566
  "name": "schema",
1422
1567
  "kind": 1024,
1423
1568
  "kindString": "Property",
@@ -1439,8 +1584,8 @@
1439
1584
  {
1440
1585
  "title": "Properties",
1441
1586
  "children": [
1442
- 167,
1443
- 166
1587
+ 177,
1588
+ 176
1444
1589
  ]
1445
1590
  }
1446
1591
  ],
@@ -1472,14 +1617,14 @@
1472
1617
  {
1473
1618
  "type": "reflection",
1474
1619
  "declaration": {
1475
- "id": 168,
1620
+ "id": 178,
1476
1621
  "name": "__type",
1477
1622
  "kind": 65536,
1478
1623
  "kindString": "Type literal",
1479
1624
  "flags": {},
1480
1625
  "children": [
1481
1626
  {
1482
- "id": 169,
1627
+ "id": 179,
1483
1628
  "name": "schema",
1484
1629
  "kind": 1024,
1485
1630
  "kindString": "Property",
@@ -1501,7 +1646,7 @@
1501
1646
  {
1502
1647
  "title": "Properties",
1503
1648
  "children": [
1504
- 169
1649
+ 179
1505
1650
  ]
1506
1651
  }
1507
1652
  ],
@@ -1559,13 +1704,171 @@
1559
1704
  "kind": 4096,
1560
1705
  "kindString": "Call signature",
1561
1706
  "flags": {},
1707
+ "typeParameter": [
1708
+ {
1709
+ "id": 144,
1710
+ "name": "T",
1711
+ "kind": 131072,
1712
+ "kindString": "Type parameter",
1713
+ "flags": {},
1714
+ "type": {
1715
+ "type": "union",
1716
+ "types": [
1717
+ {
1718
+ "type": "intersection",
1719
+ "types": [
1720
+ {
1721
+ "type": "reference",
1722
+ "name": "SchemaFields"
1723
+ },
1724
+ {
1725
+ "type": "reference",
1726
+ "name": "PayloadFields"
1727
+ },
1728
+ {
1729
+ "type": "reference",
1730
+ "name": "XyoQueryFields"
1731
+ },
1732
+ {
1733
+ "type": "reflection",
1734
+ "declaration": {
1735
+ "id": 140,
1736
+ "name": "__type",
1737
+ "kind": 65536,
1738
+ "kindString": "Type literal",
1739
+ "flags": {},
1740
+ "children": [
1741
+ {
1742
+ "id": 141,
1743
+ "name": "schema",
1744
+ "kind": 1024,
1745
+ "kindString": "Property",
1746
+ "flags": {},
1747
+ "sources": [
1748
+ {
1749
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1750
+ "line": 18,
1751
+ "character": 4
1752
+ }
1753
+ ],
1754
+ "type": {
1755
+ "type": "intrinsic",
1756
+ "name": "string"
1757
+ }
1758
+ }
1759
+ ],
1760
+ "groups": [
1761
+ {
1762
+ "title": "Properties",
1763
+ "children": [
1764
+ 141
1765
+ ]
1766
+ }
1767
+ ],
1768
+ "sources": [
1769
+ {
1770
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1771
+ "line": 17,
1772
+ "character": 227
1773
+ }
1774
+ ]
1775
+ }
1776
+ }
1777
+ ]
1778
+ },
1779
+ {
1780
+ "type": "reference",
1781
+ "typeArguments": [
1782
+ {
1783
+ "type": "intersection",
1784
+ "types": [
1785
+ {
1786
+ "type": "reference",
1787
+ "name": "SchemaFields"
1788
+ },
1789
+ {
1790
+ "type": "reference",
1791
+ "name": "PayloadFields"
1792
+ },
1793
+ {
1794
+ "type": "reference",
1795
+ "name": "XyoQueryFields"
1796
+ },
1797
+ {
1798
+ "type": "reflection",
1799
+ "declaration": {
1800
+ "id": 142,
1801
+ "name": "__type",
1802
+ "kind": 65536,
1803
+ "kindString": "Type literal",
1804
+ "flags": {},
1805
+ "children": [
1806
+ {
1807
+ "id": 143,
1808
+ "name": "schema",
1809
+ "kind": 1024,
1810
+ "kindString": "Property",
1811
+ "flags": {},
1812
+ "sources": [
1813
+ {
1814
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1815
+ "line": 18,
1816
+ "character": 4
1817
+ }
1818
+ ],
1819
+ "type": {
1820
+ "type": "intrinsic",
1821
+ "name": "string"
1822
+ }
1823
+ }
1824
+ ],
1825
+ "groups": [
1826
+ {
1827
+ "title": "Properties",
1828
+ "children": [
1829
+ 143
1830
+ ]
1831
+ }
1832
+ ],
1833
+ "sources": [
1834
+ {
1835
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1836
+ "line": 17,
1837
+ "character": 227
1838
+ }
1839
+ ]
1840
+ }
1841
+ }
1842
+ ]
1843
+ }
1844
+ ],
1845
+ "name": "PayloadWrapper"
1846
+ }
1847
+ ]
1848
+ }
1849
+ }
1850
+ ],
1562
1851
  "parameters": [
1563
1852
  {
1564
- "id": 140,
1565
- "name": "payloads",
1853
+ "id": 145,
1854
+ "name": "query",
1566
1855
  "kind": 32768,
1567
1856
  "kindString": "Parameter",
1568
1857
  "flags": {},
1858
+ "type": {
1859
+ "type": "reference",
1860
+ "id": 144,
1861
+ "name": "T"
1862
+ }
1863
+ },
1864
+ {
1865
+ "id": 146,
1866
+ "name": "payloads",
1867
+ "kind": 32768,
1868
+ "kindString": "Parameter",
1869
+ "flags": {
1870
+ "isOptional": true
1871
+ },
1569
1872
  "type": {
1570
1873
  "type": "reference",
1571
1874
  "typeArguments": [
@@ -1583,14 +1886,14 @@
1583
1886
  {
1584
1887
  "type": "reflection",
1585
1888
  "declaration": {
1586
- "id": 141,
1889
+ "id": 147,
1587
1890
  "name": "__type",
1588
1891
  "kind": 65536,
1589
1892
  "kindString": "Type literal",
1590
1893
  "flags": {},
1591
1894
  "children": [
1592
1895
  {
1593
- "id": 142,
1896
+ "id": 148,
1594
1897
  "name": "schema",
1595
1898
  "kind": 1024,
1596
1899
  "kindString": "Property",
@@ -1612,7 +1915,7 @@
1612
1915
  {
1613
1916
  "title": "Properties",
1614
1917
  "children": [
1615
- 142
1918
+ 148
1616
1919
  ]
1617
1920
  }
1618
1921
  ],
@@ -1632,20 +1935,7 @@
1632
1935
  }
1633
1936
  },
1634
1937
  {
1635
- "id": 143,
1636
- "name": "query",
1637
- "kind": 32768,
1638
- "kindString": "Parameter",
1639
- "flags": {
1640
- "isOptional": true
1641
- },
1642
- "type": {
1643
- "type": "intrinsic",
1644
- "name": "string"
1645
- }
1646
- },
1647
- {
1648
- "id": 144,
1938
+ "id": 149,
1649
1939
  "name": "account",
1650
1940
  "kind": 32768,
1651
1941
  "kindString": "Parameter",
@@ -1679,14 +1969,14 @@
1679
1969
  {
1680
1970
  "type": "reflection",
1681
1971
  "declaration": {
1682
- "id": 145,
1972
+ "id": 150,
1683
1973
  "name": "__type",
1684
1974
  "kind": 65536,
1685
1975
  "kindString": "Type literal",
1686
1976
  "flags": {},
1687
1977
  "children": [
1688
1978
  {
1689
- "id": 147,
1979
+ "id": 152,
1690
1980
  "name": "query",
1691
1981
  "kind": 1024,
1692
1982
  "kindString": "Property",
@@ -1704,7 +1994,7 @@
1704
1994
  }
1705
1995
  },
1706
1996
  {
1707
- "id": 146,
1997
+ "id": 151,
1708
1998
  "name": "schema",
1709
1999
  "kind": 1024,
1710
2000
  "kindString": "Property",
@@ -1726,8 +2016,8 @@
1726
2016
  {
1727
2017
  "title": "Properties",
1728
2018
  "children": [
1729
- 147,
1730
- 146
2019
+ 152,
2020
+ 151
1731
2021
  ]
1732
2022
  }
1733
2023
  ],
@@ -1759,14 +2049,14 @@
1759
2049
  {
1760
2050
  "type": "reflection",
1761
2051
  "declaration": {
1762
- "id": 148,
2052
+ "id": 153,
1763
2053
  "name": "__type",
1764
2054
  "kind": 65536,
1765
2055
  "kindString": "Type literal",
1766
2056
  "flags": {},
1767
2057
  "children": [
1768
2058
  {
1769
- "id": 149,
2059
+ "id": 154,
1770
2060
  "name": "schema",
1771
2061
  "kind": 1024,
1772
2062
  "kindString": "Property",
@@ -1788,7 +2078,7 @@
1788
2078
  {
1789
2079
  "title": "Properties",
1790
2080
  "children": [
1791
- 149
2081
+ 154
1792
2082
  ]
1793
2083
  }
1794
2084
  ],
@@ -1820,7 +2110,7 @@
1820
2110
  }
1821
2111
  },
1822
2112
  {
1823
- "id": 150,
2113
+ "id": 155,
1824
2114
  "name": "bindResult",
1825
2115
  "kind": 2048,
1826
2116
  "kindString": "Method",
@@ -1834,14 +2124,14 @@
1834
2124
  ],
1835
2125
  "signatures": [
1836
2126
  {
1837
- "id": 151,
2127
+ "id": 156,
1838
2128
  "name": "bindResult",
1839
2129
  "kind": 4096,
1840
2130
  "kindString": "Call signature",
1841
2131
  "flags": {},
1842
2132
  "parameters": [
1843
2133
  {
1844
- "id": 152,
2134
+ "id": 157,
1845
2135
  "name": "payloads",
1846
2136
  "kind": 32768,
1847
2137
  "kindString": "Parameter",
@@ -1863,14 +2153,14 @@
1863
2153
  {
1864
2154
  "type": "reflection",
1865
2155
  "declaration": {
1866
- "id": 153,
2156
+ "id": 158,
1867
2157
  "name": "__type",
1868
2158
  "kind": 65536,
1869
2159
  "kindString": "Type literal",
1870
2160
  "flags": {},
1871
2161
  "children": [
1872
2162
  {
1873
- "id": 154,
2163
+ "id": 159,
1874
2164
  "name": "schema",
1875
2165
  "kind": 1024,
1876
2166
  "kindString": "Property",
@@ -1892,7 +2182,7 @@
1892
2182
  {
1893
2183
  "title": "Properties",
1894
2184
  "children": [
1895
- 154
2185
+ 159
1896
2186
  ]
1897
2187
  }
1898
2188
  ],
@@ -1912,7 +2202,7 @@
1912
2202
  }
1913
2203
  },
1914
2204
  {
1915
- "id": 155,
2205
+ "id": 160,
1916
2206
  "name": "account",
1917
2207
  "kind": 32768,
1918
2208
  "kindString": "Parameter",
@@ -1945,14 +2235,14 @@
1945
2235
  {
1946
2236
  "type": "reflection",
1947
2237
  "declaration": {
1948
- "id": 156,
2238
+ "id": 161,
1949
2239
  "name": "__type",
1950
2240
  "kind": 65536,
1951
2241
  "kindString": "Type literal",
1952
2242
  "flags": {},
1953
2243
  "children": [
1954
2244
  {
1955
- "id": 157,
2245
+ "id": 162,
1956
2246
  "name": "schema",
1957
2247
  "kind": 1024,
1958
2248
  "kindString": "Property",
@@ -1974,7 +2264,7 @@
1974
2264
  {
1975
2265
  "title": "Properties",
1976
2266
  "children": [
1977
- 157
2267
+ 162
1978
2268
  ]
1979
2269
  }
1980
2270
  ],
@@ -2955,9 +3245,9 @@
2955
3245
  "children": [
2956
3246
  125,
2957
3247
  118,
2958
- 158,
3248
+ 163,
2959
3249
  138,
2960
- 150,
3250
+ 155,
2961
3251
  130,
2962
3252
  106,
2963
3253
  109,
@@ -2979,7 +3269,7 @@
2979
3269
  ],
2980
3270
  "typeParameters": [
2981
3271
  {
2982
- "id": 170,
3272
+ "id": 180,
2983
3273
  "name": "T",
2984
3274
  "kind": 131072,
2985
3275
  "kindString": "Type parameter",
@@ -3298,7 +3588,7 @@
3298
3588
  "fileName": "plugins/packages/system/src/index.ts",
3299
3589
  "line": 6,
3300
3590
  "character": 13,
3301
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42fb1e1/packages/plugins/packages/system/src/index.ts#L6"
3591
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7ab208c/packages/plugins/packages/system/src/index.ts#L6"
3302
3592
  }
3303
3593
  ],
3304
3594
  "type": {
@@ -4041,7 +4331,7 @@
4041
4331
  "fileName": "plugins/packages/system/src/index.ts",
4042
4332
  "line": 1,
4043
4333
  "character": 0,
4044
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/42fb1e1/packages/plugins/packages/system/src/index.ts#L1"
4334
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7ab208c/packages/plugins/packages/system/src/index.ts#L1"
4045
4335
  }
4046
4336
  ]
4047
4337
  }
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/info-system-payload-plugins": "^2.36.0-rc.2",
14
- "@xyo-network/payload-plugin": "^2.36.0-rc.2",
13
+ "@xyo-network/info-system-payload-plugins": "^2.36.1",
14
+ "@xyo-network/payload-plugin": "^2.36.1",
15
15
  "tslib": "^2.4.0"
16
16
  },
17
17
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -47,6 +47,5 @@
47
47
  },
48
48
  "sideEffects": false,
49
49
  "types": "dist/esm/index.d.ts",
50
- "version": "2.36.0-rc.2",
51
- "stableVersion": "2.35.0"
50
+ "version": "2.36.1"
52
51
  }