@growth-labs/mailer 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/schema.d.ts DELETED
@@ -1,564 +0,0 @@
1
- export declare const subscribers: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
2
- name: "gl_subscribers";
3
- schema: undefined;
4
- columns: {
5
- id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
6
- name: "id";
7
- tableName: "gl_subscribers";
8
- dataType: "string";
9
- columnType: "SQLiteText";
10
- data: string;
11
- driverParam: string;
12
- notNull: true;
13
- hasDefault: false;
14
- isPrimaryKey: true;
15
- isAutoincrement: false;
16
- hasRuntimeDefault: false;
17
- enumValues: [string, ...string[]];
18
- baseColumn: never;
19
- identity: undefined;
20
- generated: undefined;
21
- }, {}, {
22
- length: number | undefined;
23
- }>;
24
- email: import("drizzle-orm/sqlite-core").SQLiteColumn<{
25
- name: "email";
26
- tableName: "gl_subscribers";
27
- dataType: "string";
28
- columnType: "SQLiteText";
29
- data: string;
30
- driverParam: string;
31
- notNull: true;
32
- hasDefault: false;
33
- isPrimaryKey: false;
34
- isAutoincrement: false;
35
- hasRuntimeDefault: false;
36
- enumValues: [string, ...string[]];
37
- baseColumn: never;
38
- identity: undefined;
39
- generated: undefined;
40
- }, {}, {
41
- length: number | undefined;
42
- }>;
43
- name: import("drizzle-orm/sqlite-core").SQLiteColumn<{
44
- name: "name";
45
- tableName: "gl_subscribers";
46
- dataType: "string";
47
- columnType: "SQLiteText";
48
- data: string;
49
- driverParam: string;
50
- notNull: false;
51
- hasDefault: false;
52
- isPrimaryKey: false;
53
- isAutoincrement: false;
54
- hasRuntimeDefault: false;
55
- enumValues: [string, ...string[]];
56
- baseColumn: never;
57
- identity: undefined;
58
- generated: undefined;
59
- }, {}, {
60
- length: number | undefined;
61
- }>;
62
- status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
63
- name: "status";
64
- tableName: "gl_subscribers";
65
- dataType: "string";
66
- columnType: "SQLiteText";
67
- data: string;
68
- driverParam: string;
69
- notNull: true;
70
- hasDefault: true;
71
- isPrimaryKey: false;
72
- isAutoincrement: false;
73
- hasRuntimeDefault: false;
74
- enumValues: [string, ...string[]];
75
- baseColumn: never;
76
- identity: undefined;
77
- generated: undefined;
78
- }, {}, {
79
- length: number | undefined;
80
- }>;
81
- preferences: import("drizzle-orm/sqlite-core").SQLiteColumn<{
82
- name: "preferences";
83
- tableName: "gl_subscribers";
84
- dataType: "string";
85
- columnType: "SQLiteText";
86
- data: string;
87
- driverParam: string;
88
- notNull: true;
89
- hasDefault: true;
90
- isPrimaryKey: false;
91
- isAutoincrement: false;
92
- hasRuntimeDefault: false;
93
- enumValues: [string, ...string[]];
94
- baseColumn: never;
95
- identity: undefined;
96
- generated: undefined;
97
- }, {}, {
98
- length: number | undefined;
99
- }>;
100
- source: import("drizzle-orm/sqlite-core").SQLiteColumn<{
101
- name: "source";
102
- tableName: "gl_subscribers";
103
- dataType: "string";
104
- columnType: "SQLiteText";
105
- data: string;
106
- driverParam: string;
107
- notNull: true;
108
- hasDefault: false;
109
- isPrimaryKey: false;
110
- isAutoincrement: false;
111
- hasRuntimeDefault: false;
112
- enumValues: [string, ...string[]];
113
- baseColumn: never;
114
- identity: undefined;
115
- generated: undefined;
116
- }, {}, {
117
- length: number | undefined;
118
- }>;
119
- attribution: import("drizzle-orm/sqlite-core").SQLiteColumn<{
120
- name: "attribution";
121
- tableName: "gl_subscribers";
122
- dataType: "string";
123
- columnType: "SQLiteText";
124
- data: string;
125
- driverParam: string;
126
- notNull: false;
127
- hasDefault: false;
128
- isPrimaryKey: false;
129
- isAutoincrement: false;
130
- hasRuntimeDefault: false;
131
- enumValues: [string, ...string[]];
132
- baseColumn: never;
133
- identity: undefined;
134
- generated: undefined;
135
- }, {}, {
136
- length: number | undefined;
137
- }>;
138
- softBounceCount: import("drizzle-orm/sqlite-core").SQLiteColumn<{
139
- name: "soft_bounce_count";
140
- tableName: "gl_subscribers";
141
- dataType: "number";
142
- columnType: "SQLiteInteger";
143
- data: number;
144
- driverParam: number;
145
- notNull: true;
146
- hasDefault: true;
147
- isPrimaryKey: false;
148
- isAutoincrement: false;
149
- hasRuntimeDefault: false;
150
- enumValues: undefined;
151
- baseColumn: never;
152
- identity: undefined;
153
- generated: undefined;
154
- }, {}, {}>;
155
- subscribedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
156
- name: "subscribed_at";
157
- tableName: "gl_subscribers";
158
- dataType: "string";
159
- columnType: "SQLiteText";
160
- data: string;
161
- driverParam: string;
162
- notNull: true;
163
- hasDefault: false;
164
- isPrimaryKey: false;
165
- isAutoincrement: false;
166
- hasRuntimeDefault: false;
167
- enumValues: [string, ...string[]];
168
- baseColumn: never;
169
- identity: undefined;
170
- generated: undefined;
171
- }, {}, {
172
- length: number | undefined;
173
- }>;
174
- confirmedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
175
- name: "confirmed_at";
176
- tableName: "gl_subscribers";
177
- dataType: "string";
178
- columnType: "SQLiteText";
179
- data: string;
180
- driverParam: string;
181
- notNull: false;
182
- hasDefault: false;
183
- isPrimaryKey: false;
184
- isAutoincrement: false;
185
- hasRuntimeDefault: false;
186
- enumValues: [string, ...string[]];
187
- baseColumn: never;
188
- identity: undefined;
189
- generated: undefined;
190
- }, {}, {
191
- length: number | undefined;
192
- }>;
193
- unsubscribedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
194
- name: "unsubscribed_at";
195
- tableName: "gl_subscribers";
196
- dataType: "string";
197
- columnType: "SQLiteText";
198
- data: string;
199
- driverParam: string;
200
- notNull: false;
201
- hasDefault: false;
202
- isPrimaryKey: false;
203
- isAutoincrement: false;
204
- hasRuntimeDefault: false;
205
- enumValues: [string, ...string[]];
206
- baseColumn: never;
207
- identity: undefined;
208
- generated: undefined;
209
- }, {}, {
210
- length: number | undefined;
211
- }>;
212
- createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
213
- name: "created_at";
214
- tableName: "gl_subscribers";
215
- dataType: "string";
216
- columnType: "SQLiteText";
217
- data: string;
218
- driverParam: string;
219
- notNull: true;
220
- hasDefault: false;
221
- isPrimaryKey: false;
222
- isAutoincrement: false;
223
- hasRuntimeDefault: false;
224
- enumValues: [string, ...string[]];
225
- baseColumn: never;
226
- identity: undefined;
227
- generated: undefined;
228
- }, {}, {
229
- length: number | undefined;
230
- }>;
231
- updatedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
232
- name: "updated_at";
233
- tableName: "gl_subscribers";
234
- dataType: "string";
235
- columnType: "SQLiteText";
236
- data: string;
237
- driverParam: string;
238
- notNull: true;
239
- hasDefault: false;
240
- isPrimaryKey: false;
241
- isAutoincrement: false;
242
- hasRuntimeDefault: false;
243
- enumValues: [string, ...string[]];
244
- baseColumn: never;
245
- identity: undefined;
246
- generated: undefined;
247
- }, {}, {
248
- length: number | undefined;
249
- }>;
250
- };
251
- dialect: "sqlite";
252
- }>;
253
- export declare const emailSends: import("drizzle-orm/sqlite-core").SQLiteTableWithColumns<{
254
- name: "gl_email_sends";
255
- schema: undefined;
256
- columns: {
257
- id: import("drizzle-orm/sqlite-core").SQLiteColumn<{
258
- name: "id";
259
- tableName: "gl_email_sends";
260
- dataType: "string";
261
- columnType: "SQLiteText";
262
- data: string;
263
- driverParam: string;
264
- notNull: true;
265
- hasDefault: false;
266
- isPrimaryKey: true;
267
- isAutoincrement: false;
268
- hasRuntimeDefault: false;
269
- enumValues: [string, ...string[]];
270
- baseColumn: never;
271
- identity: undefined;
272
- generated: undefined;
273
- }, {}, {
274
- length: number | undefined;
275
- }>;
276
- subscriberId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
277
- name: "subscriber_id";
278
- tableName: "gl_email_sends";
279
- dataType: "string";
280
- columnType: "SQLiteText";
281
- data: string;
282
- driverParam: string;
283
- notNull: true;
284
- hasDefault: false;
285
- isPrimaryKey: false;
286
- isAutoincrement: false;
287
- hasRuntimeDefault: false;
288
- enumValues: [string, ...string[]];
289
- baseColumn: never;
290
- identity: undefined;
291
- generated: undefined;
292
- }, {}, {
293
- length: number | undefined;
294
- }>;
295
- campaignId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
296
- name: "campaign_id";
297
- tableName: "gl_email_sends";
298
- dataType: "string";
299
- columnType: "SQLiteText";
300
- data: string;
301
- driverParam: string;
302
- notNull: false;
303
- hasDefault: false;
304
- isPrimaryKey: false;
305
- isAutoincrement: false;
306
- hasRuntimeDefault: false;
307
- enumValues: [string, ...string[]];
308
- baseColumn: never;
309
- identity: undefined;
310
- generated: undefined;
311
- }, {}, {
312
- length: number | undefined;
313
- }>;
314
- email: import("drizzle-orm/sqlite-core").SQLiteColumn<{
315
- name: "email";
316
- tableName: "gl_email_sends";
317
- dataType: "string";
318
- columnType: "SQLiteText";
319
- data: string;
320
- driverParam: string;
321
- notNull: true;
322
- hasDefault: false;
323
- isPrimaryKey: false;
324
- isAutoincrement: false;
325
- hasRuntimeDefault: false;
326
- enumValues: [string, ...string[]];
327
- baseColumn: never;
328
- identity: undefined;
329
- generated: undefined;
330
- }, {}, {
331
- length: number | undefined;
332
- }>;
333
- subject: import("drizzle-orm/sqlite-core").SQLiteColumn<{
334
- name: "subject";
335
- tableName: "gl_email_sends";
336
- dataType: "string";
337
- columnType: "SQLiteText";
338
- data: string;
339
- driverParam: string;
340
- notNull: true;
341
- hasDefault: false;
342
- isPrimaryKey: false;
343
- isAutoincrement: false;
344
- hasRuntimeDefault: false;
345
- enumValues: [string, ...string[]];
346
- baseColumn: never;
347
- identity: undefined;
348
- generated: undefined;
349
- }, {}, {
350
- length: number | undefined;
351
- }>;
352
- type: import("drizzle-orm/sqlite-core").SQLiteColumn<{
353
- name: "type";
354
- tableName: "gl_email_sends";
355
- dataType: "string";
356
- columnType: "SQLiteText";
357
- data: string;
358
- driverParam: string;
359
- notNull: true;
360
- hasDefault: false;
361
- isPrimaryKey: false;
362
- isAutoincrement: false;
363
- hasRuntimeDefault: false;
364
- enumValues: [string, ...string[]];
365
- baseColumn: never;
366
- identity: undefined;
367
- generated: undefined;
368
- }, {}, {
369
- length: number | undefined;
370
- }>;
371
- status: import("drizzle-orm/sqlite-core").SQLiteColumn<{
372
- name: "status";
373
- tableName: "gl_email_sends";
374
- dataType: "string";
375
- columnType: "SQLiteText";
376
- data: string;
377
- driverParam: string;
378
- notNull: true;
379
- hasDefault: true;
380
- isPrimaryKey: false;
381
- isAutoincrement: false;
382
- hasRuntimeDefault: false;
383
- enumValues: [string, ...string[]];
384
- baseColumn: never;
385
- identity: undefined;
386
- generated: undefined;
387
- }, {}, {
388
- length: number | undefined;
389
- }>;
390
- sentAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
391
- name: "sent_at";
392
- tableName: "gl_email_sends";
393
- dataType: "string";
394
- columnType: "SQLiteText";
395
- data: string;
396
- driverParam: string;
397
- notNull: false;
398
- hasDefault: false;
399
- isPrimaryKey: false;
400
- isAutoincrement: false;
401
- hasRuntimeDefault: false;
402
- enumValues: [string, ...string[]];
403
- baseColumn: never;
404
- identity: undefined;
405
- generated: undefined;
406
- }, {}, {
407
- length: number | undefined;
408
- }>;
409
- deliveredAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
410
- name: "delivered_at";
411
- tableName: "gl_email_sends";
412
- dataType: "string";
413
- columnType: "SQLiteText";
414
- data: string;
415
- driverParam: string;
416
- notNull: false;
417
- hasDefault: false;
418
- isPrimaryKey: false;
419
- isAutoincrement: false;
420
- hasRuntimeDefault: false;
421
- enumValues: [string, ...string[]];
422
- baseColumn: never;
423
- identity: undefined;
424
- generated: undefined;
425
- }, {}, {
426
- length: number | undefined;
427
- }>;
428
- openedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
429
- name: "opened_at";
430
- tableName: "gl_email_sends";
431
- dataType: "string";
432
- columnType: "SQLiteText";
433
- data: string;
434
- driverParam: string;
435
- notNull: false;
436
- hasDefault: false;
437
- isPrimaryKey: false;
438
- isAutoincrement: false;
439
- hasRuntimeDefault: false;
440
- enumValues: [string, ...string[]];
441
- baseColumn: never;
442
- identity: undefined;
443
- generated: undefined;
444
- }, {}, {
445
- length: number | undefined;
446
- }>;
447
- clickedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
448
- name: "clicked_at";
449
- tableName: "gl_email_sends";
450
- dataType: "string";
451
- columnType: "SQLiteText";
452
- data: string;
453
- driverParam: string;
454
- notNull: false;
455
- hasDefault: false;
456
- isPrimaryKey: false;
457
- isAutoincrement: false;
458
- hasRuntimeDefault: false;
459
- enumValues: [string, ...string[]];
460
- baseColumn: never;
461
- identity: undefined;
462
- generated: undefined;
463
- }, {}, {
464
- length: number | undefined;
465
- }>;
466
- bouncedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
467
- name: "bounced_at";
468
- tableName: "gl_email_sends";
469
- dataType: "string";
470
- columnType: "SQLiteText";
471
- data: string;
472
- driverParam: string;
473
- notNull: false;
474
- hasDefault: false;
475
- isPrimaryKey: false;
476
- isAutoincrement: false;
477
- hasRuntimeDefault: false;
478
- enumValues: [string, ...string[]];
479
- baseColumn: never;
480
- identity: undefined;
481
- generated: undefined;
482
- }, {}, {
483
- length: number | undefined;
484
- }>;
485
- bounceType: import("drizzle-orm/sqlite-core").SQLiteColumn<{
486
- name: "bounce_type";
487
- tableName: "gl_email_sends";
488
- dataType: "string";
489
- columnType: "SQLiteText";
490
- data: string;
491
- driverParam: string;
492
- notNull: false;
493
- hasDefault: false;
494
- isPrimaryKey: false;
495
- isAutoincrement: false;
496
- hasRuntimeDefault: false;
497
- enumValues: [string, ...string[]];
498
- baseColumn: never;
499
- identity: undefined;
500
- generated: undefined;
501
- }, {}, {
502
- length: number | undefined;
503
- }>;
504
- complainedAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
505
- name: "complained_at";
506
- tableName: "gl_email_sends";
507
- dataType: "string";
508
- columnType: "SQLiteText";
509
- data: string;
510
- driverParam: string;
511
- notNull: false;
512
- hasDefault: false;
513
- isPrimaryKey: false;
514
- isAutoincrement: false;
515
- hasRuntimeDefault: false;
516
- enumValues: [string, ...string[]];
517
- baseColumn: never;
518
- identity: undefined;
519
- generated: undefined;
520
- }, {}, {
521
- length: number | undefined;
522
- }>;
523
- trackingId: import("drizzle-orm/sqlite-core").SQLiteColumn<{
524
- name: "tracking_id";
525
- tableName: "gl_email_sends";
526
- dataType: "string";
527
- columnType: "SQLiteText";
528
- data: string;
529
- driverParam: string;
530
- notNull: true;
531
- hasDefault: false;
532
- isPrimaryKey: false;
533
- isAutoincrement: false;
534
- hasRuntimeDefault: false;
535
- enumValues: [string, ...string[]];
536
- baseColumn: never;
537
- identity: undefined;
538
- generated: undefined;
539
- }, {}, {
540
- length: number | undefined;
541
- }>;
542
- createdAt: import("drizzle-orm/sqlite-core").SQLiteColumn<{
543
- name: "created_at";
544
- tableName: "gl_email_sends";
545
- dataType: "string";
546
- columnType: "SQLiteText";
547
- data: string;
548
- driverParam: string;
549
- notNull: true;
550
- hasDefault: false;
551
- isPrimaryKey: false;
552
- isAutoincrement: false;
553
- hasRuntimeDefault: false;
554
- enumValues: [string, ...string[]];
555
- baseColumn: never;
556
- identity: undefined;
557
- generated: undefined;
558
- }, {}, {
559
- length: number | undefined;
560
- }>;
561
- };
562
- dialect: "sqlite";
563
- }>;
564
- //# sourceMappingURL=schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsBvB,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BtB,CAAA"}
package/dist/schema.js DELETED
@@ -1,47 +0,0 @@
1
- import { index, integer, sqliteTable, text } from 'drizzle-orm/sqlite-core';
2
- export const subscribers = sqliteTable('gl_subscribers', {
3
- id: text('id').primaryKey(),
4
- email: text('email').notNull().unique(),
5
- name: text('name'),
6
- status: text('status').notNull().default('pending'),
7
- preferences: text('preferences').notNull().default('[]'),
8
- source: text('source').notNull(),
9
- attribution: text('attribution'),
10
- softBounceCount: integer('soft_bounce_count').notNull().default(0),
11
- subscribedAt: text('subscribed_at').notNull(),
12
- confirmedAt: text('confirmed_at'),
13
- unsubscribedAt: text('unsubscribed_at'),
14
- createdAt: text('created_at').notNull(),
15
- updatedAt: text('updated_at').notNull(),
16
- }, (table) => [
17
- index('idx_subscribers_status').on(table.status),
18
- index('idx_subscribers_email').on(table.email),
19
- index('idx_subscribers_subscribed_at').on(table.subscribedAt),
20
- ]);
21
- export const emailSends = sqliteTable('gl_email_sends', {
22
- id: text('id').primaryKey(),
23
- subscriberId: text('subscriber_id')
24
- .notNull()
25
- .references(() => subscribers.id),
26
- campaignId: text('campaign_id'),
27
- email: text('email').notNull(),
28
- subject: text('subject').notNull(),
29
- type: text('type').notNull(),
30
- status: text('status').notNull().default('queued'),
31
- sentAt: text('sent_at'),
32
- deliveredAt: text('delivered_at'),
33
- openedAt: text('opened_at'),
34
- clickedAt: text('clicked_at'),
35
- bouncedAt: text('bounced_at'),
36
- bounceType: text('bounce_type'),
37
- complainedAt: text('complained_at'),
38
- trackingId: text('tracking_id').notNull().unique(),
39
- createdAt: text('created_at').notNull(),
40
- }, (table) => [
41
- index('idx_sends_subscriber').on(table.subscriberId),
42
- index('idx_sends_campaign').on(table.campaignId),
43
- index('idx_sends_tracking').on(table.trackingId),
44
- index('idx_sends_status').on(table.status),
45
- index('idx_sends_type_created').on(table.type, table.createdAt),
46
- ]);
47
- //# sourceMappingURL=schema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schema.js","sourceRoot":"","sources":["../src/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAA;AAE3E,MAAM,CAAC,MAAM,WAAW,GAAG,WAAW,CACrC,gBAAgB,EAChB;IACC,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE;IAC3B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,CAAC,MAAM,EAAE;IACvC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC;IAClB,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC;IACnD,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IACxD,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE;IAChC,WAAW,EAAE,IAAI,CAAC,aAAa,CAAC;IAChC,eAAe,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;IAClE,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC,CAAC,OAAO,EAAE;IAC7C,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC;IACjC,cAAc,EAAE,IAAI,CAAC,iBAAiB,CAAC;IACvC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,OAAO,EAAE;IACvC,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,OAAO,EAAE;CACvC,EACD,CAAC,KAAK,EAAE,EAAE,CAAC;IACV,KAAK,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;IAChD,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC;IAC9C,KAAK,CAAC,+BAA+B,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;CAC7D,CACD,CAAA;AAED,MAAM,CAAC,MAAM,UAAU,GAAG,WAAW,CACpC,gBAAgB,EAChB;IACC,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE;IAC3B,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC;SACjC,OAAO,EAAE;SACT,UAAU,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,EAAE,CAAC;IAClC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC;IAC/B,KAAK,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE;IAC9B,OAAO,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE;IAClC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE;IAC5B,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC;IAClD,MAAM,EAAE,IAAI,CAAC,SAAS,CAAC;IACvB,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC;IACjC,QAAQ,EAAE,IAAI,CAAC,WAAW,CAAC;IAC3B,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC;IAC7B,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC;IAC7B,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC;IAC/B,YAAY,EAAE,IAAI,CAAC,eAAe,CAAC;IACnC,UAAU,EAAE,IAAI,CAAC,aAAa,CAAC,CAAC,OAAO,EAAE,CAAC,MAAM,EAAE;IAClD,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,CAAC,OAAO,EAAE;CACvC,EACD,CAAC,KAAK,EAAE,EAAE,CAAC;IACV,KAAK,CAAC,sBAAsB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,YAAY,CAAC;IACpD,KAAK,CAAC,oBAAoB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC;IAChD,KAAK,CAAC,oBAAoB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,UAAU,CAAC;IAChD,KAAK,CAAC,kBAAkB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC;IAC1C,KAAK,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;CAC/D,CACD,CAAA"}