@kl1/contracts 1.4.62 → 1.4.64

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.
Files changed (264) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +21 -20
  2. package/dist/api-contracts/src/activity-log/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -3
  4. package/dist/api-contracts/src/activity-log/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/attribute/index.d.ts +132 -116
  6. package/dist/api-contracts/src/attribute/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/attribute/schema.d.ts +5 -2
  8. package/dist/api-contracts/src/attribute/schema.d.ts.map +1 -1
  9. package/dist/api-contracts/src/attribute-option/schema.d.ts +1 -0
  10. package/dist/api-contracts/src/attribute-option/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/auth/index.d.ts +22 -20
  12. package/dist/api-contracts/src/auth/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/automation-queue/index.d.ts +148 -126
  14. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/automation-queue/schema.d.ts +9 -6
  16. package/dist/api-contracts/src/automation-queue/schema.d.ts.map +1 -1
  17. package/dist/api-contracts/src/aws/index.d.ts +4 -2
  18. package/dist/api-contracts/src/aws/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/botpress/index.d.ts +29 -22
  20. package/dist/api-contracts/src/botpress/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/botpress/validation.d.ts +20 -17
  22. package/dist/api-contracts/src/botpress/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/business-calendar/index.d.ts +16 -4
  24. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/business-calendar/schema.d.ts +5 -0
  26. package/dist/api-contracts/src/business-calendar/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/call-log/schema.d.ts +3 -2
  28. package/dist/api-contracts/src/call-log/schema.d.ts.map +1 -1
  29. package/dist/api-contracts/src/category/index.d.ts +100 -91
  30. package/dist/api-contracts/src/category/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/category/schema.d.ts +1 -0
  32. package/dist/api-contracts/src/category/schema.d.ts.map +1 -1
  33. package/dist/api-contracts/src/channel/index.d.ts +3915 -1965
  34. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  35. package/dist/api-contracts/src/channel/schema.d.ts +90 -82
  36. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  37. package/dist/api-contracts/src/channel/validation.d.ts +178 -104
  38. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/chat/index.d.ts +13716 -12748
  40. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/chat/schema.d.ts +3111 -2895
  42. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/chat/validation.d.ts +3523 -3254
  44. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/comment/index.d.ts +227 -155
  46. package/dist/api-contracts/src/comment/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/comment/schema.d.ts +52 -29
  48. package/dist/api-contracts/src/comment/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/company/index.d.ts +162 -55
  50. package/dist/api-contracts/src/company/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/company/schema.d.ts +15 -6
  52. package/dist/api-contracts/src/company/schema.d.ts.map +1 -1
  53. package/dist/api-contracts/src/company/validation.d.ts +86 -30
  54. package/dist/api-contracts/src/company/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/contact/index.d.ts +437 -318
  56. package/dist/api-contracts/src/contact/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/contact/schema.d.ts +28 -14
  58. package/dist/api-contracts/src/contact/schema.d.ts.map +1 -1
  59. package/dist/api-contracts/src/contact/validation.d.ts +137 -56
  60. package/dist/api-contracts/src/contact/validation.d.ts.map +1 -1
  61. package/dist/api-contracts/src/contact-email/schema.d.ts +1 -0
  62. package/dist/api-contracts/src/contact-email/schema.d.ts.map +1 -1
  63. package/dist/api-contracts/src/contact-phone/schema.d.ts +1 -0
  64. package/dist/api-contracts/src/contact-phone/schema.d.ts.map +1 -1
  65. package/dist/api-contracts/src/contract.d.ts +66841 -98172
  66. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  67. package/dist/api-contracts/src/custom-field/schema.d.ts +1 -0
  68. package/dist/api-contracts/src/custom-field/schema.d.ts.map +1 -1
  69. package/dist/api-contracts/src/custom-field/validation.d.ts +2 -2
  70. package/dist/api-contracts/src/custom-field-upload/schema.d.ts +1 -0
  71. package/dist/api-contracts/src/custom-field-upload/schema.d.ts.map +1 -1
  72. package/dist/api-contracts/src/cx-intelligence/index.d.ts +44 -41
  73. package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +1 -1
  74. package/dist/api-contracts/src/cx-log/index.d.ts +686 -627
  75. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/cx-log/schema.d.ts +464 -402
  77. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  78. package/dist/api-contracts/src/cx-log/validation.d.ts +40 -40
  79. package/dist/api-contracts/src/dashboard/index.d.ts +355 -312
  80. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/dashboard/schema.d.ts +3 -2
  82. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  83. package/dist/api-contracts/src/dashboard/validation.d.ts +14 -10
  84. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  85. package/dist/api-contracts/src/evaluate-form/index.d.ts +2 -1
  86. package/dist/api-contracts/src/evaluate-form/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/evaluate-form/schema.d.ts +1 -0
  88. package/dist/api-contracts/src/evaluate-form/schema.d.ts.map +1 -1
  89. package/dist/api-contracts/src/export/index.d.ts +2 -1
  90. package/dist/api-contracts/src/export/index.d.ts.map +1 -1
  91. package/dist/api-contracts/src/extension/index.d.ts +106 -100
  92. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  93. package/dist/api-contracts/src/facebook-feed/index.d.ts +3335 -3151
  94. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  95. package/dist/api-contracts/src/facebook-feed/schema.d.ts +100 -81
  96. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  97. package/dist/api-contracts/src/facebook-feed/validation.d.ts +99 -83
  98. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  99. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  100. package/dist/api-contracts/src/group/schema.d.ts +1 -0
  101. package/dist/api-contracts/src/group/schema.d.ts.map +1 -1
  102. package/dist/api-contracts/src/hold-label/index.d.ts +49 -30
  103. package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -4
  105. package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
  106. package/dist/api-contracts/src/hold-label/validation.d.ts +2 -2
  107. package/dist/api-contracts/src/index.d.ts +1 -0
  108. package/dist/api-contracts/src/index.d.ts.map +1 -1
  109. package/dist/api-contracts/src/instagram/index.d.ts +2116 -1968
  110. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  111. package/dist/api-contracts/src/instagram/validation.d.ts +6 -6
  112. package/dist/api-contracts/src/invoice/index.d.ts +3 -1
  113. package/dist/api-contracts/src/invoice/index.d.ts.map +1 -1
  114. package/dist/api-contracts/src/invoice/schema.d.ts +1 -0
  115. package/dist/api-contracts/src/invoice/schema.d.ts.map +1 -1
  116. package/dist/api-contracts/src/klink-chat/index.d.ts +5930 -3695
  117. package/dist/api-contracts/src/klink-chat/index.d.ts.map +1 -1
  118. package/dist/api-contracts/src/klink-chat/schema.d.ts +8 -8
  119. package/dist/api-contracts/src/klink-chat/validation.d.ts +3 -3
  120. package/dist/api-contracts/src/line/index.d.ts +2077 -1937
  121. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  122. package/dist/api-contracts/src/line/schema.d.ts +10 -9
  123. package/dist/api-contracts/src/line/schema.d.ts.map +1 -1
  124. package/dist/api-contracts/src/line/validation.d.ts +157 -148
  125. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  126. package/dist/api-contracts/src/log-form/schema.d.ts +1 -0
  127. package/dist/api-contracts/src/log-form/schema.d.ts.map +1 -1
  128. package/dist/api-contracts/src/mail/account-contract.d.ts +223 -174
  129. package/dist/api-contracts/src/mail/account-contract.d.ts.map +1 -1
  130. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +2 -1
  131. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  132. package/dist/api-contracts/src/mail/mail-contract.d.ts +426 -306
  133. package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
  134. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +12 -6
  135. package/dist/api-contracts/src/mail/mail-server-contract.d.ts.map +1 -1
  136. package/dist/api-contracts/src/mail/message-contract.d.ts +86 -80
  137. package/dist/api-contracts/src/mail/message-contract.d.ts.map +1 -1
  138. package/dist/api-contracts/src/mail/room-contract.d.ts +105 -46
  139. package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
  140. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +27 -0
  141. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts.map +1 -1
  142. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +3 -0
  143. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts.map +1 -1
  144. package/dist/api-contracts/src/mail/schemas/message-validation.schema.d.ts +16 -16
  145. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +34 -21
  146. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
  147. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +18 -6
  148. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
  149. package/dist/api-contracts/src/messenger/index.d.ts +2109 -1960
  150. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  151. package/dist/api-contracts/src/messenger/validation.d.ts +99 -83
  152. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  153. package/dist/api-contracts/src/notification/index.d.ts +20 -13
  154. package/dist/api-contracts/src/notification/index.d.ts.map +1 -1
  155. package/dist/api-contracts/src/notification/schema.d.ts +12 -9
  156. package/dist/api-contracts/src/notification/schema.d.ts.map +1 -1
  157. package/dist/api-contracts/src/notification/validation.d.ts +4 -3
  158. package/dist/api-contracts/src/notification/validation.d.ts.map +1 -1
  159. package/dist/api-contracts/src/permission/index.d.ts +17 -17
  160. package/dist/api-contracts/src/presence-status/index.d.ts +87 -83
  161. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  162. package/dist/api-contracts/src/presence-status/schema.d.ts +4 -3
  163. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  164. package/dist/api-contracts/src/public-api/index.d.ts +4516 -104
  165. package/dist/api-contracts/src/public-api/index.d.ts.map +1 -1
  166. package/dist/api-contracts/src/public-api/schema.d.ts +20 -6
  167. package/dist/api-contracts/src/public-api/schema.d.ts.map +1 -1
  168. package/dist/api-contracts/src/public-api/validation.d.ts +63 -38
  169. package/dist/api-contracts/src/public-api/validation.d.ts.map +1 -1
  170. package/dist/api-contracts/src/role/index.d.ts +80 -75
  171. package/dist/api-contracts/src/role/index.d.ts.map +1 -1
  172. package/dist/api-contracts/src/sms/index.d.ts +588 -542
  173. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  174. package/dist/api-contracts/src/snippet/index.d.ts +32 -10
  175. package/dist/api-contracts/src/snippet/index.d.ts.map +1 -1
  176. package/dist/api-contracts/src/snippet/schema.d.ts +7 -0
  177. package/dist/api-contracts/src/snippet/schema.d.ts.map +1 -1
  178. package/dist/api-contracts/src/snippet/validation.d.ts +3 -2
  179. package/dist/api-contracts/src/snippet/validation.d.ts.map +1 -1
  180. package/dist/api-contracts/src/subscription/index.d.ts +474 -6
  181. package/dist/api-contracts/src/subscription/index.d.ts.map +1 -1
  182. package/dist/api-contracts/src/subscription/schema.d.ts +31 -0
  183. package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -1
  184. package/dist/api-contracts/src/tag/index.d.ts +65 -58
  185. package/dist/api-contracts/src/tag/index.d.ts.map +1 -1
  186. package/dist/api-contracts/src/tag/schema.d.ts +1 -0
  187. package/dist/api-contracts/src/tag/schema.d.ts.map +1 -1
  188. package/dist/api-contracts/src/tag-group/schema.d.ts +1 -0
  189. package/dist/api-contracts/src/tag-group/schema.d.ts.map +1 -1
  190. package/dist/api-contracts/src/telegram/index.d.ts +2505 -2381
  191. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  192. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +38 -463
  193. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  194. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +5 -6
  195. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  196. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  197. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  198. package/dist/api-contracts/src/telephony-cdr/call-report.schema.d.ts +38 -38
  199. package/dist/api-contracts/src/telephony-cdr/index.d.ts +756 -702
  200. package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
  201. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +170 -144
  202. package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
  203. package/dist/api-contracts/src/telephony-cdr/validation.d.ts +43 -39
  204. package/dist/api-contracts/src/telephony-cdr/validation.d.ts.map +1 -1
  205. package/dist/api-contracts/src/telephony-extension/index.d.ts +21 -21
  206. package/dist/api-contracts/src/telephony-extension/schema.d.ts +4 -4
  207. package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts +1 -0
  208. package/dist/api-contracts/src/telephony-live-queue-call/schema.d.ts.map +1 -1
  209. package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts +1 -0
  210. package/dist/api-contracts/src/telephony-queue-call-count/schema.d.ts.map +1 -1
  211. package/dist/api-contracts/src/tenant/schema.d.ts +1 -0
  212. package/dist/api-contracts/src/tenant/schema.d.ts.map +1 -1
  213. package/dist/api-contracts/src/ticket/index.d.ts +564 -452
  214. package/dist/api-contracts/src/ticket/index.d.ts.map +1 -1
  215. package/dist/api-contracts/src/ticket/schema.d.ts +47 -21
  216. package/dist/api-contracts/src/ticket/schema.d.ts.map +1 -1
  217. package/dist/api-contracts/src/ticket/validation.d.ts +53 -51
  218. package/dist/api-contracts/src/ticket/validation.d.ts.map +1 -1
  219. package/dist/api-contracts/src/upload/index.d.ts +32 -30
  220. package/dist/api-contracts/src/upload/index.d.ts.map +1 -1
  221. package/dist/api-contracts/src/upload/schema.d.ts +1 -0
  222. package/dist/api-contracts/src/upload/schema.d.ts.map +1 -1
  223. package/dist/api-contracts/src/user/index.d.ts +137 -126
  224. package/dist/api-contracts/src/user/index.d.ts.map +1 -1
  225. package/dist/api-contracts/src/user/schema.d.ts +4 -3
  226. package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
  227. package/dist/api-contracts/src/user/validation.d.ts +3 -2
  228. package/dist/api-contracts/src/user/validation.d.ts.map +1 -1
  229. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +34 -32
  230. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  231. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +5 -3
  232. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  233. package/dist/api-contracts/src/viber/index.d.ts +2494 -2370
  234. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  235. package/dist/api-contracts/src/webchat/index.d.ts +1754 -1630
  236. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  237. package/dist/api-contracts/src/whatsapp/index.d.ts +1848 -1705
  238. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  239. package/dist/api-contracts/src/whatsapp/validation.d.ts +15 -4
  240. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  241. package/dist/api-contracts/src/widget/index.d.ts +145 -132
  242. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  243. package/dist/api-contracts/src/widget/schema.d.ts +1 -0
  244. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  245. package/dist/api-contracts/src/widget/validation.d.ts +16 -16
  246. package/dist/api-contracts/src/workflow-rule/index.d.ts +2062 -1907
  247. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  248. package/dist/api-contracts/src/workflow-rule/schema.d.ts +1 -0
  249. package/dist/api-contracts/src/workflow-rule/schema.d.ts.map +1 -1
  250. package/dist/api-contracts/src/wrap-up-form/index.d.ts +128 -109
  251. package/dist/api-contracts/src/wrap-up-form/index.d.ts.map +1 -1
  252. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +3 -0
  253. package/dist/api-contracts/src/wrap-up-form/schema.d.ts.map +1 -1
  254. package/dist/api-contracts/src/wrap-up-form/validation.d.ts +19 -18
  255. package/dist/api-contracts/src/wrap-up-form/validation.d.ts.map +1 -1
  256. package/dist/api-contracts/utils.d.ts +2 -1
  257. package/dist/api-contracts/utils.d.ts.map +1 -1
  258. package/dist/entities/src/enums/chat.d.ts +2 -0
  259. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  260. package/dist/index.js +1296 -1084
  261. package/dist/index.js.map +1 -1
  262. package/dist/index.mjs +1295 -1084
  263. package/dist/index.mjs.map +1 -1
  264. package/package.json +2 -2
@@ -33,6 +33,7 @@ export declare const laravelServiceTelephonyCdr: {
33
33
  query: z.ZodObject<{
34
34
  page: z.ZodDefault<z.ZodNumber>;
35
35
  pageSize: z.ZodDefault<z.ZodNumber>;
36
+ } & {
36
37
  selectedDate: z.ZodOptional<z.ZodString>;
37
38
  type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
38
39
  status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
@@ -49,39 +50,57 @@ export declare const laravelServiceTelephonyCdr: {
49
50
  }, "strip", z.ZodTypeAny, {
50
51
  page: number;
51
52
  pageSize: number;
52
- selectedDate?: string | undefined;
53
53
  type?: string[] | undefined;
54
54
  status?: string[] | undefined;
55
+ userId?: string | undefined;
55
56
  callFrom?: string | undefined;
56
57
  callTo?: string | undefined;
58
+ contactId?: string | undefined;
59
+ selectedDate?: string | undefined;
60
+ agentIds?: string[] | undefined;
57
61
  trunk?: string[] | undefined;
58
- userId?: string | undefined;
59
62
  queueStatus?: string | undefined;
60
- agentIds?: string[] | undefined;
61
63
  agentCallsOnly?: boolean | undefined;
62
- contactId?: string | undefined;
63
64
  recordingsOnly?: boolean | undefined;
64
65
  tagIds?: string[] | undefined;
65
66
  }, {
66
- page?: number | undefined;
67
- pageSize?: number | undefined;
68
- selectedDate?: string | undefined;
69
67
  type?: string[] | undefined;
68
+ page?: number | undefined;
70
69
  status?: string[] | undefined;
70
+ pageSize?: number | undefined;
71
+ userId?: string | undefined;
71
72
  callFrom?: string | undefined;
72
73
  callTo?: string | undefined;
74
+ contactId?: string | undefined;
75
+ selectedDate?: string | undefined;
76
+ agentIds?: string[] | undefined;
73
77
  trunk?: string[] | undefined;
74
- userId?: string | undefined;
75
78
  queueStatus?: string | undefined;
76
- agentIds?: string[] | undefined;
77
79
  agentCallsOnly?: boolean | undefined;
78
- contactId?: string | undefined;
79
80
  recordingsOnly?: boolean | undefined;
80
81
  tagIds?: string[] | undefined;
81
82
  }>;
83
+ path: "/tcdrs/api/v1/telephony-cdr";
84
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
85
+ 'x-tenant': z.ZodString;
86
+ 'x-service-token': z.ZodString;
87
+ 'x-code': z.ZodOptional<z.ZodString>;
88
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
89
+ }, "strip", z.ZodTypeAny, {
90
+ 'x-tenant': string;
91
+ 'x-service-token': string;
92
+ 'x-client-timezone': string;
93
+ 'x-code'?: string | undefined;
94
+ }, {
95
+ 'x-tenant': string;
96
+ 'x-service-token': string;
97
+ 'x-code'?: string | undefined;
98
+ 'x-client-timezone'?: string | undefined;
99
+ }>>>;
82
100
  responses: {
83
101
  200: z.ZodObject<{
84
102
  requestId: z.ZodString;
103
+ } & {
85
104
  total: z.ZodNumber;
86
105
  page: z.ZodNumber;
87
106
  pageSize: z.ZodNumber;
@@ -90,6 +109,7 @@ export declare const laravelServiceTelephonyCdr: {
90
109
  createdAt: z.ZodDate;
91
110
  updatedAt: z.ZodDate;
92
111
  deletedAt: z.ZodNullable<z.ZodDate>;
112
+ } & {
93
113
  uniqueCallId: z.ZodString;
94
114
  timeStart: z.ZodString;
95
115
  callFrom: z.ZodString;
@@ -114,6 +134,7 @@ export declare const laravelServiceTelephonyCdr: {
114
134
  createdAt: z.ZodDate;
115
135
  updatedAt: z.ZodDate;
116
136
  deletedAt: z.ZodNullable<z.ZodDate>;
137
+ } & {
117
138
  name: z.ZodString;
118
139
  }, "strip", z.ZodTypeAny, {
119
140
  name: string;
@@ -133,6 +154,7 @@ export declare const laravelServiceTelephonyCdr: {
133
154
  createdAt: z.ZodDate;
134
155
  updatedAt: z.ZodDate;
135
156
  deletedAt: z.ZodNullable<z.ZodDate>;
157
+ } & {
136
158
  name: z.ZodOptional<z.ZodString>;
137
159
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
160
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -142,6 +164,7 @@ export declare const laravelServiceTelephonyCdr: {
142
164
  createdAt: z.ZodDate;
143
165
  updatedAt: z.ZodDate;
144
166
  deletedAt: z.ZodNullable<z.ZodDate>;
167
+ } & {
145
168
  textValue: z.ZodNullable<z.ZodString>;
146
169
  booleanValue: z.ZodNullable<z.ZodBoolean>;
147
170
  numberValue: z.ZodNullable<z.ZodNumber>;
@@ -151,6 +174,7 @@ export declare const laravelServiceTelephonyCdr: {
151
174
  createdAt: z.ZodDate;
152
175
  updatedAt: z.ZodDate;
153
176
  deletedAt: z.ZodNullable<z.ZodDate>;
177
+ } & {
154
178
  systemName: z.ZodString;
155
179
  displayName: z.ZodString;
156
180
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -160,10 +184,11 @@ export declare const laravelServiceTelephonyCdr: {
160
184
  isRequired: z.ZodBoolean;
161
185
  isUnique: z.ZodBoolean;
162
186
  options: z.ZodArray<z.ZodObject<{
163
- position: z.ZodNumber;
164
- value: z.ZodString;
165
187
  label: z.ZodString;
188
+ value: z.ZodString;
166
189
  isDefault: z.ZodBoolean;
190
+ position: z.ZodNumber;
191
+ } & {
167
192
  id: z.ZodString;
168
193
  }, "strip", z.ZodTypeAny, {
169
194
  id: string;
@@ -183,6 +208,7 @@ export declare const laravelServiceTelephonyCdr: {
183
208
  createdAt: z.ZodDate;
184
209
  updatedAt: z.ZodDate;
185
210
  deletedAt: z.ZodNullable<z.ZodDate>;
211
+ } & {
186
212
  systemName: z.ZodString;
187
213
  displayName: z.ZodString;
188
214
  }, "strip", z.ZodTypeAny, {
@@ -360,6 +386,7 @@ export declare const laravelServiceTelephonyCdr: {
360
386
  createdAt: z.ZodDate;
361
387
  updatedAt: z.ZodDate;
362
388
  deletedAt: z.ZodNullable<z.ZodDate>;
389
+ } & {
363
390
  systemName: z.ZodString;
364
391
  displayName: z.ZodString;
365
392
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -369,10 +396,11 @@ export declare const laravelServiceTelephonyCdr: {
369
396
  isRequired: z.ZodBoolean;
370
397
  isUnique: z.ZodBoolean;
371
398
  options: z.ZodArray<z.ZodObject<{
372
- position: z.ZodNumber;
373
- value: z.ZodString;
374
399
  label: z.ZodString;
400
+ value: z.ZodString;
375
401
  isDefault: z.ZodBoolean;
402
+ position: z.ZodNumber;
403
+ } & {
376
404
  id: z.ZodString;
377
405
  }, "strip", z.ZodTypeAny, {
378
406
  id: string;
@@ -392,6 +420,7 @@ export declare const laravelServiceTelephonyCdr: {
392
420
  createdAt: z.ZodDate;
393
421
  updatedAt: z.ZodDate;
394
422
  deletedAt: z.ZodNullable<z.ZodDate>;
423
+ } & {
395
424
  systemName: z.ZodString;
396
425
  displayName: z.ZodString;
397
426
  }, "strip", z.ZodTypeAny, {
@@ -441,6 +470,7 @@ export declare const laravelServiceTelephonyCdr: {
441
470
  createdAt: z.ZodDate;
442
471
  updatedAt: z.ZodDate;
443
472
  deletedAt: z.ZodNullable<z.ZodDate>;
473
+ } & {
444
474
  bucketName: z.ZodString;
445
475
  fileName: z.ZodString;
446
476
  fileSize: z.ZodNumber;
@@ -873,6 +903,7 @@ export declare const laravelServiceTelephonyCdr: {
873
903
  createdAt: z.ZodDate;
874
904
  updatedAt: z.ZodDate;
875
905
  deletedAt: z.ZodNullable<z.ZodDate>;
906
+ } & {
876
907
  queueId: z.ZodNumber;
877
908
  queueName: z.ZodString;
878
909
  queueNumber: z.ZodString;
@@ -909,6 +940,7 @@ export declare const laravelServiceTelephonyCdr: {
909
940
  createdAt: z.ZodDate;
910
941
  updatedAt: z.ZodDate;
911
942
  deletedAt: z.ZodNullable<z.ZodDate>;
943
+ } & {
912
944
  bucketName: z.ZodString;
913
945
  fileName: z.ZodString;
914
946
  fileSize: z.ZodNumber;
@@ -942,17 +974,18 @@ export declare const laravelServiceTelephonyCdr: {
942
974
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
943
975
  id: z.ZodString;
944
976
  user: z.ZodNullable<z.ZodObject<Omit<{
945
- name: z.ZodString;
946
977
  id: z.ZodString;
947
- address: z.ZodNullable<z.ZodString>;
948
- email: z.ZodString;
949
978
  createdAt: z.ZodDate;
950
979
  updatedAt: z.ZodDate;
951
980
  deletedAt: z.ZodNullable<z.ZodDate>;
981
+ name: z.ZodString;
982
+ email: z.ZodString;
952
983
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
953
984
  password: z.ZodString;
985
+ address: z.ZodNullable<z.ZodString>;
954
986
  phone: z.ZodNullable<z.ZodString>;
955
987
  notificationCount: z.ZodNullable<z.ZodNumber>;
988
+ } & {
956
989
  roles: z.ZodArray<z.ZodObject<{
957
990
  id: z.ZodString;
958
991
  createdAt: z.ZodDate;
@@ -1147,17 +1180,18 @@ export declare const laravelServiceTelephonyCdr: {
1147
1180
  callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1148
1181
  id: z.ZodString;
1149
1182
  user: z.ZodNullable<z.ZodObject<Omit<{
1150
- name: z.ZodString;
1151
1183
  id: z.ZodString;
1152
- address: z.ZodNullable<z.ZodString>;
1153
- email: z.ZodString;
1154
1184
  createdAt: z.ZodDate;
1155
1185
  updatedAt: z.ZodDate;
1156
1186
  deletedAt: z.ZodNullable<z.ZodDate>;
1187
+ name: z.ZodString;
1188
+ email: z.ZodString;
1157
1189
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
1158
1190
  password: z.ZodString;
1191
+ address: z.ZodNullable<z.ZodString>;
1159
1192
  phone: z.ZodNullable<z.ZodString>;
1160
1193
  notificationCount: z.ZodNullable<z.ZodNumber>;
1194
+ } & {
1161
1195
  roles: z.ZodArray<z.ZodObject<{
1162
1196
  id: z.ZodString;
1163
1197
  createdAt: z.ZodDate;
@@ -1350,7 +1384,7 @@ export declare const laravelServiceTelephonyCdr: {
1350
1384
  updatedAt?: string | undefined;
1351
1385
  }>>>;
1352
1386
  }, "strip", z.ZodTypeAny, {
1353
- callTo?: {
1387
+ callFrom?: {
1354
1388
  id: string;
1355
1389
  user: {
1356
1390
  name: string;
@@ -1376,7 +1410,7 @@ export declare const laravelServiceTelephonyCdr: {
1376
1410
  createdAt?: string | undefined;
1377
1411
  updatedAt?: string | undefined;
1378
1412
  } | null | undefined;
1379
- callFrom?: {
1413
+ callTo?: {
1380
1414
  id: string;
1381
1415
  user: {
1382
1416
  name: string;
@@ -1403,7 +1437,7 @@ export declare const laravelServiceTelephonyCdr: {
1403
1437
  updatedAt?: string | undefined;
1404
1438
  } | null | undefined;
1405
1439
  }, {
1406
- callTo?: {
1440
+ callFrom?: {
1407
1441
  id: string;
1408
1442
  user: {
1409
1443
  name: string;
@@ -1429,7 +1463,7 @@ export declare const laravelServiceTelephonyCdr: {
1429
1463
  createdAt?: string | undefined;
1430
1464
  updatedAt?: string | undefined;
1431
1465
  } | null | undefined;
1432
- callFrom?: {
1466
+ callTo?: {
1433
1467
  id: string;
1434
1468
  user: {
1435
1469
  name: string;
@@ -1470,18 +1504,20 @@ export declare const laravelServiceTelephonyCdr: {
1470
1504
  extensionId: z.ZodNullable<z.ZodString>;
1471
1505
  extensionName: z.ZodString;
1472
1506
  telephonySignature: z.ZodNullable<z.ZodString>;
1507
+ } & {
1473
1508
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
1474
- name: z.ZodString;
1475
1509
  id: z.ZodString;
1476
- address: z.ZodNullable<z.ZodString>;
1477
- email: z.ZodString;
1478
1510
  createdAt: z.ZodDate;
1479
1511
  updatedAt: z.ZodDate;
1480
1512
  deletedAt: z.ZodNullable<z.ZodDate>;
1513
+ name: z.ZodString;
1514
+ email: z.ZodString;
1481
1515
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
1482
1516
  password: z.ZodString;
1517
+ address: z.ZodNullable<z.ZodString>;
1483
1518
  phone: z.ZodNullable<z.ZodString>;
1484
1519
  notificationCount: z.ZodNullable<z.ZodNumber>;
1520
+ } & {
1485
1521
  roles: z.ZodArray<z.ZodObject<{
1486
1522
  id: z.ZodString;
1487
1523
  createdAt: z.ZodDate;
@@ -1812,7 +1848,7 @@ export declare const laravelServiceTelephonyCdr: {
1812
1848
  uploadId: string | null;
1813
1849
  serialNumber: string | null;
1814
1850
  callParticipants: {
1815
- callTo?: {
1851
+ callFrom?: {
1816
1852
  id: string;
1817
1853
  user: {
1818
1854
  name: string;
@@ -1838,7 +1874,7 @@ export declare const laravelServiceTelephonyCdr: {
1838
1874
  createdAt?: string | undefined;
1839
1875
  updatedAt?: string | undefined;
1840
1876
  } | null | undefined;
1841
- callFrom?: {
1877
+ callTo?: {
1842
1878
  id: string;
1843
1879
  user: {
1844
1880
  name: string;
@@ -1868,6 +1904,63 @@ export declare const laravelServiceTelephonyCdr: {
1868
1904
  isQueueMissedCall: boolean;
1869
1905
  telephonyQueueId: string | null;
1870
1906
  contactId: string | null;
1907
+ extension?: {
1908
+ id: string;
1909
+ createdAt: Date;
1910
+ updatedAt: Date;
1911
+ deletedAt: Date | null;
1912
+ userId: string | null;
1913
+ sipServerUrl: string;
1914
+ sipUserName: string;
1915
+ webphoneLoginUser: string;
1916
+ extensionId: string | null;
1917
+ extensionName: string;
1918
+ telephonySignature: string | null;
1919
+ user?: {
1920
+ name: string;
1921
+ id: string;
1922
+ address: string | null;
1923
+ email: string;
1924
+ createdAt: Date;
1925
+ updatedAt: Date;
1926
+ deletedAt: Date | null;
1927
+ emailVerifiedAt: Date | null;
1928
+ password: string;
1929
+ phone: string | null;
1930
+ notificationCount: number | null;
1931
+ roles: {
1932
+ id: string;
1933
+ description: string | null;
1934
+ createdAt: Date;
1935
+ updatedAt: Date;
1936
+ deletedAt: Date | null;
1937
+ systemName: string;
1938
+ displayName: string;
1939
+ permissions: {
1940
+ id: string;
1941
+ description: string | null;
1942
+ createdAt: Date;
1943
+ updatedAt: Date;
1944
+ deletedAt: Date | null;
1945
+ systemName: string;
1946
+ displayName: string;
1947
+ }[];
1948
+ }[];
1949
+ extension: {
1950
+ id: string;
1951
+ createdAt: Date;
1952
+ updatedAt: Date;
1953
+ deletedAt: Date | null;
1954
+ userId: string | null;
1955
+ sipServerUrl: string;
1956
+ sipUserName: string;
1957
+ webphoneLoginUser: string;
1958
+ extensionId: string | null;
1959
+ extensionName: string;
1960
+ telephonySignature: string | null;
1961
+ };
1962
+ } | null | undefined;
1963
+ } | null | undefined;
1871
1964
  contact?: {
1872
1965
  name: string;
1873
1966
  id: string;
@@ -2002,63 +2095,6 @@ export declare const laravelServiceTelephonyCdr: {
2002
2095
  fileSize: number;
2003
2096
  fileUrl: string | null;
2004
2097
  } | null | undefined;
2005
- extension?: {
2006
- id: string;
2007
- createdAt: Date;
2008
- updatedAt: Date;
2009
- deletedAt: Date | null;
2010
- userId: string | null;
2011
- sipServerUrl: string;
2012
- sipUserName: string;
2013
- webphoneLoginUser: string;
2014
- extensionId: string | null;
2015
- extensionName: string;
2016
- telephonySignature: string | null;
2017
- user?: {
2018
- name: string;
2019
- id: string;
2020
- address: string | null;
2021
- email: string;
2022
- createdAt: Date;
2023
- updatedAt: Date;
2024
- deletedAt: Date | null;
2025
- emailVerifiedAt: Date | null;
2026
- password: string;
2027
- phone: string | null;
2028
- notificationCount: number | null;
2029
- roles: {
2030
- id: string;
2031
- description: string | null;
2032
- createdAt: Date;
2033
- updatedAt: Date;
2034
- deletedAt: Date | null;
2035
- systemName: string;
2036
- displayName: string;
2037
- permissions: {
2038
- id: string;
2039
- description: string | null;
2040
- createdAt: Date;
2041
- updatedAt: Date;
2042
- deletedAt: Date | null;
2043
- systemName: string;
2044
- displayName: string;
2045
- }[];
2046
- }[];
2047
- extension: {
2048
- id: string;
2049
- createdAt: Date;
2050
- updatedAt: Date;
2051
- deletedAt: Date | null;
2052
- userId: string | null;
2053
- sipServerUrl: string;
2054
- sipUserName: string;
2055
- webphoneLoginUser: string;
2056
- extensionId: string | null;
2057
- extensionName: string;
2058
- telephonySignature: string | null;
2059
- };
2060
- } | null | undefined;
2061
- } | null | undefined;
2062
2098
  }, {
2063
2099
  type: string;
2064
2100
  id: string;
@@ -2082,7 +2118,7 @@ export declare const laravelServiceTelephonyCdr: {
2082
2118
  uploadId: string | null;
2083
2119
  serialNumber: string | null;
2084
2120
  callParticipants: {
2085
- callTo?: {
2121
+ callFrom?: {
2086
2122
  id: string;
2087
2123
  user: {
2088
2124
  name: string;
@@ -2108,7 +2144,7 @@ export declare const laravelServiceTelephonyCdr: {
2108
2144
  createdAt?: string | undefined;
2109
2145
  updatedAt?: string | undefined;
2110
2146
  } | null | undefined;
2111
- callFrom?: {
2147
+ callTo?: {
2112
2148
  id: string;
2113
2149
  user: {
2114
2150
  name: string;
@@ -2138,6 +2174,63 @@ export declare const laravelServiceTelephonyCdr: {
2138
2174
  isQueueMissedCall: boolean;
2139
2175
  telephonyQueueId: string | null;
2140
2176
  contactId: string | null;
2177
+ extension?: {
2178
+ id: string;
2179
+ createdAt: Date;
2180
+ updatedAt: Date;
2181
+ deletedAt: Date | null;
2182
+ userId: string | null;
2183
+ sipServerUrl: string;
2184
+ sipUserName: string;
2185
+ webphoneLoginUser: string;
2186
+ extensionId: string | null;
2187
+ extensionName: string;
2188
+ telephonySignature: string | null;
2189
+ user?: {
2190
+ name: string;
2191
+ id: string;
2192
+ address: string | null;
2193
+ email: string;
2194
+ createdAt: Date;
2195
+ updatedAt: Date;
2196
+ deletedAt: Date | null;
2197
+ emailVerifiedAt: Date | null;
2198
+ password: string;
2199
+ phone: string | null;
2200
+ notificationCount: number | null;
2201
+ roles: {
2202
+ id: string;
2203
+ description: string | null;
2204
+ createdAt: Date;
2205
+ updatedAt: Date;
2206
+ deletedAt: Date | null;
2207
+ systemName: string;
2208
+ displayName: string;
2209
+ permissions: {
2210
+ id: string;
2211
+ description: string | null;
2212
+ createdAt: Date;
2213
+ updatedAt: Date;
2214
+ deletedAt: Date | null;
2215
+ systemName: string;
2216
+ displayName: string;
2217
+ }[];
2218
+ }[];
2219
+ extension: {
2220
+ id: string;
2221
+ createdAt: Date;
2222
+ updatedAt: Date;
2223
+ deletedAt: Date | null;
2224
+ userId: string | null;
2225
+ sipServerUrl: string;
2226
+ sipUserName: string;
2227
+ webphoneLoginUser: string;
2228
+ extensionId: string | null;
2229
+ extensionName: string;
2230
+ telephonySignature: string | null;
2231
+ };
2232
+ } | null | undefined;
2233
+ } | null | undefined;
2141
2234
  contact?: {
2142
2235
  name: string;
2143
2236
  id: string;
@@ -2272,63 +2365,6 @@ export declare const laravelServiceTelephonyCdr: {
2272
2365
  fileSize: number;
2273
2366
  fileUrl: string | null;
2274
2367
  } | null | undefined;
2275
- extension?: {
2276
- id: string;
2277
- createdAt: Date;
2278
- updatedAt: Date;
2279
- deletedAt: Date | null;
2280
- userId: string | null;
2281
- sipServerUrl: string;
2282
- sipUserName: string;
2283
- webphoneLoginUser: string;
2284
- extensionId: string | null;
2285
- extensionName: string;
2286
- telephonySignature: string | null;
2287
- user?: {
2288
- name: string;
2289
- id: string;
2290
- address: string | null;
2291
- email: string;
2292
- createdAt: Date;
2293
- updatedAt: Date;
2294
- deletedAt: Date | null;
2295
- emailVerifiedAt: Date | null;
2296
- password: string;
2297
- phone: string | null;
2298
- notificationCount: number | null;
2299
- roles: {
2300
- id: string;
2301
- description: string | null;
2302
- createdAt: Date;
2303
- updatedAt: Date;
2304
- deletedAt: Date | null;
2305
- systemName: string;
2306
- displayName: string;
2307
- permissions: {
2308
- id: string;
2309
- description: string | null;
2310
- createdAt: Date;
2311
- updatedAt: Date;
2312
- deletedAt: Date | null;
2313
- systemName: string;
2314
- displayName: string;
2315
- }[];
2316
- }[];
2317
- extension: {
2318
- id: string;
2319
- createdAt: Date;
2320
- updatedAt: Date;
2321
- deletedAt: Date | null;
2322
- userId: string | null;
2323
- sipServerUrl: string;
2324
- sipUserName: string;
2325
- webphoneLoginUser: string;
2326
- extensionId: string | null;
2327
- extensionName: string;
2328
- telephonySignature: string | null;
2329
- };
2330
- } | null | undefined;
2331
- } | null | undefined;
2332
2368
  }>, "many">;
2333
2369
  }, "strip", z.ZodTypeAny, {
2334
2370
  total: number;
@@ -2358,7 +2394,7 @@ export declare const laravelServiceTelephonyCdr: {
2358
2394
  uploadId: string | null;
2359
2395
  serialNumber: string | null;
2360
2396
  callParticipants: {
2361
- callTo?: {
2397
+ callFrom?: {
2362
2398
  id: string;
2363
2399
  user: {
2364
2400
  name: string;
@@ -2384,7 +2420,7 @@ export declare const laravelServiceTelephonyCdr: {
2384
2420
  createdAt?: string | undefined;
2385
2421
  updatedAt?: string | undefined;
2386
2422
  } | null | undefined;
2387
- callFrom?: {
2423
+ callTo?: {
2388
2424
  id: string;
2389
2425
  user: {
2390
2426
  name: string;
@@ -2414,6 +2450,63 @@ export declare const laravelServiceTelephonyCdr: {
2414
2450
  isQueueMissedCall: boolean;
2415
2451
  telephonyQueueId: string | null;
2416
2452
  contactId: string | null;
2453
+ extension?: {
2454
+ id: string;
2455
+ createdAt: Date;
2456
+ updatedAt: Date;
2457
+ deletedAt: Date | null;
2458
+ userId: string | null;
2459
+ sipServerUrl: string;
2460
+ sipUserName: string;
2461
+ webphoneLoginUser: string;
2462
+ extensionId: string | null;
2463
+ extensionName: string;
2464
+ telephonySignature: string | null;
2465
+ user?: {
2466
+ name: string;
2467
+ id: string;
2468
+ address: string | null;
2469
+ email: string;
2470
+ createdAt: Date;
2471
+ updatedAt: Date;
2472
+ deletedAt: Date | null;
2473
+ emailVerifiedAt: Date | null;
2474
+ password: string;
2475
+ phone: string | null;
2476
+ notificationCount: number | null;
2477
+ roles: {
2478
+ id: string;
2479
+ description: string | null;
2480
+ createdAt: Date;
2481
+ updatedAt: Date;
2482
+ deletedAt: Date | null;
2483
+ systemName: string;
2484
+ displayName: string;
2485
+ permissions: {
2486
+ id: string;
2487
+ description: string | null;
2488
+ createdAt: Date;
2489
+ updatedAt: Date;
2490
+ deletedAt: Date | null;
2491
+ systemName: string;
2492
+ displayName: string;
2493
+ }[];
2494
+ }[];
2495
+ extension: {
2496
+ id: string;
2497
+ createdAt: Date;
2498
+ updatedAt: Date;
2499
+ deletedAt: Date | null;
2500
+ userId: string | null;
2501
+ sipServerUrl: string;
2502
+ sipUserName: string;
2503
+ webphoneLoginUser: string;
2504
+ extensionId: string | null;
2505
+ extensionName: string;
2506
+ telephonySignature: string | null;
2507
+ };
2508
+ } | null | undefined;
2509
+ } | null | undefined;
2417
2510
  contact?: {
2418
2511
  name: string;
2419
2512
  id: string;
@@ -2548,63 +2641,6 @@ export declare const laravelServiceTelephonyCdr: {
2548
2641
  fileSize: number;
2549
2642
  fileUrl: string | null;
2550
2643
  } | null | undefined;
2551
- extension?: {
2552
- id: string;
2553
- createdAt: Date;
2554
- updatedAt: Date;
2555
- deletedAt: Date | null;
2556
- userId: string | null;
2557
- sipServerUrl: string;
2558
- sipUserName: string;
2559
- webphoneLoginUser: string;
2560
- extensionId: string | null;
2561
- extensionName: string;
2562
- telephonySignature: string | null;
2563
- user?: {
2564
- name: string;
2565
- id: string;
2566
- address: string | null;
2567
- email: string;
2568
- createdAt: Date;
2569
- updatedAt: Date;
2570
- deletedAt: Date | null;
2571
- emailVerifiedAt: Date | null;
2572
- password: string;
2573
- phone: string | null;
2574
- notificationCount: number | null;
2575
- roles: {
2576
- id: string;
2577
- description: string | null;
2578
- createdAt: Date;
2579
- updatedAt: Date;
2580
- deletedAt: Date | null;
2581
- systemName: string;
2582
- displayName: string;
2583
- permissions: {
2584
- id: string;
2585
- description: string | null;
2586
- createdAt: Date;
2587
- updatedAt: Date;
2588
- deletedAt: Date | null;
2589
- systemName: string;
2590
- displayName: string;
2591
- }[];
2592
- }[];
2593
- extension: {
2594
- id: string;
2595
- createdAt: Date;
2596
- updatedAt: Date;
2597
- deletedAt: Date | null;
2598
- userId: string | null;
2599
- sipServerUrl: string;
2600
- sipUserName: string;
2601
- webphoneLoginUser: string;
2602
- extensionId: string | null;
2603
- extensionName: string;
2604
- telephonySignature: string | null;
2605
- };
2606
- } | null | undefined;
2607
- } | null | undefined;
2608
2644
  }[];
2609
2645
  }, {
2610
2646
  total: number;
@@ -2634,7 +2670,7 @@ export declare const laravelServiceTelephonyCdr: {
2634
2670
  uploadId: string | null;
2635
2671
  serialNumber: string | null;
2636
2672
  callParticipants: {
2637
- callTo?: {
2673
+ callFrom?: {
2638
2674
  id: string;
2639
2675
  user: {
2640
2676
  name: string;
@@ -2660,7 +2696,7 @@ export declare const laravelServiceTelephonyCdr: {
2660
2696
  createdAt?: string | undefined;
2661
2697
  updatedAt?: string | undefined;
2662
2698
  } | null | undefined;
2663
- callFrom?: {
2699
+ callTo?: {
2664
2700
  id: string;
2665
2701
  user: {
2666
2702
  name: string;
@@ -2690,6 +2726,63 @@ export declare const laravelServiceTelephonyCdr: {
2690
2726
  isQueueMissedCall: boolean;
2691
2727
  telephonyQueueId: string | null;
2692
2728
  contactId: string | null;
2729
+ extension?: {
2730
+ id: string;
2731
+ createdAt: Date;
2732
+ updatedAt: Date;
2733
+ deletedAt: Date | null;
2734
+ userId: string | null;
2735
+ sipServerUrl: string;
2736
+ sipUserName: string;
2737
+ webphoneLoginUser: string;
2738
+ extensionId: string | null;
2739
+ extensionName: string;
2740
+ telephonySignature: string | null;
2741
+ user?: {
2742
+ name: string;
2743
+ id: string;
2744
+ address: string | null;
2745
+ email: string;
2746
+ createdAt: Date;
2747
+ updatedAt: Date;
2748
+ deletedAt: Date | null;
2749
+ emailVerifiedAt: Date | null;
2750
+ password: string;
2751
+ phone: string | null;
2752
+ notificationCount: number | null;
2753
+ roles: {
2754
+ id: string;
2755
+ description: string | null;
2756
+ createdAt: Date;
2757
+ updatedAt: Date;
2758
+ deletedAt: Date | null;
2759
+ systemName: string;
2760
+ displayName: string;
2761
+ permissions: {
2762
+ id: string;
2763
+ description: string | null;
2764
+ createdAt: Date;
2765
+ updatedAt: Date;
2766
+ deletedAt: Date | null;
2767
+ systemName: string;
2768
+ displayName: string;
2769
+ }[];
2770
+ }[];
2771
+ extension: {
2772
+ id: string;
2773
+ createdAt: Date;
2774
+ updatedAt: Date;
2775
+ deletedAt: Date | null;
2776
+ userId: string | null;
2777
+ sipServerUrl: string;
2778
+ sipUserName: string;
2779
+ webphoneLoginUser: string;
2780
+ extensionId: string | null;
2781
+ extensionName: string;
2782
+ telephonySignature: string | null;
2783
+ };
2784
+ } | null | undefined;
2785
+ } | null | undefined;
2693
2786
  contact?: {
2694
2787
  name: string;
2695
2788
  id: string;
@@ -2824,63 +2917,6 @@ export declare const laravelServiceTelephonyCdr: {
2824
2917
  fileSize: number;
2825
2918
  fileUrl: string | null;
2826
2919
  } | null | undefined;
2827
- extension?: {
2828
- id: string;
2829
- createdAt: Date;
2830
- updatedAt: Date;
2831
- deletedAt: Date | null;
2832
- userId: string | null;
2833
- sipServerUrl: string;
2834
- sipUserName: string;
2835
- webphoneLoginUser: string;
2836
- extensionId: string | null;
2837
- extensionName: string;
2838
- telephonySignature: string | null;
2839
- user?: {
2840
- name: string;
2841
- id: string;
2842
- address: string | null;
2843
- email: string;
2844
- createdAt: Date;
2845
- updatedAt: Date;
2846
- deletedAt: Date | null;
2847
- emailVerifiedAt: Date | null;
2848
- password: string;
2849
- phone: string | null;
2850
- notificationCount: number | null;
2851
- roles: {
2852
- id: string;
2853
- description: string | null;
2854
- createdAt: Date;
2855
- updatedAt: Date;
2856
- deletedAt: Date | null;
2857
- systemName: string;
2858
- displayName: string;
2859
- permissions: {
2860
- id: string;
2861
- description: string | null;
2862
- createdAt: Date;
2863
- updatedAt: Date;
2864
- deletedAt: Date | null;
2865
- systemName: string;
2866
- displayName: string;
2867
- }[];
2868
- }[];
2869
- extension: {
2870
- id: string;
2871
- createdAt: Date;
2872
- updatedAt: Date;
2873
- deletedAt: Date | null;
2874
- userId: string | null;
2875
- sipServerUrl: string;
2876
- sipUserName: string;
2877
- webphoneLoginUser: string;
2878
- extensionId: string | null;
2879
- extensionName: string;
2880
- telephonySignature: string | null;
2881
- };
2882
- } | null | undefined;
2883
- } | null | undefined;
2884
2920
  }[];
2885
2921
  }>;
2886
2922
  401: z.ZodObject<{
@@ -2894,23 +2930,6 @@ export declare const laravelServiceTelephonyCdr: {
2894
2930
  error?: any;
2895
2931
  }>;
2896
2932
  };
2897
- path: "/tcdrs/api/v1/telephony-cdr";
2898
- headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2899
- 'x-tenant': z.ZodString;
2900
- 'x-service-token': z.ZodString;
2901
- 'x-code': z.ZodOptional<z.ZodString>;
2902
- 'x-client-timezone': z.ZodDefault<z.ZodString>;
2903
- }, "strip", z.ZodTypeAny, {
2904
- 'x-tenant': string;
2905
- 'x-service-token': string;
2906
- 'x-client-timezone': string;
2907
- 'x-code'?: string | undefined;
2908
- }, {
2909
- 'x-tenant': string;
2910
- 'x-service-token': string;
2911
- 'x-code'?: string | undefined;
2912
- 'x-client-timezone'?: string | undefined;
2913
- }>>>;
2914
2933
  };
2915
2934
  };
2916
2935
  export declare const telephonyCdrContract: {
@@ -2920,6 +2939,7 @@ export declare const telephonyCdrContract: {
2920
2939
  query: z.ZodObject<{
2921
2940
  page: z.ZodDefault<z.ZodNumber>;
2922
2941
  pageSize: z.ZodDefault<z.ZodNumber>;
2942
+ } & {
2923
2943
  type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2924
2944
  status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2925
2945
  callFrom: z.ZodOptional<z.ZodString>;
@@ -2937,35 +2957,53 @@ export declare const telephonyCdrContract: {
2937
2957
  pageSize: number;
2938
2958
  type?: string[] | undefined;
2939
2959
  status?: string[] | undefined;
2960
+ contact?: string[] | undefined;
2961
+ notes?: string | undefined;
2940
2962
  callFrom?: string | undefined;
2941
2963
  callTo?: string | undefined;
2964
+ agentId?: string | undefined;
2965
+ selectedDate?: string | undefined;
2966
+ queueIds?: string[] | undefined;
2942
2967
  result?: string[] | undefined;
2943
2968
  callTags?: string[] | undefined;
2944
- selectedDate?: string | undefined;
2945
- agentId?: string | undefined;
2946
- contact?: string[] | undefined;
2947
2969
  callStatus?: ("incoming" | "outgoing" | "missed" | "no_answered")[] | undefined;
2948
- queueIds?: string[] | undefined;
2949
- notes?: string | undefined;
2950
2970
  }, {
2951
- page?: number | undefined;
2952
- pageSize?: number | undefined;
2953
2971
  type?: string[] | undefined;
2972
+ page?: number | undefined;
2954
2973
  status?: string[] | undefined;
2974
+ pageSize?: number | undefined;
2975
+ contact?: string[] | undefined;
2976
+ notes?: string | undefined;
2955
2977
  callFrom?: string | undefined;
2956
2978
  callTo?: string | undefined;
2979
+ agentId?: string | undefined;
2980
+ selectedDate?: string | undefined;
2981
+ queueIds?: string[] | undefined;
2957
2982
  result?: string[] | undefined;
2958
2983
  callTags?: string[] | undefined;
2959
- selectedDate?: string | undefined;
2960
- agentId?: string | undefined;
2961
- contact?: string[] | undefined;
2962
2984
  callStatus?: ("incoming" | "outgoing" | "missed" | "no_answered")[] | undefined;
2963
- queueIds?: string[] | undefined;
2964
- notes?: string | undefined;
2965
2985
  }>;
2986
+ path: "ms/telephony-cdr/recent-calls";
2987
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
2988
+ 'x-tenant': z.ZodString;
2989
+ 'x-service-token': z.ZodString;
2990
+ 'x-code': z.ZodOptional<z.ZodString>;
2991
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
2992
+ }, "strip", z.ZodTypeAny, {
2993
+ 'x-tenant': string;
2994
+ 'x-service-token': string;
2995
+ 'x-client-timezone': string;
2996
+ 'x-code'?: string | undefined;
2997
+ }, {
2998
+ 'x-tenant': string;
2999
+ 'x-service-token': string;
3000
+ 'x-code'?: string | undefined;
3001
+ 'x-client-timezone'?: string | undefined;
3002
+ }>>>;
2966
3003
  responses: {
2967
3004
  200: z.ZodObject<{
2968
3005
  requestId: z.ZodString;
3006
+ } & {
2969
3007
  total: z.ZodNumber;
2970
3008
  page: z.ZodNumber;
2971
3009
  pageSize: z.ZodNumber;
@@ -2974,6 +3012,7 @@ export declare const telephonyCdrContract: {
2974
3012
  createdAt: z.ZodDate;
2975
3013
  updatedAt: z.ZodDate;
2976
3014
  deletedAt: z.ZodNullable<z.ZodDate>;
3015
+ } & {
2977
3016
  uniqueCallId: z.ZodString;
2978
3017
  timeStart: z.ZodString;
2979
3018
  callFrom: z.ZodString;
@@ -2998,6 +3037,7 @@ export declare const telephonyCdrContract: {
2998
3037
  createdAt: z.ZodDate;
2999
3038
  updatedAt: z.ZodDate;
3000
3039
  deletedAt: z.ZodNullable<z.ZodDate>;
3040
+ } & {
3001
3041
  name: z.ZodString;
3002
3042
  }, "strip", z.ZodTypeAny, {
3003
3043
  name: string;
@@ -3017,6 +3057,7 @@ export declare const telephonyCdrContract: {
3017
3057
  createdAt: z.ZodDate;
3018
3058
  updatedAt: z.ZodDate;
3019
3059
  deletedAt: z.ZodNullable<z.ZodDate>;
3060
+ } & {
3020
3061
  name: z.ZodOptional<z.ZodString>;
3021
3062
  phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3022
3063
  address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3026,6 +3067,7 @@ export declare const telephonyCdrContract: {
3026
3067
  createdAt: z.ZodDate;
3027
3068
  updatedAt: z.ZodDate;
3028
3069
  deletedAt: z.ZodNullable<z.ZodDate>;
3070
+ } & {
3029
3071
  textValue: z.ZodNullable<z.ZodString>;
3030
3072
  booleanValue: z.ZodNullable<z.ZodBoolean>;
3031
3073
  numberValue: z.ZodNullable<z.ZodNumber>;
@@ -3035,6 +3077,7 @@ export declare const telephonyCdrContract: {
3035
3077
  createdAt: z.ZodDate;
3036
3078
  updatedAt: z.ZodDate;
3037
3079
  deletedAt: z.ZodNullable<z.ZodDate>;
3080
+ } & {
3038
3081
  systemName: z.ZodString;
3039
3082
  displayName: z.ZodString;
3040
3083
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -3044,10 +3087,11 @@ export declare const telephonyCdrContract: {
3044
3087
  isRequired: z.ZodBoolean;
3045
3088
  isUnique: z.ZodBoolean;
3046
3089
  options: z.ZodArray<z.ZodObject<{
3047
- position: z.ZodNumber;
3048
- value: z.ZodString;
3049
3090
  label: z.ZodString;
3091
+ value: z.ZodString;
3050
3092
  isDefault: z.ZodBoolean;
3093
+ position: z.ZodNumber;
3094
+ } & {
3051
3095
  id: z.ZodString;
3052
3096
  }, "strip", z.ZodTypeAny, {
3053
3097
  id: string;
@@ -3067,6 +3111,7 @@ export declare const telephonyCdrContract: {
3067
3111
  createdAt: z.ZodDate;
3068
3112
  updatedAt: z.ZodDate;
3069
3113
  deletedAt: z.ZodNullable<z.ZodDate>;
3114
+ } & {
3070
3115
  systemName: z.ZodString;
3071
3116
  displayName: z.ZodString;
3072
3117
  }, "strip", z.ZodTypeAny, {
@@ -3244,6 +3289,7 @@ export declare const telephonyCdrContract: {
3244
3289
  createdAt: z.ZodDate;
3245
3290
  updatedAt: z.ZodDate;
3246
3291
  deletedAt: z.ZodNullable<z.ZodDate>;
3292
+ } & {
3247
3293
  systemName: z.ZodString;
3248
3294
  displayName: z.ZodString;
3249
3295
  type: z.ZodUnion<[z.ZodLiteral<"text">, z.ZodLiteral<"textarea">, z.ZodLiteral<"date">, z.ZodLiteral<"select">, z.ZodLiteral<"link">, z.ZodLiteral<"attachment">]>;
@@ -3253,10 +3299,11 @@ export declare const telephonyCdrContract: {
3253
3299
  isRequired: z.ZodBoolean;
3254
3300
  isUnique: z.ZodBoolean;
3255
3301
  options: z.ZodArray<z.ZodObject<{
3256
- position: z.ZodNumber;
3257
- value: z.ZodString;
3258
3302
  label: z.ZodString;
3303
+ value: z.ZodString;
3259
3304
  isDefault: z.ZodBoolean;
3305
+ position: z.ZodNumber;
3306
+ } & {
3260
3307
  id: z.ZodString;
3261
3308
  }, "strip", z.ZodTypeAny, {
3262
3309
  id: string;
@@ -3276,6 +3323,7 @@ export declare const telephonyCdrContract: {
3276
3323
  createdAt: z.ZodDate;
3277
3324
  updatedAt: z.ZodDate;
3278
3325
  deletedAt: z.ZodNullable<z.ZodDate>;
3326
+ } & {
3279
3327
  systemName: z.ZodString;
3280
3328
  displayName: z.ZodString;
3281
3329
  }, "strip", z.ZodTypeAny, {
@@ -3325,6 +3373,7 @@ export declare const telephonyCdrContract: {
3325
3373
  createdAt: z.ZodDate;
3326
3374
  updatedAt: z.ZodDate;
3327
3375
  deletedAt: z.ZodNullable<z.ZodDate>;
3376
+ } & {
3328
3377
  bucketName: z.ZodString;
3329
3378
  fileName: z.ZodString;
3330
3379
  fileSize: z.ZodNumber;
@@ -3757,6 +3806,7 @@ export declare const telephonyCdrContract: {
3757
3806
  createdAt: z.ZodDate;
3758
3807
  updatedAt: z.ZodDate;
3759
3808
  deletedAt: z.ZodNullable<z.ZodDate>;
3809
+ } & {
3760
3810
  queueId: z.ZodNumber;
3761
3811
  queueName: z.ZodString;
3762
3812
  queueNumber: z.ZodString;
@@ -3793,6 +3843,7 @@ export declare const telephonyCdrContract: {
3793
3843
  createdAt: z.ZodDate;
3794
3844
  updatedAt: z.ZodDate;
3795
3845
  deletedAt: z.ZodNullable<z.ZodDate>;
3846
+ } & {
3796
3847
  bucketName: z.ZodString;
3797
3848
  fileName: z.ZodString;
3798
3849
  fileSize: z.ZodNumber;
@@ -3826,17 +3877,18 @@ export declare const telephonyCdrContract: {
3826
3877
  callTo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3827
3878
  id: z.ZodString;
3828
3879
  user: z.ZodNullable<z.ZodObject<Omit<{
3829
- name: z.ZodString;
3830
3880
  id: z.ZodString;
3831
- address: z.ZodNullable<z.ZodString>;
3832
- email: z.ZodString;
3833
3881
  createdAt: z.ZodDate;
3834
3882
  updatedAt: z.ZodDate;
3835
3883
  deletedAt: z.ZodNullable<z.ZodDate>;
3884
+ name: z.ZodString;
3885
+ email: z.ZodString;
3836
3886
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
3837
3887
  password: z.ZodString;
3888
+ address: z.ZodNullable<z.ZodString>;
3838
3889
  phone: z.ZodNullable<z.ZodString>;
3839
3890
  notificationCount: z.ZodNullable<z.ZodNumber>;
3891
+ } & {
3840
3892
  roles: z.ZodArray<z.ZodObject<{
3841
3893
  id: z.ZodString;
3842
3894
  createdAt: z.ZodDate;
@@ -4031,17 +4083,18 @@ export declare const telephonyCdrContract: {
4031
4083
  callFrom: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4032
4084
  id: z.ZodString;
4033
4085
  user: z.ZodNullable<z.ZodObject<Omit<{
4034
- name: z.ZodString;
4035
4086
  id: z.ZodString;
4036
- address: z.ZodNullable<z.ZodString>;
4037
- email: z.ZodString;
4038
4087
  createdAt: z.ZodDate;
4039
4088
  updatedAt: z.ZodDate;
4040
4089
  deletedAt: z.ZodNullable<z.ZodDate>;
4090
+ name: z.ZodString;
4091
+ email: z.ZodString;
4041
4092
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
4042
4093
  password: z.ZodString;
4094
+ address: z.ZodNullable<z.ZodString>;
4043
4095
  phone: z.ZodNullable<z.ZodString>;
4044
4096
  notificationCount: z.ZodNullable<z.ZodNumber>;
4097
+ } & {
4045
4098
  roles: z.ZodArray<z.ZodObject<{
4046
4099
  id: z.ZodString;
4047
4100
  createdAt: z.ZodDate;
@@ -4234,7 +4287,7 @@ export declare const telephonyCdrContract: {
4234
4287
  updatedAt?: string | undefined;
4235
4288
  }>>>;
4236
4289
  }, "strip", z.ZodTypeAny, {
4237
- callTo?: {
4290
+ callFrom?: {
4238
4291
  id: string;
4239
4292
  user: {
4240
4293
  name: string;
@@ -4260,7 +4313,7 @@ export declare const telephonyCdrContract: {
4260
4313
  createdAt?: string | undefined;
4261
4314
  updatedAt?: string | undefined;
4262
4315
  } | null | undefined;
4263
- callFrom?: {
4316
+ callTo?: {
4264
4317
  id: string;
4265
4318
  user: {
4266
4319
  name: string;
@@ -4287,7 +4340,7 @@ export declare const telephonyCdrContract: {
4287
4340
  updatedAt?: string | undefined;
4288
4341
  } | null | undefined;
4289
4342
  }, {
4290
- callTo?: {
4343
+ callFrom?: {
4291
4344
  id: string;
4292
4345
  user: {
4293
4346
  name: string;
@@ -4313,7 +4366,7 @@ export declare const telephonyCdrContract: {
4313
4366
  createdAt?: string | undefined;
4314
4367
  updatedAt?: string | undefined;
4315
4368
  } | null | undefined;
4316
- callFrom?: {
4369
+ callTo?: {
4317
4370
  id: string;
4318
4371
  user: {
4319
4372
  name: string;
@@ -4354,18 +4407,20 @@ export declare const telephonyCdrContract: {
4354
4407
  extensionId: z.ZodNullable<z.ZodString>;
4355
4408
  extensionName: z.ZodString;
4356
4409
  telephonySignature: z.ZodNullable<z.ZodString>;
4410
+ } & {
4357
4411
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
4358
- name: z.ZodString;
4359
4412
  id: z.ZodString;
4360
- address: z.ZodNullable<z.ZodString>;
4361
- email: z.ZodString;
4362
4413
  createdAt: z.ZodDate;
4363
4414
  updatedAt: z.ZodDate;
4364
4415
  deletedAt: z.ZodNullable<z.ZodDate>;
4416
+ name: z.ZodString;
4417
+ email: z.ZodString;
4365
4418
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
4366
4419
  password: z.ZodString;
4420
+ address: z.ZodNullable<z.ZodString>;
4367
4421
  phone: z.ZodNullable<z.ZodString>;
4368
4422
  notificationCount: z.ZodNullable<z.ZodNumber>;
4423
+ } & {
4369
4424
  roles: z.ZodArray<z.ZodObject<{
4370
4425
  id: z.ZodString;
4371
4426
  createdAt: z.ZodDate;
@@ -4696,7 +4751,7 @@ export declare const telephonyCdrContract: {
4696
4751
  uploadId: string | null;
4697
4752
  serialNumber: string | null;
4698
4753
  callParticipants: {
4699
- callTo?: {
4754
+ callFrom?: {
4700
4755
  id: string;
4701
4756
  user: {
4702
4757
  name: string;
@@ -4722,7 +4777,7 @@ export declare const telephonyCdrContract: {
4722
4777
  createdAt?: string | undefined;
4723
4778
  updatedAt?: string | undefined;
4724
4779
  } | null | undefined;
4725
- callFrom?: {
4780
+ callTo?: {
4726
4781
  id: string;
4727
4782
  user: {
4728
4783
  name: string;
@@ -4752,6 +4807,63 @@ export declare const telephonyCdrContract: {
4752
4807
  isQueueMissedCall: boolean;
4753
4808
  telephonyQueueId: string | null;
4754
4809
  contactId: string | null;
4810
+ extension?: {
4811
+ id: string;
4812
+ createdAt: Date;
4813
+ updatedAt: Date;
4814
+ deletedAt: Date | null;
4815
+ userId: string | null;
4816
+ sipServerUrl: string;
4817
+ sipUserName: string;
4818
+ webphoneLoginUser: string;
4819
+ extensionId: string | null;
4820
+ extensionName: string;
4821
+ telephonySignature: string | null;
4822
+ user?: {
4823
+ name: string;
4824
+ id: string;
4825
+ address: string | null;
4826
+ email: string;
4827
+ createdAt: Date;
4828
+ updatedAt: Date;
4829
+ deletedAt: Date | null;
4830
+ emailVerifiedAt: Date | null;
4831
+ password: string;
4832
+ phone: string | null;
4833
+ notificationCount: number | null;
4834
+ roles: {
4835
+ id: string;
4836
+ description: string | null;
4837
+ createdAt: Date;
4838
+ updatedAt: Date;
4839
+ deletedAt: Date | null;
4840
+ systemName: string;
4841
+ displayName: string;
4842
+ permissions: {
4843
+ id: string;
4844
+ description: string | null;
4845
+ createdAt: Date;
4846
+ updatedAt: Date;
4847
+ deletedAt: Date | null;
4848
+ systemName: string;
4849
+ displayName: string;
4850
+ }[];
4851
+ }[];
4852
+ extension: {
4853
+ id: string;
4854
+ createdAt: Date;
4855
+ updatedAt: Date;
4856
+ deletedAt: Date | null;
4857
+ userId: string | null;
4858
+ sipServerUrl: string;
4859
+ sipUserName: string;
4860
+ webphoneLoginUser: string;
4861
+ extensionId: string | null;
4862
+ extensionName: string;
4863
+ telephonySignature: string | null;
4864
+ };
4865
+ } | null | undefined;
4866
+ } | null | undefined;
4755
4867
  contact?: {
4756
4868
  name: string;
4757
4869
  id: string;
@@ -4886,63 +4998,6 @@ export declare const telephonyCdrContract: {
4886
4998
  fileSize: number;
4887
4999
  fileUrl: string | null;
4888
5000
  } | null | undefined;
4889
- extension?: {
4890
- id: string;
4891
- createdAt: Date;
4892
- updatedAt: Date;
4893
- deletedAt: Date | null;
4894
- userId: string | null;
4895
- sipServerUrl: string;
4896
- sipUserName: string;
4897
- webphoneLoginUser: string;
4898
- extensionId: string | null;
4899
- extensionName: string;
4900
- telephonySignature: string | null;
4901
- user?: {
4902
- name: string;
4903
- id: string;
4904
- address: string | null;
4905
- email: string;
4906
- createdAt: Date;
4907
- updatedAt: Date;
4908
- deletedAt: Date | null;
4909
- emailVerifiedAt: Date | null;
4910
- password: string;
4911
- phone: string | null;
4912
- notificationCount: number | null;
4913
- roles: {
4914
- id: string;
4915
- description: string | null;
4916
- createdAt: Date;
4917
- updatedAt: Date;
4918
- deletedAt: Date | null;
4919
- systemName: string;
4920
- displayName: string;
4921
- permissions: {
4922
- id: string;
4923
- description: string | null;
4924
- createdAt: Date;
4925
- updatedAt: Date;
4926
- deletedAt: Date | null;
4927
- systemName: string;
4928
- displayName: string;
4929
- }[];
4930
- }[];
4931
- extension: {
4932
- id: string;
4933
- createdAt: Date;
4934
- updatedAt: Date;
4935
- deletedAt: Date | null;
4936
- userId: string | null;
4937
- sipServerUrl: string;
4938
- sipUserName: string;
4939
- webphoneLoginUser: string;
4940
- extensionId: string | null;
4941
- extensionName: string;
4942
- telephonySignature: string | null;
4943
- };
4944
- } | null | undefined;
4945
- } | null | undefined;
4946
5001
  }, {
4947
5002
  type: string;
4948
5003
  id: string;
@@ -4966,7 +5021,7 @@ export declare const telephonyCdrContract: {
4966
5021
  uploadId: string | null;
4967
5022
  serialNumber: string | null;
4968
5023
  callParticipants: {
4969
- callTo?: {
5024
+ callFrom?: {
4970
5025
  id: string;
4971
5026
  user: {
4972
5027
  name: string;
@@ -4992,7 +5047,7 @@ export declare const telephonyCdrContract: {
4992
5047
  createdAt?: string | undefined;
4993
5048
  updatedAt?: string | undefined;
4994
5049
  } | null | undefined;
4995
- callFrom?: {
5050
+ callTo?: {
4996
5051
  id: string;
4997
5052
  user: {
4998
5053
  name: string;
@@ -5022,20 +5077,77 @@ export declare const telephonyCdrContract: {
5022
5077
  isQueueMissedCall: boolean;
5023
5078
  telephonyQueueId: string | null;
5024
5079
  contactId: string | null;
5025
- contact?: {
5026
- name: string;
5080
+ extension?: {
5027
5081
  id: string;
5028
- channel: string | null;
5029
- address: string | null;
5030
5082
  createdAt: Date;
5031
5083
  updatedAt: Date;
5032
5084
  deletedAt: Date | null;
5033
- customFields: {
5034
- id: string;
5035
- createdAt: Date;
5036
- updatedAt: Date;
5037
- deletedAt: Date | null;
5038
- attribute: {
5085
+ userId: string | null;
5086
+ sipServerUrl: string;
5087
+ sipUserName: string;
5088
+ webphoneLoginUser: string;
5089
+ extensionId: string | null;
5090
+ extensionName: string;
5091
+ telephonySignature: string | null;
5092
+ user?: {
5093
+ name: string;
5094
+ id: string;
5095
+ address: string | null;
5096
+ email: string;
5097
+ createdAt: Date;
5098
+ updatedAt: Date;
5099
+ deletedAt: Date | null;
5100
+ emailVerifiedAt: Date | null;
5101
+ password: string;
5102
+ phone: string | null;
5103
+ notificationCount: number | null;
5104
+ roles: {
5105
+ id: string;
5106
+ description: string | null;
5107
+ createdAt: Date;
5108
+ updatedAt: Date;
5109
+ deletedAt: Date | null;
5110
+ systemName: string;
5111
+ displayName: string;
5112
+ permissions: {
5113
+ id: string;
5114
+ description: string | null;
5115
+ createdAt: Date;
5116
+ updatedAt: Date;
5117
+ deletedAt: Date | null;
5118
+ systemName: string;
5119
+ displayName: string;
5120
+ }[];
5121
+ }[];
5122
+ extension: {
5123
+ id: string;
5124
+ createdAt: Date;
5125
+ updatedAt: Date;
5126
+ deletedAt: Date | null;
5127
+ userId: string | null;
5128
+ sipServerUrl: string;
5129
+ sipUserName: string;
5130
+ webphoneLoginUser: string;
5131
+ extensionId: string | null;
5132
+ extensionName: string;
5133
+ telephonySignature: string | null;
5134
+ };
5135
+ } | null | undefined;
5136
+ } | null | undefined;
5137
+ contact?: {
5138
+ name: string;
5139
+ id: string;
5140
+ channel: string | null;
5141
+ address: string | null;
5142
+ createdAt: Date;
5143
+ updatedAt: Date;
5144
+ deletedAt: Date | null;
5145
+ customFields: {
5146
+ id: string;
5147
+ createdAt: Date;
5148
+ updatedAt: Date;
5149
+ deletedAt: Date | null;
5150
+ attribute: {
5039
5151
  type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
5040
5152
  id: string;
5041
5153
  position: number;
@@ -5156,63 +5268,6 @@ export declare const telephonyCdrContract: {
5156
5268
  fileSize: number;
5157
5269
  fileUrl: string | null;
5158
5270
  } | null | undefined;
5159
- extension?: {
5160
- id: string;
5161
- createdAt: Date;
5162
- updatedAt: Date;
5163
- deletedAt: Date | null;
5164
- userId: string | null;
5165
- sipServerUrl: string;
5166
- sipUserName: string;
5167
- webphoneLoginUser: string;
5168
- extensionId: string | null;
5169
- extensionName: string;
5170
- telephonySignature: string | null;
5171
- user?: {
5172
- name: string;
5173
- id: string;
5174
- address: string | null;
5175
- email: string;
5176
- createdAt: Date;
5177
- updatedAt: Date;
5178
- deletedAt: Date | null;
5179
- emailVerifiedAt: Date | null;
5180
- password: string;
5181
- phone: string | null;
5182
- notificationCount: number | null;
5183
- roles: {
5184
- id: string;
5185
- description: string | null;
5186
- createdAt: Date;
5187
- updatedAt: Date;
5188
- deletedAt: Date | null;
5189
- systemName: string;
5190
- displayName: string;
5191
- permissions: {
5192
- id: string;
5193
- description: string | null;
5194
- createdAt: Date;
5195
- updatedAt: Date;
5196
- deletedAt: Date | null;
5197
- systemName: string;
5198
- displayName: string;
5199
- }[];
5200
- }[];
5201
- extension: {
5202
- id: string;
5203
- createdAt: Date;
5204
- updatedAt: Date;
5205
- deletedAt: Date | null;
5206
- userId: string | null;
5207
- sipServerUrl: string;
5208
- sipUserName: string;
5209
- webphoneLoginUser: string;
5210
- extensionId: string | null;
5211
- extensionName: string;
5212
- telephonySignature: string | null;
5213
- };
5214
- } | null | undefined;
5215
- } | null | undefined;
5216
5271
  }>, "many">;
5217
5272
  }, "strip", z.ZodTypeAny, {
5218
5273
  total: number;
@@ -5242,7 +5297,7 @@ export declare const telephonyCdrContract: {
5242
5297
  uploadId: string | null;
5243
5298
  serialNumber: string | null;
5244
5299
  callParticipants: {
5245
- callTo?: {
5300
+ callFrom?: {
5246
5301
  id: string;
5247
5302
  user: {
5248
5303
  name: string;
@@ -5268,7 +5323,7 @@ export declare const telephonyCdrContract: {
5268
5323
  createdAt?: string | undefined;
5269
5324
  updatedAt?: string | undefined;
5270
5325
  } | null | undefined;
5271
- callFrom?: {
5326
+ callTo?: {
5272
5327
  id: string;
5273
5328
  user: {
5274
5329
  name: string;
@@ -5298,6 +5353,63 @@ export declare const telephonyCdrContract: {
5298
5353
  isQueueMissedCall: boolean;
5299
5354
  telephonyQueueId: string | null;
5300
5355
  contactId: string | null;
5356
+ extension?: {
5357
+ id: string;
5358
+ createdAt: Date;
5359
+ updatedAt: Date;
5360
+ deletedAt: Date | null;
5361
+ userId: string | null;
5362
+ sipServerUrl: string;
5363
+ sipUserName: string;
5364
+ webphoneLoginUser: string;
5365
+ extensionId: string | null;
5366
+ extensionName: string;
5367
+ telephonySignature: string | null;
5368
+ user?: {
5369
+ name: string;
5370
+ id: string;
5371
+ address: string | null;
5372
+ email: string;
5373
+ createdAt: Date;
5374
+ updatedAt: Date;
5375
+ deletedAt: Date | null;
5376
+ emailVerifiedAt: Date | null;
5377
+ password: string;
5378
+ phone: string | null;
5379
+ notificationCount: number | null;
5380
+ roles: {
5381
+ id: string;
5382
+ description: string | null;
5383
+ createdAt: Date;
5384
+ updatedAt: Date;
5385
+ deletedAt: Date | null;
5386
+ systemName: string;
5387
+ displayName: string;
5388
+ permissions: {
5389
+ id: string;
5390
+ description: string | null;
5391
+ createdAt: Date;
5392
+ updatedAt: Date;
5393
+ deletedAt: Date | null;
5394
+ systemName: string;
5395
+ displayName: string;
5396
+ }[];
5397
+ }[];
5398
+ extension: {
5399
+ id: string;
5400
+ createdAt: Date;
5401
+ updatedAt: Date;
5402
+ deletedAt: Date | null;
5403
+ userId: string | null;
5404
+ sipServerUrl: string;
5405
+ sipUserName: string;
5406
+ webphoneLoginUser: string;
5407
+ extensionId: string | null;
5408
+ extensionName: string;
5409
+ telephonySignature: string | null;
5410
+ };
5411
+ } | null | undefined;
5412
+ } | null | undefined;
5301
5413
  contact?: {
5302
5414
  name: string;
5303
5415
  id: string;
@@ -5432,63 +5544,6 @@ export declare const telephonyCdrContract: {
5432
5544
  fileSize: number;
5433
5545
  fileUrl: string | null;
5434
5546
  } | null | undefined;
5435
- extension?: {
5436
- id: string;
5437
- createdAt: Date;
5438
- updatedAt: Date;
5439
- deletedAt: Date | null;
5440
- userId: string | null;
5441
- sipServerUrl: string;
5442
- sipUserName: string;
5443
- webphoneLoginUser: string;
5444
- extensionId: string | null;
5445
- extensionName: string;
5446
- telephonySignature: string | null;
5447
- user?: {
5448
- name: string;
5449
- id: string;
5450
- address: string | null;
5451
- email: string;
5452
- createdAt: Date;
5453
- updatedAt: Date;
5454
- deletedAt: Date | null;
5455
- emailVerifiedAt: Date | null;
5456
- password: string;
5457
- phone: string | null;
5458
- notificationCount: number | null;
5459
- roles: {
5460
- id: string;
5461
- description: string | null;
5462
- createdAt: Date;
5463
- updatedAt: Date;
5464
- deletedAt: Date | null;
5465
- systemName: string;
5466
- displayName: string;
5467
- permissions: {
5468
- id: string;
5469
- description: string | null;
5470
- createdAt: Date;
5471
- updatedAt: Date;
5472
- deletedAt: Date | null;
5473
- systemName: string;
5474
- displayName: string;
5475
- }[];
5476
- }[];
5477
- extension: {
5478
- id: string;
5479
- createdAt: Date;
5480
- updatedAt: Date;
5481
- deletedAt: Date | null;
5482
- userId: string | null;
5483
- sipServerUrl: string;
5484
- sipUserName: string;
5485
- webphoneLoginUser: string;
5486
- extensionId: string | null;
5487
- extensionName: string;
5488
- telephonySignature: string | null;
5489
- };
5490
- } | null | undefined;
5491
- } | null | undefined;
5492
5547
  }[];
5493
5548
  }, {
5494
5549
  total: number;
@@ -5518,7 +5573,7 @@ export declare const telephonyCdrContract: {
5518
5573
  uploadId: string | null;
5519
5574
  serialNumber: string | null;
5520
5575
  callParticipants: {
5521
- callTo?: {
5576
+ callFrom?: {
5522
5577
  id: string;
5523
5578
  user: {
5524
5579
  name: string;
@@ -5544,7 +5599,7 @@ export declare const telephonyCdrContract: {
5544
5599
  createdAt?: string | undefined;
5545
5600
  updatedAt?: string | undefined;
5546
5601
  } | null | undefined;
5547
- callFrom?: {
5602
+ callTo?: {
5548
5603
  id: string;
5549
5604
  user: {
5550
5605
  name: string;
@@ -5574,6 +5629,63 @@ export declare const telephonyCdrContract: {
5574
5629
  isQueueMissedCall: boolean;
5575
5630
  telephonyQueueId: string | null;
5576
5631
  contactId: string | null;
5632
+ extension?: {
5633
+ id: string;
5634
+ createdAt: Date;
5635
+ updatedAt: Date;
5636
+ deletedAt: Date | null;
5637
+ userId: string | null;
5638
+ sipServerUrl: string;
5639
+ sipUserName: string;
5640
+ webphoneLoginUser: string;
5641
+ extensionId: string | null;
5642
+ extensionName: string;
5643
+ telephonySignature: string | null;
5644
+ user?: {
5645
+ name: string;
5646
+ id: string;
5647
+ address: string | null;
5648
+ email: string;
5649
+ createdAt: Date;
5650
+ updatedAt: Date;
5651
+ deletedAt: Date | null;
5652
+ emailVerifiedAt: Date | null;
5653
+ password: string;
5654
+ phone: string | null;
5655
+ notificationCount: number | null;
5656
+ roles: {
5657
+ id: string;
5658
+ description: string | null;
5659
+ createdAt: Date;
5660
+ updatedAt: Date;
5661
+ deletedAt: Date | null;
5662
+ systemName: string;
5663
+ displayName: string;
5664
+ permissions: {
5665
+ id: string;
5666
+ description: string | null;
5667
+ createdAt: Date;
5668
+ updatedAt: Date;
5669
+ deletedAt: Date | null;
5670
+ systemName: string;
5671
+ displayName: string;
5672
+ }[];
5673
+ }[];
5674
+ extension: {
5675
+ id: string;
5676
+ createdAt: Date;
5677
+ updatedAt: Date;
5678
+ deletedAt: Date | null;
5679
+ userId: string | null;
5680
+ sipServerUrl: string;
5681
+ sipUserName: string;
5682
+ webphoneLoginUser: string;
5683
+ extensionId: string | null;
5684
+ extensionName: string;
5685
+ telephonySignature: string | null;
5686
+ };
5687
+ } | null | undefined;
5688
+ } | null | undefined;
5577
5689
  contact?: {
5578
5690
  name: string;
5579
5691
  id: string;
@@ -5708,63 +5820,6 @@ export declare const telephonyCdrContract: {
5708
5820
  fileSize: number;
5709
5821
  fileUrl: string | null;
5710
5822
  } | null | undefined;
5711
- extension?: {
5712
- id: string;
5713
- createdAt: Date;
5714
- updatedAt: Date;
5715
- deletedAt: Date | null;
5716
- userId: string | null;
5717
- sipServerUrl: string;
5718
- sipUserName: string;
5719
- webphoneLoginUser: string;
5720
- extensionId: string | null;
5721
- extensionName: string;
5722
- telephonySignature: string | null;
5723
- user?: {
5724
- name: string;
5725
- id: string;
5726
- address: string | null;
5727
- email: string;
5728
- createdAt: Date;
5729
- updatedAt: Date;
5730
- deletedAt: Date | null;
5731
- emailVerifiedAt: Date | null;
5732
- password: string;
5733
- phone: string | null;
5734
- notificationCount: number | null;
5735
- roles: {
5736
- id: string;
5737
- description: string | null;
5738
- createdAt: Date;
5739
- updatedAt: Date;
5740
- deletedAt: Date | null;
5741
- systemName: string;
5742
- displayName: string;
5743
- permissions: {
5744
- id: string;
5745
- description: string | null;
5746
- createdAt: Date;
5747
- updatedAt: Date;
5748
- deletedAt: Date | null;
5749
- systemName: string;
5750
- displayName: string;
5751
- }[];
5752
- }[];
5753
- extension: {
5754
- id: string;
5755
- createdAt: Date;
5756
- updatedAt: Date;
5757
- deletedAt: Date | null;
5758
- userId: string | null;
5759
- sipServerUrl: string;
5760
- sipUserName: string;
5761
- webphoneLoginUser: string;
5762
- extensionId: string | null;
5763
- extensionName: string;
5764
- telephonySignature: string | null;
5765
- };
5766
- } | null | undefined;
5767
- } | null | undefined;
5768
5823
  }[];
5769
5824
  }>;
5770
5825
  401: z.ZodObject<{
@@ -5774,48 +5829,33 @@ export declare const telephonyCdrContract: {
5774
5829
  message: string;
5775
5830
  error?: any;
5776
5831
  }, {
5777
- message: string;
5778
- error?: any;
5779
- }>;
5780
- };
5781
- path: "ms/telephony-cdr/recent-calls";
5782
- headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5783
- 'x-tenant': z.ZodString;
5784
- 'x-service-token': z.ZodString;
5785
- 'x-code': z.ZodOptional<z.ZodString>;
5786
- 'x-client-timezone': z.ZodDefault<z.ZodString>;
5787
- }, "strip", z.ZodTypeAny, {
5788
- 'x-tenant': string;
5789
- 'x-service-token': string;
5790
- 'x-client-timezone': string;
5791
- 'x-code'?: string | undefined;
5792
- }, {
5793
- 'x-tenant': string;
5794
- 'x-service-token': string;
5795
- 'x-code'?: string | undefined;
5796
- 'x-client-timezone'?: string | undefined;
5797
- }>>>;
5832
+ message: string;
5833
+ error?: any;
5834
+ }>;
5835
+ };
5798
5836
  };
5799
5837
  export: {
5800
5838
  summary: "Get recent telephony cdr.";
5801
5839
  method: "GET";
5802
5840
  query: z.ZodObject<{
5841
+ selectedDate: z.ZodOptional<z.ZodString>;
5803
5842
  type: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5804
- module: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"cdrs">, z.ZodLiteral<"call-logs">]>>>;
5805
- page: z.ZodOptional<z.ZodNumber>;
5806
5843
  status: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5807
- pageSize: z.ZodOptional<z.ZodNumber>;
5808
- userId: z.ZodOptional<z.ZodString>;
5809
5844
  callFrom: z.ZodOptional<z.ZodString>;
5810
5845
  callTo: z.ZodOptional<z.ZodString>;
5811
- contactId: z.ZodOptional<z.ZodString>;
5812
- selectedDate: z.ZodOptional<z.ZodString>;
5813
- agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5814
5846
  trunk: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5847
+ userId: z.ZodOptional<z.ZodString>;
5815
5848
  queueStatus: z.ZodOptional<z.ZodString>;
5849
+ agentIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5816
5850
  agentCallsOnly: z.ZodOptional<z.ZodBoolean>;
5851
+ contactId: z.ZodOptional<z.ZodString>;
5817
5852
  recordingsOnly: z.ZodOptional<z.ZodBoolean>;
5818
5853
  tagIds: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
5854
+ } & {
5855
+ page: z.ZodOptional<z.ZodNumber>;
5856
+ pageSize: z.ZodOptional<z.ZodNumber>;
5857
+ module: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"cdrs">, z.ZodLiteral<"call-logs">]>>>;
5858
+ } & {
5819
5859
  fileExtension: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"csv">, z.ZodLiteral<"xlsx">]>>>;
5820
5860
  }, "strip", z.ZodTypeAny, {
5821
5861
  module: "cdrs" | "call-logs";
@@ -5828,13 +5868,13 @@ export declare const telephonyCdrContract: {
5828
5868
  callTo?: string | undefined;
5829
5869
  contactId?: string | undefined;
5830
5870
  selectedDate?: string | undefined;
5871
+ fileExtension?: "csv" | "xlsx" | undefined;
5831
5872
  agentIds?: string[] | undefined;
5832
5873
  trunk?: string[] | undefined;
5833
5874
  queueStatus?: string | undefined;
5834
5875
  agentCallsOnly?: boolean | undefined;
5835
5876
  recordingsOnly?: boolean | undefined;
5836
5877
  tagIds?: string[] | undefined;
5837
- fileExtension?: "csv" | "xlsx" | undefined;
5838
5878
  }, {
5839
5879
  type?: string[] | undefined;
5840
5880
  module?: "cdrs" | "call-logs" | undefined;
@@ -5846,14 +5886,31 @@ export declare const telephonyCdrContract: {
5846
5886
  callTo?: string | undefined;
5847
5887
  contactId?: string | undefined;
5848
5888
  selectedDate?: string | undefined;
5889
+ fileExtension?: "csv" | "xlsx" | undefined;
5849
5890
  agentIds?: string[] | undefined;
5850
5891
  trunk?: string[] | undefined;
5851
5892
  queueStatus?: string | undefined;
5852
5893
  agentCallsOnly?: boolean | undefined;
5853
5894
  recordingsOnly?: boolean | undefined;
5854
5895
  tagIds?: string[] | undefined;
5855
- fileExtension?: "csv" | "xlsx" | undefined;
5856
5896
  }>;
5897
+ path: "ms/telephony-cdr/export";
5898
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5899
+ 'x-tenant': z.ZodString;
5900
+ 'x-service-token': z.ZodString;
5901
+ 'x-code': z.ZodOptional<z.ZodString>;
5902
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
5903
+ }, "strip", z.ZodTypeAny, {
5904
+ 'x-tenant': string;
5905
+ 'x-service-token': string;
5906
+ 'x-client-timezone': string;
5907
+ 'x-code'?: string | undefined;
5908
+ }, {
5909
+ 'x-tenant': string;
5910
+ 'x-service-token': string;
5911
+ 'x-code'?: string | undefined;
5912
+ 'x-client-timezone'?: string | undefined;
5913
+ }>>>;
5857
5914
  responses: {
5858
5915
  200: null;
5859
5916
  401: z.ZodObject<{
@@ -5877,28 +5934,12 @@ export declare const telephonyCdrContract: {
5877
5934
  error?: any;
5878
5935
  }>;
5879
5936
  };
5880
- path: "ms/telephony-cdr/export";
5881
- headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5882
- 'x-tenant': z.ZodString;
5883
- 'x-service-token': z.ZodString;
5884
- 'x-code': z.ZodOptional<z.ZodString>;
5885
- 'x-client-timezone': z.ZodDefault<z.ZodString>;
5886
- }, "strip", z.ZodTypeAny, {
5887
- 'x-tenant': string;
5888
- 'x-service-token': string;
5889
- 'x-client-timezone': string;
5890
- 'x-code'?: string | undefined;
5891
- }, {
5892
- 'x-tenant': string;
5893
- 'x-service-token': string;
5894
- 'x-code'?: string | undefined;
5895
- 'x-client-timezone'?: string | undefined;
5896
- }>>>;
5897
5937
  };
5898
5938
  yeastarCallReport: {
5899
5939
  body: z.ZodEffects<z.ZodObject<{
5900
5940
  page: z.ZodDefault<z.ZodNumber>;
5901
5941
  pageSize: z.ZodDefault<z.ZodNumber>;
5942
+ } & {
5902
5943
  reportType: z.ZodEnum<["extcallstatistics", "extcallactivity", "trunkactivity", "queuesatisfaction", "queueavgwaittalktime", "queueperformance", "queueagentmisscalls", "queueagentinoutcalls"]>;
5903
5944
  selectedDate: z.ZodOptional<z.ZodString>;
5904
5945
  communicationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Inbound">, z.ZodLiteral<"Outbound">, z.ZodLiteral<"Internal">]>>;
@@ -5911,62 +5952,49 @@ export declare const telephonyCdrContract: {
5911
5952
  page: number;
5912
5953
  pageSize: number;
5913
5954
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
5955
+ time?: string | undefined;
5956
+ queueId?: string | undefined;
5914
5957
  selectedDate?: string | undefined;
5915
5958
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
5916
- time?: string | undefined;
5917
5959
  queueList?: string[] | undefined;
5918
- queueId?: string | undefined;
5919
5960
  trunkList?: string[] | undefined;
5920
5961
  extensionList?: string[] | undefined;
5921
5962
  }, {
5922
5963
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
5964
+ time?: string | undefined;
5923
5965
  page?: number | undefined;
5924
5966
  pageSize?: number | undefined;
5967
+ queueId?: string | undefined;
5925
5968
  selectedDate?: string | undefined;
5926
5969
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
5927
- time?: string | undefined;
5928
5970
  queueList?: string[] | undefined;
5929
- queueId?: string | undefined;
5930
5971
  trunkList?: string[] | undefined;
5931
5972
  extensionList?: string[] | undefined;
5932
5973
  }>, {
5933
5974
  page: number;
5934
5975
  pageSize: number;
5935
5976
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
5977
+ time?: string | undefined;
5978
+ queueId?: string | undefined;
5936
5979
  selectedDate?: string | undefined;
5937
5980
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
5938
- time?: string | undefined;
5939
5981
  queueList?: string[] | undefined;
5940
- queueId?: string | undefined;
5941
5982
  trunkList?: string[] | undefined;
5942
5983
  extensionList?: string[] | undefined;
5943
5984
  }, {
5944
5985
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
5986
+ time?: string | undefined;
5945
5987
  page?: number | undefined;
5946
5988
  pageSize?: number | undefined;
5989
+ queueId?: string | undefined;
5947
5990
  selectedDate?: string | undefined;
5948
5991
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
5949
- time?: string | undefined;
5950
5992
  queueList?: string[] | undefined;
5951
- queueId?: string | undefined;
5952
5993
  trunkList?: string[] | undefined;
5953
5994
  extensionList?: string[] | undefined;
5954
5995
  }>;
5955
5996
  summary: "Get yeastar call report.";
5956
5997
  method: "POST";
5957
- responses: {
5958
- 200: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
5959
- 401: z.ZodObject<{
5960
- message: z.ZodString;
5961
- error: z.ZodAny;
5962
- }, "strip", z.ZodTypeAny, {
5963
- message: string;
5964
- error?: any;
5965
- }, {
5966
- message: string;
5967
- error?: any;
5968
- }>;
5969
- };
5970
5998
  path: "ms/telephony-cdr/yeastar_call_report";
5971
5999
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
5972
6000
  'x-tenant': z.ZodString;
@@ -5984,11 +6012,25 @@ export declare const telephonyCdrContract: {
5984
6012
  'x-code'?: string | undefined;
5985
6013
  'x-client-timezone'?: string | undefined;
5986
6014
  }>>>;
6015
+ responses: {
6016
+ 200: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
6017
+ 401: z.ZodObject<{
6018
+ message: z.ZodString;
6019
+ error: z.ZodAny;
6020
+ }, "strip", z.ZodTypeAny, {
6021
+ message: string;
6022
+ error?: any;
6023
+ }, {
6024
+ message: string;
6025
+ error?: any;
6026
+ }>;
6027
+ };
5987
6028
  };
5988
6029
  yeastarCallReportExport: {
5989
6030
  body: z.ZodEffects<z.ZodObject<{
5990
6031
  page: z.ZodDefault<z.ZodNumber>;
5991
6032
  pageSize: z.ZodDefault<z.ZodNumber>;
6033
+ } & {
5992
6034
  reportType: z.ZodEnum<["extcallstatistics", "extcallactivity", "trunkactivity", "queuesatisfaction", "queueavgwaittalktime", "queueperformance", "queueagentmisscalls", "queueagentinoutcalls"]>;
5993
6035
  selectedDate: z.ZodOptional<z.ZodString>;
5994
6036
  communicationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Inbound">, z.ZodLiteral<"Outbound">, z.ZodLiteral<"Internal">]>>;
@@ -6001,49 +6043,66 @@ export declare const telephonyCdrContract: {
6001
6043
  page: number;
6002
6044
  pageSize: number;
6003
6045
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
6046
+ time?: string | undefined;
6047
+ queueId?: string | undefined;
6004
6048
  selectedDate?: string | undefined;
6005
6049
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
6006
- time?: string | undefined;
6007
6050
  queueList?: string[] | undefined;
6008
- queueId?: string | undefined;
6009
6051
  trunkList?: string[] | undefined;
6010
6052
  extensionList?: string[] | undefined;
6011
6053
  }, {
6012
6054
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
6055
+ time?: string | undefined;
6013
6056
  page?: number | undefined;
6014
6057
  pageSize?: number | undefined;
6058
+ queueId?: string | undefined;
6015
6059
  selectedDate?: string | undefined;
6016
6060
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
6017
- time?: string | undefined;
6018
6061
  queueList?: string[] | undefined;
6019
- queueId?: string | undefined;
6020
6062
  trunkList?: string[] | undefined;
6021
6063
  extensionList?: string[] | undefined;
6022
6064
  }>, {
6023
6065
  page: number;
6024
6066
  pageSize: number;
6025
6067
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
6068
+ time?: string | undefined;
6069
+ queueId?: string | undefined;
6026
6070
  selectedDate?: string | undefined;
6027
6071
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
6028
- time?: string | undefined;
6029
6072
  queueList?: string[] | undefined;
6030
- queueId?: string | undefined;
6031
6073
  trunkList?: string[] | undefined;
6032
6074
  extensionList?: string[] | undefined;
6033
6075
  }, {
6034
6076
  reportType: "extcallstatistics" | "extcallactivity" | "trunkactivity" | "queuesatisfaction" | "queueavgwaittalktime" | "queueperformance" | "queueagentmisscalls" | "queueagentinoutcalls";
6077
+ time?: string | undefined;
6035
6078
  page?: number | undefined;
6036
6079
  pageSize?: number | undefined;
6080
+ queueId?: string | undefined;
6037
6081
  selectedDate?: string | undefined;
6038
6082
  communicationType?: "Inbound" | "Outbound" | "Internal" | undefined;
6039
- time?: string | undefined;
6040
6083
  queueList?: string[] | undefined;
6041
- queueId?: string | undefined;
6042
6084
  trunkList?: string[] | undefined;
6043
6085
  extensionList?: string[] | undefined;
6044
6086
  }>;
6045
6087
  summary: "Export yeastar call report.";
6046
6088
  method: "POST";
6089
+ path: "ms/telephony-cdr/yeastar_call_report/export";
6090
+ headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6091
+ 'x-tenant': z.ZodString;
6092
+ 'x-service-token': z.ZodString;
6093
+ 'x-code': z.ZodOptional<z.ZodString>;
6094
+ 'x-client-timezone': z.ZodDefault<z.ZodString>;
6095
+ }, "strip", z.ZodTypeAny, {
6096
+ 'x-tenant': string;
6097
+ 'x-service-token': string;
6098
+ 'x-client-timezone': string;
6099
+ 'x-code'?: string | undefined;
6100
+ }, {
6101
+ 'x-tenant': string;
6102
+ 'x-service-token': string;
6103
+ 'x-code'?: string | undefined;
6104
+ 'x-client-timezone'?: string | undefined;
6105
+ }>>>;
6047
6106
  responses: {
6048
6107
  200: null;
6049
6108
  401: z.ZodObject<{
@@ -6057,7 +6116,11 @@ export declare const telephonyCdrContract: {
6057
6116
  error?: any;
6058
6117
  }>;
6059
6118
  };
6060
- path: "ms/telephony-cdr/yeastar_call_report/export";
6119
+ };
6120
+ getTrunks: {
6121
+ method: "GET";
6122
+ query: null;
6123
+ path: "ms/telephony-cdr/trunks";
6061
6124
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6062
6125
  'x-tenant': z.ZodString;
6063
6126
  'x-service-token': z.ZodString;
@@ -6074,18 +6137,16 @@ export declare const telephonyCdrContract: {
6074
6137
  'x-code'?: string | undefined;
6075
6138
  'x-client-timezone'?: string | undefined;
6076
6139
  }>>>;
6077
- };
6078
- getTrunks: {
6079
- method: "GET";
6080
- query: null;
6081
6140
  responses: {
6082
6141
  200: z.ZodObject<{
6083
6142
  requestId: z.ZodString;
6143
+ } & {
6084
6144
  trunks: z.ZodArray<z.ZodObject<{
6085
6145
  id: z.ZodString;
6086
6146
  createdAt: z.ZodDate;
6087
6147
  updatedAt: z.ZodDate;
6088
6148
  deletedAt: z.ZodNullable<z.ZodDate>;
6149
+ } & {
6089
6150
  trunkId: z.ZodNullable<z.ZodString>;
6090
6151
  trunkName: z.ZodNullable<z.ZodString>;
6091
6152
  }, "strip", z.ZodTypeAny, {
@@ -6135,7 +6196,11 @@ export declare const telephonyCdrContract: {
6135
6196
  error?: any;
6136
6197
  }>;
6137
6198
  };
6138
- path: "ms/telephony-cdr/trunks";
6199
+ };
6200
+ getQueueList: {
6201
+ method: "GET";
6202
+ query: null;
6203
+ path: "ms/telephony-cdr/queues";
6139
6204
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6140
6205
  'x-tenant': z.ZodString;
6141
6206
  'x-service-token': z.ZodString;
@@ -6152,18 +6217,16 @@ export declare const telephonyCdrContract: {
6152
6217
  'x-code'?: string | undefined;
6153
6218
  'x-client-timezone'?: string | undefined;
6154
6219
  }>>>;
6155
- };
6156
- getQueueList: {
6157
- method: "GET";
6158
- query: null;
6159
6220
  responses: {
6160
6221
  200: z.ZodObject<{
6161
6222
  requestId: z.ZodString;
6223
+ } & {
6162
6224
  queues: z.ZodArray<z.ZodObject<{
6163
6225
  id: z.ZodString;
6164
6226
  createdAt: z.ZodDate;
6165
6227
  updatedAt: z.ZodDate;
6166
6228
  deletedAt: z.ZodNullable<z.ZodDate>;
6229
+ } & {
6167
6230
  queueId: z.ZodNumber;
6168
6231
  queueName: z.ZodString;
6169
6232
  queueNumber: z.ZodString;
@@ -6223,7 +6286,11 @@ export declare const telephonyCdrContract: {
6223
6286
  error?: any;
6224
6287
  }>;
6225
6288
  };
6226
- path: "ms/telephony-cdr/queues";
6289
+ };
6290
+ getExtensionList: {
6291
+ method: "GET";
6292
+ query: null;
6293
+ path: "ms/telephony-cdr/extensions";
6227
6294
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6228
6295
  'x-tenant': z.ZodString;
6229
6296
  'x-service-token': z.ZodString;
@@ -6240,30 +6307,29 @@ export declare const telephonyCdrContract: {
6240
6307
  'x-code'?: string | undefined;
6241
6308
  'x-client-timezone'?: string | undefined;
6242
6309
  }>>>;
6243
- };
6244
- getExtensionList: {
6245
- method: "GET";
6246
- query: null;
6247
6310
  responses: {
6248
6311
  200: z.ZodObject<{
6249
6312
  requestId: z.ZodString;
6313
+ } & {
6250
6314
  extensions: z.ZodArray<z.ZodObject<{
6251
6315
  id: z.ZodString;
6252
6316
  createdAt: z.ZodDate;
6253
6317
  updatedAt: z.ZodDate;
6254
6318
  deletedAt: z.ZodNullable<z.ZodDate>;
6319
+ } & {
6255
6320
  user: z.ZodNullable<z.ZodOptional<z.ZodObject<Omit<{
6256
- name: z.ZodString;
6257
6321
  id: z.ZodString;
6258
- address: z.ZodNullable<z.ZodString>;
6259
- email: z.ZodString;
6260
6322
  createdAt: z.ZodDate;
6261
6323
  updatedAt: z.ZodDate;
6262
6324
  deletedAt: z.ZodNullable<z.ZodDate>;
6325
+ name: z.ZodString;
6326
+ email: z.ZodString;
6263
6327
  emailVerifiedAt: z.ZodNullable<z.ZodDate>;
6264
6328
  password: z.ZodString;
6329
+ address: z.ZodNullable<z.ZodString>;
6265
6330
  phone: z.ZodNullable<z.ZodString>;
6266
6331
  notificationCount: z.ZodNullable<z.ZodNumber>;
6332
+ } & {
6267
6333
  roles: z.ZodArray<z.ZodObject<{
6268
6334
  id: z.ZodString;
6269
6335
  createdAt: z.ZodDate;
@@ -6628,7 +6694,11 @@ export declare const telephonyCdrContract: {
6628
6694
  error?: any;
6629
6695
  }>;
6630
6696
  };
6631
- path: "ms/telephony-cdr/extensions";
6697
+ };
6698
+ getDropdownList: {
6699
+ method: "GET";
6700
+ query: null;
6701
+ path: "ms/telephony-cdr/dropdown";
6632
6702
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6633
6703
  'x-tenant': z.ZodString;
6634
6704
  'x-service-token': z.ZodString;
@@ -6645,13 +6715,10 @@ export declare const telephonyCdrContract: {
6645
6715
  'x-code'?: string | undefined;
6646
6716
  'x-client-timezone'?: string | undefined;
6647
6717
  }>>>;
6648
- };
6649
- getDropdownList: {
6650
- method: "GET";
6651
- query: null;
6652
6718
  responses: {
6653
6719
  200: z.ZodObject<{
6654
6720
  requestId: z.ZodString;
6721
+ } & {
6655
6722
  trunks: z.ZodArray<z.ZodObject<{
6656
6723
  id: z.ZodString;
6657
6724
  trunkName: z.ZodString;
@@ -6692,7 +6759,10 @@ export declare const telephonyCdrContract: {
6692
6759
  error?: any;
6693
6760
  }>;
6694
6761
  };
6695
- path: "ms/telephony-cdr/dropdown";
6762
+ };
6763
+ getCallRedirectSetting: {
6764
+ method: "GET";
6765
+ path: "ms/telephony-cdr/call-redirect-setting";
6696
6766
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6697
6767
  'x-tenant': z.ZodString;
6698
6768
  'x-service-token': z.ZodString;
@@ -6709,12 +6779,10 @@ export declare const telephonyCdrContract: {
6709
6779
  'x-code'?: string | undefined;
6710
6780
  'x-client-timezone'?: string | undefined;
6711
6781
  }>>>;
6712
- };
6713
- getCallRedirectSetting: {
6714
- method: "GET";
6715
6782
  responses: {
6716
6783
  200: z.ZodObject<{
6717
6784
  requestId: z.ZodString;
6785
+ } & {
6718
6786
  callRedirectTo: z.ZodString;
6719
6787
  }, "strip", z.ZodTypeAny, {
6720
6788
  requestId: string;
@@ -6751,6 +6819,16 @@ export declare const telephonyCdrContract: {
6751
6819
  error?: any;
6752
6820
  }>;
6753
6821
  };
6822
+ };
6823
+ updateCallRedirectSetting: {
6824
+ body: z.ZodObject<{
6825
+ callRedirectTo: z.ZodString;
6826
+ }, "strip", z.ZodTypeAny, {
6827
+ callRedirectTo: string;
6828
+ }, {
6829
+ callRedirectTo: string;
6830
+ }>;
6831
+ method: "PATCH";
6754
6832
  path: "ms/telephony-cdr/call-redirect-setting";
6755
6833
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6756
6834
  'x-tenant': z.ZodString;
@@ -6768,19 +6846,10 @@ export declare const telephonyCdrContract: {
6768
6846
  'x-code'?: string | undefined;
6769
6847
  'x-client-timezone'?: string | undefined;
6770
6848
  }>>>;
6771
- };
6772
- updateCallRedirectSetting: {
6773
- body: z.ZodObject<{
6774
- callRedirectTo: z.ZodString;
6775
- }, "strip", z.ZodTypeAny, {
6776
- callRedirectTo: string;
6777
- }, {
6778
- callRedirectTo: string;
6779
- }>;
6780
- method: "PATCH";
6781
6849
  responses: {
6782
6850
  200: z.ZodObject<{
6783
6851
  requestId: z.ZodString;
6852
+ } & {
6784
6853
  callRedirectTo: z.ZodString;
6785
6854
  }, "strip", z.ZodTypeAny, {
6786
6855
  requestId: string;
@@ -6817,7 +6886,10 @@ export declare const telephonyCdrContract: {
6817
6886
  error?: any;
6818
6887
  }>;
6819
6888
  };
6820
- path: "ms/telephony-cdr/call-redirect-setting";
6889
+ };
6890
+ getCallSetting: {
6891
+ method: "GET";
6892
+ path: "ms/telephony-cdr/call-setting";
6821
6893
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6822
6894
  'x-tenant': z.ZodString;
6823
6895
  'x-service-token': z.ZodString;
@@ -6834,12 +6906,10 @@ export declare const telephonyCdrContract: {
6834
6906
  'x-code'?: string | undefined;
6835
6907
  'x-client-timezone'?: string | undefined;
6836
6908
  }>>>;
6837
- };
6838
- getCallSetting: {
6839
- method: "GET";
6840
6909
  responses: {
6841
6910
  200: z.ZodObject<{
6842
6911
  requestId: z.ZodString;
6912
+ } & {
6843
6913
  callRedirectTo: z.ZodString;
6844
6914
  isMultiTabUsed: z.ZodString;
6845
6915
  }, "strip", z.ZodTypeAny, {
@@ -6879,6 +6949,19 @@ export declare const telephonyCdrContract: {
6879
6949
  error?: any;
6880
6950
  }>;
6881
6951
  };
6952
+ };
6953
+ updateCallSetting: {
6954
+ body: z.ZodObject<{
6955
+ callRedirectTo: z.ZodString;
6956
+ isMultiTabUsed: z.ZodString;
6957
+ }, "strip", z.ZodTypeAny, {
6958
+ callRedirectTo: string;
6959
+ isMultiTabUsed: string;
6960
+ }, {
6961
+ callRedirectTo: string;
6962
+ isMultiTabUsed: string;
6963
+ }>;
6964
+ method: "PATCH";
6882
6965
  path: "ms/telephony-cdr/call-setting";
6883
6966
  headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6884
6967
  'x-tenant': z.ZodString;
@@ -6896,22 +6979,10 @@ export declare const telephonyCdrContract: {
6896
6979
  'x-code'?: string | undefined;
6897
6980
  'x-client-timezone'?: string | undefined;
6898
6981
  }>>>;
6899
- };
6900
- updateCallSetting: {
6901
- body: z.ZodObject<{
6902
- callRedirectTo: z.ZodString;
6903
- isMultiTabUsed: z.ZodString;
6904
- }, "strip", z.ZodTypeAny, {
6905
- callRedirectTo: string;
6906
- isMultiTabUsed: string;
6907
- }, {
6908
- callRedirectTo: string;
6909
- isMultiTabUsed: string;
6910
- }>;
6911
- method: "PATCH";
6912
6982
  responses: {
6913
6983
  200: z.ZodObject<{
6914
6984
  requestId: z.ZodString;
6985
+ } & {
6915
6986
  callRedirectTo: z.ZodString;
6916
6987
  isMultiTabUsed: z.ZodString;
6917
6988
  }, "strip", z.ZodTypeAny, {
@@ -6951,23 +7022,6 @@ export declare const telephonyCdrContract: {
6951
7022
  error?: any;
6952
7023
  }>;
6953
7024
  };
6954
- path: "ms/telephony-cdr/call-setting";
6955
- headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
6956
- 'x-tenant': z.ZodString;
6957
- 'x-service-token': z.ZodString;
6958
- 'x-code': z.ZodOptional<z.ZodString>;
6959
- 'x-client-timezone': z.ZodDefault<z.ZodString>;
6960
- }, "strip", z.ZodTypeAny, {
6961
- 'x-tenant': string;
6962
- 'x-service-token': string;
6963
- 'x-client-timezone': string;
6964
- 'x-code'?: string | undefined;
6965
- }, {
6966
- 'x-tenant': string;
6967
- 'x-service-token': string;
6968
- 'x-code'?: string | undefined;
6969
- 'x-client-timezone'?: string | undefined;
6970
- }>>>;
6971
7025
  };
6972
7026
  };
6973
7027
  //# sourceMappingURL=index.d.ts.map