gremlin 3.7.4 → 3.7.5
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/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 +4 -4
- package/doc/DataType.js.html +150 -0
- package/doc/DriverRemoteConnection.html +1 -1
- package/doc/EdgeLabelVerificationStrategy.html +1 -1
- package/doc/Graph.html +1 -1
- package/doc/GraphBinaryReader.js.html +132 -0
- package/doc/GraphBinaryWriter.js.html +135 -0
- 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 +2 -2
- 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 +15 -4
- 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 +7 -1
- package/doc/process_transaction.js.html +1 -1
- package/doc/process_translator.js.html +1 -1
- package/doc/process_traversal-strategy.js.html +1 -1
- package/doc/process_traversal.js.html +1 -1
- package/doc/structure_graph.js.html +7 -5
- 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/lib/driver/connection.js +14 -3
- package/lib/process/graph-traversal.js +6 -0
- package/lib/structure/graph.js +6 -4
- package/lib/utils.js +1 -1
- package/package.json +1 -1
|
@@ -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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard 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 Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
245
245
|
</footer>
|
|
246
246
|
|
|
247
247
|
<script> prettyPrint(); </script>
|
|
@@ -191,10 +191,15 @@ class Connection extends EventEmitter {
|
|
|
191
191
|
|
|
192
192
|
this._ws.addEventListener('open', this.#handleOpen);
|
|
193
193
|
this._ws.addEventListener('error', this.#handleError);
|
|
194
|
-
|
|
194
|
+
// Only attach unexpected-response listener if WebSocket supports .on() method
|
|
195
|
+
// Browser WebSocket does not have this event and .on() method
|
|
196
|
+
if (this._ws && 'on' in this._ws) {
|
|
197
|
+
// The following listener needs to use `.on` and `.off` because the `ws` package's addEventListener only accepts certain event types
|
|
198
|
+
// Ref: https://github.com/websockets/ws/blob/8.16.0/lib/event-target.js#L202-L241
|
|
199
|
+
this._ws.on('unexpected-response', this.#handleUnexpectedResponse);
|
|
200
|
+
}
|
|
195
201
|
this._ws.addEventListener('message', this.#handleMessage);
|
|
196
202
|
this._ws.addEventListener('close', this.#handleClose);
|
|
197
|
-
|
|
198
203
|
return await this._openPromise;
|
|
199
204
|
}
|
|
200
205
|
|
|
@@ -443,7 +448,13 @@ class Connection extends EventEmitter {
|
|
|
443
448
|
});
|
|
444
449
|
this._ws.removeEventListener('open', this.#handleOpen);
|
|
445
450
|
this._ws.removeEventListener('error', this.#handleError);
|
|
446
|
-
|
|
451
|
+
// Only remove unexpected-response listener for Node.js WebSocket (ws package)
|
|
452
|
+
// Browser WebSocket does not have this event and .off() method
|
|
453
|
+
if (this._ws && 'off' in this._ws) {
|
|
454
|
+
// The following listener needs to use `.on` and `.off` because the `ws` package's addEventListener only accepts certain event types
|
|
455
|
+
// Ref: https://github.com/websockets/ws/blob/8.16.0/lib/event-target.js#L202-L241
|
|
456
|
+
this._ws.off('unexpected-response', this.#handleUnexpectedResponse);
|
|
457
|
+
}
|
|
447
458
|
this._ws.removeEventListener('message', this.#handleMessage);
|
|
448
459
|
this._ws.removeEventListener('close', this.#handleClose);
|
|
449
460
|
this._openPromise = null;
|
|
@@ -495,7 +506,7 @@ module.exports = Connection;
|
|
|
495
506
|
<br class="clear">
|
|
496
507
|
|
|
497
508
|
<footer>
|
|
498
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
509
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
499
510
|
</footer>
|
|
500
511
|
|
|
501
512
|
<script> prettyPrint(); </script>
|
|
@@ -184,7 +184,7 @@ module.exports = DriverRemoteConnection;
|
|
|
184
184
|
<br class="clear">
|
|
185
185
|
|
|
186
186
|
<footer>
|
|
187
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
187
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
188
188
|
</footer>
|
|
189
189
|
|
|
190
190
|
<script> prettyPrint(); </script>
|
|
@@ -189,7 +189,7 @@ module.exports = { RemoteConnection, RemoteStrategy, RemoteTraversal };
|
|
|
189
189
|
<br class="clear">
|
|
190
190
|
|
|
191
191
|
<footer>
|
|
192
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
192
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
193
193
|
</footer>
|
|
194
194
|
|
|
195
195
|
<script> prettyPrint(); </script>
|
|
@@ -89,7 +89,7 @@ module.exports = ResponseError;
|
|
|
89
89
|
<br class="clear">
|
|
90
90
|
|
|
91
91
|
<footer>
|
|
92
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
92
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
93
93
|
</footer>
|
|
94
94
|
|
|
95
95
|
<script> prettyPrint(); </script>
|
|
@@ -125,7 +125,7 @@ module.exports = ResultSet;
|
|
|
125
125
|
<br class="clear">
|
|
126
126
|
|
|
127
127
|
<footer>
|
|
128
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
128
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
129
129
|
</footer>
|
|
130
130
|
|
|
131
131
|
<script> prettyPrint(); </script>
|
package/doc/global.html
CHANGED
|
@@ -631,7 +631,7 @@ See org.apache.tinkerpop.gremlin.structure.io.binary.DataType Java class.
|
|
|
631
631
|
<br class="clear">
|
|
632
632
|
|
|
633
633
|
<footer>
|
|
634
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
634
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
635
635
|
</footer>
|
|
636
636
|
|
|
637
637
|
<script> prettyPrint(); </script>
|
package/doc/index.html
CHANGED
|
@@ -176,7 +176,7 @@ for early testing purposes only. These releases are not suitable for production.
|
|
|
176
176
|
<br class="clear">
|
|
177
177
|
|
|
178
178
|
<footer>
|
|
179
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
179
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
180
180
|
</footer>
|
|
181
181
|
|
|
182
182
|
<script> prettyPrint(); </script>
|
package/doc/module.exports.html
CHANGED
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
<br class="clear">
|
|
293
293
|
|
|
294
294
|
<footer>
|
|
295
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
295
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
296
296
|
</footer>
|
|
297
297
|
|
|
298
298
|
<script> prettyPrint(); </script>
|
|
@@ -119,7 +119,7 @@ module.exports = AnonymousTraversalSource;
|
|
|
119
119
|
<br class="clear">
|
|
120
120
|
|
|
121
121
|
<footer>
|
|
122
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
122
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
123
123
|
</footer>
|
|
124
124
|
|
|
125
125
|
<script> prettyPrint(); </script>
|
|
@@ -166,7 +166,7 @@ module.exports = Bytecode;
|
|
|
166
166
|
<br class="clear">
|
|
167
167
|
|
|
168
168
|
<footer>
|
|
169
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
169
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
170
170
|
</footer>
|
|
171
171
|
|
|
172
172
|
<script> prettyPrint(); </script>
|
|
@@ -1801,13 +1801,16 @@ const statics = {
|
|
|
1801
1801
|
choose: (...args) => callOnEmptyTraversal('choose', args),
|
|
1802
1802
|
coalesce: (...args) => callOnEmptyTraversal('coalesce', args),
|
|
1803
1803
|
coin: (...args) => callOnEmptyTraversal('coin', args),
|
|
1804
|
+
combine: (...args) => callOnEmptyTraversal('combine', args),
|
|
1804
1805
|
concat: (...args) => callOnEmptyTraversal('concat', args),
|
|
1806
|
+
conjoin: (...args) => callOnEmptyTraversal('conjoin', args),
|
|
1805
1807
|
constant: (...args) => callOnEmptyTraversal('constant', args),
|
|
1806
1808
|
count: (...args) => callOnEmptyTraversal('count', args),
|
|
1807
1809
|
cyclicPath: (...args) => callOnEmptyTraversal('cyclicPath', args),
|
|
1808
1810
|
dateAdd: (...args) => callOnEmptyTraversal('dateAdd', args),
|
|
1809
1811
|
dateDiff: (...args) => callOnEmptyTraversal('dateDiff', args),
|
|
1810
1812
|
dedup: (...args) => callOnEmptyTraversal('dedup', args),
|
|
1813
|
+
difference: (...args) => callOnEmptyTraversal('difference', args),
|
|
1811
1814
|
disjunct: (...args) => callOnEmptyTraversal('disjunct', args),
|
|
1812
1815
|
drop: (...args) => callOnEmptyTraversal('drop', args),
|
|
1813
1816
|
element: (...args) => callOnEmptyTraversal('element', args),
|
|
@@ -1833,6 +1836,7 @@ const statics = {
|
|
|
1833
1836
|
inV: (...args) => callOnEmptyTraversal('inV', args),
|
|
1834
1837
|
index: (...args) => callOnEmptyTraversal('index', args),
|
|
1835
1838
|
inject: (...args) => callOnEmptyTraversal('inject', args),
|
|
1839
|
+
intersect: (...args) => callOnEmptyTraversal('intersect', args),
|
|
1836
1840
|
is: (...args) => callOnEmptyTraversal('is', args),
|
|
1837
1841
|
key: (...args) => callOnEmptyTraversal('key', args),
|
|
1838
1842
|
label: (...args) => callOnEmptyTraversal('label', args),
|
|
@@ -1846,6 +1850,7 @@ const statics = {
|
|
|
1846
1850
|
math: (...args) => callOnEmptyTraversal('math', args),
|
|
1847
1851
|
max: (...args) => callOnEmptyTraversal('max', args),
|
|
1848
1852
|
mean: (...args) => callOnEmptyTraversal('mean', args),
|
|
1853
|
+
merge: (...args) => callOnEmptyTraversal('merge', args),
|
|
1849
1854
|
mergeE: (...args) => callOnEmptyTraversal('mergeE', args),
|
|
1850
1855
|
mergeV: (...args) => callOnEmptyTraversal('mergeV', args),
|
|
1851
1856
|
min: (...args) => callOnEmptyTraversal('min', args),
|
|
@@ -1859,6 +1864,7 @@ const statics = {
|
|
|
1859
1864
|
outE: (...args) => callOnEmptyTraversal('outE', args),
|
|
1860
1865
|
outV: (...args) => callOnEmptyTraversal('outV', args),
|
|
1861
1866
|
path: (...args) => callOnEmptyTraversal('path', args),
|
|
1867
|
+
product: (...args) => callOnEmptyTraversal('product', args),
|
|
1862
1868
|
project: (...args) => callOnEmptyTraversal('project', args),
|
|
1863
1869
|
properties: (...args) => callOnEmptyTraversal('properties', args),
|
|
1864
1870
|
property: (...args) => callOnEmptyTraversal('property', args),
|
|
@@ -1920,7 +1926,7 @@ module.exports = {
|
|
|
1920
1926
|
<br class="clear">
|
|
1921
1927
|
|
|
1922
1928
|
<footer>
|
|
1923
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
1929
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
1924
1930
|
</footer>
|
|
1925
1931
|
|
|
1926
1932
|
<script> prettyPrint(); </script>
|
|
@@ -142,7 +142,7 @@ module.exports = {
|
|
|
142
142
|
<br class="clear">
|
|
143
143
|
|
|
144
144
|
<footer>
|
|
145
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
145
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
146
146
|
</footer>
|
|
147
147
|
|
|
148
148
|
<script> prettyPrint(); </script>
|
|
@@ -163,7 +163,7 @@ module.exports = Translator;
|
|
|
163
163
|
<br class="clear">
|
|
164
164
|
|
|
165
165
|
<footer>
|
|
166
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
166
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
167
167
|
</footer>
|
|
168
168
|
|
|
169
169
|
<script> prettyPrint(); </script>
|
|
@@ -395,7 +395,7 @@ module.exports = {
|
|
|
395
395
|
<br class="clear">
|
|
396
396
|
|
|
397
397
|
<footer>
|
|
398
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
398
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
399
399
|
</footer>
|
|
400
400
|
|
|
401
401
|
<script> prettyPrint(); </script>
|
|
@@ -566,7 +566,7 @@ module.exports = {
|
|
|
566
566
|
<br class="clear">
|
|
567
567
|
|
|
568
568
|
<footer>
|
|
569
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
569
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
570
570
|
</footer>
|
|
571
571
|
|
|
572
572
|
<script> prettyPrint(); </script>
|
|
@@ -107,10 +107,12 @@ class Edge extends Element {
|
|
|
107
107
|
this.inV = inV;
|
|
108
108
|
this.properties = {};
|
|
109
109
|
if (properties) {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
110
|
+
if (Array.isArray(properties)) {
|
|
111
|
+
// Handle array of Property objects
|
|
112
|
+
properties.forEach((prop) => (this.properties[prop.key] = prop.value));
|
|
113
|
+
} else {
|
|
114
|
+
// Handle object format as before
|
|
115
|
+
Object.keys(properties).forEach((k) => (this.properties[k] = properties[k].value));
|
|
114
116
|
}
|
|
115
117
|
}
|
|
116
118
|
}
|
|
@@ -232,7 +234,7 @@ module.exports = {
|
|
|
232
234
|
<br class="clear">
|
|
233
235
|
|
|
234
236
|
<footer>
|
|
235
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
237
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
236
238
|
</footer>
|
|
237
239
|
|
|
238
240
|
<script> prettyPrint(); </script>
|
|
@@ -141,7 +141,7 @@ module.exports = DataType;
|
|
|
141
141
|
<br class="clear">
|
|
142
142
|
|
|
143
143
|
<footer>
|
|
144
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
144
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
145
145
|
</footer>
|
|
146
146
|
|
|
147
147
|
<script> prettyPrint(); </script>
|
|
@@ -124,7 +124,7 @@ module.exports = class GraphBinaryReader {
|
|
|
124
124
|
<br class="clear">
|
|
125
125
|
|
|
126
126
|
<footer>
|
|
127
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
127
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
128
128
|
</footer>
|
|
129
129
|
|
|
130
130
|
<script> prettyPrint(); </script>
|
|
@@ -127,7 +127,7 @@ module.exports = class GraphBinaryWriter {
|
|
|
127
127
|
<br class="clear">
|
|
128
128
|
|
|
129
129
|
<footer>
|
|
130
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
130
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
131
131
|
</footer>
|
|
132
132
|
|
|
133
133
|
<script> prettyPrint(); </script>
|
|
@@ -343,7 +343,7 @@ module.exports = {
|
|
|
343
343
|
<br class="clear">
|
|
344
344
|
|
|
345
345
|
<footer>
|
|
346
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
346
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
347
347
|
</footer>
|
|
348
348
|
|
|
349
349
|
<script> prettyPrint(); </script>
|
|
@@ -546,7 +546,7 @@ module.exports = {
|
|
|
546
546
|
<br class="clear">
|
|
547
547
|
|
|
548
548
|
<footer>
|
|
549
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
549
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
550
550
|
</footer>
|
|
551
551
|
|
|
552
552
|
<script> prettyPrint(); </script>
|
package/doc/utils.js.html
CHANGED
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
const uuid = require('uuid');
|
|
55
55
|
|
|
56
|
-
const gremlinVersion = '3.7.
|
|
56
|
+
const gremlinVersion = '3.7.5'; // DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
|
|
57
57
|
|
|
58
58
|
exports.toLong = function toLong(value) {
|
|
59
59
|
return new Long(value);
|
|
@@ -172,7 +172,7 @@ module.exports.DeferredPromise = DeferredPromise;
|
|
|
172
172
|
<br class="clear">
|
|
173
173
|
|
|
174
174
|
<footer>
|
|
175
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on
|
|
175
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
|
|
176
176
|
</footer>
|
|
177
177
|
|
|
178
178
|
<script> prettyPrint(); </script>
|