@marcoappio/marco-config 2.0.386 → 2.0.387
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/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/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/user.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/user.js +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -846,7 +846,7 @@ export declare const endpoints: {
|
|
|
846
846
|
}, undefined>;
|
|
847
847
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
848
848
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
849
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
849
|
+
readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
850
850
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
851
851
|
readonly args: import("valibot").ObjectSchema<{
|
|
852
852
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -843,7 +843,7 @@ export declare const privateGroup: {
|
|
|
843
843
|
}, undefined>;
|
|
844
844
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
845
845
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
846
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
846
|
+
readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
847
847
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
848
848
|
readonly args: import("valibot").ObjectSchema<{
|
|
849
849
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -805,7 +805,7 @@ export declare const sync: {
|
|
|
805
805
|
}, undefined>;
|
|
806
806
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
807
807
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
808
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
808
|
+
readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
809
809
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
810
810
|
readonly args: import("valibot").ObjectSchema<{
|
|
811
811
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -464,7 +464,7 @@ export declare const push: {
|
|
|
464
464
|
}, undefined>;
|
|
465
465
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
466
466
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
467
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
467
|
+
readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
468
468
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
469
469
|
readonly args: import("valibot").ObjectSchema<{
|
|
470
470
|
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -16,7 +16,7 @@ export declare const syncPushUser: import("../../../../..").EndpointConfig<"/v1/
|
|
|
16
16
|
}, undefined>;
|
|
17
17
|
readonly clientID: v.StringSchema<undefined>;
|
|
18
18
|
readonly id: v.NumberSchema<undefined>;
|
|
19
|
-
readonly name: v.LiteralSchema<"
|
|
19
|
+
readonly name: v.LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
20
20
|
}, undefined> | v.ObjectSchema<{
|
|
21
21
|
readonly args: v.ObjectSchema<{
|
|
22
22
|
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
@@ -16,7 +16,7 @@ export const syncPushUser = createEndpoint({
|
|
|
16
16
|
args: user.mutators.deleteSettingsPushNotificationTokenForDevice.delta,
|
|
17
17
|
clientID: v.string(),
|
|
18
18
|
id: v.number(),
|
|
19
|
-
name: v.literal('
|
|
19
|
+
name: v.literal('deleteSettingsPushNotificationTokenForDevice'),
|
|
20
20
|
}),
|
|
21
21
|
setSettingsName: v.object({
|
|
22
22
|
args: user.mutators.setSettingsName.delta,
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -845,7 +845,7 @@ export declare const marcoSDK: {
|
|
|
845
845
|
}, undefined>;
|
|
846
846
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
847
847
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
848
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
848
|
+
readonly name: import("valibot").LiteralSchema<"deleteSettingsPushNotificationTokenForDevice", undefined>;
|
|
849
849
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
850
850
|
readonly args: import("valibot").ObjectSchema<{
|
|
851
851
|
readonly id: 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