@socotra/ec-react-components 2.15.0-next.6 → 2.15.0-next.7
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 +12 -8
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -16893,10 +16893,12 @@ const sfe = n.object({
|
|
|
16893
16893
|
installmentWeights: n.array(n.number()).optional(),
|
|
16894
16894
|
maxInstallmentsPerTerm: n.number().optional()
|
|
16895
16895
|
})
|
|
16896
|
-
), pfe = n.record(ffe), mfe = AI.merge(
|
|
16897
|
-
|
|
16898
|
-
|
|
16899
|
-
|
|
16896
|
+
), pfe = n.record(ffe), mfe = AI.merge(
|
|
16897
|
+
n.object({
|
|
16898
|
+
activities: n.record(n.record(nfe)),
|
|
16899
|
+
assignmentRoles: n.record(sfe)
|
|
16900
|
+
})
|
|
16901
|
+
), gfe = n.object({
|
|
16900
16902
|
generateAutoRenewals: n.boolean(),
|
|
16901
16903
|
newTermDuration: n.number().optional(),
|
|
16902
16904
|
renewalAcceptLeadDays: n.number().optional(),
|
|
@@ -32984,10 +32986,12 @@ const c4e = a.object({
|
|
|
32984
32986
|
installmentWeights: a.array(a.number()).optional(),
|
|
32985
32987
|
maxInstallmentsPerTerm: a.number().optional()
|
|
32986
32988
|
})
|
|
32987
|
-
), g4e = a.record(m4e), h4e = Sj.merge(
|
|
32988
|
-
|
|
32989
|
-
|
|
32990
|
-
|
|
32989
|
+
), g4e = a.record(m4e), h4e = Sj.merge(
|
|
32990
|
+
a.object({
|
|
32991
|
+
activities: a.record(a.record(i4e)),
|
|
32992
|
+
assignmentRoles: a.record(c4e)
|
|
32993
|
+
})
|
|
32994
|
+
), b4e = a.object({
|
|
32991
32995
|
generateAutoRenewals: a.boolean(),
|
|
32992
32996
|
newTermDuration: a.number().optional(),
|
|
32993
32997
|
renewalAcceptLeadDays: a.number().optional(),
|