@lyxa.ai/core 1.4.306-alpha-2 → 1.4.306-alpha-3

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.
@@ -22,7 +22,7 @@ Perfect for sharing types between frontend and backend applications.
22
22
 
23
23
  ## Version
24
24
 
25
- Version: 1.4.306-alpha-2
25
+ Version: 1.4.306-alpha-3
26
26
 
27
27
  ## Dependencies
28
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/types",
3
- "version": "1.4.306-alpha-2",
3
+ "version": "1.4.306-alpha-3",
4
4
  "description": "Lyxa type definitions and validation schemas for both frontend and backend",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",
@@ -0,0 +1,6 @@
1
+ export interface ItemTypeMapConfig {
2
+ image: string;
3
+ label: string;
4
+ routeName: string;
5
+ itemType?: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=common-interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-interfaces.js","sourceRoot":"/","sources":["utilities/shared/common-interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export interface ItemTypeMapConfig {\n\timage: string;\n\tlabel: string;\n\trouteName: string;\n\titemType?: string;\n}"]}
@@ -0,0 +1,6 @@
1
+ export interface ItemTypeMapConfig {
2
+ image: string;
3
+ label: string;
4
+ routeName: string;
5
+ itemType?: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=common-interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-interfaces.js","sourceRoot":"/","sources":["utilities/shared/common-interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export interface ItemTypeMapConfig {\n\timage: string;\n\tlabel: string;\n\trouteName: string;\n\titemType?: string;\n}"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyxa.ai/core",
3
- "version": "1.4.306-alpha-2",
3
+ "version": "1.4.306-alpha-3",
4
4
  "description": "The Core system of the Lyxa services.",
5
5
  "author": "elie <42282499+Internalizable@users.noreply.github.com>",
6
6
  "license": "MIT",