@marcoappio/marco-config 2.0.200 → 2.0.201
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.
- package/dist/clients/index.d.ts +9 -2
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +9 -2
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +9 -2
- package/dist/sdk/endpoints/index.d.ts +41 -25
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +41 -25
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +41 -25
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +19 -19
- package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.js +11 -11
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +38 -39
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +41 -25
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +20 -4
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +18 -6
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/user.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/user.js +3 -3
- package/dist/sdk/index.d.ts +41 -25
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/sdk/index.d.ts
CHANGED
|
@@ -290,39 +290,39 @@ export declare const marcoSDK: {
|
|
|
290
290
|
push: {
|
|
291
291
|
account: import("..").EndpointConfig<"/v1/pv/sync/push/account", import("valibot").ObjectSchema<{
|
|
292
292
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
293
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
293
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
294
294
|
readonly args: import("valibot").ObjectSchema<{
|
|
295
|
-
readonly
|
|
296
|
-
|
|
297
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
298
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
299
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
300
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
301
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
302
|
-
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
303
|
-
}, undefined>;
|
|
295
|
+
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
296
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
304
297
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
305
298
|
}, undefined>;
|
|
306
299
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
307
300
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
308
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
309
|
-
}, undefined
|
|
301
|
+
readonly name: import("valibot").LiteralSchema<"add", undefined>;
|
|
302
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
310
303
|
readonly args: import("valibot").ObjectSchema<{
|
|
311
|
-
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
312
|
-
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
313
304
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
314
305
|
}, undefined>;
|
|
315
306
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
316
307
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
317
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
318
|
-
}, undefined
|
|
308
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
309
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
319
310
|
readonly args: import("valibot").ObjectSchema<{
|
|
311
|
+
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
312
|
+
readonly imapStatus: import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>;
|
|
313
|
+
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
314
|
+
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
315
|
+
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
316
|
+
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
317
|
+
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
318
|
+
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
319
|
+
}, undefined>;
|
|
320
320
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
321
321
|
}, undefined>;
|
|
322
322
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
323
323
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
324
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
325
|
-
}, undefined
|
|
324
|
+
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
325
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
326
326
|
readonly args: import("valibot").ObjectSchema<{
|
|
327
327
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
328
328
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -367,7 +367,7 @@ export declare const marcoSDK: {
|
|
|
367
367
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
368
368
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
369
369
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
370
|
-
}, undefined>], undefined>, undefined>;
|
|
370
|
+
}, undefined>)[], undefined>, undefined>;
|
|
371
371
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
372
372
|
readonly data: import("valibot").ObjectSchema<{
|
|
373
373
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -520,7 +520,22 @@ export declare const marcoSDK: {
|
|
|
520
520
|
}, undefined>], undefined>>;
|
|
521
521
|
thread: import("..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
522
522
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
523
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
523
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
524
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
525
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
526
|
+
}, undefined>;
|
|
527
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
528
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
529
|
+
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
530
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
531
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
532
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
533
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
534
|
+
}, undefined>;
|
|
535
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
536
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
537
|
+
readonly name: import("valibot").LiteralSchema<"setLabels", undefined>;
|
|
538
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
524
539
|
readonly args: import("valibot").ObjectSchema<{
|
|
525
540
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
526
541
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -529,14 +544,15 @@ export declare const marcoSDK: {
|
|
|
529
544
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
530
545
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
531
546
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
532
|
-
}, undefined
|
|
547
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
533
548
|
readonly args: import("valibot").ObjectSchema<{
|
|
549
|
+
readonly specialUse: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>;
|
|
534
550
|
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
535
551
|
}, undefined>;
|
|
536
552
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
537
553
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
538
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
539
|
-
}, undefined>], undefined>, undefined>;
|
|
554
|
+
readonly name: import("valibot").LiteralSchema<"setSpecialUse", undefined>;
|
|
555
|
+
}, undefined>)[], undefined>, undefined>;
|
|
540
556
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
541
557
|
readonly data: import("valibot").ObjectSchema<{
|
|
542
558
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -562,7 +578,7 @@ export declare const marcoSDK: {
|
|
|
562
578
|
}, undefined>], undefined>>;
|
|
563
579
|
user: import("..").EndpointConfig<"/v1/pv/sync/push/user", import("valibot").ObjectSchema<{
|
|
564
580
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
565
|
-
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<
|
|
581
|
+
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
566
582
|
readonly args: import("valibot").ObjectSchema<{
|
|
567
583
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
568
584
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
@@ -600,7 +616,7 @@ export declare const marcoSDK: {
|
|
|
600
616
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
601
617
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
602
618
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
603
|
-
}, undefined>], undefined>, undefined>;
|
|
619
|
+
}, undefined>[], undefined>, undefined>;
|
|
604
620
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
605
621
|
readonly data: import("valibot").ObjectSchema<{
|
|
606
622
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
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