@marcoappio/marco-config 2.0.185 → 2.0.186
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
CHANGED
|
@@ -44,6 +44,12 @@ export declare const draft: {
|
|
|
44
44
|
}, undefined>, undefined>;
|
|
45
45
|
}, undefined>;
|
|
46
46
|
};
|
|
47
|
+
setEmailAccountId: {
|
|
48
|
+
delta: v.ObjectSchema<{
|
|
49
|
+
readonly emailAccountId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
50
|
+
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
51
|
+
}, undefined>;
|
|
52
|
+
};
|
|
47
53
|
setEnvelope: {
|
|
48
54
|
delta: v.ObjectSchema<{
|
|
49
55
|
readonly envelope: Omit<v.ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../src/clients/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AA2B5B,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"draft.d.ts","sourceRoot":"","sources":["../../src/clients/draft.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AA2B5B,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCK,CAAA"}
|
package/dist/clients/draft.js
CHANGED
|
@@ -36,6 +36,12 @@ export const draft = {
|
|
|
36
36
|
patch: marcoSchemas.drafts.contentPatch.patch(),
|
|
37
37
|
}),
|
|
38
38
|
},
|
|
39
|
+
setEmailAccountId: {
|
|
40
|
+
delta: v.object({
|
|
41
|
+
emailAccountId: marcoSchemas.string.uuid(),
|
|
42
|
+
id: marcoSchemas.string.uuid(),
|
|
43
|
+
}),
|
|
44
|
+
},
|
|
39
45
|
setEnvelope: {
|
|
40
46
|
delta: v.object({
|
|
41
47
|
envelope: v.omit(bodySchema, ['content']),
|
package/dist/clients/index.d.ts
CHANGED
|
@@ -161,6 +161,12 @@ export declare const marcoClients: {
|
|
|
161
161
|
}, undefined>, undefined>;
|
|
162
162
|
}, undefined>;
|
|
163
163
|
};
|
|
164
|
+
setEmailAccountId: {
|
|
165
|
+
delta: import("valibot").ObjectSchema<{
|
|
166
|
+
readonly emailAccountId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
167
|
+
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
168
|
+
}, undefined>;
|
|
169
|
+
};
|
|
164
170
|
setEnvelope: {
|
|
165
171
|
delta: import("valibot").ObjectSchema<{
|
|
166
172
|
readonly envelope: Omit<import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMc,CAAA"}
|