sigesp 1.1.50-20250612 → 1.1.51-20250612

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.
@@ -382,7 +382,8 @@ export interface IConceptos {
382
382
  perben: string;
383
383
  id_concxpapo: string;
384
384
  id_tipodocumento: string;
385
- conaponom?: string;
385
+ conaponom: string;
386
+ denconcxp?: string;
386
387
  dentipden?: string;
387
388
  coduniadm?: string;
388
389
  denuniadm?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigesp",
3
- "version": "1.1.50-20250612",
3
+ "version": "1.1.51-20250612",
4
4
  "dependencies": {
5
5
  "tslib": "^2.6.2"
6
6
  },