@marcoappio/marco-config 2.0.330 → 2.0.331

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.
@@ -459,7 +459,7 @@ export declare const marcoClients: {
459
459
  readonly name: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
460
460
  }, undefined>;
461
461
  };
462
- setSettingsPushNotifactionToken: {
462
+ setSettingsPushNotificationToken: {
463
463
  delta: import("valibot").ObjectSchema<{
464
464
  readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
465
465
  readonly pushNotificationToken: import("valibot").ObjectSchema<{
@@ -21,7 +21,7 @@ export declare const user: {
21
21
  readonly name: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
22
22
  }, undefined>;
23
23
  };
24
- setSettingsPushNotifactionToken: {
24
+ setSettingsPushNotificationToken: {
25
25
  delta: v.ObjectSchema<{
26
26
  readonly id: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
27
27
  readonly pushNotificationToken: v.ObjectSchema<{
@@ -25,7 +25,7 @@ export const user = {
25
25
  name: marcoSchemas.string.nullable(),
26
26
  }),
27
27
  },
28
- setSettingsPushNotifactionToken: {
28
+ setSettingsPushNotificationToken: {
29
29
  delta: v.object({
30
30
  id: marcoSchemas.string.shortUUID(),
31
31
  pushNotificationToken,
@@ -784,7 +784,7 @@ export declare const endpoints: {
784
784
  }, undefined>;
785
785
  readonly clientID: import("valibot").StringSchema<undefined>;
786
786
  readonly id: import("valibot").NumberSchema<undefined>;
787
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
787
+ readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
788
788
  }, undefined>)[], undefined>, undefined>;
789
789
  }, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
790
790
  readonly data: import("valibot").ObjectSchema<{
@@ -781,7 +781,7 @@ export declare const privateGroup: {
781
781
  }, undefined>;
782
782
  readonly clientID: import("valibot").StringSchema<undefined>;
783
783
  readonly id: import("valibot").NumberSchema<undefined>;
784
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
784
+ readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
785
785
  }, undefined>)[], undefined>, undefined>;
786
786
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
787
787
  readonly data: import("valibot").ObjectSchema<{
@@ -748,7 +748,7 @@ export declare const sync: {
748
748
  }, undefined>;
749
749
  readonly clientID: import("valibot").StringSchema<undefined>;
750
750
  readonly id: import("valibot").NumberSchema<undefined>;
751
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
751
+ readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
752
752
  }, undefined>)[], undefined>, undefined>;
753
753
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
754
754
  readonly data: import("valibot").ObjectSchema<{
@@ -441,7 +441,7 @@ export declare const push: {
441
441
  }, undefined>;
442
442
  readonly clientID: import("valibot").StringSchema<undefined>;
443
443
  readonly id: import("valibot").NumberSchema<undefined>;
444
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
444
+ readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
445
445
  }, undefined>)[], undefined>, undefined>;
446
446
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
447
447
  readonly data: import("valibot").ObjectSchema<{
@@ -21,7 +21,7 @@ export declare const syncPushUser: import("../../../../..").EndpointConfig<"/v1/
21
21
  }, undefined>;
22
22
  readonly clientID: v.StringSchema<undefined>;
23
23
  readonly id: v.NumberSchema<undefined>;
24
- readonly name: v.LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
24
+ readonly name: v.LiteralSchema<"setSettingsPushNotificationToken", undefined>;
25
25
  }, undefined>)[], undefined>, undefined>;
26
26
  }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
27
27
  readonly data: v.ObjectSchema<{
@@ -12,11 +12,11 @@ export const syncPushUser = createEndpoint({
12
12
  id: v.number(),
13
13
  name: v.literal('setSettingsName'),
14
14
  }),
15
- setSettingsPushNotifactionToken: v.object({
16
- args: user.mutators.setSettingsPushNotifactionToken.delta,
15
+ setSettingsPushNotificationToken: v.object({
16
+ args: user.mutators.setSettingsPushNotificationToken.delta,
17
17
  clientID: v.string(),
18
18
  id: v.number(),
19
- name: v.literal('setSettingsPushNotifactionToken'),
19
+ name: v.literal('setSettingsPushNotificationToken'),
20
20
  }),
21
21
  }))),
22
22
  }),
@@ -783,7 +783,7 @@ export declare const marcoSDK: {
783
783
  }, undefined>;
784
784
  readonly clientID: import("valibot").StringSchema<undefined>;
785
785
  readonly id: import("valibot").NumberSchema<undefined>;
786
- readonly name: import("valibot").LiteralSchema<"setSettingsPushNotifactionToken", undefined>;
786
+ readonly name: import("valibot").LiteralSchema<"setSettingsPushNotificationToken", undefined>;
787
787
  }, undefined>)[], undefined>, undefined>;
788
788
  }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
789
789
  readonly data: import("valibot").ObjectSchema<{
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.330",
4
+ "version": "2.0.331",
5
5
  "author": "team@marcoapp.io",
6
6
  "main": "dist/index.js",
7
7
  "repository": "git@github.com:marcoappio/marco-config.git",