@hexclave/shared 1.0.0 → 1.0.2
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/llms/llms.d.ts +17 -0
- package/dist/ai/llms/llms.d.ts.map +1 -0
- package/dist/ai/llms/llms.js +36 -0
- package/dist/ai/llms/llms.js.map +1 -0
- package/dist/ai/unified-prompts/reminders.js +2 -2
- package/dist/ai/unified-prompts/reminders.js.map +1 -1
- 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 +3 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-index.d.ts +7 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-index.d.ts.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-index.js +6 -5
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-index.js.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.d.ts +172 -0
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.d.ts.map +1 -0
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.js +280 -0
- package/dist/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.js.map +1 -0
- package/dist/ai/unified-prompts/skill-site-prompt.d.ts +2 -1
- package/dist/ai/unified-prompts/skill-site-prompt.d.ts.map +1 -1
- package/dist/ai/unified-prompts/skill-site-prompt.js +36 -32
- package/dist/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/config/schema-fuzzer.test.js +1 -0
- package/dist/config/schema-fuzzer.test.js.map +1 -1
- package/dist/config/schema.d.ts +201 -197
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/config/schema.js +6 -0
- package/dist/config/schema.js.map +1 -1
- package/dist/config-authoring.d.ts +5 -1
- package/dist/config-authoring.d.ts.map +1 -1
- package/dist/config-authoring.js +5 -0
- package/dist/config-authoring.js.map +1 -1
- package/dist/config-rendering.d.ts +6 -6
- package/dist/config-rendering.d.ts.map +1 -1
- package/dist/config-rendering.js +25 -17
- package/dist/config-rendering.js.map +1 -1
- package/dist/esm/ai/llms/llms.d.ts +17 -0
- package/dist/esm/ai/llms/llms.d.ts.map +1 -0
- package/dist/esm/ai/llms/llms.js +30 -0
- package/dist/esm/ai/llms/llms.js.map +1 -0
- package/dist/esm/ai/unified-prompts/reminders.js +2 -2
- package/dist/esm/ai/unified-prompts/reminders.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 +3 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/ai-setup-prompt.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-index.d.ts +7 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-index.d.ts.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-index.js +4 -4
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-index.js.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.d.ts +173 -0
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.d.ts.map +1 -0
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.js +279 -0
- package/dist/esm/ai/unified-prompts/skill-site-prompt-parts/docs-json.generated.js.map +1 -0
- package/dist/esm/ai/unified-prompts/skill-site-prompt.d.ts +2 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt.d.ts.map +1 -1
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js +36 -33
- package/dist/esm/ai/unified-prompts/skill-site-prompt.js.map +1 -1
- package/dist/esm/config/schema-fuzzer.test.js +1 -0
- package/dist/esm/config/schema-fuzzer.test.js.map +1 -1
- package/dist/esm/config/schema.d.ts +201 -197
- package/dist/esm/config/schema.d.ts.map +1 -1
- package/dist/esm/config/schema.js +6 -0
- package/dist/esm/config/schema.js.map +1 -1
- package/dist/esm/config-authoring.d.ts +5 -1
- package/dist/esm/config-authoring.d.ts.map +1 -1
- package/dist/esm/config-authoring.js +5 -1
- package/dist/esm/config-authoring.js.map +1 -1
- package/dist/esm/config-rendering.d.ts +6 -6
- package/dist/esm/config-rendering.d.ts.map +1 -1
- package/dist/esm/config-rendering.js +25 -17
- package/dist/esm/config-rendering.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/admin-interface.js +1 -1
- package/dist/esm/interface/admin-metrics.d.ts +8 -8
- package/dist/esm/interface/client-interface.js +1 -1
- package/dist/esm/interface/conversations.d.ts +32 -32
- package/dist/esm/interface/crud/current-user.d.ts +8 -8
- package/dist/esm/interface/crud/email-outbox.d.ts +218 -218
- package/dist/esm/interface/crud/products.d.ts +20 -20
- package/dist/esm/interface/crud/products.d.ts.map +1 -1
- package/dist/esm/interface/crud/project-api-keys.d.ts +3 -3
- package/dist/esm/interface/crud/projects.d.ts +36 -36
- package/dist/esm/interface/crud/team-member-profiles.d.ts +16 -16
- package/dist/esm/interface/crud/transactions.d.ts +23 -23
- package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
- package/dist/esm/interface/crud/users.d.ts +14 -14
- package/dist/esm/interface/server-interface.js +1 -1
- package/dist/esm/interface/webhooks.d.ts +4 -4
- package/dist/esm/known-errors.d.ts +7 -7
- package/dist/esm/schema-fields.d.ts +7 -6
- package/dist/esm/schema-fields.d.ts.map +1 -1
- package/dist/esm/schema-fields.js +5 -1
- package/dist/esm/schema-fields.js.map +1 -1
- package/dist/esm/stack-config-file.js.map +1 -1
- package/dist/esm/utils/cloud-hosts.d.ts +42 -0
- package/dist/esm/utils/cloud-hosts.d.ts.map +1 -0
- package/dist/esm/utils/cloud-hosts.js +92 -0
- package/dist/esm/utils/cloud-hosts.js.map +1 -0
- package/dist/esm/utils/errors.d.ts +9 -2
- package/dist/esm/utils/errors.d.ts.map +1 -1
- package/dist/esm/utils/errors.js +16 -5
- package/dist/esm/utils/errors.js.map +1 -1
- package/dist/esm/utils/promises.js +1 -1
- 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/esm/utils/redirect-urls.d.ts.map +1 -1
- package/dist/esm/utils/redirect-urls.js +3 -3
- package/dist/esm/utils/redirect-urls.js.map +1 -1
- package/dist/esm/utils/urls.d.ts.map +1 -1
- package/dist/esm/utils/urls.js +2 -2
- package/dist/esm/utils/urls.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/{index-D9ysacya.d.ts → index-fQbeILq7.d.ts} +1 -1
- package/dist/{index-D9ysacya.d.ts.map → index-fQbeILq7.d.ts.map} +1 -1
- package/dist/interface/admin-interface.js +1 -1
- package/dist/interface/admin-metrics.d.ts +8 -8
- package/dist/interface/client-interface.d.ts +1 -1
- package/dist/interface/client-interface.js +1 -1
- package/dist/interface/conversations.d.ts +32 -32
- package/dist/interface/crud/current-user.d.ts +8 -8
- package/dist/interface/crud/email-outbox.d.ts +218 -218
- package/dist/interface/crud/products.d.ts +20 -20
- package/dist/interface/crud/products.d.ts.map +1 -1
- package/dist/interface/crud/project-api-keys.d.ts +3 -3
- package/dist/interface/crud/projects.d.ts +36 -36
- package/dist/interface/crud/team-member-profiles.d.ts +16 -16
- package/dist/interface/crud/transactions.d.ts +23 -23
- package/dist/interface/crud/transactions.d.ts.map +1 -1
- package/dist/interface/crud/users.d.ts +14 -14
- package/dist/interface/server-interface.js +1 -1
- package/dist/interface/webhooks.d.ts +4 -4
- package/dist/known-errors.d.ts +7 -7
- package/dist/schema-fields.d.ts +7 -6
- package/dist/schema-fields.d.ts.map +1 -1
- package/dist/schema-fields.js +5 -0
- package/dist/schema-fields.js.map +1 -1
- package/dist/stack-config-file.js.map +1 -1
- package/dist/utils/cloud-hosts.d.ts +42 -0
- package/dist/utils/cloud-hosts.d.ts.map +1 -0
- package/dist/utils/cloud-hosts.js +97 -0
- package/dist/utils/cloud-hosts.js.map +1 -0
- package/dist/utils/errors.d.ts +9 -2
- package/dist/utils/errors.d.ts.map +1 -1
- package/dist/utils/errors.js +16 -4
- package/dist/utils/errors.js.map +1 -1
- package/dist/utils/passkey.d.ts +1 -1
- package/dist/utils/promises.js +1 -1
- 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/dist/utils/redirect-urls.d.ts.map +1 -1
- package/dist/utils/redirect-urls.js +3 -3
- package/dist/utils/redirect-urls.js.map +1 -1
- package/dist/utils/urls.d.ts.map +1 -1
- package/dist/utils/urls.js +2 -2
- package/dist/utils/urls.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,20 +7,20 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
7
7
|
id: string;
|
|
8
8
|
status: "paused";
|
|
9
9
|
created_at_millis: number;
|
|
10
|
+
updated_at_millis: number;
|
|
11
|
+
tsx_source: string;
|
|
12
|
+
theme_id: string | null;
|
|
10
13
|
to: {
|
|
11
14
|
type: "user-primary-email";
|
|
12
15
|
user_id: string;
|
|
13
16
|
} | {
|
|
17
|
+
emails: string[];
|
|
14
18
|
type: "user-custom-emails";
|
|
15
19
|
user_id: string;
|
|
16
|
-
emails: string[];
|
|
17
20
|
} | {
|
|
18
|
-
type: "custom-emails";
|
|
19
21
|
emails: string[];
|
|
22
|
+
type: "custom-emails";
|
|
20
23
|
};
|
|
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,20 +45,20 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
45
45
|
id: string;
|
|
46
46
|
status: "preparing";
|
|
47
47
|
created_at_millis: number;
|
|
48
|
+
updated_at_millis: number;
|
|
49
|
+
tsx_source: string;
|
|
50
|
+
theme_id: string | null;
|
|
48
51
|
to: {
|
|
49
52
|
type: "user-primary-email";
|
|
50
53
|
user_id: string;
|
|
51
54
|
} | {
|
|
55
|
+
emails: string[];
|
|
52
56
|
type: "user-custom-emails";
|
|
53
57
|
user_id: string;
|
|
54
|
-
emails: string[];
|
|
55
58
|
} | {
|
|
56
|
-
type: "custom-emails";
|
|
57
59
|
emails: string[];
|
|
60
|
+
type: "custom-emails";
|
|
58
61
|
};
|
|
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,20 +83,20 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
83
83
|
id: string;
|
|
84
84
|
status: "rendering";
|
|
85
85
|
created_at_millis: number;
|
|
86
|
+
updated_at_millis: number;
|
|
87
|
+
tsx_source: string;
|
|
88
|
+
theme_id: string | null;
|
|
86
89
|
to: {
|
|
87
90
|
type: "user-primary-email";
|
|
88
91
|
user_id: string;
|
|
89
92
|
} | {
|
|
93
|
+
emails: string[];
|
|
90
94
|
type: "user-custom-emails";
|
|
91
95
|
user_id: string;
|
|
92
|
-
emails: string[];
|
|
93
96
|
} | {
|
|
94
|
-
type: "custom-emails";
|
|
95
97
|
emails: string[];
|
|
98
|
+
type: "custom-emails";
|
|
96
99
|
};
|
|
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,20 +122,20 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
122
122
|
id: string;
|
|
123
123
|
status: "render-error";
|
|
124
124
|
created_at_millis: number;
|
|
125
|
+
updated_at_millis: number;
|
|
126
|
+
tsx_source: string;
|
|
127
|
+
theme_id: string | null;
|
|
125
128
|
to: {
|
|
126
129
|
type: "user-primary-email";
|
|
127
130
|
user_id: string;
|
|
128
131
|
} | {
|
|
132
|
+
emails: string[];
|
|
129
133
|
type: "user-custom-emails";
|
|
130
134
|
user_id: string;
|
|
131
|
-
emails: string[];
|
|
132
135
|
} | {
|
|
133
|
-
type: "custom-emails";
|
|
134
136
|
emails: string[];
|
|
137
|
+
type: "custom-emails";
|
|
135
138
|
};
|
|
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;
|
|
@@ -160,24 +160,26 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
160
160
|
rendered_at_millis: number;
|
|
161
161
|
render_error: string;
|
|
162
162
|
} | {
|
|
163
|
+
html: string | null;
|
|
164
|
+
text: string | null;
|
|
163
165
|
id: string;
|
|
164
|
-
subject: string;
|
|
165
166
|
status: "scheduled";
|
|
167
|
+
subject: string;
|
|
166
168
|
created_at_millis: number;
|
|
169
|
+
updated_at_millis: number;
|
|
170
|
+
tsx_source: string;
|
|
171
|
+
theme_id: string | null;
|
|
167
172
|
to: {
|
|
168
173
|
type: "user-primary-email";
|
|
169
174
|
user_id: string;
|
|
170
175
|
} | {
|
|
176
|
+
emails: string[];
|
|
171
177
|
type: "user-custom-emails";
|
|
172
178
|
user_id: string;
|
|
173
|
-
emails: string[];
|
|
174
179
|
} | {
|
|
175
|
-
type: "custom-emails";
|
|
176
180
|
emails: string[];
|
|
181
|
+
type: "custom-emails";
|
|
177
182
|
};
|
|
178
|
-
updated_at_millis: number;
|
|
179
|
-
tsx_source: string;
|
|
180
|
-
theme_id: string | null;
|
|
181
183
|
variables: Record<string, {} | null>;
|
|
182
184
|
skip_deliverability_check: boolean;
|
|
183
185
|
scheduled_at_millis: number;
|
|
@@ -200,30 +202,30 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
200
202
|
has_delivered: boolean;
|
|
201
203
|
started_rendering_at_millis: number;
|
|
202
204
|
rendered_at_millis: number;
|
|
203
|
-
html: string | null;
|
|
204
|
-
text: string | null;
|
|
205
205
|
is_transactional: boolean;
|
|
206
206
|
is_high_priority: boolean;
|
|
207
207
|
notification_category_id: string | null;
|
|
208
208
|
} | {
|
|
209
|
+
html: string | null;
|
|
210
|
+
text: string | null;
|
|
209
211
|
id: string;
|
|
210
|
-
subject: string;
|
|
211
212
|
status: "queued";
|
|
213
|
+
subject: string;
|
|
212
214
|
created_at_millis: number;
|
|
215
|
+
updated_at_millis: number;
|
|
216
|
+
tsx_source: string;
|
|
217
|
+
theme_id: string | null;
|
|
213
218
|
to: {
|
|
214
219
|
type: "user-primary-email";
|
|
215
220
|
user_id: string;
|
|
216
221
|
} | {
|
|
222
|
+
emails: string[];
|
|
217
223
|
type: "user-custom-emails";
|
|
218
224
|
user_id: string;
|
|
219
|
-
emails: string[];
|
|
220
225
|
} | {
|
|
221
|
-
type: "custom-emails";
|
|
222
226
|
emails: string[];
|
|
227
|
+
type: "custom-emails";
|
|
223
228
|
};
|
|
224
|
-
updated_at_millis: number;
|
|
225
|
-
tsx_source: string;
|
|
226
|
-
theme_id: string | null;
|
|
227
229
|
variables: Record<string, {} | null>;
|
|
228
230
|
skip_deliverability_check: boolean;
|
|
229
231
|
scheduled_at_millis: number;
|
|
@@ -246,30 +248,30 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
246
248
|
has_delivered: boolean;
|
|
247
249
|
started_rendering_at_millis: number;
|
|
248
250
|
rendered_at_millis: number;
|
|
249
|
-
html: string | null;
|
|
250
|
-
text: string | null;
|
|
251
251
|
is_transactional: boolean;
|
|
252
252
|
is_high_priority: boolean;
|
|
253
253
|
notification_category_id: string | null;
|
|
254
254
|
} | {
|
|
255
|
+
html: string | null;
|
|
256
|
+
text: string | null;
|
|
255
257
|
id: string;
|
|
256
|
-
subject: string;
|
|
257
258
|
status: "sending";
|
|
259
|
+
subject: string;
|
|
258
260
|
created_at_millis: number;
|
|
261
|
+
updated_at_millis: number;
|
|
262
|
+
tsx_source: string;
|
|
263
|
+
theme_id: string | null;
|
|
259
264
|
to: {
|
|
260
265
|
type: "user-primary-email";
|
|
261
266
|
user_id: string;
|
|
262
267
|
} | {
|
|
268
|
+
emails: string[];
|
|
263
269
|
type: "user-custom-emails";
|
|
264
270
|
user_id: string;
|
|
265
|
-
emails: string[];
|
|
266
271
|
} | {
|
|
267
|
-
type: "custom-emails";
|
|
268
272
|
emails: string[];
|
|
273
|
+
type: "custom-emails";
|
|
269
274
|
};
|
|
270
|
-
updated_at_millis: number;
|
|
271
|
-
tsx_source: string;
|
|
272
|
-
theme_id: string | null;
|
|
273
275
|
variables: Record<string, {} | null>;
|
|
274
276
|
skip_deliverability_check: boolean;
|
|
275
277
|
scheduled_at_millis: number;
|
|
@@ -292,31 +294,31 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
292
294
|
has_delivered: boolean;
|
|
293
295
|
started_rendering_at_millis: number;
|
|
294
296
|
rendered_at_millis: number;
|
|
295
|
-
html: string | null;
|
|
296
|
-
text: string | null;
|
|
297
297
|
is_transactional: boolean;
|
|
298
298
|
is_high_priority: boolean;
|
|
299
299
|
notification_category_id: string | null;
|
|
300
300
|
started_sending_at_millis: number;
|
|
301
301
|
} | {
|
|
302
|
+
html: string | null;
|
|
303
|
+
text: string | null;
|
|
302
304
|
id: string;
|
|
303
|
-
subject: string;
|
|
304
305
|
status: "server-error";
|
|
306
|
+
subject: string;
|
|
305
307
|
created_at_millis: number;
|
|
308
|
+
updated_at_millis: number;
|
|
309
|
+
tsx_source: string;
|
|
310
|
+
theme_id: string | null;
|
|
306
311
|
to: {
|
|
307
312
|
type: "user-primary-email";
|
|
308
313
|
user_id: string;
|
|
309
314
|
} | {
|
|
315
|
+
emails: string[];
|
|
310
316
|
type: "user-custom-emails";
|
|
311
317
|
user_id: string;
|
|
312
|
-
emails: string[];
|
|
313
318
|
} | {
|
|
314
|
-
type: "custom-emails";
|
|
315
319
|
emails: string[];
|
|
320
|
+
type: "custom-emails";
|
|
316
321
|
};
|
|
317
|
-
updated_at_millis: number;
|
|
318
|
-
tsx_source: string;
|
|
319
|
-
theme_id: string | null;
|
|
320
322
|
variables: Record<string, {} | null>;
|
|
321
323
|
skip_deliverability_check: boolean;
|
|
322
324
|
scheduled_at_millis: number;
|
|
@@ -339,8 +341,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
339
341
|
has_delivered: boolean;
|
|
340
342
|
started_rendering_at_millis: number;
|
|
341
343
|
rendered_at_millis: number;
|
|
342
|
-
html: string | null;
|
|
343
|
-
text: string | null;
|
|
344
344
|
is_transactional: boolean;
|
|
345
345
|
is_high_priority: boolean;
|
|
346
346
|
notification_category_id: string | null;
|
|
@@ -348,11 +348,11 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
348
348
|
error_at_millis: number;
|
|
349
349
|
server_error: string;
|
|
350
350
|
} | {
|
|
351
|
+
html?: string | null | undefined;
|
|
352
|
+
text?: string | null | undefined;
|
|
351
353
|
subject?: string | undefined;
|
|
352
354
|
started_rendering_at_millis?: number | undefined;
|
|
353
355
|
rendered_at_millis?: number | undefined;
|
|
354
|
-
html?: string | null | undefined;
|
|
355
|
-
text?: string | null | undefined;
|
|
356
356
|
is_transactional?: boolean | undefined;
|
|
357
357
|
is_high_priority?: boolean | undefined;
|
|
358
358
|
notification_category_id?: string | null | undefined;
|
|
@@ -360,20 +360,20 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
360
360
|
id: string;
|
|
361
361
|
status: "skipped";
|
|
362
362
|
created_at_millis: number;
|
|
363
|
+
updated_at_millis: number;
|
|
364
|
+
tsx_source: string;
|
|
365
|
+
theme_id: string | null;
|
|
363
366
|
to: {
|
|
364
367
|
type: "user-primary-email";
|
|
365
368
|
user_id: string;
|
|
366
369
|
} | {
|
|
370
|
+
emails: string[];
|
|
367
371
|
type: "user-custom-emails";
|
|
368
372
|
user_id: string;
|
|
369
|
-
emails: string[];
|
|
370
373
|
} | {
|
|
371
|
-
type: "custom-emails";
|
|
372
374
|
emails: string[];
|
|
375
|
+
type: "custom-emails";
|
|
373
376
|
};
|
|
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;
|
|
@@ -398,24 +398,26 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
398
398
|
skipped_reason: string;
|
|
399
399
|
skipped_details: Record<string, {} | null>;
|
|
400
400
|
} | {
|
|
401
|
+
html: string | null;
|
|
402
|
+
text: string | null;
|
|
401
403
|
id: string;
|
|
402
|
-
subject: string;
|
|
403
404
|
status: "bounced";
|
|
405
|
+
subject: string;
|
|
404
406
|
created_at_millis: number;
|
|
407
|
+
updated_at_millis: number;
|
|
408
|
+
tsx_source: string;
|
|
409
|
+
theme_id: string | null;
|
|
405
410
|
to: {
|
|
406
411
|
type: "user-primary-email";
|
|
407
412
|
user_id: string;
|
|
408
413
|
} | {
|
|
414
|
+
emails: string[];
|
|
409
415
|
type: "user-custom-emails";
|
|
410
416
|
user_id: string;
|
|
411
|
-
emails: string[];
|
|
412
417
|
} | {
|
|
413
|
-
type: "custom-emails";
|
|
414
418
|
emails: string[];
|
|
419
|
+
type: "custom-emails";
|
|
415
420
|
};
|
|
416
|
-
updated_at_millis: number;
|
|
417
|
-
tsx_source: string;
|
|
418
|
-
theme_id: string | null;
|
|
419
421
|
variables: Record<string, {} | null>;
|
|
420
422
|
skip_deliverability_check: boolean;
|
|
421
423
|
scheduled_at_millis: number;
|
|
@@ -438,32 +440,32 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
438
440
|
has_delivered: boolean;
|
|
439
441
|
started_rendering_at_millis: number;
|
|
440
442
|
rendered_at_millis: number;
|
|
441
|
-
html: string | null;
|
|
442
|
-
text: string | null;
|
|
443
443
|
is_transactional: boolean;
|
|
444
444
|
is_high_priority: boolean;
|
|
445
445
|
notification_category_id: string | null;
|
|
446
446
|
started_sending_at_millis: number;
|
|
447
447
|
bounced_at_millis: number;
|
|
448
448
|
} | {
|
|
449
|
+
html: string | null;
|
|
450
|
+
text: string | null;
|
|
449
451
|
id: string;
|
|
450
|
-
subject: string;
|
|
451
452
|
status: "delivery-delayed";
|
|
453
|
+
subject: string;
|
|
452
454
|
created_at_millis: number;
|
|
455
|
+
updated_at_millis: number;
|
|
456
|
+
tsx_source: string;
|
|
457
|
+
theme_id: string | null;
|
|
453
458
|
to: {
|
|
454
459
|
type: "user-primary-email";
|
|
455
460
|
user_id: string;
|
|
456
461
|
} | {
|
|
462
|
+
emails: string[];
|
|
457
463
|
type: "user-custom-emails";
|
|
458
464
|
user_id: string;
|
|
459
|
-
emails: string[];
|
|
460
465
|
} | {
|
|
461
|
-
type: "custom-emails";
|
|
462
466
|
emails: string[];
|
|
467
|
+
type: "custom-emails";
|
|
463
468
|
};
|
|
464
|
-
updated_at_millis: number;
|
|
465
|
-
tsx_source: string;
|
|
466
|
-
theme_id: string | null;
|
|
467
469
|
variables: Record<string, {} | null>;
|
|
468
470
|
skip_deliverability_check: boolean;
|
|
469
471
|
scheduled_at_millis: number;
|
|
@@ -486,32 +488,32 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
486
488
|
has_delivered: boolean;
|
|
487
489
|
started_rendering_at_millis: number;
|
|
488
490
|
rendered_at_millis: number;
|
|
489
|
-
html: string | null;
|
|
490
|
-
text: string | null;
|
|
491
491
|
is_transactional: boolean;
|
|
492
492
|
is_high_priority: boolean;
|
|
493
493
|
notification_category_id: string | null;
|
|
494
494
|
started_sending_at_millis: number;
|
|
495
495
|
delivery_delayed_at_millis: number;
|
|
496
496
|
} | {
|
|
497
|
+
html: string | null;
|
|
498
|
+
text: string | null;
|
|
497
499
|
id: string;
|
|
498
|
-
subject: string;
|
|
499
500
|
status: "sent";
|
|
501
|
+
subject: string;
|
|
500
502
|
created_at_millis: number;
|
|
503
|
+
updated_at_millis: number;
|
|
504
|
+
tsx_source: string;
|
|
505
|
+
theme_id: string | null;
|
|
501
506
|
to: {
|
|
502
507
|
type: "user-primary-email";
|
|
503
508
|
user_id: string;
|
|
504
509
|
} | {
|
|
510
|
+
emails: string[];
|
|
505
511
|
type: "user-custom-emails";
|
|
506
512
|
user_id: string;
|
|
507
|
-
emails: string[];
|
|
508
513
|
} | {
|
|
509
|
-
type: "custom-emails";
|
|
510
514
|
emails: string[];
|
|
515
|
+
type: "custom-emails";
|
|
511
516
|
};
|
|
512
|
-
updated_at_millis: number;
|
|
513
|
-
tsx_source: string;
|
|
514
|
-
theme_id: string | null;
|
|
515
517
|
variables: Record<string, {} | null>;
|
|
516
518
|
skip_deliverability_check: boolean;
|
|
517
519
|
scheduled_at_millis: number;
|
|
@@ -534,8 +536,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
534
536
|
has_delivered: boolean;
|
|
535
537
|
started_rendering_at_millis: number;
|
|
536
538
|
rendered_at_millis: number;
|
|
537
|
-
html: string | null;
|
|
538
|
-
text: string | null;
|
|
539
539
|
is_transactional: boolean;
|
|
540
540
|
is_high_priority: boolean;
|
|
541
541
|
notification_category_id: string | null;
|
|
@@ -543,24 +543,26 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
543
543
|
delivered_at_millis: number;
|
|
544
544
|
can_have_delivery_info: boolean;
|
|
545
545
|
} | {
|
|
546
|
+
html: string | null;
|
|
547
|
+
text: string | null;
|
|
546
548
|
id: string;
|
|
547
|
-
subject: string;
|
|
548
549
|
status: "opened";
|
|
550
|
+
subject: string;
|
|
549
551
|
created_at_millis: number;
|
|
552
|
+
updated_at_millis: number;
|
|
553
|
+
tsx_source: string;
|
|
554
|
+
theme_id: string | null;
|
|
550
555
|
to: {
|
|
551
556
|
type: "user-primary-email";
|
|
552
557
|
user_id: string;
|
|
553
558
|
} | {
|
|
559
|
+
emails: string[];
|
|
554
560
|
type: "user-custom-emails";
|
|
555
561
|
user_id: string;
|
|
556
|
-
emails: string[];
|
|
557
562
|
} | {
|
|
558
|
-
type: "custom-emails";
|
|
559
563
|
emails: string[];
|
|
564
|
+
type: "custom-emails";
|
|
560
565
|
};
|
|
561
|
-
updated_at_millis: number;
|
|
562
|
-
tsx_source: string;
|
|
563
|
-
theme_id: string | null;
|
|
564
566
|
variables: Record<string, {} | null>;
|
|
565
567
|
skip_deliverability_check: boolean;
|
|
566
568
|
scheduled_at_millis: number;
|
|
@@ -583,8 +585,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
583
585
|
has_delivered: boolean;
|
|
584
586
|
started_rendering_at_millis: number;
|
|
585
587
|
rendered_at_millis: number;
|
|
586
|
-
html: string | null;
|
|
587
|
-
text: string | null;
|
|
588
588
|
is_transactional: boolean;
|
|
589
589
|
is_high_priority: boolean;
|
|
590
590
|
notification_category_id: string | null;
|
|
@@ -593,24 +593,26 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
593
593
|
can_have_delivery_info: boolean;
|
|
594
594
|
opened_at_millis: number;
|
|
595
595
|
} | {
|
|
596
|
+
html: string | null;
|
|
597
|
+
text: string | null;
|
|
596
598
|
id: string;
|
|
597
|
-
subject: string;
|
|
598
599
|
status: "clicked";
|
|
600
|
+
subject: string;
|
|
599
601
|
created_at_millis: number;
|
|
602
|
+
updated_at_millis: number;
|
|
603
|
+
tsx_source: string;
|
|
604
|
+
theme_id: string | null;
|
|
600
605
|
to: {
|
|
601
606
|
type: "user-primary-email";
|
|
602
607
|
user_id: string;
|
|
603
608
|
} | {
|
|
609
|
+
emails: string[];
|
|
604
610
|
type: "user-custom-emails";
|
|
605
611
|
user_id: string;
|
|
606
|
-
emails: string[];
|
|
607
612
|
} | {
|
|
608
|
-
type: "custom-emails";
|
|
609
613
|
emails: string[];
|
|
614
|
+
type: "custom-emails";
|
|
610
615
|
};
|
|
611
|
-
updated_at_millis: number;
|
|
612
|
-
tsx_source: string;
|
|
613
|
-
theme_id: string | null;
|
|
614
616
|
variables: Record<string, {} | null>;
|
|
615
617
|
skip_deliverability_check: boolean;
|
|
616
618
|
scheduled_at_millis: number;
|
|
@@ -633,8 +635,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
633
635
|
has_delivered: boolean;
|
|
634
636
|
started_rendering_at_millis: number;
|
|
635
637
|
rendered_at_millis: number;
|
|
636
|
-
html: string | null;
|
|
637
|
-
text: string | null;
|
|
638
638
|
is_transactional: boolean;
|
|
639
639
|
is_high_priority: boolean;
|
|
640
640
|
notification_category_id: string | null;
|
|
@@ -643,24 +643,26 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
643
643
|
can_have_delivery_info: boolean;
|
|
644
644
|
clicked_at_millis: number;
|
|
645
645
|
} | {
|
|
646
|
+
html: string | null;
|
|
647
|
+
text: string | null;
|
|
646
648
|
id: string;
|
|
647
|
-
subject: string;
|
|
648
649
|
status: "marked-as-spam";
|
|
650
|
+
subject: string;
|
|
649
651
|
created_at_millis: number;
|
|
652
|
+
updated_at_millis: number;
|
|
653
|
+
tsx_source: string;
|
|
654
|
+
theme_id: string | null;
|
|
650
655
|
to: {
|
|
651
656
|
type: "user-primary-email";
|
|
652
657
|
user_id: string;
|
|
653
658
|
} | {
|
|
659
|
+
emails: string[];
|
|
654
660
|
type: "user-custom-emails";
|
|
655
661
|
user_id: string;
|
|
656
|
-
emails: string[];
|
|
657
662
|
} | {
|
|
658
|
-
type: "custom-emails";
|
|
659
663
|
emails: string[];
|
|
664
|
+
type: "custom-emails";
|
|
660
665
|
};
|
|
661
|
-
updated_at_millis: number;
|
|
662
|
-
tsx_source: string;
|
|
663
|
-
theme_id: string | null;
|
|
664
666
|
variables: Record<string, {} | null>;
|
|
665
667
|
skip_deliverability_check: boolean;
|
|
666
668
|
scheduled_at_millis: number;
|
|
@@ -683,8 +685,6 @@ declare const emailOutboxReadSchema: yup$1.MixedSchema<{
|
|
|
683
685
|
has_delivered: boolean;
|
|
684
686
|
started_rendering_at_millis: number;
|
|
685
687
|
rendered_at_millis: number;
|
|
686
|
-
html: string | null;
|
|
687
|
-
text: string | null;
|
|
688
688
|
is_transactional: boolean;
|
|
689
689
|
is_high_priority: boolean;
|
|
690
690
|
notification_category_id: string | null;
|
|
@@ -700,12 +700,12 @@ declare const emailOutboxUpdateSchema: yup$1.ObjectSchema<{
|
|
|
700
700
|
type: "user-primary-email";
|
|
701
701
|
user_id: string;
|
|
702
702
|
} | {
|
|
703
|
+
emails: string[];
|
|
703
704
|
type: "user-custom-emails";
|
|
704
705
|
user_id: string;
|
|
705
|
-
emails: string[];
|
|
706
706
|
} | {
|
|
707
|
-
type: "custom-emails";
|
|
708
707
|
emails: string[];
|
|
708
|
+
type: "custom-emails";
|
|
709
709
|
} | undefined;
|
|
710
710
|
variables: Record<string, {} | null> | undefined;
|
|
711
711
|
skip_deliverability_check: boolean | undefined;
|
|
@@ -727,20 +727,20 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
727
727
|
id: string;
|
|
728
728
|
status: "paused";
|
|
729
729
|
created_at_millis: number;
|
|
730
|
+
updated_at_millis: number;
|
|
731
|
+
tsx_source: string;
|
|
732
|
+
theme_id: string | null;
|
|
730
733
|
to: {
|
|
731
734
|
type: "user-primary-email";
|
|
732
735
|
user_id: string;
|
|
733
736
|
} | {
|
|
737
|
+
emails: string[];
|
|
734
738
|
type: "user-custom-emails";
|
|
735
739
|
user_id: string;
|
|
736
|
-
emails: string[];
|
|
737
740
|
} | {
|
|
738
|
-
type: "custom-emails";
|
|
739
741
|
emails: string[];
|
|
742
|
+
type: "custom-emails";
|
|
740
743
|
};
|
|
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,20 +765,20 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
765
765
|
id: string;
|
|
766
766
|
status: "preparing";
|
|
767
767
|
created_at_millis: number;
|
|
768
|
+
updated_at_millis: number;
|
|
769
|
+
tsx_source: string;
|
|
770
|
+
theme_id: string | null;
|
|
768
771
|
to: {
|
|
769
772
|
type: "user-primary-email";
|
|
770
773
|
user_id: string;
|
|
771
774
|
} | {
|
|
775
|
+
emails: string[];
|
|
772
776
|
type: "user-custom-emails";
|
|
773
777
|
user_id: string;
|
|
774
|
-
emails: string[];
|
|
775
778
|
} | {
|
|
776
|
-
type: "custom-emails";
|
|
777
779
|
emails: string[];
|
|
780
|
+
type: "custom-emails";
|
|
778
781
|
};
|
|
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,20 +803,20 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
803
803
|
id: string;
|
|
804
804
|
status: "rendering";
|
|
805
805
|
created_at_millis: number;
|
|
806
|
+
updated_at_millis: number;
|
|
807
|
+
tsx_source: string;
|
|
808
|
+
theme_id: string | null;
|
|
806
809
|
to: {
|
|
807
810
|
type: "user-primary-email";
|
|
808
811
|
user_id: string;
|
|
809
812
|
} | {
|
|
813
|
+
emails: string[];
|
|
810
814
|
type: "user-custom-emails";
|
|
811
815
|
user_id: string;
|
|
812
|
-
emails: string[];
|
|
813
816
|
} | {
|
|
814
|
-
type: "custom-emails";
|
|
815
817
|
emails: string[];
|
|
818
|
+
type: "custom-emails";
|
|
816
819
|
};
|
|
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,20 +842,20 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
842
842
|
id: string;
|
|
843
843
|
status: "render-error";
|
|
844
844
|
created_at_millis: number;
|
|
845
|
+
updated_at_millis: number;
|
|
846
|
+
tsx_source: string;
|
|
847
|
+
theme_id: string | null;
|
|
845
848
|
to: {
|
|
846
849
|
type: "user-primary-email";
|
|
847
850
|
user_id: string;
|
|
848
851
|
} | {
|
|
852
|
+
emails: string[];
|
|
849
853
|
type: "user-custom-emails";
|
|
850
854
|
user_id: string;
|
|
851
|
-
emails: string[];
|
|
852
855
|
} | {
|
|
853
|
-
type: "custom-emails";
|
|
854
856
|
emails: string[];
|
|
857
|
+
type: "custom-emails";
|
|
855
858
|
};
|
|
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;
|
|
@@ -880,24 +880,26 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
880
880
|
rendered_at_millis: number;
|
|
881
881
|
render_error: string;
|
|
882
882
|
} | {
|
|
883
|
+
html: string | null;
|
|
884
|
+
text: string | null;
|
|
883
885
|
id: string;
|
|
884
|
-
subject: string;
|
|
885
886
|
status: "scheduled";
|
|
887
|
+
subject: string;
|
|
886
888
|
created_at_millis: number;
|
|
889
|
+
updated_at_millis: number;
|
|
890
|
+
tsx_source: string;
|
|
891
|
+
theme_id: string | null;
|
|
887
892
|
to: {
|
|
888
893
|
type: "user-primary-email";
|
|
889
894
|
user_id: string;
|
|
890
895
|
} | {
|
|
896
|
+
emails: string[];
|
|
891
897
|
type: "user-custom-emails";
|
|
892
898
|
user_id: string;
|
|
893
|
-
emails: string[];
|
|
894
899
|
} | {
|
|
895
|
-
type: "custom-emails";
|
|
896
900
|
emails: string[];
|
|
901
|
+
type: "custom-emails";
|
|
897
902
|
};
|
|
898
|
-
updated_at_millis: number;
|
|
899
|
-
tsx_source: string;
|
|
900
|
-
theme_id: string | null;
|
|
901
903
|
variables: Record<string, {} | null>;
|
|
902
904
|
skip_deliverability_check: boolean;
|
|
903
905
|
scheduled_at_millis: number;
|
|
@@ -920,30 +922,30 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
920
922
|
has_delivered: boolean;
|
|
921
923
|
started_rendering_at_millis: number;
|
|
922
924
|
rendered_at_millis: number;
|
|
923
|
-
html: string | null;
|
|
924
|
-
text: string | null;
|
|
925
925
|
is_transactional: boolean;
|
|
926
926
|
is_high_priority: boolean;
|
|
927
927
|
notification_category_id: string | null;
|
|
928
928
|
} | {
|
|
929
|
+
html: string | null;
|
|
930
|
+
text: string | null;
|
|
929
931
|
id: string;
|
|
930
|
-
subject: string;
|
|
931
932
|
status: "queued";
|
|
933
|
+
subject: string;
|
|
932
934
|
created_at_millis: number;
|
|
935
|
+
updated_at_millis: number;
|
|
936
|
+
tsx_source: string;
|
|
937
|
+
theme_id: string | null;
|
|
933
938
|
to: {
|
|
934
939
|
type: "user-primary-email";
|
|
935
940
|
user_id: string;
|
|
936
941
|
} | {
|
|
942
|
+
emails: string[];
|
|
937
943
|
type: "user-custom-emails";
|
|
938
944
|
user_id: string;
|
|
939
|
-
emails: string[];
|
|
940
945
|
} | {
|
|
941
|
-
type: "custom-emails";
|
|
942
946
|
emails: string[];
|
|
947
|
+
type: "custom-emails";
|
|
943
948
|
};
|
|
944
|
-
updated_at_millis: number;
|
|
945
|
-
tsx_source: string;
|
|
946
|
-
theme_id: string | null;
|
|
947
949
|
variables: Record<string, {} | null>;
|
|
948
950
|
skip_deliverability_check: boolean;
|
|
949
951
|
scheduled_at_millis: number;
|
|
@@ -966,30 +968,30 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
966
968
|
has_delivered: boolean;
|
|
967
969
|
started_rendering_at_millis: number;
|
|
968
970
|
rendered_at_millis: number;
|
|
969
|
-
html: string | null;
|
|
970
|
-
text: string | null;
|
|
971
971
|
is_transactional: boolean;
|
|
972
972
|
is_high_priority: boolean;
|
|
973
973
|
notification_category_id: string | null;
|
|
974
974
|
} | {
|
|
975
|
+
html: string | null;
|
|
976
|
+
text: string | null;
|
|
975
977
|
id: string;
|
|
976
|
-
subject: string;
|
|
977
978
|
status: "sending";
|
|
979
|
+
subject: string;
|
|
978
980
|
created_at_millis: number;
|
|
981
|
+
updated_at_millis: number;
|
|
982
|
+
tsx_source: string;
|
|
983
|
+
theme_id: string | null;
|
|
979
984
|
to: {
|
|
980
985
|
type: "user-primary-email";
|
|
981
986
|
user_id: string;
|
|
982
987
|
} | {
|
|
988
|
+
emails: string[];
|
|
983
989
|
type: "user-custom-emails";
|
|
984
990
|
user_id: string;
|
|
985
|
-
emails: string[];
|
|
986
991
|
} | {
|
|
987
|
-
type: "custom-emails";
|
|
988
992
|
emails: string[];
|
|
993
|
+
type: "custom-emails";
|
|
989
994
|
};
|
|
990
|
-
updated_at_millis: number;
|
|
991
|
-
tsx_source: string;
|
|
992
|
-
theme_id: string | null;
|
|
993
995
|
variables: Record<string, {} | null>;
|
|
994
996
|
skip_deliverability_check: boolean;
|
|
995
997
|
scheduled_at_millis: number;
|
|
@@ -1012,31 +1014,31 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1012
1014
|
has_delivered: boolean;
|
|
1013
1015
|
started_rendering_at_millis: number;
|
|
1014
1016
|
rendered_at_millis: number;
|
|
1015
|
-
html: string | null;
|
|
1016
|
-
text: string | null;
|
|
1017
1017
|
is_transactional: boolean;
|
|
1018
1018
|
is_high_priority: boolean;
|
|
1019
1019
|
notification_category_id: string | null;
|
|
1020
1020
|
started_sending_at_millis: number;
|
|
1021
1021
|
} | {
|
|
1022
|
+
html: string | null;
|
|
1023
|
+
text: string | null;
|
|
1022
1024
|
id: string;
|
|
1023
|
-
subject: string;
|
|
1024
1025
|
status: "server-error";
|
|
1026
|
+
subject: string;
|
|
1025
1027
|
created_at_millis: number;
|
|
1028
|
+
updated_at_millis: number;
|
|
1029
|
+
tsx_source: string;
|
|
1030
|
+
theme_id: string | null;
|
|
1026
1031
|
to: {
|
|
1027
1032
|
type: "user-primary-email";
|
|
1028
1033
|
user_id: string;
|
|
1029
1034
|
} | {
|
|
1035
|
+
emails: string[];
|
|
1030
1036
|
type: "user-custom-emails";
|
|
1031
1037
|
user_id: string;
|
|
1032
|
-
emails: string[];
|
|
1033
1038
|
} | {
|
|
1034
|
-
type: "custom-emails";
|
|
1035
1039
|
emails: string[];
|
|
1040
|
+
type: "custom-emails";
|
|
1036
1041
|
};
|
|
1037
|
-
updated_at_millis: number;
|
|
1038
|
-
tsx_source: string;
|
|
1039
|
-
theme_id: string | null;
|
|
1040
1042
|
variables: Record<string, {} | null>;
|
|
1041
1043
|
skip_deliverability_check: boolean;
|
|
1042
1044
|
scheduled_at_millis: number;
|
|
@@ -1059,8 +1061,6 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1059
1061
|
has_delivered: boolean;
|
|
1060
1062
|
started_rendering_at_millis: number;
|
|
1061
1063
|
rendered_at_millis: number;
|
|
1062
|
-
html: string | null;
|
|
1063
|
-
text: string | null;
|
|
1064
1064
|
is_transactional: boolean;
|
|
1065
1065
|
is_high_priority: boolean;
|
|
1066
1066
|
notification_category_id: string | null;
|
|
@@ -1068,11 +1068,11 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1068
1068
|
error_at_millis: number;
|
|
1069
1069
|
server_error: string;
|
|
1070
1070
|
} | {
|
|
1071
|
+
html?: string | null | undefined;
|
|
1072
|
+
text?: string | null | undefined;
|
|
1071
1073
|
subject?: string | undefined;
|
|
1072
1074
|
started_rendering_at_millis?: number | undefined;
|
|
1073
1075
|
rendered_at_millis?: number | undefined;
|
|
1074
|
-
html?: string | null | undefined;
|
|
1075
|
-
text?: string | null | undefined;
|
|
1076
1076
|
is_transactional?: boolean | undefined;
|
|
1077
1077
|
is_high_priority?: boolean | undefined;
|
|
1078
1078
|
notification_category_id?: string | null | undefined;
|
|
@@ -1080,20 +1080,20 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1080
1080
|
id: string;
|
|
1081
1081
|
status: "skipped";
|
|
1082
1082
|
created_at_millis: number;
|
|
1083
|
+
updated_at_millis: number;
|
|
1084
|
+
tsx_source: string;
|
|
1085
|
+
theme_id: string | null;
|
|
1083
1086
|
to: {
|
|
1084
1087
|
type: "user-primary-email";
|
|
1085
1088
|
user_id: string;
|
|
1086
1089
|
} | {
|
|
1090
|
+
emails: string[];
|
|
1087
1091
|
type: "user-custom-emails";
|
|
1088
1092
|
user_id: string;
|
|
1089
|
-
emails: string[];
|
|
1090
1093
|
} | {
|
|
1091
|
-
type: "custom-emails";
|
|
1092
1094
|
emails: string[];
|
|
1095
|
+
type: "custom-emails";
|
|
1093
1096
|
};
|
|
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;
|
|
@@ -1118,24 +1118,26 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1118
1118
|
skipped_reason: string;
|
|
1119
1119
|
skipped_details: Record<string, {} | null>;
|
|
1120
1120
|
} | {
|
|
1121
|
+
html: string | null;
|
|
1122
|
+
text: string | null;
|
|
1121
1123
|
id: string;
|
|
1122
|
-
subject: string;
|
|
1123
1124
|
status: "bounced";
|
|
1125
|
+
subject: string;
|
|
1124
1126
|
created_at_millis: number;
|
|
1127
|
+
updated_at_millis: number;
|
|
1128
|
+
tsx_source: string;
|
|
1129
|
+
theme_id: string | null;
|
|
1125
1130
|
to: {
|
|
1126
1131
|
type: "user-primary-email";
|
|
1127
1132
|
user_id: string;
|
|
1128
1133
|
} | {
|
|
1134
|
+
emails: string[];
|
|
1129
1135
|
type: "user-custom-emails";
|
|
1130
1136
|
user_id: string;
|
|
1131
|
-
emails: string[];
|
|
1132
1137
|
} | {
|
|
1133
|
-
type: "custom-emails";
|
|
1134
1138
|
emails: string[];
|
|
1139
|
+
type: "custom-emails";
|
|
1135
1140
|
};
|
|
1136
|
-
updated_at_millis: number;
|
|
1137
|
-
tsx_source: string;
|
|
1138
|
-
theme_id: string | null;
|
|
1139
1141
|
variables: Record<string, {} | null>;
|
|
1140
1142
|
skip_deliverability_check: boolean;
|
|
1141
1143
|
scheduled_at_millis: number;
|
|
@@ -1158,32 +1160,32 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1158
1160
|
has_delivered: boolean;
|
|
1159
1161
|
started_rendering_at_millis: number;
|
|
1160
1162
|
rendered_at_millis: number;
|
|
1161
|
-
html: string | null;
|
|
1162
|
-
text: string | null;
|
|
1163
1163
|
is_transactional: boolean;
|
|
1164
1164
|
is_high_priority: boolean;
|
|
1165
1165
|
notification_category_id: string | null;
|
|
1166
1166
|
started_sending_at_millis: number;
|
|
1167
1167
|
bounced_at_millis: number;
|
|
1168
1168
|
} | {
|
|
1169
|
+
html: string | null;
|
|
1170
|
+
text: string | null;
|
|
1169
1171
|
id: string;
|
|
1170
|
-
subject: string;
|
|
1171
1172
|
status: "delivery-delayed";
|
|
1173
|
+
subject: string;
|
|
1172
1174
|
created_at_millis: number;
|
|
1175
|
+
updated_at_millis: number;
|
|
1176
|
+
tsx_source: string;
|
|
1177
|
+
theme_id: string | null;
|
|
1173
1178
|
to: {
|
|
1174
1179
|
type: "user-primary-email";
|
|
1175
1180
|
user_id: string;
|
|
1176
1181
|
} | {
|
|
1182
|
+
emails: string[];
|
|
1177
1183
|
type: "user-custom-emails";
|
|
1178
1184
|
user_id: string;
|
|
1179
|
-
emails: string[];
|
|
1180
1185
|
} | {
|
|
1181
|
-
type: "custom-emails";
|
|
1182
1186
|
emails: string[];
|
|
1187
|
+
type: "custom-emails";
|
|
1183
1188
|
};
|
|
1184
|
-
updated_at_millis: number;
|
|
1185
|
-
tsx_source: string;
|
|
1186
|
-
theme_id: string | null;
|
|
1187
1189
|
variables: Record<string, {} | null>;
|
|
1188
1190
|
skip_deliverability_check: boolean;
|
|
1189
1191
|
scheduled_at_millis: number;
|
|
@@ -1206,32 +1208,32 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1206
1208
|
has_delivered: boolean;
|
|
1207
1209
|
started_rendering_at_millis: number;
|
|
1208
1210
|
rendered_at_millis: number;
|
|
1209
|
-
html: string | null;
|
|
1210
|
-
text: string | null;
|
|
1211
1211
|
is_transactional: boolean;
|
|
1212
1212
|
is_high_priority: boolean;
|
|
1213
1213
|
notification_category_id: string | null;
|
|
1214
1214
|
started_sending_at_millis: number;
|
|
1215
1215
|
delivery_delayed_at_millis: number;
|
|
1216
1216
|
} | {
|
|
1217
|
+
html: string | null;
|
|
1218
|
+
text: string | null;
|
|
1217
1219
|
id: string;
|
|
1218
|
-
subject: string;
|
|
1219
1220
|
status: "sent";
|
|
1221
|
+
subject: string;
|
|
1220
1222
|
created_at_millis: number;
|
|
1223
|
+
updated_at_millis: number;
|
|
1224
|
+
tsx_source: string;
|
|
1225
|
+
theme_id: string | null;
|
|
1221
1226
|
to: {
|
|
1222
1227
|
type: "user-primary-email";
|
|
1223
1228
|
user_id: string;
|
|
1224
1229
|
} | {
|
|
1230
|
+
emails: string[];
|
|
1225
1231
|
type: "user-custom-emails";
|
|
1226
1232
|
user_id: string;
|
|
1227
|
-
emails: string[];
|
|
1228
1233
|
} | {
|
|
1229
|
-
type: "custom-emails";
|
|
1230
1234
|
emails: string[];
|
|
1235
|
+
type: "custom-emails";
|
|
1231
1236
|
};
|
|
1232
|
-
updated_at_millis: number;
|
|
1233
|
-
tsx_source: string;
|
|
1234
|
-
theme_id: string | null;
|
|
1235
1237
|
variables: Record<string, {} | null>;
|
|
1236
1238
|
skip_deliverability_check: boolean;
|
|
1237
1239
|
scheduled_at_millis: number;
|
|
@@ -1254,8 +1256,6 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1254
1256
|
has_delivered: boolean;
|
|
1255
1257
|
started_rendering_at_millis: number;
|
|
1256
1258
|
rendered_at_millis: number;
|
|
1257
|
-
html: string | null;
|
|
1258
|
-
text: string | null;
|
|
1259
1259
|
is_transactional: boolean;
|
|
1260
1260
|
is_high_priority: boolean;
|
|
1261
1261
|
notification_category_id: string | null;
|
|
@@ -1263,24 +1263,26 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1263
1263
|
delivered_at_millis: number;
|
|
1264
1264
|
can_have_delivery_info: boolean;
|
|
1265
1265
|
} | {
|
|
1266
|
+
html: string | null;
|
|
1267
|
+
text: string | null;
|
|
1266
1268
|
id: string;
|
|
1267
|
-
subject: string;
|
|
1268
1269
|
status: "opened";
|
|
1270
|
+
subject: string;
|
|
1269
1271
|
created_at_millis: number;
|
|
1272
|
+
updated_at_millis: number;
|
|
1273
|
+
tsx_source: string;
|
|
1274
|
+
theme_id: string | null;
|
|
1270
1275
|
to: {
|
|
1271
1276
|
type: "user-primary-email";
|
|
1272
1277
|
user_id: string;
|
|
1273
1278
|
} | {
|
|
1279
|
+
emails: string[];
|
|
1274
1280
|
type: "user-custom-emails";
|
|
1275
1281
|
user_id: string;
|
|
1276
|
-
emails: string[];
|
|
1277
1282
|
} | {
|
|
1278
|
-
type: "custom-emails";
|
|
1279
1283
|
emails: string[];
|
|
1284
|
+
type: "custom-emails";
|
|
1280
1285
|
};
|
|
1281
|
-
updated_at_millis: number;
|
|
1282
|
-
tsx_source: string;
|
|
1283
|
-
theme_id: string | null;
|
|
1284
1286
|
variables: Record<string, {} | null>;
|
|
1285
1287
|
skip_deliverability_check: boolean;
|
|
1286
1288
|
scheduled_at_millis: number;
|
|
@@ -1303,8 +1305,6 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1303
1305
|
has_delivered: boolean;
|
|
1304
1306
|
started_rendering_at_millis: number;
|
|
1305
1307
|
rendered_at_millis: number;
|
|
1306
|
-
html: string | null;
|
|
1307
|
-
text: string | null;
|
|
1308
1308
|
is_transactional: boolean;
|
|
1309
1309
|
is_high_priority: boolean;
|
|
1310
1310
|
notification_category_id: string | null;
|
|
@@ -1313,24 +1313,26 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1313
1313
|
can_have_delivery_info: boolean;
|
|
1314
1314
|
opened_at_millis: number;
|
|
1315
1315
|
} | {
|
|
1316
|
+
html: string | null;
|
|
1317
|
+
text: string | null;
|
|
1316
1318
|
id: string;
|
|
1317
|
-
subject: string;
|
|
1318
1319
|
status: "clicked";
|
|
1320
|
+
subject: string;
|
|
1319
1321
|
created_at_millis: number;
|
|
1322
|
+
updated_at_millis: number;
|
|
1323
|
+
tsx_source: string;
|
|
1324
|
+
theme_id: string | null;
|
|
1320
1325
|
to: {
|
|
1321
1326
|
type: "user-primary-email";
|
|
1322
1327
|
user_id: string;
|
|
1323
1328
|
} | {
|
|
1329
|
+
emails: string[];
|
|
1324
1330
|
type: "user-custom-emails";
|
|
1325
1331
|
user_id: string;
|
|
1326
|
-
emails: string[];
|
|
1327
1332
|
} | {
|
|
1328
|
-
type: "custom-emails";
|
|
1329
1333
|
emails: string[];
|
|
1334
|
+
type: "custom-emails";
|
|
1330
1335
|
};
|
|
1331
|
-
updated_at_millis: number;
|
|
1332
|
-
tsx_source: string;
|
|
1333
|
-
theme_id: string | null;
|
|
1334
1336
|
variables: Record<string, {} | null>;
|
|
1335
1337
|
skip_deliverability_check: boolean;
|
|
1336
1338
|
scheduled_at_millis: number;
|
|
@@ -1353,8 +1355,6 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1353
1355
|
has_delivered: boolean;
|
|
1354
1356
|
started_rendering_at_millis: number;
|
|
1355
1357
|
rendered_at_millis: number;
|
|
1356
|
-
html: string | null;
|
|
1357
|
-
text: string | null;
|
|
1358
1358
|
is_transactional: boolean;
|
|
1359
1359
|
is_high_priority: boolean;
|
|
1360
1360
|
notification_category_id: string | null;
|
|
@@ -1363,24 +1363,26 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1363
1363
|
can_have_delivery_info: boolean;
|
|
1364
1364
|
clicked_at_millis: number;
|
|
1365
1365
|
} | {
|
|
1366
|
+
html: string | null;
|
|
1367
|
+
text: string | null;
|
|
1366
1368
|
id: string;
|
|
1367
|
-
subject: string;
|
|
1368
1369
|
status: "marked-as-spam";
|
|
1370
|
+
subject: string;
|
|
1369
1371
|
created_at_millis: number;
|
|
1372
|
+
updated_at_millis: number;
|
|
1373
|
+
tsx_source: string;
|
|
1374
|
+
theme_id: string | null;
|
|
1370
1375
|
to: {
|
|
1371
1376
|
type: "user-primary-email";
|
|
1372
1377
|
user_id: string;
|
|
1373
1378
|
} | {
|
|
1379
|
+
emails: string[];
|
|
1374
1380
|
type: "user-custom-emails";
|
|
1375
1381
|
user_id: string;
|
|
1376
|
-
emails: string[];
|
|
1377
1382
|
} | {
|
|
1378
|
-
type: "custom-emails";
|
|
1379
1383
|
emails: string[];
|
|
1384
|
+
type: "custom-emails";
|
|
1380
1385
|
};
|
|
1381
|
-
updated_at_millis: number;
|
|
1382
|
-
tsx_source: string;
|
|
1383
|
-
theme_id: string | null;
|
|
1384
1386
|
variables: Record<string, {} | null>;
|
|
1385
1387
|
skip_deliverability_check: boolean;
|
|
1386
1388
|
scheduled_at_millis: number;
|
|
@@ -1403,8 +1405,6 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1403
1405
|
has_delivered: boolean;
|
|
1404
1406
|
started_rendering_at_millis: number;
|
|
1405
1407
|
rendered_at_millis: number;
|
|
1406
|
-
html: string | null;
|
|
1407
|
-
text: string | null;
|
|
1408
1408
|
is_transactional: boolean;
|
|
1409
1409
|
is_high_priority: boolean;
|
|
1410
1410
|
notification_category_id: string | null;
|
|
@@ -1420,12 +1420,12 @@ declare const emailOutboxCrud: ______crud0.CrudSchemaFromOptions<{
|
|
|
1420
1420
|
type: "user-primary-email";
|
|
1421
1421
|
user_id: string;
|
|
1422
1422
|
} | {
|
|
1423
|
+
emails: string[];
|
|
1423
1424
|
type: "user-custom-emails";
|
|
1424
1425
|
user_id: string;
|
|
1425
|
-
emails: string[];
|
|
1426
1426
|
} | {
|
|
1427
|
-
type: "custom-emails";
|
|
1428
1427
|
emails: string[];
|
|
1428
|
+
type: "custom-emails";
|
|
1429
1429
|
} | undefined;
|
|
1430
1430
|
variables: Record<string, {} | null> | undefined;
|
|
1431
1431
|
skip_deliverability_check: boolean | undefined;
|