@socotra/ec-react-utils 2.19.2 → 2.19.3-next.0
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/index.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -14999,7 +14999,8 @@ const nT = e.object({
|
|
|
14999
14999
|
shortfallCreditLocators: e.string().array().optional(),
|
|
15000
15000
|
validationResult: V.optional(),
|
|
15001
15001
|
subpayments: e.array(nT).optional(),
|
|
15002
|
-
paymentMode: Wf.optional()
|
|
15002
|
+
paymentMode: Wf.optional(),
|
|
15003
|
+
paymentNumber: e.string().optional()
|
|
15003
15004
|
});
|
|
15004
15005
|
G(iT);
|
|
15005
15006
|
const oT = ({
|