@claritylabs/cl-sdk 4.2.0 → 4.3.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.
@@ -1546,6 +1546,7 @@ var OperationalCoverageLineSchema = z3.object({
1546
1546
  var OperationalPartySchema = z3.object({
1547
1547
  role: z3.string(),
1548
1548
  name: z3.string(),
1549
+ address: OperationalAddressSchema.optional(),
1549
1550
  sourceNodeIds: z3.array(z3.string().min(1)).default([]),
1550
1551
  sourceSpanIds: z3.array(z3.string().min(1)).default([])
1551
1552
  });
@@ -1583,6 +1584,7 @@ var PolicyOperationalProfileSchema = z3.preprocess(
1583
1584
  expirationDate: SourceBackedValueSchema.optional(),
1584
1585
  retroactiveDate: SourceBackedValueSchema.optional(),
1585
1586
  premium: SourceBackedValueSchema.optional(),
1587
+ operationsDescription: SourceBackedValueSchema.optional(),
1586
1588
  declarationFacts: z3.array(OperationalDeclarationFactSchema).default([]),
1587
1589
  coverages: z3.array(OperationalCoverageLineSchema).default([]),
1588
1590
  parties: z3.array(OperationalPartySchema).default([]),