gremlin 3.6.6 → 3.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/NOTICE +1 -1
  2. package/doc/AnonymousTraversalSource.html +1 -1
  3. package/doc/Authenticator.html +1 -1
  4. package/doc/Bytecode.html +1 -1
  5. package/doc/CardinalityValue.html +2 -2
  6. package/doc/Client.html +41 -8
  7. package/doc/Connection.html +40 -7
  8. package/doc/DataType.js.html +149 -0
  9. package/doc/DriverRemoteConnection.html +44 -11
  10. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  11. package/doc/Graph.html +1 -1
  12. package/doc/GraphBinaryReader.js.html +132 -0
  13. package/doc/GraphBinaryWriter.js.html +135 -0
  14. package/doc/GraphSON2Reader.html +1 -1
  15. package/doc/GraphSON2Writer.html +1 -1
  16. package/doc/GraphSON3Reader.html +1 -1
  17. package/doc/GraphSON3Writer.html +1 -1
  18. package/doc/GraphTraversal.html +1 -1
  19. package/doc/GraphTraversalSource.html +1 -1
  20. package/doc/HaltedTraverserStrategy.html +1 -1
  21. package/doc/MatchAlgorithmStrategy.html +1 -1
  22. package/doc/P.html +1 -1
  23. package/doc/PartitionStrategy.html +1 -1
  24. package/doc/Path.html +1 -1
  25. package/doc/PlainTextSaslAuthenticator.html +1 -1
  26. package/doc/ProductiveByStrategy.html +1 -1
  27. package/doc/RemoteConnection.html +1 -1
  28. package/doc/RemoteStrategy.html +1 -1
  29. package/doc/RemoteTraversal.html +1 -1
  30. package/doc/ReservedKeysVerificationStrategy.html +1 -1
  31. package/doc/ResponseError.html +1 -1
  32. package/doc/ResultSet.html +1 -1
  33. package/doc/SaslAuthenticator.html +1 -1
  34. package/doc/SaslMechanismBase.html +1 -1
  35. package/doc/SaslMechanismPlain.html +1 -1
  36. package/doc/SeedStrategy.html +1 -1
  37. package/doc/SubgraphStrategy.html +1 -1
  38. package/doc/TextP.html +1 -1
  39. package/doc/Transaction.html +4 -4
  40. package/doc/Translator.html +1 -1
  41. package/doc/TraversalStrategies.html +1 -1
  42. package/doc/TraversalStrategy.html +1 -1
  43. package/doc/TypeSerializer.html +1 -1
  44. package/doc/driver_auth_authenticator.js.html +1 -1
  45. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  46. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  47. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  48. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  49. package/doc/driver_client.js.html +2 -1
  50. package/doc/driver_connection.js.html +4 -1
  51. package/doc/driver_driver-remote-connection.js.html +2 -1
  52. package/doc/driver_remote-connection.js.html +1 -1
  53. package/doc/driver_response-error.js.html +1 -1
  54. package/doc/driver_result-set.js.html +1 -1
  55. package/doc/global.html +2 -2
  56. package/doc/index.html +1 -1
  57. package/doc/module.exports.html +1 -1
  58. package/doc/process_anonymous-traversal.js.html +1 -1
  59. package/doc/process_bytecode.js.html +1 -1
  60. package/doc/process_graph-traversal.js.html +1 -1
  61. package/doc/process_transaction.js.html +11 -3
  62. package/doc/process_translator.js.html +4 -4
  63. package/doc/process_traversal-strategy.js.html +1 -1
  64. package/doc/process_traversal.js.html +1 -1
  65. package/doc/structure_graph.js.html +1 -1
  66. package/doc/structure_io_binary_internals_DataType.js.html +1 -1
  67. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +1 -1
  68. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +1 -1
  69. package/doc/structure_io_graph-serializer.js.html +1 -1
  70. package/doc/structure_io_type-serializers.js.html +1 -1
  71. package/doc/utils.js.html +181 -0
  72. package/docker-compose.yml +1 -3
  73. package/lib/driver/client.js +1 -0
  74. package/lib/driver/connection.js +3 -0
  75. package/lib/driver/driver-remote-connection.js +1 -0
  76. package/lib/process/transaction.js +10 -2
  77. package/lib/process/translator.js +3 -3
  78. package/lib/utils.js +1 -1
  79. package/package.json +4 -4
@@ -0,0 +1,132 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: GraphBinaryReader.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: GraphBinaryReader.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/*
30
+ * Licensed to the Apache Software Foundation (ASF) under one
31
+ * or more contributor license agreements. See the NOTICE file
32
+ * distributed with this work for additional information
33
+ * regarding copyright ownership. The ASF licenses this file
34
+ * to you under the Apache License, Version 2.0 (the
35
+ * "License"); you may not use this file except in compliance
36
+ * with the License. You may obtain a copy of the License at
37
+ *
38
+ * http://www.apache.org/licenses/LICENSE-2.0
39
+ *
40
+ * Unless required by applicable law or agreed to in writing,
41
+ * software distributed under the License is distributed on an
42
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
43
+ * KIND, either express or implied. See the License for the
44
+ * specific language governing permissions and limitations
45
+ * under the License.
46
+ */
47
+
48
+ /**
49
+ * @author Igor Ostapenko
50
+ */
51
+
52
+ import { Buffer } from 'buffer';
53
+
54
+ /**
55
+ * GraphBinary reader.
56
+ */
57
+ export default class GraphBinaryReader {
58
+ constructor(ioc) {
59
+ this.ioc = ioc;
60
+ }
61
+
62
+ readResponse(buffer) {
63
+ if (buffer === undefined || buffer === null) {
64
+ throw new Error('Buffer is missing.');
65
+ }
66
+ if (!(buffer instanceof Buffer)) {
67
+ throw new Error('Not an instance of Buffer.');
68
+ }
69
+ if (buffer.length &lt; 1) {
70
+ throw new Error('Buffer is empty.');
71
+ }
72
+
73
+ const response = { status: {}, result: {} };
74
+ let cursor = buffer;
75
+ let len;
76
+
77
+ // {version} is a Byte representing the protocol version
78
+ const version = cursor[0];
79
+ if (version !== 0x81) {
80
+ throw new Error(`Unsupported version '${version}'.`);
81
+ }
82
+ cursor = cursor.slice(1); // skip version
83
+
84
+ // {request_id} is a nullable UUID
85
+ ({ v: response.requestId, len } = this.ioc.uuidSerializer.deserialize(cursor, false, true));
86
+ cursor = cursor.slice(len);
87
+
88
+ // {status_code} is an Int
89
+ ({ v: response.status.code, len } = this.ioc.intSerializer.deserialize(cursor, false));
90
+ cursor = cursor.slice(len);
91
+
92
+ // {status_message} is a nullable String
93
+ ({ v: response.status.message, len } = this.ioc.stringSerializer.deserialize(cursor, false, true));
94
+ cursor = cursor.slice(len);
95
+
96
+ // {status_attributes} is a Map
97
+ ({ v: response.status.attributes, len } = this.ioc.mapSerializer.deserialize(cursor, false));
98
+ cursor = cursor.slice(len);
99
+
100
+ // {result_meta} is a Map
101
+ ({ v: response.result.meta, len } = this.ioc.mapSerializer.deserialize(cursor, false));
102
+ cursor = cursor.slice(len);
103
+
104
+ // {result_data} is a fully qualified typed value composed of {type_code}{type_info}{value_flag}{value}
105
+ ({ v: response.result.data } = this.ioc.anySerializer.deserialize(cursor));
106
+
107
+ return response;
108
+ }
109
+ }
110
+ </code></pre>
111
+ </article>
112
+ </section>
113
+
114
+
115
+
116
+
117
+ </div>
118
+
119
+ <nav>
120
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li></ul>
121
+ </nav>
122
+
123
+ <br class="clear">
124
+
125
+ <footer>
126
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
127
+ </footer>
128
+
129
+ <script> prettyPrint(); </script>
130
+ <script src="scripts/linenumber.js"> </script>
131
+ </body>
132
+ </html>
@@ -0,0 +1,135 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Source: GraphBinaryWriter.js</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Source: GraphBinaryWriter.js</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+ <article>
29
+ <pre class="prettyprint source linenums"><code>/*
30
+ * Licensed to the Apache Software Foundation (ASF) under one
31
+ * or more contributor license agreements. See the NOTICE file
32
+ * distributed with this work for additional information
33
+ * regarding copyright ownership. The ASF licenses this file
34
+ * to you under the Apache License, Version 2.0 (the
35
+ * "License"); you may not use this file except in compliance
36
+ * with the License. You may obtain a copy of the License at
37
+ *
38
+ * http://www.apache.org/licenses/LICENSE-2.0
39
+ *
40
+ * Unless required by applicable law or agreed to in writing,
41
+ * software distributed under the License is distributed on an
42
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
43
+ * KIND, either express or implied. See the License for the
44
+ * specific language governing permissions and limitations
45
+ * under the License.
46
+ */
47
+
48
+ /**
49
+ * @author Igor Ostapenko
50
+ */
51
+
52
+ import { Buffer } from 'buffer';
53
+
54
+ /**
55
+ * GraphBinary writer.
56
+ */
57
+ export default class GraphBinaryWriter {
58
+ constructor(ioc) {
59
+ this.ioc = ioc;
60
+ }
61
+
62
+ writeRequest({ requestId, op, processor, args }) {
63
+ const bufs = [
64
+ // {version} 1 byte
65
+ Buffer.from([0x81]),
66
+ // {request_id} UUID
67
+ this.ioc.uuidSerializer.serialize(requestId, false),
68
+ // {op} String
69
+ this.ioc.stringSerializer.serialize(op, false),
70
+ // {processor} String
71
+ this.ioc.stringSerializer.serialize(processor, false),
72
+ // {args} Map
73
+ this.ioc.mapSerializer.serialize(args, false),
74
+ ];
75
+ return Buffer.concat(bufs);
76
+
77
+ /*// Detailed example for a quick reference:
78
+ // {version}
79
+ 0x81,
80
+ // {request_id} UUID
81
+ 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0A,0x0B,0x0C,0x0D,0x0E,0x0F,
82
+ // {op} String
83
+ 0x00,0x00,0x00,0x08, ...Buffer.from('bytecode'),
84
+ // {processor} String
85
+ 0x00,0x00,0x00,0x09, ...Buffer.from('traversal'),
86
+ // {args} Map
87
+ 0x00,0x00,0x00,0x02,
88
+ // 1.
89
+ // args.aliases key String
90
+ 0x03,0x00, 0x00,0x00,0x00,0x07, ...Buffer.from('aliases'),
91
+ // args.aliases value Map
92
+ 0x0A,0x00, 0x00,0x00,0x00,0x01,
93
+ // aliases.g key String
94
+ 0x03,0x00, 0x00,0x00,0x00,0x01, ...Buffer.from('g'),
95
+ // aliases.g value String
96
+ 0x03,0x00, 0x00,0x00,0x00,0x01, ...Buffer.from('g'),
97
+ // 2.
98
+ // args.gremlin key String
99
+ 0x03,0x00, 0x00,0x00,0x00,0x07, ...Buffer.from('gremlin'),
100
+ // args.gremlin value Bytecode
101
+ 0x15,0x00,
102
+ // {steps_length}
103
+ 0x00,0x00,0x00,0x01,
104
+ // step 1 - {name} String
105
+ 0x00,0x00,0x00,0x01, ...Buffer.from('V'),
106
+ // step 1 - {values_length} Int
107
+ 0x00,0x00,0x00,0x00,
108
+ // {sources_length}
109
+ 0x00,0x00,0x00,0x00,
110
+ */
111
+ }
112
+ }
113
+ </code></pre>
114
+ </article>
115
+ </section>
116
+
117
+
118
+
119
+
120
+ </div>
121
+
122
+ <nav>
123
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li></ul>
124
+ </nav>
125
+
126
+ <br class="clear">
127
+
128
+ <footer>
129
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Thu Oct 17 2024 15:29:12 GMT-0700 (Pacific Daylight Time)
130
+ </footer>
131
+
132
+ <script> prettyPrint(); </script>
133
+ <script src="scripts/linenumber.js"> </script>
134
+ </body>
135
+ </html>
@@ -398,7 +398,7 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
398
398
  <br class="clear">
399
399
 
400
400
  <footer>
401
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
401
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
402
402
  </footer>
403
403
 
404
404
  <script> prettyPrint(); </script>
@@ -549,7 +549,7 @@ serializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
549
549
  <br class="clear">
550
550
 
551
551
  <footer>
552
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
552
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
553
553
  </footer>
554
554
 
555
555
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -18289,7 +18289,7 @@
18289
18289
  <br class="clear">
18290
18290
 
18291
18291
  <footer>
18292
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
18292
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
18293
18293
  </footer>
18294
18294
 
18295
18295
  <script> prettyPrint(); </script>
@@ -3658,7 +3658,7 @@
3658
3658
  <br class="clear">
3659
3659
 
3660
3660
  <footer>
3661
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
3661
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
3662
3662
  </footer>
3663
3663
 
3664
3664
  <script> prettyPrint(); </script>
@@ -206,7 +206,7 @@
206
206
  <br class="clear">
207
207
 
208
208
  <footer>
209
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
209
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
210
210
  </footer>
211
211
 
212
212
  <script> prettyPrint(); </script>
@@ -201,7 +201,7 @@
201
201
  <br class="clear">
202
202
 
203
203
  <footer>
204
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
204
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
205
205
  </footer>
206
206
 
207
207
  <script> prettyPrint(); </script>
package/doc/P.html CHANGED
@@ -1866,7 +1866,7 @@
1866
1866
  <br class="clear">
1867
1867
 
1868
1868
  <footer>
1869
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
1869
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1870
1870
  </footer>
1871
1871
 
1872
1872
  <script> prettyPrint(); </script>
@@ -378,7 +378,7 @@
378
378
  <br class="clear">
379
379
 
380
380
  <footer>
381
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
382
382
  </footer>
383
383
 
384
384
  <script> prettyPrint(); </script>
package/doc/Path.html CHANGED
@@ -233,7 +233,7 @@
233
233
  <br class="clear">
234
234
 
235
235
  <footer>
236
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
236
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
237
237
  </footer>
238
238
 
239
239
  <script> prettyPrint(); </script>
@@ -447,7 +447,7 @@
447
447
  <br class="clear">
448
448
 
449
449
  <footer>
450
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
450
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
451
451
  </footer>
452
452
 
453
453
  <script> prettyPrint(); </script>
@@ -279,7 +279,7 @@
279
279
  <br class="clear">
280
280
 
281
281
  <footer>
282
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
283
283
  </footer>
284
284
 
285
285
  <script> prettyPrint(); </script>
@@ -1077,7 +1077,7 @@ If the connection is already session bound then this function should throw an ex
1077
1077
  <br class="clear">
1078
1078
 
1079
1079
  <footer>
1080
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
1080
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1081
1081
  </footer>
1082
1082
 
1083
1083
  <script> prettyPrint(); </script>
@@ -298,7 +298,7 @@
298
298
  <br class="clear">
299
299
 
300
300
  <footer>
301
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
301
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
302
302
  </footer>
303
303
 
304
304
  <script> prettyPrint(); </script>
@@ -161,7 +161,7 @@
161
161
  <br class="clear">
162
162
 
163
163
  <footer>
164
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
164
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
165
165
  </footer>
166
166
 
167
167
  <script> prettyPrint(); </script>
@@ -270,7 +270,7 @@
270
270
  <br class="clear">
271
271
 
272
272
  <footer>
273
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
273
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
274
274
  </footer>
275
275
 
276
276
  <script> prettyPrint(); </script>
@@ -351,7 +351,7 @@
351
351
  <br class="clear">
352
352
 
353
353
  <footer>
354
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
354
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
355
355
  </footer>
356
356
 
357
357
  <script> prettyPrint(); </script>
@@ -712,7 +712,7 @@
712
712
  <br class="clear">
713
713
 
714
714
  <footer>
715
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
715
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
716
716
  </footer>
717
717
 
718
718
  <script> prettyPrint(); </script>
@@ -446,7 +446,7 @@
446
446
  <br class="clear">
447
447
 
448
448
  <footer>
449
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
449
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
450
450
  </footer>
451
451
 
452
452
  <script> prettyPrint(); </script>
@@ -497,7 +497,7 @@
497
497
  <br class="clear">
498
498
 
499
499
  <footer>
500
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
500
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
919
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
283
283
  </footer>
284
284
 
285
285
  <script> prettyPrint(); </script>
@@ -378,7 +378,7 @@
378
378
  <br class="clear">
379
379
 
380
380
  <footer>
381
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
381
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
382
382
  </footer>
383
383
 
384
384
  <script> prettyPrint(); </script>
package/doc/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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
1434
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
1435
1435
  </footer>
1436
1436
 
1437
1437
  <script> prettyPrint(); </script>
@@ -190,7 +190,7 @@ then close the transaction and thus, the session. This feature only works with t
190
190
 
191
191
  <dt class="tag-source">Source:</dt>
192
192
  <dd class="tag-source"><ul class="dummy"><li>
193
- <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line76">line 76</a>
193
+ <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line84">line 84</a>
194
194
  </li></ul></dd>
195
195
 
196
196
 
@@ -372,7 +372,7 @@ then close the transaction and thus, the session. This feature only works with t
372
372
 
373
373
  <dt class="tag-source">Source:</dt>
374
374
  <dd class="tag-source"><ul class="dummy"><li>
375
- <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line83">line 83</a>
375
+ <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line91">line 91</a>
376
376
  </li></ul></dd>
377
377
 
378
378
 
@@ -576,7 +576,7 @@ then close the transaction and thus, the session. This feature only works with t
576
576
 
577
577
  <dt class="tag-source">Source:</dt>
578
578
  <dd class="tag-source"><ul class="dummy"><li>
579
- <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line68">line 68</a>
579
+ <a href="process_transaction.js.html">process/transaction.js</a>, <a href="process_transaction.js.html#line72">line 72</a>
580
580
  </li></ul></dd>
581
581
 
582
582
 
@@ -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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
649
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
650
650
  </footer>
651
651
 
652
652
  <script> prettyPrint(); </script>
@@ -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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
521
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
646
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
387
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
388
388
  </footer>
389
389
 
390
390
  <script> prettyPrint(); </script>
@@ -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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
160
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
83
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
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 Mon Dec 04 2023 11:42:07 GMT-0800 (Pacific Standard Time)
97
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Tue Oct 29 2024 10:04:25 GMT-0700 (Pacific Daylight Time)
98
98
  </footer>
99
99
 
100
100
  <script> prettyPrint(); </script>