@marcoappio/marco-config 2.0.100 → 2.0.102

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.
Files changed (57) hide show
  1. package/.eslintrc.json +1 -1
  2. package/dist/MarcoClients.d.ts +100 -0
  3. package/dist/MarcoClients.d.ts.map +1 -0
  4. package/dist/MarcoClients.js +1 -0
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +1 -2
  8. package/dist/sdk/endpoints/index.d.ts +0 -555
  9. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  10. package/dist/sdk/endpoints/private/index.d.ts +0 -555
  11. package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
  12. package/dist/sdk/endpoints/private/index.js +0 -2
  13. package/dist/sdk/index.d.ts +0 -555
  14. package/dist/sdk/index.d.ts.map +1 -1
  15. package/package.json +2 -2
  16. package/dist/ClientDB.d.ts +0 -275
  17. package/dist/ClientDB.d.ts.map +0 -1
  18. package/dist/ClientDB.js +0 -177
  19. package/dist/sdk/endpoints/private/clientDB/index.d.ts +0 -556
  20. package/dist/sdk/endpoints/private/clientDB/index.d.ts.map +0 -1
  21. package/dist/sdk/endpoints/private/clientDB/index.js +0 -6
  22. package/dist/sdk/endpoints/private/clientDB/schemas/changes.d.ts +0 -264
  23. package/dist/sdk/endpoints/private/clientDB/schemas/changes.d.ts.map +0 -1
  24. package/dist/sdk/endpoints/private/clientDB/schemas/changes.js +0 -17
  25. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccount.d.ts +0 -8
  26. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccount.d.ts.map +0 -1
  27. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccount.js +0 -7
  28. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccountIMAPPasswordConfig.d.ts +0 -11
  29. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccountIMAPPasswordConfig.d.ts.map +0 -1
  30. package/dist/sdk/endpoints/private/clientDB/schemas/emailAccountIMAPPasswordConfig.js +0 -10
  31. package/dist/sdk/endpoints/private/clientDB/schemas/emailContact.d.ts +0 -10
  32. package/dist/sdk/endpoints/private/clientDB/schemas/emailContact.d.ts.map +0 -1
  33. package/dist/sdk/endpoints/private/clientDB/schemas/emailContact.js +0 -9
  34. package/dist/sdk/endpoints/private/clientDB/schemas/emailLabel.d.ts +0 -10
  35. package/dist/sdk/endpoints/private/clientDB/schemas/emailLabel.d.ts.map +0 -1
  36. package/dist/sdk/endpoints/private/clientDB/schemas/emailLabel.js +0 -9
  37. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessage.d.ts +0 -13
  38. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessage.d.ts.map +0 -1
  39. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessage.js +0 -12
  40. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageContact.d.ts +0 -11
  41. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageContact.d.ts.map +0 -1
  42. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageContact.js +0 -10
  43. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageLabel.d.ts +0 -9
  44. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageLabel.d.ts.map +0 -1
  45. package/dist/sdk/endpoints/private/clientDB/schemas/emailMessageLabel.js +0 -8
  46. package/dist/sdk/endpoints/private/clientDB/schemas/emailThread.d.ts +0 -8
  47. package/dist/sdk/endpoints/private/clientDB/schemas/emailThread.d.ts.map +0 -1
  48. package/dist/sdk/endpoints/private/clientDB/schemas/emailThread.js +0 -7
  49. package/dist/sdk/endpoints/private/clientDB/schemas/index.d.ts +0 -11
  50. package/dist/sdk/endpoints/private/clientDB/schemas/index.d.ts.map +0 -1
  51. package/dist/sdk/endpoints/private/clientDB/schemas/index.js +0 -10
  52. package/dist/sdk/endpoints/private/clientDB/syncPull.d.ts +0 -282
  53. package/dist/sdk/endpoints/private/clientDB/syncPull.d.ts.map +0 -1
  54. package/dist/sdk/endpoints/private/clientDB/syncPull.js +0 -27
  55. package/dist/sdk/endpoints/private/clientDB/syncPush.d.ts +0 -275
  56. package/dist/sdk/endpoints/private/clientDB/syncPush.d.ts.map +0 -1
  57. package/dist/sdk/endpoints/private/clientDB/syncPush.js +0 -18
@@ -2,561 +2,6 @@ import { GenericSchema } from 'valibot';
2
2
  import { EndpointConfig } from '../../types';
3
3
  export declare const endpoints: {
4
4
  private: {
5
- clientDB: {
6
- syncPull: EndpointConfig<"/v1/pv/client-db", GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").ObjectSchema<{
7
- readonly page: import("valibot").StringSchema<undefined>;
8
- readonly schemaVersion: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
9
- readonly timestampMax: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
10
- readonly timestampMin: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
11
- }, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
12
- readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
13
- readonly status: import("valibot").LiteralSchema<401, undefined>;
14
- }, undefined>, import("valibot").ObjectSchema<{
15
- readonly code: import("valibot").LiteralSchema<"::VALIDATION_FAILED", undefined>;
16
- readonly status: import("valibot").LiteralSchema<400, undefined>;
17
- }, undefined>, import("valibot").ObjectSchema<{
18
- readonly data: import("valibot").ObjectSchema<{
19
- readonly changes: import("valibot").ObjectSchema<{
20
- readonly email_account: import("valibot").ObjectSchema<{
21
- readonly created: import("valibot").ArraySchema<GenericSchema<{
22
- created_at: number;
23
- email_address: string;
24
- id: string;
25
- updated_at: number;
26
- }, {
27
- created_at: number;
28
- email_address: string;
29
- id: string;
30
- updated_at: number;
31
- }, import("valibot").BaseIssue<unknown>>, undefined>;
32
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
33
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
34
- created_at: number;
35
- email_address: string;
36
- id: string;
37
- updated_at: number;
38
- }, {
39
- created_at: number;
40
- email_address: string;
41
- id: string;
42
- updated_at: number;
43
- }, import("valibot").BaseIssue<unknown>>, undefined>;
44
- }, undefined>;
45
- readonly email_account_imap_password_config: import("valibot").ObjectSchema<{
46
- readonly created: import("valibot").ArraySchema<GenericSchema<{
47
- created_at: number;
48
- id: string;
49
- updated_at: number;
50
- host: string;
51
- port: number;
52
- email_account_id: string;
53
- password: string;
54
- }, {
55
- created_at: number;
56
- id: string;
57
- updated_at: number;
58
- host: string;
59
- port: number;
60
- email_account_id: string;
61
- password: string;
62
- }, import("valibot").BaseIssue<unknown>>, undefined>;
63
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
64
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
65
- created_at: number;
66
- id: string;
67
- updated_at: number;
68
- host: string;
69
- port: number;
70
- email_account_id: string;
71
- password: string;
72
- }, {
73
- created_at: number;
74
- id: string;
75
- updated_at: number;
76
- host: string;
77
- port: number;
78
- email_account_id: string;
79
- password: string;
80
- }, import("valibot").BaseIssue<unknown>>, undefined>;
81
- }, undefined>;
82
- readonly email_contact: import("valibot").ObjectSchema<{
83
- readonly created: import("valibot").ArraySchema<GenericSchema<{
84
- created_at: number;
85
- email_address: string;
86
- id: string;
87
- updated_at: number;
88
- name: string | null;
89
- email_account_id: string;
90
- }, {
91
- created_at: number;
92
- email_address: string;
93
- id: string;
94
- updated_at: number;
95
- name: string | null;
96
- email_account_id: string;
97
- }, import("valibot").BaseIssue<unknown>>, undefined>;
98
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
99
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
100
- created_at: number;
101
- email_address: string;
102
- id: string;
103
- updated_at: number;
104
- name: string | null;
105
- email_account_id: string;
106
- }, {
107
- created_at: number;
108
- email_address: string;
109
- id: string;
110
- updated_at: number;
111
- name: string | null;
112
- email_account_id: string;
113
- }, import("valibot").BaseIssue<unknown>>, undefined>;
114
- }, undefined>;
115
- readonly email_label: import("valibot").ObjectSchema<{
116
- readonly created: import("valibot").ArraySchema<GenericSchema<{
117
- created_at: number;
118
- id: string;
119
- updated_at: number;
120
- name: string;
121
- email_account_id: string;
122
- path: string;
123
- }, {
124
- created_at: number;
125
- id: string;
126
- updated_at: number;
127
- name: string;
128
- email_account_id: string;
129
- path: string;
130
- }, import("valibot").BaseIssue<unknown>>, undefined>;
131
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
132
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
133
- created_at: number;
134
- id: string;
135
- updated_at: number;
136
- name: string;
137
- email_account_id: string;
138
- path: string;
139
- }, {
140
- created_at: number;
141
- id: string;
142
- updated_at: number;
143
- name: string;
144
- email_account_id: string;
145
- path: string;
146
- }, import("valibot").BaseIssue<unknown>>, undefined>;
147
- }, undefined>;
148
- readonly email_message: import("valibot").ObjectSchema<{
149
- readonly created: import("valibot").ArraySchema<GenericSchema<{
150
- created_at: number;
151
- id: string;
152
- updated_at: number;
153
- envelope_date: string;
154
- envelope_subject: string;
155
- preview_text: string;
156
- email_thread_id: string;
157
- is_flagged: boolean;
158
- is_seen: boolean;
159
- }, {
160
- created_at: number;
161
- id: string;
162
- updated_at: number;
163
- envelope_date: string;
164
- envelope_subject: string;
165
- preview_text: string;
166
- email_thread_id: string;
167
- is_flagged: boolean;
168
- is_seen: boolean;
169
- }, import("valibot").BaseIssue<unknown>>, undefined>;
170
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
171
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
172
- created_at: number;
173
- id: string;
174
- updated_at: number;
175
- envelope_date: string;
176
- envelope_subject: string;
177
- preview_text: string;
178
- email_thread_id: string;
179
- is_flagged: boolean;
180
- is_seen: boolean;
181
- }, {
182
- created_at: number;
183
- id: string;
184
- updated_at: number;
185
- envelope_date: string;
186
- envelope_subject: string;
187
- preview_text: string;
188
- email_thread_id: string;
189
- is_flagged: boolean;
190
- is_seen: boolean;
191
- }, import("valibot").BaseIssue<unknown>>, undefined>;
192
- }, undefined>;
193
- readonly email_message_contact: import("valibot").ObjectSchema<{
194
- readonly created: import("valibot").ArraySchema<GenericSchema<{
195
- created_at: number;
196
- id: string;
197
- updated_at: number;
198
- email_message_id: string;
199
- email_contact_id: string;
200
- email_contact_type: import("../../types").EmailContactType;
201
- }, {
202
- created_at: number;
203
- id: string;
204
- updated_at: number;
205
- email_message_id: string;
206
- email_contact_id: string;
207
- email_contact_type: import("../../types").EmailContactType;
208
- }, import("valibot").BaseIssue<unknown>>, undefined>;
209
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
210
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
211
- created_at: number;
212
- id: string;
213
- updated_at: number;
214
- email_message_id: string;
215
- email_contact_id: string;
216
- email_contact_type: import("../../types").EmailContactType;
217
- }, {
218
- created_at: number;
219
- id: string;
220
- updated_at: number;
221
- email_message_id: string;
222
- email_contact_id: string;
223
- email_contact_type: import("../../types").EmailContactType;
224
- }, import("valibot").BaseIssue<unknown>>, undefined>;
225
- }, undefined>;
226
- readonly email_message_label: import("valibot").ObjectSchema<{
227
- readonly created: import("valibot").ArraySchema<GenericSchema<{
228
- created_at: number;
229
- id: string;
230
- updated_at: number;
231
- email_message_id: string;
232
- email_label_id: string;
233
- }, {
234
- created_at: number;
235
- id: string;
236
- updated_at: number;
237
- email_message_id: string;
238
- email_label_id: string;
239
- }, import("valibot").BaseIssue<unknown>>, undefined>;
240
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
241
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
242
- created_at: number;
243
- id: string;
244
- updated_at: number;
245
- email_message_id: string;
246
- email_label_id: string;
247
- }, {
248
- created_at: number;
249
- id: string;
250
- updated_at: number;
251
- email_message_id: string;
252
- email_label_id: string;
253
- }, import("valibot").BaseIssue<unknown>>, undefined>;
254
- }, undefined>;
255
- readonly email_thread: import("valibot").ObjectSchema<{
256
- readonly created: import("valibot").ArraySchema<GenericSchema<{
257
- created_at: number;
258
- id: string;
259
- updated_at: number;
260
- email_account_id: string;
261
- }, {
262
- created_at: number;
263
- id: string;
264
- updated_at: number;
265
- email_account_id: string;
266
- }, import("valibot").BaseIssue<unknown>>, undefined>;
267
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
268
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
269
- created_at: number;
270
- id: string;
271
- updated_at: number;
272
- email_account_id: string;
273
- }, {
274
- created_at: number;
275
- id: string;
276
- updated_at: number;
277
- email_account_id: string;
278
- }, import("valibot").BaseIssue<unknown>>, undefined>;
279
- }, undefined>;
280
- }, undefined>;
281
- readonly hasMore: import("valibot").BooleanSchema<undefined>;
282
- readonly timestamp: import("valibot").NumberSchema<undefined>;
283
- }, undefined>;
284
- readonly status: import("valibot").LiteralSchema<200, undefined>;
285
- }, undefined>], undefined>>;
286
- syncPush: EndpointConfig<"/v1/pv/client-db", import("valibot").ObjectSchema<{
287
- readonly changes: import("valibot").ObjectSchema<{
288
- readonly email_account: import("valibot").ObjectSchema<{
289
- readonly created: import("valibot").ArraySchema<GenericSchema<{
290
- created_at: number;
291
- email_address: string;
292
- id: string;
293
- updated_at: number;
294
- }, {
295
- created_at: number;
296
- email_address: string;
297
- id: string;
298
- updated_at: number;
299
- }, import("valibot").BaseIssue<unknown>>, undefined>;
300
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
301
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
302
- created_at: number;
303
- email_address: string;
304
- id: string;
305
- updated_at: number;
306
- }, {
307
- created_at: number;
308
- email_address: string;
309
- id: string;
310
- updated_at: number;
311
- }, import("valibot").BaseIssue<unknown>>, undefined>;
312
- }, undefined>;
313
- readonly email_account_imap_password_config: import("valibot").ObjectSchema<{
314
- readonly created: import("valibot").ArraySchema<GenericSchema<{
315
- created_at: number;
316
- id: string;
317
- updated_at: number;
318
- host: string;
319
- port: number;
320
- email_account_id: string;
321
- password: string;
322
- }, {
323
- created_at: number;
324
- id: string;
325
- updated_at: number;
326
- host: string;
327
- port: number;
328
- email_account_id: string;
329
- password: string;
330
- }, import("valibot").BaseIssue<unknown>>, undefined>;
331
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
332
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
333
- created_at: number;
334
- id: string;
335
- updated_at: number;
336
- host: string;
337
- port: number;
338
- email_account_id: string;
339
- password: string;
340
- }, {
341
- created_at: number;
342
- id: string;
343
- updated_at: number;
344
- host: string;
345
- port: number;
346
- email_account_id: string;
347
- password: string;
348
- }, import("valibot").BaseIssue<unknown>>, undefined>;
349
- }, undefined>;
350
- readonly email_contact: import("valibot").ObjectSchema<{
351
- readonly created: import("valibot").ArraySchema<GenericSchema<{
352
- created_at: number;
353
- email_address: string;
354
- id: string;
355
- updated_at: number;
356
- name: string | null;
357
- email_account_id: string;
358
- }, {
359
- created_at: number;
360
- email_address: string;
361
- id: string;
362
- updated_at: number;
363
- name: string | null;
364
- email_account_id: string;
365
- }, import("valibot").BaseIssue<unknown>>, undefined>;
366
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
367
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
368
- created_at: number;
369
- email_address: string;
370
- id: string;
371
- updated_at: number;
372
- name: string | null;
373
- email_account_id: string;
374
- }, {
375
- created_at: number;
376
- email_address: string;
377
- id: string;
378
- updated_at: number;
379
- name: string | null;
380
- email_account_id: string;
381
- }, import("valibot").BaseIssue<unknown>>, undefined>;
382
- }, undefined>;
383
- readonly email_label: import("valibot").ObjectSchema<{
384
- readonly created: import("valibot").ArraySchema<GenericSchema<{
385
- created_at: number;
386
- id: string;
387
- updated_at: number;
388
- name: string;
389
- email_account_id: string;
390
- path: string;
391
- }, {
392
- created_at: number;
393
- id: string;
394
- updated_at: number;
395
- name: string;
396
- email_account_id: string;
397
- path: string;
398
- }, import("valibot").BaseIssue<unknown>>, undefined>;
399
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
400
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
401
- created_at: number;
402
- id: string;
403
- updated_at: number;
404
- name: string;
405
- email_account_id: string;
406
- path: string;
407
- }, {
408
- created_at: number;
409
- id: string;
410
- updated_at: number;
411
- name: string;
412
- email_account_id: string;
413
- path: string;
414
- }, import("valibot").BaseIssue<unknown>>, undefined>;
415
- }, undefined>;
416
- readonly email_message: import("valibot").ObjectSchema<{
417
- readonly created: import("valibot").ArraySchema<GenericSchema<{
418
- created_at: number;
419
- id: string;
420
- updated_at: number;
421
- envelope_date: string;
422
- envelope_subject: string;
423
- preview_text: string;
424
- email_thread_id: string;
425
- is_flagged: boolean;
426
- is_seen: boolean;
427
- }, {
428
- created_at: number;
429
- id: string;
430
- updated_at: number;
431
- envelope_date: string;
432
- envelope_subject: string;
433
- preview_text: string;
434
- email_thread_id: string;
435
- is_flagged: boolean;
436
- is_seen: boolean;
437
- }, import("valibot").BaseIssue<unknown>>, undefined>;
438
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
439
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
440
- created_at: number;
441
- id: string;
442
- updated_at: number;
443
- envelope_date: string;
444
- envelope_subject: string;
445
- preview_text: string;
446
- email_thread_id: string;
447
- is_flagged: boolean;
448
- is_seen: boolean;
449
- }, {
450
- created_at: number;
451
- id: string;
452
- updated_at: number;
453
- envelope_date: string;
454
- envelope_subject: string;
455
- preview_text: string;
456
- email_thread_id: string;
457
- is_flagged: boolean;
458
- is_seen: boolean;
459
- }, import("valibot").BaseIssue<unknown>>, undefined>;
460
- }, undefined>;
461
- readonly email_message_contact: import("valibot").ObjectSchema<{
462
- readonly created: import("valibot").ArraySchema<GenericSchema<{
463
- created_at: number;
464
- id: string;
465
- updated_at: number;
466
- email_message_id: string;
467
- email_contact_id: string;
468
- email_contact_type: import("../../types").EmailContactType;
469
- }, {
470
- created_at: number;
471
- id: string;
472
- updated_at: number;
473
- email_message_id: string;
474
- email_contact_id: string;
475
- email_contact_type: import("../../types").EmailContactType;
476
- }, import("valibot").BaseIssue<unknown>>, undefined>;
477
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
478
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
479
- created_at: number;
480
- id: string;
481
- updated_at: number;
482
- email_message_id: string;
483
- email_contact_id: string;
484
- email_contact_type: import("../../types").EmailContactType;
485
- }, {
486
- created_at: number;
487
- id: string;
488
- updated_at: number;
489
- email_message_id: string;
490
- email_contact_id: string;
491
- email_contact_type: import("../../types").EmailContactType;
492
- }, import("valibot").BaseIssue<unknown>>, undefined>;
493
- }, undefined>;
494
- readonly email_message_label: import("valibot").ObjectSchema<{
495
- readonly created: import("valibot").ArraySchema<GenericSchema<{
496
- created_at: number;
497
- id: string;
498
- updated_at: number;
499
- email_message_id: string;
500
- email_label_id: string;
501
- }, {
502
- created_at: number;
503
- id: string;
504
- updated_at: number;
505
- email_message_id: string;
506
- email_label_id: string;
507
- }, import("valibot").BaseIssue<unknown>>, undefined>;
508
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
509
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
510
- created_at: number;
511
- id: string;
512
- updated_at: number;
513
- email_message_id: string;
514
- email_label_id: string;
515
- }, {
516
- created_at: number;
517
- id: string;
518
- updated_at: number;
519
- email_message_id: string;
520
- email_label_id: string;
521
- }, import("valibot").BaseIssue<unknown>>, undefined>;
522
- }, undefined>;
523
- readonly email_thread: import("valibot").ObjectSchema<{
524
- readonly created: import("valibot").ArraySchema<GenericSchema<{
525
- created_at: number;
526
- id: string;
527
- updated_at: number;
528
- email_account_id: string;
529
- }, {
530
- created_at: number;
531
- id: string;
532
- updated_at: number;
533
- email_account_id: string;
534
- }, import("valibot").BaseIssue<unknown>>, undefined>;
535
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
536
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
537
- created_at: number;
538
- id: string;
539
- updated_at: number;
540
- email_account_id: string;
541
- }, {
542
- created_at: number;
543
- id: string;
544
- updated_at: number;
545
- email_account_id: string;
546
- }, import("valibot").BaseIssue<unknown>>, undefined>;
547
- }, undefined>;
548
- }, undefined>;
549
- readonly lastPulledAt: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
550
- }, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
551
- readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
552
- readonly status: import("valibot").LiteralSchema<401, undefined>;
553
- }, undefined>, import("valibot").ObjectSchema<{
554
- readonly code: import("valibot").LiteralSchema<"::VALIDATION_FAILED", undefined>;
555
- readonly status: import("valibot").LiteralSchema<400, undefined>;
556
- }, undefined>, import("valibot").ObjectSchema<{
557
- readonly status: import("valibot").LiteralSchema<200, undefined>;
558
- }, undefined>], undefined>>;
559
- };
560
5
  emailMessage: {
561
6
  getText: EndpointConfig<"/v1/pv/email-message/:messageId/text", GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
562
7
  readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAoB,MAAM,qBAAqB,CAAA;AAetE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIM,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAoB,MAAM,qBAAqB,CAAA;AAetE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIM,CAAA"}