@marcoappio/marco-config 2.0.180 → 2.0.181

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.
@@ -257,7 +257,7 @@ export declare const endpoints: {
257
257
  }, undefined>;
258
258
  readonly clientID: import("valibot").StringSchema<undefined>;
259
259
  readonly id: import("valibot").NumberSchema<undefined>;
260
- readonly name: import("valibot").LiteralSchema<"setIMAPPasswordConfig", undefined>;
260
+ readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
261
261
  }, undefined>, import("valibot").ObjectSchema<{
262
262
  readonly args: import("valibot").ObjectSchema<{
263
263
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
@@ -254,7 +254,7 @@ export declare const privateGroup: {
254
254
  }, undefined>;
255
255
  readonly clientID: import("valibot").StringSchema<undefined>;
256
256
  readonly id: import("valibot").NumberSchema<undefined>;
257
- readonly name: import("valibot").LiteralSchema<"setIMAPPasswordConfig", undefined>;
257
+ readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
258
258
  }, undefined>, import("valibot").ObjectSchema<{
259
259
  readonly args: import("valibot").ObjectSchema<{
260
260
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
@@ -239,7 +239,7 @@ export declare const sync: {
239
239
  }, undefined>;
240
240
  readonly clientID: import("valibot").StringSchema<undefined>;
241
241
  readonly id: import("valibot").NumberSchema<undefined>;
242
- readonly name: import("valibot").LiteralSchema<"setIMAPPasswordConfig", undefined>;
242
+ readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
243
243
  }, undefined>, import("valibot").ObjectSchema<{
244
244
  readonly args: import("valibot").ObjectSchema<{
245
245
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
@@ -17,7 +17,7 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
17
17
  }, undefined>;
18
18
  readonly clientID: v.StringSchema<undefined>;
19
19
  readonly id: v.NumberSchema<undefined>;
20
- readonly name: v.LiteralSchema<"setIMAPPasswordConfig", undefined>;
20
+ readonly name: v.LiteralSchema<"setConnectionConfig", undefined>;
21
21
  }, undefined>, v.ObjectSchema<{
22
22
  readonly args: v.ObjectSchema<{
23
23
  readonly color: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
@@ -10,7 +10,7 @@ export const syncPushAccount = createEndpoint({
10
10
  args: account.mutators.setConnectionConfig.delta,
11
11
  clientID: v.string(),
12
12
  id: v.number(),
13
- name: v.literal('setIMAPPasswordConfig'),
13
+ name: v.literal('setConnectionConfig'),
14
14
  }),
15
15
  v.object({
16
16
  args: account.mutators.add.delta,
@@ -17,7 +17,7 @@ export declare const push: {
17
17
  }, undefined>;
18
18
  readonly clientID: import("valibot").StringSchema<undefined>;
19
19
  readonly id: import("valibot").NumberSchema<undefined>;
20
- readonly name: import("valibot").LiteralSchema<"setIMAPPasswordConfig", undefined>;
20
+ readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
21
21
  }, undefined>, import("valibot").ObjectSchema<{
22
22
  readonly args: import("valibot").ObjectSchema<{
23
23
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
@@ -256,7 +256,7 @@ export declare const marcoSDK: {
256
256
  }, undefined>;
257
257
  readonly clientID: import("valibot").StringSchema<undefined>;
258
258
  readonly id: import("valibot").NumberSchema<undefined>;
259
- readonly name: import("valibot").LiteralSchema<"setIMAPPasswordConfig", undefined>;
259
+ readonly name: import("valibot").LiteralSchema<"setConnectionConfig", undefined>;
260
260
  }, undefined>, import("valibot").ObjectSchema<{
261
261
  readonly args: import("valibot").ObjectSchema<{
262
262
  readonly color: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.180",
3
+ "version": "2.0.181",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",