@flowio/api-internal-prop-types 9.24.56 → 9.24.57

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.
@@ -11529,7 +11529,7 @@ declare namespace io.flow.apple.pay.v0.enums {
11529
11529
  type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
11530
11530
  type ApplePayLineItemType = 'final' | 'pending';
11531
11531
  type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
11532
- type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
11532
+ type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
11533
11533
  type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
11534
11534
  }
11535
11535