sigo-package 1.2.127 → 1.2.128
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -764,7 +764,7 @@ declare const collections: {
|
|
|
764
764
|
readonly CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock";
|
|
765
765
|
readonly PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion";
|
|
766
766
|
readonly PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO";
|
|
767
|
-
readonly
|
|
767
|
+
readonly ESPAÑA_1729_SomacylOrderStock: "ESPAÑA_1729_SomacylOrderStock";
|
|
768
768
|
};
|
|
769
769
|
|
|
770
770
|
declare const db_root = "sigo_db";
|
package/dist/index.d.ts
CHANGED
|
@@ -764,7 +764,7 @@ declare const collections: {
|
|
|
764
764
|
readonly CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock";
|
|
765
765
|
readonly PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion";
|
|
766
766
|
readonly PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO";
|
|
767
|
-
readonly
|
|
767
|
+
readonly ESPAÑA_1729_SomacylOrderStock: "ESPAÑA_1729_SomacylOrderStock";
|
|
768
768
|
};
|
|
769
769
|
|
|
770
770
|
declare const db_root = "sigo_db";
|
package/dist/index.js
CHANGED
|
@@ -16804,7 +16804,7 @@ var collections = {
|
|
|
16804
16804
|
CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock",
|
|
16805
16805
|
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion",
|
|
16806
16806
|
PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO",
|
|
16807
|
-
|
|
16807
|
+
ESPA\u00D1A_1729_SomacylOrderStock: "ESPA\xD1A_1729_SomacylOrderStock"
|
|
16808
16808
|
};
|
|
16809
16809
|
|
|
16810
16810
|
// src/v2/constants/db.ts
|
package/dist/index.mjs
CHANGED
|
@@ -16639,7 +16639,7 @@ var collections = {
|
|
|
16639
16639
|
CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock",
|
|
16640
16640
|
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion",
|
|
16641
16641
|
PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO",
|
|
16642
|
-
|
|
16642
|
+
ESPA\u00D1A_1729_SomacylOrderStock: "ESPA\xD1A_1729_SomacylOrderStock"
|
|
16643
16643
|
};
|
|
16644
16644
|
|
|
16645
16645
|
// src/v2/constants/db.ts
|