@hexclave/shared 1.0.58 → 1.0.59
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/{admin-interface-Do9G1zZ8.d.ts → admin-interface-v-CiCt1-.d.ts} +3 -3
- package/dist/{admin-interface-Do9G1zZ8.d.ts.map → admin-interface-v-CiCt1-.d.ts.map} +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{email-outbox-D_wbK759.d.ts → email-outbox-B1wmVPRG.d.ts} +113 -113
- package/dist/{email-outbox-D_wbK759.d.ts.map → email-outbox-B1wmVPRG.d.ts.map} +1 -1
- package/dist/esm/config/schema.d.ts +155 -155
- package/dist/esm/interface/crud/email-outbox.d.ts +112 -112
- package/dist/index.d.ts +1 -1
- package/dist/interface/admin-interface.d.ts +1 -1
- package/dist/interface/crud/email-outbox.d.ts +1 -1
- package/dist/{schema-BvjIkl-K.d.ts → schema-DV0SQUbY.d.ts} +156 -156
- package/dist/{schema-BvjIkl-K.d.ts.map → schema-DV0SQUbY.d.ts.map} +1 -1
- package/package.json +1 -1
|
@@ -5,6 +5,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
5
5
|
status: "paused";
|
|
6
6
|
id: string;
|
|
7
7
|
created_at_millis: number;
|
|
8
|
+
updated_at_millis: number;
|
|
9
|
+
tsx_source: string;
|
|
10
|
+
theme_id: string | null;
|
|
8
11
|
to: {
|
|
9
12
|
user_id: string;
|
|
10
13
|
type: "user-primary-email";
|
|
@@ -16,9 +19,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
16
19
|
type: "custom-emails";
|
|
17
20
|
emails: string[];
|
|
18
21
|
};
|
|
19
|
-
updated_at_millis: number;
|
|
20
|
-
tsx_source: string;
|
|
21
|
-
theme_id: string | null;
|
|
22
22
|
variables: Record<string, {} | null>;
|
|
23
23
|
skip_deliverability_check: boolean;
|
|
24
24
|
scheduled_at_millis: number;
|
|
@@ -43,6 +43,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
43
43
|
status: "preparing";
|
|
44
44
|
id: string;
|
|
45
45
|
created_at_millis: number;
|
|
46
|
+
updated_at_millis: number;
|
|
47
|
+
tsx_source: string;
|
|
48
|
+
theme_id: string | null;
|
|
46
49
|
to: {
|
|
47
50
|
user_id: string;
|
|
48
51
|
type: "user-primary-email";
|
|
@@ -54,9 +57,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
54
57
|
type: "custom-emails";
|
|
55
58
|
emails: string[];
|
|
56
59
|
};
|
|
57
|
-
updated_at_millis: number;
|
|
58
|
-
tsx_source: string;
|
|
59
|
-
theme_id: string | null;
|
|
60
60
|
variables: Record<string, {} | null>;
|
|
61
61
|
skip_deliverability_check: boolean;
|
|
62
62
|
scheduled_at_millis: number;
|
|
@@ -81,6 +81,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
81
81
|
status: "rendering";
|
|
82
82
|
id: string;
|
|
83
83
|
created_at_millis: number;
|
|
84
|
+
updated_at_millis: number;
|
|
85
|
+
tsx_source: string;
|
|
86
|
+
theme_id: string | null;
|
|
84
87
|
to: {
|
|
85
88
|
user_id: string;
|
|
86
89
|
type: "user-primary-email";
|
|
@@ -92,9 +95,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
92
95
|
type: "custom-emails";
|
|
93
96
|
emails: string[];
|
|
94
97
|
};
|
|
95
|
-
updated_at_millis: number;
|
|
96
|
-
tsx_source: string;
|
|
97
|
-
theme_id: string | null;
|
|
98
98
|
variables: Record<string, {} | null>;
|
|
99
99
|
skip_deliverability_check: boolean;
|
|
100
100
|
scheduled_at_millis: number;
|
|
@@ -120,6 +120,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
120
120
|
status: "render-error";
|
|
121
121
|
id: string;
|
|
122
122
|
created_at_millis: number;
|
|
123
|
+
updated_at_millis: number;
|
|
124
|
+
tsx_source: string;
|
|
125
|
+
theme_id: string | null;
|
|
123
126
|
to: {
|
|
124
127
|
user_id: string;
|
|
125
128
|
type: "user-primary-email";
|
|
@@ -131,9 +134,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
131
134
|
type: "custom-emails";
|
|
132
135
|
emails: string[];
|
|
133
136
|
};
|
|
134
|
-
updated_at_millis: number;
|
|
135
|
-
tsx_source: string;
|
|
136
|
-
theme_id: string | null;
|
|
137
137
|
variables: Record<string, {} | null>;
|
|
138
138
|
skip_deliverability_check: boolean;
|
|
139
139
|
scheduled_at_millis: number;
|
|
@@ -164,6 +164,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
164
164
|
created_at_millis: number;
|
|
165
165
|
html: string | null;
|
|
166
166
|
text: string | null;
|
|
167
|
+
updated_at_millis: number;
|
|
168
|
+
tsx_source: string;
|
|
169
|
+
theme_id: string | null;
|
|
167
170
|
to: {
|
|
168
171
|
user_id: string;
|
|
169
172
|
type: "user-primary-email";
|
|
@@ -175,10 +178,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
175
178
|
type: "custom-emails";
|
|
176
179
|
emails: string[];
|
|
177
180
|
};
|
|
178
|
-
notification_category_id: string | null;
|
|
179
|
-
updated_at_millis: number;
|
|
180
|
-
tsx_source: string;
|
|
181
|
-
theme_id: string | null;
|
|
182
181
|
variables: Record<string, {} | null>;
|
|
183
182
|
skip_deliverability_check: boolean;
|
|
184
183
|
scheduled_at_millis: number;
|
|
@@ -203,6 +202,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
203
202
|
rendered_at_millis: number;
|
|
204
203
|
is_transactional: boolean;
|
|
205
204
|
is_high_priority: boolean;
|
|
205
|
+
notification_category_id: string | null;
|
|
206
206
|
} | {
|
|
207
207
|
status: "queued";
|
|
208
208
|
id: string;
|
|
@@ -210,6 +210,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
210
210
|
created_at_millis: number;
|
|
211
211
|
html: string | null;
|
|
212
212
|
text: string | null;
|
|
213
|
+
updated_at_millis: number;
|
|
214
|
+
tsx_source: string;
|
|
215
|
+
theme_id: string | null;
|
|
213
216
|
to: {
|
|
214
217
|
user_id: string;
|
|
215
218
|
type: "user-primary-email";
|
|
@@ -221,10 +224,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
221
224
|
type: "custom-emails";
|
|
222
225
|
emails: string[];
|
|
223
226
|
};
|
|
224
|
-
notification_category_id: string | null;
|
|
225
|
-
updated_at_millis: number;
|
|
226
|
-
tsx_source: string;
|
|
227
|
-
theme_id: string | null;
|
|
228
227
|
variables: Record<string, {} | null>;
|
|
229
228
|
skip_deliverability_check: boolean;
|
|
230
229
|
scheduled_at_millis: number;
|
|
@@ -249,6 +248,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
249
248
|
rendered_at_millis: number;
|
|
250
249
|
is_transactional: boolean;
|
|
251
250
|
is_high_priority: boolean;
|
|
251
|
+
notification_category_id: string | null;
|
|
252
252
|
} | {
|
|
253
253
|
status: "sending";
|
|
254
254
|
id: string;
|
|
@@ -256,6 +256,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
256
256
|
created_at_millis: number;
|
|
257
257
|
html: string | null;
|
|
258
258
|
text: string | null;
|
|
259
|
+
updated_at_millis: number;
|
|
260
|
+
tsx_source: string;
|
|
261
|
+
theme_id: string | null;
|
|
259
262
|
to: {
|
|
260
263
|
user_id: string;
|
|
261
264
|
type: "user-primary-email";
|
|
@@ -267,10 +270,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
267
270
|
type: "custom-emails";
|
|
268
271
|
emails: string[];
|
|
269
272
|
};
|
|
270
|
-
notification_category_id: string | null;
|
|
271
|
-
updated_at_millis: number;
|
|
272
|
-
tsx_source: string;
|
|
273
|
-
theme_id: string | null;
|
|
274
273
|
variables: Record<string, {} | null>;
|
|
275
274
|
skip_deliverability_check: boolean;
|
|
276
275
|
scheduled_at_millis: number;
|
|
@@ -295,6 +294,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
295
294
|
rendered_at_millis: number;
|
|
296
295
|
is_transactional: boolean;
|
|
297
296
|
is_high_priority: boolean;
|
|
297
|
+
notification_category_id: string | null;
|
|
298
298
|
started_sending_at_millis: number;
|
|
299
299
|
} | {
|
|
300
300
|
status: "server-error";
|
|
@@ -303,6 +303,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
303
303
|
created_at_millis: number;
|
|
304
304
|
html: string | null;
|
|
305
305
|
text: string | null;
|
|
306
|
+
updated_at_millis: number;
|
|
307
|
+
tsx_source: string;
|
|
308
|
+
theme_id: string | null;
|
|
306
309
|
to: {
|
|
307
310
|
user_id: string;
|
|
308
311
|
type: "user-primary-email";
|
|
@@ -314,10 +317,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
314
317
|
type: "custom-emails";
|
|
315
318
|
emails: string[];
|
|
316
319
|
};
|
|
317
|
-
notification_category_id: string | null;
|
|
318
|
-
updated_at_millis: number;
|
|
319
|
-
tsx_source: string;
|
|
320
|
-
theme_id: string | null;
|
|
321
320
|
variables: Record<string, {} | null>;
|
|
322
321
|
skip_deliverability_check: boolean;
|
|
323
322
|
scheduled_at_millis: number;
|
|
@@ -342,6 +341,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
342
341
|
rendered_at_millis: number;
|
|
343
342
|
is_transactional: boolean;
|
|
344
343
|
is_high_priority: boolean;
|
|
344
|
+
notification_category_id: string | null;
|
|
345
345
|
started_sending_at_millis: number;
|
|
346
346
|
error_at_millis: number;
|
|
347
347
|
server_error: string;
|
|
@@ -349,15 +349,18 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
349
349
|
subject?: string | undefined;
|
|
350
350
|
html?: string | null | undefined;
|
|
351
351
|
text?: string | null | undefined;
|
|
352
|
-
notification_category_id?: string | null | undefined;
|
|
353
352
|
started_rendering_at_millis?: number | undefined;
|
|
354
353
|
rendered_at_millis?: number | undefined;
|
|
355
354
|
is_transactional?: boolean | undefined;
|
|
356
355
|
is_high_priority?: boolean | undefined;
|
|
356
|
+
notification_category_id?: string | null | undefined;
|
|
357
357
|
started_sending_at_millis?: number | undefined;
|
|
358
358
|
status: "skipped";
|
|
359
359
|
id: string;
|
|
360
360
|
created_at_millis: number;
|
|
361
|
+
updated_at_millis: number;
|
|
362
|
+
tsx_source: string;
|
|
363
|
+
theme_id: string | null;
|
|
361
364
|
to: {
|
|
362
365
|
user_id: string;
|
|
363
366
|
type: "user-primary-email";
|
|
@@ -369,9 +372,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
369
372
|
type: "custom-emails";
|
|
370
373
|
emails: string[];
|
|
371
374
|
};
|
|
372
|
-
updated_at_millis: number;
|
|
373
|
-
tsx_source: string;
|
|
374
|
-
theme_id: string | null;
|
|
375
375
|
variables: Record<string, {} | null>;
|
|
376
376
|
skip_deliverability_check: boolean;
|
|
377
377
|
scheduled_at_millis: number;
|
|
@@ -402,6 +402,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
402
402
|
created_at_millis: number;
|
|
403
403
|
html: string | null;
|
|
404
404
|
text: string | null;
|
|
405
|
+
updated_at_millis: number;
|
|
406
|
+
tsx_source: string;
|
|
407
|
+
theme_id: string | null;
|
|
405
408
|
to: {
|
|
406
409
|
user_id: string;
|
|
407
410
|
type: "user-primary-email";
|
|
@@ -413,10 +416,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
413
416
|
type: "custom-emails";
|
|
414
417
|
emails: string[];
|
|
415
418
|
};
|
|
416
|
-
notification_category_id: string | null;
|
|
417
|
-
updated_at_millis: number;
|
|
418
|
-
tsx_source: string;
|
|
419
|
-
theme_id: string | null;
|
|
420
419
|
variables: Record<string, {} | null>;
|
|
421
420
|
skip_deliverability_check: boolean;
|
|
422
421
|
scheduled_at_millis: number;
|
|
@@ -441,6 +440,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
441
440
|
rendered_at_millis: number;
|
|
442
441
|
is_transactional: boolean;
|
|
443
442
|
is_high_priority: boolean;
|
|
443
|
+
notification_category_id: string | null;
|
|
444
444
|
started_sending_at_millis: number;
|
|
445
445
|
bounced_at_millis: number;
|
|
446
446
|
} | {
|
|
@@ -450,6 +450,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
450
450
|
created_at_millis: number;
|
|
451
451
|
html: string | null;
|
|
452
452
|
text: string | null;
|
|
453
|
+
updated_at_millis: number;
|
|
454
|
+
tsx_source: string;
|
|
455
|
+
theme_id: string | null;
|
|
453
456
|
to: {
|
|
454
457
|
user_id: string;
|
|
455
458
|
type: "user-primary-email";
|
|
@@ -461,10 +464,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
461
464
|
type: "custom-emails";
|
|
462
465
|
emails: string[];
|
|
463
466
|
};
|
|
464
|
-
notification_category_id: string | null;
|
|
465
|
-
updated_at_millis: number;
|
|
466
|
-
tsx_source: string;
|
|
467
|
-
theme_id: string | null;
|
|
468
467
|
variables: Record<string, {} | null>;
|
|
469
468
|
skip_deliverability_check: boolean;
|
|
470
469
|
scheduled_at_millis: number;
|
|
@@ -489,6 +488,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
489
488
|
rendered_at_millis: number;
|
|
490
489
|
is_transactional: boolean;
|
|
491
490
|
is_high_priority: boolean;
|
|
491
|
+
notification_category_id: string | null;
|
|
492
492
|
started_sending_at_millis: number;
|
|
493
493
|
delivery_delayed_at_millis: number;
|
|
494
494
|
} | {
|
|
@@ -498,6 +498,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
498
498
|
created_at_millis: number;
|
|
499
499
|
html: string | null;
|
|
500
500
|
text: string | null;
|
|
501
|
+
updated_at_millis: number;
|
|
502
|
+
tsx_source: string;
|
|
503
|
+
theme_id: string | null;
|
|
501
504
|
to: {
|
|
502
505
|
user_id: string;
|
|
503
506
|
type: "user-primary-email";
|
|
@@ -509,10 +512,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
509
512
|
type: "custom-emails";
|
|
510
513
|
emails: string[];
|
|
511
514
|
};
|
|
512
|
-
notification_category_id: string | null;
|
|
513
|
-
updated_at_millis: number;
|
|
514
|
-
tsx_source: string;
|
|
515
|
-
theme_id: string | null;
|
|
516
515
|
variables: Record<string, {} | null>;
|
|
517
516
|
skip_deliverability_check: boolean;
|
|
518
517
|
scheduled_at_millis: number;
|
|
@@ -537,6 +536,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
537
536
|
rendered_at_millis: number;
|
|
538
537
|
is_transactional: boolean;
|
|
539
538
|
is_high_priority: boolean;
|
|
539
|
+
notification_category_id: string | null;
|
|
540
540
|
started_sending_at_millis: number;
|
|
541
541
|
delivered_at_millis: number;
|
|
542
542
|
can_have_delivery_info: boolean;
|
|
@@ -547,6 +547,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
547
547
|
created_at_millis: number;
|
|
548
548
|
html: string | null;
|
|
549
549
|
text: string | null;
|
|
550
|
+
updated_at_millis: number;
|
|
551
|
+
tsx_source: string;
|
|
552
|
+
theme_id: string | null;
|
|
550
553
|
to: {
|
|
551
554
|
user_id: string;
|
|
552
555
|
type: "user-primary-email";
|
|
@@ -558,10 +561,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
558
561
|
type: "custom-emails";
|
|
559
562
|
emails: string[];
|
|
560
563
|
};
|
|
561
|
-
notification_category_id: string | null;
|
|
562
|
-
updated_at_millis: number;
|
|
563
|
-
tsx_source: string;
|
|
564
|
-
theme_id: string | null;
|
|
565
564
|
variables: Record<string, {} | null>;
|
|
566
565
|
skip_deliverability_check: boolean;
|
|
567
566
|
scheduled_at_millis: number;
|
|
@@ -586,6 +585,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
586
585
|
rendered_at_millis: number;
|
|
587
586
|
is_transactional: boolean;
|
|
588
587
|
is_high_priority: boolean;
|
|
588
|
+
notification_category_id: string | null;
|
|
589
589
|
started_sending_at_millis: number;
|
|
590
590
|
delivered_at_millis: number;
|
|
591
591
|
can_have_delivery_info: boolean;
|
|
@@ -597,6 +597,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
597
597
|
created_at_millis: number;
|
|
598
598
|
html: string | null;
|
|
599
599
|
text: string | null;
|
|
600
|
+
updated_at_millis: number;
|
|
601
|
+
tsx_source: string;
|
|
602
|
+
theme_id: string | null;
|
|
600
603
|
to: {
|
|
601
604
|
user_id: string;
|
|
602
605
|
type: "user-primary-email";
|
|
@@ -608,10 +611,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
608
611
|
type: "custom-emails";
|
|
609
612
|
emails: string[];
|
|
610
613
|
};
|
|
611
|
-
notification_category_id: string | null;
|
|
612
|
-
updated_at_millis: number;
|
|
613
|
-
tsx_source: string;
|
|
614
|
-
theme_id: string | null;
|
|
615
614
|
variables: Record<string, {} | null>;
|
|
616
615
|
skip_deliverability_check: boolean;
|
|
617
616
|
scheduled_at_millis: number;
|
|
@@ -636,6 +635,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
636
635
|
rendered_at_millis: number;
|
|
637
636
|
is_transactional: boolean;
|
|
638
637
|
is_high_priority: boolean;
|
|
638
|
+
notification_category_id: string | null;
|
|
639
639
|
started_sending_at_millis: number;
|
|
640
640
|
delivered_at_millis: number;
|
|
641
641
|
can_have_delivery_info: boolean;
|
|
@@ -647,6 +647,9 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
647
647
|
created_at_millis: number;
|
|
648
648
|
html: string | null;
|
|
649
649
|
text: string | null;
|
|
650
|
+
updated_at_millis: number;
|
|
651
|
+
tsx_source: string;
|
|
652
|
+
theme_id: string | null;
|
|
650
653
|
to: {
|
|
651
654
|
user_id: string;
|
|
652
655
|
type: "user-primary-email";
|
|
@@ -658,10 +661,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
658
661
|
type: "custom-emails";
|
|
659
662
|
emails: string[];
|
|
660
663
|
};
|
|
661
|
-
notification_category_id: string | null;
|
|
662
|
-
updated_at_millis: number;
|
|
663
|
-
tsx_source: string;
|
|
664
|
-
theme_id: string | null;
|
|
665
664
|
variables: Record<string, {} | null>;
|
|
666
665
|
skip_deliverability_check: boolean;
|
|
667
666
|
scheduled_at_millis: number;
|
|
@@ -686,6 +685,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
686
685
|
rendered_at_millis: number;
|
|
687
686
|
is_transactional: boolean;
|
|
688
687
|
is_high_priority: boolean;
|
|
688
|
+
notification_category_id: string | null;
|
|
689
689
|
started_sending_at_millis: number;
|
|
690
690
|
delivered_at_millis: number;
|
|
691
691
|
can_have_delivery_info: boolean;
|
|
@@ -725,6 +725,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
725
725
|
status: "paused";
|
|
726
726
|
id: string;
|
|
727
727
|
created_at_millis: number;
|
|
728
|
+
updated_at_millis: number;
|
|
729
|
+
tsx_source: string;
|
|
730
|
+
theme_id: string | null;
|
|
728
731
|
to: {
|
|
729
732
|
user_id: string;
|
|
730
733
|
type: "user-primary-email";
|
|
@@ -736,9 +739,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
736
739
|
type: "custom-emails";
|
|
737
740
|
emails: string[];
|
|
738
741
|
};
|
|
739
|
-
updated_at_millis: number;
|
|
740
|
-
tsx_source: string;
|
|
741
|
-
theme_id: string | null;
|
|
742
742
|
variables: Record<string, {} | null>;
|
|
743
743
|
skip_deliverability_check: boolean;
|
|
744
744
|
scheduled_at_millis: number;
|
|
@@ -763,6 +763,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
763
763
|
status: "preparing";
|
|
764
764
|
id: string;
|
|
765
765
|
created_at_millis: number;
|
|
766
|
+
updated_at_millis: number;
|
|
767
|
+
tsx_source: string;
|
|
768
|
+
theme_id: string | null;
|
|
766
769
|
to: {
|
|
767
770
|
user_id: string;
|
|
768
771
|
type: "user-primary-email";
|
|
@@ -774,9 +777,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
774
777
|
type: "custom-emails";
|
|
775
778
|
emails: string[];
|
|
776
779
|
};
|
|
777
|
-
updated_at_millis: number;
|
|
778
|
-
tsx_source: string;
|
|
779
|
-
theme_id: string | null;
|
|
780
780
|
variables: Record<string, {} | null>;
|
|
781
781
|
skip_deliverability_check: boolean;
|
|
782
782
|
scheduled_at_millis: number;
|
|
@@ -801,6 +801,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
801
801
|
status: "rendering";
|
|
802
802
|
id: string;
|
|
803
803
|
created_at_millis: number;
|
|
804
|
+
updated_at_millis: number;
|
|
805
|
+
tsx_source: string;
|
|
806
|
+
theme_id: string | null;
|
|
804
807
|
to: {
|
|
805
808
|
user_id: string;
|
|
806
809
|
type: "user-primary-email";
|
|
@@ -812,9 +815,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
812
815
|
type: "custom-emails";
|
|
813
816
|
emails: string[];
|
|
814
817
|
};
|
|
815
|
-
updated_at_millis: number;
|
|
816
|
-
tsx_source: string;
|
|
817
|
-
theme_id: string | null;
|
|
818
818
|
variables: Record<string, {} | null>;
|
|
819
819
|
skip_deliverability_check: boolean;
|
|
820
820
|
scheduled_at_millis: number;
|
|
@@ -840,6 +840,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
840
840
|
status: "render-error";
|
|
841
841
|
id: string;
|
|
842
842
|
created_at_millis: number;
|
|
843
|
+
updated_at_millis: number;
|
|
844
|
+
tsx_source: string;
|
|
845
|
+
theme_id: string | null;
|
|
843
846
|
to: {
|
|
844
847
|
user_id: string;
|
|
845
848
|
type: "user-primary-email";
|
|
@@ -851,9 +854,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
851
854
|
type: "custom-emails";
|
|
852
855
|
emails: string[];
|
|
853
856
|
};
|
|
854
|
-
updated_at_millis: number;
|
|
855
|
-
tsx_source: string;
|
|
856
|
-
theme_id: string | null;
|
|
857
857
|
variables: Record<string, {} | null>;
|
|
858
858
|
skip_deliverability_check: boolean;
|
|
859
859
|
scheduled_at_millis: number;
|
|
@@ -884,6 +884,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
884
884
|
created_at_millis: number;
|
|
885
885
|
html: string | null;
|
|
886
886
|
text: string | null;
|
|
887
|
+
updated_at_millis: number;
|
|
888
|
+
tsx_source: string;
|
|
889
|
+
theme_id: string | null;
|
|
887
890
|
to: {
|
|
888
891
|
user_id: string;
|
|
889
892
|
type: "user-primary-email";
|
|
@@ -895,10 +898,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
895
898
|
type: "custom-emails";
|
|
896
899
|
emails: string[];
|
|
897
900
|
};
|
|
898
|
-
notification_category_id: string | null;
|
|
899
|
-
updated_at_millis: number;
|
|
900
|
-
tsx_source: string;
|
|
901
|
-
theme_id: string | null;
|
|
902
901
|
variables: Record<string, {} | null>;
|
|
903
902
|
skip_deliverability_check: boolean;
|
|
904
903
|
scheduled_at_millis: number;
|
|
@@ -923,6 +922,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
923
922
|
rendered_at_millis: number;
|
|
924
923
|
is_transactional: boolean;
|
|
925
924
|
is_high_priority: boolean;
|
|
925
|
+
notification_category_id: string | null;
|
|
926
926
|
} | {
|
|
927
927
|
status: "queued";
|
|
928
928
|
id: string;
|
|
@@ -930,6 +930,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
930
930
|
created_at_millis: number;
|
|
931
931
|
html: string | null;
|
|
932
932
|
text: string | null;
|
|
933
|
+
updated_at_millis: number;
|
|
934
|
+
tsx_source: string;
|
|
935
|
+
theme_id: string | null;
|
|
933
936
|
to: {
|
|
934
937
|
user_id: string;
|
|
935
938
|
type: "user-primary-email";
|
|
@@ -941,10 +944,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
941
944
|
type: "custom-emails";
|
|
942
945
|
emails: string[];
|
|
943
946
|
};
|
|
944
|
-
notification_category_id: string | null;
|
|
945
|
-
updated_at_millis: number;
|
|
946
|
-
tsx_source: string;
|
|
947
|
-
theme_id: string | null;
|
|
948
947
|
variables: Record<string, {} | null>;
|
|
949
948
|
skip_deliverability_check: boolean;
|
|
950
949
|
scheduled_at_millis: number;
|
|
@@ -969,6 +968,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
969
968
|
rendered_at_millis: number;
|
|
970
969
|
is_transactional: boolean;
|
|
971
970
|
is_high_priority: boolean;
|
|
971
|
+
notification_category_id: string | null;
|
|
972
972
|
} | {
|
|
973
973
|
status: "sending";
|
|
974
974
|
id: string;
|
|
@@ -976,6 +976,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
976
976
|
created_at_millis: number;
|
|
977
977
|
html: string | null;
|
|
978
978
|
text: string | null;
|
|
979
|
+
updated_at_millis: number;
|
|
980
|
+
tsx_source: string;
|
|
981
|
+
theme_id: string | null;
|
|
979
982
|
to: {
|
|
980
983
|
user_id: string;
|
|
981
984
|
type: "user-primary-email";
|
|
@@ -987,10 +990,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
987
990
|
type: "custom-emails";
|
|
988
991
|
emails: string[];
|
|
989
992
|
};
|
|
990
|
-
notification_category_id: string | null;
|
|
991
|
-
updated_at_millis: number;
|
|
992
|
-
tsx_source: string;
|
|
993
|
-
theme_id: string | null;
|
|
994
993
|
variables: Record<string, {} | null>;
|
|
995
994
|
skip_deliverability_check: boolean;
|
|
996
995
|
scheduled_at_millis: number;
|
|
@@ -1015,6 +1014,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1015
1014
|
rendered_at_millis: number;
|
|
1016
1015
|
is_transactional: boolean;
|
|
1017
1016
|
is_high_priority: boolean;
|
|
1017
|
+
notification_category_id: string | null;
|
|
1018
1018
|
started_sending_at_millis: number;
|
|
1019
1019
|
} | {
|
|
1020
1020
|
status: "server-error";
|
|
@@ -1023,6 +1023,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1023
1023
|
created_at_millis: number;
|
|
1024
1024
|
html: string | null;
|
|
1025
1025
|
text: string | null;
|
|
1026
|
+
updated_at_millis: number;
|
|
1027
|
+
tsx_source: string;
|
|
1028
|
+
theme_id: string | null;
|
|
1026
1029
|
to: {
|
|
1027
1030
|
user_id: string;
|
|
1028
1031
|
type: "user-primary-email";
|
|
@@ -1034,10 +1037,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1034
1037
|
type: "custom-emails";
|
|
1035
1038
|
emails: string[];
|
|
1036
1039
|
};
|
|
1037
|
-
notification_category_id: string | null;
|
|
1038
|
-
updated_at_millis: number;
|
|
1039
|
-
tsx_source: string;
|
|
1040
|
-
theme_id: string | null;
|
|
1041
1040
|
variables: Record<string, {} | null>;
|
|
1042
1041
|
skip_deliverability_check: boolean;
|
|
1043
1042
|
scheduled_at_millis: number;
|
|
@@ -1062,6 +1061,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1062
1061
|
rendered_at_millis: number;
|
|
1063
1062
|
is_transactional: boolean;
|
|
1064
1063
|
is_high_priority: boolean;
|
|
1064
|
+
notification_category_id: string | null;
|
|
1065
1065
|
started_sending_at_millis: number;
|
|
1066
1066
|
error_at_millis: number;
|
|
1067
1067
|
server_error: string;
|
|
@@ -1069,15 +1069,18 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1069
1069
|
subject?: string | undefined;
|
|
1070
1070
|
html?: string | null | undefined;
|
|
1071
1071
|
text?: string | null | undefined;
|
|
1072
|
-
notification_category_id?: string | null | undefined;
|
|
1073
1072
|
started_rendering_at_millis?: number | undefined;
|
|
1074
1073
|
rendered_at_millis?: number | undefined;
|
|
1075
1074
|
is_transactional?: boolean | undefined;
|
|
1076
1075
|
is_high_priority?: boolean | undefined;
|
|
1076
|
+
notification_category_id?: string | null | undefined;
|
|
1077
1077
|
started_sending_at_millis?: number | undefined;
|
|
1078
1078
|
status: "skipped";
|
|
1079
1079
|
id: string;
|
|
1080
1080
|
created_at_millis: number;
|
|
1081
|
+
updated_at_millis: number;
|
|
1082
|
+
tsx_source: string;
|
|
1083
|
+
theme_id: string | null;
|
|
1081
1084
|
to: {
|
|
1082
1085
|
user_id: string;
|
|
1083
1086
|
type: "user-primary-email";
|
|
@@ -1089,9 +1092,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1089
1092
|
type: "custom-emails";
|
|
1090
1093
|
emails: string[];
|
|
1091
1094
|
};
|
|
1092
|
-
updated_at_millis: number;
|
|
1093
|
-
tsx_source: string;
|
|
1094
|
-
theme_id: string | null;
|
|
1095
1095
|
variables: Record<string, {} | null>;
|
|
1096
1096
|
skip_deliverability_check: boolean;
|
|
1097
1097
|
scheduled_at_millis: number;
|
|
@@ -1122,6 +1122,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1122
1122
|
created_at_millis: number;
|
|
1123
1123
|
html: string | null;
|
|
1124
1124
|
text: string | null;
|
|
1125
|
+
updated_at_millis: number;
|
|
1126
|
+
tsx_source: string;
|
|
1127
|
+
theme_id: string | null;
|
|
1125
1128
|
to: {
|
|
1126
1129
|
user_id: string;
|
|
1127
1130
|
type: "user-primary-email";
|
|
@@ -1133,10 +1136,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1133
1136
|
type: "custom-emails";
|
|
1134
1137
|
emails: string[];
|
|
1135
1138
|
};
|
|
1136
|
-
notification_category_id: string | null;
|
|
1137
|
-
updated_at_millis: number;
|
|
1138
|
-
tsx_source: string;
|
|
1139
|
-
theme_id: string | null;
|
|
1140
1139
|
variables: Record<string, {} | null>;
|
|
1141
1140
|
skip_deliverability_check: boolean;
|
|
1142
1141
|
scheduled_at_millis: number;
|
|
@@ -1161,6 +1160,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1161
1160
|
rendered_at_millis: number;
|
|
1162
1161
|
is_transactional: boolean;
|
|
1163
1162
|
is_high_priority: boolean;
|
|
1163
|
+
notification_category_id: string | null;
|
|
1164
1164
|
started_sending_at_millis: number;
|
|
1165
1165
|
bounced_at_millis: number;
|
|
1166
1166
|
} | {
|
|
@@ -1170,6 +1170,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1170
1170
|
created_at_millis: number;
|
|
1171
1171
|
html: string | null;
|
|
1172
1172
|
text: string | null;
|
|
1173
|
+
updated_at_millis: number;
|
|
1174
|
+
tsx_source: string;
|
|
1175
|
+
theme_id: string | null;
|
|
1173
1176
|
to: {
|
|
1174
1177
|
user_id: string;
|
|
1175
1178
|
type: "user-primary-email";
|
|
@@ -1181,10 +1184,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1181
1184
|
type: "custom-emails";
|
|
1182
1185
|
emails: string[];
|
|
1183
1186
|
};
|
|
1184
|
-
notification_category_id: string | null;
|
|
1185
|
-
updated_at_millis: number;
|
|
1186
|
-
tsx_source: string;
|
|
1187
|
-
theme_id: string | null;
|
|
1188
1187
|
variables: Record<string, {} | null>;
|
|
1189
1188
|
skip_deliverability_check: boolean;
|
|
1190
1189
|
scheduled_at_millis: number;
|
|
@@ -1209,6 +1208,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1209
1208
|
rendered_at_millis: number;
|
|
1210
1209
|
is_transactional: boolean;
|
|
1211
1210
|
is_high_priority: boolean;
|
|
1211
|
+
notification_category_id: string | null;
|
|
1212
1212
|
started_sending_at_millis: number;
|
|
1213
1213
|
delivery_delayed_at_millis: number;
|
|
1214
1214
|
} | {
|
|
@@ -1218,6 +1218,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1218
1218
|
created_at_millis: number;
|
|
1219
1219
|
html: string | null;
|
|
1220
1220
|
text: string | null;
|
|
1221
|
+
updated_at_millis: number;
|
|
1222
|
+
tsx_source: string;
|
|
1223
|
+
theme_id: string | null;
|
|
1221
1224
|
to: {
|
|
1222
1225
|
user_id: string;
|
|
1223
1226
|
type: "user-primary-email";
|
|
@@ -1229,10 +1232,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1229
1232
|
type: "custom-emails";
|
|
1230
1233
|
emails: string[];
|
|
1231
1234
|
};
|
|
1232
|
-
notification_category_id: string | null;
|
|
1233
|
-
updated_at_millis: number;
|
|
1234
|
-
tsx_source: string;
|
|
1235
|
-
theme_id: string | null;
|
|
1236
1235
|
variables: Record<string, {} | null>;
|
|
1237
1236
|
skip_deliverability_check: boolean;
|
|
1238
1237
|
scheduled_at_millis: number;
|
|
@@ -1257,6 +1256,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1257
1256
|
rendered_at_millis: number;
|
|
1258
1257
|
is_transactional: boolean;
|
|
1259
1258
|
is_high_priority: boolean;
|
|
1259
|
+
notification_category_id: string | null;
|
|
1260
1260
|
started_sending_at_millis: number;
|
|
1261
1261
|
delivered_at_millis: number;
|
|
1262
1262
|
can_have_delivery_info: boolean;
|
|
@@ -1267,6 +1267,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1267
1267
|
created_at_millis: number;
|
|
1268
1268
|
html: string | null;
|
|
1269
1269
|
text: string | null;
|
|
1270
|
+
updated_at_millis: number;
|
|
1271
|
+
tsx_source: string;
|
|
1272
|
+
theme_id: string | null;
|
|
1270
1273
|
to: {
|
|
1271
1274
|
user_id: string;
|
|
1272
1275
|
type: "user-primary-email";
|
|
@@ -1278,10 +1281,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1278
1281
|
type: "custom-emails";
|
|
1279
1282
|
emails: string[];
|
|
1280
1283
|
};
|
|
1281
|
-
notification_category_id: string | null;
|
|
1282
|
-
updated_at_millis: number;
|
|
1283
|
-
tsx_source: string;
|
|
1284
|
-
theme_id: string | null;
|
|
1285
1284
|
variables: Record<string, {} | null>;
|
|
1286
1285
|
skip_deliverability_check: boolean;
|
|
1287
1286
|
scheduled_at_millis: number;
|
|
@@ -1306,6 +1305,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1306
1305
|
rendered_at_millis: number;
|
|
1307
1306
|
is_transactional: boolean;
|
|
1308
1307
|
is_high_priority: boolean;
|
|
1308
|
+
notification_category_id: string | null;
|
|
1309
1309
|
started_sending_at_millis: number;
|
|
1310
1310
|
delivered_at_millis: number;
|
|
1311
1311
|
can_have_delivery_info: boolean;
|
|
@@ -1317,6 +1317,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1317
1317
|
created_at_millis: number;
|
|
1318
1318
|
html: string | null;
|
|
1319
1319
|
text: string | null;
|
|
1320
|
+
updated_at_millis: number;
|
|
1321
|
+
tsx_source: string;
|
|
1322
|
+
theme_id: string | null;
|
|
1320
1323
|
to: {
|
|
1321
1324
|
user_id: string;
|
|
1322
1325
|
type: "user-primary-email";
|
|
@@ -1328,10 +1331,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1328
1331
|
type: "custom-emails";
|
|
1329
1332
|
emails: string[];
|
|
1330
1333
|
};
|
|
1331
|
-
notification_category_id: string | null;
|
|
1332
|
-
updated_at_millis: number;
|
|
1333
|
-
tsx_source: string;
|
|
1334
|
-
theme_id: string | null;
|
|
1335
1334
|
variables: Record<string, {} | null>;
|
|
1336
1335
|
skip_deliverability_check: boolean;
|
|
1337
1336
|
scheduled_at_millis: number;
|
|
@@ -1356,6 +1355,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1356
1355
|
rendered_at_millis: number;
|
|
1357
1356
|
is_transactional: boolean;
|
|
1358
1357
|
is_high_priority: boolean;
|
|
1358
|
+
notification_category_id: string | null;
|
|
1359
1359
|
started_sending_at_millis: number;
|
|
1360
1360
|
delivered_at_millis: number;
|
|
1361
1361
|
can_have_delivery_info: boolean;
|
|
@@ -1367,6 +1367,9 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1367
1367
|
created_at_millis: number;
|
|
1368
1368
|
html: string | null;
|
|
1369
1369
|
text: string | null;
|
|
1370
|
+
updated_at_millis: number;
|
|
1371
|
+
tsx_source: string;
|
|
1372
|
+
theme_id: string | null;
|
|
1370
1373
|
to: {
|
|
1371
1374
|
user_id: string;
|
|
1372
1375
|
type: "user-primary-email";
|
|
@@ -1378,10 +1381,6 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1378
1381
|
type: "custom-emails";
|
|
1379
1382
|
emails: string[];
|
|
1380
1383
|
};
|
|
1381
|
-
notification_category_id: string | null;
|
|
1382
|
-
updated_at_millis: number;
|
|
1383
|
-
tsx_source: string;
|
|
1384
|
-
theme_id: string | null;
|
|
1385
1384
|
variables: Record<string, {} | null>;
|
|
1386
1385
|
skip_deliverability_check: boolean;
|
|
1387
1386
|
scheduled_at_millis: number;
|
|
@@ -1406,6 +1405,7 @@ declare const emailOutboxCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
1406
1405
|
rendered_at_millis: number;
|
|
1407
1406
|
is_transactional: boolean;
|
|
1408
1407
|
is_high_priority: boolean;
|
|
1408
|
+
notification_category_id: string | null;
|
|
1409
1409
|
started_sending_at_millis: number;
|
|
1410
1410
|
delivered_at_millis: number;
|
|
1411
1411
|
can_have_delivery_info: boolean;
|