@aranova/tracking-react 0.22.0 → 0.22.2

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/sales.mjs CHANGED
@@ -566,6 +566,9 @@ var saleUpdateSchema = z2.object({
566
566
  items: z2.array(saleItemSchema).optional(),
567
567
  metadata: metadataSchema.nullable().optional(),
568
568
  customer_name: customerNameSchema.nullable().optional(),
569
+ // Re-attest when changing a filler-looking name; the server clears the
570
+ // prior attestation whenever `customer_name` changes.
571
+ customer_name_placeholder_confirmed: z2.boolean().optional(),
569
572
  customer_phone: customerPhoneSchema.nullable().optional(),
570
573
  customer_email: customerEmailSchema.nullable().optional(),
571
574
  // NOT NULL server-side: omit to leave unchanged (explicit null is rejected).