sigo-entities 1.2.441 → 1.2.442
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
|
@@ -10022,7 +10022,8 @@ declare enum SystemResource {
|
|
|
10022
10022
|
TUVES = "TUVES",
|
|
10023
10023
|
SOMACYL = "SOMACYL",
|
|
10024
10024
|
MI_FIBRA = "MI_FIBRA",
|
|
10025
|
-
CLARO = "CLARO"
|
|
10025
|
+
CLARO = "CLARO",
|
|
10026
|
+
ALTAS_NVT = "ALTAS_NVT"
|
|
10026
10027
|
}
|
|
10027
10028
|
|
|
10028
10029
|
declare class ResourceSystemDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -10022,7 +10022,8 @@ declare enum SystemResource {
|
|
|
10022
10022
|
TUVES = "TUVES",
|
|
10023
10023
|
SOMACYL = "SOMACYL",
|
|
10024
10024
|
MI_FIBRA = "MI_FIBRA",
|
|
10025
|
-
CLARO = "CLARO"
|
|
10025
|
+
CLARO = "CLARO",
|
|
10026
|
+
ALTAS_NVT = "ALTAS_NVT"
|
|
10026
10027
|
}
|
|
10027
10028
|
|
|
10028
10029
|
declare class ResourceSystemDto {
|
package/dist/index.js
CHANGED
|
@@ -52816,6 +52816,7 @@ var SystemResource = /* @__PURE__ */ ((SystemResource2) => {
|
|
|
52816
52816
|
SystemResource2["SOMACYL"] = "SOMACYL";
|
|
52817
52817
|
SystemResource2["MI_FIBRA"] = "MI_FIBRA";
|
|
52818
52818
|
SystemResource2["CLARO"] = "CLARO";
|
|
52819
|
+
SystemResource2["ALTAS_NVT"] = "ALTAS_NVT";
|
|
52819
52820
|
return SystemResource2;
|
|
52820
52821
|
})(SystemResource || {});
|
|
52821
52822
|
|
package/dist/index.mjs
CHANGED
|
@@ -52325,6 +52325,7 @@ var SystemResource = /* @__PURE__ */ ((SystemResource2) => {
|
|
|
52325
52325
|
SystemResource2["SOMACYL"] = "SOMACYL";
|
|
52326
52326
|
SystemResource2["MI_FIBRA"] = "MI_FIBRA";
|
|
52327
52327
|
SystemResource2["CLARO"] = "CLARO";
|
|
52328
|
+
SystemResource2["ALTAS_NVT"] = "ALTAS_NVT";
|
|
52328
52329
|
return SystemResource2;
|
|
52329
52330
|
})(SystemResource || {});
|
|
52330
52331
|
|