@marcoappio/marco-config 2.0.511 → 2.0.512
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/zero/index.d.ts +402 -141
- package/dist/zero/index.d.ts.map +1 -1
- package/dist/zero/index.js +2 -0
- package/dist/zero/mutatorSchemas.d.ts +263 -0
- package/dist/zero/mutatorSchemas.d.ts.map +1 -0
- package/dist/zero/mutatorSchemas.js +176 -0
- package/dist/zero/mutators.d.ts +47 -47
- package/dist/zero/mutators.d.ts.map +1 -1
- package/dist/zero/mutators.js +33 -167
- package/dist/zero/queries.d.ts +47 -47
- package/dist/zero/queries.d.ts.map +1 -1
- package/dist/zero/queries.js +1 -1
- package/dist/zero/schema.d.ts +48 -57
- package/dist/zero/schema.d.ts.map +1 -1
- package/dist/zero/schema.js +1 -0
- package/package.json +1 -1
package/dist/zero/index.d.ts
CHANGED
|
@@ -1,4 +1,265 @@
|
|
|
1
1
|
export declare const marcoZero: {
|
|
2
|
+
readonly mutatorSchemas: {
|
|
3
|
+
account: {
|
|
4
|
+
createAccount: import("valibot").ObjectSchema<{
|
|
5
|
+
readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6
|
+
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
7
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>;
|
|
8
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
|
+
}, undefined>;
|
|
10
|
+
createAlias: import("valibot").ObjectSchema<{
|
|
11
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
12
|
+
readonly alias: import("valibot").ObjectSchema<{
|
|
13
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>;
|
|
14
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
15
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
16
|
+
}, undefined>;
|
|
17
|
+
}, undefined>;
|
|
18
|
+
deleteAccount: import("valibot").ObjectSchema<{
|
|
19
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
20
|
+
}, undefined>;
|
|
21
|
+
deleteAlias: import("valibot").ObjectSchema<{
|
|
22
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
23
|
+
readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
24
|
+
}, undefined>;
|
|
25
|
+
setAliasName: import("valibot").ObjectSchema<{
|
|
26
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
27
|
+
readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
28
|
+
readonly displayName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
29
|
+
}, undefined>;
|
|
30
|
+
setAliasPrimary: import("valibot").ObjectSchema<{
|
|
31
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
32
|
+
readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
33
|
+
}, undefined>;
|
|
34
|
+
setConnectionConfigImapRaw: import("valibot").ObjectSchema<{
|
|
35
|
+
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
36
|
+
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
37
|
+
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
38
|
+
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
39
|
+
readonly imapSocketType: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"STARTTLS", undefined>, import("valibot").LiteralSchema<"SSL", undefined>], undefined>;
|
|
40
|
+
readonly imapUser: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
41
|
+
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
42
|
+
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
43
|
+
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
44
|
+
readonly smtpSocketType: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"STARTTLS", undefined>, import("valibot").LiteralSchema<"SSL", undefined>], undefined>;
|
|
45
|
+
readonly smtpUser: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
46
|
+
}, undefined>;
|
|
47
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
|
+
}, undefined>;
|
|
49
|
+
setConnectionConfigOauth: import("valibot").ObjectSchema<{
|
|
50
|
+
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
51
|
+
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
52
|
+
readonly provider: import("valibot").PicklistSchema<readonly ["GOOGLE", "OUTLOOK"], undefined>;
|
|
53
|
+
readonly user: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
54
|
+
}, undefined>;
|
|
55
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
56
|
+
}, undefined>;
|
|
57
|
+
setSettings: import("valibot").ObjectSchema<{
|
|
58
|
+
readonly color: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
59
|
+
readonly displayName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
60
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
61
|
+
}, undefined>;
|
|
62
|
+
};
|
|
63
|
+
draft: {
|
|
64
|
+
cancelSend: import("valibot").ObjectSchema<{
|
|
65
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
66
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
67
|
+
}, undefined>;
|
|
68
|
+
createAttachment: import("valibot").ObjectSchema<{
|
|
69
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
70
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
71
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
72
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
73
|
+
readonly status: import("valibot").PicklistSchema<readonly ["PENDING", "COMPLETE", "FAILED"], undefined>;
|
|
74
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
75
|
+
}, undefined>;
|
|
76
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
77
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
78
|
+
}, undefined>;
|
|
79
|
+
createDraft: import("valibot").ObjectSchema<{
|
|
80
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
81
|
+
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
82
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
83
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
84
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
85
|
+
readonly status: import("valibot").PicklistSchema<readonly ["PENDING", "COMPLETE", "FAILED"], undefined>;
|
|
86
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
87
|
+
}, undefined>, undefined>;
|
|
88
|
+
readonly body: import("valibot").ObjectSchema<{
|
|
89
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
90
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
91
|
+
readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
|
|
92
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
93
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
94
|
+
}, undefined>;
|
|
95
|
+
readonly error: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
96
|
+
readonly from: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>;
|
|
97
|
+
readonly fromName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
98
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
99
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
100
|
+
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
101
|
+
readonly status: import("valibot").PicklistSchema<readonly ["DRAFT", "SEND_REQUESTED", "SEND_CONFIRMED", "SEND_FAILED"], undefined>;
|
|
102
|
+
readonly type: import("valibot").PicklistSchema<readonly ["NEW", "REPLY", "FORWARD"], undefined>;
|
|
103
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
104
|
+
}, undefined>;
|
|
105
|
+
deleteAttachment: import("valibot").ObjectSchema<{
|
|
106
|
+
readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
107
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
108
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
109
|
+
}, undefined>;
|
|
110
|
+
deleteDraft: import("valibot").ObjectSchema<{
|
|
111
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
112
|
+
}, undefined>;
|
|
113
|
+
scheduleSend: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
114
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
115
|
+
readonly kind: import("valibot").LiteralSchema<"IMMEDIATE", undefined>;
|
|
116
|
+
readonly undoMs: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
117
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
118
|
+
}, undefined>, import("valibot").ObjectSchema<{
|
|
119
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
120
|
+
readonly kind: import("valibot").LiteralSchema<"SCHEDULED", undefined>;
|
|
121
|
+
readonly scheduledFor: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
122
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
123
|
+
}, undefined>], undefined>;
|
|
124
|
+
setContent: import("valibot").ObjectSchema<{
|
|
125
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
126
|
+
readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
127
|
+
readonly index: import("valibot").NumberSchema<undefined>;
|
|
128
|
+
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
|
|
129
|
+
readonly value: import("valibot").StringSchema<undefined>;
|
|
130
|
+
}, undefined>, undefined>;
|
|
131
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
132
|
+
}, undefined>;
|
|
133
|
+
setEnvelope: import("valibot").ObjectSchema<{
|
|
134
|
+
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
135
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
136
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
137
|
+
readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
|
|
138
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
139
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
140
|
+
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|
|
141
|
+
readonly entries: Omit<{
|
|
142
|
+
readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
143
|
+
readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
144
|
+
readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
|
|
145
|
+
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
146
|
+
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>, undefined>;
|
|
147
|
+
}, "content">;
|
|
148
|
+
readonly '~standard': import("valibot").StandardProps<{
|
|
149
|
+
bcc: string[];
|
|
150
|
+
cc: string[];
|
|
151
|
+
to: string[];
|
|
152
|
+
subject: string | null;
|
|
153
|
+
}, {
|
|
154
|
+
bcc: string[];
|
|
155
|
+
cc: string[];
|
|
156
|
+
to: string[];
|
|
157
|
+
subject: string | null;
|
|
158
|
+
}>;
|
|
159
|
+
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
160
|
+
bcc: string[];
|
|
161
|
+
cc: string[];
|
|
162
|
+
to: string[];
|
|
163
|
+
subject: string | null;
|
|
164
|
+
}, import("valibot").StringIssue | import("valibot").RfcEmailIssue<string> | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue>;
|
|
165
|
+
readonly '~types'?: {
|
|
166
|
+
readonly input: {
|
|
167
|
+
bcc: string[];
|
|
168
|
+
cc: string[];
|
|
169
|
+
to: string[];
|
|
170
|
+
subject: string | null;
|
|
171
|
+
};
|
|
172
|
+
readonly output: {
|
|
173
|
+
bcc: string[];
|
|
174
|
+
cc: string[];
|
|
175
|
+
to: string[];
|
|
176
|
+
subject: string | null;
|
|
177
|
+
};
|
|
178
|
+
readonly issue: import("valibot").StringIssue | import("valibot").RfcEmailIssue<string> | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue | import("valibot").ArrayIssue | import("valibot").NonOptionalIssue;
|
|
179
|
+
} | undefined;
|
|
180
|
+
};
|
|
181
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
182
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
183
|
+
}, undefined>;
|
|
184
|
+
setFrom: import("valibot").ObjectSchema<{
|
|
185
|
+
readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
186
|
+
readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
187
|
+
readonly from: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RfcEmailAction<string, undefined>]>, undefined>;
|
|
188
|
+
readonly fromName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
189
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
190
|
+
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
191
|
+
}, undefined>;
|
|
192
|
+
};
|
|
193
|
+
thread: {
|
|
194
|
+
addLabel: import("valibot").ObjectSchema<{
|
|
195
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
196
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
197
|
+
}, undefined>, undefined>;
|
|
198
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
199
|
+
}, undefined>;
|
|
200
|
+
delete: import("valibot").ObjectSchema<{
|
|
201
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
202
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
203
|
+
}, undefined>, undefined>;
|
|
204
|
+
}, undefined>;
|
|
205
|
+
removeLabel: import("valibot").ObjectSchema<{
|
|
206
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
207
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
208
|
+
}, undefined>, undefined>;
|
|
209
|
+
readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
210
|
+
}, undefined>;
|
|
211
|
+
setArchive: import("valibot").ObjectSchema<{
|
|
212
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
213
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
214
|
+
}, undefined>, undefined>;
|
|
215
|
+
}, undefined>;
|
|
216
|
+
setFlagged: import("valibot").ObjectSchema<{
|
|
217
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
218
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
219
|
+
}, undefined>, undefined>;
|
|
220
|
+
readonly flagged: import("valibot").BooleanSchema<undefined>;
|
|
221
|
+
}, undefined>;
|
|
222
|
+
setInbox: import("valibot").ObjectSchema<{
|
|
223
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
224
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
225
|
+
}, undefined>, undefined>;
|
|
226
|
+
}, undefined>;
|
|
227
|
+
setSeen: import("valibot").ObjectSchema<{
|
|
228
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
229
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
230
|
+
}, undefined>, undefined>;
|
|
231
|
+
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
232
|
+
}, undefined>;
|
|
233
|
+
setSpam: import("valibot").ObjectSchema<{
|
|
234
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
235
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
236
|
+
}, undefined>, undefined>;
|
|
237
|
+
}, undefined>;
|
|
238
|
+
setTrash: import("valibot").ObjectSchema<{
|
|
239
|
+
readonly accounts: import("valibot").RecordSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, import("valibot").ObjectSchema<{
|
|
240
|
+
readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
241
|
+
}, undefined>, undefined>;
|
|
242
|
+
}, undefined>;
|
|
243
|
+
};
|
|
244
|
+
user: {
|
|
245
|
+
deleteSettingsPushNotificationToken: import("valibot").ObjectSchema<{
|
|
246
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
247
|
+
readonly token: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
248
|
+
}, undefined>;
|
|
249
|
+
setSettingsName: import("valibot").ObjectSchema<{
|
|
250
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
251
|
+
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
252
|
+
}, undefined>;
|
|
253
|
+
setSettingsPushNotificationToken: import("valibot").ObjectSchema<{
|
|
254
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
255
|
+
readonly pushNotificationToken: import("valibot").ObjectSchema<{
|
|
256
|
+
readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
257
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
258
|
+
readonly token: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
259
|
+
}, undefined>;
|
|
260
|
+
}, undefined>;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
2
263
|
readonly mutators: import("@rocicorp/zero").MutatorRegistry<{
|
|
3
264
|
readonly account: {
|
|
4
265
|
readonly createAccount: import("@rocicorp/zero").MutatorDefinition<{
|
|
@@ -1256,40 +1517,40 @@ export declare const marcoZero: {
|
|
|
1256
1517
|
relationships: {
|
|
1257
1518
|
readonly user: {
|
|
1258
1519
|
accounts: [{
|
|
1259
|
-
readonly sourceField: readonly ("id" | "
|
|
1260
|
-
readonly destField: readonly ("id" | "
|
|
1520
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1521
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1261
1522
|
readonly destSchema: "account";
|
|
1262
1523
|
readonly cardinality: "many";
|
|
1263
1524
|
}];
|
|
1264
1525
|
contacts: [{
|
|
1265
|
-
readonly sourceField: readonly ("id" | "
|
|
1266
|
-
readonly destField: readonly ("id" | "
|
|
1526
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1527
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
1267
1528
|
readonly destSchema: "contact";
|
|
1268
1529
|
readonly cardinality: "many";
|
|
1269
1530
|
}];
|
|
1270
1531
|
drafts: [{
|
|
1271
|
-
readonly sourceField: readonly ("id" | "
|
|
1272
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1532
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1533
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1273
1534
|
readonly destSchema: "draft";
|
|
1274
1535
|
readonly cardinality: "many";
|
|
1275
1536
|
}];
|
|
1276
1537
|
pushNotificationTokens: [{
|
|
1277
|
-
readonly sourceField: readonly ("id" | "
|
|
1538
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1278
1539
|
readonly destField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
1279
1540
|
readonly destSchema: "userPushNotificationToken";
|
|
1280
1541
|
readonly cardinality: "many";
|
|
1281
1542
|
}];
|
|
1282
1543
|
threads: [{
|
|
1283
|
-
readonly sourceField: readonly ("id" | "
|
|
1284
|
-
readonly destField: readonly ("id" | "
|
|
1544
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1545
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1285
1546
|
readonly destSchema: "thread";
|
|
1286
1547
|
readonly cardinality: "many";
|
|
1287
1548
|
}];
|
|
1288
1549
|
};
|
|
1289
1550
|
readonly draftAttachment: {
|
|
1290
1551
|
draft: [{
|
|
1291
|
-
readonly sourceField: readonly ("status" | "id" | "
|
|
1292
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1552
|
+
readonly sourceField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
1553
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1293
1554
|
readonly destSchema: "draft";
|
|
1294
1555
|
readonly cardinality: "one";
|
|
1295
1556
|
}];
|
|
@@ -1297,61 +1558,61 @@ export declare const marcoZero: {
|
|
|
1297
1558
|
readonly userPushNotificationToken: {
|
|
1298
1559
|
user: [{
|
|
1299
1560
|
readonly sourceField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
1300
|
-
readonly destField: readonly ("id" | "
|
|
1561
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1301
1562
|
readonly destSchema: "user";
|
|
1302
1563
|
readonly cardinality: "one";
|
|
1303
1564
|
}];
|
|
1304
1565
|
};
|
|
1305
1566
|
readonly contact: {
|
|
1306
1567
|
user: [{
|
|
1307
|
-
readonly sourceField: readonly ("id" | "
|
|
1308
|
-
readonly destField: readonly ("id" | "
|
|
1568
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
1569
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1309
1570
|
readonly destSchema: "user";
|
|
1310
1571
|
readonly cardinality: "one";
|
|
1311
1572
|
}];
|
|
1312
1573
|
};
|
|
1313
1574
|
readonly account: {
|
|
1314
1575
|
aliases: [{
|
|
1315
|
-
readonly sourceField: readonly ("id" | "
|
|
1316
|
-
readonly destField: readonly ("id" | "
|
|
1576
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1577
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
1317
1578
|
readonly destSchema: "accountAlias";
|
|
1318
1579
|
readonly cardinality: "many";
|
|
1319
1580
|
}];
|
|
1320
1581
|
drafts: [{
|
|
1321
|
-
readonly sourceField: readonly ("id" | "
|
|
1322
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1582
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1583
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1323
1584
|
readonly destSchema: "draft";
|
|
1324
1585
|
readonly cardinality: "many";
|
|
1325
1586
|
}];
|
|
1326
1587
|
labels: [{
|
|
1327
|
-
readonly sourceField: readonly ("id" | "
|
|
1588
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1328
1589
|
readonly destField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
1329
1590
|
readonly destSchema: "accountLabel";
|
|
1330
1591
|
readonly cardinality: "many";
|
|
1331
1592
|
}];
|
|
1332
1593
|
primaryAlias: [{
|
|
1333
|
-
readonly sourceField: readonly ("id" | "
|
|
1334
|
-
readonly destField: readonly ("id" | "
|
|
1594
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1595
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
1335
1596
|
readonly destSchema: "accountAlias";
|
|
1336
1597
|
readonly cardinality: "one";
|
|
1337
1598
|
}];
|
|
1338
1599
|
threads: [{
|
|
1339
|
-
readonly sourceField: readonly ("id" | "
|
|
1340
|
-
readonly destField: readonly ("id" | "
|
|
1600
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1601
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1341
1602
|
readonly destSchema: "thread";
|
|
1342
1603
|
readonly cardinality: "many";
|
|
1343
1604
|
}];
|
|
1344
1605
|
user: [{
|
|
1345
|
-
readonly sourceField: readonly ("id" | "
|
|
1346
|
-
readonly destField: readonly ("id" | "
|
|
1606
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1607
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1347
1608
|
readonly destSchema: "user";
|
|
1348
1609
|
readonly cardinality: "one";
|
|
1349
1610
|
}];
|
|
1350
1611
|
};
|
|
1351
1612
|
readonly accountAlias: {
|
|
1352
1613
|
account: [{
|
|
1353
|
-
readonly sourceField: readonly ("id" | "
|
|
1354
|
-
readonly destField: readonly ("id" | "
|
|
1614
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
1615
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1355
1616
|
readonly destSchema: "account";
|
|
1356
1617
|
readonly cardinality: "one";
|
|
1357
1618
|
}];
|
|
@@ -1359,7 +1620,7 @@ export declare const marcoZero: {
|
|
|
1359
1620
|
readonly accountLabel: {
|
|
1360
1621
|
account: [{
|
|
1361
1622
|
readonly sourceField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
1362
|
-
readonly destField: readonly ("id" | "
|
|
1623
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1363
1624
|
readonly destSchema: "account";
|
|
1364
1625
|
readonly cardinality: "one";
|
|
1365
1626
|
}];
|
|
@@ -1370,40 +1631,40 @@ export declare const marcoZero: {
|
|
|
1370
1631
|
readonly cardinality: "many";
|
|
1371
1632
|
}, {
|
|
1372
1633
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
1373
|
-
readonly destField: readonly ("id" | "
|
|
1634
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1374
1635
|
readonly destSchema: "thread";
|
|
1375
1636
|
readonly cardinality: "many";
|
|
1376
1637
|
}];
|
|
1377
1638
|
};
|
|
1378
1639
|
readonly draft: {
|
|
1379
1640
|
account: [{
|
|
1380
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1381
|
-
readonly destField: readonly ("id" | "
|
|
1641
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1642
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1382
1643
|
readonly destSchema: "account";
|
|
1383
1644
|
readonly cardinality: "one";
|
|
1384
1645
|
}];
|
|
1385
1646
|
attachments: [{
|
|
1386
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1387
|
-
readonly destField: readonly ("status" | "id" | "
|
|
1647
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1648
|
+
readonly destField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
1388
1649
|
readonly destSchema: "draftAttachment";
|
|
1389
1650
|
readonly cardinality: "many";
|
|
1390
1651
|
}];
|
|
1391
1652
|
user: [{
|
|
1392
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
1393
|
-
readonly destField: readonly ("id" | "
|
|
1653
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
1654
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1394
1655
|
readonly destSchema: "user";
|
|
1395
1656
|
readonly cardinality: "one";
|
|
1396
1657
|
}];
|
|
1397
1658
|
};
|
|
1398
1659
|
readonly thread: {
|
|
1399
1660
|
account: [{
|
|
1400
|
-
readonly sourceField: readonly ("id" | "
|
|
1401
|
-
readonly destField: readonly ("id" | "
|
|
1661
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1662
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
1402
1663
|
readonly destSchema: "account";
|
|
1403
1664
|
readonly cardinality: "one";
|
|
1404
1665
|
}];
|
|
1405
1666
|
labels: [{
|
|
1406
|
-
readonly sourceField: readonly ("id" | "
|
|
1667
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1407
1668
|
readonly destField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
1408
1669
|
readonly destSchema: "threadLabel";
|
|
1409
1670
|
readonly cardinality: "many";
|
|
@@ -1414,20 +1675,20 @@ export declare const marcoZero: {
|
|
|
1414
1675
|
readonly cardinality: "many";
|
|
1415
1676
|
}];
|
|
1416
1677
|
messages: [{
|
|
1417
|
-
readonly sourceField: readonly ("id" | "
|
|
1678
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1418
1679
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
1419
1680
|
readonly destSchema: "threadMessage";
|
|
1420
1681
|
readonly cardinality: "many";
|
|
1421
1682
|
}];
|
|
1422
1683
|
threadByLabel: [{
|
|
1423
|
-
readonly sourceField: readonly ("id" | "
|
|
1684
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1424
1685
|
readonly destField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
1425
1686
|
readonly destSchema: "threadByLabel";
|
|
1426
1687
|
readonly cardinality: "many";
|
|
1427
1688
|
}];
|
|
1428
1689
|
user: [{
|
|
1429
|
-
readonly sourceField: readonly ("id" | "
|
|
1430
|
-
readonly destField: readonly ("id" | "
|
|
1690
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1691
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
1431
1692
|
readonly destSchema: "user";
|
|
1432
1693
|
readonly cardinality: "one";
|
|
1433
1694
|
}];
|
|
@@ -1447,7 +1708,7 @@ export declare const marcoZero: {
|
|
|
1447
1708
|
}];
|
|
1448
1709
|
thread: [{
|
|
1449
1710
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
1450
|
-
readonly destField: readonly ("id" | "
|
|
1711
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1451
1712
|
readonly destSchema: "thread";
|
|
1452
1713
|
readonly cardinality: "one";
|
|
1453
1714
|
}];
|
|
@@ -1461,7 +1722,7 @@ export declare const marcoZero: {
|
|
|
1461
1722
|
}];
|
|
1462
1723
|
thread: [{
|
|
1463
1724
|
readonly sourceField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
1464
|
-
readonly destField: readonly ("id" | "
|
|
1725
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1465
1726
|
readonly destSchema: "thread";
|
|
1466
1727
|
readonly cardinality: "one";
|
|
1467
1728
|
}];
|
|
@@ -1486,20 +1747,20 @@ export declare const marcoZero: {
|
|
|
1486
1747
|
}];
|
|
1487
1748
|
recipients: [{
|
|
1488
1749
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
1489
|
-
readonly destField: readonly ("type" | "id" | "
|
|
1750
|
+
readonly destField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
1490
1751
|
readonly destSchema: "threadMessageRecipient";
|
|
1491
1752
|
readonly cardinality: "many";
|
|
1492
1753
|
}];
|
|
1493
1754
|
thread: [{
|
|
1494
1755
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
1495
|
-
readonly destField: readonly ("id" | "
|
|
1756
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
1496
1757
|
readonly destSchema: "thread";
|
|
1497
1758
|
readonly cardinality: "one";
|
|
1498
1759
|
}];
|
|
1499
1760
|
};
|
|
1500
1761
|
readonly threadMessageRecipient: {
|
|
1501
1762
|
message: [{
|
|
1502
|
-
readonly sourceField: readonly ("type" | "id" | "
|
|
1763
|
+
readonly sourceField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
1503
1764
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
1504
1765
|
readonly destSchema: "threadMessage";
|
|
1505
1766
|
readonly cardinality: "one";
|
|
@@ -2639,40 +2900,40 @@ export declare const marcoZero: {
|
|
|
2639
2900
|
relationships: {
|
|
2640
2901
|
readonly user: {
|
|
2641
2902
|
accounts: [{
|
|
2642
|
-
readonly sourceField: readonly ("id" | "
|
|
2643
|
-
readonly destField: readonly ("id" | "
|
|
2903
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2904
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2644
2905
|
readonly destSchema: "account";
|
|
2645
2906
|
readonly cardinality: "many";
|
|
2646
2907
|
}];
|
|
2647
2908
|
contacts: [{
|
|
2648
|
-
readonly sourceField: readonly ("id" | "
|
|
2649
|
-
readonly destField: readonly ("id" | "
|
|
2909
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2910
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
2650
2911
|
readonly destSchema: "contact";
|
|
2651
2912
|
readonly cardinality: "many";
|
|
2652
2913
|
}];
|
|
2653
2914
|
drafts: [{
|
|
2654
|
-
readonly sourceField: readonly ("id" | "
|
|
2655
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2915
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2916
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
2656
2917
|
readonly destSchema: "draft";
|
|
2657
2918
|
readonly cardinality: "many";
|
|
2658
2919
|
}];
|
|
2659
2920
|
pushNotificationTokens: [{
|
|
2660
|
-
readonly sourceField: readonly ("id" | "
|
|
2921
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2661
2922
|
readonly destField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
2662
2923
|
readonly destSchema: "userPushNotificationToken";
|
|
2663
2924
|
readonly cardinality: "many";
|
|
2664
2925
|
}];
|
|
2665
2926
|
threads: [{
|
|
2666
|
-
readonly sourceField: readonly ("id" | "
|
|
2667
|
-
readonly destField: readonly ("id" | "
|
|
2927
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2928
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2668
2929
|
readonly destSchema: "thread";
|
|
2669
2930
|
readonly cardinality: "many";
|
|
2670
2931
|
}];
|
|
2671
2932
|
};
|
|
2672
2933
|
readonly draftAttachment: {
|
|
2673
2934
|
draft: [{
|
|
2674
|
-
readonly sourceField: readonly ("status" | "id" | "
|
|
2675
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2935
|
+
readonly sourceField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
2936
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
2676
2937
|
readonly destSchema: "draft";
|
|
2677
2938
|
readonly cardinality: "one";
|
|
2678
2939
|
}];
|
|
@@ -2680,61 +2941,61 @@ export declare const marcoZero: {
|
|
|
2680
2941
|
readonly userPushNotificationToken: {
|
|
2681
2942
|
user: [{
|
|
2682
2943
|
readonly sourceField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
2683
|
-
readonly destField: readonly ("id" | "
|
|
2944
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2684
2945
|
readonly destSchema: "user";
|
|
2685
2946
|
readonly cardinality: "one";
|
|
2686
2947
|
}];
|
|
2687
2948
|
};
|
|
2688
2949
|
readonly contact: {
|
|
2689
2950
|
user: [{
|
|
2690
|
-
readonly sourceField: readonly ("id" | "
|
|
2691
|
-
readonly destField: readonly ("id" | "
|
|
2951
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
2952
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2692
2953
|
readonly destSchema: "user";
|
|
2693
2954
|
readonly cardinality: "one";
|
|
2694
2955
|
}];
|
|
2695
2956
|
};
|
|
2696
2957
|
readonly account: {
|
|
2697
2958
|
aliases: [{
|
|
2698
|
-
readonly sourceField: readonly ("id" | "
|
|
2699
|
-
readonly destField: readonly ("id" | "
|
|
2959
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2960
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
2700
2961
|
readonly destSchema: "accountAlias";
|
|
2701
2962
|
readonly cardinality: "many";
|
|
2702
2963
|
}];
|
|
2703
2964
|
drafts: [{
|
|
2704
|
-
readonly sourceField: readonly ("id" | "
|
|
2705
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2965
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2966
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
2706
2967
|
readonly destSchema: "draft";
|
|
2707
2968
|
readonly cardinality: "many";
|
|
2708
2969
|
}];
|
|
2709
2970
|
labels: [{
|
|
2710
|
-
readonly sourceField: readonly ("id" | "
|
|
2971
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2711
2972
|
readonly destField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
2712
2973
|
readonly destSchema: "accountLabel";
|
|
2713
2974
|
readonly cardinality: "many";
|
|
2714
2975
|
}];
|
|
2715
2976
|
primaryAlias: [{
|
|
2716
|
-
readonly sourceField: readonly ("id" | "
|
|
2717
|
-
readonly destField: readonly ("id" | "
|
|
2977
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2978
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
2718
2979
|
readonly destSchema: "accountAlias";
|
|
2719
2980
|
readonly cardinality: "one";
|
|
2720
2981
|
}];
|
|
2721
2982
|
threads: [{
|
|
2722
|
-
readonly sourceField: readonly ("id" | "
|
|
2723
|
-
readonly destField: readonly ("id" | "
|
|
2983
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2984
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2724
2985
|
readonly destSchema: "thread";
|
|
2725
2986
|
readonly cardinality: "many";
|
|
2726
2987
|
}];
|
|
2727
2988
|
user: [{
|
|
2728
|
-
readonly sourceField: readonly ("id" | "
|
|
2729
|
-
readonly destField: readonly ("id" | "
|
|
2989
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2990
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2730
2991
|
readonly destSchema: "user";
|
|
2731
2992
|
readonly cardinality: "one";
|
|
2732
2993
|
}];
|
|
2733
2994
|
};
|
|
2734
2995
|
readonly accountAlias: {
|
|
2735
2996
|
account: [{
|
|
2736
|
-
readonly sourceField: readonly ("id" | "
|
|
2737
|
-
readonly destField: readonly ("id" | "
|
|
2997
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
2998
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2738
2999
|
readonly destSchema: "account";
|
|
2739
3000
|
readonly cardinality: "one";
|
|
2740
3001
|
}];
|
|
@@ -2742,7 +3003,7 @@ export declare const marcoZero: {
|
|
|
2742
3003
|
readonly accountLabel: {
|
|
2743
3004
|
account: [{
|
|
2744
3005
|
readonly sourceField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
2745
|
-
readonly destField: readonly ("id" | "
|
|
3006
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2746
3007
|
readonly destSchema: "account";
|
|
2747
3008
|
readonly cardinality: "one";
|
|
2748
3009
|
}];
|
|
@@ -2753,40 +3014,40 @@ export declare const marcoZero: {
|
|
|
2753
3014
|
readonly cardinality: "many";
|
|
2754
3015
|
}, {
|
|
2755
3016
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
2756
|
-
readonly destField: readonly ("id" | "
|
|
3017
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2757
3018
|
readonly destSchema: "thread";
|
|
2758
3019
|
readonly cardinality: "many";
|
|
2759
3020
|
}];
|
|
2760
3021
|
};
|
|
2761
3022
|
readonly draft: {
|
|
2762
3023
|
account: [{
|
|
2763
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2764
|
-
readonly destField: readonly ("id" | "
|
|
3024
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3025
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2765
3026
|
readonly destSchema: "account";
|
|
2766
3027
|
readonly cardinality: "one";
|
|
2767
3028
|
}];
|
|
2768
3029
|
attachments: [{
|
|
2769
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2770
|
-
readonly destField: readonly ("status" | "id" | "
|
|
3030
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3031
|
+
readonly destField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
2771
3032
|
readonly destSchema: "draftAttachment";
|
|
2772
3033
|
readonly cardinality: "many";
|
|
2773
3034
|
}];
|
|
2774
3035
|
user: [{
|
|
2775
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
2776
|
-
readonly destField: readonly ("id" | "
|
|
3036
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3037
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2777
3038
|
readonly destSchema: "user";
|
|
2778
3039
|
readonly cardinality: "one";
|
|
2779
3040
|
}];
|
|
2780
3041
|
};
|
|
2781
3042
|
readonly thread: {
|
|
2782
3043
|
account: [{
|
|
2783
|
-
readonly sourceField: readonly ("id" | "
|
|
2784
|
-
readonly destField: readonly ("id" | "
|
|
3044
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3045
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
2785
3046
|
readonly destSchema: "account";
|
|
2786
3047
|
readonly cardinality: "one";
|
|
2787
3048
|
}];
|
|
2788
3049
|
labels: [{
|
|
2789
|
-
readonly sourceField: readonly ("id" | "
|
|
3050
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2790
3051
|
readonly destField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
2791
3052
|
readonly destSchema: "threadLabel";
|
|
2792
3053
|
readonly cardinality: "many";
|
|
@@ -2797,20 +3058,20 @@ export declare const marcoZero: {
|
|
|
2797
3058
|
readonly cardinality: "many";
|
|
2798
3059
|
}];
|
|
2799
3060
|
messages: [{
|
|
2800
|
-
readonly sourceField: readonly ("id" | "
|
|
3061
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2801
3062
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
2802
3063
|
readonly destSchema: "threadMessage";
|
|
2803
3064
|
readonly cardinality: "many";
|
|
2804
3065
|
}];
|
|
2805
3066
|
threadByLabel: [{
|
|
2806
|
-
readonly sourceField: readonly ("id" | "
|
|
3067
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2807
3068
|
readonly destField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
2808
3069
|
readonly destSchema: "threadByLabel";
|
|
2809
3070
|
readonly cardinality: "many";
|
|
2810
3071
|
}];
|
|
2811
3072
|
user: [{
|
|
2812
|
-
readonly sourceField: readonly ("id" | "
|
|
2813
|
-
readonly destField: readonly ("id" | "
|
|
3073
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3074
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
2814
3075
|
readonly destSchema: "user";
|
|
2815
3076
|
readonly cardinality: "one";
|
|
2816
3077
|
}];
|
|
@@ -2830,7 +3091,7 @@ export declare const marcoZero: {
|
|
|
2830
3091
|
}];
|
|
2831
3092
|
thread: [{
|
|
2832
3093
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
2833
|
-
readonly destField: readonly ("id" | "
|
|
3094
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2834
3095
|
readonly destSchema: "thread";
|
|
2835
3096
|
readonly cardinality: "one";
|
|
2836
3097
|
}];
|
|
@@ -2844,7 +3105,7 @@ export declare const marcoZero: {
|
|
|
2844
3105
|
}];
|
|
2845
3106
|
thread: [{
|
|
2846
3107
|
readonly sourceField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
2847
|
-
readonly destField: readonly ("id" | "
|
|
3108
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2848
3109
|
readonly destSchema: "thread";
|
|
2849
3110
|
readonly cardinality: "one";
|
|
2850
3111
|
}];
|
|
@@ -2869,20 +3130,20 @@ export declare const marcoZero: {
|
|
|
2869
3130
|
}];
|
|
2870
3131
|
recipients: [{
|
|
2871
3132
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
2872
|
-
readonly destField: readonly ("type" | "id" | "
|
|
3133
|
+
readonly destField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
2873
3134
|
readonly destSchema: "threadMessageRecipient";
|
|
2874
3135
|
readonly cardinality: "many";
|
|
2875
3136
|
}];
|
|
2876
3137
|
thread: [{
|
|
2877
3138
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
2878
|
-
readonly destField: readonly ("id" | "
|
|
3139
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
2879
3140
|
readonly destSchema: "thread";
|
|
2880
3141
|
readonly cardinality: "one";
|
|
2881
3142
|
}];
|
|
2882
3143
|
};
|
|
2883
3144
|
readonly threadMessageRecipient: {
|
|
2884
3145
|
message: [{
|
|
2885
|
-
readonly sourceField: readonly ("type" | "id" | "
|
|
3146
|
+
readonly sourceField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
2886
3147
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
2887
3148
|
readonly destSchema: "threadMessage";
|
|
2888
3149
|
readonly cardinality: "one";
|
|
@@ -3662,40 +3923,40 @@ export declare const marcoZero: {
|
|
|
3662
3923
|
relationships: {
|
|
3663
3924
|
readonly user: {
|
|
3664
3925
|
accounts: [{
|
|
3665
|
-
readonly sourceField: readonly ("id" | "
|
|
3666
|
-
readonly destField: readonly ("id" | "
|
|
3926
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3927
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3667
3928
|
readonly destSchema: "account";
|
|
3668
3929
|
readonly cardinality: "many";
|
|
3669
3930
|
}];
|
|
3670
3931
|
contacts: [{
|
|
3671
|
-
readonly sourceField: readonly ("id" | "
|
|
3672
|
-
readonly destField: readonly ("id" | "
|
|
3932
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3933
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
3673
3934
|
readonly destSchema: "contact";
|
|
3674
3935
|
readonly cardinality: "many";
|
|
3675
3936
|
}];
|
|
3676
3937
|
drafts: [{
|
|
3677
|
-
readonly sourceField: readonly ("id" | "
|
|
3678
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3938
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3939
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3679
3940
|
readonly destSchema: "draft";
|
|
3680
3941
|
readonly cardinality: "many";
|
|
3681
3942
|
}];
|
|
3682
3943
|
pushNotificationTokens: [{
|
|
3683
|
-
readonly sourceField: readonly ("id" | "
|
|
3944
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3684
3945
|
readonly destField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
3685
3946
|
readonly destSchema: "userPushNotificationToken";
|
|
3686
3947
|
readonly cardinality: "many";
|
|
3687
3948
|
}];
|
|
3688
3949
|
threads: [{
|
|
3689
|
-
readonly sourceField: readonly ("id" | "
|
|
3690
|
-
readonly destField: readonly ("id" | "
|
|
3950
|
+
readonly sourceField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3951
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3691
3952
|
readonly destSchema: "thread";
|
|
3692
3953
|
readonly cardinality: "many";
|
|
3693
3954
|
}];
|
|
3694
3955
|
};
|
|
3695
3956
|
readonly draftAttachment: {
|
|
3696
3957
|
draft: [{
|
|
3697
|
-
readonly sourceField: readonly ("status" | "id" | "
|
|
3698
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3958
|
+
readonly sourceField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
3959
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3699
3960
|
readonly destSchema: "draft";
|
|
3700
3961
|
readonly cardinality: "one";
|
|
3701
3962
|
}];
|
|
@@ -3703,61 +3964,61 @@ export declare const marcoZero: {
|
|
|
3703
3964
|
readonly userPushNotificationToken: {
|
|
3704
3965
|
user: [{
|
|
3705
3966
|
readonly sourceField: readonly ("createdAt" | "id" | "token" | "userId")[];
|
|
3706
|
-
readonly destField: readonly ("id" | "
|
|
3967
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3707
3968
|
readonly destSchema: "user";
|
|
3708
3969
|
readonly cardinality: "one";
|
|
3709
3970
|
}];
|
|
3710
3971
|
};
|
|
3711
3972
|
readonly contact: {
|
|
3712
3973
|
user: [{
|
|
3713
|
-
readonly sourceField: readonly ("id" | "
|
|
3714
|
-
readonly destField: readonly ("id" | "
|
|
3974
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "userId")[];
|
|
3975
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3715
3976
|
readonly destSchema: "user";
|
|
3716
3977
|
readonly cardinality: "one";
|
|
3717
3978
|
}];
|
|
3718
3979
|
};
|
|
3719
3980
|
readonly account: {
|
|
3720
3981
|
aliases: [{
|
|
3721
|
-
readonly sourceField: readonly ("id" | "
|
|
3722
|
-
readonly destField: readonly ("id" | "
|
|
3982
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3983
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
3723
3984
|
readonly destSchema: "accountAlias";
|
|
3724
3985
|
readonly cardinality: "many";
|
|
3725
3986
|
}];
|
|
3726
3987
|
drafts: [{
|
|
3727
|
-
readonly sourceField: readonly ("id" | "
|
|
3728
|
-
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3988
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3989
|
+
readonly destField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
3729
3990
|
readonly destSchema: "draft";
|
|
3730
3991
|
readonly cardinality: "many";
|
|
3731
3992
|
}];
|
|
3732
3993
|
labels: [{
|
|
3733
|
-
readonly sourceField: readonly ("id" | "
|
|
3994
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3734
3995
|
readonly destField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
3735
3996
|
readonly destSchema: "accountLabel";
|
|
3736
3997
|
readonly cardinality: "many";
|
|
3737
3998
|
}];
|
|
3738
3999
|
primaryAlias: [{
|
|
3739
|
-
readonly sourceField: readonly ("id" | "
|
|
3740
|
-
readonly destField: readonly ("id" | "
|
|
4000
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4001
|
+
readonly destField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
3741
4002
|
readonly destSchema: "accountAlias";
|
|
3742
4003
|
readonly cardinality: "one";
|
|
3743
4004
|
}];
|
|
3744
4005
|
threads: [{
|
|
3745
|
-
readonly sourceField: readonly ("id" | "
|
|
3746
|
-
readonly destField: readonly ("id" | "
|
|
4006
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4007
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3747
4008
|
readonly destSchema: "thread";
|
|
3748
4009
|
readonly cardinality: "many";
|
|
3749
4010
|
}];
|
|
3750
4011
|
user: [{
|
|
3751
|
-
readonly sourceField: readonly ("id" | "
|
|
3752
|
-
readonly destField: readonly ("id" | "
|
|
4012
|
+
readonly sourceField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
4013
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3753
4014
|
readonly destSchema: "user";
|
|
3754
4015
|
readonly cardinality: "one";
|
|
3755
4016
|
}];
|
|
3756
4017
|
};
|
|
3757
4018
|
readonly accountAlias: {
|
|
3758
4019
|
account: [{
|
|
3759
|
-
readonly sourceField: readonly ("id" | "
|
|
3760
|
-
readonly destField: readonly ("id" | "
|
|
4020
|
+
readonly sourceField: readonly ("id" | "emailAddress" | "name" | "accountId" | "isPrimary")[];
|
|
4021
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3761
4022
|
readonly destSchema: "account";
|
|
3762
4023
|
readonly cardinality: "one";
|
|
3763
4024
|
}];
|
|
@@ -3765,7 +4026,7 @@ export declare const marcoZero: {
|
|
|
3765
4026
|
readonly accountLabel: {
|
|
3766
4027
|
account: [{
|
|
3767
4028
|
readonly sourceField: readonly ("id" | "name" | "accountId" | "path" | "specialUse" | "uidValidity" | "unreadCount")[];
|
|
3768
|
-
readonly destField: readonly ("id" | "
|
|
4029
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3769
4030
|
readonly destSchema: "account";
|
|
3770
4031
|
readonly cardinality: "one";
|
|
3771
4032
|
}];
|
|
@@ -3776,40 +4037,40 @@ export declare const marcoZero: {
|
|
|
3776
4037
|
readonly cardinality: "many";
|
|
3777
4038
|
}, {
|
|
3778
4039
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
3779
|
-
readonly destField: readonly ("id" | "
|
|
4040
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3780
4041
|
readonly destSchema: "thread";
|
|
3781
4042
|
readonly cardinality: "many";
|
|
3782
4043
|
}];
|
|
3783
4044
|
};
|
|
3784
4045
|
readonly draft: {
|
|
3785
4046
|
account: [{
|
|
3786
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3787
|
-
readonly destField: readonly ("id" | "
|
|
4047
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
4048
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3788
4049
|
readonly destSchema: "account";
|
|
3789
4050
|
readonly cardinality: "one";
|
|
3790
4051
|
}];
|
|
3791
4052
|
attachments: [{
|
|
3792
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3793
|
-
readonly destField: readonly ("status" | "id" | "
|
|
4053
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
4054
|
+
readonly destField: readonly ("status" | "id" | "fileName" | "mimeType" | "totalSize" | "draftId")[];
|
|
3794
4055
|
readonly destSchema: "draftAttachment";
|
|
3795
4056
|
readonly cardinality: "many";
|
|
3796
4057
|
}];
|
|
3797
4058
|
user: [{
|
|
3798
|
-
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "
|
|
3799
|
-
readonly destField: readonly ("id" | "
|
|
4059
|
+
readonly sourceField: readonly ("type" | "status" | "id" | "updatedAt" | "body" | "subject" | "accountId" | "scheduledFor" | "error" | "fromName" | "referencedMessageId" | "userId" | "fromAliasId" | "fromEmail")[];
|
|
4060
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3800
4061
|
readonly destSchema: "user";
|
|
3801
4062
|
readonly cardinality: "one";
|
|
3802
4063
|
}];
|
|
3803
4064
|
};
|
|
3804
4065
|
readonly thread: {
|
|
3805
4066
|
account: [{
|
|
3806
|
-
readonly sourceField: readonly ("id" | "
|
|
3807
|
-
readonly destField: readonly ("id" | "
|
|
4067
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
4068
|
+
readonly destField: readonly ("id" | "color" | "displayName" | "userId" | "imapConnectionStatus" | "mailProcessedCount" | "mailTotalCount" | "primaryAliasId")[];
|
|
3808
4069
|
readonly destSchema: "account";
|
|
3809
4070
|
readonly cardinality: "one";
|
|
3810
4071
|
}];
|
|
3811
4072
|
labels: [{
|
|
3812
|
-
readonly sourceField: readonly ("id" | "
|
|
4073
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3813
4074
|
readonly destField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
3814
4075
|
readonly destSchema: "threadLabel";
|
|
3815
4076
|
readonly cardinality: "many";
|
|
@@ -3820,20 +4081,20 @@ export declare const marcoZero: {
|
|
|
3820
4081
|
readonly cardinality: "many";
|
|
3821
4082
|
}];
|
|
3822
4083
|
messages: [{
|
|
3823
|
-
readonly sourceField: readonly ("id" | "
|
|
4084
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3824
4085
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
3825
4086
|
readonly destSchema: "threadMessage";
|
|
3826
4087
|
readonly cardinality: "many";
|
|
3827
4088
|
}];
|
|
3828
4089
|
threadByLabel: [{
|
|
3829
|
-
readonly sourceField: readonly ("id" | "
|
|
4090
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3830
4091
|
readonly destField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
3831
4092
|
readonly destSchema: "threadByLabel";
|
|
3832
4093
|
readonly cardinality: "many";
|
|
3833
4094
|
}];
|
|
3834
4095
|
user: [{
|
|
3835
|
-
readonly sourceField: readonly ("id" | "
|
|
3836
|
-
readonly destField: readonly ("id" | "
|
|
4096
|
+
readonly sourceField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
4097
|
+
readonly destField: readonly ("id" | "name" | "profilePicture" | "undoSendEnabled")[];
|
|
3837
4098
|
readonly destSchema: "user";
|
|
3838
4099
|
readonly cardinality: "one";
|
|
3839
4100
|
}];
|
|
@@ -3853,7 +4114,7 @@ export declare const marcoZero: {
|
|
|
3853
4114
|
}];
|
|
3854
4115
|
thread: [{
|
|
3855
4116
|
readonly sourceField: readonly ("threadId" | "accountId" | "uidValidity" | "labelId" | "lastSyncedAt" | "threadMessageId" | "uid")[];
|
|
3856
|
-
readonly destField: readonly ("id" | "
|
|
4117
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3857
4118
|
readonly destSchema: "thread";
|
|
3858
4119
|
readonly cardinality: "one";
|
|
3859
4120
|
}];
|
|
@@ -3867,7 +4128,7 @@ export declare const marcoZero: {
|
|
|
3867
4128
|
}];
|
|
3868
4129
|
thread: [{
|
|
3869
4130
|
readonly sourceField: readonly ("threadId" | "latestMessageDate" | "labelId")[];
|
|
3870
|
-
readonly destField: readonly ("id" | "
|
|
4131
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3871
4132
|
readonly destSchema: "thread";
|
|
3872
4133
|
readonly cardinality: "one";
|
|
3873
4134
|
}];
|
|
@@ -3892,20 +4153,20 @@ export declare const marcoZero: {
|
|
|
3892
4153
|
}];
|
|
3893
4154
|
recipients: [{
|
|
3894
4155
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
3895
|
-
readonly destField: readonly ("type" | "id" | "
|
|
4156
|
+
readonly destField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
3896
4157
|
readonly destSchema: "threadMessageRecipient";
|
|
3897
4158
|
readonly cardinality: "many";
|
|
3898
4159
|
}];
|
|
3899
4160
|
thread: [{
|
|
3900
4161
|
readonly sourceField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
3901
|
-
readonly destField: readonly ("id" | "
|
|
4162
|
+
readonly destField: readonly ("id" | "subject" | "accountId" | "flagged" | "seen" | "userId" | "hasAttachments" | "labelIdList" | "latestMessageDate" | "latestMessageId" | "messageCount" | "previewText" | "senderEmail" | "senderName" | "words")[];
|
|
3902
4163
|
readonly destSchema: "thread";
|
|
3903
4164
|
readonly cardinality: "one";
|
|
3904
4165
|
}];
|
|
3905
4166
|
};
|
|
3906
4167
|
readonly threadMessageRecipient: {
|
|
3907
4168
|
message: [{
|
|
3908
|
-
readonly sourceField: readonly ("type" | "id" | "
|
|
4169
|
+
readonly sourceField: readonly ("type" | "id" | "emailAddress" | "name" | "threadMessageId")[];
|
|
3909
4170
|
readonly destField: readonly ("threadId" | "id" | "accountId" | "previewText" | "senderEmail" | "senderName" | "envelopeDate" | "envelopeSubject")[];
|
|
3910
4171
|
readonly destSchema: "threadMessage";
|
|
3911
4172
|
readonly cardinality: "one";
|