@marcoappio/marco-config 2.0.545 → 2.0.546

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.
@@ -610,7 +610,7 @@ export declare const marcoSchemas: {
610
610
  websocket: {
611
611
  pokeEvent: import("valibot").ObjectSchema<{
612
612
  readonly event: import("valibot").LiteralSchema<"poke", undefined>;
613
- readonly model: import("valibot").PicklistSchema<readonly ["user", "account", "contact", "draft", "thread", "label"], undefined>;
613
+ readonly model: import("valibot").PicklistSchema<readonly ["user", "account", "contact", "draft", "thread"], undefined>;
614
614
  }, undefined>;
615
615
  };
616
616
  };
@@ -1,12 +1,12 @@
1
1
  import * as v from 'valibot';
2
2
  export declare const pokeEventSchema: v.ObjectSchema<{
3
3
  readonly event: v.LiteralSchema<"poke", undefined>;
4
- readonly model: v.PicklistSchema<readonly ["user", "account", "contact", "draft", "thread", "label"], undefined>;
4
+ readonly model: v.PicklistSchema<readonly ["user", "account", "contact", "draft", "thread"], undefined>;
5
5
  }, undefined>;
6
6
  export declare const websocket: {
7
7
  pokeEvent: v.ObjectSchema<{
8
8
  readonly event: v.LiteralSchema<"poke", undefined>;
9
- readonly model: v.PicklistSchema<readonly ["user", "account", "contact", "draft", "thread", "label"], undefined>;
9
+ readonly model: v.PicklistSchema<readonly ["user", "account", "contact", "draft", "thread"], undefined>;
10
10
  }, undefined>;
11
11
  };
12
12
  //# sourceMappingURL=websocket.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import type * as v from 'valibot';
2
2
  import type { marcoSchemas } from '../schemas';
3
- export declare const POKE_MODELS: readonly ["user", "account", "contact", "draft", "thread", "label"];
3
+ export declare const POKE_MODELS: readonly ["user", "account", "contact", "draft", "thread"];
4
4
  export type PokeModel = (typeof POKE_MODELS)[number];
5
5
  export type PokeEvent = v.InferOutput<typeof marcoSchemas.websocket.pokeEvent>;
6
6
  //# sourceMappingURL=PokeEvent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PokeEvent.d.ts","sourceRoot":"","sources":["../../src/types/PokeEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,CAAC,MAAM,SAAS,CAAA;AAEjC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,eAAO,MAAM,WAAW,qEAAsE,CAAA;AAE9F,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAA;AACpD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,SAAS,CAAC,CAAA"}
1
+ {"version":3,"file":"PokeEvent.d.ts","sourceRoot":"","sources":["../../src/types/PokeEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,CAAC,MAAM,SAAS,CAAA;AAEjC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,eAAO,MAAM,WAAW,4DAA6D,CAAA;AAErF,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAA;AACpD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,WAAW,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,SAAS,CAAC,CAAA"}
@@ -1 +1 @@
1
- export const POKE_MODELS = ['user', 'account', 'contact', 'draft', 'thread', 'label'];
1
+ export const POKE_MODELS = ['user', 'account', 'contact', 'draft', 'thread'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.545",
3
+ "version": "2.0.546",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",