@marcoappio/marco-config 2.0.99 → 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 -563
  9. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  10. package/dist/sdk/endpoints/private/index.d.ts +0 -563
  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 -563
  14. package/dist/sdk/index.d.ts.map +1 -1
  15. package/package.json +2 -2
  16. package/dist/ClientDB.d.ts +0 -276
  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 -564
  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 -268
  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 -14
  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 -13
  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 -286
  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 -279
  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,569 +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
- draft: boolean;
160
- }, {
161
- created_at: number;
162
- id: string;
163
- updated_at: number;
164
- envelope_date: string;
165
- envelope_subject: string;
166
- preview_text: string;
167
- email_thread_id: string;
168
- is_flagged: boolean;
169
- is_seen: boolean;
170
- draft: boolean;
171
- }, import("valibot").BaseIssue<unknown>>, undefined>;
172
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
173
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
174
- created_at: number;
175
- id: string;
176
- updated_at: number;
177
- envelope_date: string;
178
- envelope_subject: string;
179
- preview_text: string;
180
- email_thread_id: string;
181
- is_flagged: boolean;
182
- is_seen: boolean;
183
- draft: boolean;
184
- }, {
185
- created_at: number;
186
- id: string;
187
- updated_at: number;
188
- envelope_date: string;
189
- envelope_subject: string;
190
- preview_text: string;
191
- email_thread_id: string;
192
- is_flagged: boolean;
193
- is_seen: boolean;
194
- draft: boolean;
195
- }, import("valibot").BaseIssue<unknown>>, undefined>;
196
- }, undefined>;
197
- readonly email_message_contact: import("valibot").ObjectSchema<{
198
- readonly created: import("valibot").ArraySchema<GenericSchema<{
199
- created_at: number;
200
- id: string;
201
- updated_at: number;
202
- email_message_id: string;
203
- email_contact_id: string;
204
- email_contact_type: import("../../types").EmailContactType;
205
- }, {
206
- created_at: number;
207
- id: string;
208
- updated_at: number;
209
- email_message_id: string;
210
- email_contact_id: string;
211
- email_contact_type: import("../../types").EmailContactType;
212
- }, import("valibot").BaseIssue<unknown>>, undefined>;
213
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
214
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
215
- created_at: number;
216
- id: string;
217
- updated_at: number;
218
- email_message_id: string;
219
- email_contact_id: string;
220
- email_contact_type: import("../../types").EmailContactType;
221
- }, {
222
- created_at: number;
223
- id: string;
224
- updated_at: number;
225
- email_message_id: string;
226
- email_contact_id: string;
227
- email_contact_type: import("../../types").EmailContactType;
228
- }, import("valibot").BaseIssue<unknown>>, undefined>;
229
- }, undefined>;
230
- readonly email_message_label: import("valibot").ObjectSchema<{
231
- readonly created: import("valibot").ArraySchema<GenericSchema<{
232
- created_at: number;
233
- id: string;
234
- updated_at: number;
235
- email_message_id: string;
236
- email_label_id: string;
237
- }, {
238
- created_at: number;
239
- id: string;
240
- updated_at: number;
241
- email_message_id: string;
242
- email_label_id: string;
243
- }, import("valibot").BaseIssue<unknown>>, undefined>;
244
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
245
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
246
- created_at: number;
247
- id: string;
248
- updated_at: number;
249
- email_message_id: string;
250
- email_label_id: string;
251
- }, {
252
- created_at: number;
253
- id: string;
254
- updated_at: number;
255
- email_message_id: string;
256
- email_label_id: string;
257
- }, import("valibot").BaseIssue<unknown>>, undefined>;
258
- }, undefined>;
259
- readonly email_thread: import("valibot").ObjectSchema<{
260
- readonly created: import("valibot").ArraySchema<GenericSchema<{
261
- created_at: number;
262
- id: string;
263
- updated_at: number;
264
- email_account_id: string;
265
- }, {
266
- created_at: number;
267
- id: string;
268
- updated_at: number;
269
- email_account_id: string;
270
- }, import("valibot").BaseIssue<unknown>>, undefined>;
271
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
272
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
273
- created_at: number;
274
- id: string;
275
- updated_at: number;
276
- email_account_id: string;
277
- }, {
278
- created_at: number;
279
- id: string;
280
- updated_at: number;
281
- email_account_id: string;
282
- }, import("valibot").BaseIssue<unknown>>, undefined>;
283
- }, undefined>;
284
- }, undefined>;
285
- readonly hasMore: import("valibot").BooleanSchema<undefined>;
286
- readonly timestamp: import("valibot").NumberSchema<undefined>;
287
- }, undefined>;
288
- readonly status: import("valibot").LiteralSchema<200, undefined>;
289
- }, undefined>], undefined>>;
290
- syncPush: EndpointConfig<"/v1/pv/client-db", import("valibot").ObjectSchema<{
291
- readonly changes: import("valibot").ObjectSchema<{
292
- readonly email_account: import("valibot").ObjectSchema<{
293
- readonly created: import("valibot").ArraySchema<GenericSchema<{
294
- created_at: number;
295
- email_address: string;
296
- id: string;
297
- updated_at: number;
298
- }, {
299
- created_at: number;
300
- email_address: string;
301
- id: string;
302
- updated_at: number;
303
- }, import("valibot").BaseIssue<unknown>>, undefined>;
304
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
305
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
306
- created_at: number;
307
- email_address: string;
308
- id: string;
309
- updated_at: number;
310
- }, {
311
- created_at: number;
312
- email_address: string;
313
- id: string;
314
- updated_at: number;
315
- }, import("valibot").BaseIssue<unknown>>, undefined>;
316
- }, undefined>;
317
- readonly email_account_imap_password_config: import("valibot").ObjectSchema<{
318
- readonly created: import("valibot").ArraySchema<GenericSchema<{
319
- created_at: number;
320
- id: string;
321
- updated_at: number;
322
- host: string;
323
- port: number;
324
- email_account_id: string;
325
- password: string;
326
- }, {
327
- created_at: number;
328
- id: string;
329
- updated_at: number;
330
- host: string;
331
- port: number;
332
- email_account_id: string;
333
- password: string;
334
- }, import("valibot").BaseIssue<unknown>>, undefined>;
335
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
336
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
337
- created_at: number;
338
- id: string;
339
- updated_at: number;
340
- host: string;
341
- port: number;
342
- email_account_id: string;
343
- password: string;
344
- }, {
345
- created_at: number;
346
- id: string;
347
- updated_at: number;
348
- host: string;
349
- port: number;
350
- email_account_id: string;
351
- password: string;
352
- }, import("valibot").BaseIssue<unknown>>, undefined>;
353
- }, undefined>;
354
- readonly email_contact: import("valibot").ObjectSchema<{
355
- readonly created: import("valibot").ArraySchema<GenericSchema<{
356
- created_at: number;
357
- email_address: string;
358
- id: string;
359
- updated_at: number;
360
- name: string | null;
361
- email_account_id: string;
362
- }, {
363
- created_at: number;
364
- email_address: string;
365
- id: string;
366
- updated_at: number;
367
- name: string | null;
368
- email_account_id: string;
369
- }, import("valibot").BaseIssue<unknown>>, undefined>;
370
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
371
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
372
- created_at: number;
373
- email_address: string;
374
- id: string;
375
- updated_at: number;
376
- name: string | null;
377
- email_account_id: string;
378
- }, {
379
- created_at: number;
380
- email_address: string;
381
- id: string;
382
- updated_at: number;
383
- name: string | null;
384
- email_account_id: string;
385
- }, import("valibot").BaseIssue<unknown>>, undefined>;
386
- }, undefined>;
387
- readonly email_label: import("valibot").ObjectSchema<{
388
- readonly created: import("valibot").ArraySchema<GenericSchema<{
389
- created_at: number;
390
- id: string;
391
- updated_at: number;
392
- name: string;
393
- email_account_id: string;
394
- path: string;
395
- }, {
396
- created_at: number;
397
- id: string;
398
- updated_at: number;
399
- name: string;
400
- email_account_id: string;
401
- path: string;
402
- }, import("valibot").BaseIssue<unknown>>, undefined>;
403
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
404
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
405
- created_at: number;
406
- id: string;
407
- updated_at: number;
408
- name: string;
409
- email_account_id: string;
410
- path: string;
411
- }, {
412
- created_at: number;
413
- id: string;
414
- updated_at: number;
415
- name: string;
416
- email_account_id: string;
417
- path: string;
418
- }, import("valibot").BaseIssue<unknown>>, undefined>;
419
- }, undefined>;
420
- readonly email_message: import("valibot").ObjectSchema<{
421
- readonly created: import("valibot").ArraySchema<GenericSchema<{
422
- created_at: number;
423
- id: string;
424
- updated_at: number;
425
- envelope_date: string;
426
- envelope_subject: string;
427
- preview_text: string;
428
- email_thread_id: string;
429
- is_flagged: boolean;
430
- is_seen: boolean;
431
- draft: boolean;
432
- }, {
433
- created_at: number;
434
- id: string;
435
- updated_at: number;
436
- envelope_date: string;
437
- envelope_subject: string;
438
- preview_text: string;
439
- email_thread_id: string;
440
- is_flagged: boolean;
441
- is_seen: boolean;
442
- draft: boolean;
443
- }, import("valibot").BaseIssue<unknown>>, undefined>;
444
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
445
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
446
- created_at: number;
447
- id: string;
448
- updated_at: number;
449
- envelope_date: string;
450
- envelope_subject: string;
451
- preview_text: string;
452
- email_thread_id: string;
453
- is_flagged: boolean;
454
- is_seen: boolean;
455
- draft: boolean;
456
- }, {
457
- created_at: number;
458
- id: string;
459
- updated_at: number;
460
- envelope_date: string;
461
- envelope_subject: string;
462
- preview_text: string;
463
- email_thread_id: string;
464
- is_flagged: boolean;
465
- is_seen: boolean;
466
- draft: boolean;
467
- }, import("valibot").BaseIssue<unknown>>, undefined>;
468
- }, undefined>;
469
- readonly email_message_contact: import("valibot").ObjectSchema<{
470
- readonly created: import("valibot").ArraySchema<GenericSchema<{
471
- created_at: number;
472
- id: string;
473
- updated_at: number;
474
- email_message_id: string;
475
- email_contact_id: string;
476
- email_contact_type: import("../../types").EmailContactType;
477
- }, {
478
- created_at: number;
479
- id: string;
480
- updated_at: number;
481
- email_message_id: string;
482
- email_contact_id: string;
483
- email_contact_type: import("../../types").EmailContactType;
484
- }, import("valibot").BaseIssue<unknown>>, undefined>;
485
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
486
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
487
- created_at: number;
488
- id: string;
489
- updated_at: number;
490
- email_message_id: string;
491
- email_contact_id: string;
492
- email_contact_type: import("../../types").EmailContactType;
493
- }, {
494
- created_at: number;
495
- id: string;
496
- updated_at: number;
497
- email_message_id: string;
498
- email_contact_id: string;
499
- email_contact_type: import("../../types").EmailContactType;
500
- }, import("valibot").BaseIssue<unknown>>, undefined>;
501
- }, undefined>;
502
- readonly email_message_label: import("valibot").ObjectSchema<{
503
- readonly created: import("valibot").ArraySchema<GenericSchema<{
504
- created_at: number;
505
- id: string;
506
- updated_at: number;
507
- email_message_id: string;
508
- email_label_id: string;
509
- }, {
510
- created_at: number;
511
- id: string;
512
- updated_at: number;
513
- email_message_id: string;
514
- email_label_id: string;
515
- }, import("valibot").BaseIssue<unknown>>, undefined>;
516
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
517
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
518
- created_at: number;
519
- id: string;
520
- updated_at: number;
521
- email_message_id: string;
522
- email_label_id: string;
523
- }, {
524
- created_at: number;
525
- id: string;
526
- updated_at: number;
527
- email_message_id: string;
528
- email_label_id: string;
529
- }, import("valibot").BaseIssue<unknown>>, undefined>;
530
- }, undefined>;
531
- readonly email_thread: import("valibot").ObjectSchema<{
532
- readonly created: import("valibot").ArraySchema<GenericSchema<{
533
- created_at: number;
534
- id: string;
535
- updated_at: number;
536
- email_account_id: string;
537
- }, {
538
- created_at: number;
539
- id: string;
540
- updated_at: number;
541
- email_account_id: string;
542
- }, import("valibot").BaseIssue<unknown>>, undefined>;
543
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
544
- readonly updated: import("valibot").ArraySchema<GenericSchema<{
545
- created_at: number;
546
- id: string;
547
- updated_at: number;
548
- email_account_id: string;
549
- }, {
550
- created_at: number;
551
- id: string;
552
- updated_at: number;
553
- email_account_id: string;
554
- }, import("valibot").BaseIssue<unknown>>, undefined>;
555
- }, undefined>;
556
- }, undefined>;
557
- readonly lastPulledAt: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
558
- }, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
559
- readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
560
- readonly status: import("valibot").LiteralSchema<401, undefined>;
561
- }, undefined>, import("valibot").ObjectSchema<{
562
- readonly code: import("valibot").LiteralSchema<"::VALIDATION_FAILED", undefined>;
563
- readonly status: import("valibot").LiteralSchema<400, undefined>;
564
- }, undefined>, import("valibot").ObjectSchema<{
565
- readonly status: import("valibot").LiteralSchema<200, undefined>;
566
- }, undefined>], undefined>>;
567
- };
568
5
  emailMessage: {
569
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<{
570
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"}