@flowio/api-prop-types 10.16.42 → 10.16.43

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.d.ts CHANGED
@@ -1767,7 +1767,7 @@ declare namespace io.flow.shopify.external.v0.models {
1767
1767
  }
1768
1768
 
1769
1769
  declare namespace io.flow.apple.pay.v0.enums {
1770
- type ApplePayContactField = 'email' | 'name' | 'phone' | 'postal_address' | 'phonetic_name';
1770
+ type ApplePayContactField = 'email' | 'name' | 'phone' | 'postalAddress' | 'phoneticName';
1771
1771
  type ApplePayLineItemType = 'final' | 'pending';
1772
1772
  type ApplePayMerchantCapability = 'supports3DS' | 'supportsCredit' | 'supportsDebit' | 'supportsEMV';
1773
1773
  type ApplePayShippingType = 'shipping' | 'delivery' | 'store_pickup' | 'service_pickup';
@@ -1778,7 +1778,7 @@ declare namespace io.flow.apple.pay.v0.models {
1778
1778
  interface ApplePayLineItem {
1779
1779
  readonly 'label': string;
1780
1780
  readonly 'type': io.flow.apple.pay.v0.enums.ApplePayLineItemType;
1781
- readonly 'amount': number;
1781
+ readonly 'amount': string;
1782
1782
  }
1783
1783
 
1784
1784
  interface ApplePayPaymentContact {
@@ -1829,7 +1829,7 @@ declare namespace io.flow.apple.pay.v0.models {
1829
1829
  interface ApplePayShippingMethod {
1830
1830
  readonly 'label': string;
1831
1831
  readonly 'detail': string;
1832
- readonly 'amount': number;
1832
+ readonly 'amount': string;
1833
1833
  readonly 'identifier': string;
1834
1834
  }
1835
1835
  }