sigo-entities 1.2.123 → 1.2.124
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -762,7 +762,8 @@ declare enum StateInternalOrderTOA {
|
|
|
762
762
|
PENDIENTE = "Pendiente",
|
|
763
763
|
REVISION = "Revisi\u00F3n",
|
|
764
764
|
FINALIZADA = "Finalizada",
|
|
765
|
-
PROCESANDO = "Procesando"
|
|
765
|
+
PROCESANDO = "Procesando",
|
|
766
|
+
RECHAZADO = "Rechazado"
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
declare class MailStructureENTITY {
|
package/dist/index.d.ts
CHANGED
|
@@ -762,7 +762,8 @@ declare enum StateInternalOrderTOA {
|
|
|
762
762
|
PENDIENTE = "Pendiente",
|
|
763
763
|
REVISION = "Revisi\u00F3n",
|
|
764
764
|
FINALIZADA = "Finalizada",
|
|
765
|
-
PROCESANDO = "Procesando"
|
|
765
|
+
PROCESANDO = "Procesando",
|
|
766
|
+
RECHAZADO = "Rechazado"
|
|
766
767
|
}
|
|
767
768
|
|
|
768
769
|
declare class MailStructureENTITY {
|
package/dist/index.js
CHANGED
|
@@ -4221,6 +4221,7 @@ var StateInternalOrderTOA = /* @__PURE__ */ ((StateInternalOrderTOA2) => {
|
|
|
4221
4221
|
StateInternalOrderTOA2["REVISION"] = "Revisi\xF3n";
|
|
4222
4222
|
StateInternalOrderTOA2["FINALIZADA"] = "Finalizada";
|
|
4223
4223
|
StateInternalOrderTOA2["PROCESANDO"] = "Procesando";
|
|
4224
|
+
StateInternalOrderTOA2["RECHAZADO"] = "Rechazado";
|
|
4224
4225
|
return StateInternalOrderTOA2;
|
|
4225
4226
|
})(StateInternalOrderTOA || {});
|
|
4226
4227
|
|
package/dist/index.mjs
CHANGED
|
@@ -3619,6 +3619,7 @@ var StateInternalOrderTOA = /* @__PURE__ */ ((StateInternalOrderTOA2) => {
|
|
|
3619
3619
|
StateInternalOrderTOA2["REVISION"] = "Revisi\xF3n";
|
|
3620
3620
|
StateInternalOrderTOA2["FINALIZADA"] = "Finalizada";
|
|
3621
3621
|
StateInternalOrderTOA2["PROCESANDO"] = "Procesando";
|
|
3622
|
+
StateInternalOrderTOA2["RECHAZADO"] = "Rechazado";
|
|
3622
3623
|
return StateInternalOrderTOA2;
|
|
3623
3624
|
})(StateInternalOrderTOA || {});
|
|
3624
3625
|
|