@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 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(n.object({
16897
- activities: n.record(n.record(nfe)),
16898
- assignmentRoles: n.record(sfe)
16899
- })), gfe = n.object({
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(a.object({
32988
- activities: a.record(a.record(i4e)),
32989
- assignmentRoles: a.record(c4e)
32990
- })), b4e = a.object({
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(),