gotrip-fx-transaction-form 1.0.60 → 1.0.61

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",