gremlin 3.6.7 → 3.6.8

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 (77) hide show
  1. package/doc/AnonymousTraversalSource.html +1 -1
  2. package/doc/Authenticator.html +1 -1
  3. package/doc/Bytecode.html +1 -1
  4. package/doc/CardinalityValue.html +1 -1
  5. package/doc/Client.html +41 -8
  6. package/doc/Connection.html +40 -7
  7. package/doc/DataType.js.html +1 -1
  8. package/doc/DriverRemoteConnection.html +44 -11
  9. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  10. package/doc/Graph.html +1 -1
  11. package/doc/GraphBinaryReader.js.html +1 -1
  12. package/doc/GraphBinaryWriter.js.html +1 -1
  13. package/doc/GraphSON2Reader.html +1 -1
  14. package/doc/GraphSON2Writer.html +1 -1
  15. package/doc/GraphSON3Reader.html +1 -1
  16. package/doc/GraphSON3Writer.html +1 -1
  17. package/doc/GraphTraversal.html +1 -1
  18. package/doc/GraphTraversalSource.html +1 -1
  19. package/doc/HaltedTraverserStrategy.html +1 -1
  20. package/doc/MatchAlgorithmStrategy.html +1 -1
  21. package/doc/P.html +1 -1
  22. package/doc/PartitionStrategy.html +1 -1
  23. package/doc/Path.html +1 -1
  24. package/doc/PlainTextSaslAuthenticator.html +1 -1
  25. package/doc/ProductiveByStrategy.html +1 -1
  26. package/doc/RemoteConnection.html +1 -1
  27. package/doc/RemoteStrategy.html +1 -1
  28. package/doc/RemoteTraversal.html +1 -1
  29. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  30. package/doc/ResponseError.html +1 -1
  31. package/doc/ResultSet.html +1 -1
  32. package/doc/SaslAuthenticator.html +1 -1
  33. package/doc/SaslMechanismBase.html +1 -1
  34. package/doc/SaslMechanismPlain.html +1 -1
  35. package/doc/SeedStrategy.html +1 -1
  36. package/doc/SubgraphStrategy.html +1 -1
  37. package/doc/TextP.html +1 -1
  38. package/doc/Transaction.html +1 -1
  39. package/doc/Translator.html +1 -1
  40. package/doc/TraversalStrategies.html +1 -1
  41. package/doc/TraversalStrategy.html +1 -1
  42. package/doc/TypeSerializer.html +1 -1
  43. package/doc/driver_auth_authenticator.js.html +1 -1
  44. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  45. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  46. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  47. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  48. package/doc/driver_client.js.html +2 -1
  49. package/doc/driver_connection.js.html +4 -1
  50. package/doc/driver_driver-remote-connection.js.html +2 -1
  51. package/doc/driver_remote-connection.js.html +1 -1
  52. package/doc/driver_response-error.js.html +1 -1
  53. package/doc/driver_result-set.js.html +1 -1
  54. package/doc/global.html +2 -2
  55. package/doc/index.html +1 -1
  56. package/doc/module.exports.html +1 -1
  57. package/doc/process_anonymous-traversal.js.html +1 -1
  58. package/doc/process_bytecode.js.html +1 -1
  59. package/doc/process_graph-traversal.js.html +1 -1
  60. package/doc/process_transaction.js.html +1 -1
  61. package/doc/process_translator.js.html +4 -4
  62. package/doc/process_traversal-strategy.js.html +1 -1
  63. package/doc/process_traversal.js.html +1 -1
  64. package/doc/structure_graph.js.html +1 -1
  65. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  66. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  67. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  68. package/doc/structure_io_graph-serializer.js.html +1 -1
  69. package/doc/structure_io_type-serializers.js.html +1 -1
  70. package/doc/utils.js.html +2 -2
  71. package/docker-compose.yml +0 -2
  72. package/lib/driver/client.js +1 -0
  73. package/lib/driver/connection.js +3 -0
  74. package/lib/driver/driver-remote-connection.js +1 -0
  75. package/lib/process/translator.js +3 -3
  76. package/lib/utils.js +1 -1
  77. package/package.json +3 -3
@@ -722,7 +722,7 @@ reference so that traversals spawned from it will execute over that reference.
722
722
  <br class="clear">
723
723
 
724
724
  <footer>
725
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
725
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
726
726
  </footer>
727
727
 
728
728
  <script> prettyPrint(); </script>
@@ -294,7 +294,7 @@
294
294
  <br class="clear">
295
295
 
296
296
  <footer>
297
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
297
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
298
298
  </footer>
299
299
 
300
300
  <script> prettyPrint(); </script>
package/doc/Bytecode.html CHANGED
@@ -932,7 +932,7 @@
932
932
  <br class="clear">
933
933
 
934
934
  <footer>
935
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
935
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
936
936
  </footer>
937
937
 
938
938
  <script> prettyPrint(); </script>
@@ -702,7 +702,7 @@
702
702
  <br class="clear">
703
703
 
704
704
  <footer>
705
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Apr 09 2024 22:21:12 GMT-0700 (Pacific Daylight Time)
705
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 24 2024 13:00:02 GMT-0700 (Pacific Daylight Time)
706
706
  </footer>
707
707
 
708
708
  <script> prettyPrint(); </script>
package/doc/Client.html CHANGED
@@ -710,6 +710,39 @@
710
710
  </tr>
711
711
 
712
712
 
713
+
714
+ <tr>
715
+
716
+ <td class="name"><code>enableCompression</code></td>
717
+
718
+
719
+ <td class="type">
720
+
721
+
722
+ <span class="param-type">Boolean</span>
723
+
724
+
725
+
726
+ </td>
727
+
728
+
729
+ <td class="attributes">
730
+
731
+ &lt;optional><br>
732
+
733
+
734
+
735
+
736
+
737
+ </td>
738
+
739
+
740
+
741
+
742
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
743
+ </tr>
744
+
745
+
713
746
  </tbody>
714
747
  </table>
715
748
 
@@ -848,7 +881,7 @@
848
881
 
849
882
  <dt class="tag-source">Source:</dt>
850
883
  <dd class="tag-source"><ul class="dummy"><li>
851
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line76">line 76</a>
884
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line77">line 77</a>
852
885
  </li></ul></dd>
853
886
 
854
887
 
@@ -1000,7 +1033,7 @@
1000
1033
 
1001
1034
  <dt class="tag-source">Source:</dt>
1002
1035
  <dd class="tag-source"><ul class="dummy"><li>
1003
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line185">line 185</a>
1036
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line186">line 186</a>
1004
1037
  </li></ul></dd>
1005
1038
 
1006
1039
 
@@ -1089,7 +1122,7 @@ send session close request before connection close if session mode
1089
1122
 
1090
1123
  <dt class="tag-source">Source:</dt>
1091
1124
  <dd class="tag-source"><ul class="dummy"><li>
1092
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line172">line 172</a>
1125
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line173">line 173</a>
1093
1126
  </li></ul></dd>
1094
1127
 
1095
1128
 
@@ -1195,7 +1228,7 @@ send session close request before connection close if session mode
1195
1228
 
1196
1229
  <dt class="tag-source">Source:</dt>
1197
1230
  <dd class="tag-source"><ul class="dummy"><li>
1198
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line68">line 68</a>
1231
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line69">line 69</a>
1199
1232
  </li></ul></dd>
1200
1233
 
1201
1234
 
@@ -1373,7 +1406,7 @@ send session close request before connection close if session mode
1373
1406
 
1374
1407
  <dt class="tag-source">Source:</dt>
1375
1408
  <dd class="tag-source"><ul class="dummy"><li>
1376
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line194">line 194</a>
1409
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line195">line 195</a>
1377
1410
  </li></ul></dd>
1378
1411
 
1379
1412
 
@@ -1589,7 +1622,7 @@ send session close request before connection close if session mode
1589
1622
 
1590
1623
  <dt class="tag-source">Source:</dt>
1591
1624
  <dd class="tag-source"><ul class="dummy"><li>
1592
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line135">line 135</a>
1625
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line136">line 136</a>
1593
1626
  </li></ul></dd>
1594
1627
 
1595
1628
 
@@ -1823,7 +1856,7 @@ send session close request before connection close if session mode
1823
1856
 
1824
1857
  <dt class="tag-source">Source:</dt>
1825
1858
  <dd class="tag-source"><ul class="dummy"><li>
1826
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line96">line 96</a>
1859
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line97">line 97</a>
1827
1860
  </li></ul></dd>
1828
1861
 
1829
1862
 
@@ -1893,7 +1926,7 @@ send session close request before connection close if session mode
1893
1926
  <br class="clear">
1894
1927
 
1895
1928
  <footer>
1896
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
1929
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1897
1930
  </footer>
1898
1931
 
1899
1932
  <script> prettyPrint(); </script>
@@ -645,6 +645,39 @@
645
645
 
646
646
 
647
647
 
648
+ <tr>
649
+
650
+ <td class="name"><code>enableCompression</code></td>
651
+
652
+
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">Boolean</span>
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+ <td class="attributes">
664
+
665
+ &lt;optional><br>
666
+
667
+
668
+
669
+
670
+
671
+ </td>
672
+
673
+
674
+
675
+
676
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
677
+ </tr>
678
+
679
+
680
+
648
681
  <tr>
649
682
 
650
683
  <td class="name"><code>connectOnStartup</code></td>
@@ -825,7 +858,7 @@
825
858
 
826
859
  <dt class="tag-source">Source:</dt>
827
860
  <dd class="tag-source"><ul class="dummy"><li>
828
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line86">line 86</a>
861
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line87">line 87</a>
829
862
  </li></ul></dd>
830
863
 
831
864
 
@@ -905,7 +938,7 @@
905
938
 
906
939
  <dt class="tag-source">Source:</dt>
907
940
  <dd class="tag-source"><ul class="dummy"><li>
908
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line393">line 393</a>
941
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line396">line 396</a>
909
942
  </li></ul></dd>
910
943
 
911
944
 
@@ -993,7 +1026,7 @@
993
1026
 
994
1027
  <dt class="tag-source">Source:</dt>
995
1028
  <dd class="tag-source"><ul class="dummy"><li>
996
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line433">line 433</a>
1029
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line436">line 436</a>
997
1030
  </li></ul></dd>
998
1031
 
999
1032
 
@@ -1099,7 +1132,7 @@
1099
1132
 
1100
1133
  <dt class="tag-source">Source:</dt>
1101
1134
  <dd class="tag-source"><ul class="dummy"><li>
1102
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line121">line 121</a>
1135
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line122">line 122</a>
1103
1136
  </li></ul></dd>
1104
1137
 
1105
1138
 
@@ -1201,7 +1234,7 @@
1201
1234
 
1202
1235
  <dt class="tag-source">Source:</dt>
1203
1236
  <dd class="tag-source"><ul class="dummy"><li>
1204
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line210">line 210</a>
1237
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line212">line 212</a>
1205
1238
  </li></ul></dd>
1206
1239
 
1207
1240
 
@@ -1285,7 +1318,7 @@
1285
1318
 
1286
1319
  <dt class="tag-source">Source:</dt>
1287
1320
  <dd class="tag-source"><ul class="dummy"><li>
1288
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line177">line 177</a>
1321
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line179">line 179</a>
1289
1322
  </li></ul></dd>
1290
1323
 
1291
1324
 
@@ -1337,7 +1370,7 @@
1337
1370
  <br class="clear">
1338
1371
 
1339
1372
  <footer>
1340
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
1373
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1341
1374
  </footer>
1342
1375
 
1343
1376
  <script> prettyPrint(); </script>
@@ -140,7 +140,7 @@ export default DataType;
140
140
  <br class="clear">
141
141
 
142
142
  <footer>
143
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 08 2024 22:33:46 GMT-0700 (Pacific Daylight Time)
143
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
144
144
  </footer>
145
145
 
146
146
  <script> prettyPrint(); </script>
@@ -644,6 +644,39 @@
644
644
  </tr>
645
645
 
646
646
 
647
+
648
+ <tr>
649
+
650
+ <td class="name"><code>enableCompression</code></td>
651
+
652
+
653
+ <td class="type">
654
+
655
+
656
+ <span class="param-type">Boolean</span>
657
+
658
+
659
+
660
+ </td>
661
+
662
+
663
+ <td class="attributes">
664
+
665
+ &lt;optional><br>
666
+
667
+
668
+
669
+
670
+
671
+ </td>
672
+
673
+
674
+
675
+
676
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
677
+ </tr>
678
+
679
+
647
680
  </tbody>
648
681
  </table>
649
682
 
@@ -778,7 +811,7 @@
778
811
 
779
812
  <dt class="tag-source">Source:</dt>
780
813
  <dd class="tag-source"><ul class="dummy"><li>
781
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line68">line 68</a>
814
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line69">line 69</a>
782
815
  </li></ul></dd>
783
816
 
784
817
 
@@ -836,7 +869,7 @@
836
869
 
837
870
  <dt class="tag-source">Source:</dt>
838
871
  <dd class="tag-source"><ul class="dummy"><li>
839
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line106">line 106</a>
872
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line107">line 107</a>
840
873
  </li></ul></dd>
841
874
 
842
875
 
@@ -912,7 +945,7 @@
912
945
 
913
946
  <dt class="tag-source">Source:</dt>
914
947
  <dd class="tag-source"><ul class="dummy"><li>
915
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line126">line 126</a>
948
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line127">line 127</a>
916
949
  </li></ul></dd>
917
950
 
918
951
 
@@ -996,7 +1029,7 @@
996
1029
 
997
1030
  <dt class="tag-source">Source:</dt>
998
1031
  <dd class="tag-source"><ul class="dummy"><li>
999
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line121">line 121</a>
1032
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line122">line 122</a>
1000
1033
  </li></ul></dd>
1001
1034
 
1002
1035
 
@@ -1080,7 +1113,7 @@
1080
1113
 
1081
1114
  <dt class="tag-source">Source:</dt>
1082
1115
  <dd class="tag-source"><ul class="dummy"><li>
1083
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line111">line 111</a>
1116
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line112">line 112</a>
1084
1117
  </li></ul></dd>
1085
1118
 
1086
1119
 
@@ -1164,7 +1197,7 @@
1164
1197
 
1165
1198
  <dt class="tag-source">Source:</dt>
1166
1199
  <dd class="tag-source"><ul class="dummy"><li>
1167
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line94">line 94</a>
1200
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line95">line 95</a>
1168
1201
  </li></ul></dd>
1169
1202
 
1170
1203
 
@@ -1248,7 +1281,7 @@
1248
1281
 
1249
1282
  <dt class="tag-source">Source:</dt>
1250
1283
  <dd class="tag-source"><ul class="dummy"><li>
1251
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line63">line 63</a>
1284
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line64">line 64</a>
1252
1285
  </li></ul></dd>
1253
1286
 
1254
1287
 
@@ -1332,7 +1365,7 @@
1332
1365
 
1333
1366
  <dt class="tag-source">Source:</dt>
1334
1367
  <dd class="tag-source"><ul class="dummy"><li>
1335
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line131">line 131</a>
1368
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line132">line 132</a>
1336
1369
  </li></ul></dd>
1337
1370
 
1338
1371
 
@@ -1416,7 +1449,7 @@
1416
1449
 
1417
1450
  <dt class="tag-source">Source:</dt>
1418
1451
  <dd class="tag-source"><ul class="dummy"><li>
1419
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line116">line 116</a>
1452
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line117">line 117</a>
1420
1453
  </li></ul></dd>
1421
1454
 
1422
1455
 
@@ -1500,7 +1533,7 @@
1500
1533
 
1501
1534
  <dt class="tag-source">Source:</dt>
1502
1535
  <dd class="tag-source"><ul class="dummy"><li>
1503
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line73">line 73</a>
1536
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line74">line 74</a>
1504
1537
  </li></ul></dd>
1505
1538
 
1506
1539
 
@@ -1552,7 +1585,7 @@
1552
1585
  <br class="clear">
1553
1586
 
1554
1587
  <footer>
1555
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
1588
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1556
1589
  </footer>
1557
1590
 
1558
1591
  <script> prettyPrint(); </script>
@@ -243,7 +243,7 @@
243
243
  <br class="clear">
244
244
 
245
245
  <footer>
246
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
246
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
247
247
  </footer>
248
248
 
249
249
  <script> prettyPrint(); </script>
package/doc/Graph.html CHANGED
@@ -334,7 +334,7 @@
334
334
  <br class="clear">
335
335
 
336
336
  <footer>
337
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
337
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
338
338
  </footer>
339
339
 
340
340
  <script> prettyPrint(); </script>
@@ -123,7 +123,7 @@ export default class GraphBinaryReader {
123
123
  <br class="clear">
124
124
 
125
125
  <footer>
126
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 08 2024 22:33:46 GMT-0700 (Pacific Daylight Time)
126
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
127
127
  </footer>
128
128
 
129
129
  <script> prettyPrint(); </script>
@@ -126,7 +126,7 @@ export default class GraphBinaryWriter {
126
126
  <br class="clear">
127
127
 
128
128
  <footer>
129
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 08 2024 22:33:46 GMT-0700 (Pacific Daylight Time)
129
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
130
130
  </footer>
131
131
 
132
132
  <script> prettyPrint(); </script>
@@ -398,7 +398,7 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
398
398
  <br class="clear">
399
399
 
400
400
  <footer>
401
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
401
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
402
402
  </footer>
403
403
 
404
404
  <script> prettyPrint(); </script>
@@ -549,7 +549,7 @@ serializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
549
549
  <br class="clear">
550
550
 
551
551
  <footer>
552
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
552
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
553
553
  </footer>
554
554
 
555
555
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -18289,7 +18289,7 @@
18289
18289
  <br class="clear">
18290
18290
 
18291
18291
  <footer>
18292
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
18292
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
18293
18293
  </footer>
18294
18294
 
18295
18295
  <script> prettyPrint(); </script>
@@ -3658,7 +3658,7 @@
3658
3658
  <br class="clear">
3659
3659
 
3660
3660
  <footer>
3661
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
3661
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
3662
3662
  </footer>
3663
3663
 
3664
3664
  <script> prettyPrint(); </script>
@@ -206,7 +206,7 @@
206
206
  <br class="clear">
207
207
 
208
208
  <footer>
209
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
209
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
210
210
  </footer>
211
211
 
212
212
  <script> prettyPrint(); </script>
@@ -201,7 +201,7 @@
201
201
  <br class="clear">
202
202
 
203
203
  <footer>
204
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
204
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
205
205
  </footer>
206
206
 
207
207
  <script> prettyPrint(); </script>
package/doc/P.html CHANGED
@@ -1866,7 +1866,7 @@
1866
1866
  <br class="clear">
1867
1867
 
1868
1868
  <footer>
1869
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
1869
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1870
1870
  </footer>
1871
1871
 
1872
1872
  <script> prettyPrint(); </script>
@@ -378,7 +378,7 @@
378
378
  <br class="clear">
379
379
 
380
380
  <footer>
381
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
382
382
  </footer>
383
383
 
384
384
  <script> prettyPrint(); </script>
package/doc/Path.html CHANGED
@@ -233,7 +233,7 @@
233
233
  <br class="clear">
234
234
 
235
235
  <footer>
236
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
236
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
237
237
  </footer>
238
238
 
239
239
  <script> prettyPrint(); </script>
@@ -447,7 +447,7 @@
447
447
  <br class="clear">
448
448
 
449
449
  <footer>
450
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
450
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
451
451
  </footer>
452
452
 
453
453
  <script> prettyPrint(); </script>
@@ -279,7 +279,7 @@
279
279
  <br class="clear">
280
280
 
281
281
  <footer>
282
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
283
283
  </footer>
284
284
 
285
285
  <script> prettyPrint(); </script>
@@ -1077,7 +1077,7 @@ If the connection is already session bound then this function should throw an ex
1077
1077
  <br class="clear">
1078
1078
 
1079
1079
  <footer>
1080
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
1080
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1081
1081
  </footer>
1082
1082
 
1083
1083
  <script> prettyPrint(); </script>
@@ -298,7 +298,7 @@
298
298
  <br class="clear">
299
299
 
300
300
  <footer>
301
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
301
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
302
302
  </footer>
303
303
 
304
304
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -270,7 +270,7 @@
270
270
  <br class="clear">
271
271
 
272
272
  <footer>
273
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
273
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
274
274
  </footer>
275
275
 
276
276
  <script> prettyPrint(); </script>
@@ -351,7 +351,7 @@
351
351
  <br class="clear">
352
352
 
353
353
  <footer>
354
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 07:56:40 GMT-0700 (Pacific Daylight Time)
354
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
355
355
  </footer>
356
356
 
357
357
  <script> prettyPrint(); </script>