@marcoappio/marco-config 2.0.165 → 2.0.167

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 (40) hide show
  1. package/dist/clients/account.d.ts +1 -1
  2. package/dist/clients/draft.d.ts +2 -3
  3. package/dist/clients/draft.d.ts.map +1 -1
  4. package/dist/clients/draft.js +1 -11
  5. package/dist/clients/index.d.ts +4 -4
  6. package/dist/clients/user.d.ts +1 -1
  7. package/dist/index.d.ts +1 -1
  8. package/dist/index.d.ts.map +1 -1
  9. package/dist/sdk/endpoints/index.d.ts +19 -19
  10. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts +1 -1
  11. package/dist/sdk/endpoints/private/emailMessage/index.d.ts +1 -1
  12. package/dist/sdk/endpoints/private/index.d.ts +15 -15
  13. package/dist/sdk/endpoints/private/sync/index.d.ts +13 -13
  14. package/dist/sdk/endpoints/private/sync/pull/account.d.ts +1 -1
  15. package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +1 -1
  16. package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +2 -2
  17. package/dist/sdk/endpoints/private/sync/pull/index.d.ts +6 -6
  18. package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +1 -1
  19. package/dist/sdk/endpoints/private/sync/pull/user.d.ts +1 -1
  20. package/dist/sdk/endpoints/private/sync/push/account.d.ts +2 -2
  21. package/dist/sdk/endpoints/private/sync/push/draft.d.ts +2 -2
  22. package/dist/sdk/endpoints/private/sync/push/index.d.ts +7 -7
  23. package/dist/sdk/endpoints/private/sync/push/thread.d.ts +1 -1
  24. package/dist/sdk/endpoints/private/sync/push/user.d.ts +2 -2
  25. package/dist/sdk/endpoints/private/user/deleteUser.d.ts +1 -1
  26. package/dist/sdk/endpoints/private/user/index.d.ts +1 -1
  27. package/dist/sdk/endpoints/public/auth/index.d.ts +3 -3
  28. package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +1 -1
  29. package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts +1 -1
  30. package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +1 -1
  31. package/dist/sdk/endpoints/public/healthcheck/index.d.ts +1 -1
  32. package/dist/sdk/endpoints/public/index.d.ts +4 -4
  33. package/dist/sdk/index.d.ts +19 -19
  34. package/dist/types/index.d.ts +0 -1
  35. package/dist/types/index.d.ts.map +1 -1
  36. package/dist/types/index.js +0 -1
  37. package/package.json +2 -2
  38. package/dist/types/JSONContent.d.ts +0 -11
  39. package/dist/types/JSONContent.d.ts.map +0 -1
  40. package/dist/types/JSONContent.js +0 -1
@@ -3,7 +3,7 @@ export declare const sync: {
3
3
  account: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/account", import("valibot").ObjectSchema<{
4
4
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
5
5
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
6
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
6
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
7
7
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
8
8
  readonly status: import("valibot").LiteralSchema<400, undefined>;
9
9
  }, undefined>, import("valibot").ObjectSchema<{
@@ -53,7 +53,7 @@ export declare const sync: {
53
53
  contact: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
54
54
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
55
55
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
56
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
56
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
57
57
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
58
58
  readonly status: import("valibot").LiteralSchema<400, undefined>;
59
59
  }, undefined>, import("valibot").ObjectSchema<{
@@ -83,7 +83,7 @@ export declare const sync: {
83
83
  draft: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/draft", import("valibot").ObjectSchema<{
84
84
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
85
85
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
86
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
86
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
87
87
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
88
88
  readonly status: import("valibot").LiteralSchema<400, undefined>;
89
89
  }, undefined>, import("valibot").ObjectSchema<{
@@ -105,7 +105,7 @@ export declare const sync: {
105
105
  readonly body: import("valibot").ObjectSchema<{
106
106
  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>;
107
107
  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>;
108
- readonly content: import("valibot").GenericSchema<import("../../../..").JSONContent>;
108
+ readonly content: import("valibot").StringSchema<undefined>;
109
109
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
110
110
  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>;
111
111
  }, undefined>;
@@ -124,7 +124,7 @@ export declare const sync: {
124
124
  readonly order: import("valibot").StringSchema<undefined>;
125
125
  readonly version: import("valibot").NumberSchema<undefined>;
126
126
  }, undefined>, undefined>;
127
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
127
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
128
128
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
129
129
  readonly status: import("valibot").LiteralSchema<400, undefined>;
130
130
  }, undefined>, import("valibot").ObjectSchema<{
@@ -187,7 +187,7 @@ export declare const sync: {
187
187
  user: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/user", import("valibot").ObjectSchema<{
188
188
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
189
189
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
190
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
190
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
191
191
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
192
192
  readonly status: import("valibot").LiteralSchema<400, undefined>;
193
193
  }, undefined>, import("valibot").ObjectSchema<{
@@ -262,7 +262,7 @@ export declare const sync: {
262
262
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
263
263
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
264
264
  };
265
- readonly '~standard': import("valibot").StandardProps<{
265
+ readonly '~standard': import("valibot").StandardSchemaProps<{
266
266
  color?: string | undefined;
267
267
  firstName?: string | null | undefined;
268
268
  lastName?: string | null | undefined;
@@ -295,7 +295,7 @@ export declare const sync: {
295
295
  readonly id: import("valibot").NumberSchema<undefined>;
296
296
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
297
297
  }, undefined>], undefined>, undefined>;
298
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
298
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
299
299
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
300
300
  readonly status: import("valibot").LiteralSchema<400, undefined>;
301
301
  }, undefined>, import("valibot").ObjectSchema<{
@@ -318,7 +318,7 @@ export declare const sync: {
318
318
  readonly body: import("valibot").ObjectSchema<{
319
319
  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>;
320
320
  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>;
321
- readonly content: import("valibot").GenericSchema<import("../../../..").JSONContent>;
321
+ readonly content: import("valibot").StringSchema<undefined>;
322
322
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
323
323
  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>;
324
324
  }, undefined>;
@@ -330,7 +330,7 @@ export declare const sync: {
330
330
  readonly id: import("valibot").NumberSchema<undefined>;
331
331
  readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
332
332
  }, undefined>], undefined>, undefined>;
333
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
333
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
334
334
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
335
335
  readonly status: import("valibot").LiteralSchema<400, undefined>;
336
336
  }, undefined>, import("valibot").ObjectSchema<{
@@ -351,7 +351,7 @@ export declare const sync: {
351
351
  readonly id: import("valibot").NumberSchema<undefined>;
352
352
  readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
353
353
  }, undefined>], undefined>, undefined>;
354
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
354
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
355
355
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
356
356
  readonly status: import("valibot").LiteralSchema<400, undefined>;
357
357
  }, undefined>, import("valibot").ObjectSchema<{
@@ -376,7 +376,7 @@ export declare const sync: {
376
376
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
377
377
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
378
378
  };
379
- readonly '~standard': import("valibot").StandardProps<{
379
+ readonly '~standard': import("valibot").StandardSchemaProps<{
380
380
  firstName?: string | null | undefined;
381
381
  lastName?: string | null | undefined;
382
382
  }, {
@@ -404,7 +404,7 @@ export declare const sync: {
404
404
  readonly id: import("valibot").NumberSchema<undefined>;
405
405
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
406
406
  }, undefined>], undefined>, undefined>;
407
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
407
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
408
408
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
409
409
  readonly status: import("valibot").LiteralSchema<400, undefined>;
410
410
  }, undefined>, import("valibot").ObjectSchema<{
@@ -2,7 +2,7 @@ import * as v from 'valibot';
2
2
  export declare const syncPullAccount: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/account", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.StringSchema<undefined>;
4
4
  readonly cookie: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
5
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
5
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
6
6
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: v.LiteralSchema<400, undefined>;
8
8
  }, undefined>, v.ObjectSchema<{
@@ -2,7 +2,7 @@ import * as v from 'valibot';
2
2
  export declare const syncPullContact: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.StringSchema<undefined>;
4
4
  readonly cookie: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
5
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
5
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
6
6
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: v.LiteralSchema<400, undefined>;
8
8
  }, undefined>, v.ObjectSchema<{
@@ -2,7 +2,7 @@ import * as v from 'valibot';
2
2
  export declare const syncPullDraft: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/draft", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.StringSchema<undefined>;
4
4
  readonly cookie: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
5
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
5
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
6
6
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: v.LiteralSchema<400, undefined>;
8
8
  }, undefined>, v.ObjectSchema<{
@@ -24,7 +24,7 @@ export declare const syncPullDraft: import("../../../../..").EndpointConfig<"/v1
24
24
  readonly body: v.ObjectSchema<{
25
25
  readonly bcc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
26
26
  readonly cc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
27
- readonly content: v.GenericSchema<import("../../../../..").JSONContent>;
27
+ readonly content: v.StringSchema<undefined>;
28
28
  readonly subject: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
29
29
  readonly to: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
30
30
  }, undefined>;
@@ -2,7 +2,7 @@ export declare const pull: {
2
2
  account: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/account", import("valibot").ObjectSchema<{
3
3
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
4
4
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
5
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
5
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
6
6
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: import("valibot").LiteralSchema<400, undefined>;
8
8
  }, undefined>, import("valibot").ObjectSchema<{
@@ -52,7 +52,7 @@ export declare const pull: {
52
52
  contact: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
53
53
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
54
54
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
55
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
55
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
56
56
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
57
57
  readonly status: import("valibot").LiteralSchema<400, undefined>;
58
58
  }, undefined>, import("valibot").ObjectSchema<{
@@ -82,7 +82,7 @@ export declare const pull: {
82
82
  draft: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/draft", import("valibot").ObjectSchema<{
83
83
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
84
84
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
85
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
85
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
86
86
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
87
87
  readonly status: import("valibot").LiteralSchema<400, undefined>;
88
88
  }, undefined>, import("valibot").ObjectSchema<{
@@ -104,7 +104,7 @@ export declare const pull: {
104
104
  readonly body: import("valibot").ObjectSchema<{
105
105
  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>;
106
106
  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>;
107
- readonly content: import("valibot").GenericSchema<import("../../../../..").JSONContent>;
107
+ readonly content: import("valibot").StringSchema<undefined>;
108
108
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
109
109
  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>;
110
110
  }, undefined>;
@@ -123,7 +123,7 @@ export declare const pull: {
123
123
  readonly order: import("valibot").StringSchema<undefined>;
124
124
  readonly version: import("valibot").NumberSchema<undefined>;
125
125
  }, undefined>, undefined>;
126
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
126
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
127
127
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
128
128
  readonly status: import("valibot").LiteralSchema<400, undefined>;
129
129
  }, undefined>, import("valibot").ObjectSchema<{
@@ -186,7 +186,7 @@ export declare const pull: {
186
186
  user: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/user", import("valibot").ObjectSchema<{
187
187
  readonly clientGroupID: import("valibot").StringSchema<undefined>;
188
188
  readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
189
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
189
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
190
190
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
191
191
  readonly status: import("valibot").LiteralSchema<400, undefined>;
192
192
  }, undefined>, import("valibot").ObjectSchema<{
@@ -6,7 +6,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
6
6
  readonly order: v.StringSchema<undefined>;
7
7
  readonly version: v.NumberSchema<undefined>;
8
8
  }, undefined>, undefined>;
9
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
9
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
10
10
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
11
11
  readonly status: v.LiteralSchema<400, undefined>;
12
12
  }, undefined>, v.ObjectSchema<{
@@ -2,7 +2,7 @@ import * as v from 'valibot';
2
2
  export declare const syncPullUser: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/user", v.ObjectSchema<{
3
3
  readonly clientGroupID: v.StringSchema<undefined>;
4
4
  readonly cookie: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
5
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
5
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
6
6
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: v.LiteralSchema<400, undefined>;
8
8
  }, undefined>, v.ObjectSchema<{
@@ -43,7 +43,7 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
43
43
  readonly firstName: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
44
44
  readonly lastName: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
45
45
  };
46
- readonly '~standard': v.StandardProps<{
46
+ readonly '~standard': v.StandardSchemaProps<{
47
47
  color?: string | undefined;
48
48
  firstName?: string | null | undefined;
49
49
  lastName?: string | null | undefined;
@@ -76,7 +76,7 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
76
76
  readonly id: v.NumberSchema<undefined>;
77
77
  readonly name: v.LiteralSchema<"setSettings", undefined>;
78
78
  }, undefined>], undefined>, undefined>;
79
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
79
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
80
80
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
81
81
  readonly status: v.LiteralSchema<400, undefined>;
82
82
  }, undefined>, v.ObjectSchema<{
@@ -13,7 +13,7 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
13
13
  readonly body: v.ObjectSchema<{
14
14
  readonly bcc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
15
15
  readonly cc: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
16
- readonly content: v.GenericSchema<import("../../../../..").JSONContent>;
16
+ readonly content: v.StringSchema<undefined>;
17
17
  readonly subject: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
18
18
  readonly to: v.ArraySchema<v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
19
19
  }, undefined>;
@@ -25,7 +25,7 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
25
25
  readonly id: v.NumberSchema<undefined>;
26
26
  readonly name: v.LiteralSchema<"upsert", undefined>;
27
27
  }, undefined>], undefined>, undefined>;
28
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
28
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
29
29
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
30
30
  readonly status: v.LiteralSchema<400, undefined>;
31
31
  }, undefined>, v.ObjectSchema<{
@@ -43,7 +43,7 @@ export declare const push: {
43
43
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
44
44
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
45
45
  };
46
- readonly '~standard': import("valibot").StandardProps<{
46
+ readonly '~standard': import("valibot").StandardSchemaProps<{
47
47
  color?: string | undefined;
48
48
  firstName?: string | null | undefined;
49
49
  lastName?: string | null | undefined;
@@ -76,7 +76,7 @@ export declare const push: {
76
76
  readonly id: import("valibot").NumberSchema<undefined>;
77
77
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
78
78
  }, undefined>], undefined>, undefined>;
79
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
79
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
80
80
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
81
81
  readonly status: import("valibot").LiteralSchema<400, undefined>;
82
82
  }, undefined>, import("valibot").ObjectSchema<{
@@ -99,7 +99,7 @@ export declare const push: {
99
99
  readonly body: import("valibot").ObjectSchema<{
100
100
  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>;
101
101
  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>;
102
- readonly content: import("valibot").GenericSchema<import("../../../../..").JSONContent>;
102
+ readonly content: import("valibot").StringSchema<undefined>;
103
103
  readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
104
104
  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>;
105
105
  }, undefined>;
@@ -111,7 +111,7 @@ export declare const push: {
111
111
  readonly id: import("valibot").NumberSchema<undefined>;
112
112
  readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
113
113
  }, undefined>], undefined>, undefined>;
114
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
114
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
115
115
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
116
116
  readonly status: import("valibot").LiteralSchema<400, undefined>;
117
117
  }, undefined>, import("valibot").ObjectSchema<{
@@ -132,7 +132,7 @@ export declare const push: {
132
132
  readonly id: import("valibot").NumberSchema<undefined>;
133
133
  readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
134
134
  }, undefined>], undefined>, undefined>;
135
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
135
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
136
136
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
137
137
  readonly status: import("valibot").LiteralSchema<400, undefined>;
138
138
  }, undefined>, import("valibot").ObjectSchema<{
@@ -157,7 +157,7 @@ export declare const push: {
157
157
  readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
158
158
  readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
159
159
  };
160
- readonly '~standard': import("valibot").StandardProps<{
160
+ readonly '~standard': import("valibot").StandardSchemaProps<{
161
161
  firstName?: string | null | undefined;
162
162
  lastName?: string | null | undefined;
163
163
  }, {
@@ -185,7 +185,7 @@ export declare const push: {
185
185
  readonly id: import("valibot").NumberSchema<undefined>;
186
186
  readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
187
187
  }, undefined>], undefined>, undefined>;
188
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
188
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
189
189
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
190
190
  readonly status: import("valibot").LiteralSchema<400, undefined>;
191
191
  }, undefined>, import("valibot").ObjectSchema<{
@@ -11,7 +11,7 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
11
11
  readonly id: v.NumberSchema<undefined>;
12
12
  readonly name: v.LiteralSchema<"setMessageSeen", undefined>;
13
13
  }, undefined>], undefined>, undefined>;
14
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
14
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
15
15
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
16
16
  readonly status: v.LiteralSchema<400, undefined>;
17
17
  }, undefined>, v.ObjectSchema<{
@@ -12,7 +12,7 @@ export declare const syncPushUser: import("../../../../..").EndpointConfig<"/v1/
12
12
  readonly firstName: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
13
13
  readonly lastName: v.OptionalSchema<v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
14
14
  };
15
- readonly '~standard': v.StandardProps<{
15
+ readonly '~standard': v.StandardSchemaProps<{
16
16
  firstName?: string | null | undefined;
17
17
  lastName?: string | null | undefined;
18
18
  }, {
@@ -40,7 +40,7 @@ export declare const syncPushUser: import("../../../../..").EndpointConfig<"/v1/
40
40
  readonly id: v.NumberSchema<undefined>;
41
41
  readonly name: v.LiteralSchema<"setSettings", undefined>;
42
42
  }, undefined>], undefined>, undefined>;
43
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
43
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
44
44
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
45
45
  readonly status: v.LiteralSchema<400, undefined>;
46
46
  }, undefined>, v.ObjectSchema<{
@@ -1,5 +1,5 @@
1
1
  import * as v from 'valibot';
2
- export declare const deleteUser: import("../../../..").EndpointConfig<"/v1/pv/user", v.GenericSchema | undefined, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
2
+ export declare const deleteUser: import("../../../..").EndpointConfig<"/v1/pv/user", v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
3
3
  readonly code: v.LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
4
4
  readonly status: v.LiteralSchema<401, undefined>;
5
5
  }, undefined>, v.ObjectSchema<{
@@ -1,5 +1,5 @@
1
1
  export declare const user: {
2
- deleteUser: import("../../../..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
2
+ 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<{
3
3
  readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
4
4
  readonly status: import("valibot").LiteralSchema<401, undefined>;
5
5
  }, undefined>, import("valibot").ObjectSchema<{
@@ -1,7 +1,7 @@
1
1
  export declare const auth: {
2
2
  refreshAuth: import("../../../..").EndpointConfig<"/v1/pb/auth/refresh", import("valibot").ObjectSchema<{
3
3
  readonly refreshToken: import("valibot").StringSchema<undefined>;
4
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
4
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
5
5
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
6
6
  readonly status: import("valibot").LiteralSchema<400, undefined>;
7
7
  }, undefined>, import("valibot").ObjectSchema<{
@@ -29,7 +29,7 @@ export declare const auth: {
29
29
  }, undefined>], undefined>>;
30
30
  sendAuthCode: import("../../../..").EndpointConfig<"/v1/pb/auth/send-code", import("valibot").ObjectSchema<{
31
31
  readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
32
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
32
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
33
33
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
34
34
  readonly status: import("valibot").LiteralSchema<400, undefined>;
35
35
  }, undefined>, import("valibot").ObjectSchema<{
@@ -41,7 +41,7 @@ export declare const auth: {
41
41
  verifyAuthCode: import("../../../..").EndpointConfig<"/v1/pb/auth/verify-code", import("valibot").ObjectSchema<{
42
42
  readonly code: import("valibot").StringSchema<undefined>;
43
43
  readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
44
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
44
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
45
45
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
46
46
  readonly status: import("valibot").LiteralSchema<400, undefined>;
47
47
  }, undefined>, import("valibot").ObjectSchema<{
@@ -1,7 +1,7 @@
1
1
  import * as v from 'valibot';
2
2
  export declare const refreshAuth: import("../../../..").EndpointConfig<"/v1/pb/auth/refresh", v.ObjectSchema<{
3
3
  readonly refreshToken: v.StringSchema<undefined>;
4
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
4
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
5
5
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
6
6
  readonly status: v.LiteralSchema<400, undefined>;
7
7
  }, undefined>, v.ObjectSchema<{
@@ -1,7 +1,7 @@
1
1
  import * as v from 'valibot';
2
2
  export declare const sendAuthCode: import("../../../..").EndpointConfig<"/v1/pb/auth/send-code", v.ObjectSchema<{
3
3
  readonly email: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
4
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
4
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
5
5
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
6
6
  readonly status: v.LiteralSchema<400, undefined>;
7
7
  }, undefined>, v.ObjectSchema<{
@@ -2,7 +2,7 @@ import * as v from 'valibot';
2
2
  export declare const verifyAuthCode: import("../../../..").EndpointConfig<"/v1/pb/auth/verify-code", v.ObjectSchema<{
3
3
  readonly code: v.StringSchema<undefined>;
4
4
  readonly email: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.EmailAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
5
- }, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
5
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
6
6
  readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: v.LiteralSchema<400, undefined>;
8
8
  }, undefined>, v.ObjectSchema<{
@@ -1,5 +1,5 @@
1
1
  import * as v from 'valibot';
2
- export declare const healthcheck: import("../../../..").EndpointConfig<"/v1/pb/healthcheck", v.GenericSchema | undefined, v.GenericSchema | undefined, v.ObjectSchema<{
2
+ export declare const healthcheck: import("../../../..").EndpointConfig<"/v1/pb/healthcheck", v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.ObjectSchema<{
3
3
  readonly data: v.ObjectSchema<{
4
4
  readonly status: v.LiteralSchema<"ok", undefined>;
5
5
  }, undefined>;
@@ -2,7 +2,7 @@ export declare const publicGroup: {
2
2
  auth: {
3
3
  refreshAuth: import("../../..").EndpointConfig<"/v1/pb/auth/refresh", import("valibot").ObjectSchema<{
4
4
  readonly refreshToken: import("valibot").StringSchema<undefined>;
5
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
5
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
6
6
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
7
7
  readonly status: import("valibot").LiteralSchema<400, undefined>;
8
8
  }, undefined>, import("valibot").ObjectSchema<{
@@ -30,7 +30,7 @@ export declare const publicGroup: {
30
30
  }, undefined>], undefined>>;
31
31
  sendAuthCode: import("../../..").EndpointConfig<"/v1/pb/auth/send-code", import("valibot").ObjectSchema<{
32
32
  readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
33
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
33
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
34
34
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
35
35
  readonly status: import("valibot").LiteralSchema<400, undefined>;
36
36
  }, undefined>, import("valibot").ObjectSchema<{
@@ -42,7 +42,7 @@ export declare const publicGroup: {
42
42
  verifyAuthCode: import("../../..").EndpointConfig<"/v1/pb/auth/verify-code", import("valibot").ObjectSchema<{
43
43
  readonly code: import("valibot").StringSchema<undefined>;
44
44
  readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
45
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
45
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
46
46
  readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
47
47
  readonly status: import("valibot").LiteralSchema<400, undefined>;
48
48
  }, undefined>, import("valibot").ObjectSchema<{
@@ -78,7 +78,7 @@ export declare const publicGroup: {
78
78
  readonly status: import("valibot").LiteralSchema<200, undefined>;
79
79
  }, undefined>], undefined>>;
80
80
  };
81
- healthcheck: import("../../..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").ObjectSchema<{
81
+ healthcheck: import("../../..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").ObjectSchema<{
82
82
  readonly data: import("valibot").ObjectSchema<{
83
83
  readonly status: import("valibot").LiteralSchema<"ok", undefined>;
84
84
  }, undefined>;