gremlin 3.8.1 → 3.8.2

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 (74) 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 +1 -1
  6. package/doc/Connection.html +1 -1
  7. package/doc/DriverRemoteConnection.html +1 -1
  8. package/doc/EdgeLabelVerificationStrategy.html +2 -2
  9. package/doc/Graph.html +1 -1
  10. package/doc/GraphSON2Reader.html +1 -1
  11. package/doc/GraphSON2Writer.html +1 -1
  12. package/doc/GraphSON3Reader.html +1 -1
  13. package/doc/GraphSON3Writer.html +1 -1
  14. package/doc/GraphTraversal.html +1 -1
  15. package/doc/GraphTraversalSource.html +1 -1
  16. package/doc/HaltedTraverserStrategy.html +1 -1
  17. package/doc/MatchAlgorithmStrategy.html +1 -1
  18. package/doc/P.html +15 -15
  19. package/doc/PartitionStrategy.html +1 -1
  20. package/doc/Path.html +2 -2
  21. package/doc/PlainTextSaslAuthenticator.html +1 -1
  22. package/doc/ProductiveByStrategy.html +5 -2
  23. package/doc/RemoteConnection.html +1 -1
  24. package/doc/RemoteStrategy.html +1 -1
  25. package/doc/RemoteTraversal.html +1 -1
  26. package/doc/ReservedKeysVerificationStrategy.html +2 -2
  27. package/doc/ResponseError.html +1 -1
  28. package/doc/ResultSet.html +1 -1
  29. package/doc/SaslAuthenticator.html +1 -1
  30. package/doc/SaslMechanismBase.html +1 -1
  31. package/doc/SaslMechanismPlain.html +1 -1
  32. package/doc/SeedStrategy.html +1 -1
  33. package/doc/SubgraphStrategy.html +1 -1
  34. package/doc/TextP.html +11 -11
  35. package/doc/Transaction.html +1 -1
  36. package/doc/Translator.html +1 -1
  37. package/doc/TraversalStrategies.html +1 -1
  38. package/doc/TraversalStrategy.html +1 -1
  39. package/doc/TypeSerializer.html +1 -1
  40. package/doc/driver_auth_authenticator.js.html +1 -1
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  42. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  43. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  44. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  45. package/doc/driver_client.js.html +1 -1
  46. package/doc/driver_connection.js.html +1 -1
  47. package/doc/driver_driver-remote-connection.js.html +1 -1
  48. package/doc/driver_remote-connection.js.html +1 -1
  49. package/doc/driver_response-error.js.html +1 -1
  50. package/doc/driver_result-set.js.html +1 -1
  51. package/doc/global.html +2 -2
  52. package/doc/index.html +1 -1
  53. package/doc/module.exports.html +1 -1
  54. package/doc/process_anonymous-traversal.js.html +1 -1
  55. package/doc/process_bytecode.js.html +1 -1
  56. package/doc/process_graph-traversal.js.html +1 -1
  57. package/doc/process_transaction.js.html +1 -1
  58. package/doc/process_translator.js.html +1 -1
  59. package/doc/process_traversal-strategy.js.html +5 -1
  60. package/doc/process_traversal.js.html +29 -6
  61. package/doc/structure_graph.js.html +14 -1
  62. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  63. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  64. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  65. package/doc/structure_io_graph-serializer.js.html +1 -1
  66. package/doc/structure_io_type-serializers.js.html +10 -2
  67. package/doc/utils.js.html +2 -2
  68. package/lib/process/traversal-strategy.js +4 -0
  69. package/lib/process/traversal.js +28 -5
  70. package/lib/structure/graph.js +13 -0
  71. package/lib/structure/io/binary/internals/OffsetDateTimeSerializer.js +9 -0
  72. package/lib/structure/io/type-serializers.js +9 -1
  73. package/lib/utils.js +1 -1
  74. package/package.json +10 -10
@@ -784,7 +784,7 @@ reference so that traversals spawned from it will execute over that reference.
784
784
  <br class="clear">
785
785
 
786
786
  <footer>
787
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
787
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
788
788
  </footer>
789
789
 
790
790
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
297
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
935
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
705
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
706
706
  </footer>
707
707
 
708
708
  <script> prettyPrint(); </script>
package/doc/Client.html CHANGED
@@ -1860,7 +1860,7 @@ send session close request before connection close if session mode
1860
1860
  <br class="clear">
1861
1861
 
1862
1862
  <footer>
1863
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
1863
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
1864
1864
  </footer>
1865
1865
 
1866
1866
  <script> prettyPrint(); </script>
@@ -1183,7 +1183,7 @@
1183
1183
  <br class="clear">
1184
1184
 
1185
1185
  <footer>
1186
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
1186
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
1187
1187
  </footer>
1188
1188
 
1189
1189
  <script> prettyPrint(); </script>
@@ -1519,7 +1519,7 @@
1519
1519
  <br class="clear">
1520
1520
 
1521
1521
  <footer>
1522
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
1522
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
1523
1523
  </footer>
1524
1524
 
1525
1525
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
 
162
162
  <dt class="tag-source">Source:</dt>
163
163
  <dd class="tag-source"><ul class="dummy"><li>
164
- <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line337">line 337</a>
164
+ <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line341">line 341</a>
165
165
  </li></ul></dd>
166
166
 
167
167
 
@@ -229,7 +229,7 @@
229
229
  <br class="clear">
230
230
 
231
231
  <footer>
232
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
232
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
233
233
  </footer>
234
234
 
235
235
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
337
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
401
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
552
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -22965,7 +22965,7 @@
22965
22965
  <br class="clear">
22966
22966
 
22967
22967
  <footer>
22968
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
22968
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
22969
22969
  </footer>
22970
22970
 
22971
22971
  <script> prettyPrint(); </script>
@@ -3674,7 +3674,7 @@
3674
3674
  <br class="clear">
3675
3675
 
3676
3676
  <footer>
3677
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
3677
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
3678
3678
  </footer>
3679
3679
 
3680
3680
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
209
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
204
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
205
205
  </footer>
206
206
 
207
207
  <script> prettyPrint(); </script>
package/doc/P.html CHANGED
@@ -93,7 +93,7 @@
93
93
 
94
94
  <dt class="tag-source">Source:</dt>
95
95
  <dd class="tag-source"><ul class="dummy"><li>
96
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line245">line 245</a>
96
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line268">line 268</a>
97
97
  </li></ul></dd>
98
98
 
99
99
 
@@ -201,7 +201,7 @@
201
201
 
202
202
  <dt class="tag-source">Source:</dt>
203
203
  <dd class="tag-source"><ul class="dummy"><li>
204
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line255">line 255</a>
204
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line278">line 278</a>
205
205
  </li></ul></dd>
206
206
 
207
207
 
@@ -364,7 +364,7 @@
364
364
 
365
365
  <dt class="tag-source">Source:</dt>
366
366
  <dd class="tag-source"><ul class="dummy"><li>
367
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line299">line 299</a>
367
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line322">line 322</a>
368
368
  </li></ul></dd>
369
369
 
370
370
 
@@ -509,7 +509,7 @@
509
509
 
510
510
  <dt class="tag-source">Source:</dt>
511
511
  <dd class="tag-source"><ul class="dummy"><li>
512
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line304">line 304</a>
512
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line327">line 327</a>
513
513
  </li></ul></dd>
514
514
 
515
515
 
@@ -654,7 +654,7 @@
654
654
 
655
655
  <dt class="tag-source">Source:</dt>
656
656
  <dd class="tag-source"><ul class="dummy"><li>
657
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line309">line 309</a>
657
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line332">line 332</a>
658
658
  </li></ul></dd>
659
659
 
660
660
 
@@ -799,7 +799,7 @@
799
799
 
800
800
  <dt class="tag-source">Source:</dt>
801
801
  <dd class="tag-source"><ul class="dummy"><li>
802
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line314">line 314</a>
802
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line337">line 337</a>
803
803
  </li></ul></dd>
804
804
 
805
805
 
@@ -944,7 +944,7 @@
944
944
 
945
945
  <dt class="tag-source">Source:</dt>
946
946
  <dd class="tag-source"><ul class="dummy"><li>
947
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line319">line 319</a>
947
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line342">line 342</a>
948
948
  </li></ul></dd>
949
949
 
950
950
 
@@ -1089,7 +1089,7 @@
1089
1089
 
1090
1090
  <dt class="tag-source">Source:</dt>
1091
1091
  <dd class="tag-source"><ul class="dummy"><li>
1092
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line324">line 324</a>
1092
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line347">line 347</a>
1093
1093
  </li></ul></dd>
1094
1094
 
1095
1095
 
@@ -1234,7 +1234,7 @@
1234
1234
 
1235
1235
  <dt class="tag-source">Source:</dt>
1236
1236
  <dd class="tag-source"><ul class="dummy"><li>
1237
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line329">line 329</a>
1237
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line352">line 352</a>
1238
1238
  </li></ul></dd>
1239
1239
 
1240
1240
 
@@ -1379,7 +1379,7 @@
1379
1379
 
1380
1380
  <dt class="tag-source">Source:</dt>
1381
1381
  <dd class="tag-source"><ul class="dummy"><li>
1382
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line334">line 334</a>
1382
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line357">line 357</a>
1383
1383
  </li></ul></dd>
1384
1384
 
1385
1385
 
@@ -1524,7 +1524,7 @@
1524
1524
 
1525
1525
  <dt class="tag-source">Source:</dt>
1526
1526
  <dd class="tag-source"><ul class="dummy"><li>
1527
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line339">line 339</a>
1527
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line362">line 362</a>
1528
1528
  </li></ul></dd>
1529
1529
 
1530
1530
 
@@ -1669,7 +1669,7 @@
1669
1669
 
1670
1670
  <dt class="tag-source">Source:</dt>
1671
1671
  <dd class="tag-source"><ul class="dummy"><li>
1672
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line344">line 344</a>
1672
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line367">line 367</a>
1673
1673
  </li></ul></dd>
1674
1674
 
1675
1675
 
@@ -1814,7 +1814,7 @@
1814
1814
 
1815
1815
  <dt class="tag-source">Source:</dt>
1816
1816
  <dd class="tag-source"><ul class="dummy"><li>
1817
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line354">line 354</a>
1817
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line377">line 377</a>
1818
1818
  </li></ul></dd>
1819
1819
 
1820
1820
 
@@ -1959,7 +1959,7 @@
1959
1959
 
1960
1960
  <dt class="tag-source">Source:</dt>
1961
1961
  <dd class="tag-source"><ul class="dummy"><li>
1962
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line349">line 349</a>
1962
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line372">line 372</a>
1963
1963
  </li></ul></dd>
1964
1964
 
1965
1965
 
@@ -2011,7 +2011,7 @@
2011
2011
  <br class="clear">
2012
2012
 
2013
2013
  <footer>
2014
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
2014
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
2015
2015
  </footer>
2016
2016
 
2017
2017
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
382
382
  </footer>
383
383
 
384
384
  <script> prettyPrint(); </script>
package/doc/Path.html CHANGED
@@ -165,7 +165,7 @@
165
165
 
166
166
  <dt class="tag-source">Source:</dt>
167
167
  <dd class="tag-source"><ul class="dummy"><li>
168
- <a href="structure_graph.js.html">structure/graph.js</a>, <a href="structure_graph.js.html#line125">line 125</a>
168
+ <a href="structure_graph.js.html">structure/graph.js</a>, <a href="structure_graph.js.html#line138">line 138</a>
169
169
  </li></ul></dd>
170
170
 
171
171
 
@@ -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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
236
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
450
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
451
451
  </footer>
452
452
 
453
453
  <script> prettyPrint(); </script>
@@ -169,6 +169,9 @@
169
169
 
170
170
 
171
171
 
172
+ <dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>As of release 3.7.7, not replaced. This strategy was added as a temporary way to mimic pre-3.5.0
173
+ null processing behavior.</li></ul></dd>
174
+
172
175
 
173
176
 
174
177
 
@@ -181,7 +184,7 @@
181
184
 
182
185
  <dt class="tag-source">Source:</dt>
183
186
  <dd class="tag-source"><ul class="dummy"><li>
184
- <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line284">line 284</a>
187
+ <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line283">line 283</a>
185
188
  </li></ul></dd>
186
189
 
187
190
 
@@ -249,7 +252,7 @@
249
252
  <br class="clear">
250
253
 
251
254
  <footer>
252
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
255
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
253
256
  </footer>
254
257
 
255
258
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
1080
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
301
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -184,7 +184,7 @@
184
184
 
185
185
  <dt class="tag-source">Source:</dt>
186
186
  <dd class="tag-source"><ul class="dummy"><li>
187
- <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line350">line 350</a>
187
+ <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line354">line 354</a>
188
188
  </li></ul></dd>
189
189
 
190
190
 
@@ -252,7 +252,7 @@
252
252
  <br class="clear">
253
253
 
254
254
  <footer>
255
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
255
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
256
256
  </footer>
257
257
 
258
258
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
354
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
627
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
449
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
500
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
501
501
  </footer>
502
502
 
503
503
  <script> prettyPrint(); </script>
@@ -916,7 +916,7 @@
916
916
  <br class="clear">
917
917
 
918
918
  <footer>
919
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
919
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
920
920
  </footer>
921
921
 
922
922
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
283
283
  </footer>
284
284
 
285
285
  <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 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:15 GMT-0700 (Pacific Daylight Time)
382
382
  </footer>
383
383
 
384
384
  <script> prettyPrint(); </script>
package/doc/TextP.html CHANGED
@@ -93,7 +93,7 @@
93
93
 
94
94
  <dt class="tag-source">Source:</dt>
95
95
  <dd class="tag-source"><ul class="dummy"><li>
96
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line369">line 369</a>
96
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line392">line 392</a>
97
97
  </li></ul></dd>
98
98
 
99
99
 
@@ -201,7 +201,7 @@
201
201
 
202
202
  <dt class="tag-source">Source:</dt>
203
203
  <dd class="tag-source"><ul class="dummy"><li>
204
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line379">line 379</a>
204
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line402">line 402</a>
205
205
  </li></ul></dd>
206
206
 
207
207
 
@@ -364,7 +364,7 @@
364
364
 
365
365
  <dt class="tag-source">Source:</dt>
366
366
  <dd class="tag-source"><ul class="dummy"><li>
367
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line402">line 402</a>
367
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line425">line 425</a>
368
368
  </li></ul></dd>
369
369
 
370
370
 
@@ -509,7 +509,7 @@
509
509
 
510
510
  <dt class="tag-source">Source:</dt>
511
511
  <dd class="tag-source"><ul class="dummy"><li>
512
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line407">line 407</a>
512
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line430">line 430</a>
513
513
  </li></ul></dd>
514
514
 
515
515
 
@@ -654,7 +654,7 @@
654
654
 
655
655
  <dt class="tag-source">Source:</dt>
656
656
  <dd class="tag-source"><ul class="dummy"><li>
657
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line412">line 412</a>
657
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line435">line 435</a>
658
658
  </li></ul></dd>
659
659
 
660
660
 
@@ -799,7 +799,7 @@
799
799
 
800
800
  <dt class="tag-source">Source:</dt>
801
801
  <dd class="tag-source"><ul class="dummy"><li>
802
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line417">line 417</a>
802
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line440">line 440</a>
803
803
  </li></ul></dd>
804
804
 
805
805
 
@@ -944,7 +944,7 @@
944
944
 
945
945
  <dt class="tag-source">Source:</dt>
946
946
  <dd class="tag-source"><ul class="dummy"><li>
947
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line437">line 437</a>
947
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line460">line 460</a>
948
948
  </li></ul></dd>
949
949
 
950
950
 
@@ -1089,7 +1089,7 @@
1089
1089
 
1090
1090
  <dt class="tag-source">Source:</dt>
1091
1091
  <dd class="tag-source"><ul class="dummy"><li>
1092
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line422">line 422</a>
1092
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line445">line 445</a>
1093
1093
  </li></ul></dd>
1094
1094
 
1095
1095
 
@@ -1234,7 +1234,7 @@
1234
1234
 
1235
1235
  <dt class="tag-source">Source:</dt>
1236
1236
  <dd class="tag-source"><ul class="dummy"><li>
1237
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line432">line 432</a>
1237
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line455">line 455</a>
1238
1238
  </li></ul></dd>
1239
1239
 
1240
1240
 
@@ -1379,7 +1379,7 @@
1379
1379
 
1380
1380
  <dt class="tag-source">Source:</dt>
1381
1381
  <dd class="tag-source"><ul class="dummy"><li>
1382
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line427">line 427</a>
1382
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line450">line 450</a>
1383
1383
  </li></ul></dd>
1384
1384
 
1385
1385
 
@@ -1431,7 +1431,7 @@
1431
1431
  <br class="clear">
1432
1432
 
1433
1433
  <footer>
1434
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
1434
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:15 GMT-0700 (Pacific Daylight Time)
1435
1435
  </footer>
1436
1436
 
1437
1437
  <script> prettyPrint(); </script>
@@ -646,7 +646,7 @@ then close the transaction and thus, the session. This feature only works with t
646
646
  <br class="clear">
647
647
 
648
648
  <footer>
649
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 17:24:04 GMT-0700 (Pacific Daylight Time)
649
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:15 GMT-0700 (Pacific Daylight Time)
650
650
  </footer>
651
651
 
652
652
  <script> prettyPrint(); </script>