sigo-package 1.2.105 → 1.2.107
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 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -1
- package/dist/index.mjs +6 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -728,6 +728,7 @@ declare const collections: {
|
|
|
728
728
|
readonly CHILE_9512_ToaClaroRequestNumberTTL: "CHILE_9512_ToaClaroRequestNumberTTL";
|
|
729
729
|
readonly CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock";
|
|
730
730
|
readonly PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion";
|
|
731
|
+
readonly PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO";
|
|
731
732
|
};
|
|
732
733
|
|
|
733
734
|
declare const db_root = "sigo_db";
|
package/dist/index.d.ts
CHANGED
|
@@ -728,6 +728,7 @@ declare const collections: {
|
|
|
728
728
|
readonly CHILE_9512_ToaClaroRequestNumberTTL: "CHILE_9512_ToaClaroRequestNumberTTL";
|
|
729
729
|
readonly CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock";
|
|
730
730
|
readonly PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion";
|
|
731
|
+
readonly PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO";
|
|
731
732
|
};
|
|
732
733
|
|
|
733
734
|
declare const db_root = "sigo_db";
|
package/dist/index.js
CHANGED
|
@@ -15678,6 +15678,10 @@ function getPriceMaterial(CodigoItem, dataPriceMaterial) {
|
|
|
15678
15678
|
[
|
|
15679
15679
|
"AP Valorado",
|
|
15680
15680
|
priceMaterial[0].Precio
|
|
15681
|
+
],
|
|
15682
|
+
[
|
|
15683
|
+
"NO APLICA",
|
|
15684
|
+
priceMaterial[0].Precio
|
|
15681
15685
|
]
|
|
15682
15686
|
]);
|
|
15683
15687
|
const tipo = priceMaterial[0].Item.Tipo;
|
|
@@ -15750,7 +15754,8 @@ var collections = {
|
|
|
15750
15754
|
PERU_9112_FibramasOrderStock: "PERU_9112_FibramasOrderStock",
|
|
15751
15755
|
CHILE_9512_ToaClaroRequestNumberTTL: "CHILE_9512_ToaClaroRequestNumberTTL",
|
|
15752
15756
|
CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock",
|
|
15753
|
-
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion"
|
|
15757
|
+
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion",
|
|
15758
|
+
PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO"
|
|
15754
15759
|
};
|
|
15755
15760
|
|
|
15756
15761
|
// src/v2/constants/db.ts
|
package/dist/index.mjs
CHANGED
|
@@ -15520,6 +15520,10 @@ function getPriceMaterial(CodigoItem, dataPriceMaterial) {
|
|
|
15520
15520
|
[
|
|
15521
15521
|
"AP Valorado",
|
|
15522
15522
|
priceMaterial[0].Precio
|
|
15523
|
+
],
|
|
15524
|
+
[
|
|
15525
|
+
"NO APLICA",
|
|
15526
|
+
priceMaterial[0].Precio
|
|
15523
15527
|
]
|
|
15524
15528
|
]);
|
|
15525
15529
|
const tipo = priceMaterial[0].Item.Tipo;
|
|
@@ -15592,7 +15596,8 @@ var collections = {
|
|
|
15592
15596
|
PERU_9112_FibramasOrderStock: "PERU_9112_FibramasOrderStock",
|
|
15593
15597
|
CHILE_9512_ToaClaroRequestNumberTTL: "CHILE_9512_ToaClaroRequestNumberTTL",
|
|
15594
15598
|
CHILE_9512_ToaClaroOrderStock: "CHILE_9512_ToaClaroOrderStock",
|
|
15595
|
-
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion"
|
|
15599
|
+
PERU_9112_ToaOrderPreliquidacion: "PERU_9112_ToaOrderPreliquidacion",
|
|
15600
|
+
PERU_9112_ClienteWAOO: "PERU_9112_ClienteWAOO"
|
|
15596
15601
|
};
|
|
15597
15602
|
|
|
15598
15603
|
// src/v2/constants/db.ts
|