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