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