hvp-shared 3.3.0 → 3.3.2

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/types.d.ts CHANGED
@@ -3,4 +3,6 @@
3
3
  * Used by both backend and frontend for type consistency
4
4
  */
5
5
  export * from './types/api-response.types';
6
+ export * from './types/error-codes.types';
6
7
  export * from './types/company-settings.types';
8
+ export * from './types/collaborator-fiscal.types';
package/dist/types.js CHANGED
@@ -23,6 +23,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
23
23
  // ============================================================================
24
24
  __exportStar(require("./types/api-response.types"), exports);
25
25
  // ============================================================================
26
+ // Error Codes - Domain-specific error codes
27
+ // ============================================================================
28
+ __exportStar(require("./types/error-codes.types"), exports);
29
+ // ============================================================================
26
30
  // Domain Types - Business entities and DTOs
27
31
  // ============================================================================
28
32
  __exportStar(require("./types/company-settings.types"), exports);
33
+ __exportStar(require("./types/collaborator-fiscal.types"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "Shared types and utilities for HVP backend and frontend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",