@fluid-app/portal-sdk 0.1.261 → 0.1.262
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/{FluidProvider-CoSgK0jL.cjs → FluidProvider-BYY876dq.cjs} +2 -1
- package/dist/{FluidProvider-CoSgK0jL.cjs.map → FluidProvider-BYY876dq.cjs.map} +1 -1
- package/dist/{FluidProvider-C0YKxODs.mjs → FluidProvider-CUHp_iVC.mjs} +2 -1
- package/dist/{FluidProvider-C0YKxODs.mjs.map → FluidProvider-CUHp_iVC.mjs.map} +1 -1
- package/dist/{MessagingScreen-DgS_ZEzO.mjs → MessagingScreen-B3kKbJhB.mjs} +2 -2
- package/dist/{MessagingScreen-ga_zEAeB.cjs → MessagingScreen-CDcEFd7F.cjs} +2 -2
- package/dist/{MessagingScreen-ga_zEAeB.cjs.map → MessagingScreen-CDcEFd7F.cjs.map} +1 -1
- package/dist/{MessagingScreen-Ck6c7BK3.mjs → MessagingScreen-CvjEk6aj.mjs} +2 -2
- package/dist/{MessagingScreen-Ck6c7BK3.mjs.map → MessagingScreen-CvjEk6aj.mjs.map} +1 -1
- package/dist/{MessagingScreen-CKIs5m0_.cjs → MessagingScreen-Dsln_2kr.cjs} +2 -2
- package/dist/{ProfileScreen-B7sbMdbH.cjs → ProfileScreen-BjEd2z7J.cjs} +2 -2
- package/dist/{ProfileScreen-FG1DZum3.mjs → ProfileScreen-Cj4peRzX.mjs} +2 -2
- package/dist/{ProfileScreen-FG1DZum3.mjs.map → ProfileScreen-Cj4peRzX.mjs.map} +1 -1
- package/dist/{ProfileScreen-90-Jf8IH.mjs → ProfileScreen-DOiAQJBY.mjs} +2 -2
- package/dist/{ProfileScreen-DYO-1rw4.cjs → ProfileScreen-kwDCfeaF.cjs} +2 -2
- package/dist/{ProfileScreen-DYO-1rw4.cjs.map → ProfileScreen-kwDCfeaF.cjs.map} +1 -1
- package/dist/{ShopScreen-BDhf2CmC.cjs → ShopScreen-CRsMsa6i.cjs} +2 -2
- package/dist/{ShopScreen-BDhf2CmC.cjs.map → ShopScreen-CRsMsa6i.cjs.map} +1 -1
- package/dist/{ShopScreen-BhYkCXLT.mjs → ShopScreen-CTUGv0wk.mjs} +2 -2
- package/dist/{ShopScreen-BgTi5eCl.cjs → ShopScreen-Cxhc4ma8.cjs} +2 -2
- package/dist/{ShopScreen-D0p5rQD8.mjs → ShopScreen-DPO-zJ5Q.mjs} +2 -2
- package/dist/{ShopScreen-D0p5rQD8.mjs.map → ShopScreen-DPO-zJ5Q.mjs.map} +1 -1
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +12 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +19 -19
|
@@ -15684,6 +15684,7 @@ function mapAccount(raw) {
|
|
|
15684
15684
|
bio: raw.bio ?? null,
|
|
15685
15685
|
avatar_url: raw.avatar_url ?? null,
|
|
15686
15686
|
slug: raw.slug ?? "",
|
|
15687
|
+
public_id: raw.public_id ?? "",
|
|
15687
15688
|
social_links: raw.social_links ?? null,
|
|
15688
15689
|
recipient_id: raw.recipient_id ?? null
|
|
15689
15690
|
};
|
|
@@ -18113,4 +18114,4 @@ Object.defineProperty(exports, "widgetPropertySchemas", {
|
|
|
18113
18114
|
}
|
|
18114
18115
|
});
|
|
18115
18116
|
|
|
18116
|
-
//# sourceMappingURL=FluidProvider-
|
|
18117
|
+
//# sourceMappingURL=FluidProvider-BYY876dq.cjs.map
|