gremlin 3.7.2 → 3.7.4

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 (81) hide show
  1. package/NOTICE +1 -1
  2. package/doc/AnonymousTraversalSource.html +1 -1
  3. package/doc/Authenticator.html +1 -1
  4. package/doc/Bytecode.html +1 -1
  5. package/doc/CardinalityValue.html +1 -1
  6. package/doc/Client.html +41 -8
  7. package/doc/Connection.html +39 -6
  8. package/doc/DriverRemoteConnection.html +44 -11
  9. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  10. package/doc/Graph.html +1 -1
  11. package/doc/GraphSON2Reader.html +1 -1
  12. package/doc/GraphSON2Writer.html +1 -1
  13. package/doc/GraphSON3Reader.html +1 -1
  14. package/doc/GraphSON3Writer.html +1 -1
  15. package/doc/GraphTraversal.html +1 -1
  16. package/doc/GraphTraversalSource.html +1 -1
  17. package/doc/HaltedTraverserStrategy.html +1 -1
  18. package/doc/MatchAlgorithmStrategy.html +1 -1
  19. package/doc/P.html +1 -1
  20. package/doc/PartitionStrategy.html +1 -1
  21. package/doc/Path.html +1 -1
  22. package/doc/PlainTextSaslAuthenticator.html +1 -1
  23. package/doc/ProductiveByStrategy.html +1 -1
  24. package/doc/RemoteConnection.html +1 -1
  25. package/doc/RemoteStrategy.html +1 -1
  26. package/doc/RemoteTraversal.html +1 -1
  27. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  28. package/doc/ResponseError.html +1 -1
  29. package/doc/ResultSet.html +1 -1
  30. package/doc/SaslAuthenticator.html +1 -1
  31. package/doc/SaslMechanismBase.html +1 -1
  32. package/doc/SaslMechanismPlain.html +1 -1
  33. package/doc/SeedStrategy.html +1 -1
  34. package/doc/SubgraphStrategy.html +1 -1
  35. package/doc/TextP.html +1 -1
  36. package/doc/Transaction.html +1 -1
  37. package/doc/Translator.html +1 -1
  38. package/doc/TraversalStrategies.html +1 -1
  39. package/doc/TraversalStrategy.html +1 -1
  40. package/doc/TypeSerializer.html +1 -1
  41. package/doc/driver_auth_authenticator.js.html +1 -1
  42. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  43. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  44. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  45. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  46. package/doc/driver_client.js.html +2 -1
  47. package/doc/driver_connection.js.html +51 -4
  48. package/doc/driver_driver-remote-connection.js.html +2 -1
  49. package/doc/driver_remote-connection.js.html +1 -1
  50. package/doc/driver_response-error.js.html +1 -1
  51. package/doc/driver_result-set.js.html +1 -1
  52. package/doc/global.html +2 -2
  53. package/doc/index.html +1 -1
  54. package/doc/module.exports.html +1 -1
  55. package/doc/process_anonymous-traversal.js.html +1 -1
  56. package/doc/process_bytecode.js.html +1 -1
  57. package/doc/process_graph-traversal.js.html +3 -1
  58. package/doc/process_transaction.js.html +1 -1
  59. package/doc/process_translator.js.html +5 -5
  60. package/doc/process_traversal-strategy.js.html +1 -1
  61. package/doc/process_traversal.js.html +1 -1
  62. package/doc/structure_graph.js.html +1 -1
  63. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  64. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  65. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  66. package/doc/structure_io_graph-serializer.js.html +1 -1
  67. package/doc/structure_io_type-serializers.js.html +1 -1
  68. package/doc/utils.js.html +2 -2
  69. package/docker-compose.yml +1 -3
  70. package/lib/driver/client.js +1 -0
  71. package/lib/driver/connection.js +50 -3
  72. package/lib/driver/driver-remote-connection.js +1 -0
  73. package/lib/process/graph-traversal.js +2 -0
  74. package/lib/process/translator.js +4 -4
  75. package/lib/structure/io/binary/internals/VertexPropertySerializer.js +4 -1
  76. package/lib/structure/io/binary/internals/VertexSerializer.js +4 -1
  77. package/lib/utils.js +1 -1
  78. package/package.json +5 -5
  79. package/doc/DataType.js.html +0 -149
  80. package/doc/GraphBinaryReader.js.html +0 -132
  81. package/doc/GraphBinaryWriter.js.html +0 -135
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  Apache TinkerPop
2
- Copyright 2015-2024 The Apache Software Foundation.
2
+ Copyright 2015-2025 The Apache Software Foundation.
3
3
 
4
4
  This product includes software developed at
5
5
  The Apache Software Foundation (http://www.apache.org/).
@@ -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 11:06:40 GMT-0700 (Pacific Daylight Time)
725
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
297
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
935
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
705
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
706
706
  </footer>
707
707
 
708
708
  <script> prettyPrint(); </script>
package/doc/Client.html CHANGED
@@ -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
 
@@ -782,7 +815,7 @@
782
815
 
783
816
  <dt class="tag-source">Source:</dt>
784
817
  <dd class="tag-source"><ul class="dummy"><li>
785
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line74">line 74</a>
818
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line75">line 75</a>
786
819
  </li></ul></dd>
787
820
 
788
821
 
@@ -934,7 +967,7 @@
934
967
 
935
968
  <dt class="tag-source">Source:</dt>
936
969
  <dd class="tag-source"><ul class="dummy"><li>
937
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line184">line 184</a>
970
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line185">line 185</a>
938
971
  </li></ul></dd>
939
972
 
940
973
 
@@ -1023,7 +1056,7 @@ send session close request before connection close if session mode
1023
1056
 
1024
1057
  <dt class="tag-source">Source:</dt>
1025
1058
  <dd class="tag-source"><ul class="dummy"><li>
1026
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line171">line 171</a>
1059
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line172">line 172</a>
1027
1060
  </li></ul></dd>
1028
1061
 
1029
1062
 
@@ -1129,7 +1162,7 @@ send session close request before connection close if session mode
1129
1162
 
1130
1163
  <dt class="tag-source">Source:</dt>
1131
1164
  <dd class="tag-source"><ul class="dummy"><li>
1132
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line66">line 66</a>
1165
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line67">line 67</a>
1133
1166
  </li></ul></dd>
1134
1167
 
1135
1168
 
@@ -1307,7 +1340,7 @@ send session close request before connection close if session mode
1307
1340
 
1308
1341
  <dt class="tag-source">Source:</dt>
1309
1342
  <dd class="tag-source"><ul class="dummy"><li>
1310
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line193">line 193</a>
1343
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line194">line 194</a>
1311
1344
  </li></ul></dd>
1312
1345
 
1313
1346
 
@@ -1523,7 +1556,7 @@ send session close request before connection close if session mode
1523
1556
 
1524
1557
  <dt class="tag-source">Source:</dt>
1525
1558
  <dd class="tag-source"><ul class="dummy"><li>
1526
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line134">line 134</a>
1559
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line135">line 135</a>
1527
1560
  </li></ul></dd>
1528
1561
 
1529
1562
 
@@ -1757,7 +1790,7 @@ send session close request before connection close if session mode
1757
1790
 
1758
1791
  <dt class="tag-source">Source:</dt>
1759
1792
  <dd class="tag-source"><ul class="dummy"><li>
1760
- <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line95">line 95</a>
1793
+ <a href="driver_client.js.html">driver/client.js</a>, <a href="driver_client.js.html#line96">line 96</a>
1761
1794
  </li></ul></dd>
1762
1795
 
1763
1796
 
@@ -1827,7 +1860,7 @@ send session close request before connection close if session mode
1827
1860
  <br class="clear">
1828
1861
 
1829
1862
  <footer>
1830
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
1863
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
1831
1864
  </footer>
1832
1865
 
1833
1866
  <script> prettyPrint(); </script>
@@ -578,6 +578,39 @@
578
578
  </tr>
579
579
 
580
580
 
581
+
582
+ <tr>
583
+
584
+ <td class="name"><code>enableCompression</code></td>
585
+
586
+
587
+ <td class="type">
588
+
589
+
590
+ <span class="param-type">Boolean</span>
591
+
592
+
593
+
594
+ </td>
595
+
596
+
597
+ <td class="attributes">
598
+
599
+ &lt;optional><br>
600
+
601
+
602
+
603
+
604
+
605
+ </td>
606
+
607
+
608
+
609
+
610
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
611
+ </tr>
612
+
613
+
581
614
  </tbody>
582
615
  </table>
583
616
 
@@ -726,7 +759,7 @@
726
759
 
727
760
  <dt class="tag-source">Source:</dt>
728
761
  <dd class="tag-source"><ul class="dummy"><li>
729
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line80">line 80</a>
762
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line81">line 81</a>
730
763
  </li></ul></dd>
731
764
 
732
765
 
@@ -806,7 +839,7 @@
806
839
 
807
840
  <dt class="tag-source">Source:</dt>
808
841
  <dd class="tag-source"><ul class="dummy"><li>
809
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line392">line 392</a>
842
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line439">line 439</a>
810
843
  </li></ul></dd>
811
844
 
812
845
 
@@ -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_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line103">line 103</a>
948
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line105">line 105</a>
916
949
  </li></ul></dd>
917
950
 
918
951
 
@@ -1014,7 +1047,7 @@
1014
1047
 
1015
1048
  <dt class="tag-source">Source:</dt>
1016
1049
  <dd class="tag-source"><ul class="dummy"><li>
1017
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line188">line 188</a>
1050
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line207">line 207</a>
1018
1051
  </li></ul></dd>
1019
1052
 
1020
1053
 
@@ -1098,7 +1131,7 @@
1098
1131
 
1099
1132
  <dt class="tag-source">Source:</dt>
1100
1133
  <dd class="tag-source"><ul class="dummy"><li>
1101
- <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line155">line 155</a>
1134
+ <a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line174">line 174</a>
1102
1135
  </li></ul></dd>
1103
1136
 
1104
1137
 
@@ -1150,7 +1183,7 @@
1150
1183
  <br class="clear">
1151
1184
 
1152
1185
  <footer>
1153
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
1186
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
1154
1187
  </footer>
1155
1188
 
1156
1189
  <script> prettyPrint(); </script>
@@ -578,6 +578,39 @@
578
578
  </tr>
579
579
 
580
580
 
581
+
582
+ <tr>
583
+
584
+ <td class="name"><code>enableCompression</code></td>
585
+
586
+
587
+ <td class="type">
588
+
589
+
590
+ <span class="param-type">Boolean</span>
591
+
592
+
593
+
594
+ </td>
595
+
596
+
597
+ <td class="attributes">
598
+
599
+ &lt;optional><br>
600
+
601
+
602
+
603
+
604
+
605
+ </td>
606
+
607
+
608
+
609
+
610
+ <td class="description last">Enable per-message deflate compression. Defaults to: false.</td>
611
+ </tr>
612
+
613
+
581
614
  </tbody>
582
615
  </table>
583
616
 
@@ -712,7 +745,7 @@
712
745
 
713
746
  <dt class="tag-source">Source:</dt>
714
747
  <dd class="tag-source"><ul class="dummy"><li>
715
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line66">line 66</a>
748
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line67">line 67</a>
716
749
  </li></ul></dd>
717
750
 
718
751
 
@@ -770,7 +803,7 @@
770
803
 
771
804
  <dt class="tag-source">Source:</dt>
772
805
  <dd class="tag-source"><ul class="dummy"><li>
773
- <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>
806
+ <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>
774
807
  </li></ul></dd>
775
808
 
776
809
 
@@ -846,7 +879,7 @@
846
879
 
847
880
  <dt class="tag-source">Source:</dt>
848
881
  <dd class="tag-source"><ul class="dummy"><li>
849
- <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>
882
+ <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>
850
883
  </li></ul></dd>
851
884
 
852
885
 
@@ -930,7 +963,7 @@
930
963
 
931
964
  <dt class="tag-source">Source:</dt>
932
965
  <dd class="tag-source"><ul class="dummy"><li>
933
- <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>
966
+ <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>
934
967
  </li></ul></dd>
935
968
 
936
969
 
@@ -1014,7 +1047,7 @@
1014
1047
 
1015
1048
  <dt class="tag-source">Source:</dt>
1016
1049
  <dd class="tag-source"><ul class="dummy"><li>
1017
- <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>
1050
+ <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>
1018
1051
  </li></ul></dd>
1019
1052
 
1020
1053
 
@@ -1098,7 +1131,7 @@
1098
1131
 
1099
1132
  <dt class="tag-source">Source:</dt>
1100
1133
  <dd class="tag-source"><ul class="dummy"><li>
1101
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line99">line 99</a>
1134
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line100">line 100</a>
1102
1135
  </li></ul></dd>
1103
1136
 
1104
1137
 
@@ -1182,7 +1215,7 @@
1182
1215
 
1183
1216
  <dt class="tag-source">Source:</dt>
1184
1217
  <dd class="tag-source"><ul class="dummy"><li>
1185
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line61">line 61</a>
1218
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line62">line 62</a>
1186
1219
  </li></ul></dd>
1187
1220
 
1188
1221
 
@@ -1266,7 +1299,7 @@
1266
1299
 
1267
1300
  <dt class="tag-source">Source:</dt>
1268
1301
  <dd class="tag-source"><ul class="dummy"><li>
1269
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line136">line 136</a>
1302
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line137">line 137</a>
1270
1303
  </li></ul></dd>
1271
1304
 
1272
1305
 
@@ -1350,7 +1383,7 @@
1350
1383
 
1351
1384
  <dt class="tag-source">Source:</dt>
1352
1385
  <dd class="tag-source"><ul class="dummy"><li>
1353
- <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>
1386
+ <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>
1354
1387
  </li></ul></dd>
1355
1388
 
1356
1389
 
@@ -1434,7 +1467,7 @@
1434
1467
 
1435
1468
  <dt class="tag-source">Source:</dt>
1436
1469
  <dd class="tag-source"><ul class="dummy"><li>
1437
- <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line71">line 71</a>
1470
+ <a href="driver_driver-remote-connection.js.html">driver/driver-remote-connection.js</a>, <a href="driver_driver-remote-connection.js.html#line72">line 72</a>
1438
1471
  </li></ul></dd>
1439
1472
 
1440
1473
 
@@ -1486,7 +1519,7 @@
1486
1519
  <br class="clear">
1487
1520
 
1488
1521
  <footer>
1489
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
1522
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
1490
1523
  </footer>
1491
1524
 
1492
1525
  <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 11:06:40 GMT-0700 (Pacific Daylight Time)
246
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
337
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
338
338
  </footer>
339
339
 
340
340
  <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 11:06:40 GMT-0700 (Pacific Daylight Time)
401
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
552
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:40 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -22631,7 +22631,7 @@
22631
22631
  <br class="clear">
22632
22632
 
22633
22633
  <footer>
22634
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
22634
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
22635
22635
  </footer>
22636
22636
 
22637
22637
  <script> prettyPrint(); </script>
@@ -3825,7 +3825,7 @@
3825
3825
  <br class="clear">
3826
3826
 
3827
3827
  <footer>
3828
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:40 GMT-0700 (Pacific Daylight Time)
3828
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
3829
3829
  </footer>
3830
3830
 
3831
3831
  <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 11:06:40 GMT-0700 (Pacific Daylight Time)
209
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
204
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
1869
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
236
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
450
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
1080
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
301
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
273
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 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 11:06:41 GMT-0700 (Pacific Daylight Time)
354
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
355
355
  </footer>
356
356
 
357
357
  <script> prettyPrint(); </script>
@@ -624,7 +624,7 @@
624
624
  <br class="clear">
625
625
 
626
626
  <footer>
627
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:41 GMT-0700 (Pacific Daylight Time)
627
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
628
628
  </footer>
629
629
 
630
630
  <script> prettyPrint(); </script>
@@ -446,7 +446,7 @@
446
446
  <br class="clear">
447
447
 
448
448
  <footer>
449
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:41 GMT-0700 (Pacific Daylight Time)
449
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
450
450
  </footer>
451
451
 
452
452
  <script> prettyPrint(); </script>
@@ -497,7 +497,7 @@
497
497
  <br class="clear">
498
498
 
499
499
  <footer>
500
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 15 2024 11:06:41 GMT-0700 (Pacific Daylight Time)
500
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:43 GMT-0700 (Pacific Daylight Time)
501
501
  </footer>
502
502
 
503
503
  <script> prettyPrint(); </script>