@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.
- package/lib/api-internal.d.ts +1 -1
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1 -1
- package/src/api-internal.js +1 -1
package/lib/api-internal.d.ts
CHANGED
|
@@ -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' | '
|
|
11532
|
+
type ApplePayShippingType = 'shipping' | 'delivery' | 'storePickup' | 'servicePickup';
|
|
11533
11533
|
type ApplePaySupportedNetworks = 'amex' | 'chinaUnionPay' | 'discover' | 'jcb' | 'masterCard' | 'privateLabel' | 'visa';
|
|
11534
11534
|
}
|
|
11535
11535
|
|