@marcoappio/marco-config 2.0.305 → 2.0.306
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clients/account.d.ts +15 -15
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/draft.d.ts +22 -22
- package/dist/clients/index.d.ts +54 -54
- package/dist/clients/thread.d.ts +14 -14
- package/dist/clients/thread.js +1 -1
- package/dist/clients/user.d.ts +2 -2
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/string.d.ts +1 -1
- package/dist/schemas/string.d.ts.map +1 -1
- package/dist/schemas/string.js +1 -1
- package/dist/sdk/endpoints/index.d.ts +54 -54
- package/dist/sdk/endpoints/private/index.d.ts +54 -54
- package/dist/sdk/endpoints/private/sync/index.d.ts +54 -54
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +4 -4
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +13 -13
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +5 -5
- package/dist/sdk/endpoints/private/sync/pull/user.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +13 -13
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +18 -18
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +41 -41
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +9 -9
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +1 -1
- package/dist/sdk/index.d.ts +54 -54
- package/package.json +1 -1
|
@@ -5,18 +5,18 @@ export declare const push: {
|
|
|
5
5
|
readonly args: import("valibot").ObjectSchema<{
|
|
6
6
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
7
7
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
8
|
-
readonly id: import("valibot").
|
|
8
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
9
9
|
}, undefined>;
|
|
10
10
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
11
11
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
12
12
|
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
13
13
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
14
14
|
readonly args: import("valibot").ObjectSchema<{
|
|
15
|
-
readonly accountId: import("valibot").
|
|
15
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
16
16
|
readonly alias: import("valibot").ObjectSchema<{
|
|
17
17
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
18
18
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
19
|
-
readonly id: import("valibot").
|
|
19
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
20
20
|
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
21
21
|
}, undefined>;
|
|
22
22
|
}, undefined>;
|
|
@@ -25,23 +25,23 @@ export declare const push: {
|
|
|
25
25
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
26
26
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
27
27
|
readonly args: import("valibot").ObjectSchema<{
|
|
28
|
-
readonly id: import("valibot").
|
|
28
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
29
29
|
}, undefined>;
|
|
30
30
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
31
31
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
32
32
|
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
33
33
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
34
34
|
readonly args: import("valibot").ObjectSchema<{
|
|
35
|
-
readonly accountId: import("valibot").
|
|
36
|
-
readonly aliasId: import("valibot").
|
|
35
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
36
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
37
37
|
}, undefined>;
|
|
38
38
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
39
39
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
40
40
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
41
41
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
42
42
|
readonly args: import("valibot").ObjectSchema<{
|
|
43
|
-
readonly accountId: import("valibot").
|
|
44
|
-
readonly aliasId: import("valibot").
|
|
43
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
44
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
45
45
|
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
46
46
|
}, undefined>;
|
|
47
47
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -49,8 +49,8 @@ export declare const push: {
|
|
|
49
49
|
readonly name: import("valibot").LiteralSchema<"setAliasHidden", undefined>;
|
|
50
50
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
51
51
|
readonly args: import("valibot").ObjectSchema<{
|
|
52
|
-
readonly accountId: import("valibot").
|
|
53
|
-
readonly aliasId: import("valibot").
|
|
52
|
+
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
53
|
+
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
54
54
|
}, undefined>;
|
|
55
55
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
56
56
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -65,7 +65,7 @@ export declare const push: {
|
|
|
65
65
|
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
66
66
|
readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
67
67
|
}, undefined>;
|
|
68
|
-
readonly id: import("valibot").
|
|
68
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
69
69
|
}, undefined>;
|
|
70
70
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
71
71
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -76,14 +76,14 @@ export declare const push: {
|
|
|
76
76
|
readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
77
77
|
readonly provider: import("valibot").LiteralSchema<"GOOGLE", undefined>;
|
|
78
78
|
}, undefined>;
|
|
79
|
-
readonly id: import("valibot").
|
|
79
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
80
80
|
}, undefined>;
|
|
81
81
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
82
82
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
83
83
|
readonly name: import("valibot").LiteralSchema<"setConnectionConfigOauth", undefined>;
|
|
84
84
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
85
85
|
readonly args: import("valibot").ObjectSchema<{
|
|
86
|
-
readonly id: import("valibot").
|
|
86
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
87
87
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
88
88
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
89
89
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -142,7 +142,7 @@ export declare const push: {
|
|
|
142
142
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
143
143
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
144
144
|
readonly args: import("valibot").ObjectSchema<{
|
|
145
|
-
readonly id: import("valibot").
|
|
145
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
146
146
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
147
147
|
}, undefined>;
|
|
148
148
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -153,13 +153,13 @@ export declare const push: {
|
|
|
153
153
|
readonly attachment: import("valibot").ObjectSchema<{
|
|
154
154
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
155
155
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
156
|
-
readonly id: import("valibot").
|
|
156
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
157
157
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
158
158
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
159
159
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
160
160
|
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
161
161
|
}, undefined>;
|
|
162
|
-
readonly id: import("valibot").
|
|
162
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
163
163
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
164
164
|
}, undefined>;
|
|
165
165
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -170,7 +170,7 @@ export declare const push: {
|
|
|
170
170
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
171
171
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
172
172
|
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
173
|
-
readonly id: import("valibot").
|
|
173
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
174
174
|
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
175
175
|
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
176
176
|
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
@@ -183,10 +183,10 @@ export declare const push: {
|
|
|
183
183
|
readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
184
184
|
readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
185
185
|
}, undefined>;
|
|
186
|
-
readonly emailAccountId: import("valibot").
|
|
186
|
+
readonly emailAccountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
187
187
|
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
188
|
-
readonly id: import("valibot").
|
|
189
|
-
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").
|
|
188
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
189
|
+
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
190
190
|
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
191
191
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SEND_REQUESTED", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMATION_PENDING", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMED", undefined>], undefined>;
|
|
192
192
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
@@ -197,8 +197,8 @@ export declare const push: {
|
|
|
197
197
|
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
198
198
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
199
199
|
readonly args: import("valibot").ObjectSchema<{
|
|
200
|
-
readonly attachmentId: import("valibot").
|
|
201
|
-
readonly id: import("valibot").
|
|
200
|
+
readonly attachmentId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
201
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
202
202
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
203
203
|
}, undefined>;
|
|
204
204
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -206,14 +206,14 @@ export declare const push: {
|
|
|
206
206
|
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
207
207
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
208
208
|
readonly args: import("valibot").ObjectSchema<{
|
|
209
|
-
readonly id: import("valibot").
|
|
209
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
210
210
|
}, undefined>;
|
|
211
211
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
212
212
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
213
213
|
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
214
214
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
215
215
|
readonly args: import("valibot").ObjectSchema<{
|
|
216
|
-
readonly id: import("valibot").
|
|
216
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
217
217
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
218
218
|
}, undefined>;
|
|
219
219
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -221,7 +221,7 @@ export declare const push: {
|
|
|
221
221
|
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
222
222
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
223
223
|
readonly args: import("valibot").ObjectSchema<{
|
|
224
|
-
readonly id: import("valibot").
|
|
224
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
225
225
|
readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
226
226
|
readonly index: import("valibot").NumberSchema<undefined>;
|
|
227
227
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
|
|
@@ -234,8 +234,8 @@ export declare const push: {
|
|
|
234
234
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
235
235
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
236
236
|
readonly args: import("valibot").ObjectSchema<{
|
|
237
|
-
readonly emailAccountId: import("valibot").
|
|
238
|
-
readonly id: import("valibot").
|
|
237
|
+
readonly emailAccountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
238
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
239
239
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
240
240
|
}, undefined>;
|
|
241
241
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -290,7 +290,7 @@ export declare const push: {
|
|
|
290
290
|
readonly issue: import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").MaxLengthIssue<string, number> | import("valibot").ObjectIssue | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue;
|
|
291
291
|
} | undefined;
|
|
292
292
|
};
|
|
293
|
-
readonly id: import("valibot").
|
|
293
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
294
294
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
295
295
|
}, undefined>;
|
|
296
296
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
@@ -298,7 +298,7 @@ export declare const push: {
|
|
|
298
298
|
readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
|
|
299
299
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
300
300
|
readonly args: import("valibot").ObjectSchema<{
|
|
301
|
-
readonly id: import("valibot").
|
|
301
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
302
302
|
readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
|
|
303
303
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
304
304
|
}, undefined>;
|
|
@@ -307,10 +307,10 @@ export declare const push: {
|
|
|
307
307
|
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
308
308
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
309
309
|
readonly args: import("valibot").ObjectSchema<{
|
|
310
|
-
readonly attachmentId: import("valibot").
|
|
310
|
+
readonly attachmentId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
311
311
|
readonly chunk: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").Base64Action<string, undefined>]>;
|
|
312
312
|
readonly chunkIndex: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
313
|
-
readonly id: import("valibot").
|
|
313
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
314
314
|
}, undefined>;
|
|
315
315
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
316
316
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -338,14 +338,14 @@ export declare const push: {
|
|
|
338
338
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
339
339
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
340
340
|
readonly args: import("valibot").ObjectSchema<{
|
|
341
|
-
readonly threadId: import("valibot").
|
|
341
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
342
342
|
}, undefined>;
|
|
343
343
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
344
344
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
345
345
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
346
346
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
347
347
|
readonly args: import("valibot").ObjectSchema<{
|
|
348
|
-
readonly threadId: import("valibot").
|
|
348
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
349
349
|
}, undefined>;
|
|
350
350
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
351
351
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -353,22 +353,22 @@ export declare const push: {
|
|
|
353
353
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
354
354
|
readonly args: import("valibot").ObjectSchema<{
|
|
355
355
|
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
356
|
-
readonly threadId: import("valibot").
|
|
356
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
357
357
|
}, undefined>;
|
|
358
358
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
359
359
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
360
360
|
readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
|
|
361
361
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
362
362
|
readonly args: import("valibot").ObjectSchema<{
|
|
363
|
-
readonly threadId: import("valibot").
|
|
363
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
364
364
|
}, undefined>;
|
|
365
365
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
366
366
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
367
367
|
readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
|
|
368
368
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
369
369
|
readonly args: import("valibot").ObjectSchema<{
|
|
370
|
-
readonly labelIds: import("valibot").ArraySchema<import("valibot").
|
|
371
|
-
readonly threadId: import("valibot").
|
|
370
|
+
readonly labelIds: import("valibot").ArraySchema<import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>, undefined>;
|
|
371
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
372
372
|
}, undefined>;
|
|
373
373
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
374
374
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -376,21 +376,21 @@ export declare const push: {
|
|
|
376
376
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
377
377
|
readonly args: import("valibot").ObjectSchema<{
|
|
378
378
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
379
|
-
readonly threadId: import("valibot").
|
|
379
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
380
380
|
}, undefined>;
|
|
381
381
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
382
382
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
383
383
|
readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
|
|
384
384
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
385
385
|
readonly args: import("valibot").ObjectSchema<{
|
|
386
|
-
readonly threadId: import("valibot").
|
|
386
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
387
387
|
}, undefined>;
|
|
388
388
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
389
389
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
390
390
|
readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
|
|
391
391
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
392
392
|
readonly args: import("valibot").ObjectSchema<{
|
|
393
|
-
readonly threadId: import("valibot").
|
|
393
|
+
readonly threadId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
394
394
|
}, undefined>;
|
|
395
395
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
396
396
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -418,7 +418,7 @@ export declare const push: {
|
|
|
418
418
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
419
419
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<import("valibot").ObjectSchema<{
|
|
420
420
|
readonly args: import("valibot").ObjectSchema<{
|
|
421
|
-
readonly id: import("valibot").
|
|
421
|
+
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
422
422
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
423
423
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
424
424
|
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|
|
@@ -3,14 +3,14 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
3
3
|
readonly clientGroupID: v.StringSchema<undefined>;
|
|
4
4
|
readonly mutations: v.ArraySchema<v.UnionSchema<(v.ObjectSchema<{
|
|
5
5
|
readonly args: v.ObjectSchema<{
|
|
6
|
-
readonly threadId: v.
|
|
6
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
7
7
|
}, undefined>;
|
|
8
8
|
readonly clientID: v.StringSchema<undefined>;
|
|
9
9
|
readonly id: v.NumberSchema<undefined>;
|
|
10
10
|
readonly name: v.LiteralSchema<"delete", undefined>;
|
|
11
11
|
}, undefined> | v.ObjectSchema<{
|
|
12
12
|
readonly args: v.ObjectSchema<{
|
|
13
|
-
readonly threadId: v.
|
|
13
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
14
14
|
}, undefined>;
|
|
15
15
|
readonly clientID: v.StringSchema<undefined>;
|
|
16
16
|
readonly id: v.NumberSchema<undefined>;
|
|
@@ -18,22 +18,22 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
18
18
|
}, undefined> | v.ObjectSchema<{
|
|
19
19
|
readonly args: v.ObjectSchema<{
|
|
20
20
|
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
21
|
-
readonly threadId: v.
|
|
21
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
22
22
|
}, undefined>;
|
|
23
23
|
readonly clientID: v.StringSchema<undefined>;
|
|
24
24
|
readonly id: v.NumberSchema<undefined>;
|
|
25
25
|
readonly name: v.LiteralSchema<"setFlagged", undefined>;
|
|
26
26
|
}, undefined> | v.ObjectSchema<{
|
|
27
27
|
readonly args: v.ObjectSchema<{
|
|
28
|
-
readonly threadId: v.
|
|
28
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
29
29
|
}, undefined>;
|
|
30
30
|
readonly clientID: v.StringSchema<undefined>;
|
|
31
31
|
readonly id: v.NumberSchema<undefined>;
|
|
32
32
|
readonly name: v.LiteralSchema<"setInbox", undefined>;
|
|
33
33
|
}, undefined> | v.ObjectSchema<{
|
|
34
34
|
readonly args: v.ObjectSchema<{
|
|
35
|
-
readonly labelIds: v.ArraySchema<v.
|
|
36
|
-
readonly threadId: v.
|
|
35
|
+
readonly labelIds: v.ArraySchema<v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>, undefined>;
|
|
36
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
37
37
|
}, undefined>;
|
|
38
38
|
readonly clientID: v.StringSchema<undefined>;
|
|
39
39
|
readonly id: v.NumberSchema<undefined>;
|
|
@@ -41,21 +41,21 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
41
41
|
}, undefined> | v.ObjectSchema<{
|
|
42
42
|
readonly args: v.ObjectSchema<{
|
|
43
43
|
readonly seen: v.BooleanSchema<undefined>;
|
|
44
|
-
readonly threadId: v.
|
|
44
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
45
45
|
}, undefined>;
|
|
46
46
|
readonly clientID: v.StringSchema<undefined>;
|
|
47
47
|
readonly id: v.NumberSchema<undefined>;
|
|
48
48
|
readonly name: v.LiteralSchema<"setSeen", undefined>;
|
|
49
49
|
}, undefined> | v.ObjectSchema<{
|
|
50
50
|
readonly args: v.ObjectSchema<{
|
|
51
|
-
readonly threadId: v.
|
|
51
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
52
52
|
}, undefined>;
|
|
53
53
|
readonly clientID: v.StringSchema<undefined>;
|
|
54
54
|
readonly id: v.NumberSchema<undefined>;
|
|
55
55
|
readonly name: v.LiteralSchema<"setSpam", undefined>;
|
|
56
56
|
}, undefined> | v.ObjectSchema<{
|
|
57
57
|
readonly args: v.ObjectSchema<{
|
|
58
|
-
readonly threadId: v.
|
|
58
|
+
readonly threadId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
59
59
|
}, undefined>;
|
|
60
60
|
readonly clientID: v.StringSchema<undefined>;
|
|
61
61
|
readonly id: v.NumberSchema<undefined>;
|
|
@@ -3,7 +3,7 @@ export declare const syncPushUser: import("../../../../..").EndpointConfig<"/v1/
|
|
|
3
3
|
readonly clientGroupID: v.StringSchema<undefined>;
|
|
4
4
|
readonly mutations: v.ArraySchema<v.UnionSchema<v.ObjectSchema<{
|
|
5
5
|
readonly args: v.ObjectSchema<{
|
|
6
|
-
readonly id: v.
|
|
6
|
+
readonly id: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
7
7
|
readonly settings: Omit<v.ObjectSchema<{
|
|
8
8
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
9
9
|
}, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
|