@socotra/ec-react-components 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 +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -21926,7 +21926,8 @@ const C1e = r.object({
|
|
|
21926
21926
|
shortfallCreditLocators: r.string().array().optional(),
|
|
21927
21927
|
validationResult: Qt.optional(),
|
|
21928
21928
|
subpayments: r.array(C1e).optional(),
|
|
21929
|
-
paymentMode: ghe.optional()
|
|
21929
|
+
paymentMode: ghe.optional(),
|
|
21930
|
+
paymentNumber: r.string().optional()
|
|
21930
21931
|
});
|
|
21931
21932
|
kt(x1e);
|
|
21932
21933
|
var et;
|
|
@@ -39299,7 +39300,8 @@ const Aje = a.object({
|
|
|
39299
39300
|
shortfallCreditLocators: a.string().array().optional(),
|
|
39300
39301
|
validationResult: er.optional(),
|
|
39301
39302
|
subpayments: a.array(Aje).optional(),
|
|
39302
|
-
paymentMode: mEe.optional()
|
|
39303
|
+
paymentMode: mEe.optional(),
|
|
39304
|
+
paymentNumber: a.string().optional()
|
|
39303
39305
|
});
|
|
39304
39306
|
Lt(wje);
|
|
39305
39307
|
const Eje = ({
|