sigo-entities 0.0.235 → 0.0.237
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2313 -2027
- package/dist/index.mjs +2300 -2014
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2244,7 +2244,7 @@ declare class EmpresaStockPersonalDTO {
|
|
|
2244
2244
|
declare class ItemENTITY {
|
|
2245
2245
|
ID_Item: number;
|
|
2246
2246
|
Propio: boolean;
|
|
2247
|
-
|
|
2247
|
+
AlmacenDestino: PaisStockPersonalDTO;
|
|
2248
2248
|
Delegacion: CodigoNombreDTO;
|
|
2249
2249
|
Empresa: EmpresaStockPersonalDTO;
|
|
2250
2250
|
Cliente: ClienteDTO;
|
package/dist/index.d.ts
CHANGED
|
@@ -2244,7 +2244,7 @@ declare class EmpresaStockPersonalDTO {
|
|
|
2244
2244
|
declare class ItemENTITY {
|
|
2245
2245
|
ID_Item: number;
|
|
2246
2246
|
Propio: boolean;
|
|
2247
|
-
|
|
2247
|
+
AlmacenDestino: PaisStockPersonalDTO;
|
|
2248
2248
|
Delegacion: CodigoNombreDTO;
|
|
2249
2249
|
Empresa: EmpresaStockPersonalDTO;
|
|
2250
2250
|
Cliente: ClienteDTO;
|