@marcoappio/marco-config 2.0.298 → 2.0.300
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/draft.d.ts +1 -1
- package/dist/clients/draft.js +1 -1
- package/dist/clients/index.d.ts +1 -1
- package/dist/sdk/endpoints/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/clients/draft.d.ts
CHANGED
|
@@ -108,7 +108,7 @@ export declare const draft: {
|
|
|
108
108
|
};
|
|
109
109
|
setEmailAccountId: {
|
|
110
110
|
delta: v.ObjectSchema<{
|
|
111
|
-
readonly
|
|
111
|
+
readonly emailAccountId: v.SchemaWithPipe<[v.StringSchema<undefined>, v.CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
112
112
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
113
113
|
readonly updatedAt: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
114
114
|
}, undefined>;
|
package/dist/clients/draft.js
CHANGED
|
@@ -87,7 +87,7 @@ export const draft = {
|
|
|
87
87
|
},
|
|
88
88
|
setEmailAccountId: {
|
|
89
89
|
delta: v.object({
|
|
90
|
-
|
|
90
|
+
emailAccountId: marcoSchemas.string.shortUUID(),
|
|
91
91
|
id: marcoSchemas.string.shortUUID(),
|
|
92
92
|
updatedAt: marcoSchemas.number.positiveInteger(),
|
|
93
93
|
}),
|
package/dist/clients/index.d.ts
CHANGED
|
@@ -254,7 +254,7 @@ export declare const marcoClients: {
|
|
|
254
254
|
};
|
|
255
255
|
setEmailAccountId: {
|
|
256
256
|
delta: import("valibot").ObjectSchema<{
|
|
257
|
-
readonly
|
|
257
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
258
258
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
259
259
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
260
260
|
}, undefined>;
|
|
@@ -594,7 +594,7 @@ export declare const endpoints: {
|
|
|
594
594
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
595
595
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
596
596
|
readonly args: import("valibot").ObjectSchema<{
|
|
597
|
-
readonly
|
|
597
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
598
598
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
599
599
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
600
600
|
}, undefined>;
|
|
@@ -591,7 +591,7 @@ export declare const privateGroup: {
|
|
|
591
591
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
592
592
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
593
593
|
readonly args: import("valibot").ObjectSchema<{
|
|
594
|
-
readonly
|
|
594
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
595
595
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
596
596
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
597
597
|
}, undefined>;
|
|
@@ -525,7 +525,7 @@ export declare const sync: {
|
|
|
525
525
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
526
526
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
527
527
|
readonly args: import("valibot").ObjectSchema<{
|
|
528
|
-
readonly
|
|
528
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
529
529
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
530
530
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
531
531
|
}, undefined>;
|
|
@@ -96,7 +96,7 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
|
|
|
96
96
|
readonly name: v.LiteralSchema<"setContent", undefined>;
|
|
97
97
|
}, undefined> | v.ObjectSchema<{
|
|
98
98
|
readonly args: v.ObjectSchema<{
|
|
99
|
-
readonly
|
|
99
|
+
readonly emailAccountId: v.SchemaWithPipe<[v.StringSchema<undefined>, v.CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
100
100
|
readonly id: v.SchemaWithPipe<[v.StringSchema<undefined>, v.CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
101
101
|
readonly updatedAt: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>]>, undefined>;
|
|
102
102
|
}, undefined>;
|
|
@@ -235,7 +235,7 @@ export declare const push: {
|
|
|
235
235
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
236
236
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
237
237
|
readonly args: import("valibot").ObjectSchema<{
|
|
238
|
-
readonly
|
|
238
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
239
239
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
240
240
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
241
241
|
}, undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -593,7 +593,7 @@ export declare const marcoSDK: {
|
|
|
593
593
|
readonly name: import("valibot").LiteralSchema<"setContent", undefined>;
|
|
594
594
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
595
595
|
readonly args: import("valibot").ObjectSchema<{
|
|
596
|
-
readonly
|
|
596
|
+
readonly emailAccountId: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
597
597
|
readonly id: import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").CheckAction<string | import("short-uuid").SUUID, "Invalid short UUID format">]>;
|
|
598
598
|
readonly updatedAt: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").IntegerAction<number, undefined>, import("valibot").MinValueAction<number, 0, undefined>]>, undefined>;
|
|
599
599
|
}, undefined>;
|
package/package.json
CHANGED