@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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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: import("../../crud").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;
|
|
@@ -3,7 +3,7 @@ import * as yup$1 from "yup";
|
|
|
3
3
|
//#region src/interface/crud/invoices.d.ts
|
|
4
4
|
declare const customerInvoiceReadSchema: yup$1.ObjectSchema<{
|
|
5
5
|
created_at_millis: number;
|
|
6
|
-
status: "
|
|
6
|
+
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
7
7
|
amount_total: number;
|
|
8
8
|
hosted_invoice_url: string | null;
|
|
9
9
|
}, yup$1.AnyObject, {
|
|
@@ -15,7 +15,7 @@ declare const customerInvoiceReadSchema: yup$1.ObjectSchema<{
|
|
|
15
15
|
type CustomerInvoiceRead = yup$1.InferType<typeof customerInvoiceReadSchema>;
|
|
16
16
|
declare const customerInvoicesListResponseSchema: yup$1.ObjectSchema<{
|
|
17
17
|
items: {
|
|
18
|
-
status: "
|
|
18
|
+
status: "draft" | "open" | "paid" | "uncollectible" | "void" | null;
|
|
19
19
|
created_at_millis: number;
|
|
20
20
|
amount_total: number;
|
|
21
21
|
hosted_invoice_url: string | null;
|
|
@@ -61,10 +61,6 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
61
61
|
message: string;
|
|
62
62
|
}[];
|
|
63
63
|
config: {
|
|
64
|
-
domains: {
|
|
65
|
-
domain: string;
|
|
66
|
-
handler_path: string;
|
|
67
|
-
}[];
|
|
68
64
|
oauth_providers: {
|
|
69
65
|
client_id?: string | undefined;
|
|
70
66
|
client_secret?: string | undefined;
|
|
@@ -87,6 +83,10 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
|
|
|
87
83
|
enabled_oauth_providers: {
|
|
88
84
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
89
85
|
}[];
|
|
86
|
+
domains: {
|
|
87
|
+
domain: string;
|
|
88
|
+
handler_path: string;
|
|
89
|
+
}[];
|
|
90
90
|
email_config: {
|
|
91
91
|
password?: string | undefined;
|
|
92
92
|
host?: string | undefined;
|
|
@@ -173,10 +173,6 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
|
|
|
173
173
|
message: string;
|
|
174
174
|
}[];
|
|
175
175
|
config: {
|
|
176
|
-
domains: {
|
|
177
|
-
domain: string;
|
|
178
|
-
handler_path: string;
|
|
179
|
-
}[];
|
|
180
176
|
allow_localhost: boolean;
|
|
181
177
|
sign_up_enabled: boolean;
|
|
182
178
|
credential_enabled: boolean;
|
|
@@ -189,6 +185,10 @@ declare const projectsCrudClientReadSchema: import("yup").ObjectSchema<{
|
|
|
189
185
|
enabled_oauth_providers: {
|
|
190
186
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
191
187
|
}[];
|
|
188
|
+
domains: {
|
|
189
|
+
domain: string;
|
|
190
|
+
handler_path: string;
|
|
191
|
+
}[];
|
|
192
192
|
};
|
|
193
193
|
}, import("yup").AnyObject, {
|
|
194
194
|
id: undefined;
|
|
@@ -228,10 +228,6 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
|
|
|
228
228
|
selected_payments_country: "US" | "OTHER";
|
|
229
229
|
} | null | undefined;
|
|
230
230
|
config: {
|
|
231
|
-
domains?: {
|
|
232
|
-
domain: string;
|
|
233
|
-
handler_path: string;
|
|
234
|
-
}[] | undefined;
|
|
235
231
|
oauth_providers?: {
|
|
236
232
|
client_id?: string | undefined;
|
|
237
233
|
client_secret?: string | undefined;
|
|
@@ -250,6 +246,10 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
|
|
|
250
246
|
client_user_deletion_enabled?: boolean | undefined;
|
|
251
247
|
allow_user_api_keys?: boolean | undefined;
|
|
252
248
|
allow_team_api_keys?: boolean | undefined;
|
|
249
|
+
domains?: {
|
|
250
|
+
domain: string;
|
|
251
|
+
handler_path: string;
|
|
252
|
+
}[] | undefined;
|
|
253
253
|
email_config?: {
|
|
254
254
|
password?: string | undefined;
|
|
255
255
|
host?: string | undefined;
|
|
@@ -308,10 +308,6 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
|
|
|
308
308
|
selected_payments_country: "US" | "OTHER";
|
|
309
309
|
} | null | undefined;
|
|
310
310
|
config: {
|
|
311
|
-
domains?: {
|
|
312
|
-
domain: string;
|
|
313
|
-
handler_path: string;
|
|
314
|
-
}[] | undefined;
|
|
315
311
|
oauth_providers?: {
|
|
316
312
|
client_id?: string | undefined;
|
|
317
313
|
client_secret?: string | undefined;
|
|
@@ -330,6 +326,10 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
|
|
|
330
326
|
client_user_deletion_enabled?: boolean | undefined;
|
|
331
327
|
allow_user_api_keys?: boolean | undefined;
|
|
332
328
|
allow_team_api_keys?: boolean | undefined;
|
|
329
|
+
domains?: {
|
|
330
|
+
domain: string;
|
|
331
|
+
handler_path: string;
|
|
332
|
+
}[] | undefined;
|
|
333
333
|
email_config?: {
|
|
334
334
|
password?: string | undefined;
|
|
335
335
|
host?: string | undefined;
|
|
@@ -389,10 +389,6 @@ declare const clientProjectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
389
389
|
message: string;
|
|
390
390
|
}[];
|
|
391
391
|
config: {
|
|
392
|
-
domains: {
|
|
393
|
-
domain: string;
|
|
394
|
-
handler_path: string;
|
|
395
|
-
}[];
|
|
396
392
|
allow_localhost: boolean;
|
|
397
393
|
sign_up_enabled: boolean;
|
|
398
394
|
credential_enabled: boolean;
|
|
@@ -405,6 +401,10 @@ declare const clientProjectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
405
401
|
enabled_oauth_providers: {
|
|
406
402
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
407
403
|
}[];
|
|
404
|
+
domains: {
|
|
405
|
+
domain: string;
|
|
406
|
+
handler_path: string;
|
|
407
|
+
}[];
|
|
408
408
|
};
|
|
409
409
|
}, import("yup").AnyObject, {
|
|
410
410
|
id: undefined;
|
|
@@ -464,10 +464,6 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
464
464
|
message: string;
|
|
465
465
|
}[];
|
|
466
466
|
config: {
|
|
467
|
-
domains: {
|
|
468
|
-
domain: string;
|
|
469
|
-
handler_path: string;
|
|
470
|
-
}[];
|
|
471
467
|
oauth_providers: {
|
|
472
468
|
client_id?: string | undefined;
|
|
473
469
|
client_secret?: string | undefined;
|
|
@@ -490,6 +486,10 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
490
486
|
enabled_oauth_providers: {
|
|
491
487
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
492
488
|
}[];
|
|
489
|
+
domains: {
|
|
490
|
+
domain: string;
|
|
491
|
+
handler_path: string;
|
|
492
|
+
}[];
|
|
493
493
|
email_config: {
|
|
494
494
|
password?: string | undefined;
|
|
495
495
|
host?: string | undefined;
|
|
@@ -583,10 +583,6 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
583
583
|
selected_payments_country: "US" | "OTHER";
|
|
584
584
|
} | null | undefined;
|
|
585
585
|
config: {
|
|
586
|
-
domains?: {
|
|
587
|
-
domain: string;
|
|
588
|
-
handler_path: string;
|
|
589
|
-
}[] | undefined;
|
|
590
586
|
oauth_providers?: {
|
|
591
587
|
client_id?: string | undefined;
|
|
592
588
|
client_secret?: string | undefined;
|
|
@@ -605,6 +601,10 @@ declare const projectsCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
605
601
|
client_user_deletion_enabled?: boolean | undefined;
|
|
606
602
|
allow_user_api_keys?: boolean | undefined;
|
|
607
603
|
allow_team_api_keys?: boolean | undefined;
|
|
604
|
+
domains?: {
|
|
605
|
+
domain: string;
|
|
606
|
+
handler_path: string;
|
|
607
|
+
}[] | undefined;
|
|
608
608
|
email_config?: {
|
|
609
609
|
password?: string | undefined;
|
|
610
610
|
host?: string | undefined;
|
|
@@ -697,10 +697,6 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
697
697
|
message: string;
|
|
698
698
|
}[];
|
|
699
699
|
config: {
|
|
700
|
-
domains: {
|
|
701
|
-
domain: string;
|
|
702
|
-
handler_path: string;
|
|
703
|
-
}[];
|
|
704
700
|
oauth_providers: {
|
|
705
701
|
client_id?: string | undefined;
|
|
706
702
|
client_secret?: string | undefined;
|
|
@@ -723,6 +719,10 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
723
719
|
enabled_oauth_providers: {
|
|
724
720
|
id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
|
|
725
721
|
}[];
|
|
722
|
+
domains: {
|
|
723
|
+
domain: string;
|
|
724
|
+
handler_path: string;
|
|
725
|
+
}[];
|
|
726
726
|
email_config: {
|
|
727
727
|
password?: string | undefined;
|
|
728
728
|
host?: string | undefined;
|
|
@@ -816,10 +816,6 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
816
816
|
selected_payments_country: "US" | "OTHER";
|
|
817
817
|
} | null | undefined;
|
|
818
818
|
config: {
|
|
819
|
-
domains?: {
|
|
820
|
-
domain: string;
|
|
821
|
-
handler_path: string;
|
|
822
|
-
}[] | undefined;
|
|
823
819
|
oauth_providers?: {
|
|
824
820
|
client_id?: string | undefined;
|
|
825
821
|
client_secret?: string | undefined;
|
|
@@ -838,6 +834,10 @@ declare const adminUserProjectsCrud: import("../../crud").CrudSchemaFromOptions<
|
|
|
838
834
|
client_user_deletion_enabled?: boolean | undefined;
|
|
839
835
|
allow_user_api_keys?: boolean | undefined;
|
|
840
836
|
allow_team_api_keys?: boolean | undefined;
|
|
837
|
+
domains?: {
|
|
838
|
+
domain: string;
|
|
839
|
+
handler_path: string;
|
|
840
|
+
}[] | undefined;
|
|
841
841
|
email_config?: {
|
|
842
842
|
password?: string | undefined;
|
|
843
843
|
host?: string | undefined;
|
|
@@ -32,27 +32,27 @@ declare const teamMemberProfilesCrudServerReadSchema: import("yup").ObjectSchema
|
|
|
32
32
|
is_anonymous: boolean;
|
|
33
33
|
is_restricted: boolean;
|
|
34
34
|
requires_totp_mfa: boolean;
|
|
35
|
-
country_code: string | null;
|
|
36
|
-
profile_image_url: string | null;
|
|
37
|
-
signed_up_at_millis: number;
|
|
38
|
-
last_active_at_millis: number;
|
|
39
35
|
primary_email_verified: boolean;
|
|
40
36
|
primary_email_auth_enabled: boolean;
|
|
37
|
+
profile_image_url: string | null;
|
|
41
38
|
selected_team: {
|
|
42
39
|
client_metadata?: {} | null | undefined;
|
|
43
40
|
client_read_only_metadata?: {} | null | undefined;
|
|
44
41
|
server_metadata?: {} | null | undefined;
|
|
45
42
|
display_name: string;
|
|
46
43
|
id: string;
|
|
47
|
-
created_at_millis: number;
|
|
48
44
|
profile_image_url: string | null;
|
|
45
|
+
created_at_millis: number;
|
|
49
46
|
} | null;
|
|
47
|
+
signed_up_at_millis: number;
|
|
50
48
|
has_password: boolean;
|
|
51
49
|
otp_auth_enabled: boolean;
|
|
52
50
|
passkey_auth_enabled: boolean;
|
|
51
|
+
last_active_at_millis: number;
|
|
53
52
|
restricted_by_admin: boolean;
|
|
54
53
|
restricted_by_admin_reason: string | null;
|
|
55
54
|
restricted_by_admin_private_details: string | null;
|
|
55
|
+
country_code: string | null;
|
|
56
56
|
risk_scores: {
|
|
57
57
|
sign_up: {
|
|
58
58
|
bot: number;
|
|
@@ -155,27 +155,27 @@ declare const teamMemberProfilesCrud: import("../../crud").CrudSchemaFromOptions
|
|
|
155
155
|
is_anonymous: boolean;
|
|
156
156
|
is_restricted: boolean;
|
|
157
157
|
requires_totp_mfa: boolean;
|
|
158
|
-
country_code: string | null;
|
|
159
|
-
profile_image_url: string | null;
|
|
160
|
-
signed_up_at_millis: number;
|
|
161
|
-
last_active_at_millis: number;
|
|
162
158
|
primary_email_verified: boolean;
|
|
163
159
|
primary_email_auth_enabled: boolean;
|
|
160
|
+
profile_image_url: string | null;
|
|
164
161
|
selected_team: {
|
|
165
162
|
client_metadata?: {} | null | undefined;
|
|
166
163
|
client_read_only_metadata?: {} | null | undefined;
|
|
167
164
|
server_metadata?: {} | null | undefined;
|
|
168
165
|
display_name: string;
|
|
169
166
|
id: string;
|
|
170
|
-
created_at_millis: number;
|
|
171
167
|
profile_image_url: string | null;
|
|
168
|
+
created_at_millis: number;
|
|
172
169
|
} | null;
|
|
170
|
+
signed_up_at_millis: number;
|
|
173
171
|
has_password: boolean;
|
|
174
172
|
otp_auth_enabled: boolean;
|
|
175
173
|
passkey_auth_enabled: boolean;
|
|
174
|
+
last_active_at_millis: number;
|
|
176
175
|
restricted_by_admin: boolean;
|
|
177
176
|
restricted_by_admin_reason: string | null;
|
|
178
177
|
restricted_by_admin_private_details: string | null;
|
|
178
|
+
country_code: string | null;
|
|
179
179
|
risk_scores: {
|
|
180
180
|
sign_up: {
|
|
181
181
|
bot: number;
|
|
@@ -82,8 +82,8 @@ declare const usersCrudServerReadSchema: yup$1.ObjectSchema<{
|
|
|
82
82
|
server_metadata?: {} | null | undefined;
|
|
83
83
|
display_name: string;
|
|
84
84
|
id: string;
|
|
85
|
-
created_at_millis: number;
|
|
86
85
|
profile_image_url: string | null;
|
|
86
|
+
created_at_millis: number;
|
|
87
87
|
} | null;
|
|
88
88
|
selected_team_id: string | null;
|
|
89
89
|
profile_image_url: string | null;
|
|
@@ -168,22 +168,22 @@ declare const usersCrudServerCreateSchema: yup$1.ObjectSchema<{
|
|
|
168
168
|
client_read_only_metadata: {} | null | undefined;
|
|
169
169
|
server_metadata: {} | null | undefined;
|
|
170
170
|
is_anonymous: boolean | undefined;
|
|
171
|
-
password: string | null | undefined;
|
|
172
|
-
country_code: string | null | undefined;
|
|
173
|
-
profile_image_url: string | null | undefined;
|
|
174
171
|
primary_email_verified: boolean | undefined;
|
|
175
172
|
primary_email_auth_enabled: boolean | undefined;
|
|
173
|
+
profile_image_url: string | null | undefined;
|
|
176
174
|
otp_auth_enabled: boolean | undefined;
|
|
177
175
|
passkey_auth_enabled: boolean | undefined;
|
|
178
176
|
restricted_by_admin: boolean | undefined;
|
|
179
177
|
restricted_by_admin_reason: string | null | undefined;
|
|
180
178
|
restricted_by_admin_private_details: string | null | undefined;
|
|
179
|
+
country_code: string | null | undefined;
|
|
181
180
|
risk_scores: {
|
|
182
181
|
sign_up: {
|
|
183
182
|
bot: number;
|
|
184
183
|
free_trial_abuse: number;
|
|
185
184
|
};
|
|
186
185
|
} | undefined;
|
|
186
|
+
password: string | null | undefined;
|
|
187
187
|
password_hash: string | undefined;
|
|
188
188
|
totp_secret_base64: string | null | undefined;
|
|
189
189
|
} & {
|
|
@@ -235,8 +235,8 @@ declare const usersCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
235
235
|
server_metadata?: {} | null | undefined;
|
|
236
236
|
display_name: string;
|
|
237
237
|
id: string;
|
|
238
|
-
created_at_millis: number;
|
|
239
238
|
profile_image_url: string | null;
|
|
239
|
+
created_at_millis: number;
|
|
240
240
|
} | null;
|
|
241
241
|
selected_team_id: string | null;
|
|
242
242
|
profile_image_url: string | null;
|
|
@@ -374,22 +374,22 @@ declare const usersCrud: import("../../crud").CrudSchemaFromOptions<{
|
|
|
374
374
|
client_read_only_metadata: {} | null | undefined;
|
|
375
375
|
server_metadata: {} | null | undefined;
|
|
376
376
|
is_anonymous: boolean | undefined;
|
|
377
|
-
password: string | null | undefined;
|
|
378
|
-
country_code: string | null | undefined;
|
|
379
|
-
profile_image_url: string | null | undefined;
|
|
380
377
|
primary_email_verified: boolean | undefined;
|
|
381
378
|
primary_email_auth_enabled: boolean | undefined;
|
|
379
|
+
profile_image_url: string | null | undefined;
|
|
382
380
|
otp_auth_enabled: boolean | undefined;
|
|
383
381
|
passkey_auth_enabled: boolean | undefined;
|
|
384
382
|
restricted_by_admin: boolean | undefined;
|
|
385
383
|
restricted_by_admin_reason: string | null | undefined;
|
|
386
384
|
restricted_by_admin_private_details: string | null | undefined;
|
|
385
|
+
country_code: string | null | undefined;
|
|
387
386
|
risk_scores: {
|
|
388
387
|
sign_up: {
|
|
389
388
|
bot: number;
|
|
390
389
|
free_trial_abuse: number;
|
|
391
390
|
};
|
|
392
391
|
} | undefined;
|
|
392
|
+
password: string | null | undefined;
|
|
393
393
|
password_hash: string | undefined;
|
|
394
394
|
totp_secret_base64: string | null | undefined;
|
|
395
395
|
} & {
|
|
@@ -469,8 +469,8 @@ declare const userCreatedWebhookEvent: WebhookEvent<yup$1.ObjectSchema<{
|
|
|
469
469
|
server_metadata?: {} | null | undefined;
|
|
470
470
|
display_name: string;
|
|
471
471
|
id: string;
|
|
472
|
-
created_at_millis: number;
|
|
473
472
|
profile_image_url: string | null;
|
|
473
|
+
created_at_millis: number;
|
|
474
474
|
} | null;
|
|
475
475
|
selected_team_id: string | null;
|
|
476
476
|
profile_image_url: string | null;
|
|
@@ -560,8 +560,8 @@ declare const userUpdatedWebhookEvent: WebhookEvent<yup$1.ObjectSchema<{
|
|
|
560
560
|
server_metadata?: {} | null | undefined;
|
|
561
561
|
display_name: string;
|
|
562
562
|
id: string;
|
|
563
|
-
created_at_millis: number;
|
|
564
563
|
profile_image_url: string | null;
|
|
564
|
+
created_at_millis: number;
|
|
565
565
|
} | null;
|
|
566
566
|
selected_team_id: string | null;
|
|
567
567
|
profile_image_url: string | null;
|