@socotra/ec-react-schemas 2.29.0-next.3 → 2.29.0-next.5

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.d.ts CHANGED
@@ -12439,6 +12439,7 @@ export declare const TaskListResponseBffSchema: z.ZodObject<{
12439
12439
  termLocator: z.ZodOptional<z.ZodULID>;
12440
12440
  transactionLocator: z.ZodOptional<z.ZodULID>;
12441
12441
  segmentLocator: z.ZodOptional<z.ZodULID>;
12442
+ productName: z.ZodOptional<z.ZodString>;
12442
12443
  referenceType: z.ZodEnum<{
12443
12444
  account: "account";
12444
12445
  policy: "policy";
@@ -12548,6 +12549,7 @@ export declare const TaskReferenceBffSchema: z.ZodObject<{
12548
12549
  termLocator: z.ZodOptional<z.ZodULID>;
12549
12550
  transactionLocator: z.ZodOptional<z.ZodULID>;
12550
12551
  segmentLocator: z.ZodOptional<z.ZodULID>;
12552
+ productName: z.ZodOptional<z.ZodString>;
12551
12553
  referenceType: z.ZodEnum<{
12552
12554
  account: "account";
12553
12555
  policy: "policy";
@@ -12599,6 +12601,7 @@ export declare const TaskResponseBffSchema: z.ZodObject<{
12599
12601
  termLocator: z.ZodOptional<z.ZodULID>;
12600
12602
  transactionLocator: z.ZodOptional<z.ZodULID>;
12601
12603
  segmentLocator: z.ZodOptional<z.ZodULID>;
12604
+ productName: z.ZodOptional<z.ZodString>;
12602
12605
  referenceType: z.ZodEnum<{
12603
12606
  account: "account";
12604
12607
  policy: "policy";
package/dist/index.es.js CHANGED
@@ -22207,7 +22207,8 @@ const Mw = a({
22207
22207
  policyLocator: qe.optional(),
22208
22208
  termLocator: gr.optional(),
22209
22209
  transactionLocator: ut.optional(),
22210
- segmentLocator: yt.optional()
22210
+ segmentLocator: yt.optional(),
22211
+ productName: e().optional()
22211
22212
  }), rk = a({
22212
22213
  ...lp.shape,
22213
22214
  references: m(ak).optional(),