@retaila/shared-types 1.1.120 → 1.1.122

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.mjs CHANGED
@@ -443,6 +443,7 @@ var PaymentMethodType = /* @__PURE__ */ ((PaymentMethodType2) => {
443
443
  PaymentMethodType2["CREDIT_CARD"] = "CREDIT_CARD";
444
444
  PaymentMethodType2["DEBIT_CARD"] = "DEBIT_CARD";
445
445
  PaymentMethodType2["MERCADOPAGO"] = "MERCADOPAGO";
446
+ PaymentMethodType2["MERCADOPAGO_MARKETPLACE"] = "MERCADOPAGO_MARKETPLACE";
446
447
  PaymentMethodType2["PHYSICAL"] = "PHYSICAL";
447
448
  PaymentMethodType2["INTERNATIONAL"] = "INTERNATIONAL";
448
449
  PaymentMethodType2["PAYPAL"] = "PAYPAL";