hvp-shared 6.83.0 → 6.84.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.
@@ -25,7 +25,8 @@ export declare enum JobType {
25
25
  SYNC_INVENTORY_SNAPSHOT = "SYNC_INVENTORY_SNAPSHOT",
26
26
  SYNC_COLLECTION_DETAILS = "SYNC_COLLECTION_DETAILS",
27
27
  SYNC_BATCH = "SYNC_BATCH",
28
- SYNC_ALL = "SYNC_ALL"
28
+ SYNC_ALL = "SYNC_ALL",
29
+ SYNC_FACTURAMA_PRODUCTS = "SYNC_FACTURAMA_PRODUCTS"
29
30
  }
30
31
  /**
31
32
  * Report types for batch sync operations.
@@ -30,6 +30,7 @@ var JobType;
30
30
  JobType["SYNC_COLLECTION_DETAILS"] = "SYNC_COLLECTION_DETAILS";
31
31
  JobType["SYNC_BATCH"] = "SYNC_BATCH";
32
32
  JobType["SYNC_ALL"] = "SYNC_ALL";
33
+ JobType["SYNC_FACTURAMA_PRODUCTS"] = "SYNC_FACTURAMA_PRODUCTS";
33
34
  })(JobType || (exports.JobType = JobType = {}));
34
35
  /**
35
36
  * Report types for batch sync operations.
@@ -142,6 +143,7 @@ exports.JOB_TYPE_LABELS = {
142
143
  [JobType.SYNC_COLLECTION_DETAILS]: 'Sincronizar Cobros Detalle',
143
144
  [JobType.SYNC_BATCH]: 'Sincronización por Lotes',
144
145
  [JobType.SYNC_ALL]: 'Sincronizar Todo',
146
+ [JobType.SYNC_FACTURAMA_PRODUCTS]: 'Sincronizar Productos Facturama',
145
147
  };
146
148
  /**
147
149
  * Human-readable labels for report types (Spanish for UI)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.83.0",
3
+ "version": "6.84.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",