@marcoappio/marco-config 2.0.163 → 2.0.165

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.
Files changed (59) hide show
  1. package/dist/clients/account.d.ts +7 -7
  2. package/dist/clients/account.js +6 -6
  3. package/dist/clients/contact.d.ts +1 -1
  4. package/dist/clients/contact.js +1 -1
  5. package/dist/clients/draft.d.ts +12 -132
  6. package/dist/clients/draft.d.ts.map +1 -1
  7. package/dist/clients/draft.js +24 -33
  8. package/dist/clients/index.d.ts +27 -148
  9. package/dist/clients/index.d.ts.map +1 -1
  10. package/dist/clients/thread.d.ts +5 -5
  11. package/dist/clients/thread.js +5 -5
  12. package/dist/clients/user.d.ts +3 -3
  13. package/dist/clients/user.js +2 -2
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/schemas.d.ts +1 -0
  17. package/dist/schemas.d.ts.map +1 -1
  18. package/dist/schemas.js +2 -1
  19. package/dist/sdk/endpoints/index.d.ts +39 -162
  20. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  21. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts +1 -1
  22. package/dist/sdk/endpoints/private/emailMessage/index.d.ts +1 -1
  23. package/dist/sdk/endpoints/private/index.d.ts +35 -158
  24. package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
  25. package/dist/sdk/endpoints/private/sync/index.d.ts +33 -156
  26. package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
  27. package/dist/sdk/endpoints/private/sync/pull/account.d.ts +3 -3
  28. package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +2 -2
  29. package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +4 -10
  30. package/dist/sdk/endpoints/private/sync/pull/draft.d.ts.map +1 -1
  31. package/dist/sdk/endpoints/private/sync/pull/index.d.ts +15 -21
  32. package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
  33. package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +4 -4
  34. package/dist/sdk/endpoints/private/sync/pull/user.d.ts +2 -2
  35. package/dist/sdk/endpoints/private/sync/push/account.d.ts +6 -6
  36. package/dist/sdk/endpoints/private/sync/push/draft.d.ts +6 -123
  37. package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
  38. package/dist/sdk/endpoints/private/sync/push/draft.js +2 -8
  39. package/dist/sdk/endpoints/private/sync/push/index.d.ts +18 -135
  40. package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
  41. package/dist/sdk/endpoints/private/sync/push/thread.d.ts +3 -3
  42. package/dist/sdk/endpoints/private/sync/push/user.d.ts +3 -3
  43. package/dist/sdk/endpoints/private/user/deleteUser.d.ts +1 -1
  44. package/dist/sdk/endpoints/private/user/index.d.ts +1 -1
  45. package/dist/sdk/endpoints/public/auth/index.d.ts +3 -3
  46. package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +1 -1
  47. package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts +1 -1
  48. package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +1 -1
  49. package/dist/sdk/endpoints/public/healthcheck/index.d.ts +1 -1
  50. package/dist/sdk/endpoints/public/index.d.ts +4 -4
  51. package/dist/sdk/index.d.ts +39 -162
  52. package/dist/sdk/index.d.ts.map +1 -1
  53. package/dist/types/JSONContent.d.ts +11 -0
  54. package/dist/types/JSONContent.d.ts.map +1 -0
  55. package/dist/types/JSONContent.js +1 -0
  56. package/dist/types/index.d.ts +1 -0
  57. package/dist/types/index.d.ts.map +1 -1
  58. package/dist/types/index.js +1 -0
  59. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  export declare const privateGroup: {
2
2
  emailMessage: {
3
- getHTML: import("../../..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
3
+ getHTML: import("../../..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
4
4
  readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
5
5
  readonly status: import("valibot").LiteralSchema<401, undefined>;
6
6
  }, undefined>, import("valibot").ObjectSchema<{
@@ -18,7 +18,7 @@ export declare const privateGroup: {
18
18
  account: import("../../..").EndpointConfig<"/v1/pv/sync/pull/account", import("valibot").ObjectSchema<{
19
19
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
20
20
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
21
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
21
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
22
22
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
23
23
  readonly status: import("valibot").LiteralSchema<400, undefined>;
24
24
  }, undefined>, import("valibot").ObjectSchema<{
@@ -38,7 +38,7 @@ export declare const privateGroup: {
38
38
  readonly op: import("valibot").LiteralSchema<"put", undefined>;
39
39
  readonly value: import("valibot").ObjectSchema<{
40
40
  readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
41
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
41
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
42
42
  readonly imapPasswordConfig: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
43
43
  readonly host: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
44
44
  readonly password: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
@@ -46,7 +46,7 @@ export declare const privateGroup: {
46
46
  readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>, import("valibot").LiteralSchema<"CONNECTED", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED", undefined>], undefined>;
47
47
  }, undefined>, undefined>;
48
48
  readonly labels: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
49
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
49
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
50
50
  readonly name: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
51
51
  readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
52
52
  readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
@@ -68,7 +68,7 @@ export declare const privateGroup: {
68
68
  contact: import("../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
69
69
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
70
70
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
71
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
71
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
72
72
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
73
73
  readonly status: import("valibot").LiteralSchema<400, undefined>;
74
74
  }, undefined>, import("valibot").ObjectSchema<{
@@ -87,7 +87,7 @@ export declare const privateGroup: {
87
87
  readonly key: import("valibot").StringSchema<undefined>;
88
88
  readonly op: import("valibot").LiteralSchema<"put", undefined>;
89
89
  readonly value: import("valibot").ObjectSchema<{
90
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
90
+ readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
91
91
  readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
92
92
  readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
93
93
  }, undefined>;
@@ -98,7 +98,7 @@ export declare const privateGroup: {
98
98
  draft: import("../../..").EndpointConfig<"/v1/pv/sync/pull/draft", import("valibot").ObjectSchema<{
99
99
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
100
100
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
101
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
101
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
102
102
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
103
103
  readonly status: import("valibot").LiteralSchema<400, undefined>;
104
104
  }, undefined>, import("valibot").ObjectSchema<{
@@ -120,18 +120,12 @@ export declare const privateGroup: {
120
120
  readonly body: import("valibot").ObjectSchema<{
121
121
  readonly bcc: 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>;
122
122
  readonly cc: 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>;
123
- readonly content: import("valibot").ObjectSchema<{
124
- readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
125
- readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
126
- }, undefined>, undefined>;
127
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
128
- }, undefined>;
129
- readonly replyTo: 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>;
123
+ readonly content: import("valibot").GenericSchema<import("../../..").JSONContent>;
130
124
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
131
125
  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>;
132
126
  }, undefined>;
133
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
134
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
127
+ readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
128
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
135
129
  readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
136
130
  }, undefined>;
137
131
  }, undefined>], undefined>, undefined>;
@@ -145,7 +139,7 @@ export declare const privateGroup: {
145
139
  readonly order: import("valibot").StringSchema<undefined>;
146
140
  readonly version: import("valibot").NumberSchema<undefined>;
147
141
  }, undefined>, undefined>;
148
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
142
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
149
143
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
150
144
  readonly status: import("valibot").LiteralSchema<400, undefined>;
151
145
  }, undefined>, import("valibot").ObjectSchema<{
@@ -169,8 +163,8 @@ export declare const privateGroup: {
169
163
  readonly key: import("valibot").StringSchema<undefined>;
170
164
  readonly op: import("valibot").LiteralSchema<"put", undefined>;
171
165
  readonly value: import("valibot").ObjectSchema<{
172
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
173
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
166
+ readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
167
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
174
168
  readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
175
169
  readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
176
170
  readonly emailAddresses: 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>;
@@ -187,7 +181,7 @@ export declare const privateGroup: {
187
181
  readonly emailAddresses: 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>;
188
182
  readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
189
183
  }, undefined>;
190
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
184
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
191
185
  readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
192
186
  readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
193
187
  readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
@@ -208,7 +202,7 @@ export declare const privateGroup: {
208
202
  user: import("../../..").EndpointConfig<"/v1/pv/sync/pull/user", import("valibot").ObjectSchema<{
209
203
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
210
204
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
211
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
205
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
212
206
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
213
207
  readonly status: import("valibot").LiteralSchema<400, undefined>;
214
208
  }, undefined>, import("valibot").ObjectSchema<{
@@ -227,7 +221,7 @@ export declare const privateGroup: {
227
221
  readonly key: import("valibot").StringSchema<undefined>;
228
222
  readonly op: import("valibot").LiteralSchema<"put", undefined>;
229
223
  readonly value: import("valibot").ObjectSchema<{
230
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
224
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
231
225
  readonly settings: import("valibot").ObjectSchema<{
232
226
  readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
233
227
  readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
@@ -243,7 +237,7 @@ export declare const privateGroup: {
243
237
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
244
238
  readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
245
239
  readonly args: import("valibot").ObjectSchema<{
246
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
240
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
247
241
  readonly imapPasswordConfig: import("valibot").ObjectSchema<{
248
242
  readonly status: import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>;
249
243
  readonly host: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
@@ -258,21 +252,21 @@ export declare const privateGroup: {
258
252
  readonly args: import("valibot").ObjectSchema<{
259
253
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
260
254
  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
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
255
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
262
256
  }, undefined>;
263
257
  readonly clientID: import("valibot").StringSchema<undefined>;
264
258
  readonly id: import("valibot").NumberSchema<undefined>;
265
259
  readonly name: import("valibot").LiteralSchema<"add", undefined>;
266
260
  }, undefined>, import("valibot").ObjectSchema<{
267
261
  readonly args: import("valibot").ObjectSchema<{
268
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
262
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
269
263
  }, undefined>;
270
264
  readonly clientID: import("valibot").StringSchema<undefined>;
271
265
  readonly id: import("valibot").NumberSchema<undefined>;
272
266
  readonly name: import("valibot").LiteralSchema<"delete", undefined>;
273
267
  }, undefined>, import("valibot").ObjectSchema<{
274
268
  readonly args: import("valibot").ObjectSchema<{
275
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
269
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
276
270
  readonly settings: Omit<import("valibot").ObjectSchema<{
277
271
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
278
272
  readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
@@ -283,7 +277,7 @@ export declare const privateGroup: {
283
277
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
284
278
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
285
279
  };
286
- readonly '~standard': import("valibot").StandardSchemaProps<{
280
+ readonly '~standard': import("valibot").StandardProps<{
287
281
  color?: string | undefined;
288
282
  firstName?: string | null | undefined;
289
283
  lastName?: string | null | undefined;
@@ -316,7 +310,7 @@ export declare const privateGroup: {
316
310
  readonly id: import("valibot").NumberSchema<undefined>;
317
311
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
318
312
  }, undefined>], undefined>, undefined>;
319
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
313
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
320
314
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
321
315
  readonly status: import("valibot").LiteralSchema<400, undefined>;
322
316
  }, undefined>, import("valibot").ObjectSchema<{
@@ -329,146 +323,29 @@ export declare const privateGroup: {
329
323
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
330
324
  readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
331
325
  readonly args: import("valibot").ObjectSchema<{
332
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
326
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
333
327
  }, undefined>;
334
328
  readonly clientID: import("valibot").StringSchema<undefined>;
335
329
  readonly id: import("valibot").NumberSchema<undefined>;
336
330
  readonly name: import("valibot").LiteralSchema<"delete", undefined>;
337
- }, undefined>, import("valibot").ObjectSchema<{
338
- readonly args: import("valibot").ObjectSchema<{
339
- readonly body: Omit<import("valibot").ObjectSchema<{
340
- readonly bcc: 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>;
341
- readonly cc: 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>;
342
- readonly content: import("valibot").ObjectSchema<{
343
- readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
344
- readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
345
- }, undefined>, undefined>;
346
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
347
- }, undefined>;
348
- readonly replyTo: 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>;
349
- readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
350
- 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>;
351
- }, undefined>, "entries" | "~standard" | "~run" | "~types"> & {
352
- readonly entries: {
353
- readonly bcc: import("valibot").OptionalSchema<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>, undefined>;
354
- readonly cc: import("valibot").OptionalSchema<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>, undefined>;
355
- readonly content: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
356
- readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
357
- readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
358
- }, undefined>, undefined>;
359
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
360
- }, undefined>, undefined>;
361
- readonly replyTo: import("valibot").OptionalSchema<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>, undefined>;
362
- readonly subject: import("valibot").OptionalSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
363
- readonly to: import("valibot").OptionalSchema<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>, undefined>;
364
- };
365
- readonly '~standard': import("valibot").StandardSchemaProps<{
366
- bcc?: string[] | undefined;
367
- cc?: string[] | undefined;
368
- content?: {
369
- type: "doc";
370
- content: ({
371
- type: string;
372
- } & {
373
- [key: string]: unknown;
374
- })[];
375
- } | undefined;
376
- replyTo?: string[] | undefined;
377
- to?: string[] | undefined;
378
- subject?: string | undefined;
379
- }, {
380
- bcc?: string[] | undefined;
381
- cc?: string[] | undefined;
382
- content?: {
383
- type: "doc";
384
- content: ({
385
- type: string;
386
- } & {
387
- [key: string]: unknown;
388
- })[];
389
- } | undefined;
390
- replyTo?: string[] | undefined;
391
- to?: string[] | undefined;
392
- subject?: string | undefined;
393
- }>;
394
- readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
395
- bcc?: string[] | undefined;
396
- cc?: string[] | undefined;
397
- content?: {
398
- type: "doc";
399
- content: ({
400
- type: string;
401
- } & {
402
- [key: string]: unknown;
403
- })[];
404
- } | undefined;
405
- replyTo?: string[] | undefined;
406
- to?: string[] | undefined;
407
- subject?: string | undefined;
408
- }, import("valibot").LiteralIssue | import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").UnionIssue<import("valibot").LiteralIssue> | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue | import("valibot").LooseObjectIssue>;
409
- readonly '~types'?: {
410
- readonly input: {
411
- bcc?: string[] | undefined;
412
- cc?: string[] | undefined;
413
- content?: {
414
- type: "doc";
415
- content: ({
416
- type: string;
417
- } & {
418
- [key: string]: unknown;
419
- })[];
420
- } | undefined;
421
- replyTo?: string[] | undefined;
422
- to?: string[] | undefined;
423
- subject?: string | undefined;
424
- };
425
- readonly output: {
426
- bcc?: string[] | undefined;
427
- cc?: string[] | undefined;
428
- content?: {
429
- type: "doc";
430
- content: ({
431
- type: string;
432
- } & {
433
- [key: string]: unknown;
434
- })[];
435
- } | undefined;
436
- replyTo?: string[] | undefined;
437
- to?: string[] | undefined;
438
- subject?: string | undefined;
439
- };
440
- readonly issue: import("valibot").LiteralIssue | import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").UnionIssue<import("valibot").LiteralIssue> | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue | import("valibot").LooseObjectIssue;
441
- } | undefined;
442
- };
443
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
444
- }, undefined>;
445
- readonly clientID: import("valibot").StringSchema<undefined>;
446
- readonly id: import("valibot").NumberSchema<undefined>;
447
- readonly name: import("valibot").LiteralSchema<"update", undefined>;
448
331
  }, undefined>, import("valibot").ObjectSchema<{
449
332
  readonly args: import("valibot").ObjectSchema<{
450
333
  readonly body: import("valibot").ObjectSchema<{
451
334
  readonly bcc: 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>;
452
335
  readonly cc: 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>;
453
- readonly content: import("valibot").ObjectSchema<{
454
- readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
455
- readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
456
- }, undefined>, undefined>;
457
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
458
- }, undefined>;
459
- readonly replyTo: 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>;
336
+ readonly content: import("valibot").GenericSchema<import("../../..").JSONContent>;
460
337
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
461
338
  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>;
462
339
  }, undefined>;
463
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
464
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
340
+ readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
341
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
465
342
  readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
466
343
  }, undefined>;
467
344
  readonly clientID: import("valibot").StringSchema<undefined>;
468
345
  readonly id: import("valibot").NumberSchema<undefined>;
469
- readonly name: import("valibot").LiteralSchema<"create", undefined>;
346
+ readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
470
347
  }, undefined>], undefined>, undefined>;
471
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
348
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
472
349
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
473
350
  readonly status: import("valibot").LiteralSchema<400, undefined>;
474
351
  }, undefined>, import("valibot").ObjectSchema<{
@@ -481,15 +358,15 @@ export declare const privateGroup: {
481
358
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
482
359
  readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
483
360
  readonly args: import("valibot").ObjectSchema<{
484
- readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
361
+ readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
485
362
  readonly seen: import("valibot").BooleanSchema<undefined>;
486
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
363
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
487
364
  }, undefined>;
488
365
  readonly clientID: import("valibot").StringSchema<undefined>;
489
366
  readonly id: import("valibot").NumberSchema<undefined>;
490
367
  readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
491
368
  }, undefined>], undefined>, undefined>;
492
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
369
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
493
370
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
494
371
  readonly status: import("valibot").LiteralSchema<400, undefined>;
495
372
  }, undefined>, import("valibot").ObjectSchema<{
@@ -505,7 +382,7 @@ export declare const privateGroup: {
505
382
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
506
383
  readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
507
384
  readonly args: import("valibot").ObjectSchema<{
508
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
385
+ readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
509
386
  readonly settings: Omit<import("valibot").ObjectSchema<{
510
387
  readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
511
388
  readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
@@ -514,7 +391,7 @@ export declare const privateGroup: {
514
391
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
515
392
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
516
393
  };
517
- readonly '~standard': import("valibot").StandardSchemaProps<{
394
+ readonly '~standard': import("valibot").StandardProps<{
518
395
  firstName?: string | null | undefined;
519
396
  lastName?: string | null | undefined;
520
397
  }, {
@@ -542,7 +419,7 @@ export declare const privateGroup: {
542
419
  readonly id: import("valibot").NumberSchema<undefined>;
543
420
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
544
421
  }, undefined>], undefined>, undefined>;
545
- }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
422
+ }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
546
423
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
547
424
  readonly status: import("valibot").LiteralSchema<400, undefined>;
548
425
  }, undefined>, import("valibot").ObjectSchema<{
@@ -554,7 +431,7 @@ export declare const privateGroup: {
554
431
  };
555
432
  };
556
433
  user: {
557
- deleteUser: import("../../..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
434
+ deleteUser: import("../../..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
558
435
  readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
559
436
  readonly status: import("valibot").LiteralSchema<401, undefined>;
560
437
  }, undefined>, import("valibot").ObjectSchema<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}