hvp-shared 7.7.0 → 7.8.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.
@@ -46,7 +46,8 @@ export declare enum DocumentType {
46
46
  legal_document = "legal_document",
47
47
  brand_asset = "brand_asset",
48
48
  meeting_recording = "meeting_recording",
49
- historical = "historical"
49
+ historical = "historical",
50
+ marketing = "marketing"
50
51
  }
51
52
  export declare const DOCUMENT_TYPE_LABELS: Record<DocumentType, string>;
52
53
  /**
@@ -62,6 +62,8 @@ var DocumentType;
62
62
  // Archive
63
63
  DocumentType["meeting_recording"] = "meeting_recording";
64
64
  DocumentType["historical"] = "historical";
65
+ // Resource — communication / external content (added in 7.8.0)
66
+ DocumentType["marketing"] = "marketing";
65
67
  })(DocumentType || (exports.DocumentType = DocumentType = {}));
66
68
  exports.DOCUMENT_TYPE_LABELS = {
67
69
  [DocumentType.protocol]: "Protocolo",
@@ -76,6 +78,7 @@ exports.DOCUMENT_TYPE_LABELS = {
76
78
  [DocumentType.brand_asset]: "Activo de marca",
77
79
  [DocumentType.meeting_recording]: "Grabación de reunión",
78
80
  [DocumentType.historical]: "Histórico",
81
+ [DocumentType.marketing]: "Marketing y comunicación externa",
79
82
  };
80
83
  // ─── DocumentStatus ─────────────────────────────────────────────────────────
81
84
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "7.7.0",
3
+ "version": "7.8.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",