@fluid-app/portal-sdk 0.1.343 → 0.1.344
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/{AddressAutocompleteInput-BVxYYKMa.cjs → AddressAutocompleteInput-CY68YXfm.cjs} +3 -2
- package/dist/{AddressAutocompleteInput-BVxYYKMa.cjs.map → AddressAutocompleteInput-CY68YXfm.cjs.map} +1 -1
- package/dist/{AddressAutocompleteInput-CaIj4sj0.mjs → AddressAutocompleteInput-CnqEe4wQ.mjs} +3 -2
- package/dist/{AddressAutocompleteInput-CaIj4sj0.mjs.map → AddressAutocompleteInput-CnqEe4wQ.mjs.map} +1 -1
- package/dist/{FluidProvider-DvM9XXPP.cjs → FluidProvider-BAo0N4vR.cjs} +2 -1
- package/dist/{FluidProvider-DvM9XXPP.cjs.map → FluidProvider-BAo0N4vR.cjs.map} +1 -1
- package/dist/{FluidProvider-7uXylc_0.mjs → FluidProvider-CqwDLIAd.mjs} +2 -1
- package/dist/{FluidProvider-7uXylc_0.mjs.map → FluidProvider-CqwDLIAd.mjs.map} +1 -1
- package/dist/{MessagingScreen-DeUg6OJ_.mjs → MessagingScreen-BWphOSEd.mjs} +2 -2
- package/dist/{MessagingScreen-C0H6oqOh.cjs → MessagingScreen-BnkvuLwD.cjs} +2 -2
- package/dist/{MessagingScreen-C0H6oqOh.cjs.map → MessagingScreen-BnkvuLwD.cjs.map} +1 -1
- package/dist/{MessagingScreen-CMoiGTh4.cjs → MessagingScreen-OKptFYb8.cjs} +2 -2
- package/dist/{MessagingScreen-B0ssUtlx.mjs → MessagingScreen-nFIeSiWi.mjs} +2 -2
- package/dist/{MessagingScreen-B0ssUtlx.mjs.map → MessagingScreen-nFIeSiWi.mjs.map} +1 -1
- package/dist/{OrdersScreen-CAjLwrbh.mjs → OrdersScreen-ANJVxGZ0.mjs} +2 -2
- package/dist/{OrdersScreen-C-QurbNs.cjs → OrdersScreen-Bf5s54Wa.cjs} +2 -2
- package/dist/{OrdersScreen-Cd5sBHDs.cjs → OrdersScreen-CJEdwxJl.cjs} +2 -2
- package/dist/{OrdersScreen-Cd5sBHDs.cjs.map → OrdersScreen-CJEdwxJl.cjs.map} +1 -1
- package/dist/{OrdersScreen-CbsE8ftf.mjs → OrdersScreen-DNqRO4EE.mjs} +2 -2
- package/dist/{OrdersScreen-CbsE8ftf.mjs.map → OrdersScreen-DNqRO4EE.mjs.map} +1 -1
- package/dist/{ProfileScreen-BZ5jKqkD.mjs → ProfileScreen-7bkBCO-g.mjs} +4 -4
- package/dist/ProfileScreen-7bkBCO-g.mjs.map +1 -0
- package/dist/{ProfileScreen-HwGAs-oy.mjs → ProfileScreen-Byt2EAq9.mjs} +3 -3
- package/dist/{ProfileScreen-BO7nLKOQ.cjs → ProfileScreen-CzmvKYzU.cjs} +4 -4
- package/dist/ProfileScreen-CzmvKYzU.cjs.map +1 -0
- package/dist/{ProfileScreen-BYQD2sva.cjs → ProfileScreen-DIGIotyV.cjs} +3 -3
- package/dist/{ShopScreen-Bo8d-yeD.cjs → ShopScreen-BPIlTezi.cjs} +2 -2
- package/dist/{ShopScreen-Bo8d-yeD.cjs.map → ShopScreen-BPIlTezi.cjs.map} +1 -1
- package/dist/{ShopScreen-Bg63UWLt.mjs → ShopScreen-Bio45-Kw.mjs} +2 -2
- package/dist/{ShopScreen-DojSbbAC.cjs → ShopScreen-D5fnm7kz.cjs} +2 -2
- package/dist/{ShopScreen-DNA1VtjP.mjs → ShopScreen-DUjyj_xY.mjs} +2 -2
- package/dist/{ShopScreen-DNA1VtjP.mjs.map → ShopScreen-DUjyj_xY.mjs.map} +1 -1
- package/dist/{SubscriptionsScreen-jCZjoRc6.mjs → SubscriptionsScreen-2mmW2fkf.mjs} +3 -3
- package/dist/{SubscriptionsScreen-Cq3Bacp2.cjs → SubscriptionsScreen-Bp8o3--E.cjs} +3 -3
- package/dist/{SubscriptionsScreen-Cq3Bacp2.cjs.map → SubscriptionsScreen-Bp8o3--E.cjs.map} +1 -1
- package/dist/{SubscriptionsScreen-CBSQGdm6.cjs → SubscriptionsScreen-CjE4rZKc.cjs} +3 -3
- package/dist/{SubscriptionsScreen-eKtKSQNa.mjs → SubscriptionsScreen-i1jetQsP.mjs} +3 -3
- package/dist/{SubscriptionsScreen-eKtKSQNa.mjs.map → SubscriptionsScreen-i1jetQsP.mjs.map} +1 -1
- package/dist/index.cjs +17 -17
- package/dist/index.mjs +17 -17
- package/package.json +18 -18
- package/dist/ProfileScreen-BO7nLKOQ.cjs.map +0 -1
- package/dist/ProfileScreen-BZ5jKqkD.mjs.map +0 -1
|
@@ -15906,6 +15906,7 @@ function mapPaymentMethod(raw) {
|
|
|
15906
15906
|
last_four: raw.last_four ?? "",
|
|
15907
15907
|
exp_month: raw.exp_month ?? null,
|
|
15908
15908
|
exp_year: raw.exp_year ?? null,
|
|
15909
|
+
card_holder: raw.card_holder ?? null,
|
|
15909
15910
|
default: raw.default ?? false,
|
|
15910
15911
|
billing_address: raw.billing_address ? mapBillingAddress(raw.billing_address) : null,
|
|
15911
15912
|
created_at: raw.created_at ?? null,
|
|
@@ -18804,4 +18805,4 @@ Object.defineProperty(exports, "widgetPropertySchemas", {
|
|
|
18804
18805
|
}
|
|
18805
18806
|
});
|
|
18806
18807
|
|
|
18807
|
-
//# sourceMappingURL=FluidProvider-
|
|
18808
|
+
//# sourceMappingURL=FluidProvider-BAo0N4vR.cjs.map
|