@mailbiz/onsite-vtex-vendor 0.11.4 → 0.11.6

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.
@@ -126,7 +126,7 @@ interface VtexLegacyShippingData {
126
126
  interface LogisticsInfo {
127
127
  itemIndex: number;
128
128
  selectedSla: string | null;
129
- selectedDeliveryChannel: string;
129
+ selectedDeliveryChannel: string | null;
130
130
  addressId: string | null;
131
131
  slas: any[];
132
132
  shipsTo: string[];
@@ -279,6 +279,7 @@ interface RateAndBenefitsIdentifier {
279
279
  description: string;
280
280
  matchedParameters: any;
281
281
  additionalInfo: any;
282
+ triggeredBy?: any;
282
283
  }
283
284
  interface MarketingData {
284
285
  coupon: string | null;