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