@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +8 -8
- package/dist/src/telephony-cdr/index.d.ts +8 -8
- package/dist/src/telephony-cdr/schema.d.ts +5 -5
- package/dist/src/telephony-cdr/validation.d.ts +3 -3
- package/package.json +1 -1
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
|
-
|
1178
|
+
trunkName: z26.string()
|
1179
1179
|
})
|
1180
1180
|
),
|
1181
1181
|
status: z26.array(z26.enum(["ANSWERED", "NO ANSWER", "FAILED"])),
|