@retaila/shared-types 1.1.115 → 1.1.117

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
@@ -971,7 +971,7 @@ type FulfillmentProviderProcessWebhookOutput = {
971
971
  data: Record<string, any>;
972
972
  trackingEvent?: FulfillmentTrackingEvent;
973
973
  };
974
- type FulfillmentProviderKey = 'MANUAL_FULFILLMENT' | 'DAC';
974
+ type FulfillmentProviderKey = 'MANUAL_FULFILLMENT' | 'DAC' | 'PEDIDOSYA';
975
975
  type FulfillmentProviderContext = {
976
976
  data: Record<string, any>;
977
977
  };
package/dist/index.d.ts CHANGED
@@ -971,7 +971,7 @@ type FulfillmentProviderProcessWebhookOutput = {
971
971
  data: Record<string, any>;
972
972
  trackingEvent?: FulfillmentTrackingEvent;
973
973
  };
974
- type FulfillmentProviderKey = 'MANUAL_FULFILLMENT' | 'DAC';
974
+ type FulfillmentProviderKey = 'MANUAL_FULFILLMENT' | 'DAC' | 'PEDIDOSYA';
975
975
  type FulfillmentProviderContext = {
976
976
  data: Record<string, any>;
977
977
  };