gotrip-fx-transaction-form 1.0.60 → 1.0.62
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/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -95526,11 +95526,11 @@ const a6e = ac().shape({
|
|
|
95526
95526
|
defaultValues: {
|
|
95527
95527
|
agent: {
|
|
95528
95528
|
name: [t == null ? void 0 : t.lastName, t == null ? void 0 : t.firstName].filter(Boolean).join(" ").trim(),
|
|
95529
|
-
mobileNo: t == null ? void 0 : t.phone,
|
|
95530
|
-
idNo: t == null ? void 0 : t.identityNumber
|
|
95529
|
+
mobileNo: (t == null ? void 0 : t.phone) || "",
|
|
95530
|
+
idNo: (t == null ? void 0 : t.identityNumber) || ""
|
|
95531
95531
|
}
|
|
95532
95532
|
}
|
|
95533
|
-
}), te = Pt(() => (console.log("Errors", ie), Object.values(ie).length > 0 || !x || !A), [ie, x, A]), de = Ir(async () => (await Mi.get(Go.currency.list, {
|
|
95533
|
+
}), te = Pt(() => (console.log("Errors", ie), console.log("groupOfPeopleSchema", O), Object.values(ie).length > 0 || !x || !A), [ie, x, A]), de = Ir(async () => (await Mi.get(Go.currency.list, {
|
|
95534
95534
|
params: {
|
|
95535
95535
|
bankCode: x == null ? void 0 : x.shortName
|
|
95536
95536
|
}
|