@retaila/shared-types 2.0.25 → 2.0.26

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 CHANGED
@@ -987,7 +987,7 @@ interface Payment {
987
987
  canRefund: boolean;
988
988
  };
989
989
  }
990
- type PaymentProviderKey = 'MERCADOPAGO' | 'MERCADOPAGO_MARKETPLACE' | 'PLEXO' | 'MANUAL_PAYMENT';
990
+ type PaymentProviderKey = 'MERCADOPAGO' | 'MERCADOPAGO_MARKETPLACE' | 'PLEXO' | 'MANUAL_PAYMENT' | 'PAYPAL';
991
991
  interface PaymentProviderContext {
992
992
  data: Record<string, unknown>;
993
993
  }
package/dist/index.d.ts CHANGED
@@ -987,7 +987,7 @@ interface Payment {
987
987
  canRefund: boolean;
988
988
  };
989
989
  }
990
- type PaymentProviderKey = 'MERCADOPAGO' | 'MERCADOPAGO_MARKETPLACE' | 'PLEXO' | 'MANUAL_PAYMENT';
990
+ type PaymentProviderKey = 'MERCADOPAGO' | 'MERCADOPAGO_MARKETPLACE' | 'PLEXO' | 'MANUAL_PAYMENT' | 'PAYPAL';
991
991
  interface PaymentProviderContext {
992
992
  data: Record<string, unknown>;
993
993
  }