@kl1/contracts 1.0.72 → 1.0.73

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.mjs CHANGED
@@ -1175,7 +1175,7 @@ var TelephonyDropdownListSchema = z26.object({
1175
1175
  trunks: z26.array(
1176
1176
  z26.object({
1177
1177
  id: z26.string().uuid(),
1178
- trunk: z26.string()
1178
+ trunkName: z26.string()
1179
1179
  })
1180
1180
  ),
1181
1181
  status: z26.array(z26.enum(["ANSWERED", "NO ANSWER", "FAILED"])),