hvp-shared 6.60.1 → 6.62.0

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.
@@ -130,7 +130,7 @@ exports.EMPLOYMENT_TYPE_DEFAULTS = {
130
130
  hasImss: false,
131
131
  payrollStampingMode: PayrollStampingMode.none,
132
132
  scheduleType: ScheduleType.fixed,
133
- attendanceSource: AttendanceSource.activity_register,
133
+ attendanceSource: AttendanceSource.attendance_records,
134
134
  },
135
135
  [EmploymentType.hourly_agreed]: {
136
136
  compensationType: CompensationType.hourly,
@@ -149,7 +149,7 @@ exports.EMPLOYMENT_TYPE_DEFAULTS = {
149
149
  attendanceSource: AttendanceSource.activity_register,
150
150
  },
151
151
  [EmploymentType.contractor]: {
152
- compensationType: CompensationType.none,
152
+ compensationType: CompensationType.per_service,
153
153
  hasCommissions: true,
154
154
  hasImss: false,
155
155
  payrollStampingMode: PayrollStampingMode.none,
@@ -159,7 +159,7 @@ exports.EMPLOYMENT_TYPE_DEFAULTS = {
159
159
  [EmploymentType.coverage_only]: {
160
160
  compensationType: CompensationType.none,
161
161
  hasCommissions: false,
162
- hasImss: false,
162
+ hasImss: true,
163
163
  payrollStampingMode: PayrollStampingMode.nominal,
164
164
  scheduleType: ScheduleType.none,
165
165
  attendanceSource: AttendanceSource.none,
@@ -662,6 +662,8 @@ export interface UpdateCashFlowReviewRequest {
662
662
  /** Structured reasons why this entry is invalid */
663
663
  invalidReasons?: CashFlowInvalidReason[];
664
664
  observations?: string;
665
+ /** Manual accounting code override from the catalog */
666
+ accountingCode?: number;
665
667
  }
666
668
  /**
667
669
  * Single cash flow record from QVET (Entradas/Salidas de Caja)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.60.1",
3
+ "version": "6.62.0",
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",