@marcoappio/marco-config 2.0.197 → 2.0.199
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/index.d.ts +1 -1
- package/dist/clients/thread.d.ts +1 -1
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +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/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/clients/index.d.ts
CHANGED
|
@@ -274,7 +274,7 @@ export declare const marcoClients: {
|
|
|
274
274
|
mutators: {
|
|
275
275
|
moveToTrash: {
|
|
276
276
|
delta: import("valibot").ObjectSchema<{
|
|
277
|
-
readonly
|
|
277
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
278
278
|
}, undefined>;
|
|
279
279
|
};
|
|
280
280
|
setMessageSeen: {
|
package/dist/clients/thread.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export declare const thread: {
|
|
|
36
36
|
mutators: {
|
|
37
37
|
moveToTrash: {
|
|
38
38
|
delta: v.ObjectSchema<{
|
|
39
|
-
readonly
|
|
39
|
+
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
40
40
|
}, undefined>;
|
|
41
41
|
};
|
|
42
42
|
setMessageSeen: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAW5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -532,7 +532,7 @@ export declare const endpoints: {
|
|
|
532
532
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
533
533
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
534
534
|
readonly args: import("valibot").ObjectSchema<{
|
|
535
|
-
readonly
|
|
535
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
536
536
|
}, undefined>;
|
|
537
537
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
538
538
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -529,7 +529,7 @@ export declare const privateGroup: {
|
|
|
529
529
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
530
530
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
531
531
|
readonly args: import("valibot").ObjectSchema<{
|
|
532
|
-
readonly
|
|
532
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
533
533
|
}, undefined>;
|
|
534
534
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
535
535
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -510,7 +510,7 @@ export declare const sync: {
|
|
|
510
510
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
511
511
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
512
512
|
readonly args: import("valibot").ObjectSchema<{
|
|
513
|
-
readonly
|
|
513
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
514
514
|
}, undefined>;
|
|
515
515
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
516
516
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -242,7 +242,7 @@ export declare const push: {
|
|
|
242
242
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
243
243
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
244
244
|
readonly args: import("valibot").ObjectSchema<{
|
|
245
|
-
readonly
|
|
245
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
246
246
|
}, undefined>;
|
|
247
247
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
248
248
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
@@ -12,7 +12,7 @@ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v
|
|
|
12
12
|
readonly name: v.LiteralSchema<"setMessageSeen", undefined>;
|
|
13
13
|
}, undefined>, v.ObjectSchema<{
|
|
14
14
|
readonly args: v.ObjectSchema<{
|
|
15
|
-
readonly
|
|
15
|
+
readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
16
16
|
}, undefined>;
|
|
17
17
|
readonly clientID: v.StringSchema<undefined>;
|
|
18
18
|
readonly id: v.NumberSchema<undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -531,7 +531,7 @@ export declare const marcoSDK: {
|
|
|
531
531
|
readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
|
|
532
532
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
533
533
|
readonly args: import("valibot").ObjectSchema<{
|
|
534
|
-
readonly
|
|
534
|
+
readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
535
535
|
}, undefined>;
|
|
536
536
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
537
537
|
readonly id: import("valibot").NumberSchema<undefined>;
|
package/package.json
CHANGED