@socotra/ec-react-utils 2.17.0 → 2.17.1

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
@@ -10199,11 +10199,11 @@ e.object({
10199
10199
  disbursements: Yy.optional(),
10200
10200
  installmentPlans: eh.optional(),
10201
10201
  workManagement: th.optional(),
10202
- numberingPlans: e.record(Sl).optional(),
10203
- fnol: e.record(Dl).optional(),
10204
- losses: e.record(Ol).optional(),
10202
+ numberingPlans: e.record(Sl.partial()).optional(),
10203
+ fnol: e.record(Dl.partial()).optional(),
10204
+ losses: e.record(Ol.partial()).optional(),
10205
10205
  lossCategories: e.array(e.string()).optional(),
10206
- contacts: e.record(Nl).optional(),
10206
+ contacts: e.record(Nl.partial()).optional(),
10207
10207
  contactRoles: e.array(e.string()).optional(),
10208
10208
  // Elements
10209
10209
  policyLines: Wt.optional(),