@marcoappio/marco-config 2.0.290 → 2.0.292
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 +12 -23
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +15 -23
- package/dist/clients/draft.d.ts +32 -18
- package/dist/clients/draft.d.ts.map +1 -1
- package/dist/clients/draft.js +23 -9
- package/dist/clients/index.d.ts +44 -41
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/index.d.ts +48 -43
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +48 -43
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +48 -43
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +3 -1
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +5 -3
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +10 -23
- package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.js +6 -12
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +33 -17
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +21 -9
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +43 -40
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +48 -43
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -9,14 +9,16 @@ export declare const push: {
|
|
|
9
9
|
}, undefined>;
|
|
10
10
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
11
11
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
12
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
12
|
+
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
13
13
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
14
14
|
readonly args: import("valibot").ObjectSchema<{
|
|
15
|
-
readonly
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
16
|
+
readonly alias: import("valibot").ObjectSchema<{
|
|
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
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
19
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
20
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
21
|
+
}, undefined>;
|
|
20
22
|
}, undefined>;
|
|
21
23
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
22
24
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -27,7 +29,7 @@ export declare const push: {
|
|
|
27
29
|
}, undefined>;
|
|
28
30
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
29
31
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
30
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
32
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
31
33
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
32
34
|
readonly args: import("valibot").ObjectSchema<{
|
|
33
35
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -38,7 +40,7 @@ export declare const push: {
|
|
|
38
40
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
39
41
|
readonly args: import("valibot").ObjectSchema<{
|
|
40
42
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
41
|
-
readonly
|
|
43
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
42
44
|
}, undefined>;
|
|
43
45
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
44
46
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -50,21 +52,6 @@ export declare const push: {
|
|
|
50
52
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
51
53
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
52
54
|
readonly name: import("valibot").LiteralSchema<"setAliasPrimary", undefined>;
|
|
53
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
54
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
55
|
-
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
56
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
57
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
58
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
59
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
60
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
61
|
-
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>;
|
|
62
|
-
}, undefined>;
|
|
63
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
64
|
-
}, undefined>;
|
|
65
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
66
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
67
|
-
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
68
55
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
69
56
|
readonly args: import("valibot").ObjectSchema<{
|
|
70
57
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -151,6 +138,29 @@ export declare const push: {
|
|
|
151
138
|
draft: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
152
139
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
153
140
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
141
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
142
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
143
|
+
}, undefined>;
|
|
144
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
145
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
146
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
147
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
148
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
149
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
150
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
151
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
152
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
153
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
154
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
155
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
156
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
157
|
+
}, undefined>;
|
|
158
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
159
|
+
}, undefined>;
|
|
160
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
161
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
162
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
163
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
154
164
|
readonly args: import("valibot").ObjectSchema<{
|
|
155
165
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
156
166
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -169,46 +179,39 @@ export declare const push: {
|
|
|
169
179
|
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>;
|
|
170
180
|
}, undefined>;
|
|
171
181
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
182
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
172
183
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
173
184
|
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
174
|
-
readonly
|
|
185
|
+
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>;
|
|
186
|
+
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>;
|
|
175
187
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
176
188
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
177
189
|
}, undefined>;
|
|
178
190
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
179
191
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
180
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
192
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
181
193
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
182
194
|
readonly args: import("valibot").ObjectSchema<{
|
|
183
|
-
readonly
|
|
184
|
-
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
185
|
-
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
186
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
187
|
-
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
188
|
-
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
189
|
-
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
190
|
-
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
191
|
-
}, undefined>;
|
|
195
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
192
196
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
193
197
|
}, undefined>;
|
|
194
198
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
195
199
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
196
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
200
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
197
201
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
198
202
|
readonly args: import("valibot").ObjectSchema<{
|
|
199
203
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
200
204
|
}, undefined>;
|
|
201
205
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
202
206
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
203
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
207
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
204
208
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
205
209
|
readonly args: import("valibot").ObjectSchema<{
|
|
206
|
-
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
207
210
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
208
211
|
}, undefined>;
|
|
209
212
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
210
213
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
211
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
214
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
212
215
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
213
216
|
readonly args: import("valibot").ObjectSchema<{
|
|
214
217
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -289,12 +292,12 @@ export declare const push: {
|
|
|
289
292
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
290
293
|
readonly args: import("valibot").ObjectSchema<{
|
|
291
294
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
292
|
-
readonly
|
|
295
|
+
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>;
|
|
293
296
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
294
297
|
}, undefined>;
|
|
295
298
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
296
299
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
297
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
300
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
298
301
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
299
302
|
readonly args: import("valibot").ObjectSchema<{
|
|
300
303
|
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA"}
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -101,9 +101,9 @@ export declare const marcoSDK: {
|
|
|
101
101
|
readonly value: import("valibot").ObjectSchema<{
|
|
102
102
|
readonly aliases: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
103
103
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
104
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
104
105
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
105
|
-
readonly
|
|
106
|
-
readonly isPrimary: import("valibot").BooleanSchema<undefined>;
|
|
106
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
107
107
|
}, undefined>, undefined>;
|
|
108
108
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
109
109
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -214,9 +214,11 @@ export declare const marcoSDK: {
|
|
|
214
214
|
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>;
|
|
215
215
|
}, undefined>;
|
|
216
216
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
217
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
217
218
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
218
219
|
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
219
|
-
readonly
|
|
220
|
+
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>;
|
|
221
|
+
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>;
|
|
220
222
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
221
223
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
222
224
|
}, undefined>;
|
|
@@ -365,14 +367,16 @@ export declare const marcoSDK: {
|
|
|
365
367
|
}, undefined>;
|
|
366
368
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
367
369
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
368
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
370
|
+
readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
|
|
369
371
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
370
372
|
readonly args: import("valibot").ObjectSchema<{
|
|
371
|
-
readonly
|
|
372
|
-
readonly
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
373
|
+
readonly accountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
374
|
+
readonly alias: import("valibot").ObjectSchema<{
|
|
375
|
+
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
376
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
377
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
378
|
+
readonly primary: import("valibot").BooleanSchema<undefined>;
|
|
379
|
+
}, undefined>;
|
|
376
380
|
}, undefined>;
|
|
377
381
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
378
382
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -383,7 +387,7 @@ export declare const marcoSDK: {
|
|
|
383
387
|
}, undefined>;
|
|
384
388
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
385
389
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
386
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
390
|
+
readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
|
|
387
391
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
388
392
|
readonly args: import("valibot").ObjectSchema<{
|
|
389
393
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -394,7 +398,7 @@ export declare const marcoSDK: {
|
|
|
394
398
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
395
399
|
readonly args: import("valibot").ObjectSchema<{
|
|
396
400
|
readonly aliasId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
397
|
-
readonly
|
|
401
|
+
readonly hidden: import("valibot").BooleanSchema<undefined>;
|
|
398
402
|
}, undefined>;
|
|
399
403
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
400
404
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -406,21 +410,6 @@ export declare const marcoSDK: {
|
|
|
406
410
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
407
411
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
408
412
|
readonly name: import("valibot").LiteralSchema<"setAliasPrimary", undefined>;
|
|
409
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
410
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
411
|
-
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
412
|
-
readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
413
|
-
readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
414
|
-
readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
415
|
-
readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
416
|
-
readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
417
|
-
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>;
|
|
418
|
-
}, undefined>;
|
|
419
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
420
|
-
}, undefined>;
|
|
421
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
422
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
423
|
-
readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
|
|
424
413
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
425
414
|
readonly args: import("valibot").ObjectSchema<{
|
|
426
415
|
readonly connectionConfig: import("valibot").ObjectSchema<{
|
|
@@ -507,6 +496,29 @@ export declare const marcoSDK: {
|
|
|
507
496
|
draft: import("..").EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
|
|
508
497
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
509
498
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
|
|
499
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
500
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
501
|
+
}, undefined>;
|
|
502
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
503
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
504
|
+
readonly name: import("valibot").LiteralSchema<"cancelDraftSend", undefined>;
|
|
505
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
506
|
+
readonly args: import("valibot").ObjectSchema<{
|
|
507
|
+
readonly attachment: import("valibot").ObjectSchema<{
|
|
508
|
+
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
509
|
+
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
510
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
511
|
+
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
512
|
+
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
513
|
+
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
514
|
+
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
515
|
+
}, undefined>;
|
|
516
|
+
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
517
|
+
}, undefined>;
|
|
518
|
+
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
519
|
+
readonly id: import("valibot").NumberSchema<undefined>;
|
|
520
|
+
readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
|
|
521
|
+
}, undefined> | import("valibot").ObjectSchema<{
|
|
510
522
|
readonly args: import("valibot").ObjectSchema<{
|
|
511
523
|
readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
512
524
|
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
@@ -525,46 +537,39 @@ export declare const marcoSDK: {
|
|
|
525
537
|
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>;
|
|
526
538
|
}, undefined>;
|
|
527
539
|
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
540
|
+
readonly error: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
|
|
528
541
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
529
542
|
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>, undefined>;
|
|
530
|
-
readonly
|
|
543
|
+
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>;
|
|
544
|
+
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>;
|
|
531
545
|
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
|
|
532
546
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
533
547
|
}, undefined>;
|
|
534
548
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
535
549
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
536
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
550
|
+
readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
|
|
537
551
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
538
552
|
readonly args: import("valibot").ObjectSchema<{
|
|
539
|
-
readonly
|
|
540
|
-
readonly failed: import("valibot").BooleanSchema<undefined>;
|
|
541
|
-
readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
542
|
-
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
543
|
-
readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
544
|
-
readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
545
|
-
readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
546
|
-
readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
547
|
-
}, undefined>;
|
|
553
|
+
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
548
554
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
549
555
|
}, undefined>;
|
|
550
556
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
551
557
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
552
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
558
|
+
readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
|
|
553
559
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
554
560
|
readonly args: import("valibot").ObjectSchema<{
|
|
555
561
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
556
562
|
}, undefined>;
|
|
557
563
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
558
564
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
559
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
565
|
+
readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
|
|
560
566
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
561
567
|
readonly args: import("valibot").ObjectSchema<{
|
|
562
|
-
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
563
568
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
564
569
|
}, undefined>;
|
|
565
570
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
566
571
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
567
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
572
|
+
readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
|
|
568
573
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
569
574
|
readonly args: import("valibot").ObjectSchema<{
|
|
570
575
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
@@ -645,12 +650,12 @@ export declare const marcoSDK: {
|
|
|
645
650
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
646
651
|
readonly args: import("valibot").ObjectSchema<{
|
|
647
652
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
648
|
-
readonly
|
|
653
|
+
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>;
|
|
649
654
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
650
655
|
}, undefined>;
|
|
651
656
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
652
657
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
653
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
658
|
+
readonly name: import("valibot").LiteralSchema<"setScheduledFor", undefined>;
|
|
654
659
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
655
660
|
readonly args: import("valibot").ObjectSchema<{
|
|
656
661
|
readonly attachmentId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|
package/package.json
CHANGED