@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.
- package/dist/clients/account.d.ts +1 -1
- package/dist/clients/account.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/account.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
|
@@ -67,7 +67,7 @@ export declare const account: {
|
|
|
67
67
|
};
|
|
68
68
|
deleteLabel: {
|
|
69
69
|
delta: v.ObjectSchema<{
|
|
70
|
-
readonly labelId: v.
|
|
70
|
+
readonly labelId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
71
71
|
}, undefined>;
|
|
72
72
|
};
|
|
73
73
|
setAliasName: {
|
package/dist/clients/account.js
CHANGED
package/dist/clients/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ export declare const marcoClients: {
|
|
|
68
68
|
};
|
|
69
69
|
deleteLabel: {
|
|
70
70
|
delta: import("valibot").ObjectSchema<{
|
|
71
|
-
readonly labelId: import("valibot").
|
|
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").
|
|
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").
|
|
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").
|
|
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.
|
|
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").
|
|
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>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -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").
|
|
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