gremlin 3.7.3 → 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.
- package/NOTICE +1 -1
- package/doc/AnonymousTraversalSource.html +1 -1
- package/doc/Authenticator.html +1 -1
- package/doc/Bytecode.html +1 -1
- package/doc/CardinalityValue.html +1 -1
- package/doc/Client.html +1 -1
- package/doc/Connection.html +5 -5
- package/doc/DriverRemoteConnection.html +1 -1
- package/doc/EdgeLabelVerificationStrategy.html +1 -1
- package/doc/Graph.html +1 -1
- package/doc/GraphSON2Reader.html +1 -1
- package/doc/GraphSON2Writer.html +1 -1
- package/doc/GraphSON3Reader.html +1 -1
- package/doc/GraphSON3Writer.html +1 -1
- package/doc/GraphTraversal.html +1 -1
- package/doc/GraphTraversalSource.html +1 -1
- package/doc/HaltedTraverserStrategy.html +1 -1
- package/doc/MatchAlgorithmStrategy.html +1 -1
- package/doc/P.html +1 -1
- package/doc/PartitionStrategy.html +1 -1
- package/doc/Path.html +1 -1
- package/doc/PlainTextSaslAuthenticator.html +1 -1
- package/doc/ProductiveByStrategy.html +1 -1
- package/doc/RemoteConnection.html +1 -1
- package/doc/RemoteStrategy.html +1 -1
- package/doc/RemoteTraversal.html +1 -1
- package/doc/ReservedKeysVerificationStrategy.html +1 -1
- package/doc/ResponseError.html +1 -1
- package/doc/ResultSet.html +1 -1
- package/doc/SaslAuthenticator.html +1 -1
- package/doc/SaslMechanismBase.html +1 -1
- package/doc/SaslMechanismPlain.html +1 -1
- package/doc/SeedStrategy.html +1 -1
- package/doc/SubgraphStrategy.html +1 -1
- package/doc/TextP.html +1 -1
- package/doc/Transaction.html +1 -1
- package/doc/Translator.html +1 -1
- package/doc/TraversalStrategies.html +1 -1
- package/doc/TraversalStrategy.html +1 -1
- package/doc/TypeSerializer.html +1 -1
- package/doc/driver_auth_authenticator.js.html +1 -1
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
- package/doc/driver_auth_sasl-authenticator.js.html +1 -1
- package/doc/driver_client.js.html +1 -1
- package/doc/driver_connection.js.html +49 -5
- package/doc/driver_driver-remote-connection.js.html +1 -1
- package/doc/driver_remote-connection.js.html +1 -1
- package/doc/driver_response-error.js.html +1 -1
- package/doc/driver_result-set.js.html +1 -1
- package/doc/global.html +1 -1
- package/doc/index.html +1 -1
- package/doc/module.exports.html +1 -1
- package/doc/process_anonymous-traversal.js.html +1 -1
- package/doc/process_bytecode.js.html +1 -1
- package/doc/process_graph-traversal.js.html +3 -1
- package/doc/process_transaction.js.html +1 -1
- package/doc/process_translator.js.html +3 -3
- package/doc/process_traversal-strategy.js.html +1 -1
- package/doc/process_traversal.js.html +1 -1
- package/doc/structure_graph.js.html +1 -1
- package/doc/structure_io_binary_internals_DataType.js.html +1 -1
- package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
- package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
- package/doc/structure_io_graph-serializer.js.html +1 -1
- package/doc/structure_io_type-serializers.js.html +1 -1
- package/doc/utils.js.html +2 -2
- package/docker-compose.yml +1 -1
- package/lib/driver/connection.js +48 -4
- package/lib/process/graph-traversal.js +2 -0
- package/lib/process/translator.js +2 -2
- package/lib/utils.js +1 -1
- package/package.json +3 -3
- package/doc/DataType.js.html +0 -149
- package/doc/GraphBinaryReader.js.html +0 -132
- package/doc/GraphBinaryWriter.js.html +0 -135
package/NOTICE
CHANGED
|
@@ -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
|
|
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>
|
package/doc/Authenticator.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
@@ -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 3.6.10</a> on
|
|
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)
|
|
1864
1864
|
</footer>
|
|
1865
1865
|
|
|
1866
1866
|
<script> prettyPrint(); </script>
|
package/doc/Connection.html
CHANGED
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
|
|
840
840
|
<dt class="tag-source">Source:</dt>
|
|
841
841
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
842
|
-
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#
|
|
842
|
+
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line439">line 439</a>
|
|
843
843
|
</li></ul></dd>
|
|
844
844
|
|
|
845
845
|
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
|
|
946
946
|
<dt class="tag-source">Source:</dt>
|
|
947
947
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
948
|
-
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#
|
|
948
|
+
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line105">line 105</a>
|
|
949
949
|
</li></ul></dd>
|
|
950
950
|
|
|
951
951
|
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
|
|
1048
1048
|
<dt class="tag-source">Source:</dt>
|
|
1049
1049
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1050
|
-
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#
|
|
1050
|
+
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line207">line 207</a>
|
|
1051
1051
|
</li></ul></dd>
|
|
1052
1052
|
|
|
1053
1053
|
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
|
|
1132
1132
|
<dt class="tag-source">Source:</dt>
|
|
1133
1133
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1134
|
-
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#
|
|
1134
|
+
<a href="driver_connection.js.html">driver/connection.js</a>, <a href="driver_connection.js.html#line174">line 174</a>
|
|
1135
1135
|
</li></ul></dd>
|
|
1136
1136
|
|
|
1137
1137
|
|
|
@@ -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 3.6.10</a> on
|
|
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)
|
|
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 3.6.10</a> on
|
|
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)
|
|
1523
1523
|
</footer>
|
|
1524
1524
|
|
|
1525
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
|
|
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
|
|
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>
|
package/doc/GraphSON2Reader.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/GraphSON2Writer.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/GraphSON3Reader.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/GraphSON3Writer.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/GraphTraversal.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
package/doc/RemoteStrategy.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/RemoteTraversal.html
CHANGED
|
@@ -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
|
|
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
|
|
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>
|
package/doc/ResponseError.html
CHANGED
|
@@ -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
|
|
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>
|
package/doc/ResultSet.html
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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>
|
|
@@ -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 3.6.10</a> on
|
|
919
|
+
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)
|
|
920
920
|
</footer>
|
|
921
921
|
|
|
922
922
|
<script> prettyPrint(); </script>
|
package/doc/SeedStrategy.html
CHANGED
|
@@ -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
|
|
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>
|
|
@@ -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
|
|
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/TextP.html
CHANGED
|
@@ -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 3.6.10</a> on
|
|
1434
|
+
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)
|
|
1435
1435
|
</footer>
|
|
1436
1436
|
|
|
1437
1437
|
<script> prettyPrint(); </script>
|
package/doc/Transaction.html
CHANGED
|
@@ -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 3.6.10</a> on
|
|
649
|
+
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)
|
|
650
650
|
</footer>
|
|
651
651
|
|
|
652
652
|
<script> prettyPrint(); </script>
|
package/doc/Translator.html
CHANGED
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
<br class="clear">
|
|
519
519
|
|
|
520
520
|
<footer>
|
|
521
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
521
|
+
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)
|
|
522
522
|
</footer>
|
|
523
523
|
|
|
524
524
|
<script> prettyPrint(); </script>
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
<br class="clear">
|
|
644
644
|
|
|
645
645
|
<footer>
|
|
646
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
646
|
+
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)
|
|
647
647
|
</footer>
|
|
648
648
|
|
|
649
649
|
<script> prettyPrint(); </script>
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
<br class="clear">
|
|
385
385
|
|
|
386
386
|
<footer>
|
|
387
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
387
|
+
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)
|
|
388
388
|
</footer>
|
|
389
389
|
|
|
390
390
|
<script> prettyPrint(); </script>
|
package/doc/TypeSerializer.html
CHANGED
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<br class="clear">
|
|
158
158
|
|
|
159
159
|
<footer>
|
|
160
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
160
|
+
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)
|
|
161
161
|
</footer>
|
|
162
162
|
|
|
163
163
|
<script> prettyPrint(); </script>
|
|
@@ -80,7 +80,7 @@ module.exports = Authenticator;
|
|
|
80
80
|
<br class="clear">
|
|
81
81
|
|
|
82
82
|
<footer>
|
|
83
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
83
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
84
84
|
</footer>
|
|
85
85
|
|
|
86
86
|
<script> prettyPrint(); </script>
|
|
@@ -94,7 +94,7 @@ module.exports = SaslMechanismBase;
|
|
|
94
94
|
<br class="clear">
|
|
95
95
|
|
|
96
96
|
<footer>
|
|
97
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
97
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
98
98
|
</footer>
|
|
99
99
|
|
|
100
100
|
<script> prettyPrint(); </script>
|
|
@@ -148,7 +148,7 @@ module.exports = SaslMechanismPlain;
|
|
|
148
148
|
<br class="clear">
|
|
149
149
|
|
|
150
150
|
<footer>
|
|
151
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
151
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
152
152
|
</footer>
|
|
153
153
|
|
|
154
154
|
<script> prettyPrint(); </script>
|
|
@@ -97,7 +97,7 @@ module.exports = PlainTextSaslAuthenticator;
|
|
|
97
97
|
<br class="clear">
|
|
98
98
|
|
|
99
99
|
<footer>
|
|
100
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
100
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
101
101
|
</footer>
|
|
102
102
|
|
|
103
103
|
<script> prettyPrint(); </script>
|
|
@@ -91,7 +91,7 @@ module.exports = SaslAuthenticator;
|
|
|
91
91
|
<br class="clear">
|
|
92
92
|
|
|
93
93
|
<footer>
|
|
94
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
94
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
95
95
|
</footer>
|
|
96
96
|
|
|
97
97
|
<script> prettyPrint(); </script>
|
|
@@ -241,7 +241,7 @@ module.exports = Client;
|
|
|
241
241
|
<br class="clear">
|
|
242
242
|
|
|
243
243
|
<footer>
|
|
244
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
244
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 08 2025 09:56:42 GMT-0700 (Pacific Daylight Time)
|
|
245
245
|
</footer>
|
|
246
246
|
|
|
247
247
|
<script> prettyPrint(); </script>
|