@qualithm/arrow-flight-sql-js 1.1.0 → 1.3.0

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/LICENSE CHANGED
@@ -1,18 +1,150 @@
1
- MIT License
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
2
4
 
3
- Copyright (c) 2026 Qualithm
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4
6
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6
- associated documentation files (the "Software"), to deal in the Software without restriction,
7
- including without limitation the rights to use, copy, modify, merge, publish, distribute,
8
- sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9
- furnished to do so, subject to the following conditions:
7
+ 1. Definitions.
10
8
 
11
- The above copyright notice and this permission notice shall be included in all copies or substantial
12
- portions of the Software.
9
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined
10
+ by Sections 1 through 9 of this document.
13
11
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
15
- NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
17
- OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is
13
+ granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control,
16
+ are controlled by, or are under common control with that entity. For the purposes of this
17
+ definition, "control" means (i) the power, direct or indirect, to cause the direction or
18
+ management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent
19
+ (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
20
+
21
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by
22
+ this License.
23
+
24
+ "Source" form shall mean the preferred form for making modifications, including but not limited
25
+ to software source code, documentation source, and configuration files.
26
+
27
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a
28
+ Source form, including but not limited to compiled object code, generated documentation, and
29
+ conversions to other media types.
30
+
31
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under
32
+ the License, as indicated by a copyright notice that is included in or attached to the work (an
33
+ example is provided in the Appendix below).
34
+
35
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or
36
+ derived from) the Work and for which the editorial revisions, annotations, elaborations, or
37
+ other modifications represent, as a whole, an original work of authorship. For the purposes of
38
+ this License, Derivative Works shall not include works that remain separable from, or merely
39
+ link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
40
+
41
+ "Contribution" shall mean any work of authorship, including the original version of the Work and
42
+ any modifications or additions to that Work or Derivative Works thereof, that is intentionally
43
+ submitted to the Licensor for inclusion in the Work by the copyright owner or by an individual
44
+ or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this
45
+ definition, "submitted" means any form of electronic, verbal, or written communication sent to
46
+ the Licensor or its representatives, including but not limited to communication on electronic
47
+ mailing lists, source code control systems, and issue tracking systems that are managed by, or
48
+ on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding
49
+ communication that is conspicuously marked or otherwise designated in writing by the copyright
50
+ owner as "Not a Contribution."
51
+
52
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a
53
+ Contribution has been received by Licensor and subsequently incorporated within the Work.
54
+
55
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each
56
+ Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
57
+ irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display,
58
+ publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or
59
+ Object form.
60
+
61
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor
62
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
63
+ (except as stated in this section) patent license to make, have made, use, offer to sell, sell,
64
+ import, and otherwise transfer the Work, where such license applies only to those patent claims
65
+ licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or
66
+ by combination of their Contribution(s) with the Work to which such Contribution(s) was
67
+ submitted. If You institute patent litigation against any entity (including a cross-claim or
68
+ counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work
69
+ constitutes direct or contributory patent infringement, then any patent licenses granted to You
70
+ under this License for that Work shall terminate as of the date such litigation is filed.
71
+
72
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof
73
+ in any medium, with or without modifications, and in Source or Object form, provided that You
74
+ meet the following conditions:
75
+
76
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License;
77
+ and
78
+
79
+ (b) You must cause any modified files to carry prominent notices stating that You changed the
80
+ files; and
81
+
82
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all
83
+ copyright, patent, trademark, and attribution notices from the Source form of the Work,
84
+ excluding those notices that do not pertain to any part of the Derivative Works; and
85
+
86
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative
87
+ Works that You distribute must include a readable copy of the attribution notices contained
88
+ within such NOTICE file, excluding those notices that do not pertain to any part of the
89
+ Derivative Works, in at least one of the following places: within a NOTICE text file distributed
90
+ as part of the Derivative Works; within the Source form or documentation, if provided along with
91
+ the Derivative Works; or, within a display generated by the Derivative Works, if and wherever
92
+ such third-party notices normally appear. The contents of the NOTICE file are for informational
93
+ purposes only and do not modify the License. You may add Your own attribution notices within
94
+ Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the
95
+ Work, provided that such additional attribution notices cannot be construed as modifying the
96
+ License.
97
+
98
+ You may add Your own copyright statement to Your modifications and may provide additional or
99
+ different license terms and conditions for use, reproduction, or distribution of Your
100
+ modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and
101
+ distribution of the Work otherwise complies with the conditions stated in this License.
102
+
103
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution
104
+ intentionally submitted for inclusion in the Work by You to the Licensor shall be under the
105
+ terms and conditions of this License, without any additional terms or conditions.
106
+ Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate
107
+ license agreement you may have executed with Licensor regarding such Contributions.
108
+
109
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service
110
+ marks, or product names of the Licensor, except as required for reasonable and customary use in
111
+ describing the origin of the Work and reproducing the content of the NOTICE file.
112
+
113
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor
114
+ provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
115
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation,
116
+ any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
117
+ PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or
118
+ redistributing the Work and assume any risks associated with Your exercise of permissions under
119
+ this License.
120
+
121
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including
122
+ negligence), contract, or otherwise, unless required by applicable law (such as deliberate and
123
+ grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for
124
+ damages, including any direct, indirect, special, incidental, or consequential damages of any
125
+ character arising as a result of this License or out of the use or inability to use the Work
126
+ (including but not limited to damages for loss of goodwill, work stoppage, computer failure or
127
+ malfunction, or any and all other commercial damages or losses), even if such Contributor has
128
+ been advised of the possibility of such damages.
129
+
130
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works
131
+ thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty,
132
+ indemnity, or other liability obligations and/or rights consistent with this License. However,
133
+ in accepting such obligations, You may act only on Your own behalf and on Your sole
134
+ responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,
135
+ defend, and hold each Contributor harmless for any liability incurred by, or claims asserted
136
+ against, such Contributor by reason of your accepting any such warranty or additional liability.
137
+
138
+ END OF TERMS AND CONDITIONS
139
+
140
+ Copyright 2026 Qualithm
141
+
142
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
143
+ compliance with the License. You may obtain a copy of the License at
144
+
145
+ http://www.apache.org/licenses/LICENSE-2.0
146
+
147
+ Unless required by applicable law or agreed to in writing, software distributed under the License is
148
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
149
+ implied. See the License for the specific language governing permissions and limitations under the
150
+ License.
@@ -0,0 +1,314 @@
1
+ /**
2
+ * Flight SQL client implementation.
3
+ *
4
+ * @packageDocumentation
5
+ */
6
+ import { type CallOptions, FlightClient, type FlightClientOptions, type FlightInfo } from "@qualithm/arrow-flight-js";
7
+ /**
8
+ * Options for creating a FlightSqlClient.
9
+ */
10
+ export type FlightSqlClientOptions = FlightClientOptions;
11
+ /**
12
+ * Options for executing a query.
13
+ */
14
+ export type QueryOptions = CallOptions & {
15
+ /**
16
+ * Transaction ID for executing the query as part of a transaction.
17
+ * If not provided, the query is auto-committed.
18
+ */
19
+ transactionId?: Buffer;
20
+ };
21
+ /**
22
+ * Result of a statement update operation.
23
+ */
24
+ export type UpdateResult = {
25
+ /**
26
+ * The number of records affected by the update.
27
+ * A value of -1 indicates an unknown count.
28
+ */
29
+ recordCount: number;
30
+ };
31
+ /**
32
+ * Options for creating a prepared statement.
33
+ */
34
+ export type PreparedStatementOptions = CallOptions & {
35
+ /**
36
+ * Transaction ID for creating the prepared statement as part of a transaction.
37
+ * If not provided, executions of the prepared statement will be auto-committed.
38
+ */
39
+ transactionId?: Buffer;
40
+ };
41
+ /**
42
+ * Result of creating a prepared statement.
43
+ */
44
+ export type PreparedStatementResult = {
45
+ /**
46
+ * Opaque handle for the prepared statement on the server.
47
+ * Use this handle with executePreparedQuery or executePreparedUpdate.
48
+ */
49
+ handle: Buffer;
50
+ /**
51
+ * The schema of the result set, if the query returns results.
52
+ * This is an IPC-encapsulated Schema as described in Schema.fbs.
53
+ * May be empty if the query does not return results.
54
+ */
55
+ datasetSchema: Buffer;
56
+ /**
57
+ * The schema of the expected parameters, if the query has parameters.
58
+ * This is an IPC-encapsulated Schema as described in Schema.fbs.
59
+ * May be empty if the query has no parameters.
60
+ */
61
+ parameterSchema: Buffer;
62
+ };
63
+ /**
64
+ * Result of binding parameters to a prepared statement.
65
+ */
66
+ export type BindParametersResult = {
67
+ /**
68
+ * Updated handle for the prepared statement.
69
+ * If provided, this handle should be used for subsequent operations
70
+ * instead of the original handle. If undefined, continue using the
71
+ * original handle.
72
+ */
73
+ handle?: Buffer;
74
+ };
75
+ /**
76
+ * Parameter data for binding to a prepared statement.
77
+ * Can be provided as raw Arrow IPC bytes or as separate schema/data components.
78
+ */
79
+ export type ParameterData = {
80
+ /**
81
+ * Arrow IPC schema message bytes.
82
+ * Required when sending parameters.
83
+ */
84
+ schema: Uint8Array;
85
+ /**
86
+ * Arrow IPC record batch data bytes.
87
+ * Contains the actual parameter values.
88
+ */
89
+ data: Uint8Array;
90
+ };
91
+ /**
92
+ * Arrow Flight SQL client for executing SQL queries and commands.
93
+ *
94
+ * Extends the base FlightClient with SQL-specific functionality including
95
+ * query execution, updates, and metadata queries.
96
+ *
97
+ * @example
98
+ * ```ts
99
+ * const client = new FlightSqlClient({
100
+ * host: "localhost",
101
+ * port: 8815,
102
+ * tls: false
103
+ * })
104
+ *
105
+ * await client.connect()
106
+ *
107
+ * // Execute a query
108
+ * const info = await client.query("SELECT * FROM users")
109
+ *
110
+ * // Execute an update
111
+ * const result = await client.executeUpdate("INSERT INTO users (name) VALUES ('Alice')")
112
+ * console.log("Rows affected:", result.recordCount)
113
+ *
114
+ * client.close()
115
+ * ```
116
+ */
117
+ export declare class FlightSqlClient extends FlightClient {
118
+ /**
119
+ * Executes a SQL query and returns flight information for retrieving results.
120
+ *
121
+ * This method sends a CommandStatementQuery to the server and returns
122
+ * FlightInfo containing endpoints for data retrieval. Use the returned
123
+ * FlightInfo with `doGet()` to retrieve the actual data.
124
+ *
125
+ * @param query - The SQL query to execute
126
+ * @param options - Optional query options
127
+ * @returns Flight information for retrieving query results
128
+ * @throws {FlightError} If the query fails
129
+ *
130
+ * @example
131
+ * ```ts
132
+ * const info = await client.query("SELECT * FROM users WHERE active = true")
133
+ *
134
+ * // Retrieve data from each endpoint
135
+ * for (const endpoint of info.endpoint) {
136
+ * for await (const data of client.doGet(endpoint.ticket!)) {
137
+ * // Process data
138
+ * }
139
+ * }
140
+ * ```
141
+ */
142
+ query(query: string, options?: QueryOptions): Promise<FlightInfo>;
143
+ /**
144
+ * Executes a prepared statement query and returns flight information for retrieving results.
145
+ *
146
+ * This method sends a CommandPreparedStatementQuery to the server and returns
147
+ * FlightInfo containing endpoints for data retrieval. Use the returned
148
+ * FlightInfo with `doGet()` to retrieve the actual data.
149
+ *
150
+ * @param handle - The prepared statement handle from createPreparedStatement
151
+ * @param options - Optional call options
152
+ * @returns Flight information for retrieving query results
153
+ * @throws {FlightError} If the query fails
154
+ *
155
+ * @example
156
+ * ```ts
157
+ * const prepared = await client.createPreparedStatement("SELECT * FROM users WHERE id = ?")
158
+ *
159
+ * // Execute the prepared statement
160
+ * const info = await client.executePreparedQuery(prepared.handle)
161
+ *
162
+ * // Retrieve data from each endpoint
163
+ * for (const endpoint of info.endpoint) {
164
+ * for await (const data of client.doGet(endpoint.ticket!)) {
165
+ * // Process data
166
+ * }
167
+ * }
168
+ *
169
+ * // Clean up
170
+ * await client.closePreparedStatement(prepared.handle)
171
+ * ```
172
+ */
173
+ executePreparedQuery(handle: Buffer, options?: CallOptions): Promise<FlightInfo>;
174
+ /**
175
+ * Executes a prepared statement update (INSERT, UPDATE, DELETE).
176
+ *
177
+ * @param handle - The prepared statement handle from createPreparedStatement
178
+ * @param options - Optional call options
179
+ * @returns The update result containing the number of affected records
180
+ * @throws {FlightError} If the update fails
181
+ *
182
+ * @example
183
+ * ```ts
184
+ * const prepared = await client.createPreparedStatement(
185
+ * "UPDATE users SET active = false WHERE id = ?"
186
+ * )
187
+ *
188
+ * // Execute the prepared statement
189
+ * const result = await client.executePreparedUpdate(prepared.handle)
190
+ * console.log("Rows updated:", result.recordCount)
191
+ *
192
+ * // Clean up
193
+ * await client.closePreparedStatement(prepared.handle)
194
+ * ```
195
+ */
196
+ executePreparedUpdate(handle: Buffer, options?: CallOptions): Promise<UpdateResult>;
197
+ /**
198
+ * Executes a SQL update statement (INSERT, UPDATE, DELETE).
199
+ *
200
+ * @param query - The SQL update statement to execute
201
+ * @param options - Optional query options
202
+ * @returns The update result containing the number of affected records
203
+ * @throws {FlightError} If the update fails
204
+ *
205
+ * @example
206
+ * ```ts
207
+ * const result = await client.executeUpdate(
208
+ * "UPDATE users SET active = false WHERE last_login < '2024-01-01'"
209
+ * )
210
+ * console.log("Rows updated:", result.recordCount)
211
+ * ```
212
+ */
213
+ executeUpdate(query: string, options?: QueryOptions): Promise<UpdateResult>;
214
+ /**
215
+ * Creates a prepared statement for the given SQL query.
216
+ *
217
+ * The returned handle can be used to execute the query multiple times
218
+ * with different parameters. The prepared statement should be closed
219
+ * when no longer needed using `closePreparedStatement()`.
220
+ *
221
+ * @param query - The SQL query to prepare
222
+ * @param options - Optional options including transaction ID
223
+ * @returns The prepared statement result containing the handle and schemas
224
+ * @throws {FlightError} If the preparation fails
225
+ *
226
+ * @example
227
+ * ```ts
228
+ * const prepared = await client.createPreparedStatement(
229
+ * "SELECT * FROM users WHERE id = ?"
230
+ * )
231
+ *
232
+ * // Use prepared.handle with executePreparedQuery
233
+ * // ...
234
+ *
235
+ * // Clean up when done
236
+ * await client.closePreparedStatement(prepared.handle)
237
+ * ```
238
+ */
239
+ createPreparedStatement(query: string, options?: PreparedStatementOptions): Promise<PreparedStatementResult>;
240
+ /**
241
+ * Closes a prepared statement and releases server resources.
242
+ *
243
+ * @param handle - The prepared statement handle to close
244
+ * @param options - Optional call options
245
+ * @throws {FlightError} If closing fails
246
+ *
247
+ * @example
248
+ * ```ts
249
+ * const prepared = await client.createPreparedStatement("SELECT * FROM users")
250
+ * // ... use the prepared statement ...
251
+ * await client.closePreparedStatement(prepared.handle)
252
+ * ```
253
+ */
254
+ closePreparedStatement(handle: Buffer, options?: CallOptions): Promise<void>;
255
+ /**
256
+ * Binds parameter values to a prepared statement.
257
+ *
258
+ * Parameter values are sent as Arrow IPC data matching the parameter schema
259
+ * from the prepared statement. After binding, call `executePreparedQuery()`
260
+ * or `executePreparedUpdate()` to execute with the bound parameters.
261
+ *
262
+ * @param handle - The prepared statement handle
263
+ * @param parameters - The parameter data as Arrow IPC bytes
264
+ * @param options - Optional call options
265
+ * @returns Result containing an optional updated handle
266
+ * @throws {FlightError} If binding fails
267
+ *
268
+ * @example
269
+ * ```ts
270
+ * import { tableToIPC, tableFromArrays } from "apache-arrow"
271
+ *
272
+ * const prepared = await client.createPreparedStatement(
273
+ * "SELECT * FROM users WHERE id = ?"
274
+ * )
275
+ *
276
+ * // Create parameter data as Arrow IPC
277
+ * const params = tableFromArrays({ id: [42] })
278
+ * const ipcData = tableToIPC(params)
279
+ *
280
+ * // Bind the parameters
281
+ * const result = await client.bindParameters(prepared.handle, {
282
+ * schema: ipcData.slice(0, schemaLength), // Extract schema bytes
283
+ * data: ipcData.slice(schemaLength) // Extract data bytes
284
+ * })
285
+ *
286
+ * // Use updated handle if provided
287
+ * const handle = result.handle ?? prepared.handle
288
+ *
289
+ * // Execute and retrieve results
290
+ * const info = await client.executePreparedQuery(handle)
291
+ * ```
292
+ */
293
+ bindParameters(handle: Buffer, parameters: ParameterData, options?: CallOptions): Promise<BindParametersResult>;
294
+ }
295
+ /**
296
+ * Creates a new FlightSqlClient and connects to the server.
297
+ *
298
+ * This is a convenience function that combines creating a client
299
+ * and calling connect() in one step.
300
+ *
301
+ * @param options - Connection options
302
+ * @returns A connected FlightSqlClient
303
+ *
304
+ * @example
305
+ * ```ts
306
+ * const client = await createFlightSqlClient({
307
+ * host: "localhost",
308
+ * port: 8815,
309
+ * tls: false
310
+ * })
311
+ * ```
312
+ */
313
+ export declare function createFlightSqlClient(options: FlightSqlClientOptions): Promise<FlightSqlClient>;
314
+ //# sourceMappingURL=client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EACL,KAAK,WAAW,EAGhB,YAAY,EACZ,KAAK,mBAAmB,EAExB,KAAK,UAAU,EAChB,MAAM,2BAA2B,CAAA;AAyBlC;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAA;AAExD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,WAAW,GAAG;IACvC;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,WAAW,GAAG;IACnD;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAA;IAErB;;;;OAIG;IACH,eAAe,EAAE,MAAM,CAAA;CACxB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;;OAKG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,MAAM,EAAE,UAAU,CAAA;IAElB;;;OAGG;IACH,IAAI,EAAE,UAAU,CAAA;CACjB,CAAA;AA4ID;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,qBAAa,eAAgB,SAAQ,YAAY;IAC/C;;;;;;;;;;;;;;;;;;;;;;;OAuBG;IACG,KAAK,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,UAAU,CAAC;IAYvE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;IACG,oBAAoB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;IAWtF;;;;;;;;;;;;;;;;;;;;;OAqBG;IACG,qBAAqB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,YAAY,CAAC;IA6CzF;;;;;;;;;;;;;;;OAeG;IACG,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC;IA8CjF;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACG,uBAAuB,CAC3B,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,uBAAuB,CAAC;IAsCnC;;;;;;;;;;;;;OAaG;IACG,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAoBlF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACG,cAAc,CAClB,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,oBAAoB,CAAC;CA+CjC;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,sBAAsB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAI1B"}