@hexclave/shared 1.0.42 → 1.0.43
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-Y9EZqwD6.d.ts → admin-interface-Bv8rBJo-.d.ts} +6 -6
- package/dist/{admin-interface-Y9EZqwD6.d.ts.map → admin-interface-Bv8rBJo-.d.ts.map} +1 -1
- package/dist/{admin-metrics-bsOkw4YQ.d.ts → admin-metrics-DyW8_G82.d.ts} +6 -6
- package/dist/{admin-metrics-bsOkw4YQ.d.ts.map → admin-metrics-DyW8_G82.d.ts.map} +1 -1
- package/dist/ai/unified-prompts/reminders.js +2 -1
- package/dist/ai/unified-prompts/reminders.js.map +1 -1
- package/dist/{client-interface-iIw4nU5k.d.ts → client-interface-CGrvUtX0.d.ts} +5 -5
- package/dist/{client-interface-iIw4nU5k.d.ts.map → client-interface-CGrvUtX0.d.ts.map} +1 -1
- package/dist/config/schema.d.ts +1 -1
- package/dist/config-authoring.d.ts +1 -1
- package/dist/{current-user-BBoN3hsn.d.ts → current-user-Dvf8Ttjo.d.ts} +3 -3
- package/dist/{current-user-BBoN3hsn.d.ts.map → current-user-Dvf8Ttjo.d.ts.map} +1 -1
- package/dist/{email-outbox-B1wmVPRG.d.ts → email-outbox-BVqBaXpn.d.ts} +23 -23
- package/dist/{email-outbox-B1wmVPRG.d.ts.map → email-outbox-BVqBaXpn.d.ts.map} +1 -1
- package/dist/esm/ai/unified-prompts/reminders.js +1 -1
- package/dist/esm/config/schema.d.ts +44 -44
- package/dist/esm/interface/admin-interface.js +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +5 -5
- package/dist/esm/interface/client-interface.js +1 -1
- package/dist/esm/interface/conversations.d.ts +34 -34
- package/dist/esm/interface/crud/current-user.d.ts +2 -2
- package/dist/esm/interface/crud/email-outbox.d.ts +22 -22
- package/dist/esm/interface/crud/invoices.d.ts +2 -2
- package/dist/esm/interface/crud/projects.d.ts +36 -36
- package/dist/esm/interface/crud/team-member-profiles.d.ts +10 -10
- package/dist/esm/interface/crud/users.d.ts +10 -10
- package/dist/esm/interface/server-interface.js +1 -1
- package/dist/esm/interface/webhooks.d.ts +2 -2
- package/dist/esm/utils/promises.js +1 -1
- package/dist/helpers/production-mode.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/interface/admin-interface.d.ts +1 -1
- package/dist/interface/admin-interface.js +1 -1
- package/dist/interface/admin-metrics.d.ts +1 -1
- package/dist/interface/client-interface.d.ts +1 -1
- package/dist/interface/client-interface.js +1 -1
- package/dist/interface/conversations.d.ts +34 -34
- package/dist/interface/crud/current-user.d.ts +1 -1
- package/dist/interface/crud/email-outbox.d.ts +1 -1
- package/dist/interface/crud/invoices.d.ts +1 -1
- package/dist/interface/crud/projects.d.ts +1 -1
- package/dist/interface/crud/team-member-profiles.d.ts +1 -1
- package/dist/interface/crud/users.d.ts +1 -1
- package/dist/interface/server-interface.d.ts +1 -1
- package/dist/interface/server-interface.js +1 -1
- package/dist/interface/webhooks.d.ts +1 -1
- package/dist/{invoices-CHo9YKbI.d.ts → invoices-U65KzAZX.d.ts} +3 -3
- package/dist/{invoices-CHo9YKbI.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
- package/dist/{projects-CFTNXRfG.d.ts → projects-CgFGB3nO.d.ts} +37 -37
- package/dist/{projects-CFTNXRfG.d.ts.map → projects-CgFGB3nO.d.ts.map} +1 -1
- package/dist/{schema-CJwkGkdf.d.ts → schema-01nWxmb4.d.ts} +45 -45
- package/dist/{schema-CJwkGkdf.d.ts.map → schema-01nWxmb4.d.ts.map} +1 -1
- package/dist/{server-interface-CgpxsLT_.d.ts → server-interface-BUPG1kor.d.ts} +5 -5
- package/dist/{server-interface-CgpxsLT_.d.ts.map → server-interface-BUPG1kor.d.ts.map} +1 -1
- package/dist/{team-member-profiles-BoDEqx-0.d.ts → team-member-profiles-uTluO8XI.d.ts} +11 -11
- package/dist/{team-member-profiles-BoDEqx-0.d.ts.map → team-member-profiles-uTluO8XI.d.ts.map} +1 -1
- package/dist/{users-DHNRwoSz.d.ts → users-CmBBuF00.d.ts} +12 -12
- package/dist/{users-DHNRwoSz.d.ts.map → users-CmBBuF00.d.ts.map} +1 -1
- package/dist/utils/promises.js +1 -1
- package/dist/{webhooks-8Ts1Clcb.d.ts → webhooks-ByXrdSOx.d.ts} +3 -3
- package/dist/{webhooks-8Ts1Clcb.d.ts.map → webhooks-ByXrdSOx.d.ts.map} +1 -1
- package/package.json +1 -1
|
@@ -160,7 +160,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
160
160
|
} | {
|
|
161
161
|
status: "scheduled";
|
|
162
162
|
id: string;
|
|
163
|
-
subject: string;
|
|
164
163
|
created_at_millis: number;
|
|
165
164
|
html: string | null;
|
|
166
165
|
text: string | null;
|
|
@@ -200,13 +199,13 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
200
199
|
has_delivered: boolean;
|
|
201
200
|
started_rendering_at_millis: number;
|
|
202
201
|
rendered_at_millis: number;
|
|
202
|
+
subject: string;
|
|
203
203
|
is_transactional: boolean;
|
|
204
204
|
is_high_priority: boolean;
|
|
205
205
|
notification_category_id: string | null;
|
|
206
206
|
} | {
|
|
207
207
|
status: "queued";
|
|
208
208
|
id: string;
|
|
209
|
-
subject: string;
|
|
210
209
|
created_at_millis: number;
|
|
211
210
|
html: string | null;
|
|
212
211
|
text: string | null;
|
|
@@ -246,13 +245,13 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
246
245
|
has_delivered: boolean;
|
|
247
246
|
started_rendering_at_millis: number;
|
|
248
247
|
rendered_at_millis: number;
|
|
248
|
+
subject: string;
|
|
249
249
|
is_transactional: boolean;
|
|
250
250
|
is_high_priority: boolean;
|
|
251
251
|
notification_category_id: string | null;
|
|
252
252
|
} | {
|
|
253
253
|
status: "sending";
|
|
254
254
|
id: string;
|
|
255
|
-
subject: string;
|
|
256
255
|
created_at_millis: number;
|
|
257
256
|
html: string | null;
|
|
258
257
|
text: string | null;
|
|
@@ -292,6 +291,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
292
291
|
has_delivered: boolean;
|
|
293
292
|
started_rendering_at_millis: number;
|
|
294
293
|
rendered_at_millis: number;
|
|
294
|
+
subject: string;
|
|
295
295
|
is_transactional: boolean;
|
|
296
296
|
is_high_priority: boolean;
|
|
297
297
|
notification_category_id: string | null;
|
|
@@ -299,7 +299,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
299
299
|
} | {
|
|
300
300
|
status: "server-error";
|
|
301
301
|
id: string;
|
|
302
|
-
subject: string;
|
|
303
302
|
created_at_millis: number;
|
|
304
303
|
html: string | null;
|
|
305
304
|
text: string | null;
|
|
@@ -339,6 +338,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
339
338
|
has_delivered: boolean;
|
|
340
339
|
started_rendering_at_millis: number;
|
|
341
340
|
rendered_at_millis: number;
|
|
341
|
+
subject: string;
|
|
342
342
|
is_transactional: boolean;
|
|
343
343
|
is_high_priority: boolean;
|
|
344
344
|
notification_category_id: string | null;
|
|
@@ -346,11 +346,11 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
346
346
|
error_at_millis: number;
|
|
347
347
|
server_error: string;
|
|
348
348
|
} | {
|
|
349
|
-
subject?: string | undefined;
|
|
350
349
|
html?: string | null | undefined;
|
|
351
350
|
text?: string | null | undefined;
|
|
352
351
|
started_rendering_at_millis?: number | undefined;
|
|
353
352
|
rendered_at_millis?: number | undefined;
|
|
353
|
+
subject?: string | undefined;
|
|
354
354
|
is_transactional?: boolean | undefined;
|
|
355
355
|
is_high_priority?: boolean | undefined;
|
|
356
356
|
notification_category_id?: string | null | undefined;
|
|
@@ -398,7 +398,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
398
398
|
} | {
|
|
399
399
|
status: "bounced";
|
|
400
400
|
id: string;
|
|
401
|
-
subject: string;
|
|
402
401
|
created_at_millis: number;
|
|
403
402
|
html: string | null;
|
|
404
403
|
text: string | null;
|
|
@@ -438,6 +437,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
438
437
|
has_delivered: boolean;
|
|
439
438
|
started_rendering_at_millis: number;
|
|
440
439
|
rendered_at_millis: number;
|
|
440
|
+
subject: string;
|
|
441
441
|
is_transactional: boolean;
|
|
442
442
|
is_high_priority: boolean;
|
|
443
443
|
notification_category_id: string | null;
|
|
@@ -446,7 +446,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
446
446
|
} | {
|
|
447
447
|
status: "delivery-delayed";
|
|
448
448
|
id: string;
|
|
449
|
-
subject: string;
|
|
450
449
|
created_at_millis: number;
|
|
451
450
|
html: string | null;
|
|
452
451
|
text: string | null;
|
|
@@ -486,6 +485,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
486
485
|
has_delivered: boolean;
|
|
487
486
|
started_rendering_at_millis: number;
|
|
488
487
|
rendered_at_millis: number;
|
|
488
|
+
subject: string;
|
|
489
489
|
is_transactional: boolean;
|
|
490
490
|
is_high_priority: boolean;
|
|
491
491
|
notification_category_id: string | null;
|
|
@@ -494,7 +494,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
494
494
|
} | {
|
|
495
495
|
status: "sent";
|
|
496
496
|
id: string;
|
|
497
|
-
subject: string;
|
|
498
497
|
created_at_millis: number;
|
|
499
498
|
html: string | null;
|
|
500
499
|
text: string | null;
|
|
@@ -534,6 +533,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
534
533
|
has_delivered: boolean;
|
|
535
534
|
started_rendering_at_millis: number;
|
|
536
535
|
rendered_at_millis: number;
|
|
536
|
+
subject: string;
|
|
537
537
|
is_transactional: boolean;
|
|
538
538
|
is_high_priority: boolean;
|
|
539
539
|
notification_category_id: string | null;
|
|
@@ -543,7 +543,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
543
543
|
} | {
|
|
544
544
|
status: "opened";
|
|
545
545
|
id: string;
|
|
546
|
-
subject: string;
|
|
547
546
|
created_at_millis: number;
|
|
548
547
|
html: string | null;
|
|
549
548
|
text: string | null;
|
|
@@ -583,6 +582,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
583
582
|
has_delivered: boolean;
|
|
584
583
|
started_rendering_at_millis: number;
|
|
585
584
|
rendered_at_millis: number;
|
|
585
|
+
subject: string;
|
|
586
586
|
is_transactional: boolean;
|
|
587
587
|
is_high_priority: boolean;
|
|
588
588
|
notification_category_id: string | null;
|
|
@@ -593,7 +593,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
593
593
|
} | {
|
|
594
594
|
status: "clicked";
|
|
595
595
|
id: string;
|
|
596
|
-
subject: string;
|
|
597
596
|
created_at_millis: number;
|
|
598
597
|
html: string | null;
|
|
599
598
|
text: string | null;
|
|
@@ -633,6 +632,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
633
632
|
has_delivered: boolean;
|
|
634
633
|
started_rendering_at_millis: number;
|
|
635
634
|
rendered_at_millis: number;
|
|
635
|
+
subject: string;
|
|
636
636
|
is_transactional: boolean;
|
|
637
637
|
is_high_priority: boolean;
|
|
638
638
|
notification_category_id: string | null;
|
|
@@ -643,7 +643,6 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
643
643
|
} | {
|
|
644
644
|
status: "marked-as-spam";
|
|
645
645
|
id: string;
|
|
646
|
-
subject: string;
|
|
647
646
|
created_at_millis: number;
|
|
648
647
|
html: string | null;
|
|
649
648
|
text: string | null;
|
|
@@ -683,6 +682,7 @@ declare const emailOutboxReadSchema: import("yup").MixedSchema<{
|
|
|
683
682
|
has_delivered: boolean;
|
|
684
683
|
started_rendering_at_millis: number;
|
|
685
684
|
rendered_at_millis: number;
|
|
685
|
+
subject: string;
|
|
686
686
|
is_transactional: boolean;
|
|
687
687
|
is_high_priority: boolean;
|
|
688
688
|
notification_category_id: string | null;
|
|
@@ -880,7 +880,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
880
880
|
} | {
|
|
881
881
|
status: "scheduled";
|
|
882
882
|
id: string;
|
|
883
|
-
subject: string;
|
|
884
883
|
created_at_millis: number;
|
|
885
884
|
html: string | null;
|
|
886
885
|
text: string | null;
|
|
@@ -920,13 +919,13 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
920
919
|
has_delivered: boolean;
|
|
921
920
|
started_rendering_at_millis: number;
|
|
922
921
|
rendered_at_millis: number;
|
|
922
|
+
subject: string;
|
|
923
923
|
is_transactional: boolean;
|
|
924
924
|
is_high_priority: boolean;
|
|
925
925
|
notification_category_id: string | null;
|
|
926
926
|
} | {
|
|
927
927
|
status: "queued";
|
|
928
928
|
id: string;
|
|
929
|
-
subject: string;
|
|
930
929
|
created_at_millis: number;
|
|
931
930
|
html: string | null;
|
|
932
931
|
text: string | null;
|
|
@@ -966,13 +965,13 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
966
965
|
has_delivered: boolean;
|
|
967
966
|
started_rendering_at_millis: number;
|
|
968
967
|
rendered_at_millis: number;
|
|
968
|
+
subject: string;
|
|
969
969
|
is_transactional: boolean;
|
|
970
970
|
is_high_priority: boolean;
|
|
971
971
|
notification_category_id: string | null;
|
|
972
972
|
} | {
|
|
973
973
|
status: "sending";
|
|
974
974
|
id: string;
|
|
975
|
-
subject: string;
|
|
976
975
|
created_at_millis: number;
|
|
977
976
|
html: string | null;
|
|
978
977
|
text: string | null;
|
|
@@ -1012,6 +1011,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1012
1011
|
has_delivered: boolean;
|
|
1013
1012
|
started_rendering_at_millis: number;
|
|
1014
1013
|
rendered_at_millis: number;
|
|
1014
|
+
subject: string;
|
|
1015
1015
|
is_transactional: boolean;
|
|
1016
1016
|
is_high_priority: boolean;
|
|
1017
1017
|
notification_category_id: string | null;
|
|
@@ -1019,7 +1019,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1019
1019
|
} | {
|
|
1020
1020
|
status: "server-error";
|
|
1021
1021
|
id: string;
|
|
1022
|
-
subject: string;
|
|
1023
1022
|
created_at_millis: number;
|
|
1024
1023
|
html: string | null;
|
|
1025
1024
|
text: string | null;
|
|
@@ -1059,6 +1058,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1059
1058
|
has_delivered: boolean;
|
|
1060
1059
|
started_rendering_at_millis: number;
|
|
1061
1060
|
rendered_at_millis: number;
|
|
1061
|
+
subject: string;
|
|
1062
1062
|
is_transactional: boolean;
|
|
1063
1063
|
is_high_priority: boolean;
|
|
1064
1064
|
notification_category_id: string | null;
|
|
@@ -1066,11 +1066,11 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1066
1066
|
error_at_millis: number;
|
|
1067
1067
|
server_error: string;
|
|
1068
1068
|
} | {
|
|
1069
|
-
subject?: string | undefined;
|
|
1070
1069
|
html?: string | null | undefined;
|
|
1071
1070
|
text?: string | null | undefined;
|
|
1072
1071
|
started_rendering_at_millis?: number | undefined;
|
|
1073
1072
|
rendered_at_millis?: number | undefined;
|
|
1073
|
+
subject?: string | undefined;
|
|
1074
1074
|
is_transactional?: boolean | undefined;
|
|
1075
1075
|
is_high_priority?: boolean | undefined;
|
|
1076
1076
|
notification_category_id?: string | null | undefined;
|
|
@@ -1118,7 +1118,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1118
1118
|
} | {
|
|
1119
1119
|
status: "bounced";
|
|
1120
1120
|
id: string;
|
|
1121
|
-
subject: string;
|
|
1122
1121
|
created_at_millis: number;
|
|
1123
1122
|
html: string | null;
|
|
1124
1123
|
text: string | null;
|
|
@@ -1158,6 +1157,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1158
1157
|
has_delivered: boolean;
|
|
1159
1158
|
started_rendering_at_millis: number;
|
|
1160
1159
|
rendered_at_millis: number;
|
|
1160
|
+
subject: string;
|
|
1161
1161
|
is_transactional: boolean;
|
|
1162
1162
|
is_high_priority: boolean;
|
|
1163
1163
|
notification_category_id: string | null;
|
|
@@ -1166,7 +1166,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1166
1166
|
} | {
|
|
1167
1167
|
status: "delivery-delayed";
|
|
1168
1168
|
id: string;
|
|
1169
|
-
subject: string;
|
|
1170
1169
|
created_at_millis: number;
|
|
1171
1170
|
html: string | null;
|
|
1172
1171
|
text: string | null;
|
|
@@ -1206,6 +1205,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1206
1205
|
has_delivered: boolean;
|
|
1207
1206
|
started_rendering_at_millis: number;
|
|
1208
1207
|
rendered_at_millis: number;
|
|
1208
|
+
subject: string;
|
|
1209
1209
|
is_transactional: boolean;
|
|
1210
1210
|
is_high_priority: boolean;
|
|
1211
1211
|
notification_category_id: string | null;
|
|
@@ -1214,7 +1214,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1214
1214
|
} | {
|
|
1215
1215
|
status: "sent";
|
|
1216
1216
|
id: string;
|
|
1217
|
-
subject: string;
|
|
1218
1217
|
created_at_millis: number;
|
|
1219
1218
|
html: string | null;
|
|
1220
1219
|
text: string | null;
|
|
@@ -1254,6 +1253,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1254
1253
|
has_delivered: boolean;
|
|
1255
1254
|
started_rendering_at_millis: number;
|
|
1256
1255
|
rendered_at_millis: number;
|
|
1256
|
+
subject: string;
|
|
1257
1257
|
is_transactional: boolean;
|
|
1258
1258
|
is_high_priority: boolean;
|
|
1259
1259
|
notification_category_id: string | null;
|
|
@@ -1263,7 +1263,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1263
1263
|
} | {
|
|
1264
1264
|
status: "opened";
|
|
1265
1265
|
id: string;
|
|
1266
|
-
subject: string;
|
|
1267
1266
|
created_at_millis: number;
|
|
1268
1267
|
html: string | null;
|
|
1269
1268
|
text: string | null;
|
|
@@ -1303,6 +1302,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1303
1302
|
has_delivered: boolean;
|
|
1304
1303
|
started_rendering_at_millis: number;
|
|
1305
1304
|
rendered_at_millis: number;
|
|
1305
|
+
subject: string;
|
|
1306
1306
|
is_transactional: boolean;
|
|
1307
1307
|
is_high_priority: boolean;
|
|
1308
1308
|
notification_category_id: string | null;
|
|
@@ -1313,7 +1313,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1313
1313
|
} | {
|
|
1314
1314
|
status: "clicked";
|
|
1315
1315
|
id: string;
|
|
1316
|
-
subject: string;
|
|
1317
1316
|
created_at_millis: number;
|
|
1318
1317
|
html: string | null;
|
|
1319
1318
|
text: string | null;
|
|
@@ -1353,6 +1352,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1353
1352
|
has_delivered: boolean;
|
|
1354
1353
|
started_rendering_at_millis: number;
|
|
1355
1354
|
rendered_at_millis: number;
|
|
1355
|
+
subject: string;
|
|
1356
1356
|
is_transactional: boolean;
|
|
1357
1357
|
is_high_priority: boolean;
|
|
1358
1358
|
notification_category_id: string | null;
|
|
@@ -1363,7 +1363,6 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1363
1363
|
} | {
|
|
1364
1364
|
status: "marked-as-spam";
|
|
1365
1365
|
id: string;
|
|
1366
|
-
subject: string;
|
|
1367
1366
|
created_at_millis: number;
|
|
1368
1367
|
html: string | null;
|
|
1369
1368
|
text: string | null;
|
|
@@ -1403,6 +1402,7 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1403
1402
|
has_delivered: boolean;
|
|
1404
1403
|
started_rendering_at_millis: number;
|
|
1405
1404
|
rendered_at_millis: number;
|
|
1405
|
+
subject: string;
|
|
1406
1406
|
is_transactional: boolean;
|
|
1407
1407
|
is_high_priority: boolean;
|
|
1408
1408
|
notification_category_id: string | null;
|
|
@@ -1461,4 +1461,4 @@ declare const emailOutboxCrud: CrudSchemaFromOptions<{
|
|
|
1461
1461
|
type EmailOutboxCrud = CrudTypeOf<typeof emailOutboxCrud>;
|
|
1462
1462
|
//#endregion
|
|
1463
1463
|
export { emailOutboxUpdateSchema as i, emailOutboxCrud as n, emailOutboxReadSchema as r, EmailOutboxCrud as t };
|
|
1464
|
-
//# sourceMappingURL=email-outbox-
|
|
1464
|
+
//# sourceMappingURL=email-outbox-BVqBaXpn.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-outbox-
|
|
1
|
+
{"version":3,"file":"email-outbox-BVqBaXpn.d.ts","names":[],"sources":["../src/interface/crud/email-outbox.ts"],"mappings":";;;cAiNa,qBAAA,gBAAqB,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmBrB,uBAAA,gBAAuB,YAAA;;;;;;;;;;;;;;aASxB,MAAA;;;;;;;;;;;;;;;cAEC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAsBD,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ALL_APPS } from "../../apps/apps-config.js";
|
|
2
1
|
import { deindent } from "../../utils/strings.js";
|
|
2
|
+
import { ALL_APPS } from "../../apps/apps-config.js";
|
|
3
3
|
//#region src/ai/unified-prompts/reminders.ts
|
|
4
4
|
const remindersPrompt = deindent`
|
|
5
5
|
Below are some reminders on Hexclave and how to learn more about it. If you're summarizing this, always try to return the entirety of the reminders verbatim, or keep as much information as possible.
|