@marcoappio/marco-config 2.0.163 → 2.0.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clients/account.d.ts +7 -7
- package/dist/clients/account.js +6 -6
- package/dist/clients/contact.d.ts +1 -1
- package/dist/clients/contact.js +1 -1
- package/dist/clients/draft.d.ts +12 -132
- package/dist/clients/draft.d.ts.map +1 -1
- package/dist/clients/draft.js +24 -33
- package/dist/clients/index.d.ts +27 -148
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +5 -5
- package/dist/clients/thread.js +5 -5
- package/dist/clients/user.d.ts +3 -3
- package/dist/clients/user.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/schemas.d.ts +1 -0
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +2 -1
- package/dist/sdk/endpoints/index.d.ts +39 -162
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/emailMessage/getEmailMessageHTML.d.ts +1 -1
- package/dist/sdk/endpoints/private/emailMessage/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +35 -158
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +33 -156
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +3 -3
- package/dist/sdk/endpoints/private/sync/pull/contact.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts +4 -10
- package/dist/sdk/endpoints/private/sync/pull/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +15 -21
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +4 -4
- package/dist/sdk/endpoints/private/sync/pull/user.d.ts +2 -2
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +6 -6
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +6 -123
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +2 -8
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +18 -135
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +3 -3
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +3 -3
- package/dist/sdk/endpoints/private/user/deleteUser.d.ts +1 -1
- package/dist/sdk/endpoints/private/user/index.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/index.d.ts +3 -3
- package/dist/sdk/endpoints/public/auth/refreshAuth.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/sendAuthCode.d.ts +1 -1
- package/dist/sdk/endpoints/public/auth/verifyAuthCode.d.ts +1 -1
- package/dist/sdk/endpoints/public/healthcheck/index.d.ts +1 -1
- package/dist/sdk/endpoints/public/index.d.ts +4 -4
- package/dist/sdk/index.d.ts +39 -162
- package/dist/sdk/index.d.ts.map +1 -1
- package/dist/types/JSONContent.d.ts +11 -0
- package/dist/types/JSONContent.d.ts.map +1 -0
- package/dist/types/JSONContent.js +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/package.json +2 -2
package/dist/sdk/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const marcoSDK: {
|
|
|
2
2
|
endpoints: {
|
|
3
3
|
private: {
|
|
4
4
|
emailMessage: {
|
|
5
|
-
getHTML: import("..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema
|
|
5
|
+
getHTML: import("..").EndpointConfig<"/v1/pv/message/:messageId/html", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
6
6
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
7
7
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
8
8
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -20,7 +20,7 @@ export declare const marcoSDK: {
|
|
|
20
20
|
account: import("..").EndpointConfig<"/v1/pv/sync/pull/account", import("valibot").ObjectSchema<{
|
|
21
21
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
22
22
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
23
|
-
}, undefined>, import("valibot").GenericSchema
|
|
23
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
24
24
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
25
25
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
26
26
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -40,7 +40,7 @@ export declare const marcoSDK: {
|
|
|
40
40
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
41
41
|
readonly value: import("valibot").ObjectSchema<{
|
|
42
42
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
43
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
43
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
44
44
|
readonly imapPasswordConfig: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
45
45
|
readonly host: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
46
46
|
readonly password: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -48,7 +48,7 @@ export declare const marcoSDK: {
|
|
|
48
48
|
readonly status: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>, import("valibot").LiteralSchema<"CONNECTED", undefined>, import("valibot").LiteralSchema<"CONNECTION_FAILED", undefined>], undefined>;
|
|
49
49
|
}, undefined>, undefined>;
|
|
50
50
|
readonly labels: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
51
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
51
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
52
52
|
readonly name: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
53
53
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
54
54
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
@@ -70,7 +70,7 @@ export declare const marcoSDK: {
|
|
|
70
70
|
contact: import("..").EndpointConfig<"/v1/pv/sync/pull/contact", import("valibot").ObjectSchema<{
|
|
71
71
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
72
72
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
73
|
-
}, undefined>, import("valibot").GenericSchema
|
|
73
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
74
74
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
75
75
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
76
76
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -89,7 +89,7 @@ export declare const marcoSDK: {
|
|
|
89
89
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
90
90
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
91
91
|
readonly value: import("valibot").ObjectSchema<{
|
|
92
|
-
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
92
|
+
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
93
93
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
94
94
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
95
95
|
}, undefined>;
|
|
@@ -100,7 +100,7 @@ export declare const marcoSDK: {
|
|
|
100
100
|
draft: import("..").EndpointConfig<"/v1/pv/sync/pull/draft", import("valibot").ObjectSchema<{
|
|
101
101
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
102
102
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
103
|
-
}, undefined>, import("valibot").GenericSchema
|
|
103
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
104
104
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
105
105
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
106
106
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -122,18 +122,12 @@ export declare const marcoSDK: {
|
|
|
122
122
|
readonly body: import("valibot").ObjectSchema<{
|
|
123
123
|
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>;
|
|
124
124
|
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>;
|
|
125
|
-
readonly content: import("valibot").
|
|
126
|
-
readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
|
|
127
|
-
readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
128
|
-
}, undefined>, undefined>;
|
|
129
|
-
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
|
|
130
|
-
}, undefined>;
|
|
131
|
-
readonly replyTo: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
125
|
+
readonly content: import("valibot").GenericSchema<import("..").JSONContent>;
|
|
132
126
|
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
133
127
|
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>;
|
|
134
128
|
}, undefined>;
|
|
135
|
-
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
136
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
129
|
+
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
130
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
137
131
|
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
138
132
|
}, undefined>;
|
|
139
133
|
}, undefined>], undefined>, undefined>;
|
|
@@ -147,7 +141,7 @@ export declare const marcoSDK: {
|
|
|
147
141
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
148
142
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
149
143
|
}, undefined>, undefined>;
|
|
150
|
-
}, undefined>, import("valibot").GenericSchema
|
|
144
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
151
145
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
152
146
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
153
147
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -171,8 +165,8 @@ export declare const marcoSDK: {
|
|
|
171
165
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
172
166
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
173
167
|
readonly value: import("valibot").ObjectSchema<{
|
|
174
|
-
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
175
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
168
|
+
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
169
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
176
170
|
readonly messages: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
177
171
|
readonly bcc: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
178
172
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
@@ -189,7 +183,7 @@ export declare const marcoSDK: {
|
|
|
189
183
|
readonly emailAddresses: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
190
184
|
readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
191
185
|
}, undefined>;
|
|
192
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
186
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
193
187
|
readonly labelIds: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
194
188
|
readonly previewText: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
195
189
|
readonly replyTo: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
|
|
@@ -210,7 +204,7 @@ export declare const marcoSDK: {
|
|
|
210
204
|
user: import("..").EndpointConfig<"/v1/pv/sync/pull/user", import("valibot").ObjectSchema<{
|
|
211
205
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
212
206
|
readonly cookie: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
213
|
-
}, undefined>, import("valibot").GenericSchema
|
|
207
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
214
208
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
215
209
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
216
210
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -229,7 +223,7 @@ export declare const marcoSDK: {
|
|
|
229
223
|
readonly key: import("valibot").StringSchema<undefined>;
|
|
230
224
|
readonly op: import("valibot").LiteralSchema<"put", undefined>;
|
|
231
225
|
readonly value: import("valibot").ObjectSchema<{
|
|
232
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
226
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
233
227
|
readonly settings: import("valibot").ObjectSchema<{
|
|
234
228
|
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
235
229
|
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -245,7 +239,7 @@ export declare const marcoSDK: {
|
|
|
245
239
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
246
240
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
247
241
|
readonly args: import("valibot").ObjectSchema<{
|
|
248
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
242
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
249
243
|
readonly imapPasswordConfig: import("valibot").ObjectSchema<{
|
|
250
244
|
readonly status: import("valibot").LiteralSchema<"AWAITING_CONNECTION", undefined>;
|
|
251
245
|
readonly host: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -260,21 +254,21 @@ export declare const marcoSDK: {
|
|
|
260
254
|
readonly args: import("valibot").ObjectSchema<{
|
|
261
255
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
262
256
|
readonly emailAddress: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
263
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
257
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
264
258
|
}, undefined>;
|
|
265
259
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
266
260
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
267
261
|
readonly name: import("valibot").LiteralSchema<"add", undefined>;
|
|
268
262
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
269
263
|
readonly args: import("valibot").ObjectSchema<{
|
|
270
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
264
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
271
265
|
}, undefined>;
|
|
272
266
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
273
267
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
274
268
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
275
269
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
276
270
|
readonly args: import("valibot").ObjectSchema<{
|
|
277
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
271
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
278
272
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
279
273
|
readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
280
274
|
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -285,7 +279,7 @@ export declare const marcoSDK: {
|
|
|
285
279
|
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
286
280
|
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
287
281
|
};
|
|
288
|
-
readonly '~standard': import("valibot").
|
|
282
|
+
readonly '~standard': import("valibot").StandardProps<{
|
|
289
283
|
color?: string | undefined;
|
|
290
284
|
firstName?: string | null | undefined;
|
|
291
285
|
lastName?: string | null | undefined;
|
|
@@ -318,7 +312,7 @@ export declare const marcoSDK: {
|
|
|
318
312
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
319
313
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
320
314
|
}, undefined>], undefined>, undefined>;
|
|
321
|
-
}, undefined>, import("valibot").GenericSchema
|
|
315
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
322
316
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
323
317
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
324
318
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -331,146 +325,29 @@ export declare const marcoSDK: {
|
|
|
331
325
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
332
326
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
333
327
|
readonly args: import("valibot").ObjectSchema<{
|
|
334
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
328
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
335
329
|
}, undefined>;
|
|
336
330
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
337
331
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
338
332
|
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
339
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
340
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
341
|
-
readonly body: Omit<import("valibot").ObjectSchema<{
|
|
342
|
-
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>;
|
|
343
|
-
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>;
|
|
344
|
-
readonly content: import("valibot").ObjectSchema<{
|
|
345
|
-
readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
|
|
346
|
-
readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
347
|
-
}, undefined>, undefined>;
|
|
348
|
-
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
|
|
349
|
-
}, undefined>;
|
|
350
|
-
readonly replyTo: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
351
|
-
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
352
|
-
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>;
|
|
353
|
-
}, undefined>, "entries" | "~standard" | "~run" | "~types"> & {
|
|
354
|
-
readonly entries: {
|
|
355
|
-
readonly bcc: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>, undefined>;
|
|
356
|
-
readonly cc: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>, undefined>;
|
|
357
|
-
readonly content: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
|
|
358
|
-
readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
|
|
359
|
-
readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
360
|
-
}, undefined>, undefined>;
|
|
361
|
-
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
|
|
362
|
-
}, undefined>, undefined>;
|
|
363
|
-
readonly replyTo: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>, undefined>;
|
|
364
|
-
readonly subject: import("valibot").OptionalSchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
365
|
-
readonly to: import("valibot").OptionalSchema<import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>, undefined>;
|
|
366
|
-
};
|
|
367
|
-
readonly '~standard': import("valibot").StandardSchemaProps<{
|
|
368
|
-
bcc?: string[] | undefined;
|
|
369
|
-
cc?: string[] | undefined;
|
|
370
|
-
content?: {
|
|
371
|
-
type: "doc";
|
|
372
|
-
content: ({
|
|
373
|
-
type: string;
|
|
374
|
-
} & {
|
|
375
|
-
[key: string]: unknown;
|
|
376
|
-
})[];
|
|
377
|
-
} | undefined;
|
|
378
|
-
replyTo?: string[] | undefined;
|
|
379
|
-
to?: string[] | undefined;
|
|
380
|
-
subject?: string | undefined;
|
|
381
|
-
}, {
|
|
382
|
-
bcc?: string[] | undefined;
|
|
383
|
-
cc?: string[] | undefined;
|
|
384
|
-
content?: {
|
|
385
|
-
type: "doc";
|
|
386
|
-
content: ({
|
|
387
|
-
type: string;
|
|
388
|
-
} & {
|
|
389
|
-
[key: string]: unknown;
|
|
390
|
-
})[];
|
|
391
|
-
} | undefined;
|
|
392
|
-
replyTo?: string[] | undefined;
|
|
393
|
-
to?: string[] | undefined;
|
|
394
|
-
subject?: string | undefined;
|
|
395
|
-
}>;
|
|
396
|
-
readonly '~run': (dataset: import("valibot").UnknownDataset, config: import("valibot").Config<import("valibot").BaseIssue<unknown>>) => import("valibot").OutputDataset<{
|
|
397
|
-
bcc?: string[] | undefined;
|
|
398
|
-
cc?: string[] | undefined;
|
|
399
|
-
content?: {
|
|
400
|
-
type: "doc";
|
|
401
|
-
content: ({
|
|
402
|
-
type: string;
|
|
403
|
-
} & {
|
|
404
|
-
[key: string]: unknown;
|
|
405
|
-
})[];
|
|
406
|
-
} | undefined;
|
|
407
|
-
replyTo?: string[] | undefined;
|
|
408
|
-
to?: string[] | undefined;
|
|
409
|
-
subject?: string | undefined;
|
|
410
|
-
}, import("valibot").LiteralIssue | import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").UnionIssue<import("valibot").LiteralIssue> | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue | import("valibot").LooseObjectIssue>;
|
|
411
|
-
readonly '~types'?: {
|
|
412
|
-
readonly input: {
|
|
413
|
-
bcc?: string[] | undefined;
|
|
414
|
-
cc?: string[] | undefined;
|
|
415
|
-
content?: {
|
|
416
|
-
type: "doc";
|
|
417
|
-
content: ({
|
|
418
|
-
type: string;
|
|
419
|
-
} & {
|
|
420
|
-
[key: string]: unknown;
|
|
421
|
-
})[];
|
|
422
|
-
} | undefined;
|
|
423
|
-
replyTo?: string[] | undefined;
|
|
424
|
-
to?: string[] | undefined;
|
|
425
|
-
subject?: string | undefined;
|
|
426
|
-
};
|
|
427
|
-
readonly output: {
|
|
428
|
-
bcc?: string[] | undefined;
|
|
429
|
-
cc?: string[] | undefined;
|
|
430
|
-
content?: {
|
|
431
|
-
type: "doc";
|
|
432
|
-
content: ({
|
|
433
|
-
type: string;
|
|
434
|
-
} & {
|
|
435
|
-
[key: string]: unknown;
|
|
436
|
-
})[];
|
|
437
|
-
} | undefined;
|
|
438
|
-
replyTo?: string[] | undefined;
|
|
439
|
-
to?: string[] | undefined;
|
|
440
|
-
subject?: string | undefined;
|
|
441
|
-
};
|
|
442
|
-
readonly issue: import("valibot").LiteralIssue | import("valibot").StringIssue | import("valibot").EmailIssue<string> | import("valibot").MaxLengthIssue<string, 255> | import("valibot").NonEmptyIssue<string> | import("valibot").ObjectIssue | import("valibot").UnionIssue<import("valibot").LiteralIssue> | import("valibot").NonOptionalIssue | import("valibot").ArrayIssue | import("valibot").LooseObjectIssue;
|
|
443
|
-
} | undefined;
|
|
444
|
-
};
|
|
445
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
446
|
-
}, undefined>;
|
|
447
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
448
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
449
|
-
readonly name: import("valibot").LiteralSchema<"update", undefined>;
|
|
450
333
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
451
334
|
readonly args: import("valibot").ObjectSchema<{
|
|
452
335
|
readonly body: import("valibot").ObjectSchema<{
|
|
453
336
|
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>;
|
|
454
337
|
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>;
|
|
455
|
-
readonly content: import("valibot").
|
|
456
|
-
readonly content: import("valibot").ArraySchema<import("valibot").LooseObjectSchema<{
|
|
457
|
-
readonly type: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
458
|
-
}, undefined>, undefined>;
|
|
459
|
-
readonly type: import("valibot").UnionSchema<[import("valibot").LiteralSchema<"doc", undefined>], undefined>;
|
|
460
|
-
}, undefined>;
|
|
461
|
-
readonly replyTo: import("valibot").ArraySchema<import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
338
|
+
readonly content: import("valibot").GenericSchema<import("..").JSONContent>;
|
|
462
339
|
readonly subject: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
463
340
|
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>;
|
|
464
341
|
}, undefined>;
|
|
465
|
-
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
466
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
342
|
+
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
343
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
467
344
|
readonly referencedMessageId: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
468
345
|
}, undefined>;
|
|
469
346
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
470
347
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
471
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
348
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
472
349
|
}, undefined>], undefined>, undefined>;
|
|
473
|
-
}, undefined>, import("valibot").GenericSchema
|
|
350
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
474
351
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
475
352
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
476
353
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -483,15 +360,15 @@ export declare const marcoSDK: {
|
|
|
483
360
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
484
361
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
485
362
|
readonly args: import("valibot").ObjectSchema<{
|
|
486
|
-
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
363
|
+
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
487
364
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
488
|
-
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
365
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
489
366
|
}, undefined>;
|
|
490
367
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
491
368
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
492
369
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
493
370
|
}, undefined>], undefined>, undefined>;
|
|
494
|
-
}, undefined>, import("valibot").GenericSchema
|
|
371
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
495
372
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
496
373
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
497
374
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -507,7 +384,7 @@ export declare const marcoSDK: {
|
|
|
507
384
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
508
385
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
509
386
|
readonly args: import("valibot").ObjectSchema<{
|
|
510
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").
|
|
387
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
511
388
|
readonly settings: Omit<import("valibot").ObjectSchema<{
|
|
512
389
|
readonly firstName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
513
390
|
readonly lastName: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -516,7 +393,7 @@ export declare const marcoSDK: {
|
|
|
516
393
|
readonly firstName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
517
394
|
readonly lastName: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>, undefined>;
|
|
518
395
|
};
|
|
519
|
-
readonly '~standard': import("valibot").
|
|
396
|
+
readonly '~standard': import("valibot").StandardProps<{
|
|
520
397
|
firstName?: string | null | undefined;
|
|
521
398
|
lastName?: string | null | undefined;
|
|
522
399
|
}, {
|
|
@@ -544,7 +421,7 @@ export declare const marcoSDK: {
|
|
|
544
421
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
545
422
|
readonly name: import("valibot").LiteralSchema<"setSettings", undefined>;
|
|
546
423
|
}, undefined>], undefined>, undefined>;
|
|
547
|
-
}, undefined>, import("valibot").GenericSchema
|
|
424
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
548
425
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
549
426
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
550
427
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -556,7 +433,7 @@ export declare const marcoSDK: {
|
|
|
556
433
|
};
|
|
557
434
|
};
|
|
558
435
|
user: {
|
|
559
|
-
deleteUser: import("..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema
|
|
436
|
+
deleteUser: import("..").EndpointConfig<"/v1/pv/user", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
560
437
|
readonly code: import("valibot").LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
|
|
561
438
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
562
439
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -568,7 +445,7 @@ export declare const marcoSDK: {
|
|
|
568
445
|
auth: {
|
|
569
446
|
refreshAuth: import("..").EndpointConfig<"/v1/pb/auth/refresh", import("valibot").ObjectSchema<{
|
|
570
447
|
readonly refreshToken: import("valibot").StringSchema<undefined>;
|
|
571
|
-
}, undefined>, import("valibot").GenericSchema
|
|
448
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
572
449
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
573
450
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
574
451
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -596,7 +473,7 @@ export declare const marcoSDK: {
|
|
|
596
473
|
}, undefined>], undefined>>;
|
|
597
474
|
sendAuthCode: import("..").EndpointConfig<"/v1/pb/auth/send-code", import("valibot").ObjectSchema<{
|
|
598
475
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
599
|
-
}, undefined>, import("valibot").GenericSchema
|
|
476
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
600
477
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
601
478
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
602
479
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -608,7 +485,7 @@ export declare const marcoSDK: {
|
|
|
608
485
|
verifyAuthCode: import("..").EndpointConfig<"/v1/pb/auth/verify-code", import("valibot").ObjectSchema<{
|
|
609
486
|
readonly code: import("valibot").StringSchema<undefined>;
|
|
610
487
|
readonly email: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").EmailAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
611
|
-
}, undefined>, import("valibot").GenericSchema
|
|
488
|
+
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
612
489
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
613
490
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
614
491
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
@@ -644,7 +521,7 @@ export declare const marcoSDK: {
|
|
|
644
521
|
readonly status: import("valibot").LiteralSchema<200, undefined>;
|
|
645
522
|
}, undefined>], undefined>>;
|
|
646
523
|
};
|
|
647
|
-
healthcheck: import("..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema
|
|
524
|
+
healthcheck: import("..").EndpointConfig<"/v1/pb/healthcheck", import("valibot").GenericSchema | undefined, import("valibot").GenericSchema | undefined, import("valibot").ObjectSchema<{
|
|
648
525
|
readonly data: import("valibot").ObjectSchema<{
|
|
649
526
|
readonly status: import("valibot").LiteralSchema<"ok", undefined>;
|
|
650
527
|
}, undefined>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JSONContent.d.ts","sourceRoot":"","sources":["../../src/types/JSONContent.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,WAAW,EAAE,CAAA;IACvB,KAAK,CAAC,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;QAC/B,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,MAAM,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA;AAC7B,cAAc,eAAe,CAAA;AAC7B,cAAc,MAAM,CAAA"}
|
package/dist/types/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marcoappio/marco-config",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.165",
|
|
4
4
|
"author": "team@marcoapp.io",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": "git@github.com:marcoappio/marco-config.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"eslint-plugin-sort-destructure-keys": "1.4.0",
|
|
31
31
|
"eslint-plugin-sort-keys-fix": "1.1.2",
|
|
32
32
|
"eslint-plugin-typescript-sort-keys": "2.3.0",
|
|
33
|
-
"valibot": "1.0.0-beta.
|
|
33
|
+
"valibot": "1.0.0-beta.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@auto-it/npm": "11.2.0",
|