@marcoappio/marco-config 2.0.213 → 2.0.215
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 +6 -6
- package/dist/clients/thread.d.ts +6 -6
- package/dist/clients/thread.js +2 -2
- package/dist/sdk/endpoints/index.d.ts +6 -6
- package/dist/sdk/endpoints/private/index.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/index.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +6 -6
- package/dist/sdk/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -234,17 +234,17 @@ export declare const marcoClients: {
|
|
|
234
234
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
235
235
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
236
236
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
237
|
-
readonly
|
|
237
|
+
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
238
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
239
239
|
}, undefined>, undefined>;
|
|
240
240
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
241
|
-
readonly
|
|
241
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
242
242
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
243
243
|
}, undefined>, undefined>;
|
|
244
244
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
245
|
-
readonly envelopeSubject: import("valibot").
|
|
245
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
246
246
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
247
|
-
readonly
|
|
247
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
248
248
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
249
249
|
}, undefined>, undefined>;
|
|
250
250
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -254,12 +254,12 @@ export declare const marcoClients: {
|
|
|
254
254
|
}, undefined>;
|
|
255
255
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
256
256
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
257
|
-
readonly
|
|
257
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
258
258
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
259
259
|
}, undefined>, undefined>;
|
|
260
260
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
261
261
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
262
|
-
readonly
|
|
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>;
|
|
264
264
|
}, undefined>, undefined>;
|
|
265
265
|
}, undefined>, undefined>;
|
package/dist/clients/thread.d.ts
CHANGED
|
@@ -5,17 +5,17 @@ export declare const thread: {
|
|
|
5
5
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
6
6
|
readonly messages: v.ArraySchema<v.ObjectSchema<{
|
|
7
7
|
readonly bcc: v.ArraySchema<v.ObjectSchema<{
|
|
8
|
-
readonly
|
|
8
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
9
9
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
10
10
|
}, undefined>, undefined>;
|
|
11
11
|
readonly cc: v.ArraySchema<v.ObjectSchema<{
|
|
12
|
-
readonly
|
|
12
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
13
13
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
14
14
|
}, undefined>, undefined>;
|
|
15
15
|
readonly envelopeDate: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
16
|
-
readonly envelopeSubject: v.
|
|
16
|
+
readonly envelopeSubject: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
17
17
|
readonly from: v.ArraySchema<v.ObjectSchema<{
|
|
18
|
-
readonly
|
|
18
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
19
19
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
20
20
|
}, undefined>, undefined>;
|
|
21
21
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
@@ -25,12 +25,12 @@ export declare const thread: {
|
|
|
25
25
|
}, undefined>;
|
|
26
26
|
readonly previewText: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
27
27
|
readonly replyTo: v.ArraySchema<v.ObjectSchema<{
|
|
28
|
-
readonly
|
|
28
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
29
29
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
30
|
}, undefined>, undefined>;
|
|
31
31
|
readonly seen: v.BooleanSchema<undefined>;
|
|
32
32
|
readonly to: v.ArraySchema<v.ObjectSchema<{
|
|
33
|
-
readonly
|
|
33
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
34
34
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
35
35
|
}, undefined>, undefined>;
|
|
36
36
|
}, undefined>, undefined>;
|
package/dist/clients/thread.js
CHANGED
|
@@ -2,7 +2,7 @@ import * as v from 'valibot';
|
|
|
2
2
|
import { marcoConstants } from '../constants';
|
|
3
3
|
import { marcoSchemas } from '../schemas';
|
|
4
4
|
const inlineContact = v.object({
|
|
5
|
-
|
|
5
|
+
emailAddress: marcoSchemas.string.email(),
|
|
6
6
|
name: marcoSchemas.string.nullable(),
|
|
7
7
|
});
|
|
8
8
|
export const thread = {
|
|
@@ -13,7 +13,7 @@ export const thread = {
|
|
|
13
13
|
bcc: v.array(inlineContact),
|
|
14
14
|
cc: v.array(inlineContact),
|
|
15
15
|
envelopeDate: marcoSchemas.number.positiveInteger(),
|
|
16
|
-
envelopeSubject: marcoSchemas.string.
|
|
16
|
+
envelopeSubject: marcoSchemas.string.nullable(),
|
|
17
17
|
from: v.array(inlineContact),
|
|
18
18
|
id: marcoSchemas.string.uuid(),
|
|
19
19
|
labelIds: v.object({
|
|
@@ -213,17 +213,17 @@ export declare const endpoints: {
|
|
|
213
213
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
214
214
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
215
215
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
216
|
-
readonly
|
|
216
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
217
217
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
218
218
|
}, undefined>, undefined>;
|
|
219
219
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
220
|
-
readonly
|
|
220
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
221
221
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
222
222
|
}, undefined>, undefined>;
|
|
223
223
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
224
|
-
readonly envelopeSubject: import("valibot").
|
|
224
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
225
225
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
226
|
-
readonly
|
|
226
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
227
227
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
228
228
|
}, undefined>, undefined>;
|
|
229
229
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -233,12 +233,12 @@ export declare const endpoints: {
|
|
|
233
233
|
}, undefined>;
|
|
234
234
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
235
235
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
236
|
-
readonly
|
|
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>;
|
|
237
237
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
238
238
|
}, undefined>, undefined>;
|
|
239
239
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
240
240
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
241
|
-
readonly
|
|
241
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
242
242
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
243
243
|
}, undefined>, undefined>;
|
|
244
244
|
}, undefined>, undefined>;
|
|
@@ -210,17 +210,17 @@ export declare const privateGroup: {
|
|
|
210
210
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
211
211
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
212
212
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
213
|
-
readonly
|
|
213
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
214
214
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
215
215
|
}, undefined>, undefined>;
|
|
216
216
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
217
|
-
readonly
|
|
217
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
218
218
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
219
219
|
}, undefined>, undefined>;
|
|
220
220
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
221
|
-
readonly envelopeSubject: import("valibot").
|
|
221
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
222
222
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
223
|
-
readonly
|
|
223
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
224
224
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
225
225
|
}, undefined>, undefined>;
|
|
226
226
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -230,12 +230,12 @@ export declare const privateGroup: {
|
|
|
230
230
|
}, undefined>;
|
|
231
231
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
232
232
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
233
|
-
readonly
|
|
233
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
234
234
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
235
235
|
}, undefined>, undefined>;
|
|
236
236
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
237
237
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
238
|
-
readonly
|
|
238
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
239
239
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
240
240
|
}, undefined>, undefined>;
|
|
241
241
|
}, undefined>, undefined>;
|
|
@@ -191,17 +191,17 @@ export declare const sync: {
|
|
|
191
191
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
192
192
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
193
193
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
194
|
-
readonly
|
|
194
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
195
195
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
196
196
|
}, undefined>, undefined>;
|
|
197
197
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
198
|
-
readonly
|
|
198
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
199
199
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
200
200
|
}, undefined>, undefined>;
|
|
201
201
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
202
|
-
readonly envelopeSubject: import("valibot").
|
|
202
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
203
203
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
204
|
-
readonly
|
|
204
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
205
205
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
206
206
|
}, undefined>, undefined>;
|
|
207
207
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -211,12 +211,12 @@ export declare const sync: {
|
|
|
211
211
|
}, undefined>;
|
|
212
212
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
213
213
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
214
|
-
readonly
|
|
214
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
215
215
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
216
216
|
}, undefined>, undefined>;
|
|
217
217
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
218
218
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
219
|
-
readonly
|
|
219
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
220
220
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
221
221
|
}, undefined>, undefined>;
|
|
222
222
|
}, undefined>, undefined>;
|
|
@@ -190,17 +190,17 @@ export declare const pull: {
|
|
|
190
190
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
191
191
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
192
192
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
193
|
-
readonly
|
|
193
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
194
194
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
195
195
|
}, undefined>, undefined>;
|
|
196
196
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
197
|
-
readonly
|
|
197
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
198
198
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
199
199
|
}, undefined>, undefined>;
|
|
200
200
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
201
|
-
readonly envelopeSubject: import("valibot").
|
|
201
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
202
202
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
203
|
-
readonly
|
|
203
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
204
204
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
205
205
|
}, undefined>, undefined>;
|
|
206
206
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -210,12 +210,12 @@ export declare const pull: {
|
|
|
210
210
|
}, undefined>;
|
|
211
211
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
212
212
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
213
|
-
readonly
|
|
213
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
214
214
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
215
215
|
}, undefined>, undefined>;
|
|
216
216
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
217
217
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
218
|
-
readonly
|
|
218
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
219
219
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
220
220
|
}, undefined>, undefined>;
|
|
221
221
|
}, undefined>, undefined>;
|
|
@@ -43,17 +43,17 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
43
43
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
44
44
|
readonly messages: v.ArraySchema<v.ObjectSchema<{
|
|
45
45
|
readonly bcc: v.ArraySchema<v.ObjectSchema<{
|
|
46
|
-
readonly
|
|
46
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
47
47
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
48
48
|
}, undefined>, undefined>;
|
|
49
49
|
readonly cc: v.ArraySchema<v.ObjectSchema<{
|
|
50
|
-
readonly
|
|
50
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
51
51
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
52
52
|
}, undefined>, undefined>;
|
|
53
53
|
readonly envelopeDate: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
54
|
-
readonly envelopeSubject: v.
|
|
54
|
+
readonly envelopeSubject: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
55
55
|
readonly from: v.ArraySchema<v.ObjectSchema<{
|
|
56
|
-
readonly
|
|
56
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
57
57
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
58
58
|
}, undefined>, undefined>;
|
|
59
59
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
@@ -63,12 +63,12 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
63
63
|
}, undefined>;
|
|
64
64
|
readonly previewText: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
65
65
|
readonly replyTo: v.ArraySchema<v.ObjectSchema<{
|
|
66
|
-
readonly
|
|
66
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
67
67
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
68
68
|
}, undefined>, undefined>;
|
|
69
69
|
readonly seen: v.BooleanSchema<undefined>;
|
|
70
70
|
readonly to: v.ArraySchema<v.ObjectSchema<{
|
|
71
|
-
readonly
|
|
71
|
+
readonly emailAddress: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
72
72
|
readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
73
73
|
}, undefined>, undefined>;
|
|
74
74
|
}, undefined>, undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -212,17 +212,17 @@ export declare const marcoSDK: {
|
|
|
212
212
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
213
213
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
214
214
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
215
|
-
readonly
|
|
215
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
216
216
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
217
217
|
}, undefined>, undefined>;
|
|
218
218
|
readonly cc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
219
|
-
readonly
|
|
219
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
220
220
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
221
221
|
}, undefined>, undefined>;
|
|
222
222
|
readonly envelopeDate: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
223
|
-
readonly envelopeSubject: import("valibot").
|
|
223
|
+
readonly envelopeSubject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
224
224
|
readonly from: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
225
|
-
readonly
|
|
225
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
226
226
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
227
227
|
}, undefined>, undefined>;
|
|
228
228
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
@@ -232,12 +232,12 @@ export declare const marcoSDK: {
|
|
|
232
232
|
}, undefined>;
|
|
233
233
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
234
234
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
235
|
-
readonly
|
|
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>;
|
|
236
236
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
237
237
|
}, undefined>, undefined>;
|
|
238
238
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
239
239
|
readonly to: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
240
|
-
readonly
|
|
240
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
241
241
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
242
242
|
}, undefined>, undefined>;
|
|
243
243
|
}, undefined>, undefined>;
|
package/package.json
CHANGED