@claritylabs/cl-sdk 4.1.0 → 4.2.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.
@@ -1530,6 +1530,7 @@ var OperationalCoverageTermSchema = z3.object({
1530
1530
  });
1531
1531
  var OperationalCoverageLineSchema = z3.object({
1532
1532
  name: z3.string(),
1533
+ lineOfBusiness: AcordLobCodeSchema.optional(),
1533
1534
  coverageCode: z3.string().optional(),
1534
1535
  limit: z3.string().optional(),
1535
1536
  deductible: z3.string().optional(),