@hexclave/shared 1.0.1 → 1.0.3
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/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.d.ts.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +4 -2
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.d.ts.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js +4 -2
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/hooks/use-hover.d.ts +1 -1
- package/dist/esm/hooks/use-hover.d.ts.map +1 -1
- package/dist/esm/hooks/use-hover.js.map +1 -1
- package/dist/esm/interface/conversations.d.ts +5 -5
- package/dist/esm/interface/crud/email-outbox.d.ts +156 -156
- package/dist/esm/utils/react.d.ts.map +1 -1
- package/dist/esm/utils/react.js +4 -4
- package/dist/esm/utils/react.js.map +1 -1
- package/dist/hooks/use-hover.d.ts +1 -1
- package/dist/hooks/use-hover.d.ts.map +1 -1
- package/dist/hooks/use-hover.js.map +1 -1
- package/dist/interface/conversations.d.ts +5 -5
- package/dist/interface/crud/email-outbox.d.ts +156 -156
- package/dist/utils/react.d.ts.map +1 -1
- package/dist/utils/react.js +4 -4
- package/dist/utils/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,9 +6,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
6
6
|
status: "paused";
|
|
7
7
|
id: string;
|
|
8
8
|
created_at_millis: number;
|
|
9
|
-
updated_at_millis: number;
|
|
10
|
-
tsx_source: string;
|
|
11
|
-
theme_id: string | null;
|
|
12
9
|
to: {
|
|
13
10
|
user_id: string;
|
|
14
11
|
type: "user-primary-email";
|
|
@@ -20,6 +17,9 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
20
17
|
type: "custom-emails";
|
|
21
18
|
emails: string[];
|
|
22
19
|
};
|
|
20
|
+
updated_at_millis: number;
|
|
21
|
+
tsx_source: string;
|
|
22
|
+
theme_id: string | null;
|
|
23
23
|
variables: Record<string, {} | null>;
|
|
24
24
|
skip_deliverability_check: boolean;
|
|
25
25
|
scheduled_at_millis: number;
|
|
@@ -44,9 +44,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
44
44
|
status: "preparing";
|
|
45
45
|
id: string;
|
|
46
46
|
created_at_millis: number;
|
|
47
|
-
updated_at_millis: number;
|
|
48
|
-
tsx_source: string;
|
|
49
|
-
theme_id: string | null;
|
|
50
47
|
to: {
|
|
51
48
|
user_id: string;
|
|
52
49
|
type: "user-primary-email";
|
|
@@ -58,6 +55,9 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
58
55
|
type: "custom-emails";
|
|
59
56
|
emails: string[];
|
|
60
57
|
};
|
|
58
|
+
updated_at_millis: number;
|
|
59
|
+
tsx_source: string;
|
|
60
|
+
theme_id: string | null;
|
|
61
61
|
variables: Record<string, {} | null>;
|
|
62
62
|
skip_deliverability_check: boolean;
|
|
63
63
|
scheduled_at_millis: number;
|
|
@@ -82,9 +82,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
82
82
|
status: "rendering";
|
|
83
83
|
id: string;
|
|
84
84
|
created_at_millis: number;
|
|
85
|
-
updated_at_millis: number;
|
|
86
|
-
tsx_source: string;
|
|
87
|
-
theme_id: string | null;
|
|
88
85
|
to: {
|
|
89
86
|
user_id: string;
|
|
90
87
|
type: "user-primary-email";
|
|
@@ -96,6 +93,9 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
96
93
|
type: "custom-emails";
|
|
97
94
|
emails: string[];
|
|
98
95
|
};
|
|
96
|
+
updated_at_millis: number;
|
|
97
|
+
tsx_source: string;
|
|
98
|
+
theme_id: string | null;
|
|
99
99
|
variables: Record<string, {} | null>;
|
|
100
100
|
skip_deliverability_check: boolean;
|
|
101
101
|
scheduled_at_millis: number;
|
|
@@ -121,9 +121,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
121
121
|
status: "render-error";
|
|
122
122
|
id: string;
|
|
123
123
|
created_at_millis: number;
|
|
124
|
-
updated_at_millis: number;
|
|
125
|
-
tsx_source: string;
|
|
126
|
-
theme_id: string | null;
|
|
127
124
|
to: {
|
|
128
125
|
user_id: string;
|
|
129
126
|
type: "user-primary-email";
|
|
@@ -135,6 +132,9 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
135
132
|
type: "custom-emails";
|
|
136
133
|
emails: string[];
|
|
137
134
|
};
|
|
135
|
+
updated_at_millis: number;
|
|
136
|
+
tsx_source: string;
|
|
137
|
+
theme_id: string | null;
|
|
138
138
|
variables: Record<string, {} | null>;
|
|
139
139
|
skip_deliverability_check: boolean;
|
|
140
140
|
scheduled_at_millis: number;
|
|
@@ -163,9 +163,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
163
163
|
id: string;
|
|
164
164
|
subject: string;
|
|
165
165
|
created_at_millis: number;
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
theme_id: string | null;
|
|
166
|
+
html: string | null;
|
|
167
|
+
text: string | null;
|
|
169
168
|
to: {
|
|
170
169
|
user_id: string;
|
|
171
170
|
type: "user-primary-email";
|
|
@@ -177,6 +176,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
177
176
|
type: "custom-emails";
|
|
178
177
|
emails: string[];
|
|
179
178
|
};
|
|
179
|
+
notification_category_id: string | null;
|
|
180
|
+
updated_at_millis: number;
|
|
181
|
+
tsx_source: string;
|
|
182
|
+
theme_id: string | null;
|
|
180
183
|
variables: Record<string, {} | null>;
|
|
181
184
|
skip_deliverability_check: boolean;
|
|
182
185
|
scheduled_at_millis: number;
|
|
@@ -199,19 +202,15 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
199
202
|
has_delivered: boolean;
|
|
200
203
|
started_rendering_at_millis: number;
|
|
201
204
|
rendered_at_millis: number;
|
|
202
|
-
html: string | null;
|
|
203
|
-
text: string | null;
|
|
204
205
|
is_transactional: boolean;
|
|
205
206
|
is_high_priority: boolean;
|
|
206
|
-
notification_category_id: string | null;
|
|
207
207
|
} | {
|
|
208
208
|
status: "queued";
|
|
209
209
|
id: string;
|
|
210
210
|
subject: string;
|
|
211
211
|
created_at_millis: number;
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
theme_id: string | null;
|
|
212
|
+
html: string | null;
|
|
213
|
+
text: string | null;
|
|
215
214
|
to: {
|
|
216
215
|
user_id: string;
|
|
217
216
|
type: "user-primary-email";
|
|
@@ -223,6 +222,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
223
222
|
type: "custom-emails";
|
|
224
223
|
emails: string[];
|
|
225
224
|
};
|
|
225
|
+
notification_category_id: string | null;
|
|
226
|
+
updated_at_millis: number;
|
|
227
|
+
tsx_source: string;
|
|
228
|
+
theme_id: string | null;
|
|
226
229
|
variables: Record<string, {} | null>;
|
|
227
230
|
skip_deliverability_check: boolean;
|
|
228
231
|
scheduled_at_millis: number;
|
|
@@ -245,19 +248,15 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
245
248
|
has_delivered: boolean;
|
|
246
249
|
started_rendering_at_millis: number;
|
|
247
250
|
rendered_at_millis: number;
|
|
248
|
-
html: string | null;
|
|
249
|
-
text: string | null;
|
|
250
251
|
is_transactional: boolean;
|
|
251
252
|
is_high_priority: boolean;
|
|
252
|
-
notification_category_id: string | null;
|
|
253
253
|
} | {
|
|
254
254
|
status: "sending";
|
|
255
255
|
id: string;
|
|
256
256
|
subject: string;
|
|
257
257
|
created_at_millis: number;
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
theme_id: string | null;
|
|
258
|
+
html: string | null;
|
|
259
|
+
text: string | null;
|
|
261
260
|
to: {
|
|
262
261
|
user_id: string;
|
|
263
262
|
type: "user-primary-email";
|
|
@@ -269,6 +268,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
269
268
|
type: "custom-emails";
|
|
270
269
|
emails: string[];
|
|
271
270
|
};
|
|
271
|
+
notification_category_id: string | null;
|
|
272
|
+
updated_at_millis: number;
|
|
273
|
+
tsx_source: string;
|
|
274
|
+
theme_id: string | null;
|
|
272
275
|
variables: Record<string, {} | null>;
|
|
273
276
|
skip_deliverability_check: boolean;
|
|
274
277
|
scheduled_at_millis: number;
|
|
@@ -291,20 +294,16 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
291
294
|
has_delivered: boolean;
|
|
292
295
|
started_rendering_at_millis: number;
|
|
293
296
|
rendered_at_millis: number;
|
|
294
|
-
html: string | null;
|
|
295
|
-
text: string | null;
|
|
296
297
|
is_transactional: boolean;
|
|
297
298
|
is_high_priority: boolean;
|
|
298
|
-
notification_category_id: string | null;
|
|
299
299
|
started_sending_at_millis: number;
|
|
300
300
|
} | {
|
|
301
301
|
status: "server-error";
|
|
302
302
|
id: string;
|
|
303
303
|
subject: string;
|
|
304
304
|
created_at_millis: number;
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
theme_id: string | null;
|
|
305
|
+
html: string | null;
|
|
306
|
+
text: string | null;
|
|
308
307
|
to: {
|
|
309
308
|
user_id: string;
|
|
310
309
|
type: "user-primary-email";
|
|
@@ -316,6 +315,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
316
315
|
type: "custom-emails";
|
|
317
316
|
emails: string[];
|
|
318
317
|
};
|
|
318
|
+
notification_category_id: string | null;
|
|
319
|
+
updated_at_millis: number;
|
|
320
|
+
tsx_source: string;
|
|
321
|
+
theme_id: string | null;
|
|
319
322
|
variables: Record<string, {} | null>;
|
|
320
323
|
skip_deliverability_check: boolean;
|
|
321
324
|
scheduled_at_millis: number;
|
|
@@ -338,30 +341,24 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
338
341
|
has_delivered: boolean;
|
|
339
342
|
started_rendering_at_millis: number;
|
|
340
343
|
rendered_at_millis: number;
|
|
341
|
-
html: string | null;
|
|
342
|
-
text: string | null;
|
|
343
344
|
is_transactional: boolean;
|
|
344
345
|
is_high_priority: boolean;
|
|
345
|
-
notification_category_id: string | null;
|
|
346
346
|
started_sending_at_millis: number;
|
|
347
347
|
error_at_millis: number;
|
|
348
348
|
server_error: string;
|
|
349
349
|
} | {
|
|
350
350
|
subject?: string | undefined;
|
|
351
|
-
started_rendering_at_millis?: number | undefined;
|
|
352
|
-
rendered_at_millis?: number | undefined;
|
|
353
351
|
html?: string | null | undefined;
|
|
354
352
|
text?: string | null | undefined;
|
|
353
|
+
notification_category_id?: string | null | undefined;
|
|
354
|
+
started_rendering_at_millis?: number | undefined;
|
|
355
|
+
rendered_at_millis?: number | undefined;
|
|
355
356
|
is_transactional?: boolean | undefined;
|
|
356
357
|
is_high_priority?: boolean | undefined;
|
|
357
|
-
notification_category_id?: string | null | undefined;
|
|
358
358
|
started_sending_at_millis?: number | undefined;
|
|
359
359
|
status: "skipped";
|
|
360
360
|
id: string;
|
|
361
361
|
created_at_millis: number;
|
|
362
|
-
updated_at_millis: number;
|
|
363
|
-
tsx_source: string;
|
|
364
|
-
theme_id: string | null;
|
|
365
362
|
to: {
|
|
366
363
|
user_id: string;
|
|
367
364
|
type: "user-primary-email";
|
|
@@ -373,6 +370,9 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
373
370
|
type: "custom-emails";
|
|
374
371
|
emails: string[];
|
|
375
372
|
};
|
|
373
|
+
updated_at_millis: number;
|
|
374
|
+
tsx_source: string;
|
|
375
|
+
theme_id: string | null;
|
|
376
376
|
variables: Record<string, {} | null>;
|
|
377
377
|
skip_deliverability_check: boolean;
|
|
378
378
|
scheduled_at_millis: number;
|
|
@@ -401,9 +401,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
401
401
|
id: string;
|
|
402
402
|
subject: string;
|
|
403
403
|
created_at_millis: number;
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
theme_id: string | null;
|
|
404
|
+
html: string | null;
|
|
405
|
+
text: string | null;
|
|
407
406
|
to: {
|
|
408
407
|
user_id: string;
|
|
409
408
|
type: "user-primary-email";
|
|
@@ -415,6 +414,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
415
414
|
type: "custom-emails";
|
|
416
415
|
emails: string[];
|
|
417
416
|
};
|
|
417
|
+
notification_category_id: string | null;
|
|
418
|
+
updated_at_millis: number;
|
|
419
|
+
tsx_source: string;
|
|
420
|
+
theme_id: string | null;
|
|
418
421
|
variables: Record<string, {} | null>;
|
|
419
422
|
skip_deliverability_check: boolean;
|
|
420
423
|
scheduled_at_millis: number;
|
|
@@ -437,11 +440,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
437
440
|
has_delivered: boolean;
|
|
438
441
|
started_rendering_at_millis: number;
|
|
439
442
|
rendered_at_millis: number;
|
|
440
|
-
html: string | null;
|
|
441
|
-
text: string | null;
|
|
442
443
|
is_transactional: boolean;
|
|
443
444
|
is_high_priority: boolean;
|
|
444
|
-
notification_category_id: string | null;
|
|
445
445
|
started_sending_at_millis: number;
|
|
446
446
|
bounced_at_millis: number;
|
|
447
447
|
} | {
|
|
@@ -449,9 +449,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
449
449
|
id: string;
|
|
450
450
|
subject: string;
|
|
451
451
|
created_at_millis: number;
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
theme_id: string | null;
|
|
452
|
+
html: string | null;
|
|
453
|
+
text: string | null;
|
|
455
454
|
to: {
|
|
456
455
|
user_id: string;
|
|
457
456
|
type: "user-primary-email";
|
|
@@ -463,6 +462,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
463
462
|
type: "custom-emails";
|
|
464
463
|
emails: string[];
|
|
465
464
|
};
|
|
465
|
+
notification_category_id: string | null;
|
|
466
|
+
updated_at_millis: number;
|
|
467
|
+
tsx_source: string;
|
|
468
|
+
theme_id: string | null;
|
|
466
469
|
variables: Record<string, {} | null>;
|
|
467
470
|
skip_deliverability_check: boolean;
|
|
468
471
|
scheduled_at_millis: number;
|
|
@@ -485,11 +488,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
485
488
|
has_delivered: boolean;
|
|
486
489
|
started_rendering_at_millis: number;
|
|
487
490
|
rendered_at_millis: number;
|
|
488
|
-
html: string | null;
|
|
489
|
-
text: string | null;
|
|
490
491
|
is_transactional: boolean;
|
|
491
492
|
is_high_priority: boolean;
|
|
492
|
-
notification_category_id: string | null;
|
|
493
493
|
started_sending_at_millis: number;
|
|
494
494
|
delivery_delayed_at_millis: number;
|
|
495
495
|
} | {
|
|
@@ -497,9 +497,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
497
497
|
id: string;
|
|
498
498
|
subject: string;
|
|
499
499
|
created_at_millis: number;
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
theme_id: string | null;
|
|
500
|
+
html: string | null;
|
|
501
|
+
text: string | null;
|
|
503
502
|
to: {
|
|
504
503
|
user_id: string;
|
|
505
504
|
type: "user-primary-email";
|
|
@@ -511,6 +510,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
511
510
|
type: "custom-emails";
|
|
512
511
|
emails: string[];
|
|
513
512
|
};
|
|
513
|
+
notification_category_id: string | null;
|
|
514
|
+
updated_at_millis: number;
|
|
515
|
+
tsx_source: string;
|
|
516
|
+
theme_id: string | null;
|
|
514
517
|
variables: Record<string, {} | null>;
|
|
515
518
|
skip_deliverability_check: boolean;
|
|
516
519
|
scheduled_at_millis: number;
|
|
@@ -533,11 +536,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
533
536
|
has_delivered: boolean;
|
|
534
537
|
started_rendering_at_millis: number;
|
|
535
538
|
rendered_at_millis: number;
|
|
536
|
-
html: string | null;
|
|
537
|
-
text: string | null;
|
|
538
539
|
is_transactional: boolean;
|
|
539
540
|
is_high_priority: boolean;
|
|
540
|
-
notification_category_id: string | null;
|
|
541
541
|
started_sending_at_millis: number;
|
|
542
542
|
delivered_at_millis: number;
|
|
543
543
|
can_have_delivery_info: boolean;
|
|
@@ -546,9 +546,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
546
546
|
id: string;
|
|
547
547
|
subject: string;
|
|
548
548
|
created_at_millis: number;
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
theme_id: string | null;
|
|
549
|
+
html: string | null;
|
|
550
|
+
text: string | null;
|
|
552
551
|
to: {
|
|
553
552
|
user_id: string;
|
|
554
553
|
type: "user-primary-email";
|
|
@@ -560,6 +559,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
560
559
|
type: "custom-emails";
|
|
561
560
|
emails: string[];
|
|
562
561
|
};
|
|
562
|
+
notification_category_id: string | null;
|
|
563
|
+
updated_at_millis: number;
|
|
564
|
+
tsx_source: string;
|
|
565
|
+
theme_id: string | null;
|
|
563
566
|
variables: Record<string, {} | null>;
|
|
564
567
|
skip_deliverability_check: boolean;
|
|
565
568
|
scheduled_at_millis: number;
|
|
@@ -582,11 +585,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
582
585
|
has_delivered: boolean;
|
|
583
586
|
started_rendering_at_millis: number;
|
|
584
587
|
rendered_at_millis: number;
|
|
585
|
-
html: string | null;
|
|
586
|
-
text: string | null;
|
|
587
588
|
is_transactional: boolean;
|
|
588
589
|
is_high_priority: boolean;
|
|
589
|
-
notification_category_id: string | null;
|
|
590
590
|
started_sending_at_millis: number;
|
|
591
591
|
delivered_at_millis: number;
|
|
592
592
|
can_have_delivery_info: boolean;
|
|
@@ -596,9 +596,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
596
596
|
id: string;
|
|
597
597
|
subject: string;
|
|
598
598
|
created_at_millis: number;
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
theme_id: string | null;
|
|
599
|
+
html: string | null;
|
|
600
|
+
text: string | null;
|
|
602
601
|
to: {
|
|
603
602
|
user_id: string;
|
|
604
603
|
type: "user-primary-email";
|
|
@@ -610,6 +609,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
610
609
|
type: "custom-emails";
|
|
611
610
|
emails: string[];
|
|
612
611
|
};
|
|
612
|
+
notification_category_id: string | null;
|
|
613
|
+
updated_at_millis: number;
|
|
614
|
+
tsx_source: string;
|
|
615
|
+
theme_id: string | null;
|
|
613
616
|
variables: Record<string, {} | null>;
|
|
614
617
|
skip_deliverability_check: boolean;
|
|
615
618
|
scheduled_at_millis: number;
|
|
@@ -632,11 +635,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
632
635
|
has_delivered: boolean;
|
|
633
636
|
started_rendering_at_millis: number;
|
|
634
637
|
rendered_at_millis: number;
|
|
635
|
-
html: string | null;
|
|
636
|
-
text: string | null;
|
|
637
638
|
is_transactional: boolean;
|
|
638
639
|
is_high_priority: boolean;
|
|
639
|
-
notification_category_id: string | null;
|
|
640
640
|
started_sending_at_millis: number;
|
|
641
641
|
delivered_at_millis: number;
|
|
642
642
|
can_have_delivery_info: boolean;
|
|
@@ -646,9 +646,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
646
646
|
id: string;
|
|
647
647
|
subject: string;
|
|
648
648
|
created_at_millis: number;
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
theme_id: string | null;
|
|
649
|
+
html: string | null;
|
|
650
|
+
text: string | null;
|
|
652
651
|
to: {
|
|
653
652
|
user_id: string;
|
|
654
653
|
type: "user-primary-email";
|
|
@@ -660,6 +659,10 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
660
659
|
type: "custom-emails";
|
|
661
660
|
emails: string[];
|
|
662
661
|
};
|
|
662
|
+
notification_category_id: string | null;
|
|
663
|
+
updated_at_millis: number;
|
|
664
|
+
tsx_source: string;
|
|
665
|
+
theme_id: string | null;
|
|
663
666
|
variables: Record<string, {} | null>;
|
|
664
667
|
skip_deliverability_check: boolean;
|
|
665
668
|
scheduled_at_millis: number;
|
|
@@ -682,11 +685,8 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
682
685
|
has_delivered: boolean;
|
|
683
686
|
started_rendering_at_millis: number;
|
|
684
687
|
rendered_at_millis: number;
|
|
685
|
-
html: string | null;
|
|
686
|
-
text: string | null;
|
|
687
688
|
is_transactional: boolean;
|
|
688
689
|
is_high_priority: boolean;
|
|
689
|
-
notification_category_id: string | null;
|
|
690
690
|
started_sending_at_millis: number;
|
|
691
691
|
delivered_at_millis: number;
|
|
692
692
|
can_have_delivery_info: boolean;
|
|
@@ -726,9 +726,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
726
726
|
status: "paused";
|
|
727
727
|
id: string;
|
|
728
728
|
created_at_millis: number;
|
|
729
|
-
updated_at_millis: number;
|
|
730
|
-
tsx_source: string;
|
|
731
|
-
theme_id: string | null;
|
|
732
729
|
to: {
|
|
733
730
|
user_id: string;
|
|
734
731
|
type: "user-primary-email";
|
|
@@ -740,6 +737,9 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
740
737
|
type: "custom-emails";
|
|
741
738
|
emails: string[];
|
|
742
739
|
};
|
|
740
|
+
updated_at_millis: number;
|
|
741
|
+
tsx_source: string;
|
|
742
|
+
theme_id: string | null;
|
|
743
743
|
variables: Record<string, {} | null>;
|
|
744
744
|
skip_deliverability_check: boolean;
|
|
745
745
|
scheduled_at_millis: number;
|
|
@@ -764,9 +764,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
764
764
|
status: "preparing";
|
|
765
765
|
id: string;
|
|
766
766
|
created_at_millis: number;
|
|
767
|
-
updated_at_millis: number;
|
|
768
|
-
tsx_source: string;
|
|
769
|
-
theme_id: string | null;
|
|
770
767
|
to: {
|
|
771
768
|
user_id: string;
|
|
772
769
|
type: "user-primary-email";
|
|
@@ -778,6 +775,9 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
778
775
|
type: "custom-emails";
|
|
779
776
|
emails: string[];
|
|
780
777
|
};
|
|
778
|
+
updated_at_millis: number;
|
|
779
|
+
tsx_source: string;
|
|
780
|
+
theme_id: string | null;
|
|
781
781
|
variables: Record<string, {} | null>;
|
|
782
782
|
skip_deliverability_check: boolean;
|
|
783
783
|
scheduled_at_millis: number;
|
|
@@ -802,9 +802,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
802
802
|
status: "rendering";
|
|
803
803
|
id: string;
|
|
804
804
|
created_at_millis: number;
|
|
805
|
-
updated_at_millis: number;
|
|
806
|
-
tsx_source: string;
|
|
807
|
-
theme_id: string | null;
|
|
808
805
|
to: {
|
|
809
806
|
user_id: string;
|
|
810
807
|
type: "user-primary-email";
|
|
@@ -816,6 +813,9 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
816
813
|
type: "custom-emails";
|
|
817
814
|
emails: string[];
|
|
818
815
|
};
|
|
816
|
+
updated_at_millis: number;
|
|
817
|
+
tsx_source: string;
|
|
818
|
+
theme_id: string | null;
|
|
819
819
|
variables: Record<string, {} | null>;
|
|
820
820
|
skip_deliverability_check: boolean;
|
|
821
821
|
scheduled_at_millis: number;
|
|
@@ -841,9 +841,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
841
841
|
status: "render-error";
|
|
842
842
|
id: string;
|
|
843
843
|
created_at_millis: number;
|
|
844
|
-
updated_at_millis: number;
|
|
845
|
-
tsx_source: string;
|
|
846
|
-
theme_id: string | null;
|
|
847
844
|
to: {
|
|
848
845
|
user_id: string;
|
|
849
846
|
type: "user-primary-email";
|
|
@@ -855,6 +852,9 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
855
852
|
type: "custom-emails";
|
|
856
853
|
emails: string[];
|
|
857
854
|
};
|
|
855
|
+
updated_at_millis: number;
|
|
856
|
+
tsx_source: string;
|
|
857
|
+
theme_id: string | null;
|
|
858
858
|
variables: Record<string, {} | null>;
|
|
859
859
|
skip_deliverability_check: boolean;
|
|
860
860
|
scheduled_at_millis: number;
|
|
@@ -883,9 +883,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
883
883
|
id: string;
|
|
884
884
|
subject: string;
|
|
885
885
|
created_at_millis: number;
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
theme_id: string | null;
|
|
886
|
+
html: string | null;
|
|
887
|
+
text: string | null;
|
|
889
888
|
to: {
|
|
890
889
|
user_id: string;
|
|
891
890
|
type: "user-primary-email";
|
|
@@ -897,6 +896,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
897
896
|
type: "custom-emails";
|
|
898
897
|
emails: string[];
|
|
899
898
|
};
|
|
899
|
+
notification_category_id: string | null;
|
|
900
|
+
updated_at_millis: number;
|
|
901
|
+
tsx_source: string;
|
|
902
|
+
theme_id: string | null;
|
|
900
903
|
variables: Record<string, {} | null>;
|
|
901
904
|
skip_deliverability_check: boolean;
|
|
902
905
|
scheduled_at_millis: number;
|
|
@@ -919,19 +922,15 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
919
922
|
has_delivered: boolean;
|
|
920
923
|
started_rendering_at_millis: number;
|
|
921
924
|
rendered_at_millis: number;
|
|
922
|
-
html: string | null;
|
|
923
|
-
text: string | null;
|
|
924
925
|
is_transactional: boolean;
|
|
925
926
|
is_high_priority: boolean;
|
|
926
|
-
notification_category_id: string | null;
|
|
927
927
|
} | {
|
|
928
928
|
status: "queued";
|
|
929
929
|
id: string;
|
|
930
930
|
subject: string;
|
|
931
931
|
created_at_millis: number;
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
theme_id: string | null;
|
|
932
|
+
html: string | null;
|
|
933
|
+
text: string | null;
|
|
935
934
|
to: {
|
|
936
935
|
user_id: string;
|
|
937
936
|
type: "user-primary-email";
|
|
@@ -943,6 +942,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
943
942
|
type: "custom-emails";
|
|
944
943
|
emails: string[];
|
|
945
944
|
};
|
|
945
|
+
notification_category_id: string | null;
|
|
946
|
+
updated_at_millis: number;
|
|
947
|
+
tsx_source: string;
|
|
948
|
+
theme_id: string | null;
|
|
946
949
|
variables: Record<string, {} | null>;
|
|
947
950
|
skip_deliverability_check: boolean;
|
|
948
951
|
scheduled_at_millis: number;
|
|
@@ -965,19 +968,15 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
965
968
|
has_delivered: boolean;
|
|
966
969
|
started_rendering_at_millis: number;
|
|
967
970
|
rendered_at_millis: number;
|
|
968
|
-
html: string | null;
|
|
969
|
-
text: string | null;
|
|
970
971
|
is_transactional: boolean;
|
|
971
972
|
is_high_priority: boolean;
|
|
972
|
-
notification_category_id: string | null;
|
|
973
973
|
} | {
|
|
974
974
|
status: "sending";
|
|
975
975
|
id: string;
|
|
976
976
|
subject: string;
|
|
977
977
|
created_at_millis: number;
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
theme_id: string | null;
|
|
978
|
+
html: string | null;
|
|
979
|
+
text: string | null;
|
|
981
980
|
to: {
|
|
982
981
|
user_id: string;
|
|
983
982
|
type: "user-primary-email";
|
|
@@ -989,6 +988,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
989
988
|
type: "custom-emails";
|
|
990
989
|
emails: string[];
|
|
991
990
|
};
|
|
991
|
+
notification_category_id: string | null;
|
|
992
|
+
updated_at_millis: number;
|
|
993
|
+
tsx_source: string;
|
|
994
|
+
theme_id: string | null;
|
|
992
995
|
variables: Record<string, {} | null>;
|
|
993
996
|
skip_deliverability_check: boolean;
|
|
994
997
|
scheduled_at_millis: number;
|
|
@@ -1011,20 +1014,16 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1011
1014
|
has_delivered: boolean;
|
|
1012
1015
|
started_rendering_at_millis: number;
|
|
1013
1016
|
rendered_at_millis: number;
|
|
1014
|
-
html: string | null;
|
|
1015
|
-
text: string | null;
|
|
1016
1017
|
is_transactional: boolean;
|
|
1017
1018
|
is_high_priority: boolean;
|
|
1018
|
-
notification_category_id: string | null;
|
|
1019
1019
|
started_sending_at_millis: number;
|
|
1020
1020
|
} | {
|
|
1021
1021
|
status: "server-error";
|
|
1022
1022
|
id: string;
|
|
1023
1023
|
subject: string;
|
|
1024
1024
|
created_at_millis: number;
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
theme_id: string | null;
|
|
1025
|
+
html: string | null;
|
|
1026
|
+
text: string | null;
|
|
1028
1027
|
to: {
|
|
1029
1028
|
user_id: string;
|
|
1030
1029
|
type: "user-primary-email";
|
|
@@ -1036,6 +1035,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1036
1035
|
type: "custom-emails";
|
|
1037
1036
|
emails: string[];
|
|
1038
1037
|
};
|
|
1038
|
+
notification_category_id: string | null;
|
|
1039
|
+
updated_at_millis: number;
|
|
1040
|
+
tsx_source: string;
|
|
1041
|
+
theme_id: string | null;
|
|
1039
1042
|
variables: Record<string, {} | null>;
|
|
1040
1043
|
skip_deliverability_check: boolean;
|
|
1041
1044
|
scheduled_at_millis: number;
|
|
@@ -1058,30 +1061,24 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1058
1061
|
has_delivered: boolean;
|
|
1059
1062
|
started_rendering_at_millis: number;
|
|
1060
1063
|
rendered_at_millis: number;
|
|
1061
|
-
html: string | null;
|
|
1062
|
-
text: string | null;
|
|
1063
1064
|
is_transactional: boolean;
|
|
1064
1065
|
is_high_priority: boolean;
|
|
1065
|
-
notification_category_id: string | null;
|
|
1066
1066
|
started_sending_at_millis: number;
|
|
1067
1067
|
error_at_millis: number;
|
|
1068
1068
|
server_error: string;
|
|
1069
1069
|
} | {
|
|
1070
1070
|
subject?: string | undefined;
|
|
1071
|
-
started_rendering_at_millis?: number | undefined;
|
|
1072
|
-
rendered_at_millis?: number | undefined;
|
|
1073
1071
|
html?: string | null | undefined;
|
|
1074
1072
|
text?: string | null | undefined;
|
|
1073
|
+
notification_category_id?: string | null | undefined;
|
|
1074
|
+
started_rendering_at_millis?: number | undefined;
|
|
1075
|
+
rendered_at_millis?: number | undefined;
|
|
1075
1076
|
is_transactional?: boolean | undefined;
|
|
1076
1077
|
is_high_priority?: boolean | undefined;
|
|
1077
|
-
notification_category_id?: string | null | undefined;
|
|
1078
1078
|
started_sending_at_millis?: number | undefined;
|
|
1079
1079
|
status: "skipped";
|
|
1080
1080
|
id: string;
|
|
1081
1081
|
created_at_millis: number;
|
|
1082
|
-
updated_at_millis: number;
|
|
1083
|
-
tsx_source: string;
|
|
1084
|
-
theme_id: string | null;
|
|
1085
1082
|
to: {
|
|
1086
1083
|
user_id: string;
|
|
1087
1084
|
type: "user-primary-email";
|
|
@@ -1093,6 +1090,9 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1093
1090
|
type: "custom-emails";
|
|
1094
1091
|
emails: string[];
|
|
1095
1092
|
};
|
|
1093
|
+
updated_at_millis: number;
|
|
1094
|
+
tsx_source: string;
|
|
1095
|
+
theme_id: string | null;
|
|
1096
1096
|
variables: Record<string, {} | null>;
|
|
1097
1097
|
skip_deliverability_check: boolean;
|
|
1098
1098
|
scheduled_at_millis: number;
|
|
@@ -1121,9 +1121,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1121
1121
|
id: string;
|
|
1122
1122
|
subject: string;
|
|
1123
1123
|
created_at_millis: number;
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
theme_id: string | null;
|
|
1124
|
+
html: string | null;
|
|
1125
|
+
text: string | null;
|
|
1127
1126
|
to: {
|
|
1128
1127
|
user_id: string;
|
|
1129
1128
|
type: "user-primary-email";
|
|
@@ -1135,6 +1134,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1135
1134
|
type: "custom-emails";
|
|
1136
1135
|
emails: string[];
|
|
1137
1136
|
};
|
|
1137
|
+
notification_category_id: string | null;
|
|
1138
|
+
updated_at_millis: number;
|
|
1139
|
+
tsx_source: string;
|
|
1140
|
+
theme_id: string | null;
|
|
1138
1141
|
variables: Record<string, {} | null>;
|
|
1139
1142
|
skip_deliverability_check: boolean;
|
|
1140
1143
|
scheduled_at_millis: number;
|
|
@@ -1157,11 +1160,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1157
1160
|
has_delivered: boolean;
|
|
1158
1161
|
started_rendering_at_millis: number;
|
|
1159
1162
|
rendered_at_millis: number;
|
|
1160
|
-
html: string | null;
|
|
1161
|
-
text: string | null;
|
|
1162
1163
|
is_transactional: boolean;
|
|
1163
1164
|
is_high_priority: boolean;
|
|
1164
|
-
notification_category_id: string | null;
|
|
1165
1165
|
started_sending_at_millis: number;
|
|
1166
1166
|
bounced_at_millis: number;
|
|
1167
1167
|
} | {
|
|
@@ -1169,9 +1169,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1169
1169
|
id: string;
|
|
1170
1170
|
subject: string;
|
|
1171
1171
|
created_at_millis: number;
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
theme_id: string | null;
|
|
1172
|
+
html: string | null;
|
|
1173
|
+
text: string | null;
|
|
1175
1174
|
to: {
|
|
1176
1175
|
user_id: string;
|
|
1177
1176
|
type: "user-primary-email";
|
|
@@ -1183,6 +1182,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1183
1182
|
type: "custom-emails";
|
|
1184
1183
|
emails: string[];
|
|
1185
1184
|
};
|
|
1185
|
+
notification_category_id: string | null;
|
|
1186
|
+
updated_at_millis: number;
|
|
1187
|
+
tsx_source: string;
|
|
1188
|
+
theme_id: string | null;
|
|
1186
1189
|
variables: Record<string, {} | null>;
|
|
1187
1190
|
skip_deliverability_check: boolean;
|
|
1188
1191
|
scheduled_at_millis: number;
|
|
@@ -1205,11 +1208,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1205
1208
|
has_delivered: boolean;
|
|
1206
1209
|
started_rendering_at_millis: number;
|
|
1207
1210
|
rendered_at_millis: number;
|
|
1208
|
-
html: string | null;
|
|
1209
|
-
text: string | null;
|
|
1210
1211
|
is_transactional: boolean;
|
|
1211
1212
|
is_high_priority: boolean;
|
|
1212
|
-
notification_category_id: string | null;
|
|
1213
1213
|
started_sending_at_millis: number;
|
|
1214
1214
|
delivery_delayed_at_millis: number;
|
|
1215
1215
|
} | {
|
|
@@ -1217,9 +1217,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1217
1217
|
id: string;
|
|
1218
1218
|
subject: string;
|
|
1219
1219
|
created_at_millis: number;
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
theme_id: string | null;
|
|
1220
|
+
html: string | null;
|
|
1221
|
+
text: string | null;
|
|
1223
1222
|
to: {
|
|
1224
1223
|
user_id: string;
|
|
1225
1224
|
type: "user-primary-email";
|
|
@@ -1231,6 +1230,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1231
1230
|
type: "custom-emails";
|
|
1232
1231
|
emails: string[];
|
|
1233
1232
|
};
|
|
1233
|
+
notification_category_id: string | null;
|
|
1234
|
+
updated_at_millis: number;
|
|
1235
|
+
tsx_source: string;
|
|
1236
|
+
theme_id: string | null;
|
|
1234
1237
|
variables: Record<string, {} | null>;
|
|
1235
1238
|
skip_deliverability_check: boolean;
|
|
1236
1239
|
scheduled_at_millis: number;
|
|
@@ -1253,11 +1256,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1253
1256
|
has_delivered: boolean;
|
|
1254
1257
|
started_rendering_at_millis: number;
|
|
1255
1258
|
rendered_at_millis: number;
|
|
1256
|
-
html: string | null;
|
|
1257
|
-
text: string | null;
|
|
1258
1259
|
is_transactional: boolean;
|
|
1259
1260
|
is_high_priority: boolean;
|
|
1260
|
-
notification_category_id: string | null;
|
|
1261
1261
|
started_sending_at_millis: number;
|
|
1262
1262
|
delivered_at_millis: number;
|
|
1263
1263
|
can_have_delivery_info: boolean;
|
|
@@ -1266,9 +1266,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1266
1266
|
id: string;
|
|
1267
1267
|
subject: string;
|
|
1268
1268
|
created_at_millis: number;
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
theme_id: string | null;
|
|
1269
|
+
html: string | null;
|
|
1270
|
+
text: string | null;
|
|
1272
1271
|
to: {
|
|
1273
1272
|
user_id: string;
|
|
1274
1273
|
type: "user-primary-email";
|
|
@@ -1280,6 +1279,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1280
1279
|
type: "custom-emails";
|
|
1281
1280
|
emails: string[];
|
|
1282
1281
|
};
|
|
1282
|
+
notification_category_id: string | null;
|
|
1283
|
+
updated_at_millis: number;
|
|
1284
|
+
tsx_source: string;
|
|
1285
|
+
theme_id: string | null;
|
|
1283
1286
|
variables: Record<string, {} | null>;
|
|
1284
1287
|
skip_deliverability_check: boolean;
|
|
1285
1288
|
scheduled_at_millis: number;
|
|
@@ -1302,11 +1305,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1302
1305
|
has_delivered: boolean;
|
|
1303
1306
|
started_rendering_at_millis: number;
|
|
1304
1307
|
rendered_at_millis: number;
|
|
1305
|
-
html: string | null;
|
|
1306
|
-
text: string | null;
|
|
1307
1308
|
is_transactional: boolean;
|
|
1308
1309
|
is_high_priority: boolean;
|
|
1309
|
-
notification_category_id: string | null;
|
|
1310
1310
|
started_sending_at_millis: number;
|
|
1311
1311
|
delivered_at_millis: number;
|
|
1312
1312
|
can_have_delivery_info: boolean;
|
|
@@ -1316,9 +1316,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1316
1316
|
id: string;
|
|
1317
1317
|
subject: string;
|
|
1318
1318
|
created_at_millis: number;
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
theme_id: string | null;
|
|
1319
|
+
html: string | null;
|
|
1320
|
+
text: string | null;
|
|
1322
1321
|
to: {
|
|
1323
1322
|
user_id: string;
|
|
1324
1323
|
type: "user-primary-email";
|
|
@@ -1330,6 +1329,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1330
1329
|
type: "custom-emails";
|
|
1331
1330
|
emails: string[];
|
|
1332
1331
|
};
|
|
1332
|
+
notification_category_id: string | null;
|
|
1333
|
+
updated_at_millis: number;
|
|
1334
|
+
tsx_source: string;
|
|
1335
|
+
theme_id: string | null;
|
|
1333
1336
|
variables: Record<string, {} | null>;
|
|
1334
1337
|
skip_deliverability_check: boolean;
|
|
1335
1338
|
scheduled_at_millis: number;
|
|
@@ -1352,11 +1355,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1352
1355
|
has_delivered: boolean;
|
|
1353
1356
|
started_rendering_at_millis: number;
|
|
1354
1357
|
rendered_at_millis: number;
|
|
1355
|
-
html: string | null;
|
|
1356
|
-
text: string | null;
|
|
1357
1358
|
is_transactional: boolean;
|
|
1358
1359
|
is_high_priority: boolean;
|
|
1359
|
-
notification_category_id: string | null;
|
|
1360
1360
|
started_sending_at_millis: number;
|
|
1361
1361
|
delivered_at_millis: number;
|
|
1362
1362
|
can_have_delivery_info: boolean;
|
|
@@ -1366,9 +1366,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1366
1366
|
id: string;
|
|
1367
1367
|
subject: string;
|
|
1368
1368
|
created_at_millis: number;
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
theme_id: string | null;
|
|
1369
|
+
html: string | null;
|
|
1370
|
+
text: string | null;
|
|
1372
1371
|
to: {
|
|
1373
1372
|
user_id: string;
|
|
1374
1373
|
type: "user-primary-email";
|
|
@@ -1380,6 +1379,10 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1380
1379
|
type: "custom-emails";
|
|
1381
1380
|
emails: string[];
|
|
1382
1381
|
};
|
|
1382
|
+
notification_category_id: string | null;
|
|
1383
|
+
updated_at_millis: number;
|
|
1384
|
+
tsx_source: string;
|
|
1385
|
+
theme_id: string | null;
|
|
1383
1386
|
variables: Record<string, {} | null>;
|
|
1384
1387
|
skip_deliverability_check: boolean;
|
|
1385
1388
|
scheduled_at_millis: number;
|
|
@@ -1402,11 +1405,8 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1402
1405
|
has_delivered: boolean;
|
|
1403
1406
|
started_rendering_at_millis: number;
|
|
1404
1407
|
rendered_at_millis: number;
|
|
1405
|
-
html: string | null;
|
|
1406
|
-
text: string | null;
|
|
1407
1408
|
is_transactional: boolean;
|
|
1408
1409
|
is_high_priority: boolean;
|
|
1409
|
-
notification_category_id: string | null;
|
|
1410
1410
|
started_sending_at_millis: number;
|
|
1411
1411
|
delivered_at_millis: number;
|
|
1412
1412
|
can_have_delivery_info: boolean;
|