@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.
@@ -274,7 +274,7 @@ export declare const marcoClients: {
274
274
  mutators: {
275
275
  moveToTrash: {
276
276
  delta: import("valibot").ObjectSchema<{
277
- readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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: {
@@ -36,7 +36,7 @@ export declare const thread: {
36
36
  mutators: {
37
37
  moveToTrash: {
38
38
  delta: v.ObjectSchema<{
39
- readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCI,CAAA"}
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"}
@@ -27,7 +27,7 @@ export const thread = {
27
27
  mutators: {
28
28
  moveToTrash: {
29
29
  delta: v.object({
30
- id: marcoSchemas.string.uuid(),
30
+ threadId: marcoSchemas.string.uuid(),
31
31
  }),
32
32
  },
33
33
  setMessageSeen: {
@@ -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 id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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 id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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 id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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 id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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 id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.UuidAction<string, undefined>]>, undefined>;
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>;
@@ -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 id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
3
  "packageManager": "bun@1.2.0",
4
- "version": "2.0.197",
4
+ "version": "2.0.199",
5
5
  "author": "team@marcoapp.io",
6
6
  "main": "dist/index.js",
7
7
  "repository": "git@github.com:marcoappio/marco-config.git",