@marcoappio/marco-config 2.0.237 → 2.0.238
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clients/index.d.ts +2 -2
- package/dist/clients/thread.d.ts +2 -2
- package/dist/clients/thread.js +2 -2
- package/dist/sdk/endpoints/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +2 -2
- package/dist/sdk/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -269,6 +269,7 @@ export declare const marcoClients: {
|
|
|
269
269
|
model: import("valibot").ObjectSchema<{
|
|
270
270
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
271
271
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
272
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
272
273
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
273
274
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
274
275
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -287,7 +288,6 @@ export declare const marcoClients: {
|
|
|
287
288
|
}, undefined>, undefined>;
|
|
288
289
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
289
290
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
290
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
291
291
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
292
292
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
293
293
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -302,12 +302,12 @@ export declare const marcoClients: {
|
|
|
302
302
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
303
303
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
304
304
|
}, undefined>, undefined>;
|
|
305
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
306
305
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
307
306
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
308
307
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
309
308
|
}, undefined>, undefined>;
|
|
310
309
|
}, undefined>, undefined>;
|
|
310
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
311
311
|
}, undefined>;
|
|
312
312
|
mutators: {
|
|
313
313
|
delete: {
|
package/dist/clients/thread.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export declare const thread: {
|
|
|
3
3
|
model: v.ObjectSchema<{
|
|
4
4
|
readonly bagOfWords: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
5
5
|
readonly emailAccountId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
6
|
+
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
6
7
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
7
8
|
readonly messages: v.ArraySchema<v.ObjectSchema<{
|
|
8
9
|
readonly attachments: v.ArraySchema<v.ObjectSchema<{
|
|
@@ -21,7 +22,6 @@ export declare const thread: {
|
|
|
21
22
|
}, undefined>, undefined>;
|
|
22
23
|
readonly envelopeDate: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
23
24
|
readonly envelopeSubject: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
24
|
-
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
25
25
|
readonly from: v.ArraySchema<v.ObjectSchema<{
|
|
26
26
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
27
27
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -36,12 +36,12 @@ export declare const thread: {
|
|
|
36
36
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
37
37
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
38
38
|
}, undefined>, undefined>;
|
|
39
|
-
readonly seen: v.BooleanSchema<undefined>;
|
|
40
39
|
readonly to: v.ArraySchema<v.ObjectSchema<{
|
|
41
40
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
42
41
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
43
42
|
}, undefined>, undefined>;
|
|
44
43
|
}, undefined>, undefined>;
|
|
44
|
+
readonly seen: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
45
45
|
}, undefined>;
|
|
46
46
|
mutators: {
|
|
47
47
|
delete: {
|
package/dist/clients/thread.js
CHANGED
|
@@ -37,6 +37,7 @@ export const thread = {
|
|
|
37
37
|
model: v.object({
|
|
38
38
|
bagOfWords: v.array(marcoSchemas.string.required()),
|
|
39
39
|
emailAccountId: marcoSchemas.string.required(),
|
|
40
|
+
flagged: v.nonOptional(v.boolean()),
|
|
40
41
|
id: marcoSchemas.string.uuid(),
|
|
41
42
|
messages: v.array(v.object({
|
|
42
43
|
attachments: v.array(inlineAttachment),
|
|
@@ -44,7 +45,6 @@ export const thread = {
|
|
|
44
45
|
cc: v.array(inlineContact),
|
|
45
46
|
envelopeDate: marcoSchemas.number.positiveInteger(),
|
|
46
47
|
envelopeSubject: marcoSchemas.string.nullable(),
|
|
47
|
-
flagged: v.nonOptional(v.boolean()),
|
|
48
48
|
from: v.array(inlineContact),
|
|
49
49
|
id: marcoSchemas.string.uuid(),
|
|
50
50
|
labelIds: v.object({
|
|
@@ -53,9 +53,9 @@ export const thread = {
|
|
|
53
53
|
}),
|
|
54
54
|
previewText: marcoSchemas.string.required(marcoConstants.messages.PREVIEW_TEXT_MAX_LENGTH),
|
|
55
55
|
replyTo: v.array(inlineContact),
|
|
56
|
-
seen: v.boolean(),
|
|
57
56
|
to: v.array(inlineContact),
|
|
58
57
|
})),
|
|
58
|
+
seen: v.nonOptional(v.boolean()),
|
|
59
59
|
}),
|
|
60
60
|
mutators: {
|
|
61
61
|
...specialUseMutators,
|
|
@@ -240,6 +240,7 @@ export declare const endpoints: {
|
|
|
240
240
|
readonly value: import("valibot").ObjectSchema<{
|
|
241
241
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
242
242
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
243
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
243
244
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
244
245
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
245
246
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -258,7 +259,6 @@ export declare const endpoints: {
|
|
|
258
259
|
}, undefined>, undefined>;
|
|
259
260
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
260
261
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
261
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
262
262
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
263
263
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
264
264
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -273,12 +273,12 @@ export declare const endpoints: {
|
|
|
273
273
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
274
274
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
275
275
|
}, undefined>, undefined>;
|
|
276
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
277
276
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
278
277
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
279
278
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
280
279
|
}, undefined>, undefined>;
|
|
281
280
|
}, undefined>, undefined>;
|
|
281
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
282
282
|
}, undefined>;
|
|
283
283
|
}, undefined>], undefined>, undefined>;
|
|
284
284
|
}, undefined>;
|
|
@@ -237,6 +237,7 @@ export declare const privateGroup: {
|
|
|
237
237
|
readonly value: import("valibot").ObjectSchema<{
|
|
238
238
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
239
239
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
240
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
240
241
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
241
242
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
242
243
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -255,7 +256,6 @@ export declare const privateGroup: {
|
|
|
255
256
|
}, undefined>, undefined>;
|
|
256
257
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
257
258
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
258
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
259
259
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
260
260
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
261
261
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -270,12 +270,12 @@ export declare const privateGroup: {
|
|
|
270
270
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
271
271
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
272
272
|
}, undefined>, undefined>;
|
|
273
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
274
273
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
275
274
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
276
275
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
277
276
|
}, undefined>, undefined>;
|
|
278
277
|
}, undefined>, undefined>;
|
|
278
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
279
279
|
}, undefined>;
|
|
280
280
|
}, undefined>], undefined>, undefined>;
|
|
281
281
|
}, undefined>;
|
|
@@ -199,6 +199,7 @@ export declare const sync: {
|
|
|
199
199
|
readonly value: import("valibot").ObjectSchema<{
|
|
200
200
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
201
201
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
202
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
202
203
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
203
204
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
204
205
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -217,7 +218,6 @@ export declare const sync: {
|
|
|
217
218
|
}, undefined>, undefined>;
|
|
218
219
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
219
220
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
220
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
221
221
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
222
222
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
223
223
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -232,12 +232,12 @@ export declare const sync: {
|
|
|
232
232
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
233
233
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
234
234
|
}, undefined>, undefined>;
|
|
235
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
236
235
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
237
236
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
238
237
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
239
238
|
}, undefined>, undefined>;
|
|
240
239
|
}, undefined>, undefined>;
|
|
240
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
241
241
|
}, undefined>;
|
|
242
242
|
}, undefined>], undefined>, undefined>;
|
|
243
243
|
}, undefined>;
|
|
@@ -198,6 +198,7 @@ export declare const pull: {
|
|
|
198
198
|
readonly value: import("valibot").ObjectSchema<{
|
|
199
199
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
200
200
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
201
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
201
202
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
202
203
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
203
204
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -216,7 +217,6 @@ export declare const pull: {
|
|
|
216
217
|
}, undefined>, undefined>;
|
|
217
218
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
218
219
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
219
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
220
220
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
221
221
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
222
222
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -231,12 +231,12 @@ export declare const pull: {
|
|
|
231
231
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
232
232
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
233
233
|
}, undefined>, undefined>;
|
|
234
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
235
234
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
236
235
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
237
236
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
238
237
|
}, undefined>, undefined>;
|
|
239
238
|
}, undefined>, undefined>;
|
|
239
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
240
240
|
}, undefined>;
|
|
241
241
|
}, undefined>], undefined>, undefined>;
|
|
242
242
|
}, undefined>;
|
|
@@ -42,6 +42,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
42
42
|
readonly value: v.ObjectSchema<{
|
|
43
43
|
readonly bagOfWords: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
44
44
|
readonly emailAccountId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
45
|
+
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
45
46
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
46
47
|
readonly messages: v.ArraySchema<v.ObjectSchema<{
|
|
47
48
|
readonly attachments: v.ArraySchema<v.ObjectSchema<{
|
|
@@ -60,7 +61,6 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
60
61
|
}, undefined>, undefined>;
|
|
61
62
|
readonly envelopeDate: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
62
63
|
readonly envelopeSubject: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
63
|
-
readonly flagged: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
64
64
|
readonly from: v.ArraySchema<v.ObjectSchema<{
|
|
65
65
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
66
66
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -75,12 +75,12 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
75
75
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
76
76
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
77
77
|
}, undefined>, undefined>;
|
|
78
|
-
readonly seen: v.BooleanSchema<undefined>;
|
|
79
78
|
readonly to: v.ArraySchema<v.ObjectSchema<{
|
|
80
79
|
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
81
80
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
82
81
|
}, undefined>, undefined>;
|
|
83
82
|
}, undefined>, undefined>;
|
|
83
|
+
readonly seen: v.NonOptionalSchema<v.BooleanSchema<undefined>, undefined>;
|
|
84
84
|
}, undefined>;
|
|
85
85
|
}, undefined>], undefined>, undefined>;
|
|
86
86
|
}, undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -239,6 +239,7 @@ export declare const marcoSDK: {
|
|
|
239
239
|
readonly value: import("valibot").ObjectSchema<{
|
|
240
240
|
readonly bagOfWords: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
|
|
241
241
|
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
242
|
+
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
242
243
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
243
244
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
244
245
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -257,7 +258,6 @@ export declare const marcoSDK: {
|
|
|
257
258
|
}, undefined>, undefined>;
|
|
258
259
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
259
260
|
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
260
|
-
readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
261
261
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
262
262
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
263
263
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -272,12 +272,12 @@ export declare const marcoSDK: {
|
|
|
272
272
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
273
273
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
274
274
|
}, undefined>, undefined>;
|
|
275
|
-
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
276
275
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
277
276
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
278
277
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
279
278
|
}, undefined>, undefined>;
|
|
280
279
|
}, undefined>, undefined>;
|
|
280
|
+
readonly seen: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
|
|
281
281
|
}, undefined>;
|
|
282
282
|
}, undefined>], undefined>, undefined>;
|
|
283
283
|
}, undefined>;
|
package/package.json
CHANGED