@marcoappio/marco-config 2.0.408 → 2.0.410

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 (174) hide show
  1. package/dist/constants/emailProvider.d.ts.map +1 -1
  2. package/dist/index.d.ts +3 -4
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +2 -3
  5. package/dist/instantDB/instant.perms.d.ts +140 -0
  6. package/dist/instantDB/instant.perms.d.ts.map +1 -0
  7. package/dist/instantDB/instant.perms.js +139 -0
  8. package/dist/instantDB/instant.schema.d.ts +336 -0
  9. package/dist/instantDB/instant.schema.d.ts.map +1 -0
  10. package/dist/instantDB/instant.schema.js +174 -0
  11. package/dist/marcoPublicConfig.d.ts +0 -6
  12. package/dist/marcoPublicConfig.d.ts.map +1 -1
  13. package/dist/marcoPublicConfig.js +15 -32
  14. package/dist/schemas/app.d.ts.map +1 -1
  15. package/dist/schemas/app.js +1 -5
  16. package/dist/schemas/drafts.d.ts.map +1 -1
  17. package/dist/schemas/drafts.js +1 -4
  18. package/dist/schemas/emailAccount.d.ts +1 -1
  19. package/dist/schemas/emailAccount.d.ts.map +1 -1
  20. package/dist/schemas/emailAccount.js +3 -13
  21. package/dist/schemas/index.d.ts +2 -2
  22. package/dist/schemas/labels.d.ts +1 -1
  23. package/dist/schemas/labels.d.ts.map +1 -1
  24. package/dist/schemas/labels.js +2 -7
  25. package/dist/schemas/number.d.ts.map +1 -1
  26. package/dist/schemas/oauth.d.ts.map +1 -1
  27. package/dist/schemas/oauth.js +1 -4
  28. package/dist/schemas/pushNotifications.d.ts.map +1 -1
  29. package/dist/schemas/pushNotifications.js +1 -3
  30. package/dist/schemas/string.d.ts.map +1 -1
  31. package/dist/sdk/endpoints/createEndpointConfig.d.ts +2 -2
  32. package/dist/sdk/endpoints/createEndpointConfig.d.ts.map +1 -1
  33. package/dist/sdk/endpoints/index.d.ts +2 -1083
  34. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  35. package/dist/sdk/endpoints/index.js +0 -2
  36. package/dist/sdk/endpoints/public/index.d.ts +0 -136
  37. package/dist/sdk/endpoints/public/index.d.ts.map +1 -1
  38. package/dist/sdk/endpoints/public/index.js +0 -2
  39. package/dist/sdk/index.d.ts +0 -1081
  40. package/dist/sdk/index.d.ts.map +1 -1
  41. package/dist/sdk/validation/utils/flattenRequirements/flattenRequirements.d.ts +1 -1
  42. package/dist/sdk/validation/utils/flattenRequirements/flattenRequirements.d.ts.map +1 -1
  43. package/dist/types/DraftRecipientType.d.ts +3 -0
  44. package/dist/types/DraftRecipientType.d.ts.map +1 -0
  45. package/dist/types/DraftRecipientType.js +1 -0
  46. package/dist/types/DraftStatus.d.ts +3 -0
  47. package/dist/types/DraftStatus.d.ts.map +1 -0
  48. package/dist/types/DraftStatus.js +1 -0
  49. package/dist/types/DraftType.d.ts +3 -0
  50. package/dist/types/DraftType.d.ts.map +1 -0
  51. package/dist/types/DraftType.js +1 -0
  52. package/dist/types/Endpoint.d.ts +2 -3
  53. package/dist/types/Endpoint.d.ts.map +1 -1
  54. package/dist/types/ImapConnectionStatus.d.ts +3 -0
  55. package/dist/types/ImapConnectionStatus.d.ts.map +1 -0
  56. package/dist/types/ImapConnectionStatus.js +9 -0
  57. package/dist/types/LabelSpecialUse.d.ts +3 -0
  58. package/dist/types/LabelSpecialUse.d.ts.map +1 -0
  59. package/dist/types/LabelSpecialUse.js +1 -0
  60. package/dist/types/MessageAttachmentStatus.d.ts +3 -0
  61. package/dist/types/MessageAttachmentStatus.d.ts.map +1 -0
  62. package/dist/types/MessageAttachmentStatus.js +6 -0
  63. package/dist/types/MessageRecipientType.d.ts +3 -0
  64. package/dist/types/MessageRecipientType.d.ts.map +1 -0
  65. package/dist/types/MessageRecipientType.js +1 -0
  66. package/dist/types/index.d.ts +7 -3
  67. package/dist/types/index.d.ts.map +1 -1
  68. package/dist/types/index.js +7 -3
  69. package/dist/utils/accounts/generateAccountColor.d.ts.map +1 -1
  70. package/dist/utils/accounts/generateAccountColor.js +12 -3
  71. package/dist/utils/stringPatch/stringPatch.d.ts +2 -2
  72. package/dist/utils/stringPatch/stringPatch.d.ts.map +1 -1
  73. package/dist/utils/stringPatch/stringPatch.test.js +2 -2
  74. package/package.json +39 -46
  75. package/.eslintrc.json +0 -294
  76. package/dist/clients/account.d.ts +0 -144
  77. package/dist/clients/account.d.ts.map +0 -1
  78. package/dist/clients/account.js +0 -93
  79. package/dist/clients/contact.d.ts +0 -14
  80. package/dist/clients/contact.d.ts.map +0 -1
  81. package/dist/clients/contact.js +0 -14
  82. package/dist/clients/draft.d.ts +0 -202
  83. package/dist/clients/draft.d.ts.map +0 -1
  84. package/dist/clients/draft.js +0 -137
  85. package/dist/clients/index.d.ts +0 -532
  86. package/dist/clients/index.d.ts.map +0 -1
  87. package/dist/clients/index.js +0 -13
  88. package/dist/clients/thread.d.ts +0 -125
  89. package/dist/clients/thread.d.ts.map +0 -1
  90. package/dist/clients/thread.js +0 -121
  91. package/dist/clients/user.d.ts +0 -53
  92. package/dist/clients/user.d.ts.map +0 -1
  93. package/dist/clients/user.js +0 -52
  94. package/dist/clients/utils/index.d.ts +0 -4
  95. package/dist/clients/utils/index.d.ts.map +0 -1
  96. package/dist/clients/utils/index.js +0 -4
  97. package/dist/clients/utils/labelSpecialUseOrdering.d.ts +0 -3
  98. package/dist/clients/utils/labelSpecialUseOrdering.d.ts.map +0 -1
  99. package/dist/clients/utils/labelSpecialUseOrdering.js +0 -7
  100. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageAttachment.d.ts +0 -21
  101. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageAttachment.d.ts.map +0 -1
  102. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageAttachment.js +0 -16
  103. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts +0 -19
  104. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts.map +0 -1
  105. package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.js +0 -19
  106. package/dist/sdk/endpoints/private/emailMessage/index.d.ts +0 -39
  107. package/dist/sdk/endpoints/private/emailMessage/index.d.ts.map +0 -1
  108. package/dist/sdk/endpoints/private/emailMessage/index.js +0 -6
  109. package/dist/sdk/endpoints/private/index.d.ts +0 -946
  110. package/dist/sdk/endpoints/private/index.d.ts.map +0 -1
  111. package/dist/sdk/endpoints/private/index.js +0 -8
  112. package/dist/sdk/endpoints/private/sync/index.d.ts +0 -896
  113. package/dist/sdk/endpoints/private/sync/index.d.ts.map +0 -1
  114. package/dist/sdk/endpoints/private/sync/index.js +0 -3
  115. package/dist/sdk/endpoints/private/sync/pull/account.d.ts +0 -71
  116. package/dist/sdk/endpoints/private/sync/pull/account.d.ts.map +0 -1
  117. package/dist/sdk/endpoints/private/sync/pull/account.js +0 -33
  118. package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +0 -56
  119. package/dist/sdk/endpoints/private/sync/pull/contact.d.ts.map +0 -1
  120. package/dist/sdk/endpoints/private/sync/pull/contact.js +0 -40
  121. package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +0 -72
  122. package/dist/sdk/endpoints/private/sync/pull/draft.d.ts.map +0 -1
  123. package/dist/sdk/endpoints/private/sync/pull/draft.js +0 -36
  124. package/dist/sdk/endpoints/private/sync/pull/index.d.ts +0 -349
  125. package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +0 -1
  126. package/dist/sdk/endpoints/private/sync/pull/index.js +0 -6
  127. package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +0 -100
  128. package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +0 -1
  129. package/dist/sdk/endpoints/private/sync/pull/thread.js +0 -45
  130. package/dist/sdk/endpoints/private/sync/pull/user.d.ts +0 -57
  131. package/dist/sdk/endpoints/private/sync/pull/user.d.ts.map +0 -1
  132. package/dist/sdk/endpoints/private/sync/pull/user.js +0 -33
  133. package/dist/sdk/endpoints/private/sync/push/account.d.ts +0 -151
  134. package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +0 -1
  135. package/dist/sdk/endpoints/private/sync/push/account.js +0 -73
  136. package/dist/sdk/endpoints/private/sync/push/draft.d.ts +0 -214
  137. package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +0 -1
  138. package/dist/sdk/endpoints/private/sync/push/draft.js +0 -85
  139. package/dist/sdk/endpoints/private/sync/push/index.d.ts +0 -546
  140. package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +0 -1
  141. package/dist/sdk/endpoints/private/sync/push/index.js +0 -5
  142. package/dist/sdk/endpoints/private/sync/push/thread.d.ts +0 -122
  143. package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +0 -1
  144. package/dist/sdk/endpoints/private/sync/push/thread.js +0 -79
  145. package/dist/sdk/endpoints/private/sync/push/user.d.ts +0 -64
  146. package/dist/sdk/endpoints/private/sync/push/user.d.ts.map +0 -1
  147. package/dist/sdk/endpoints/private/sync/push/user.js +0 -43
  148. package/dist/sdk/endpoints/private/user/deleteUser.d.ts +0 -10
  149. package/dist/sdk/endpoints/private/user/deleteUser.d.ts.map +0 -1
  150. package/dist/sdk/endpoints/private/user/deleteUser.js +0 -13
  151. package/dist/sdk/endpoints/private/user/index.d.ts +0 -11
  152. package/dist/sdk/endpoints/private/user/index.d.ts.map +0 -1
  153. package/dist/sdk/endpoints/private/user/index.js +0 -4
  154. package/dist/sdk/endpoints/public/auth/index.d.ts +0 -137
  155. package/dist/sdk/endpoints/public/auth/index.d.ts.map +0 -1
  156. package/dist/sdk/endpoints/public/auth/index.js +0 -8
  157. package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +0 -41
  158. package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts.map +0 -1
  159. package/dist/sdk/endpoints/public/auth/refreshAuth.js +0 -33
  160. package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts +0 -27
  161. package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts.map +0 -1
  162. package/dist/sdk/endpoints/public/auth/sendAuthCode.js +0 -19
  163. package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +0 -72
  164. package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts.map +0 -1
  165. package/dist/sdk/endpoints/public/auth/verifyAuthCode.js +0 -40
  166. package/dist/types/MarcoClient.d.ts +0 -14
  167. package/dist/types/MarcoClient.d.ts.map +0 -1
  168. package/dist/types/MarcoClient.js +0 -1
  169. package/dist/types/SDKError.d.ts +0 -4
  170. package/dist/types/SDKError.d.ts.map +0 -1
  171. package/dist/types/SDKError.js +0 -1
  172. package/dist/types/WS.d.ts +0 -7
  173. package/dist/types/WS.d.ts.map +0 -1
  174. package/dist/types/WS.js +0 -1
@@ -1,546 +0,0 @@
1
- export declare const push: {
2
- account: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/account", import("valibot").ObjectSchema<{
3
- readonly clientGroupID: import("valibot").StringSchema<undefined>;
4
- readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
5
- readonly args: import("valibot").ObjectSchema<{
6
- readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
7
- readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
8
- readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
9
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
10
- }, undefined>;
11
- readonly clientID: import("valibot").StringSchema<undefined>;
12
- readonly id: import("valibot").NumberSchema<undefined>;
13
- readonly name: import("valibot").LiteralSchema<"createAccount", undefined>;
14
- }, undefined> | import("valibot").ObjectSchema<{
15
- readonly args: import("valibot").ObjectSchema<{
16
- readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
17
- readonly alias: import("valibot").ObjectSchema<{
18
- readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
19
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
20
- readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
21
- }, undefined>;
22
- }, undefined>;
23
- readonly clientID: import("valibot").StringSchema<undefined>;
24
- readonly id: import("valibot").NumberSchema<undefined>;
25
- readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
26
- }, undefined> | import("valibot").ObjectSchema<{
27
- readonly args: import("valibot").ObjectSchema<{
28
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
29
- }, undefined>;
30
- readonly clientID: import("valibot").StringSchema<undefined>;
31
- readonly id: import("valibot").NumberSchema<undefined>;
32
- readonly name: import("valibot").LiteralSchema<"deleteAccount", undefined>;
33
- }, undefined> | import("valibot").ObjectSchema<{
34
- readonly args: import("valibot").ObjectSchema<{
35
- readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
36
- readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
37
- }, undefined>;
38
- readonly clientID: import("valibot").StringSchema<undefined>;
39
- readonly id: import("valibot").NumberSchema<undefined>;
40
- readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
41
- }, undefined> | import("valibot").ObjectSchema<{
42
- readonly args: import("valibot").ObjectSchema<{
43
- readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
44
- readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
45
- readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
46
- }, undefined>;
47
- readonly clientID: import("valibot").StringSchema<undefined>;
48
- readonly id: import("valibot").NumberSchema<undefined>;
49
- readonly name: import("valibot").LiteralSchema<"setAliasName", undefined>;
50
- }, undefined> | import("valibot").ObjectSchema<{
51
- readonly args: import("valibot").ObjectSchema<{
52
- readonly accountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
53
- readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
54
- }, undefined>;
55
- readonly clientID: import("valibot").StringSchema<undefined>;
56
- readonly id: import("valibot").NumberSchema<undefined>;
57
- readonly name: import("valibot").LiteralSchema<"setAliasPrimary", undefined>;
58
- }, undefined> | import("valibot").ObjectSchema<{
59
- readonly args: import("valibot").ObjectSchema<{
60
- readonly connectionConfig: import("valibot").ObjectSchema<{
61
- readonly imapHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
62
- readonly imapPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
63
- readonly imapPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
64
- readonly imapSocketType: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"STARTTLS", undefined>, import("valibot").LiteralSchema<"SSL", undefined>], undefined>;
65
- readonly imapUser: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
66
- readonly smtpHost: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
67
- readonly smtpPassword: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
68
- readonly smtpPort: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
69
- readonly smtpSocketType: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"STARTTLS", undefined>, import("valibot").LiteralSchema<"SSL", undefined>], undefined>;
70
- readonly smtpUser: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
71
- }, undefined>;
72
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
73
- }, undefined>;
74
- readonly clientID: import("valibot").StringSchema<undefined>;
75
- readonly id: import("valibot").NumberSchema<undefined>;
76
- readonly name: import("valibot").LiteralSchema<"setConnectionConfigImapRaw", undefined>;
77
- }, undefined> | import("valibot").ObjectSchema<{
78
- readonly args: import("valibot").ObjectSchema<{
79
- readonly connectionConfig: import("valibot").ObjectSchema<{
80
- readonly code: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
81
- readonly provider: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"GOOGLE", undefined>, import("valibot").LiteralSchema<"OUTLOOK", undefined>], undefined>;
82
- readonly user: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
83
- }, undefined>;
84
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
85
- }, undefined>;
86
- readonly clientID: import("valibot").StringSchema<undefined>;
87
- readonly id: import("valibot").NumberSchema<undefined>;
88
- readonly name: import("valibot").LiteralSchema<"setConnectionConfigOauth", undefined>;
89
- }, undefined> | import("valibot").ObjectSchema<{
90
- readonly args: import("valibot").ObjectSchema<{
91
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
92
- readonly settings: Omit<import("valibot").ObjectSchema<{
93
- readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
94
- readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
95
- }, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
96
- readonly entries: {
97
- readonly color: import("valibot").OptionalSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
98
- readonly name: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
99
- };
100
- readonly '~standard': import("valibot").StandardProps<{
101
- color?: string | undefined;
102
- name?: string | null | undefined;
103
- }, {
104
- color?: string | undefined;
105
- name?: string | null | undefined;
106
- }>;
107
- readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
108
- color?: string | undefined;
109
- name?: string | null | undefined;
110
- }, import("valibot").StringIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").ObjectIssue>;
111
- readonly '~types'?: {
112
- readonly input: {
113
- color?: string | undefined;
114
- name?: string | null | undefined;
115
- };
116
- readonly output: {
117
- color?: string | undefined;
118
- name?: string | null | undefined;
119
- };
120
- readonly issue: import("valibot").StringIssue | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").ObjectIssue;
121
- } | undefined;
122
- };
123
- }, undefined>;
124
- readonly clientID: import("valibot").StringSchema<undefined>;
125
- readonly id: import("valibot").NumberSchema<undefined>;
126
- readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
127
- }, undefined>)[], undefined>, undefined>;
128
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
129
- readonly data: import("valibot").ObjectSchema<{
130
- readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
131
- readonly issues: import("valibot").ObjectSchema<{
132
- readonly nested: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>, undefined>;
133
- readonly other: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
134
- readonly root: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
135
- }, undefined>;
136
- }, undefined>;
137
- readonly status: import("valibot").LiteralSchema<400, undefined>;
138
- }, undefined>, import("valibot").ObjectSchema<{
139
- readonly data: import("valibot").ObjectSchema<{
140
- readonly code: import("valibot").LiteralSchema<"MUTATION_REJECTED", undefined>;
141
- }, undefined>;
142
- readonly status: import("valibot").LiteralSchema<409, undefined>;
143
- }, undefined>, import("valibot").ObjectSchema<{
144
- readonly data: import("valibot").ObjectSchema<{
145
- readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
146
- }, undefined>;
147
- readonly status: import("valibot").LiteralSchema<401, undefined>;
148
- }, undefined>, import("valibot").ObjectSchema<{
149
- readonly status: import("valibot").LiteralSchema<200, undefined>;
150
- }, undefined>], undefined>>;
151
- draft: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/draft", import("valibot").ObjectSchema<{
152
- readonly clientGroupID: import("valibot").StringSchema<undefined>;
153
- readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
154
- readonly args: import("valibot").ObjectSchema<{
155
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
156
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
157
- }, undefined>;
158
- readonly clientID: import("valibot").StringSchema<undefined>;
159
- readonly id: import("valibot").NumberSchema<undefined>;
160
- readonly name: import("valibot").LiteralSchema<"cancelSend", undefined>;
161
- }, undefined> | import("valibot").ObjectSchema<{
162
- readonly args: import("valibot").ObjectSchema<{
163
- readonly attachment: import("valibot").ObjectSchema<{
164
- readonly failed: import("valibot").BooleanSchema<undefined>;
165
- readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
166
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
167
- readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
168
- readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
169
- readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
170
- readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
171
- }, undefined>;
172
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
173
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
174
- }, undefined>;
175
- readonly clientID: import("valibot").StringSchema<undefined>;
176
- readonly id: import("valibot").NumberSchema<undefined>;
177
- readonly name: import("valibot").LiteralSchema<"createAttachment", undefined>;
178
- }, undefined> | import("valibot").ObjectSchema<{
179
- readonly args: import("valibot").ObjectSchema<{
180
- readonly attachments: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
181
- readonly failed: import("valibot").BooleanSchema<undefined>;
182
- readonly fileName: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
183
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
184
- readonly mimeType: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
185
- readonly totalChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
186
- readonly totalSize: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
187
- readonly uploadedChunks: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
188
- }, undefined>, undefined>;
189
- readonly body: import("valibot").ObjectSchema<{
190
- readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
191
- readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
192
- readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
193
- readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
194
- readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
195
- }, undefined>;
196
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
197
- readonly error: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
198
- readonly from: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
199
- readonly fromName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
200
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
201
- readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
202
- readonly scheduledFor: import("valibot").NullableSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>, undefined>;
203
- readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"DRAFT", undefined>, import("valibot").LiteralSchema<"SEND_REQUESTED", undefined>, import("valibot").LiteralSchema<"SEND_CONFIRMED", undefined>, import("valibot").LiteralSchema<"SEND_FAILED", undefined>], undefined>;
204
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"NEW", undefined>, import("valibot").LiteralSchema<"REPLY", undefined>, import("valibot").LiteralSchema<"FORWARD", undefined>], undefined>;
205
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
206
- }, undefined>;
207
- readonly clientID: import("valibot").StringSchema<undefined>;
208
- readonly id: import("valibot").NumberSchema<undefined>;
209
- readonly name: import("valibot").LiteralSchema<"createDraft", undefined>;
210
- }, undefined> | import("valibot").ObjectSchema<{
211
- readonly args: import("valibot").ObjectSchema<{
212
- readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
213
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
214
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
215
- }, undefined>;
216
- readonly clientID: import("valibot").StringSchema<undefined>;
217
- readonly id: import("valibot").NumberSchema<undefined>;
218
- readonly name: import("valibot").LiteralSchema<"deleteAttachment", undefined>;
219
- }, undefined> | import("valibot").ObjectSchema<{
220
- readonly args: import("valibot").ObjectSchema<{
221
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
222
- }, undefined>;
223
- readonly clientID: import("valibot").StringSchema<undefined>;
224
- readonly id: import("valibot").NumberSchema<undefined>;
225
- readonly name: import("valibot").LiteralSchema<"deleteDraft", undefined>;
226
- }, undefined> | import("valibot").ObjectSchema<{
227
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
228
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
229
- readonly kind: import("valibot").LiteralSchema<"IMMEDIATE", undefined>;
230
- readonly undoMs: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
231
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
232
- }, undefined>, import("valibot").ObjectSchema<{
233
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
234
- readonly kind: import("valibot").LiteralSchema<"SCHEDULED", undefined>;
235
- readonly scheduledFor: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
236
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
237
- }, undefined>], undefined>;
238
- readonly clientID: import("valibot").StringSchema<undefined>;
239
- readonly id: import("valibot").NumberSchema<undefined>;
240
- readonly name: import("valibot").LiteralSchema<"scheduleSend", undefined>;
241
- }, undefined> | import("valibot").ObjectSchema<{
242
- readonly args: import("valibot").ObjectSchema<{
243
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
244
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
245
- }, undefined>;
246
- readonly clientID: import("valibot").StringSchema<undefined>;
247
- readonly id: import("valibot").NumberSchema<undefined>;
248
- readonly name: import("valibot").LiteralSchema<"sendDraft", undefined>;
249
- }, undefined> | import("valibot").ObjectSchema<{
250
- readonly args: import("valibot").ObjectSchema<{
251
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
252
- readonly patch: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
253
- readonly index: import("valibot").NumberSchema<undefined>;
254
- readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"INSERTION", undefined>, import("valibot").LiteralSchema<"DELETION", undefined>], undefined>;
255
- readonly value: import("valibot").StringSchema<undefined>;
256
- }, undefined>, undefined>;
257
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
258
- }, undefined>;
259
- readonly clientID: import("valibot").StringSchema<undefined>;
260
- readonly id: import("valibot").NumberSchema<undefined>;
261
- readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
262
- }, undefined> | import("valibot").ObjectSchema<{
263
- readonly args: import("valibot").ObjectSchema<{
264
- readonly envelope: Omit<import("valibot").ObjectSchema<{
265
- readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
266
- readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
267
- readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
268
- readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
269
- readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
270
- }, undefined>, "~standard" | "~run" | "~types" | "entries"> & {
271
- readonly entries: Omit<{
272
- readonly bcc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
273
- readonly cc: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
274
- readonly content: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 384000, undefined>]>;
275
- readonly subject: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
276
- readonly to: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
277
- }, "content">;
278
- readonly '~standard': import("valibot").StandardProps<{
279
- bcc: string[];
280
- cc: string[];
281
- to: string[];
282
- subject: string | null;
283
- }, {
284
- bcc: string[];
285
- cc: string[];
286
- to: string[];
287
- subject: string | null;
288
- }>;
289
- readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
290
- bcc: string[];
291
- cc: string[];
292
- to: string[];
293
- subject: string | null;
294
- }, import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").ObjectIssue | import("valibot").ArrayIssue>;
295
- readonly '~types'?: {
296
- readonly input: {
297
- bcc: string[];
298
- cc: string[];
299
- to: string[];
300
- subject: string | null;
301
- };
302
- readonly output: {
303
- bcc: string[];
304
- cc: string[];
305
- to: string[];
306
- subject: string | null;
307
- };
308
- readonly issue: import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").MaxLengthIssue<string, number> | import("valibot").NonOptionalIssue | import("valibot").ObjectIssue | import("valibot").ArrayIssue;
309
- } | undefined;
310
- };
311
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
312
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
313
- }, undefined>;
314
- readonly clientID: import("valibot").StringSchema<undefined>;
315
- readonly id: import("valibot").NumberSchema<undefined>;
316
- readonly name: import("valibot").LiteralSchema<"setEnvelope", undefined>;
317
- }, undefined> | import("valibot").ObjectSchema<{
318
- readonly args: import("valibot").ObjectSchema<{
319
- readonly aliasId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
320
- readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
321
- readonly from: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
322
- readonly fromName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
323
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
324
- readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
325
- }, undefined>;
326
- readonly clientID: import("valibot").StringSchema<undefined>;
327
- readonly id: import("valibot").NumberSchema<undefined>;
328
- readonly name: import("valibot").LiteralSchema<"setFrom", undefined>;
329
- }, undefined> | import("valibot").ObjectSchema<{
330
- readonly args: import("valibot").ObjectSchema<{
331
- readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
332
- readonly chunk: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").Base64Action<string, undefined>]>;
333
- readonly chunkIndex: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
334
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
335
- }, undefined>;
336
- readonly clientID: import("valibot").StringSchema<undefined>;
337
- readonly id: import("valibot").NumberSchema<undefined>;
338
- readonly name: import("valibot").LiteralSchema<"uploadAttachmentChunk", undefined>;
339
- }, undefined>)[], undefined>, undefined>;
340
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
341
- readonly data: import("valibot").ObjectSchema<{
342
- readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
343
- readonly issues: import("valibot").ObjectSchema<{
344
- readonly nested: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>, undefined>;
345
- readonly other: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
346
- readonly root: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
347
- }, undefined>;
348
- }, undefined>;
349
- readonly status: import("valibot").LiteralSchema<400, undefined>;
350
- }, undefined>, import("valibot").ObjectSchema<{
351
- readonly data: import("valibot").ObjectSchema<{
352
- readonly code: import("valibot").LiteralSchema<"MUTATION_REJECTED", undefined>;
353
- }, undefined>;
354
- readonly status: import("valibot").LiteralSchema<409, undefined>;
355
- }, undefined>, import("valibot").ObjectSchema<{
356
- readonly data: import("valibot").ObjectSchema<{
357
- readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
358
- }, undefined>;
359
- readonly status: import("valibot").LiteralSchema<401, undefined>;
360
- }, undefined>, import("valibot").ObjectSchema<{
361
- readonly status: import("valibot").LiteralSchema<200, undefined>;
362
- }, undefined>], undefined>>;
363
- thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
364
- readonly clientGroupID: import("valibot").StringSchema<undefined>;
365
- readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
366
- readonly args: import("valibot").ObjectSchema<{
367
- readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
368
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
369
- }, undefined>;
370
- readonly clientID: import("valibot").StringSchema<undefined>;
371
- readonly id: import("valibot").NumberSchema<undefined>;
372
- readonly name: import("valibot").LiteralSchema<"addLabel", undefined>;
373
- }, undefined> | import("valibot").ObjectSchema<{
374
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
375
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
376
- }, undefined>, import("valibot").ObjectSchema<{
377
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
378
- }, undefined>], undefined>;
379
- readonly clientID: import("valibot").StringSchema<undefined>;
380
- readonly id: import("valibot").NumberSchema<undefined>;
381
- readonly name: import("valibot").LiteralSchema<"delete", undefined>;
382
- }, undefined> | import("valibot").ObjectSchema<{
383
- readonly args: import("valibot").ObjectSchema<{
384
- readonly labelPath: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
385
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
386
- }, undefined>;
387
- readonly clientID: import("valibot").StringSchema<undefined>;
388
- readonly id: import("valibot").NumberSchema<undefined>;
389
- readonly name: import("valibot").LiteralSchema<"removeLabel", undefined>;
390
- }, undefined> | import("valibot").ObjectSchema<{
391
- readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
392
- readonly attachmentId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
393
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
394
- }, undefined>, import("valibot").ObjectSchema<{
395
- readonly attachmentIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
396
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
397
- }, undefined>], undefined>;
398
- readonly clientID: import("valibot").StringSchema<undefined>;
399
- readonly id: import("valibot").NumberSchema<undefined>;
400
- readonly name: import("valibot").LiteralSchema<"requestAttachmentDownload", undefined>;
401
- }, undefined> | import("valibot").ObjectSchema<{
402
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
403
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
404
- }, undefined>, import("valibot").ObjectSchema<{
405
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
406
- }, undefined>], undefined>;
407
- readonly clientID: import("valibot").StringSchema<undefined>;
408
- readonly id: import("valibot").NumberSchema<undefined>;
409
- readonly name: import("valibot").LiteralSchema<"setArchive", undefined>;
410
- }, undefined> | import("valibot").ObjectSchema<{
411
- readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
412
- readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
413
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
414
- }, undefined>, import("valibot").ObjectSchema<{
415
- readonly flagged: import("valibot").NonOptionalSchema<import("valibot").BooleanSchema<undefined>, undefined>;
416
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
417
- }, undefined>], undefined>;
418
- readonly clientID: import("valibot").StringSchema<undefined>;
419
- readonly id: import("valibot").NumberSchema<undefined>;
420
- readonly name: import("valibot").LiteralSchema<"setFlagged", undefined>;
421
- }, undefined> | import("valibot").ObjectSchema<{
422
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
423
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
424
- }, undefined>, import("valibot").ObjectSchema<{
425
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
426
- }, undefined>], undefined>;
427
- readonly clientID: import("valibot").StringSchema<undefined>;
428
- readonly id: import("valibot").NumberSchema<undefined>;
429
- readonly name: import("valibot").LiteralSchema<"setInbox", undefined>;
430
- }, undefined> | import("valibot").ObjectSchema<{
431
- readonly args: import("valibot").UnionSchema<readonly [import("valibot").ObjectSchema<{
432
- readonly seen: import("valibot").BooleanSchema<undefined>;
433
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
434
- }, undefined>, import("valibot").ObjectSchema<{
435
- readonly seen: import("valibot").BooleanSchema<undefined>;
436
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
437
- }, undefined>], undefined>;
438
- readonly clientID: import("valibot").StringSchema<undefined>;
439
- readonly id: import("valibot").NumberSchema<undefined>;
440
- readonly name: import("valibot").LiteralSchema<"setSeen", undefined>;
441
- }, undefined> | import("valibot").ObjectSchema<{
442
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
443
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
444
- }, undefined>, import("valibot").ObjectSchema<{
445
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
446
- }, undefined>], undefined>;
447
- readonly clientID: import("valibot").StringSchema<undefined>;
448
- readonly id: import("valibot").NumberSchema<undefined>;
449
- readonly name: import("valibot").LiteralSchema<"setSpam", undefined>;
450
- }, undefined> | import("valibot").ObjectSchema<{
451
- readonly args: import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
452
- readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
453
- }, undefined>, import("valibot").ObjectSchema<{
454
- readonly threadIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>, undefined>;
455
- }, undefined>], undefined>;
456
- readonly clientID: import("valibot").StringSchema<undefined>;
457
- readonly id: import("valibot").NumberSchema<undefined>;
458
- readonly name: import("valibot").LiteralSchema<"setTrash", undefined>;
459
- }, undefined>)[], undefined>, undefined>;
460
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
461
- readonly data: import("valibot").ObjectSchema<{
462
- readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
463
- readonly issues: import("valibot").ObjectSchema<{
464
- readonly nested: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>, undefined>;
465
- readonly other: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
466
- readonly root: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
467
- }, undefined>;
468
- }, undefined>;
469
- readonly status: import("valibot").LiteralSchema<400, undefined>;
470
- }, undefined>, import("valibot").ObjectSchema<{
471
- readonly data: import("valibot").ObjectSchema<{
472
- readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
473
- }, undefined>;
474
- readonly status: import("valibot").LiteralSchema<401, undefined>;
475
- }, undefined>, import("valibot").ObjectSchema<{
476
- readonly data: import("valibot").ObjectSchema<{
477
- readonly code: import("valibot").LiteralSchema<"MUTATION_REJECTED", undefined>;
478
- }, undefined>;
479
- readonly status: import("valibot").LiteralSchema<409, undefined>;
480
- }, undefined>, import("valibot").ObjectSchema<{
481
- readonly status: import("valibot").LiteralSchema<200, undefined>;
482
- }, undefined>], undefined>>;
483
- user: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/user", import("valibot").ObjectSchema<{
484
- readonly clientGroupID: import("valibot").StringSchema<undefined>;
485
- readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<(import("valibot").ObjectSchema<{
486
- readonly args: import("valibot").ObjectSchema<{
487
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
488
- readonly token: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
489
- }, undefined>;
490
- readonly clientID: import("valibot").StringSchema<undefined>;
491
- readonly id: import("valibot").NumberSchema<undefined>;
492
- readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationToken", undefined>;
493
- }, undefined> | import("valibot").ObjectSchema<{
494
- readonly args: import("valibot").ObjectSchema<{
495
- readonly deviceId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
496
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
497
- }, undefined>;
498
- readonly clientID: import("valibot").StringSchema<undefined>;
499
- readonly id: import("valibot").NumberSchema<undefined>;
500
- readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
501
- }, undefined> | import("valibot").ObjectSchema<{
502
- readonly args: import("valibot").ObjectSchema<{
503
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
504
- readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
505
- }, undefined>;
506
- readonly clientID: import("valibot").StringSchema<undefined>;
507
- readonly id: import("valibot").NumberSchema<undefined>;
508
- readonly name: import("valibot").LiteralSchema<"setSettingsName", undefined>;
509
- }, undefined> | import("valibot").ObjectSchema<{
510
- readonly args: import("valibot").ObjectSchema<{
511
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
512
- readonly pushNotificationToken: import("valibot").ObjectSchema<{
513
- readonly createdAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
514
- readonly deviceId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
515
- readonly token: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
516
- }, undefined>;
517
- }, undefined>;
518
- readonly clientID: import("valibot").StringSchema<undefined>;
519
- readonly id: import("valibot").NumberSchema<undefined>;
520
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
521
- }, undefined>)[], undefined>, undefined>;
522
- }, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
523
- readonly data: import("valibot").ObjectSchema<{
524
- readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
525
- readonly issues: import("valibot").ObjectSchema<{
526
- readonly nested: import("valibot").OptionalSchema<import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>, undefined>, undefined>;
527
- readonly other: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
528
- readonly root: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
529
- }, undefined>;
530
- }, undefined>;
531
- readonly status: import("valibot").LiteralSchema<400, undefined>;
532
- }, undefined>, import("valibot").ObjectSchema<{
533
- readonly data: import("valibot").ObjectSchema<{
534
- readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
535
- }, undefined>;
536
- readonly status: import("valibot").LiteralSchema<401, undefined>;
537
- }, undefined>, import("valibot").ObjectSchema<{
538
- readonly data: import("valibot").ObjectSchema<{
539
- readonly code: import("valibot").LiteralSchema<"MUTATION_REJECTED", undefined>;
540
- }, undefined>;
541
- readonly status: import("valibot").LiteralSchema<409, undefined>;
542
- }, undefined>, import("valibot").ObjectSchema<{
543
- readonly status: import("valibot").LiteralSchema<200, undefined>;
544
- }, undefined>], undefined>>;
545
- };
546
- //# sourceMappingURL=index.d.ts.map