@marcoappio/marco-config 2.0.342 → 2.0.343

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.
@@ -67,7 +67,7 @@ export declare const account: {
67
67
  };
68
68
  deleteLabel: {
69
69
  delta: v.ObjectSchema<{
70
- readonly labelId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
70
+ readonly labelId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
71
71
  }, undefined>;
72
72
  };
73
73
  setAliasName: {
@@ -62,7 +62,7 @@ export const account = {
62
62
  },
63
63
  deleteLabel: {
64
64
  delta: v.object({
65
- labelId: marcoSchemas.string.required(),
65
+ labelId: marcoSchemas.string.shortUUID(),
66
66
  }),
67
67
  },
68
68
  setAliasName: {
@@ -68,7 +68,7 @@ export declare const marcoClients: {
68
68
  };
69
69
  deleteLabel: {
70
70
  delta: import("valibot").ObjectSchema<{
71
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
71
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
72
72
  }, undefined>;
73
73
  };
74
74
  setAliasName: {
@@ -388,7 +388,7 @@ export declare const endpoints: {
388
388
  readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
389
389
  }, undefined> | import("valibot").ObjectSchema<{
390
390
  readonly args: import("valibot").ObjectSchema<{
391
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
391
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
392
392
  }, undefined>;
393
393
  readonly clientID: import("valibot").StringSchema<undefined>;
394
394
  readonly id: import("valibot").NumberSchema<undefined>;
@@ -385,7 +385,7 @@ export declare const privateGroup: {
385
385
  readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
386
386
  }, undefined> | import("valibot").ObjectSchema<{
387
387
  readonly args: import("valibot").ObjectSchema<{
388
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
388
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
389
389
  }, undefined>;
390
390
  readonly clientID: import("valibot").StringSchema<undefined>;
391
391
  readonly id: import("valibot").NumberSchema<undefined>;
@@ -352,7 +352,7 @@ export declare const sync: {
352
352
  readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
353
353
  }, undefined> | import("valibot").ObjectSchema<{
354
354
  readonly args: import("valibot").ObjectSchema<{
355
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
355
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
356
356
  }, undefined>;
357
357
  readonly clientID: import("valibot").StringSchema<undefined>;
358
358
  readonly id: import("valibot").NumberSchema<undefined>;
@@ -48,7 +48,7 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
48
48
  readonly name: v.LiteralSchema<"deleteAlias", undefined>;
49
49
  }, undefined> | v.ObjectSchema<{
50
50
  readonly args: v.ObjectSchema<{
51
- readonly labelId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
51
+ readonly labelId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
52
52
  }, undefined>;
53
53
  readonly clientID: v.StringSchema<undefined>;
54
54
  readonly id: v.NumberSchema<undefined>;
@@ -48,7 +48,7 @@ export declare const push: {
48
48
  readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
49
49
  }, undefined> | import("valibot").ObjectSchema<{
50
50
  readonly args: import("valibot").ObjectSchema<{
51
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
51
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
52
52
  }, undefined>;
53
53
  readonly clientID: import("valibot").StringSchema<undefined>;
54
54
  readonly id: import("valibot").NumberSchema<undefined>;
@@ -387,7 +387,7 @@ export declare const marcoSDK: {
387
387
  readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
388
388
  }, undefined> | import("valibot").ObjectSchema<{
389
389
  readonly args: import("valibot").ObjectSchema<{
390
- readonly labelId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
390
+ readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
391
391
  }, undefined>;
392
392
  readonly clientID: import("valibot").StringSchema<undefined>;
393
393
  readonly id: import("valibot").NumberSchema<undefined>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
3
  "packageManager": "bun@1.2.0",
4
- "version": "2.0.342",
4
+ "version": "2.0.343",
5
5
  "author": "team@marcoapp.io",
6
6
  "main": "dist/index.js",
7
7
  "repository": "git@github.com:marcoappio/marco-config.git",