@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,564 +0,0 @@
1
- export declare const clientDB: {
2
- syncPull: import("../../../..").EndpointConfig<"/v1/pv/client-db", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").ObjectSchema<{
3
- readonly page: import("valibot").StringSchema<undefined>;
4
- readonly schemaVersion: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
5
- readonly timestampMax: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
6
- readonly timestampMin: import("valibot").OptionalSchema<import("valibot").StringSchema<undefined>, never>;
7
- }, undefined>, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
8
- readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
9
- readonly status: import("valibot").LiteralSchema<401, undefined>;
10
- }, undefined>, import("valibot").ObjectSchema<{
11
- readonly code: import("valibot").LiteralSchema<"::VALIDATION_FAILED", undefined>;
12
- readonly status: import("valibot").LiteralSchema<400, undefined>;
13
- }, undefined>, import("valibot").ObjectSchema<{
14
- readonly data: import("valibot").ObjectSchema<{
15
- readonly changes: import("valibot").ObjectSchema<{
16
- readonly email_account: import("valibot").ObjectSchema<{
17
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
18
- created_at: number;
19
- email_address: string;
20
- id: string;
21
- updated_at: number;
22
- }, {
23
- created_at: number;
24
- email_address: string;
25
- id: string;
26
- updated_at: number;
27
- }, import("valibot").BaseIssue<unknown>>, undefined>;
28
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
29
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
30
- created_at: number;
31
- email_address: string;
32
- id: string;
33
- updated_at: number;
34
- }, {
35
- created_at: number;
36
- email_address: string;
37
- id: string;
38
- updated_at: number;
39
- }, import("valibot").BaseIssue<unknown>>, undefined>;
40
- }, undefined>;
41
- readonly email_account_imap_password_config: import("valibot").ObjectSchema<{
42
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
43
- created_at: number;
44
- id: string;
45
- updated_at: number;
46
- host: string;
47
- port: number;
48
- email_account_id: string;
49
- password: string;
50
- }, {
51
- created_at: number;
52
- id: string;
53
- updated_at: number;
54
- host: string;
55
- port: number;
56
- email_account_id: string;
57
- password: string;
58
- }, import("valibot").BaseIssue<unknown>>, undefined>;
59
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
60
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
61
- created_at: number;
62
- id: string;
63
- updated_at: number;
64
- host: string;
65
- port: number;
66
- email_account_id: string;
67
- password: string;
68
- }, {
69
- created_at: number;
70
- id: string;
71
- updated_at: number;
72
- host: string;
73
- port: number;
74
- email_account_id: string;
75
- password: string;
76
- }, import("valibot").BaseIssue<unknown>>, undefined>;
77
- }, undefined>;
78
- readonly email_contact: import("valibot").ObjectSchema<{
79
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
80
- created_at: number;
81
- email_address: string;
82
- id: string;
83
- updated_at: number;
84
- name: string | null;
85
- email_account_id: string;
86
- }, {
87
- created_at: number;
88
- email_address: string;
89
- id: string;
90
- updated_at: number;
91
- name: string | null;
92
- email_account_id: string;
93
- }, import("valibot").BaseIssue<unknown>>, undefined>;
94
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
95
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
96
- created_at: number;
97
- email_address: string;
98
- id: string;
99
- updated_at: number;
100
- name: string | null;
101
- email_account_id: string;
102
- }, {
103
- created_at: number;
104
- email_address: string;
105
- id: string;
106
- updated_at: number;
107
- name: string | null;
108
- email_account_id: string;
109
- }, import("valibot").BaseIssue<unknown>>, undefined>;
110
- }, undefined>;
111
- readonly email_label: import("valibot").ObjectSchema<{
112
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
113
- created_at: number;
114
- id: string;
115
- updated_at: number;
116
- name: string;
117
- email_account_id: string;
118
- path: string;
119
- }, {
120
- created_at: number;
121
- id: string;
122
- updated_at: number;
123
- name: string;
124
- email_account_id: string;
125
- path: string;
126
- }, import("valibot").BaseIssue<unknown>>, undefined>;
127
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
128
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
129
- created_at: number;
130
- id: string;
131
- updated_at: number;
132
- name: string;
133
- email_account_id: string;
134
- path: string;
135
- }, {
136
- created_at: number;
137
- id: string;
138
- updated_at: number;
139
- name: string;
140
- email_account_id: string;
141
- path: string;
142
- }, import("valibot").BaseIssue<unknown>>, undefined>;
143
- }, undefined>;
144
- readonly email_message: import("valibot").ObjectSchema<{
145
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
146
- created_at: number;
147
- id: string;
148
- updated_at: number;
149
- envelope_date: string;
150
- envelope_subject: string;
151
- preview_text: string;
152
- email_thread_id: string;
153
- is_flagged: boolean;
154
- is_seen: boolean;
155
- draft: boolean;
156
- }, {
157
- created_at: number;
158
- id: string;
159
- updated_at: number;
160
- envelope_date: string;
161
- envelope_subject: string;
162
- preview_text: string;
163
- email_thread_id: string;
164
- is_flagged: boolean;
165
- is_seen: boolean;
166
- draft: boolean;
167
- }, import("valibot").BaseIssue<unknown>>, undefined>;
168
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
169
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
170
- created_at: number;
171
- id: string;
172
- updated_at: number;
173
- envelope_date: string;
174
- envelope_subject: string;
175
- preview_text: string;
176
- email_thread_id: string;
177
- is_flagged: boolean;
178
- is_seen: boolean;
179
- draft: boolean;
180
- }, {
181
- created_at: number;
182
- id: string;
183
- updated_at: number;
184
- envelope_date: string;
185
- envelope_subject: string;
186
- preview_text: string;
187
- email_thread_id: string;
188
- is_flagged: boolean;
189
- is_seen: boolean;
190
- draft: boolean;
191
- }, import("valibot").BaseIssue<unknown>>, undefined>;
192
- }, undefined>;
193
- readonly email_message_contact: import("valibot").ObjectSchema<{
194
- readonly created: import("valibot").ArraySchema<import("valibot").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("../../../..").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("../../../..").EmailContactType;
208
- }, import("valibot").BaseIssue<unknown>>, undefined>;
209
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
210
- readonly updated: import("valibot").ArraySchema<import("valibot").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("../../../..").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("../../../..").EmailContactType;
224
- }, import("valibot").BaseIssue<unknown>>, undefined>;
225
- }, undefined>;
226
- readonly email_message_label: import("valibot").ObjectSchema<{
227
- readonly created: import("valibot").ArraySchema<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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: import("../../../..").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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<import("valibot").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
- draft: boolean;
428
- }, {
429
- created_at: number;
430
- id: string;
431
- updated_at: number;
432
- envelope_date: string;
433
- envelope_subject: string;
434
- preview_text: string;
435
- email_thread_id: string;
436
- is_flagged: boolean;
437
- is_seen: boolean;
438
- draft: boolean;
439
- }, import("valibot").BaseIssue<unknown>>, undefined>;
440
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
441
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
442
- created_at: number;
443
- id: string;
444
- updated_at: number;
445
- envelope_date: string;
446
- envelope_subject: string;
447
- preview_text: string;
448
- email_thread_id: string;
449
- is_flagged: boolean;
450
- is_seen: boolean;
451
- draft: boolean;
452
- }, {
453
- created_at: number;
454
- id: string;
455
- updated_at: number;
456
- envelope_date: string;
457
- envelope_subject: string;
458
- preview_text: string;
459
- email_thread_id: string;
460
- is_flagged: boolean;
461
- is_seen: boolean;
462
- draft: boolean;
463
- }, import("valibot").BaseIssue<unknown>>, undefined>;
464
- }, undefined>;
465
- readonly email_message_contact: import("valibot").ObjectSchema<{
466
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
467
- created_at: number;
468
- id: string;
469
- updated_at: number;
470
- email_message_id: string;
471
- email_contact_id: string;
472
- email_contact_type: import("../../../..").EmailContactType;
473
- }, {
474
- created_at: number;
475
- id: string;
476
- updated_at: number;
477
- email_message_id: string;
478
- email_contact_id: string;
479
- email_contact_type: import("../../../..").EmailContactType;
480
- }, import("valibot").BaseIssue<unknown>>, undefined>;
481
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
482
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
483
- created_at: number;
484
- id: string;
485
- updated_at: number;
486
- email_message_id: string;
487
- email_contact_id: string;
488
- email_contact_type: import("../../../..").EmailContactType;
489
- }, {
490
- created_at: number;
491
- id: string;
492
- updated_at: number;
493
- email_message_id: string;
494
- email_contact_id: string;
495
- email_contact_type: import("../../../..").EmailContactType;
496
- }, import("valibot").BaseIssue<unknown>>, undefined>;
497
- }, undefined>;
498
- readonly email_message_label: import("valibot").ObjectSchema<{
499
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
500
- created_at: number;
501
- id: string;
502
- updated_at: number;
503
- email_message_id: string;
504
- email_label_id: string;
505
- }, {
506
- created_at: number;
507
- id: string;
508
- updated_at: number;
509
- email_message_id: string;
510
- email_label_id: string;
511
- }, import("valibot").BaseIssue<unknown>>, undefined>;
512
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
513
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
514
- created_at: number;
515
- id: string;
516
- updated_at: number;
517
- email_message_id: string;
518
- email_label_id: string;
519
- }, {
520
- created_at: number;
521
- id: string;
522
- updated_at: number;
523
- email_message_id: string;
524
- email_label_id: string;
525
- }, import("valibot").BaseIssue<unknown>>, undefined>;
526
- }, undefined>;
527
- readonly email_thread: import("valibot").ObjectSchema<{
528
- readonly created: import("valibot").ArraySchema<import("valibot").GenericSchema<{
529
- created_at: number;
530
- id: string;
531
- updated_at: number;
532
- email_account_id: string;
533
- }, {
534
- created_at: number;
535
- id: string;
536
- updated_at: number;
537
- email_account_id: string;
538
- }, import("valibot").BaseIssue<unknown>>, undefined>;
539
- readonly deleted: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
540
- readonly updated: import("valibot").ArraySchema<import("valibot").GenericSchema<{
541
- created_at: number;
542
- id: string;
543
- updated_at: number;
544
- email_account_id: string;
545
- }, {
546
- created_at: number;
547
- id: string;
548
- updated_at: number;
549
- email_account_id: string;
550
- }, import("valibot").BaseIssue<unknown>>, undefined>;
551
- }, undefined>;
552
- }, undefined>;
553
- readonly lastPulledAt: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, 0>;
554
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
555
- readonly code: import("valibot").LiteralSchema<"::UNAUTHENTICATED", undefined>;
556
- readonly status: import("valibot").LiteralSchema<401, undefined>;
557
- }, undefined>, import("valibot").ObjectSchema<{
558
- readonly code: import("valibot").LiteralSchema<"::VALIDATION_FAILED", undefined>;
559
- readonly status: import("valibot").LiteralSchema<400, undefined>;
560
- }, undefined>, import("valibot").ObjectSchema<{
561
- readonly status: import("valibot").LiteralSchema<200, undefined>;
562
- }, undefined>], undefined>>;
563
- };
564
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/clientDB/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
@@ -1,6 +0,0 @@
1
- import { syncPull } from './syncPull';
2
- import { syncPush } from './syncPush';
3
- export const clientDB = {
4
- syncPull,
5
- syncPush,
6
- };