@webitel/ui-sdk 25.4.29 → 25.4.31

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 (1698) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/ui-sdk.js +2222 -2216
  3. package/dist/ui-sdk.umd.cjs +15 -15
  4. package/package.json +1 -1
  5. package/src/api/orval/_docs/webitelAPI.ts +23558 -0
  6. package/src/api/orval/_docs-html/.nojekyll +1 -0
  7. package/src/api/orval/_docs-html/assets/hierarchy.js +1 -0
  8. package/src/api/orval/_docs-html/assets/highlight.css +71 -0
  9. package/src/api/orval/_docs-html/assets/icons.js +18 -0
  10. package/src/api/orval/_docs-html/assets/icons.svg +1 -0
  11. package/src/api/orval/_docs-html/assets/main.js +60 -0
  12. package/src/api/orval/_docs-html/assets/navigation.js +1 -0
  13. package/src/api/orval/_docs-html/assets/search.js +1 -0
  14. package/src/api/orval/_docs-html/assets/style.css +1611 -0
  15. package/src/api/orval/_docs-html/index.html +17 -0
  16. package/src/api/orval/_docs-html/interfaces/AgentInQueueAgentsInQueue.html +11 -0
  17. package/src/api/orval/_docs-html/interfaces/AgentInQueueStatisticsAgentInQueueStatisticsItem.html +4 -0
  18. package/src/api/orval/_docs-html/interfaces/AggregateRequestGroup.html +7 -0
  19. package/src/api/orval/_docs-html/interfaces/ApiAccessRule.html +4 -0
  20. package/src/api/orval/_docs-html/interfaces/ApiAccessStoreToggleDefaultAccessBody.html +5 -0
  21. package/src/api/orval/_docs-html/interfaces/ApiAccessToken.html +16 -0
  22. package/src/api/orval/_docs-html/interfaces/ApiClaim.html +3 -0
  23. package/src/api/orval/_docs-html/interfaces/ApiClassesUpdateClassBody.html +4 -0
  24. package/src/api/orval/_docs-html/interfaces/ApiCreateDeviceResponse.html +2 -0
  25. package/src/api/orval/_docs-html/interfaces/ApiCreateDomainRequest.html +4 -0
  26. package/src/api/orval/_docs-html/interfaces/ApiCreateDomainResponse.html +1 -0
  27. package/src/api/orval/_docs-html/interfaces/ApiCreateRoleRequest.html +3 -0
  28. package/src/api/orval/_docs-html/interfaces/ApiCreateRoleResponse.html +2 -0
  29. package/src/api/orval/_docs-html/interfaces/ApiCreateUserRequest.html +4 -0
  30. package/src/api/orval/_docs-html/interfaces/ApiCreateUserResponse.html +2 -0
  31. package/src/api/orval/_docs-html/interfaces/ApiCustomer.html +20 -0
  32. package/src/api/orval/_docs-html/interfaces/ApiDeleteDeviceResponse.html +2 -0
  33. package/src/api/orval/_docs-html/interfaces/ApiDeleteDomainResponse.html +1 -0
  34. package/src/api/orval/_docs-html/interfaces/ApiDeleteLDAPRequest.html +3 -0
  35. package/src/api/orval/_docs-html/interfaces/ApiDeleteOAuthServiceRequest.html +3 -0
  36. package/src/api/orval/_docs-html/interfaces/ApiDeleteOAuthServiceResponse.html +1 -0
  37. package/src/api/orval/_docs-html/interfaces/ApiDeleteRoleResponse.html +2 -0
  38. package/src/api/orval/_docs-html/interfaces/ApiDeleteUsersResponse.html +2 -0
  39. package/src/api/orval/_docs-html/interfaces/ApiDevice.html +25 -0
  40. package/src/api/orval/_docs-html/interfaces/ApiDeviceAudit.html +6 -0
  41. package/src/api/orval/_docs-html/interfaces/ApiDeviceAuditResponse.html +5 -0
  42. package/src/api/orval/_docs-html/interfaces/ApiDeviceId.html +3 -0
  43. package/src/api/orval/_docs-html/interfaces/ApiDomainsUpdateDomainBody.html +2 -0
  44. package/src/api/orval/_docs-html/interfaces/ApiGenerateTfaKeysForNecessaryUsersResponse.html +2 -0
  45. package/src/api/orval/_docs-html/interfaces/ApiGenerateUserTfaKeyResponse.html +2 -0
  46. package/src/api/orval/_docs-html/interfaces/ApiGetCustomerResponse.html +2 -0
  47. package/src/api/orval/_docs-html/interfaces/ApiGetUserTfaKeyResponse.html +2 -0
  48. package/src/api/orval/_docs-html/interfaces/ApiGrantAccessRequestV1.html +4 -0
  49. package/src/api/orval/_docs-html/interfaces/ApiGrantRoleResponse.html +1 -0
  50. package/src/api/orval/_docs-html/interfaces/ApiLDAPCatalog.html +24 -0
  51. package/src/api/orval/_docs-html/interfaces/ApiLDAPCatalogTLSConfig.html +5 -0
  52. package/src/api/orval/_docs-html/interfaces/ApiLDAPControl.html +4 -0
  53. package/src/api/orval/_docs-html/interfaces/ApiLDAPCreateLDAPTemplateBody.html +16 -0
  54. package/src/api/orval/_docs-html/interfaces/ApiLDAPDeleteLDAPTemplateBody.html +13 -0
  55. package/src/api/orval/_docs-html/interfaces/ApiLDAPLDAPSearchBody.html +17 -0
  56. package/src/api/orval/_docs-html/interfaces/ApiLDAPObjentry.html +8 -0
  57. package/src/api/orval/_docs-html/interfaces/ApiLDAPResyncLDAPCatalogBody.html +2 -0
  58. package/src/api/orval/_docs-html/interfaces/ApiLDAPSearchRequest.html +18 -0
  59. package/src/api/orval/_docs-html/interfaces/ApiLDAPSearchRequestTLSConfig.html +3 -0
  60. package/src/api/orval/_docs-html/interfaces/ApiLDAPSearchResponse.html +7 -0
  61. package/src/api/orval/_docs-html/interfaces/ApiLDAPTemplate.html +16 -0
  62. package/src/api/orval/_docs-html/interfaces/ApiLDAPTemplateResponse.html +4 -0
  63. package/src/api/orval/_docs-html/interfaces/ApiLDAPUpdateLDAPCatalogBody.html +4 -0
  64. package/src/api/orval/_docs-html/interfaces/ApiLDAPUpdateLDAPTemplateBody.html +4 -0
  65. package/src/api/orval/_docs-html/interfaces/ApiLDAProcess.html +9 -0
  66. package/src/api/orval/_docs-html/interfaces/ApiLDAProcessOptions.html +5 -0
  67. package/src/api/orval/_docs-html/interfaces/ApiLDAProcessResponse.html +4 -0
  68. package/src/api/orval/_docs-html/interfaces/ApiLicenseUsageResponse.html +5 -0
  69. package/src/api/orval/_docs-html/interfaces/ApiLicenseUser.html +7 -0
  70. package/src/api/orval/_docs-html/interfaces/ApiLicenseUsersResponse.html +5 -0
  71. package/src/api/orval/_docs-html/interfaces/ApiLicenseV1.html +13 -0
  72. package/src/api/orval/_docs-html/interfaces/ApiListAccessResponseV1.html +4 -0
  73. package/src/api/orval/_docs-html/interfaces/ApiListRegistrationsResponse.html +5 -0
  74. package/src/api/orval/_docs-html/interfaces/ApiLoginResponse.html +2 -0
  75. package/src/api/orval/_docs-html/interfaces/ApiLogoutUserResponse.html +1 -0
  76. package/src/api/orval/_docs-html/interfaces/ApiOAuth2FederationDeleteOAuthServiceBody.html +2 -0
  77. package/src/api/orval/_docs-html/interfaces/ApiOAuth2FederationUpdateOAuthServiceBody.html +4 -0
  78. package/src/api/orval/_docs-html/interfaces/ApiOAuthService.html +21 -0
  79. package/src/api/orval/_docs-html/interfaces/ApiObjclass.html +11 -0
  80. package/src/api/orval/_docs-html/interfaces/ApiObjectClass.html +6 -0
  81. package/src/api/orval/_docs-html/interfaces/ApiObjectId.html +3 -0
  82. package/src/api/orval/_docs-html/interfaces/ApiOrganization.html +16 -0
  83. package/src/api/orval/_docs-html/interfaces/ApiPermission.html +5 -0
  84. package/src/api/orval/_docs-html/interfaces/ApiPresenceSetStatusBody.html +4 -0
  85. package/src/api/orval/_docs-html/interfaces/ApiPresenceStatus.html +19 -0
  86. package/src/api/orval/_docs-html/interfaces/ApiProductUser.html +6 -0
  87. package/src/api/orval/_docs-html/interfaces/ApiReadClassResponse.html +2 -0
  88. package/src/api/orval/_docs-html/interfaces/ApiReadDeviceResponse.html +2 -0
  89. package/src/api/orval/_docs-html/interfaces/ApiReadDomainResponse.html +2 -0
  90. package/src/api/orval/_docs-html/interfaces/ApiReadRoleResponse.html +2 -0
  91. package/src/api/orval/_docs-html/interfaces/ApiReadUserResponse.html +2 -0
  92. package/src/api/orval/_docs-html/interfaces/ApiRegistration.html +12 -0
  93. package/src/api/orval/_docs-html/interfaces/ApiRevokeRoleResponse.html +1 -0
  94. package/src/api/orval/_docs-html/interfaces/ApiRole.html +15 -0
  95. package/src/api/orval/_docs-html/interfaces/ApiRoleId.html +5 -0
  96. package/src/api/orval/_docs-html/interfaces/ApiRoleMember.html +8 -0
  97. package/src/api/orval/_docs-html/interfaces/ApiRoleMembersResponse.html +2 -0
  98. package/src/api/orval/_docs-html/interfaces/ApiRoleMetadataResponse.html +3 -0
  99. package/src/api/orval/_docs-html/interfaces/ApiRolesUpdateRoleBody.html +3 -0
  100. package/src/api/orval/_docs-html/interfaces/ApiSearchClassesResponse.html +5 -0
  101. package/src/api/orval/_docs-html/interfaces/ApiSearchDeviceResponse.html +5 -0
  102. package/src/api/orval/_docs-html/interfaces/ApiSearchDomainsResponse.html +2 -0
  103. package/src/api/orval/_docs-html/interfaces/ApiSearchLDAPResponse.html +4 -0
  104. package/src/api/orval/_docs-html/interfaces/ApiSearchOAuthServiceResponse.html +4 -0
  105. package/src/api/orval/_docs-html/interfaces/ApiSearchPermissionResponse.html +5 -0
  106. package/src/api/orval/_docs-html/interfaces/ApiSearchRolesResponse.html +6 -0
  107. package/src/api/orval/_docs-html/interfaces/ApiSearchUsersRequest.html +19 -0
  108. package/src/api/orval/_docs-html/interfaces/ApiSearchUsersRequestPresence.html +3 -0
  109. package/src/api/orval/_docs-html/interfaces/ApiSearchUsersResponse.html +5 -0
  110. package/src/api/orval/_docs-html/interfaces/ApiServerInfoResponse.html +2 -0
  111. package/src/api/orval/_docs-html/interfaces/ApiSetStatusRequest.html +3 -0
  112. package/src/api/orval/_docs-html/interfaces/ApiTfaUrl.html +3 -0
  113. package/src/api/orval/_docs-html/interfaces/ApiToggleDefaultAccessResponse.html +3 -0
  114. package/src/api/orval/_docs-html/interfaces/ApiUpdateAccessResponseV1.html +3 -0
  115. package/src/api/orval/_docs-html/interfaces/ApiUpdateClassResponse.html +2 -0
  116. package/src/api/orval/_docs-html/interfaces/ApiUpdateCustomerResponse.html +2 -0
  117. package/src/api/orval/_docs-html/interfaces/ApiUpdateDeviceResponse.html +2 -0
  118. package/src/api/orval/_docs-html/interfaces/ApiUpdateDomainResponse.html +2 -0
  119. package/src/api/orval/_docs-html/interfaces/ApiUpdateRoleResponse.html +2 -0
  120. package/src/api/orval/_docs-html/interfaces/ApiUpdateUserResponse.html +2 -0
  121. package/src/api/orval/_docs-html/interfaces/ApiUser.html +28 -0
  122. package/src/api/orval/_docs-html/interfaces/ApiUserAccessToken.html +12 -0
  123. package/src/api/orval/_docs-html/interfaces/ApiUserAccessTokenList.html +5 -0
  124. package/src/api/orval/_docs-html/interfaces/ApiUserId.html +4 -0
  125. package/src/api/orval/_docs-html/interfaces/ApiUserPresence.html +6 -0
  126. package/src/api/orval/_docs-html/interfaces/ApiUserSetting.html +3 -0
  127. package/src/api/orval/_docs-html/interfaces/ApiUserinfo.html +14 -0
  128. package/src/api/orval/_docs-html/interfaces/ApiUsersLogoutUserBody.html +1 -0
  129. package/src/api/orval/_docs-html/interfaces/ApiUsersUpdateUserBody.html +3 -0
  130. package/src/api/orval/_docs-html/interfaces/ApiVerification.html +3 -0
  131. package/src/api/orval/_docs-html/interfaces/CasesAttachment.html +6 -0
  132. package/src/api/orval/_docs-html/interfaces/CasesCallEvent.html +14 -0
  133. package/src/api/orval/_docs-html/interfaces/CasesCallFile.html +7 -0
  134. package/src/api/orval/_docs-html/interfaces/CasesCase.html +46 -0
  135. package/src/api/orval/_docs-html/interfaces/CasesCaseComment.html +22 -0
  136. package/src/api/orval/_docs-html/interfaces/CasesCaseCommentList.html +8 -0
  137. package/src/api/orval/_docs-html/interfaces/CasesCaseCommunication.html +11 -0
  138. package/src/api/orval/_docs-html/interfaces/CasesCaseFileList.html +8 -0
  139. package/src/api/orval/_docs-html/interfaces/CasesCaseLink.html +11 -0
  140. package/src/api/orval/_docs-html/interfaces/CasesCaseLinkList.html +4 -0
  141. package/src/api/orval/_docs-html/interfaces/CasesCaseList.html +8 -0
  142. package/src/api/orval/_docs-html/interfaces/CasesCatalog.html +18 -0
  143. package/src/api/orval/_docs-html/interfaces/CasesCatalogList.html +4 -0
  144. package/src/api/orval/_docs-html/interfaces/CasesChatEvent.html +11 -0
  145. package/src/api/orval/_docs-html/interfaces/CasesCloseInfo.html +5 -0
  146. package/src/api/orval/_docs-html/interfaces/CasesCloseReason.html +9 -0
  147. package/src/api/orval/_docs-html/interfaces/CasesCloseReasonGroup.html +8 -0
  148. package/src/api/orval/_docs-html/interfaces/CasesCloseReasonGroupList.html +4 -0
  149. package/src/api/orval/_docs-html/interfaces/CasesCloseReasonList.html +4 -0
  150. package/src/api/orval/_docs-html/interfaces/CasesCreateCaseCloseInput.html +5 -0
  151. package/src/api/orval/_docs-html/interfaces/CasesCreateCaseRelatedCaseInput.html +7 -0
  152. package/src/api/orval/_docs-html/interfaces/CasesCreateCatalogRequest.html +11 -0
  153. package/src/api/orval/_docs-html/interfaces/CasesCreateCloseReasonGroupRequest.html +3 -0
  154. package/src/api/orval/_docs-html/interfaces/CasesCreateInputRelatedCase.html +4 -0
  155. package/src/api/orval/_docs-html/interfaces/CasesCreateSLARequest.html +8 -0
  156. package/src/api/orval/_docs-html/interfaces/CasesCreateServiceRequest.html +10 -0
  157. package/src/api/orval/_docs-html/interfaces/CasesCreateSourceRequest.html +7 -0
  158. package/src/api/orval/_docs-html/interfaces/CasesCreateStatusRequest.html +3 -0
  159. package/src/api/orval/_docs-html/interfaces/CasesDayTimeline.html +6 -0
  160. package/src/api/orval/_docs-html/interfaces/CasesEmailEvent.html +14 -0
  161. package/src/api/orval/_docs-html/interfaces/CasesEvent.html +6 -0
  162. package/src/api/orval/_docs-html/interfaces/CasesFile.html +15 -0
  163. package/src/api/orval/_docs-html/interfaces/CasesGetTimelineCounterResponse.html +6 -0
  164. package/src/api/orval/_docs-html/interfaces/CasesGetTimelineResponse.html +4 -0
  165. package/src/api/orval/_docs-html/interfaces/CasesInputCase.html +17 -0
  166. package/src/api/orval/_docs-html/interfaces/CasesInputCaseComment.html +6 -0
  167. package/src/api/orval/_docs-html/interfaces/CasesInputCaseCommunication.html +5 -0
  168. package/src/api/orval/_docs-html/interfaces/CasesInputCaseLink.html +4 -0
  169. package/src/api/orval/_docs-html/interfaces/CasesInputCatalog.html +11 -0
  170. package/src/api/orval/_docs-html/interfaces/CasesInputCloseReason.html +3 -0
  171. package/src/api/orval/_docs-html/interfaces/CasesInputCloseReasonGroup.html +3 -0
  172. package/src/api/orval/_docs-html/interfaces/CasesInputCreateCase.html +23 -0
  173. package/src/api/orval/_docs-html/interfaces/CasesInputPriority.html +4 -0
  174. package/src/api/orval/_docs-html/interfaces/CasesInputRelatedCase.html +5 -0
  175. package/src/api/orval/_docs-html/interfaces/CasesInputSLA.html +8 -0
  176. package/src/api/orval/_docs-html/interfaces/CasesInputSLACondition.html +6 -0
  177. package/src/api/orval/_docs-html/interfaces/CasesInputService.html +10 -0
  178. package/src/api/orval/_docs-html/interfaces/CasesInputSource.html +6 -0
  179. package/src/api/orval/_docs-html/interfaces/CasesInputStatus.html +3 -0
  180. package/src/api/orval/_docs-html/interfaces/CasesInputStatusCondition.html +5 -0
  181. package/src/api/orval/_docs-html/interfaces/CasesLinkCommunicationResponse.html +4 -0
  182. package/src/api/orval/_docs-html/interfaces/CasesListCommunicationsResponse.html +7 -0
  183. package/src/api/orval/_docs-html/interfaces/CasesLocateCatalogResponse.html +2 -0
  184. package/src/api/orval/_docs-html/interfaces/CasesLocateCloseReasonGroupResponse.html +2 -0
  185. package/src/api/orval/_docs-html/interfaces/CasesLocateCloseReasonResponse.html +2 -0
  186. package/src/api/orval/_docs-html/interfaces/CasesLocatePriorityResponse.html +2 -0
  187. package/src/api/orval/_docs-html/interfaces/CasesLocateSLAConditionResponse.html +2 -0
  188. package/src/api/orval/_docs-html/interfaces/CasesLocateSLAResponse.html +2 -0
  189. package/src/api/orval/_docs-html/interfaces/CasesLocateServiceResponse.html +2 -0
  190. package/src/api/orval/_docs-html/interfaces/CasesLocateSourceResponse.html +3 -0
  191. package/src/api/orval/_docs-html/interfaces/CasesLocateStatusConditionResponse.html +2 -0
  192. package/src/api/orval/_docs-html/interfaces/CasesLocateStatusResponse.html +2 -0
  193. package/src/api/orval/_docs-html/interfaces/CasesPriority.html +9 -0
  194. package/src/api/orval/_docs-html/interfaces/CasesPriorityList.html +4 -0
  195. package/src/api/orval/_docs-html/interfaces/CasesRateInfo.html +6 -0
  196. package/src/api/orval/_docs-html/interfaces/CasesRelatedCase.html +17 -0
  197. package/src/api/orval/_docs-html/interfaces/CasesRelatedCaseList.html +8 -0
  198. package/src/api/orval/_docs-html/interfaces/CasesRelatedCaseLookup.html +8 -0
  199. package/src/api/orval/_docs-html/interfaces/CasesSLA.html +13 -0
  200. package/src/api/orval/_docs-html/interfaces/CasesSLACondition.html +11 -0
  201. package/src/api/orval/_docs-html/interfaces/CasesSLAConditionList.html +4 -0
  202. package/src/api/orval/_docs-html/interfaces/CasesSLAList.html +4 -0
  203. package/src/api/orval/_docs-html/interfaces/CasesService.html +17 -0
  204. package/src/api/orval/_docs-html/interfaces/CasesServiceList.html +4 -0
  205. package/src/api/orval/_docs-html/interfaces/CasesSource.html +10 -0
  206. package/src/api/orval/_docs-html/interfaces/CasesSourceList.html +8 -0
  207. package/src/api/orval/_docs-html/interfaces/CasesSourceTypeLookup.html +4 -0
  208. package/src/api/orval/_docs-html/interfaces/CasesStatusCondition.html +11 -0
  209. package/src/api/orval/_docs-html/interfaces/CasesStatusConditionList.html +4 -0
  210. package/src/api/orval/_docs-html/interfaces/CasesStatusList.html +4 -0
  211. package/src/api/orval/_docs-html/interfaces/CasesTimingInfo.html +10 -0
  212. package/src/api/orval/_docs-html/interfaces/CasesTranscriptLookup.html +4 -0
  213. package/src/api/orval/_docs-html/interfaces/CasesUnlinkCommunicationResponse.html +4 -0
  214. package/src/api/orval/_docs-html/interfaces/CloseReasonsCreateCloseReasonBody.html +3 -0
  215. package/src/api/orval/_docs-html/interfaces/CreateAgentsAbsencesBulkRequestabsentType.html +4 -0
  216. package/src/api/orval/_docs-html/interfaces/CreateCallRequestCallSettings.html +13 -0
  217. package/src/api/orval/_docs-html/interfaces/DefaultDeviceConfigResponseSipDeviceConfig.html +6 -0
  218. package/src/api/orval/_docs-html/interfaces/DefaultDeviceConfigResponseWebRTCDeviceConfig.html +8 -0
  219. package/src/api/orval/_docs-html/interfaces/EmailProfileParamsOAuth2.html +4 -0
  220. package/src/api/orval/_docs-html/interfaces/EngineAcceptOfDay.html +5 -0
  221. package/src/api/orval/_docs-html/interfaces/EngineActiveCall.html +37 -0
  222. package/src/api/orval/_docs-html/interfaces/EngineActivityWorkspaceWidgetResponse.html +23 -0
  223. package/src/api/orval/_docs-html/interfaces/EngineAgent.html +21 -0
  224. package/src/api/orval/_docs-html/interfaces/EngineAgentCallStatistics.html +17 -0
  225. package/src/api/orval/_docs-html/interfaces/EngineAgentCallStatisticsList.html +3 -0
  226. package/src/api/orval/_docs-html/interfaces/EngineAgentChannel.html +5 -0
  227. package/src/api/orval/_docs-html/interfaces/EngineAgentInQueue.html +10 -0
  228. package/src/api/orval/_docs-html/interfaces/EngineAgentInQueueStatistics.html +3 -0
  229. package/src/api/orval/_docs-html/interfaces/EngineAgentInQueueStatisticsList.html +2 -0
  230. package/src/api/orval/_docs-html/interfaces/EngineAgentInTeam.html +3 -0
  231. package/src/api/orval/_docs-html/interfaces/EngineAgentPauseCause.html +12 -0
  232. package/src/api/orval/_docs-html/interfaces/EngineAgentSetStateRequest.html +2 -0
  233. package/src/api/orval/_docs-html/interfaces/EngineAgentSetStateResponse.html +1 -0
  234. package/src/api/orval/_docs-html/interfaces/EngineAgentSkill.html +11 -0
  235. package/src/api/orval/_docs-html/interfaces/EngineAgentSkillItem.html +5 -0
  236. package/src/api/orval/_docs-html/interfaces/EngineAgentState.html +10 -0
  237. package/src/api/orval/_docs-html/interfaces/EngineAgentStatsStatistic.html +26 -0
  238. package/src/api/orval/_docs-html/interfaces/EngineAgentStatusRequest.html +7 -0
  239. package/src/api/orval/_docs-html/interfaces/EngineAgentStatusStatisticItem.html +20 -0
  240. package/src/api/orval/_docs-html/interfaces/EngineAgentTeam.html +15 -0
  241. package/src/api/orval/_docs-html/interfaces/EngineAgentTodayStatisticsResponse.html +23 -0
  242. package/src/api/orval/_docs-html/interfaces/EngineAgentUser.html +3 -0
  243. package/src/api/orval/_docs-html/interfaces/EngineAggregateHistoryCallRequest.html +35 -0
  244. package/src/api/orval/_docs-html/interfaces/EngineAggregateRequest.html +10 -0
  245. package/src/api/orval/_docs-html/interfaces/EngineAggregateResult.html +3 -0
  246. package/src/api/orval/_docs-html/interfaces/EngineApiError.html +5 -0
  247. package/src/api/orval/_docs-html/interfaces/EngineAttempt.html +25 -0
  248. package/src/api/orval/_docs-html/interfaces/EngineAttemptCallbackRequest.html +12 -0
  249. package/src/api/orval/_docs-html/interfaces/EngineAttemptHistory.html +23 -0
  250. package/src/api/orval/_docs-html/interfaces/EngineAttemptRenewalResultRequest.html +3 -0
  251. package/src/api/orval/_docs-html/interfaces/EngineAttemptRenewalResultResponse.html +1 -0
  252. package/src/api/orval/_docs-html/interfaces/EngineAttemptResultRequest.html +16 -0
  253. package/src/api/orval/_docs-html/interfaces/EngineAttemptResultResponse.html +2 -0
  254. package/src/api/orval/_docs-html/interfaces/EngineAuditForm.html +12 -0
  255. package/src/api/orval/_docs-html/interfaces/EngineAuditRate.html +13 -0
  256. package/src/api/orval/_docs-html/interfaces/EngineAvailableSystemSetting.html +2 -0
  257. package/src/api/orval/_docs-html/interfaces/EngineBlindTransferCallRequest.html +5 -0
  258. package/src/api/orval/_docs-html/interfaces/EngineBlindTransferCallResponse.html +1 -0
  259. package/src/api/orval/_docs-html/interfaces/EngineBucket.html +4 -0
  260. package/src/api/orval/_docs-html/interfaces/EngineCalendar.html +15 -0
  261. package/src/api/orval/_docs-html/interfaces/EngineCallAnnotation.html +10 -0
  262. package/src/api/orval/_docs-html/interfaces/EngineCallFile.html +7 -0
  263. package/src/api/orval/_docs-html/interfaces/EngineCallHold.html +4 -0
  264. package/src/api/orval/_docs-html/interfaces/EngineChatPlan.html +6 -0
  265. package/src/api/orval/_docs-html/interfaces/EngineCommunicationType.html +8 -0
  266. package/src/api/orval/_docs-html/interfaces/EngineCommunicationTypeRequest.html +6 -0
  267. package/src/api/orval/_docs-html/interfaces/EngineConfirmPushResponse.html +1 -0
  268. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentPauseCauseRequest.html +7 -0
  269. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentRequest.html +14 -0
  270. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentSkillBulkItem.html +5 -0
  271. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentSkillRequest.html +6 -0
  272. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentSkillsRequest.html +3 -0
  273. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentSkillsResponse.html +2 -0
  274. package/src/api/orval/_docs-html/interfaces/EngineCreateAgentTeamRequest.html +13 -0
  275. package/src/api/orval/_docs-html/interfaces/EngineCreateAttemptRequest.html +5 -0
  276. package/src/api/orval/_docs-html/interfaces/EngineCreateAttemptResponse.html +2 -0
  277. package/src/api/orval/_docs-html/interfaces/EngineCreateAuditFormRateRequest.html +5 -0
  278. package/src/api/orval/_docs-html/interfaces/EngineCreateAuditFormRequest.html +6 -0
  279. package/src/api/orval/_docs-html/interfaces/EngineCreateBucketRequest.html +4 -0
  280. package/src/api/orval/_docs-html/interfaces/EngineCreateCalendarRequest.html +10 -0
  281. package/src/api/orval/_docs-html/interfaces/EngineCreateCallAnnotationRequest.html +5 -0
  282. package/src/api/orval/_docs-html/interfaces/EngineCreateCallRequest.html +6 -0
  283. package/src/api/orval/_docs-html/interfaces/EngineCreateCallRequestEndpointRequest.html +5 -0
  284. package/src/api/orval/_docs-html/interfaces/EngineCreateCallResponse.html +2 -0
  285. package/src/api/orval/_docs-html/interfaces/EngineCreateChatPlanRequest.html +5 -0
  286. package/src/api/orval/_docs-html/interfaces/EngineCreateEmailProfileRequest.html +16 -0
  287. package/src/api/orval/_docs-html/interfaces/EngineCreateListCommunicationRequest.html +5 -0
  288. package/src/api/orval/_docs-html/interfaces/EngineCreateListRequest.html +4 -0
  289. package/src/api/orval/_docs-html/interfaces/EngineCreateMemberBulkItem.html +11 -0
  290. package/src/api/orval/_docs-html/interfaces/EngineCreateMemberBulkRequest.html +4 -0
  291. package/src/api/orval/_docs-html/interfaces/EngineCreateMemberRequest.html +13 -0
  292. package/src/api/orval/_docs-html/interfaces/EngineCreateOutboundResourceDisplayBulkRequest.html +3 -0
  293. package/src/api/orval/_docs-html/interfaces/EngineCreateOutboundResourceDisplayRequest.html +4 -0
  294. package/src/api/orval/_docs-html/interfaces/EngineCreateOutboundResourceGroupRequest.html +7 -0
  295. package/src/api/orval/_docs-html/interfaces/EngineCreateOutboundResourceInGroupRequest.html +5 -0
  296. package/src/api/orval/_docs-html/interfaces/EngineCreateOutboundResourceRequest.html +15 -0
  297. package/src/api/orval/_docs-html/interfaces/EngineCreatePresetQueryRequest.html +5 -0
  298. package/src/api/orval/_docs-html/interfaces/EngineCreateQueueBucketRequest.html +6 -0
  299. package/src/api/orval/_docs-html/interfaces/EngineCreateQueueHookRequest.html +6 -0
  300. package/src/api/orval/_docs-html/interfaces/EngineCreateQueueRequest.html +27 -0
  301. package/src/api/orval/_docs-html/interfaces/EngineCreateQueueResourceGroupRequest.html +4 -0
  302. package/src/api/orval/_docs-html/interfaces/EngineCreateQueueSkillRequest.html +8 -0
  303. package/src/api/orval/_docs-html/interfaces/EngineCreateQuickReplyRequest.html +6 -0
  304. package/src/api/orval/_docs-html/interfaces/EngineCreateRegionRequest.html +4 -0
  305. package/src/api/orval/_docs-html/interfaces/EngineCreateRoutingOutboundCallRequest.html +7 -0
  306. package/src/api/orval/_docs-html/interfaces/EngineCreateRoutingSchemaRequest.html +9 -0
  307. package/src/api/orval/_docs-html/interfaces/EngineCreateRoutingVariableRequest.html +4 -0
  308. package/src/api/orval/_docs-html/interfaces/EngineCreateSchemaVariableRequest.html +4 -0
  309. package/src/api/orval/_docs-html/interfaces/EngineCreateSkillAgentRequest.html +5 -0
  310. package/src/api/orval/_docs-html/interfaces/EngineCreateSkillAgentResponse.html +2 -0
  311. package/src/api/orval/_docs-html/interfaces/EngineCreateSkillRequest.html +4 -0
  312. package/src/api/orval/_docs-html/interfaces/EngineCreateSystemSettingRequest.html +3 -0
  313. package/src/api/orval/_docs-html/interfaces/EngineCreateTeamHookRequest.html +6 -0
  314. package/src/api/orval/_docs-html/interfaces/EngineCreateTeamTriggerRequest.html +6 -0
  315. package/src/api/orval/_docs-html/interfaces/EngineCreateTriggerJobRequest.html +3 -0
  316. package/src/api/orval/_docs-html/interfaces/EngineCreateTriggerRequest.html +10 -0
  317. package/src/api/orval/_docs-html/interfaces/EngineCreateWebHookRequest.html +7 -0
  318. package/src/api/orval/_docs-html/interfaces/EngineDefaultDeviceConfigResponse.html +3 -0
  319. package/src/api/orval/_docs-html/interfaces/EngineDeleteMembersRequest.html +19 -0
  320. package/src/api/orval/_docs-html/interfaces/EngineDeleteSkillAgentRequest.html +4 -0
  321. package/src/api/orval/_docs-html/interfaces/EngineDeleteSkillAgentResponse.html +2 -0
  322. package/src/api/orval/_docs-html/interfaces/EngineDtmfCallRequest.html +5 -0
  323. package/src/api/orval/_docs-html/interfaces/EngineDtmfCallResponse.html +1 -0
  324. package/src/api/orval/_docs-html/interfaces/EngineEavesdropCallRequest.html +9 -0
  325. package/src/api/orval/_docs-html/interfaces/EngineEavesdropCallRequestEndpointRequest.html +5 -0
  326. package/src/api/orval/_docs-html/interfaces/EngineEmailProfile.html +25 -0
  327. package/src/api/orval/_docs-html/interfaces/EngineEmailProfileParams.html +2 -0
  328. package/src/api/orval/_docs-html/interfaces/EngineEmptyResponse.html +1 -0
  329. package/src/api/orval/_docs-html/interfaces/EngineEndpoint.html +5 -0
  330. package/src/api/orval/_docs-html/interfaces/EngineExceptDate.html +8 -0
  331. package/src/api/orval/_docs-html/interfaces/EngineFilterBetween.html +3 -0
  332. package/src/api/orval/_docs-html/interfaces/EngineForAgentPauseCause.html +5 -0
  333. package/src/api/orval/_docs-html/interfaces/EngineForAgentPauseCauseList.html +2 -0
  334. package/src/api/orval/_docs-html/interfaces/EngineHangupCallRequest.html +5 -0
  335. package/src/api/orval/_docs-html/interfaces/EngineHangupCallResponse.html +1 -0
  336. package/src/api/orval/_docs-html/interfaces/EngineHistoryCall.html +71 -0
  337. package/src/api/orval/_docs-html/interfaces/EngineHistoryFileJob.html +7 -0
  338. package/src/api/orval/_docs-html/interfaces/EngineHoldCallResponse.html +2 -0
  339. package/src/api/orval/_docs-html/interfaces/EngineList.html +10 -0
  340. package/src/api/orval/_docs-html/interfaces/EngineListAgent.html +3 -0
  341. package/src/api/orval/_docs-html/interfaces/EngineListAgentInQueue.html +3 -0
  342. package/src/api/orval/_docs-html/interfaces/EngineListAgentInTeam.html +3 -0
  343. package/src/api/orval/_docs-html/interfaces/EngineListAgentPauseCause.html +3 -0
  344. package/src/api/orval/_docs-html/interfaces/EngineListAgentSkill.html +3 -0
  345. package/src/api/orval/_docs-html/interfaces/EngineListAgentStateHistory.html +3 -0
  346. package/src/api/orval/_docs-html/interfaces/EngineListAgentStatsStatistic.html +3 -0
  347. package/src/api/orval/_docs-html/interfaces/EngineListAgentTeam.html +3 -0
  348. package/src/api/orval/_docs-html/interfaces/EngineListAgentUser.html +3 -0
  349. package/src/api/orval/_docs-html/interfaces/EngineListAggregate.html +2 -0
  350. package/src/api/orval/_docs-html/interfaces/EngineListAttempt.html +3 -0
  351. package/src/api/orval/_docs-html/interfaces/EngineListAuditForm.html +3 -0
  352. package/src/api/orval/_docs-html/interfaces/EngineListAuditRate.html +3 -0
  353. package/src/api/orval/_docs-html/interfaces/EngineListAvailableSystemSetting.html +3 -0
  354. package/src/api/orval/_docs-html/interfaces/EngineListBucket.html +3 -0
  355. package/src/api/orval/_docs-html/interfaces/EngineListCalendar.html +3 -0
  356. package/src/api/orval/_docs-html/interfaces/EngineListCall.html +3 -0
  357. package/src/api/orval/_docs-html/interfaces/EngineListChatPlan.html +3 -0
  358. package/src/api/orval/_docs-html/interfaces/EngineListCommunication.html +6 -0
  359. package/src/api/orval/_docs-html/interfaces/EngineListCommunicationType.html +3 -0
  360. package/src/api/orval/_docs-html/interfaces/EngineListEmailProfile.html +3 -0
  361. package/src/api/orval/_docs-html/interfaces/EngineListHistoryAttempt.html +3 -0
  362. package/src/api/orval/_docs-html/interfaces/EngineListHistoryCall.html +3 -0
  363. package/src/api/orval/_docs-html/interfaces/EngineListMember.html +3 -0
  364. package/src/api/orval/_docs-html/interfaces/EngineListMemberAttempt.html +3 -0
  365. package/src/api/orval/_docs-html/interfaces/EngineListOfList.html +3 -0
  366. package/src/api/orval/_docs-html/interfaces/EngineListOfListCommunication.html +3 -0
  367. package/src/api/orval/_docs-html/interfaces/EngineListOutboundResource.html +3 -0
  368. package/src/api/orval/_docs-html/interfaces/EngineListOutboundResourceDisplay.html +3 -0
  369. package/src/api/orval/_docs-html/interfaces/EngineListOutboundResourceGroup.html +3 -0
  370. package/src/api/orval/_docs-html/interfaces/EngineListOutboundResourceInGroup.html +3 -0
  371. package/src/api/orval/_docs-html/interfaces/EngineListPresetQuery.html +3 -0
  372. package/src/api/orval/_docs-html/interfaces/EngineListQueue.html +3 -0
  373. package/src/api/orval/_docs-html/interfaces/EngineListQueueBucket.html +3 -0
  374. package/src/api/orval/_docs-html/interfaces/EngineListQueueHook.html +3 -0
  375. package/src/api/orval/_docs-html/interfaces/EngineListQueueResourceGroup.html +3 -0
  376. package/src/api/orval/_docs-html/interfaces/EngineListQueueSkill.html +3 -0
  377. package/src/api/orval/_docs-html/interfaces/EngineListQuickReplies.html +3 -0
  378. package/src/api/orval/_docs-html/interfaces/EngineListRegion.html +3 -0
  379. package/src/api/orval/_docs-html/interfaces/EngineListReportGeneral.html +4 -0
  380. package/src/api/orval/_docs-html/interfaces/EngineListResourceDisplay.html +2 -0
  381. package/src/api/orval/_docs-html/interfaces/EngineListRoutingOutboundCall.html +3 -0
  382. package/src/api/orval/_docs-html/interfaces/EngineListRoutingSchema.html +3 -0
  383. package/src/api/orval/_docs-html/interfaces/EngineListRoutingSchemaTags.html +3 -0
  384. package/src/api/orval/_docs-html/interfaces/EngineListRoutingVariable.html +2 -0
  385. package/src/api/orval/_docs-html/interfaces/EngineListSchemaVariable.html +3 -0
  386. package/src/api/orval/_docs-html/interfaces/EngineListSkill.html +3 -0
  387. package/src/api/orval/_docs-html/interfaces/EngineListSkillAgent.html +4 -0
  388. package/src/api/orval/_docs-html/interfaces/EngineListSystemSetting.html +3 -0
  389. package/src/api/orval/_docs-html/interfaces/EngineListTags.html +3 -0
  390. package/src/api/orval/_docs-html/interfaces/EngineListTeamHook.html +3 -0
  391. package/src/api/orval/_docs-html/interfaces/EngineListTeamTrigger.html +3 -0
  392. package/src/api/orval/_docs-html/interfaces/EngineListTimezoneResponse.html +3 -0
  393. package/src/api/orval/_docs-html/interfaces/EngineListTrigger.html +3 -0
  394. package/src/api/orval/_docs-html/interfaces/EngineListTriggerJob.html +3 -0
  395. package/src/api/orval/_docs-html/interfaces/EngineListUserStatus.html +3 -0
  396. package/src/api/orval/_docs-html/interfaces/EngineListWebHook.html +3 -0
  397. package/src/api/orval/_docs-html/interfaces/EngineLoginEmailProfileResponse.html +4 -0
  398. package/src/api/orval/_docs-html/interfaces/EngineLogoutEmailProfileResponse.html +1 -0
  399. package/src/api/orval/_docs-html/interfaces/EngineLookup.html +3 -0
  400. package/src/api/orval/_docs-html/interfaces/EngineMemberAttempt.html +20 -0
  401. package/src/api/orval/_docs-html/interfaces/EngineMemberBulkResponse.html +2 -0
  402. package/src/api/orval/_docs-html/interfaces/EngineMemberCommunication.html +14 -0
  403. package/src/api/orval/_docs-html/interfaces/EngineMemberCommunicationCreateRequest.html +9 -0
  404. package/src/api/orval/_docs-html/interfaces/EngineMemberInQueue.html +18 -0
  405. package/src/api/orval/_docs-html/interfaces/EngineMovePositionRoutingOutboundCallRequest.html +4 -0
  406. package/src/api/orval/_docs-html/interfaces/EngineMovePositionRoutingOutboundCallResponse.html +2 -0
  407. package/src/api/orval/_docs-html/interfaces/EngineOutboundResource.html +24 -0
  408. package/src/api/orval/_docs-html/interfaces/EngineOutboundResourceGroup.html +12 -0
  409. package/src/api/orval/_docs-html/interfaces/EngineOutboundResourceInGroup.html +6 -0
  410. package/src/api/orval/_docs-html/interfaces/EngineOutboundResourceParameters.html +3 -0
  411. package/src/api/orval/_docs-html/interfaces/EngineOutboundResourceTimeRange.html +3 -0
  412. package/src/api/orval/_docs-html/interfaces/EngineOutboundResourceViewGroup.html +6 -0
  413. package/src/api/orval/_docs-html/interfaces/EnginePatchAgentPauseCauseRequest.html +9 -0
  414. package/src/api/orval/_docs-html/interfaces/EnginePatchAgentRequest.html +14 -0
  415. package/src/api/orval/_docs-html/interfaces/EnginePatchAgentSkillRequest.html +8 -0
  416. package/src/api/orval/_docs-html/interfaces/EnginePatchAgentSkillsRequest.html +7 -0
  417. package/src/api/orval/_docs-html/interfaces/EnginePatchAuditFormRequest.html +8 -0
  418. package/src/api/orval/_docs-html/interfaces/EnginePatchChatPlanRequest.html +7 -0
  419. package/src/api/orval/_docs-html/interfaces/EnginePatchCommunicationTypeRequest.html +8 -0
  420. package/src/api/orval/_docs-html/interfaces/EnginePatchEmailProfileRequest.html +16 -0
  421. package/src/api/orval/_docs-html/interfaces/EnginePatchHistoryCallRequest.html +4 -0
  422. package/src/api/orval/_docs-html/interfaces/EnginePatchMemberOneRequest.html +16 -0
  423. package/src/api/orval/_docs-html/interfaces/EnginePatchMemberRequest.html +17 -0
  424. package/src/api/orval/_docs-html/interfaces/EnginePatchOutboundResourceRequest.html +17 -0
  425. package/src/api/orval/_docs-html/interfaces/EnginePatchPresetQueryRequest.html +7 -0
  426. package/src/api/orval/_docs-html/interfaces/EnginePatchQueueBucketRequest.html +8 -0
  427. package/src/api/orval/_docs-html/interfaces/EnginePatchQueueHookRequest.html +8 -0
  428. package/src/api/orval/_docs-html/interfaces/EnginePatchQueueRequest.html +29 -0
  429. package/src/api/orval/_docs-html/interfaces/EnginePatchQueueSkillRequest.html +10 -0
  430. package/src/api/orval/_docs-html/interfaces/EnginePatchQuickReplyRequest.html +8 -0
  431. package/src/api/orval/_docs-html/interfaces/EnginePatchRegionRequest.html +6 -0
  432. package/src/api/orval/_docs-html/interfaces/EnginePatchRoutingOutboundCallRequest.html +9 -0
  433. package/src/api/orval/_docs-html/interfaces/EnginePatchRoutingSchemaRequest.html +12 -0
  434. package/src/api/orval/_docs-html/interfaces/EnginePatchSchemaVariableRequest.html +6 -0
  435. package/src/api/orval/_docs-html/interfaces/EnginePatchSkillAgentRequest.html +8 -0
  436. package/src/api/orval/_docs-html/interfaces/EnginePatchSkillAgentResponse.html +2 -0
  437. package/src/api/orval/_docs-html/interfaces/EnginePatchSystemSettingRequest.html +4 -0
  438. package/src/api/orval/_docs-html/interfaces/EnginePatchTeamHookRequest.html +8 -0
  439. package/src/api/orval/_docs-html/interfaces/EnginePatchTeamTriggerRequest.html +8 -0
  440. package/src/api/orval/_docs-html/interfaces/EnginePatchTriggerRequest.html +12 -0
  441. package/src/api/orval/_docs-html/interfaces/EnginePatchWebHookRequest.html +9 -0
  442. package/src/api/orval/_docs-html/interfaces/EnginePresetQuery.html +8 -0
  443. package/src/api/orval/_docs-html/interfaces/EngineQuestion.html +7 -0
  444. package/src/api/orval/_docs-html/interfaces/EngineQuestionAnswer.html +2 -0
  445. package/src/api/orval/_docs-html/interfaces/EngineQueue.html +35 -0
  446. package/src/api/orval/_docs-html/interfaces/EngineQueueBucket.html +6 -0
  447. package/src/api/orval/_docs-html/interfaces/EngineQueueHook.html +6 -0
  448. package/src/api/orval/_docs-html/interfaces/EngineQueueReportGeneral.html +19 -0
  449. package/src/api/orval/_docs-html/interfaces/EngineQueueReportGeneralAgentStatus.html +6 -0
  450. package/src/api/orval/_docs-html/interfaces/EngineQueueResourceGroup.html +4 -0
  451. package/src/api/orval/_docs-html/interfaces/EngineQueueSkill.html +8 -0
  452. package/src/api/orval/_docs-html/interfaces/EngineQuickReply.html +11 -0
  453. package/src/api/orval/_docs-html/interfaces/EngineRedialCallRequest.html +2 -0
  454. package/src/api/orval/_docs-html/interfaces/EngineRegion.html +5 -0
  455. package/src/api/orval/_docs-html/interfaces/EngineResetMembersRequest.html +9 -0
  456. package/src/api/orval/_docs-html/interfaces/EngineResetMembersResponse.html +2 -0
  457. package/src/api/orval/_docs-html/interfaces/EngineResourceDisplay.html +3 -0
  458. package/src/api/orval/_docs-html/interfaces/EngineResponse.html +2 -0
  459. package/src/api/orval/_docs-html/interfaces/EngineRoutingOutboundCall.html +12 -0
  460. package/src/api/orval/_docs-html/interfaces/EngineRoutingOutboundCallCompact.html +9 -0
  461. package/src/api/orval/_docs-html/interfaces/EngineRoutingSchema.html +14 -0
  462. package/src/api/orval/_docs-html/interfaces/EngineRoutingSchemaTag.html +3 -0
  463. package/src/api/orval/_docs-html/interfaces/EngineRoutingVariable.html +5 -0
  464. package/src/api/orval/_docs-html/interfaces/EngineRunTeamTriggerRequest.html +3 -0
  465. package/src/api/orval/_docs-html/interfaces/EngineRunTeamTriggerResponse.html +2 -0
  466. package/src/api/orval/_docs-html/interfaces/EngineSchemaTag.html +2 -0
  467. package/src/api/orval/_docs-html/interfaces/EngineSchemaVariable.html +5 -0
  468. package/src/api/orval/_docs-html/interfaces/EngineSchemaVersion.html +9 -0
  469. package/src/api/orval/_docs-html/interfaces/EngineSearchHistoryCallRequest.html +48 -0
  470. package/src/api/orval/_docs-html/interfaces/EngineSearchSchemaVersionResponse.html +3 -0
  471. package/src/api/orval/_docs-html/interfaces/EngineSendPushResponse.html +2 -0
  472. package/src/api/orval/_docs-html/interfaces/EngineSetVariablesCallRequest.html +3 -0
  473. package/src/api/orval/_docs-html/interfaces/EngineSetVariablesCallResponse.html +1 -0
  474. package/src/api/orval/_docs-html/interfaces/EngineSkill.html +11 -0
  475. package/src/api/orval/_docs-html/interfaces/EngineSkillAgentItem.html +7 -0
  476. package/src/api/orval/_docs-html/interfaces/EngineSystemSetting.html +4 -0
  477. package/src/api/orval/_docs-html/interfaces/EngineTag.html +2 -0
  478. package/src/api/orval/_docs-html/interfaces/EngineTaskProcessing.html +5 -0
  479. package/src/api/orval/_docs-html/interfaces/EngineTeamHook.html +6 -0
  480. package/src/api/orval/_docs-html/interfaces/EngineTeamTrigger.html +6 -0
  481. package/src/api/orval/_docs-html/interfaces/EngineTestEmailProfileResponse.html +2 -0
  482. package/src/api/orval/_docs-html/interfaces/EngineTimezone.html +4 -0
  483. package/src/api/orval/_docs-html/interfaces/EngineTranscriptLookup.html +5 -0
  484. package/src/api/orval/_docs-html/interfaces/EngineTrigger.html +11 -0
  485. package/src/api/orval/_docs-html/interfaces/EngineTriggerJob.html +10 -0
  486. package/src/api/orval/_docs-html/interfaces/EngineUpdateAgentPauseCauseRequest.html +8 -0
  487. package/src/api/orval/_docs-html/interfaces/EngineUpdateAgentRequest.html +15 -0
  488. package/src/api/orval/_docs-html/interfaces/EngineUpdateAgentSkillRequest.html +7 -0
  489. package/src/api/orval/_docs-html/interfaces/EngineUpdateAgentTeamRequest.html +14 -0
  490. package/src/api/orval/_docs-html/interfaces/EngineUpdateAuditFormRequest.html +7 -0
  491. package/src/api/orval/_docs-html/interfaces/EngineUpdateBucketRequest.html +5 -0
  492. package/src/api/orval/_docs-html/interfaces/EngineUpdateCalendarRequest.html +11 -0
  493. package/src/api/orval/_docs-html/interfaces/EngineUpdateCallAnnotationRequest.html +6 -0
  494. package/src/api/orval/_docs-html/interfaces/EngineUpdateChatPlanRequest.html +6 -0
  495. package/src/api/orval/_docs-html/interfaces/EngineUpdateCommunicationTypeRequest.html +7 -0
  496. package/src/api/orval/_docs-html/interfaces/EngineUpdateEmailProfileRequest.html +17 -0
  497. package/src/api/orval/_docs-html/interfaces/EngineUpdateListCommunicationRequest.html +6 -0
  498. package/src/api/orval/_docs-html/interfaces/EngineUpdateListRequest.html +5 -0
  499. package/src/api/orval/_docs-html/interfaces/EngineUpdateMemberRequest.html +15 -0
  500. package/src/api/orval/_docs-html/interfaces/EngineUpdateOutboundResourceDisplayRequest.html +5 -0
  501. package/src/api/orval/_docs-html/interfaces/EngineUpdateOutboundResourceGroupRequest.html +8 -0
  502. package/src/api/orval/_docs-html/interfaces/EngineUpdateOutboundResourceInGroupRequest.html +6 -0
  503. package/src/api/orval/_docs-html/interfaces/EngineUpdateOutboundResourceRequest.html +16 -0
  504. package/src/api/orval/_docs-html/interfaces/EngineUpdatePresetQueryRequest.html +6 -0
  505. package/src/api/orval/_docs-html/interfaces/EngineUpdateQueueBucketRequest.html +7 -0
  506. package/src/api/orval/_docs-html/interfaces/EngineUpdateQueueHookRequest.html +7 -0
  507. package/src/api/orval/_docs-html/interfaces/EngineUpdateQueueRequest.html +28 -0
  508. package/src/api/orval/_docs-html/interfaces/EngineUpdateQueueResourceGroupRequest.html +5 -0
  509. package/src/api/orval/_docs-html/interfaces/EngineUpdateQueueSkillRequest.html +9 -0
  510. package/src/api/orval/_docs-html/interfaces/EngineUpdateQuickReplyRequest.html +7 -0
  511. package/src/api/orval/_docs-html/interfaces/EngineUpdateRegionRequest.html +5 -0
  512. package/src/api/orval/_docs-html/interfaces/EngineUpdateRoutingOutboundCallRequest.html +8 -0
  513. package/src/api/orval/_docs-html/interfaces/EngineUpdateRoutingSchemaRequest.html +11 -0
  514. package/src/api/orval/_docs-html/interfaces/EngineUpdateRoutingVariableRequest.html +5 -0
  515. package/src/api/orval/_docs-html/interfaces/EngineUpdateSchemaVariableRequest.html +5 -0
  516. package/src/api/orval/_docs-html/interfaces/EngineUpdateSkillRequest.html +5 -0
  517. package/src/api/orval/_docs-html/interfaces/EngineUpdateSystemSettingRequest.html +3 -0
  518. package/src/api/orval/_docs-html/interfaces/EngineUpdateTeamHookRequest.html +7 -0
  519. package/src/api/orval/_docs-html/interfaces/EngineUpdateTeamTriggerRequest.html +7 -0
  520. package/src/api/orval/_docs-html/interfaces/EngineUpdateTriggerRequest.html +11 -0
  521. package/src/api/orval/_docs-html/interfaces/EngineUpdateWebHookRequest.html +8 -0
  522. package/src/api/orval/_docs-html/interfaces/EngineUserCallRequest.html +4 -0
  523. package/src/api/orval/_docs-html/interfaces/EngineUserStatus.html +6 -0
  524. package/src/api/orval/_docs-html/interfaces/EngineWebHook.html +13 -0
  525. package/src/api/orval/_docs-html/interfaces/FtsSearchData.html +4 -0
  526. package/src/api/orval/_docs-html/interfaces/FtsSearchResponse.html +3 -0
  527. package/src/api/orval/_docs-html/interfaces/GeneralExtendedLookup.html +4 -0
  528. package/src/api/orval/_docs-html/interfaces/GeneralLookup.html +3 -0
  529. package/src/api/orval/_docs-html/interfaces/GoogleProtobufAny.html +97 -0
  530. package/src/api/orval/_docs-html/interfaces/GoogleRpcStatus-1.html +18 -0
  531. package/src/api/orval/_docs-html/interfaces/GooglerpcStatus.html +4 -0
  532. package/src/api/orval/_docs-html/interfaces/HistoryCallBlindTransfer.html +4 -0
  533. package/src/api/orval/_docs-html/interfaces/ListSkillAgentListSkillAgg.html +2 -0
  534. package/src/api/orval/_docs-html/interfaces/LoggerConfig.html +10 -0
  535. package/src/api/orval/_docs-html/interfaces/LoggerConfigStatus.html +2 -0
  536. package/src/api/orval/_docs-html/interfaces/LoggerConfigs.html +4 -0
  537. package/src/api/orval/_docs-html/interfaces/LoggerCreateConfigRequest.html +7 -0
  538. package/src/api/orval/_docs-html/interfaces/LoggerDeleteConfigBulkRequest.html +2 -0
  539. package/src/api/orval/_docs-html/interfaces/LoggerDeleteConfigLogsRequest.html +3 -0
  540. package/src/api/orval/_docs-html/interfaces/LoggerDeleteConfigLogsResponse.html +2 -0
  541. package/src/api/orval/_docs-html/interfaces/LoggerEmpty.html +1 -0
  542. package/src/api/orval/_docs-html/interfaces/LoggerLog.html +10 -0
  543. package/src/api/orval/_docs-html/interfaces/LoggerLogs.html +4 -0
  544. package/src/api/orval/_docs-html/interfaces/LoggerLookup.html +3 -0
  545. package/src/api/orval/_docs-html/interfaces/LoggerPatchConfigRequest.html +8 -0
  546. package/src/api/orval/_docs-html/interfaces/LoggerSystemObjects.html +2 -0
  547. package/src/api/orval/_docs-html/interfaces/LoggerUpdateConfigRequest.html +7 -0
  548. package/src/api/orval/_docs-html/interfaces/ProtobufAny.html +3 -0
  549. package/src/api/orval/_docs-html/interfaces/QuestionOption.html +3 -0
  550. package/src/api/orval/_docs-html/interfaces/RpcStatus.html +4 -0
  551. package/src/api/orval/_docs-html/interfaces/RuntimeError.html +5 -0
  552. package/src/api/orval/_docs-html/interfaces/RuntimeStreamError.html +6 -0
  553. package/src/api/orval/_docs-html/interfaces/SLAConditionsCreateSLAConditionBody.html +5 -0
  554. package/src/api/orval/_docs-html/interfaces/SafeUploadFileResponsePart.html +3 -0
  555. package/src/api/orval/_docs-html/interfaces/SafeUploadFileResponseProgress.html +2 -0
  556. package/src/api/orval/_docs-html/interfaces/StartFileTranscriptResponseTranscriptJob.html +6 -0
  557. package/src/api/orval/_docs-html/interfaces/StatusConditionsCreateStatusConditionBody.html +3 -0
  558. package/src/api/orval/_docs-html/interfaces/StorageBackendProfile.html +16 -0
  559. package/src/api/orval/_docs-html/interfaces/StorageBulkGenerateFileLinkResponse.html +2 -0
  560. package/src/api/orval/_docs-html/interfaces/StorageCognitiveProfile.html +13 -0
  561. package/src/api/orval/_docs-html/interfaces/StorageCognitiveProfileVoice.html +3 -0
  562. package/src/api/orval/_docs-html/interfaces/StorageCreateBackendProfileRequest.html +10 -0
  563. package/src/api/orval/_docs-html/interfaces/StorageCreateCognitiveProfileRequest.html +9 -0
  564. package/src/api/orval/_docs-html/interfaces/StorageCreateFilePolicyRequest.html +10 -0
  565. package/src/api/orval/_docs-html/interfaces/StorageCreateImportTemplateRequest.html +8 -0
  566. package/src/api/orval/_docs-html/interfaces/StorageDeleteFileTranscriptRequest.html +3 -0
  567. package/src/api/orval/_docs-html/interfaces/StorageDeleteFileTranscriptResponse.html +2 -0
  568. package/src/api/orval/_docs-html/interfaces/StorageDeleteFilesRequest.html +2 -0
  569. package/src/api/orval/_docs-html/interfaces/StorageDeleteFilesResponse.html +1 -0
  570. package/src/api/orval/_docs-html/interfaces/StorageFile.html +14 -0
  571. package/src/api/orval/_docs-html/interfaces/StorageFilePolicy.html +16 -0
  572. package/src/api/orval/_docs-html/interfaces/StorageFilePolicyApplyRequest.html +2 -0
  573. package/src/api/orval/_docs-html/interfaces/StorageFilePolicyApplyResponse.html +2 -0
  574. package/src/api/orval/_docs-html/interfaces/StorageFileTranscriptSafeResponse.html +7 -0
  575. package/src/api/orval/_docs-html/interfaces/StorageGenerateFileLinkRequest.html +6 -0
  576. package/src/api/orval/_docs-html/interfaces/StorageGenerateFileLinkResponse.html +3 -0
  577. package/src/api/orval/_docs-html/interfaces/StorageImportTemplate.html +8 -0
  578. package/src/api/orval/_docs-html/interfaces/StorageListBackendProfile.html +3 -0
  579. package/src/api/orval/_docs-html/interfaces/StorageListCognitiveProfile.html +3 -0
  580. package/src/api/orval/_docs-html/interfaces/StorageListCognitiveProfileVoices.html +2 -0
  581. package/src/api/orval/_docs-html/interfaces/StorageListFile.html +3 -0
  582. package/src/api/orval/_docs-html/interfaces/StorageListFilePolicies.html +3 -0
  583. package/src/api/orval/_docs-html/interfaces/StorageListImportTemplate.html +3 -0
  584. package/src/api/orval/_docs-html/interfaces/StorageListMedia.html +3 -0
  585. package/src/api/orval/_docs-html/interfaces/StorageListPhrases.html +3 -0
  586. package/src/api/orval/_docs-html/interfaces/StorageMediaFile.html +9 -0
  587. package/src/api/orval/_docs-html/interfaces/StorageMovePositionFilePolicyRequest.html +3 -0
  588. package/src/api/orval/_docs-html/interfaces/StorageMovePositionFilePolicyResponse.html +2 -0
  589. package/src/api/orval/_docs-html/interfaces/StoragePatchBackendProfileRequest.html +11 -0
  590. package/src/api/orval/_docs-html/interfaces/StoragePatchCognitiveProfileRequest.html +10 -0
  591. package/src/api/orval/_docs-html/interfaces/StoragePatchFilePolicyRequest.html +12 -0
  592. package/src/api/orval/_docs-html/interfaces/StoragePatchImportTemplateRequest.html +7 -0
  593. package/src/api/orval/_docs-html/interfaces/StoragePutFileTranscriptRequest.html +6 -0
  594. package/src/api/orval/_docs-html/interfaces/StoragePutFileTranscriptResponse.html +2 -0
  595. package/src/api/orval/_docs-html/interfaces/StorageSafeUploadFileRequestMetadata.html +10 -0
  596. package/src/api/orval/_docs-html/interfaces/StorageSafeUploadFileResponse.html +4 -0
  597. package/src/api/orval/_docs-html/interfaces/StorageSafeUploadFileResponseMetadata.html +11 -0
  598. package/src/api/orval/_docs-html/interfaces/StorageStartFileTranscriptRequest.html +5 -0
  599. package/src/api/orval/_docs-html/interfaces/StorageStartFileTranscriptResponse.html +2 -0
  600. package/src/api/orval/_docs-html/interfaces/StorageStreamFile.html +3 -0
  601. package/src/api/orval/_docs-html/interfaces/StorageStreamFileMetadata.html +8 -0
  602. package/src/api/orval/_docs-html/interfaces/StorageThumbnail.html +4 -0
  603. package/src/api/orval/_docs-html/interfaces/StorageTranscriptPhrase.html +5 -0
  604. package/src/api/orval/_docs-html/interfaces/StorageUpdateBackendProfileRequest.html +10 -0
  605. package/src/api/orval/_docs-html/interfaces/StorageUpdateCognitiveProfileRequest.html +9 -0
  606. package/src/api/orval/_docs-html/interfaces/StorageUpdateFilePolicyRequest.html +11 -0
  607. package/src/api/orval/_docs-html/interfaces/StorageUpdateImportTemplateRequest.html +7 -0
  608. package/src/api/orval/_docs-html/interfaces/StorageUploadFileRequestMetadata.html +9 -0
  609. package/src/api/orval/_docs-html/interfaces/StorageUploadFileResponse.html +8 -0
  610. package/src/api/orval/_docs-html/interfaces/StorageUploadFileUrlResponse.html +8 -0
  611. package/src/api/orval/_docs-html/interfaces/UserStatusUserPresence.html +2 -0
  612. package/src/api/orval/_docs-html/interfaces/WebitelChatAgentChat.html +11 -0
  613. package/src/api/orval/_docs-html/interfaces/WebitelChatBroadcastError.html +3 -0
  614. package/src/api/orval/_docs-html/interfaces/WebitelChatBroadcastMessageRequest.html +5 -0
  615. package/src/api/orval/_docs-html/interfaces/WebitelChatBroadcastMessageResponse.html +3 -0
  616. package/src/api/orval/_docs-html/interfaces/WebitelChatButton.html +8 -0
  617. package/src/api/orval/_docs-html/interfaces/WebitelChatButtonRow.html +2 -0
  618. package/src/api/orval/_docs-html/interfaces/WebitelChatChat.html +22 -0
  619. package/src/api/orval/_docs-html/interfaces/WebitelChatChatCustomers.html +7 -0
  620. package/src/api/orval/_docs-html/interfaces/WebitelChatChatDialogs.html +6 -0
  621. package/src/api/orval/_docs-html/interfaces/WebitelChatChatInvite.html +3 -0
  622. package/src/api/orval/_docs-html/interfaces/WebitelChatChatMembers.html +6 -0
  623. package/src/api/orval/_docs-html/interfaces/WebitelChatChatMessage.html +18 -0
  624. package/src/api/orval/_docs-html/interfaces/WebitelChatChatMessages.html +8 -0
  625. package/src/api/orval/_docs-html/interfaces/WebitelChatChatMessagesRequestOffset.html +4 -0
  626. package/src/api/orval/_docs-html/interfaces/WebitelChatChatPeer.html +9 -0
  627. package/src/api/orval/_docs-html/interfaces/WebitelChatContactChat.html +21 -0
  628. package/src/api/orval/_docs-html/interfaces/WebitelChatContactChatInvite.html +3 -0
  629. package/src/api/orval/_docs-html/interfaces/WebitelChatCustomer.html +11 -0
  630. package/src/api/orval/_docs-html/interfaces/WebitelChatDialog.html +22 -0
  631. package/src/api/orval/_docs-html/interfaces/WebitelChatEmptyResponse.html +1 -0
  632. package/src/api/orval/_docs-html/interfaces/WebitelChatFile.html +7 -0
  633. package/src/api/orval/_docs-html/interfaces/WebitelChatGetAgentChatsResponse.html +4 -0
  634. package/src/api/orval/_docs-html/interfaces/WebitelChatGetCaseChatHistoryRequestOffset.html +4 -0
  635. package/src/api/orval/_docs-html/interfaces/WebitelChatGetContactChatHistoryRequestOffset.html +4 -0
  636. package/src/api/orval/_docs-html/interfaces/WebitelChatGetContactChatHistoryResponse.html +8 -0
  637. package/src/api/orval/_docs-html/interfaces/WebitelChatInputButton.html +6 -0
  638. package/src/api/orval/_docs-html/interfaces/WebitelChatInputButtonRow.html +2 -0
  639. package/src/api/orval/_docs-html/interfaces/WebitelChatInputFile.html +3 -0
  640. package/src/api/orval/_docs-html/interfaces/WebitelChatInputKeyboard.html +2 -0
  641. package/src/api/orval/_docs-html/interfaces/WebitelChatInputMessage.html +4 -0
  642. package/src/api/orval/_docs-html/interfaces/WebitelChatInputPeer.html +5 -0
  643. package/src/api/orval/_docs-html/interfaces/WebitelChatLinkContactToClientNAResponse.html +1 -0
  644. package/src/api/orval/_docs-html/interfaces/WebitelChatLookup.html +3 -0
  645. package/src/api/orval/_docs-html/interfaces/WebitelChatMarkChatProcessedResponse.html +1 -0
  646. package/src/api/orval/_docs-html/interfaces/WebitelChatMessage.html +18 -0
  647. package/src/api/orval/_docs-html/interfaces/WebitelChatMessageButton.html +8 -0
  648. package/src/api/orval/_docs-html/interfaces/WebitelChatMessageButtonRow.html +2 -0
  649. package/src/api/orval/_docs-html/interfaces/WebitelChatMessageFile.html +7 -0
  650. package/src/api/orval/_docs-html/interfaces/WebitelChatMessagePostback.html +8 -0
  651. package/src/api/orval/_docs-html/interfaces/WebitelChatMessageReplyMarkup.html +5 -0
  652. package/src/api/orval/_docs-html/interfaces/WebitelChatPeer.html +9 -0
  653. package/src/api/orval/_docs-html/interfaces/WebitelChatPostback.html +8 -0
  654. package/src/api/orval/_docs-html/interfaces/WebitelChatReplyMarkup.html +5 -0
  655. package/src/api/orval/_docs-html/interfaces/WebitelChatTimerange.html +8 -0
  656. package/src/api/orval/_docs-html/interfaces/WebitelContactsAttachment.html +6 -0
  657. package/src/api/orval/_docs-html/interfaces/WebitelContactsCallEvent.html +14 -0
  658. package/src/api/orval/_docs-html/interfaces/WebitelContactsCallFile.html +7 -0
  659. package/src/api/orval/_docs-html/interfaces/WebitelContactsChatEvent.html +11 -0
  660. package/src/api/orval/_docs-html/interfaces/WebitelContactsComment.html +19 -0
  661. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormat.html +12 -0
  662. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatBold.html +1 -0
  663. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatCodeblock.html +2 -0
  664. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatItalic.html +1 -0
  665. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatLink.html +2 -0
  666. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatMonospace.html +1 -0
  667. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatStrikethrough.html +1 -0
  668. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentFormatUnderline.html +1 -0
  669. package/src/api/orval/_docs-html/interfaces/WebitelContactsCommentList.html +7 -0
  670. package/src/api/orval/_docs-html/interfaces/WebitelContactsCondition.html +13 -0
  671. package/src/api/orval/_docs-html/interfaces/WebitelContactsConditionList.html +8 -0
  672. package/src/api/orval/_docs-html/interfaces/WebitelContactsContact.html +34 -0
  673. package/src/api/orval/_docs-html/interfaces/WebitelContactsContactGroup.html +17 -0
  674. package/src/api/orval/_docs-html/interfaces/WebitelContactsContactGroupList.html +9 -0
  675. package/src/api/orval/_docs-html/interfaces/WebitelContactsContactList.html +7 -0
  676. package/src/api/orval/_docs-html/interfaces/WebitelContactsCreateDynamicGroupRequest.html +11 -0
  677. package/src/api/orval/_docs-html/interfaces/WebitelContactsCreateGroupRequest.html +8 -0
  678. package/src/api/orval/_docs-html/interfaces/WebitelContactsDayTimeline.html +6 -0
  679. package/src/api/orval/_docs-html/interfaces/WebitelContactsDynamicCondition.html +7 -0
  680. package/src/api/orval/_docs-html/interfaces/WebitelContactsDynamicConditionsCreateConditionBody.html +6 -0
  681. package/src/api/orval/_docs-html/interfaces/WebitelContactsDynamicGroup.html +18 -0
  682. package/src/api/orval/_docs-html/interfaces/WebitelContactsDynamicGroupInput.html +9 -0
  683. package/src/api/orval/_docs-html/interfaces/WebitelContactsDynamicGroupList.html +8 -0
  684. package/src/api/orval/_docs-html/interfaces/WebitelContactsEmailAddress.html +22 -0
  685. package/src/api/orval/_docs-html/interfaces/WebitelContactsEmailEvent.html +14 -0
  686. package/src/api/orval/_docs-html/interfaces/WebitelContactsEmailList.html +7 -0
  687. package/src/api/orval/_docs-html/interfaces/WebitelContactsEmptyResponse.html +1 -0
  688. package/src/api/orval/_docs-html/interfaces/WebitelContactsEvent.html +6 -0
  689. package/src/api/orval/_docs-html/interfaces/WebitelContactsGetTimelineCounterResponse.html +6 -0
  690. package/src/api/orval/_docs-html/interfaces/WebitelContactsGetTimelineResponse.html +4 -0
  691. package/src/api/orval/_docs-html/interfaces/WebitelContactsGroup.html +18 -0
  692. package/src/api/orval/_docs-html/interfaces/WebitelContactsGroupList.html +8 -0
  693. package/src/api/orval/_docs-html/interfaces/WebitelContactsIMClient.html +22 -0
  694. package/src/api/orval/_docs-html/interfaces/WebitelContactsIMClientList.html +6 -0
  695. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputComment.html +7 -0
  696. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputCondition.html +7 -0
  697. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputContact.html +30 -0
  698. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputContactGroup.html +5 -0
  699. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputDynamicCondition.html +5 -0
  700. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputEmailAddress.html +10 -0
  701. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputGroup.html +7 -0
  702. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputIMClient.html +10 -0
  703. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputLabel.html +10 -0
  704. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputLanguage.html +8 -0
  705. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputManager.html +6 -0
  706. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputName.html +14 -0
  707. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputPhoneNumber.html +10 -0
  708. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputPhoto.html +8 -0
  709. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputTimezone.html +7 -0
  710. package/src/api/orval/_docs-html/interfaces/WebitelContactsInputVariable.html +9 -0
  711. package/src/api/orval/_docs-html/interfaces/WebitelContactsLabel.html +22 -0
  712. package/src/api/orval/_docs-html/interfaces/WebitelContactsLabelInfo.html +7 -0
  713. package/src/api/orval/_docs-html/interfaces/WebitelContactsLabelList.html +9 -0
  714. package/src/api/orval/_docs-html/interfaces/WebitelContactsLabelTags.html +7 -0
  715. package/src/api/orval/_docs-html/interfaces/WebitelContactsLanguage.html +26 -0
  716. package/src/api/orval/_docs-html/interfaces/WebitelContactsLanguageList.html +9 -0
  717. package/src/api/orval/_docs-html/interfaces/WebitelContactsLocateConditionResponse.html +3 -0
  718. package/src/api/orval/_docs-html/interfaces/WebitelContactsLocateDynamicGroupResponse.html +3 -0
  719. package/src/api/orval/_docs-html/interfaces/WebitelContactsLocateGroupResponse.html +3 -0
  720. package/src/api/orval/_docs-html/interfaces/WebitelContactsLookup.html +9 -0
  721. package/src/api/orval/_docs-html/interfaces/WebitelContactsManager.html +20 -0
  722. package/src/api/orval/_docs-html/interfaces/WebitelContactsManagerList.html +7 -0
  723. package/src/api/orval/_docs-html/interfaces/WebitelContactsName.html +19 -0
  724. package/src/api/orval/_docs-html/interfaces/WebitelContactsPhoneList.html +7 -0
  725. package/src/api/orval/_docs-html/interfaces/WebitelContactsPhoneNumber.html +22 -0
  726. package/src/api/orval/_docs-html/interfaces/WebitelContactsPhoto.html +22 -0
  727. package/src/api/orval/_docs-html/interfaces/WebitelContactsPhotoList.html +7 -0
  728. package/src/api/orval/_docs-html/interfaces/WebitelContactsPosition.html +4 -0
  729. package/src/api/orval/_docs-html/interfaces/WebitelContactsTimezone.html +20 -0
  730. package/src/api/orval/_docs-html/interfaces/WebitelContactsTimezoneList.html +9 -0
  731. package/src/api/orval/_docs-html/interfaces/WebitelContactsTranscriptLookup.html +4 -0
  732. package/src/api/orval/_docs-html/interfaces/WebitelContactsVariable.html +22 -0
  733. package/src/api/orval/_docs-html/interfaces/WebitelContactsVariableList.html +7 -0
  734. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseArticle.html +32 -0
  735. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseArticleList.html +9 -0
  736. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseArticleVersion.html +18 -0
  737. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseArticleVersionList.html +5 -0
  738. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseAttachment.html +8 -0
  739. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseAttachmentList.html +6 -0
  740. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseCombined.html +4 -0
  741. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseCombinedList.html +5 -0
  742. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseInputArticle.html +18 -0
  743. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseInputSpace.html +11 -0
  744. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseLookup.html +9 -0
  745. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseSpace.html +26 -0
  746. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseSpaceList.html +6 -0
  747. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseTag.html +3 -0
  748. package/src/api/orval/_docs-html/interfaces/WebitelKnowledgebaseTagsList.html +4 -0
  749. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataDataset.html +7 -0
  750. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataField.html +43 -0
  751. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataIndex.html +8 -0
  752. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataInputDictionary.html +17 -0
  753. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataInputExtension.html +3 -0
  754. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataLookupValue.html +7 -0
  755. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataStruct.html +35 -0
  756. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataStructList.html +7 -0
  757. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeBinary.html +3 -0
  758. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeBool.html +1 -0
  759. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeDatetime.html +25 -0
  760. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeDuration.html +5 -0
  761. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeFloat.html +5 -0
  762. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeInt.html +4 -0
  763. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeLookup.html +16 -0
  764. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeText.html +5 -0
  765. package/src/api/orval/_docs-html/interfaces/WebitelProtoDataTypeUint.html +4 -0
  766. package/src/api/orval/_docs-html/interfaces/WebitelcasesStatus.html +8 -0
  767. package/src/api/orval/_docs-html/interfaces/WfmAbsence.html +9 -0
  768. package/src/api/orval/_docs-html/interfaces/WfmAgentAbsence.html +3 -0
  769. package/src/api/orval/_docs-html/interfaces/WfmAgentAbsences.html +3 -0
  770. package/src/api/orval/_docs-html/interfaces/WfmAgentSchedule.html +5 -0
  771. package/src/api/orval/_docs-html/interfaces/WfmAgentScheduleShift.html +11 -0
  772. package/src/api/orval/_docs-html/interfaces/WfmAgentScheduleShiftPause.html +10 -0
  773. package/src/api/orval/_docs-html/interfaces/WfmAgentScheduleShiftSkill.html +4 -0
  774. package/src/api/orval/_docs-html/interfaces/WfmAgentWorkingConditions.html +3 -0
  775. package/src/api/orval/_docs-html/interfaces/WfmAgentWorkingSchedule.html +3 -0
  776. package/src/api/orval/_docs-html/interfaces/WfmCreateAgentAbsenceResponse.html +2 -0
  777. package/src/api/orval/_docs-html/interfaces/WfmCreateAgentsAbsencesBulkRequest.html +3 -0
  778. package/src/api/orval/_docs-html/interfaces/WfmCreateAgentsAbsencesBulkResponse.html +2 -0
  779. package/src/api/orval/_docs-html/interfaces/WfmCreateAgentsWorkingScheduleShiftsResponse.html +2 -0
  780. package/src/api/orval/_docs-html/interfaces/WfmCreateForecastCalculationRequest.html +2 -0
  781. package/src/api/orval/_docs-html/interfaces/WfmCreateForecastCalculationResponse.html +2 -0
  782. package/src/api/orval/_docs-html/interfaces/WfmCreatePauseTemplateRequest.html +2 -0
  783. package/src/api/orval/_docs-html/interfaces/WfmCreatePauseTemplateResponse.html +2 -0
  784. package/src/api/orval/_docs-html/interfaces/WfmCreateShiftTemplateRequest.html +2 -0
  785. package/src/api/orval/_docs-html/interfaces/WfmCreateShiftTemplateResponse.html +2 -0
  786. package/src/api/orval/_docs-html/interfaces/WfmCreateWorkingConditionRequest.html +2 -0
  787. package/src/api/orval/_docs-html/interfaces/WfmCreateWorkingConditionResponse.html +2 -0
  788. package/src/api/orval/_docs-html/interfaces/WfmCreateWorkingScheduleRequest.html +2 -0
  789. package/src/api/orval/_docs-html/interfaces/WfmCreateWorkingScheduleResponse.html +2 -0
  790. package/src/api/orval/_docs-html/interfaces/WfmDeleteAgentAbsenceResponse.html +2 -0
  791. package/src/api/orval/_docs-html/interfaces/WfmDeleteForecastCalculationResponse.html +2 -0
  792. package/src/api/orval/_docs-html/interfaces/WfmDeletePauseTemplateResponse.html +2 -0
  793. package/src/api/orval/_docs-html/interfaces/WfmDeleteShiftTemplateResponse.html +2 -0
  794. package/src/api/orval/_docs-html/interfaces/WfmDeleteWorkingConditionResponse.html +2 -0
  795. package/src/api/orval/_docs-html/interfaces/WfmDeleteWorkingScheduleResponse.html +2 -0
  796. package/src/api/orval/_docs-html/interfaces/WfmExecuteForecastCalculationResponse.html +2 -0
  797. package/src/api/orval/_docs-html/interfaces/WfmExecuteForecastCalculationResponseForecast.html +3 -0
  798. package/src/api/orval/_docs-html/interfaces/WfmFilterBetween.html +3 -0
  799. package/src/api/orval/_docs-html/interfaces/WfmForecastCalculation.html +11 -0
  800. package/src/api/orval/_docs-html/interfaces/WfmHoliday.html +3 -0
  801. package/src/api/orval/_docs-html/interfaces/WfmLookupEntity.html +3 -0
  802. package/src/api/orval/_docs-html/interfaces/WfmPauseTemplate.html +10 -0
  803. package/src/api/orval/_docs-html/interfaces/WfmPauseTemplateCause.html +3 -0
  804. package/src/api/orval/_docs-html/interfaces/WfmReadAgentAbsencesResponse.html +2 -0
  805. package/src/api/orval/_docs-html/interfaces/WfmReadAgentWorkingConditionsResponse.html +2 -0
  806. package/src/api/orval/_docs-html/interfaces/WfmReadForecastCalculationResponse.html +2 -0
  807. package/src/api/orval/_docs-html/interfaces/WfmReadPauseTemplateResponse.html +2 -0
  808. package/src/api/orval/_docs-html/interfaces/WfmReadShiftTemplateResponse.html +2 -0
  809. package/src/api/orval/_docs-html/interfaces/WfmReadWorkingConditionResponse.html +2 -0
  810. package/src/api/orval/_docs-html/interfaces/WfmReadWorkingScheduleForecastResponse.html +2 -0
  811. package/src/api/orval/_docs-html/interfaces/WfmReadWorkingScheduleResponse.html +2 -0
  812. package/src/api/orval/_docs-html/interfaces/WfmSearchAgentsAbsencesResponse.html +3 -0
  813. package/src/api/orval/_docs-html/interfaces/WfmSearchAgentsWorkingScheduleResponse.html +4 -0
  814. package/src/api/orval/_docs-html/interfaces/WfmSearchForecastCalculationResponse.html +3 -0
  815. package/src/api/orval/_docs-html/interfaces/WfmSearchPauseTemplateResponse.html +3 -0
  816. package/src/api/orval/_docs-html/interfaces/WfmSearchShiftTemplateResponse.html +3 -0
  817. package/src/api/orval/_docs-html/interfaces/WfmSearchWorkingConditionResponse.html +3 -0
  818. package/src/api/orval/_docs-html/interfaces/WfmSearchWorkingScheduleResponse.html +3 -0
  819. package/src/api/orval/_docs-html/interfaces/WfmShiftTemplate.html +10 -0
  820. package/src/api/orval/_docs-html/interfaces/WfmShiftTemplateTime.html +3 -0
  821. package/src/api/orval/_docs-html/interfaces/WfmUpdateAgentAbsenceResponse.html +2 -0
  822. package/src/api/orval/_docs-html/interfaces/WfmUpdateAgentWorkingConditionsResponse.html +2 -0
  823. package/src/api/orval/_docs-html/interfaces/WfmUpdateForecastCalculationResponse.html +2 -0
  824. package/src/api/orval/_docs-html/interfaces/WfmUpdatePauseTemplateResponse.html +2 -0
  825. package/src/api/orval/_docs-html/interfaces/WfmUpdateShiftTemplateResponse.html +2 -0
  826. package/src/api/orval/_docs-html/interfaces/WfmUpdateWorkingConditionResponse.html +2 -0
  827. package/src/api/orval/_docs-html/interfaces/WfmUpdateWorkingScheduleAddAgentsResponse.html +2 -0
  828. package/src/api/orval/_docs-html/interfaces/WfmUpdateWorkingScheduleRemoveAgentResponse.html +2 -0
  829. package/src/api/orval/_docs-html/interfaces/WfmUpdateWorkingScheduleResponse.html +2 -0
  830. package/src/api/orval/_docs-html/interfaces/WfmWorkingCondition.html +17 -0
  831. package/src/api/orval/_docs-html/interfaces/WfmWorkingSchedule.html +19 -0
  832. package/src/api/orval/_docs-html/interfaces/WfmWorkingScheduleForecast.html +2 -0
  833. package/src/api/orval/_docs-html/interfaces/WfmWorkingScheduleForecastForecast.html +3 -0
  834. package/src/api/orval/_docs-html/modules.html +1 -0
  835. package/src/api/orval/_docs-html/types/AccessStoreListDefaultAccessParams.html +12 -0
  836. package/src/api/orval/_docs-html/types/AccessStoreListObjectAccessParams.html +12 -0
  837. package/src/api/orval/_docs-html/types/ActivityWorkspaceWidgetParams.html +1 -0
  838. package/src/api/orval/_docs-html/types/Add200.html +1 -0
  839. package/src/api/orval/_docs-html/types/AddBody.html +1 -0
  840. package/src/api/orval/_docs-html/types/AddBodyItem.html +1 -0
  841. package/src/api/orval/_docs-html/types/AddBodyItemAgent.html +1 -0
  842. package/src/api/orval/_docs-html/types/AddBodyItems.html +2 -0
  843. package/src/api/orval/_docs-html/types/AddParams.html +2 -0
  844. package/src/api/orval/_docs-html/types/AgentChatServiceGetAgentChatsParams.html +3 -0
  845. package/src/api/orval/_docs-html/types/AgentStateHistoryParams.html +1 -0
  846. package/src/api/orval/_docs-html/types/AgentTodayStatisticsParams.html +1 -0
  847. package/src/api/orval/_docs-html/types/ApiAccessStoreToggleDefaultAccessBodyObject.html +1 -0
  848. package/src/api/orval/_docs-html/types/ApiClassesUpdateClassBodyBody.html +1 -0
  849. package/src/api/orval/_docs-html/types/ApiClassesUpdateClassBodyClass.html +1 -0
  850. package/src/api/orval/_docs-html/types/ApiCustomerLimit.html +2 -0
  851. package/src/api/orval/_docs-html/types/ApiDeviceProvision.html +1 -0
  852. package/src/api/orval/_docs-html/types/ApiDomainsUpdateDomainBodyBody.html +1 -0
  853. package/src/api/orval/_docs-html/types/ApiDomainsUpdateDomainBodyDomain.html +1 -0
  854. package/src/api/orval/_docs-html/types/ApiLDAPCreateLDAPTemplateBodyAgent.html +1 -0
  855. package/src/api/orval/_docs-html/types/ApiLDAPCreateLDAPTemplateBodyCatalog.html +1 -0
  856. package/src/api/orval/_docs-html/types/ApiLDAPCreateLDAPTemplateBodyDevice.html +1 -0
  857. package/src/api/orval/_docs-html/types/ApiLDAPCreateLDAPTemplateBodyRole.html +1 -0
  858. package/src/api/orval/_docs-html/types/ApiLDAPCreateLDAPTemplateBodyUser.html +1 -0
  859. package/src/api/orval/_docs-html/types/ApiLDAPDeleteLDAPTemplateBodyBody.html +1 -0
  860. package/src/api/orval/_docs-html/types/ApiLDAPObjentryEntry.html +2 -0
  861. package/src/api/orval/_docs-html/types/ApiLDAPObjentryObject.html +1 -0
  862. package/src/api/orval/_docs-html/types/ApiLDAPSearchResponseEntriesItem.html +1 -0
  863. package/src/api/orval/_docs-html/types/ApiLDAPTemplateAgent.html +1 -0
  864. package/src/api/orval/_docs-html/types/ApiLDAPTemplateDevice.html +1 -0
  865. package/src/api/orval/_docs-html/types/ApiLDAPTemplateRole.html +1 -0
  866. package/src/api/orval/_docs-html/types/ApiLDAPTemplateUser.html +1 -0
  867. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPCatalogBodyBody.html +1 -0
  868. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPCatalogBodyCatalog.html +7 -0
  869. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyBody.html +1 -0
  870. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplate.html +3 -0
  871. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplateAgent.html +1 -0
  872. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplateCatalog.html +1 -0
  873. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplateDevice.html +1 -0
  874. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplateRole.html +1 -0
  875. package/src/api/orval/_docs-html/types/ApiLDAPUpdateLDAPTemplateBodyTemplateUser.html +1 -0
  876. package/src/api/orval/_docs-html/types/ApiOAuth2FederationUpdateOAuthServiceBodyBody.html +1 -0
  877. package/src/api/orval/_docs-html/types/ApiOAuth2FederationUpdateOAuthServiceBodyChanges.html +3 -0
  878. package/src/api/orval/_docs-html/types/ApiOAuth2FederationUpdateOAuthServiceBodyChangesMetadata.html +1 -0
  879. package/src/api/orval/_docs-html/types/ApiOAuthServiceMetadata.html +1 -0
  880. package/src/api/orval/_docs-html/types/ApiPresenceSetStatusBodyPublish.html +2 -0
  881. package/src/api/orval/_docs-html/types/ApiRoleMetadata.html +1 -0
  882. package/src/api/orval/_docs-html/types/ApiRolesUpdateRoleBodyBody.html +1 -0
  883. package/src/api/orval/_docs-html/types/ApiRolesUpdateRoleBodyRole.html +2 -0
  884. package/src/api/orval/_docs-html/types/ApiRolesUpdateRoleBodyRoleMetadata.html +1 -0
  885. package/src/api/orval/_docs-html/types/ApiSystemObjects.html +1 -0
  886. package/src/api/orval/_docs-html/types/ApiUserProfile.html +1 -0
  887. package/src/api/orval/_docs-html/types/ApiUsersUpdateUserBodyUser.html +2 -0
  888. package/src/api/orval/_docs-html/types/ApiUsersUpdateUserBodyUserProfile.html +1 -0
  889. package/src/api/orval/_docs-html/types/ArticlesArticleVersionsListParams.html +4 -0
  890. package/src/api/orval/_docs-html/types/ArticlesArticlesAttachmentListParams.html +4 -0
  891. package/src/api/orval/_docs-html/types/ArticlesListArticles2Params.html +10 -0
  892. package/src/api/orval/_docs-html/types/ArticlesListArticlesParams.html +11 -0
  893. package/src/api/orval/_docs-html/types/ArticlesLocateArticleParams.html +2 -0
  894. package/src/api/orval/_docs-html/types/AuthSignupParams.html +7 -0
  895. package/src/api/orval/_docs-html/types/AuthUserInfo2Params.html +2 -0
  896. package/src/api/orval/_docs-html/types/AuthUserInfoParams.html +2 -0
  897. package/src/api/orval/_docs-html/types/CasesCaseCommunicationsTypes.html +8 -0
  898. package/src/api/orval/_docs-html/types/CasesCaseTimelineEventType.html +1 -0
  899. package/src/api/orval/_docs-html/types/CasesChatCatalogGetCaseChatHistoryParams.html +7 -0
  900. package/src/api/orval/_docs-html/types/CasesInputCatalogBody.html +2 -0
  901. package/src/api/orval/_docs-html/types/CasesInputCloseReasonBody.html +1 -0
  902. package/src/api/orval/_docs-html/types/CasesInputCloseReasonGroupBody.html +1 -0
  903. package/src/api/orval/_docs-html/types/CasesInputPriorityBody.html +1 -0
  904. package/src/api/orval/_docs-html/types/CasesInputSLABody.html +1 -0
  905. package/src/api/orval/_docs-html/types/CasesInputSLAConditionBody.html +1 -0
  906. package/src/api/orval/_docs-html/types/CasesInputServiceBody.html +2 -0
  907. package/src/api/orval/_docs-html/types/CasesInputSourceBody.html +1 -0
  908. package/src/api/orval/_docs-html/types/CasesInputStatusBody.html +1 -0
  909. package/src/api/orval/_docs-html/types/CasesInputStatusConditionBody.html +1 -0
  910. package/src/api/orval/_docs-html/types/CasesRelationType.html +2 -0
  911. package/src/api/orval/_docs-html/types/CasesSourceType.html +11 -0
  912. package/src/api/orval/_docs-html/types/CatalogGetCustomersParams.html +12 -0
  913. package/src/api/orval/_docs-html/types/CatalogGetDialogsParams.html +22 -0
  914. package/src/api/orval/_docs-html/types/CatalogGetHistory2Params.html +9 -0
  915. package/src/api/orval/_docs-html/types/CatalogGetHistoryParams.html +11 -0
  916. package/src/api/orval/_docs-html/types/CatalogGetMembersParams.html +23 -0
  917. package/src/api/orval/_docs-html/types/ContactGroupsListContactGroupsParams.html +9 -0
  918. package/src/api/orval/_docs-html/types/ContactGroupsLocateContactGroupParams.html +2 -0
  919. package/src/api/orval/_docs-html/types/ContactGroupsMergeContactGroupsParams.html +2 -0
  920. package/src/api/orval/_docs-html/types/ContactGroupsResetContactGroupsParams.html +2 -0
  921. package/src/api/orval/_docs-html/types/ContactGroupsUpdateContactGroupInputBody.html +1 -0
  922. package/src/api/orval/_docs-html/types/ContactLinkingServiceLinkContactToClientParams.html +1 -0
  923. package/src/api/orval/_docs-html/types/ContactsChatCatalogGetContactChatHistory2Params.html +8 -0
  924. package/src/api/orval/_docs-html/types/ContactsChatCatalogGetContactChatHistoryParams.html +7 -0
  925. package/src/api/orval/_docs-html/types/ContactsLocateContactMode.html +1 -0
  926. package/src/api/orval/_docs-html/types/ContactsLocateContactParams.html +8 -0
  927. package/src/api/orval/_docs-html/types/CreateCallRequestCallSettingsVariables.html +1 -0
  928. package/src/api/orval/_docs-html/types/CustomersGetCustomer2Params.html +6 -0
  929. package/src/api/orval/_docs-html/types/CustomersGetCustomerParams.html +8 -0
  930. package/src/api/orval/_docs-html/types/CustomersLicenseUsage2Params.html +15 -0
  931. package/src/api/orval/_docs-html/types/CustomersLicenseUsage3Params.html +15 -0
  932. package/src/api/orval/_docs-html/types/CustomersLicenseUsageParams.html +15 -0
  933. package/src/api/orval/_docs-html/types/CustomersLicenseUsersParams.html +7 -0
  934. package/src/api/orval/_docs-html/types/DevicesListRegistrationsParams.html +4 -0
  935. package/src/api/orval/_docs-html/types/DevicesUpdateDeviceDeviceBody.html +5 -0
  936. package/src/api/orval/_docs-html/types/DevicesUpdateDeviceDeviceBodyProvision.html +1 -0
  937. package/src/api/orval/_docs-html/types/DictionariesImportCSVBody.html +1 -0
  938. package/src/api/orval/_docs-html/types/DictionariesImportCSVBodyFields.html +1 -0
  939. package/src/api/orval/_docs-html/types/DictionariesLocateData200.html +1 -0
  940. package/src/api/orval/_docs-html/types/DictionariesLocateDataParams.html +5 -0
  941. package/src/api/orval/_docs-html/types/DictionariesUpdateData2RecordBody.html +1 -0
  942. package/src/api/orval/_docs-html/types/DynamicConditionsListConditionsParams.html +7 -0
  943. package/src/api/orval/_docs-html/types/DynamicConditionsLocateConditionParams.html +2 -0
  944. package/src/api/orval/_docs-html/types/DynamicGroupsListDynamicGroupsParams.html +10 -0
  945. package/src/api/orval/_docs-html/types/DynamicGroupsLocateDynamicGroupParams.html +1 -0
  946. package/src/api/orval/_docs-html/types/EmailsListEmailsParams.html +14 -0
  947. package/src/api/orval/_docs-html/types/EmailsLocateEmailParams.html +2 -0
  948. package/src/api/orval/_docs-html/types/EmailsMergeEmailsParams.html +2 -0
  949. package/src/api/orval/_docs-html/types/EmailsResetEmailsParams.html +2 -0
  950. package/src/api/orval/_docs-html/types/EmailsUpdateEmailInputBody.html +3 -0
  951. package/src/api/orval/_docs-html/types/EngineActiveCallVariables.html +1 -0
  952. package/src/api/orval/_docs-html/types/EngineAggregateHistoryCallRequestVariables.html +1 -0
  953. package/src/api/orval/_docs-html/types/EngineAggregateResultData.html +1 -0
  954. package/src/api/orval/_docs-html/types/EngineAttemptCallbackRequestVariables.html +1 -0
  955. package/src/api/orval/_docs-html/types/EngineAttemptHistoryVariables.html +1 -0
  956. package/src/api/orval/_docs-html/types/EngineAttemptResultRequestVariables.html +1 -0
  957. package/src/api/orval/_docs-html/types/EngineAttemptVariables.html +1 -0
  958. package/src/api/orval/_docs-html/types/EngineAuditQuestionType.html +1 -0
  959. package/src/api/orval/_docs-html/types/EngineCommunicationChannels.html +1 -0
  960. package/src/api/orval/_docs-html/types/EngineCreateMemberBulkItemVariables.html +1 -0
  961. package/src/api/orval/_docs-html/types/EngineCreateMemberRequestVariables.html +1 -0
  962. package/src/api/orval/_docs-html/types/EngineCreateOutboundResourceRequestVariables.html +1 -0
  963. package/src/api/orval/_docs-html/types/EngineCreatePresetQueryRequestPreset.html +1 -0
  964. package/src/api/orval/_docs-html/types/EngineCreateQueueRequestPayload.html +1 -0
  965. package/src/api/orval/_docs-html/types/EngineCreateQueueRequestVariables.html +1 -0
  966. package/src/api/orval/_docs-html/types/EngineCreateRoutingSchemaRequestPayload.html +1 -0
  967. package/src/api/orval/_docs-html/types/EngineCreateRoutingSchemaRequestSchema.html +1 -0
  968. package/src/api/orval/_docs-html/types/EngineCreateSchemaVariableRequestValue.html +1 -0
  969. package/src/api/orval/_docs-html/types/EngineCreateSystemSettingRequestValue.html +1 -0
  970. package/src/api/orval/_docs-html/types/EngineCreateTriggerJobRequestVariables.html +1 -0
  971. package/src/api/orval/_docs-html/types/EngineCreateTriggerRequestVariables.html +1 -0
  972. package/src/api/orval/_docs-html/types/EngineDeleteMembersRequestVariables.html +1 -0
  973. package/src/api/orval/_docs-html/types/EngineEmailAuthType.html +1 -0
  974. package/src/api/orval/_docs-html/types/EngineHistoryCallFormFields.html +1 -0
  975. package/src/api/orval/_docs-html/types/EngineHistoryCallVariables.html +1 -0
  976. package/src/api/orval/_docs-html/types/EngineLoginEmailProfileResponseCookie.html +1 -0
  977. package/src/api/orval/_docs-html/types/EngineMemberAttemptLogs.html +1 -0
  978. package/src/api/orval/_docs-html/types/EngineMemberInQueueVariables.html +1 -0
  979. package/src/api/orval/_docs-html/types/EngineOutboundResourceVariables.html +1 -0
  980. package/src/api/orval/_docs-html/types/EnginePatchHistoryCallRequestVariables.html +1 -0
  981. package/src/api/orval/_docs-html/types/EnginePatchMemberOneRequestVariables.html +1 -0
  982. package/src/api/orval/_docs-html/types/EnginePatchMemberRequestVariables.html +1 -0
  983. package/src/api/orval/_docs-html/types/EnginePatchOutboundResourceRequestVariables.html +1 -0
  984. package/src/api/orval/_docs-html/types/EnginePatchPresetQueryRequestPreset.html +1 -0
  985. package/src/api/orval/_docs-html/types/EnginePatchQueueRequestPayload.html +1 -0
  986. package/src/api/orval/_docs-html/types/EnginePatchQueueRequestVariables.html +1 -0
  987. package/src/api/orval/_docs-html/types/EnginePatchRoutingSchemaRequestPayload.html +1 -0
  988. package/src/api/orval/_docs-html/types/EnginePatchRoutingSchemaRequestSchema.html +1 -0
  989. package/src/api/orval/_docs-html/types/EnginePatchSchemaVariableRequestValue.html +1 -0
  990. package/src/api/orval/_docs-html/types/EnginePatchSystemSettingRequestValue.html +1 -0
  991. package/src/api/orval/_docs-html/types/EnginePatchTriggerRequestVariables.html +1 -0
  992. package/src/api/orval/_docs-html/types/EnginePresetQueryPreset.html +1 -0
  993. package/src/api/orval/_docs-html/types/EnginePresetQuerySection.html +1 -0
  994. package/src/api/orval/_docs-html/types/EngineQueuePayload.html +1 -0
  995. package/src/api/orval/_docs-html/types/EngineQueueVariables.html +1 -0
  996. package/src/api/orval/_docs-html/types/EngineResetMembersRequestVariables.html +1 -0
  997. package/src/api/orval/_docs-html/types/EngineRoutingSchemaPayload.html +1 -0
  998. package/src/api/orval/_docs-html/types/EngineRoutingSchemaSchema.html +1 -0
  999. package/src/api/orval/_docs-html/types/EngineRoutingSchemaType.html +1 -0
  1000. package/src/api/orval/_docs-html/types/EngineRunTeamTriggerRequestVariables.html +1 -0
  1001. package/src/api/orval/_docs-html/types/EngineSchemaVariableValue.html +1 -0
  1002. package/src/api/orval/_docs-html/types/EngineSchemaVersionPayload.html +1 -0
  1003. package/src/api/orval/_docs-html/types/EngineSchemaVersionSchema.html +1 -0
  1004. package/src/api/orval/_docs-html/types/EngineSearchHistoryCallRequestVariables.html +1 -0
  1005. package/src/api/orval/_docs-html/types/EngineSetVariablesCallRequestVariables.html +1 -0
  1006. package/src/api/orval/_docs-html/types/EngineSystemSettingName.html +1 -0
  1007. package/src/api/orval/_docs-html/types/EngineSystemSettingValue.html +1 -0
  1008. package/src/api/orval/_docs-html/types/EngineTeamHookEvent.html +1 -0
  1009. package/src/api/orval/_docs-html/types/EngineTriggerJobParameters.html +1 -0
  1010. package/src/api/orval/_docs-html/types/EngineTriggerJobResult.html +1 -0
  1011. package/src/api/orval/_docs-html/types/EngineTriggerJobState.html +1 -0
  1012. package/src/api/orval/_docs-html/types/EngineTriggerType.html +1 -0
  1013. package/src/api/orval/_docs-html/types/EngineTriggerVariables.html +1 -0
  1014. package/src/api/orval/_docs-html/types/EngineUpdateMemberRequestVariables.html +1 -0
  1015. package/src/api/orval/_docs-html/types/EngineUpdateOutboundResourceRequestVariables.html +1 -0
  1016. package/src/api/orval/_docs-html/types/EngineUpdatePresetQueryRequestPreset.html +1 -0
  1017. package/src/api/orval/_docs-html/types/EngineUpdateQueueRequestPayload.html +1 -0
  1018. package/src/api/orval/_docs-html/types/EngineUpdateQueueRequestVariables.html +1 -0
  1019. package/src/api/orval/_docs-html/types/EngineUpdateRoutingSchemaRequestPayload.html +1 -0
  1020. package/src/api/orval/_docs-html/types/EngineUpdateRoutingSchemaRequestSchema.html +1 -0
  1021. package/src/api/orval/_docs-html/types/EngineUpdateSchemaVariableRequestValue.html +1 -0
  1022. package/src/api/orval/_docs-html/types/EngineUpdateSystemSettingRequestValue.html +1 -0
  1023. package/src/api/orval/_docs-html/types/EngineUpdateTriggerRequestVariables.html +1 -0
  1024. package/src/api/orval/_docs-html/types/EngineUserCallRequestBody.html +1 -0
  1025. package/src/api/orval/_docs-html/types/ForecastCalculationServiceExecuteForecastCalculationParams.html +1 -0
  1026. package/src/api/orval/_docs-html/types/GetFileTranscriptPhrasesParams.html +1 -0
  1027. package/src/api/orval/_docs-html/types/GetListActionItem.html +1 -0
  1028. package/src/api/orval/_docs-html/types/GetListChannelItem.html +1 -0
  1029. package/src/api/orval/_docs-html/types/GetListEventItem.html +1 -0
  1030. package/src/api/orval/_docs-html/types/GetListMode.html +1 -0
  1031. package/src/api/orval/_docs-html/types/GetListNameItem.html +1 -0
  1032. package/src/api/orval/_docs-html/types/GetListObjectItem.html +1 -0
  1033. package/src/api/orval/_docs-html/types/GetListParams.html +1 -0
  1034. package/src/api/orval/_docs-html/types/GetListSectionItem.html +1 -0
  1035. package/src/api/orval/_docs-html/types/GetListServiceItem.html +1 -0
  1036. package/src/api/orval/_docs-html/types/GetListStateItem.html +1 -0
  1037. package/src/api/orval/_docs-html/types/GetListTypeItem.html +1 -0
  1038. package/src/api/orval/_docs-html/types/GetParams.html +1 -0
  1039. package/src/api/orval/_docs-html/types/GetTimelineParams.html +1 -0
  1040. package/src/api/orval/_docs-html/types/GetTimelineTypeItem.html +1 -0
  1041. package/src/api/orval/_docs-html/types/GoogleProtobufNullValue.html +7 -0
  1042. package/src/api/orval/_docs-html/types/GroupsAddContactsToGroupParams.html +2 -0
  1043. package/src/api/orval/_docs-html/types/GroupsListGroupsParams.html +17 -0
  1044. package/src/api/orval/_docs-html/types/GroupsListGroupsType.html +1 -0
  1045. package/src/api/orval/_docs-html/types/GroupsLocateGroupParams.html +2 -0
  1046. package/src/api/orval/_docs-html/types/GroupsRemoveContactsFromGroupParams.html +2 -0
  1047. package/src/api/orval/_docs-html/types/HistoryFileJobHistoryFileJobAction.html +1 -0
  1048. package/src/api/orval/_docs-html/types/HistoryFileJobHistoryFileJobState.html +1 -0
  1049. package/src/api/orval/_docs-html/types/IMClientsListIMClientsParams.html +10 -0
  1050. package/src/api/orval/_docs-html/types/LDAPLocateLDAPCatalogParams.html +9 -0
  1051. package/src/api/orval/_docs-html/types/LDAPLocateLDAPTemplateParams.html +7 -0
  1052. package/src/api/orval/_docs-html/types/LDAPLocateLDAProcessParams.html +10 -0
  1053. package/src/api/orval/_docs-html/types/LabelsGetLabelsParams.html +6 -0
  1054. package/src/api/orval/_docs-html/types/LabelsListLabelsParams.html +9 -0
  1055. package/src/api/orval/_docs-html/types/LabelsMergeLabelsParams.html +2 -0
  1056. package/src/api/orval/_docs-html/types/LabelsResetLabelsParams.html +2 -0
  1057. package/src/api/orval/_docs-html/types/LinkCommunicationParams.html +2 -0
  1058. package/src/api/orval/_docs-html/types/ListCatalogsParams.html +28 -0
  1059. package/src/api/orval/_docs-html/types/ListCloseReasonGroupsParams.html +1 -0
  1060. package/src/api/orval/_docs-html/types/ListCloseReasonsParams.html +11 -0
  1061. package/src/api/orval/_docs-html/types/ListCommentsParams.html +7 -0
  1062. package/src/api/orval/_docs-html/types/ListCommunicationsParams.html +6 -0
  1063. package/src/api/orval/_docs-html/types/ListFilesParams.html +7 -0
  1064. package/src/api/orval/_docs-html/types/ListLinksParams.html +1 -0
  1065. package/src/api/orval/_docs-html/types/ListPrioritiesParams.html +14 -0
  1066. package/src/api/orval/_docs-html/types/ListRelatedCasesParams.html +7 -0
  1067. package/src/api/orval/_docs-html/types/ListSLAConditionsParams.html +14 -0
  1068. package/src/api/orval/_docs-html/types/ListSLAsParams.html +12 -0
  1069. package/src/api/orval/_docs-html/types/ListServicesParams.html +14 -0
  1070. package/src/api/orval/_docs-html/types/ListSourcesParams.html +22 -0
  1071. package/src/api/orval/_docs-html/types/ListSourcesTypeItem.html +1 -0
  1072. package/src/api/orval/_docs-html/types/ListStatusConditionsParams.html +12 -0
  1073. package/src/api/orval/_docs-html/types/ListStatusesParams.html +12 -0
  1074. package/src/api/orval/_docs-html/types/LocateCaseParams.html +2 -0
  1075. package/src/api/orval/_docs-html/types/LocateCatalogParams.html +7 -0
  1076. package/src/api/orval/_docs-html/types/LocateCloseReasonGroupParams.html +1 -0
  1077. package/src/api/orval/_docs-html/types/LocateCloseReasonParams.html +1 -0
  1078. package/src/api/orval/_docs-html/types/LocateCommentParams.html +2 -0
  1079. package/src/api/orval/_docs-html/types/LocateLinkParams.html +1 -0
  1080. package/src/api/orval/_docs-html/types/LocatePriorityParams.html +2 -0
  1081. package/src/api/orval/_docs-html/types/LocateRelatedCaseParams.html +2 -0
  1082. package/src/api/orval/_docs-html/types/LocateSLAConditionParams.html +2 -0
  1083. package/src/api/orval/_docs-html/types/LocateSLAParams.html +1 -0
  1084. package/src/api/orval/_docs-html/types/LocateServiceParams.html +2 -0
  1085. package/src/api/orval/_docs-html/types/LocateSourceParams.html +2 -0
  1086. package/src/api/orval/_docs-html/types/LocateStatusConditionParams.html +2 -0
  1087. package/src/api/orval/_docs-html/types/LocateStatusParams.html +1 -0
  1088. package/src/api/orval/_docs-html/types/LoggerAction.html +1 -0
  1089. package/src/api/orval/_docs-html/types/LoggerAvailableSystemObjects.html +1 -0
  1090. package/src/api/orval/_docs-html/types/ManagersListManagersParams.html +9 -0
  1091. package/src/api/orval/_docs-html/types/ManagersLocateManagerParams.html +2 -0
  1092. package/src/api/orval/_docs-html/types/ManagersMergeManagersParams.html +2 -0
  1093. package/src/api/orval/_docs-html/types/ManagersResetManagersParams.html +2 -0
  1094. package/src/api/orval/_docs-html/types/ManagersUpdateManagerInputBody.html +2 -0
  1095. package/src/api/orval/_docs-html/types/OAuth2FederationLocateOAuthServiceParams.html +10 -0
  1096. package/src/api/orval/_docs-html/types/PermissionsGetPermissionsParams.html +9 -0
  1097. package/src/api/orval/_docs-html/types/PhonesListPhonesParams.html +14 -0
  1098. package/src/api/orval/_docs-html/types/PhonesLocatePhoneParams.html +2 -0
  1099. package/src/api/orval/_docs-html/types/PhonesMergePhonesParams.html +2 -0
  1100. package/src/api/orval/_docs-html/types/PhonesResetPhonesParams.html +2 -0
  1101. package/src/api/orval/_docs-html/types/PhonesUpdatePhoneInputBody.html +3 -0
  1102. package/src/api/orval/_docs-html/types/ProtobufNullValue.html +7 -0
  1103. package/src/api/orval/_docs-html/types/PublishCommentParams.html +2 -0
  1104. package/src/api/orval/_docs-html/types/RolesRoleMetadataMergeNullValue.html +1 -0
  1105. package/src/api/orval/_docs-html/types/RolesRoleMetadataParams.html +11 -0
  1106. package/src/api/orval/_docs-html/types/SpacesListSpacesParams.html +21 -0
  1107. package/src/api/orval/_docs-html/types/SpacesLocateSpaceParams.html +2 -0
  1108. package/src/api/orval/_docs-html/types/StorageBackendProfileProperties.html +1 -0
  1109. package/src/api/orval/_docs-html/types/StorageCognitiveProfileProperties.html +1 -0
  1110. package/src/api/orval/_docs-html/types/StorageCreateBackendProfileRequestProperties.html +1 -0
  1111. package/src/api/orval/_docs-html/types/StorageCreateCognitiveProfileRequestProperties.html +1 -0
  1112. package/src/api/orval/_docs-html/types/StorageCreateImportTemplateRequestParameters.html +1 -0
  1113. package/src/api/orval/_docs-html/types/StorageGenerateFileLinkRequestQuery.html +1 -0
  1114. package/src/api/orval/_docs-html/types/StorageImportSourceType.html +1 -0
  1115. package/src/api/orval/_docs-html/types/StorageImportTemplateParameters.html +1 -0
  1116. package/src/api/orval/_docs-html/types/StoragePatchBackendProfileRequestProperties.html +1 -0
  1117. package/src/api/orval/_docs-html/types/StoragePatchCognitiveProfileRequestProperties.html +1 -0
  1118. package/src/api/orval/_docs-html/types/StoragePatchImportTemplateRequestParameters.html +1 -0
  1119. package/src/api/orval/_docs-html/types/StorageProviderType.html +1 -0
  1120. package/src/api/orval/_docs-html/types/StorageServiceType.html +1 -0
  1121. package/src/api/orval/_docs-html/types/StorageUpdateBackendProfileRequestProperties.html +1 -0
  1122. package/src/api/orval/_docs-html/types/StorageUpdateCognitiveProfileRequestProperties.html +1 -0
  1123. package/src/api/orval/_docs-html/types/StorageUpdateImportTemplateRequestParameters.html +1 -0
  1124. package/src/api/orval/_docs-html/types/StorageUploadFileChannel.html +1 -0
  1125. package/src/api/orval/_docs-html/types/StorageUploadStatusCode.html +1 -0
  1126. package/src/api/orval/_docs-html/types/TagsListTagsParams.html +1 -0
  1127. package/src/api/orval/_docs-html/types/TimelineGetTimelineParams.html +1 -0
  1128. package/src/api/orval/_docs-html/types/TimelineGetTimelineTypeItem.html +1 -0
  1129. package/src/api/orval/_docs-html/types/TimezonesListTimezonesParams.html +10 -0
  1130. package/src/api/orval/_docs-html/types/TimezonesLocateTimezoneParams.html +2 -0
  1131. package/src/api/orval/_docs-html/types/TimezonesMergeTimezonesParams.html +2 -0
  1132. package/src/api/orval/_docs-html/types/TimezonesResetTimezonesParams.html +2 -0
  1133. package/src/api/orval/_docs-html/types/TimezonesUpdateTimezoneInputBody.html +2 -0
  1134. package/src/api/orval/_docs-html/types/UnlinkCommunicationParams.html +2 -0
  1135. package/src/api/orval/_docs-html/types/Update200.html +1 -0
  1136. package/src/api/orval/_docs-html/types/UpdateBody.html +14 -0
  1137. package/src/api/orval/_docs-html/types/UpdateBodyItem.html +1 -0
  1138. package/src/api/orval/_docs-html/types/UpdateBodyItemAbsence.html +1 -0
  1139. package/src/api/orval/_docs-html/types/UpdateBodyItemAgent.html +1 -0
  1140. package/src/api/orval/_docs-html/types/UpdateCaseInputBody.html +1 -0
  1141. package/src/api/orval/_docs-html/types/UpdateCommentInputBody.html +2 -0
  1142. package/src/api/orval/_docs-html/types/UpdateLinkInputBody.html +1 -0
  1143. package/src/api/orval/_docs-html/types/UpdateParams.html +2 -0
  1144. package/src/api/orval/_docs-html/types/UpdateRelatedCaseInputBody.html +2 -0
  1145. package/src/api/orval/_docs-html/types/UpdateRelatedCaseInputBodyPrimaryCase.html +2 -0
  1146. package/src/api/orval/_docs-html/types/UserAccessTokensAddUserAccessTokenBody.html +1 -0
  1147. package/src/api/orval/_docs-html/types/UserAccessTokensAddUserAccessTokenBodyUser.html +1 -0
  1148. package/src/api/orval/_docs-html/types/UserAccessTokensAddUserAccessTokenParams.html +4 -0
  1149. package/src/api/orval/_docs-html/types/UserAccessTokensGetUserAccessTokenParams.html +2 -0
  1150. package/src/api/orval/_docs-html/types/UserAccessTokensListUserAccessTokenParams.html +10 -0
  1151. package/src/api/orval/_docs-html/types/UserAccessTokensUpdateUserAccessTokenUpdateBody.html +1 -0
  1152. package/src/api/orval/_docs-html/types/UserAccessTokensUpdateUserAccessTokenUpdateBodyUser.html +1 -0
  1153. package/src/api/orval/_docs-html/types/UsersUpdateUserUserBody.html +4 -0
  1154. package/src/api/orval/_docs-html/types/UsersUpdateUserUserBodyProfile.html +1 -0
  1155. package/src/api/orval/_docs-html/types/VariablesListVariablesParams.html +9 -0
  1156. package/src/api/orval/_docs-html/types/VariablesMergeVariablesParams.html +2 -0
  1157. package/src/api/orval/_docs-html/types/VariablesResetVariablesParams.html +2 -0
  1158. package/src/api/orval/_docs-html/types/VariablesUpdateVariableInputBody.html +4 -0
  1159. package/src/api/orval/_docs-html/types/WebitelChatBroadcastMessageRequestVariables.html +1 -0
  1160. package/src/api/orval/_docs-html/types/WebitelChatBroadcastMessageResponseVariables.html +1 -0
  1161. package/src/api/orval/_docs-html/types/WebitelChatButtonRequest.html +7 -0
  1162. package/src/api/orval/_docs-html/types/WebitelChatChatContext.html +2 -0
  1163. package/src/api/orval/_docs-html/types/WebitelChatChatMessageContext.html +2 -0
  1164. package/src/api/orval/_docs-html/types/WebitelChatContactChatContext.html +2 -0
  1165. package/src/api/orval/_docs-html/types/WebitelChatDialogContext.html +2 -0
  1166. package/src/api/orval/_docs-html/types/WebitelChatMessageButtonRequest.html +7 -0
  1167. package/src/api/orval/_docs-html/types/WebitelChatMessageContext.html +2 -0
  1168. package/src/api/orval/_docs-html/types/WebitelContactsAccessMode.html +1 -0
  1169. package/src/api/orval/_docs-html/types/WebitelContactsDynamicGroupInputBody.html +2 -0
  1170. package/src/api/orval/_docs-html/types/WebitelContactsGroupType.html +6 -0
  1171. package/src/api/orval/_docs-html/types/WebitelContactsInputConditionBody.html +2 -0
  1172. package/src/api/orval/_docs-html/types/WebitelContactsInputGroupBody.html +1 -0
  1173. package/src/api/orval/_docs-html/types/WebitelContactsTimelineEventType.html +1 -0
  1174. package/src/api/orval/_docs-html/types/WebitelProtoDataDatasetDataItem.html +1 -0
  1175. package/src/api/orval/_docs-html/types/WebitelProtoDataImportCSVRequestAction.html +1 -0
  1176. package/src/api/orval/_docs-html/types/WebitelProtoDataInputDictionaryIndexes.html +2 -0
  1177. package/src/api/orval/_docs-html/types/WebitelProtoDataInputExtensionIndices.html +1 -0
  1178. package/src/api/orval/_docs-html/types/WebitelProtoDataStructIndexes.html +3 -0
  1179. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeBinaryViolation.html +1 -0
  1180. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeDurationViolation.html +1 -0
  1181. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeFloatViolation.html +1 -0
  1182. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeIntViolation.html +1 -0
  1183. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeKind.html +10 -0
  1184. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeLookupQuery.html +1 -0
  1185. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeLookupViolation.html +1 -0
  1186. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeTextViolation.html +1 -0
  1187. package/src/api/orval/_docs-html/types/WebitelProtoDataTypeUintViolation.html +1 -0
  1188. package/src/api/orval/_docs-html/types/WfmAgentAbsenceType.html +1 -0
  1189. package/src/api/orval/_docs-html/types/WfmReadWorkingScheduleForecastResponseItems.html +1 -0
  1190. package/src/api/orval/_docs-html/types/WfmWorkingScheduleState.html +1 -0
  1191. package/src/api/orval/_docs-html/types/_DeleteParams.html +1 -0
  1192. package/src/api/orval/_docs-html/variables/ApiSystemObjects-1.html +1 -0
  1193. package/src/api/orval/_docs-html/variables/CasesCaseCommunicationsTypes-1.html +1 -0
  1194. package/src/api/orval/_docs-html/variables/CasesCaseTimelineEventType-1.html +1 -0
  1195. package/src/api/orval/_docs-html/variables/CasesRelationType-1.html +1 -0
  1196. package/src/api/orval/_docs-html/variables/CasesSourceType-1.html +1 -0
  1197. package/src/api/orval/_docs-html/variables/ContactsLocateContactMode-1.html +1 -0
  1198. package/src/api/orval/_docs-html/variables/EngineAuditQuestionType-1.html +1 -0
  1199. package/src/api/orval/_docs-html/variables/EngineCommunicationChannels-1.html +1 -0
  1200. package/src/api/orval/_docs-html/variables/EngineEmailAuthType-1.html +1 -0
  1201. package/src/api/orval/_docs-html/variables/EnginePresetQuerySection-1.html +1 -0
  1202. package/src/api/orval/_docs-html/variables/EngineRoutingSchemaType-1.html +1 -0
  1203. package/src/api/orval/_docs-html/variables/EngineSystemSettingName-1.html +1 -0
  1204. package/src/api/orval/_docs-html/variables/EngineTeamHookEvent-1.html +1 -0
  1205. package/src/api/orval/_docs-html/variables/EngineTriggerJobState-1.html +1 -0
  1206. package/src/api/orval/_docs-html/variables/EngineTriggerType-1.html +1 -0
  1207. package/src/api/orval/_docs-html/variables/GetListActionItem-1.html +1 -0
  1208. package/src/api/orval/_docs-html/variables/GetListChannelItem-1.html +1 -0
  1209. package/src/api/orval/_docs-html/variables/GetListEventItem-1.html +1 -0
  1210. package/src/api/orval/_docs-html/variables/GetListMode-1.html +1 -0
  1211. package/src/api/orval/_docs-html/variables/GetListNameItem-1.html +1 -0
  1212. package/src/api/orval/_docs-html/variables/GetListObjectItem-1.html +1 -0
  1213. package/src/api/orval/_docs-html/variables/GetListSectionItem-1.html +1 -0
  1214. package/src/api/orval/_docs-html/variables/GetListServiceItem-1.html +1 -0
  1215. package/src/api/orval/_docs-html/variables/GetListStateItem-1.html +1 -0
  1216. package/src/api/orval/_docs-html/variables/GetListTypeItem-1.html +1 -0
  1217. package/src/api/orval/_docs-html/variables/GetTimelineTypeItem-1.html +1 -0
  1218. package/src/api/orval/_docs-html/variables/GoogleProtobufNullValue-1.html +1 -0
  1219. package/src/api/orval/_docs-html/variables/GroupsListGroupsType-1.html +1 -0
  1220. package/src/api/orval/_docs-html/variables/HistoryFileJobHistoryFileJobAction-1.html +1 -0
  1221. package/src/api/orval/_docs-html/variables/HistoryFileJobHistoryFileJobState-1.html +1 -0
  1222. package/src/api/orval/_docs-html/variables/ListSourcesTypeItem-1.html +1 -0
  1223. package/src/api/orval/_docs-html/variables/LoggerAction-1.html +1 -0
  1224. package/src/api/orval/_docs-html/variables/LoggerAvailableSystemObjects-1.html +1 -0
  1225. package/src/api/orval/_docs-html/variables/ProtobufNullValue-1.html +1 -0
  1226. package/src/api/orval/_docs-html/variables/RolesRoleMetadataMergeNullValue-1.html +1 -0
  1227. package/src/api/orval/_docs-html/variables/StorageImportSourceType-1.html +1 -0
  1228. package/src/api/orval/_docs-html/variables/StorageProviderType-1.html +1 -0
  1229. package/src/api/orval/_docs-html/variables/StorageServiceType-1.html +1 -0
  1230. package/src/api/orval/_docs-html/variables/StorageUploadFileChannel-1.html +1 -0
  1231. package/src/api/orval/_docs-html/variables/StorageUploadStatusCode-1.html +1 -0
  1232. package/src/api/orval/_docs-html/variables/TimelineGetTimelineTypeItem-1.html +1 -0
  1233. package/src/api/orval/_docs-html/variables/WebitelChatButtonRequest-1.html +1 -0
  1234. package/src/api/orval/_docs-html/variables/WebitelChatMessageButtonRequest-1.html +1 -0
  1235. package/src/api/orval/_docs-html/variables/WebitelContactsAccessMode-1.html +1 -0
  1236. package/src/api/orval/_docs-html/variables/WebitelContactsGroupType-1.html +1 -0
  1237. package/src/api/orval/_docs-html/variables/WebitelContactsTimelineEventType-1.html +1 -0
  1238. package/src/api/orval/_docs-html/variables/WebitelProtoDataImportCSVRequestAction-1.html +1 -0
  1239. package/src/api/orval/_docs-html/variables/WebitelProtoDataTypeKind-1.html +1 -0
  1240. package/src/api/orval/_docs-html/variables/WfmAgentAbsenceType-1.html +1 -0
  1241. package/src/api/orval/_docs-html/variables/WfmWorkingScheduleState-1.html +1 -0
  1242. package/src/api/orval/_zod/access-store/access-store.ts +157 -0
  1243. package/src/api/orval/_zod/agent-absence-service/agent-absence-service.ts +249 -0
  1244. package/src/api/orval/_zod/agent-chat-service/agent-chat-service.ts +148 -0
  1245. package/src/api/orval/_zod/agent-pause-cause-service/agent-pause-cause-service.ts +189 -0
  1246. package/src/api/orval/_zod/agent-service/agent-service.ts +905 -0
  1247. package/src/api/orval/_zod/agent-skill-service/agent-skill-service.ts +351 -0
  1248. package/src/api/orval/_zod/agent-team-service/agent-team-service.ts +218 -0
  1249. package/src/api/orval/_zod/agent-working-conditions-service/agent-working-conditions-service.ts +58 -0
  1250. package/src/api/orval/_zod/agent-working-schedule-service/agent-working-schedule-service.ts +208 -0
  1251. package/src/api/orval/_zod/articles/articles.ts +363 -0
  1252. package/src/api/orval/_zod/audit-form-service/audit-form-service.ts +484 -0
  1253. package/src/api/orval/_zod/auth/auth.ts +129 -0
  1254. package/src/api/orval/_zod/backend-profile-service/backend-profile-service.ts +246 -0
  1255. package/src/api/orval/_zod/bucket-service/bucket-service.ts +101 -0
  1256. package/src/api/orval/_zod/calendar-service/calendar-service.ts +366 -0
  1257. package/src/api/orval/_zod/call-service/call-service.ts +1179 -0
  1258. package/src/api/orval/_zod/case-comments/case-comments.ts +243 -0
  1259. package/src/api/orval/_zod/case-communications/case-communications.ts +87 -0
  1260. package/src/api/orval/_zod/case-files/case-files.ts +73 -0
  1261. package/src/api/orval/_zod/case-links/case-links.ts +216 -0
  1262. package/src/api/orval/_zod/case-timeline/case-timeline.ts +149 -0
  1263. package/src/api/orval/_zod/cases/cases.ts +1662 -0
  1264. package/src/api/orval/_zod/cases-chat-catalog/cases-chat-catalog.ts +154 -0
  1265. package/src/api/orval/_zod/catalog/catalog.ts +569 -0
  1266. package/src/api/orval/_zod/catalogs/catalogs.ts +601 -0
  1267. package/src/api/orval/_zod/classes/classes.ts +102 -0
  1268. package/src/api/orval/_zod/close-reason-groups/close-reason-groups.ts +175 -0
  1269. package/src/api/orval/_zod/close-reasons/close-reasons.ts +193 -0
  1270. package/src/api/orval/_zod/cognitive-profile-service/cognitive-profile-service.ts +258 -0
  1271. package/src/api/orval/_zod/communication-type-service/communication-type-service.ts +169 -0
  1272. package/src/api/orval/_zod/config-service/config-service.ts +193 -0
  1273. package/src/api/orval/_zod/contact-groups/contact-groups.ts +353 -0
  1274. package/src/api/orval/_zod/contact-linking-service/contact-linking-service.ts +48 -0
  1275. package/src/api/orval/_zod/contacts/contacts.ts +2089 -0
  1276. package/src/api/orval/_zod/contacts-chat-catalog/contacts-chat-catalog.ts +267 -0
  1277. package/src/api/orval/_zod/customers/customers.ts +367 -0
  1278. package/src/api/orval/_zod/devices/devices.ts +507 -0
  1279. package/src/api/orval/_zod/dictionaries/dictionaries.ts +1653 -0
  1280. package/src/api/orval/_zod/domains/domains.ts +225 -0
  1281. package/src/api/orval/_zod/dynamic-conditions/dynamic-conditions.ts +284 -0
  1282. package/src/api/orval/_zod/dynamic-groups/dynamic-groups.ts +339 -0
  1283. package/src/api/orval/_zod/email-profile-service/email-profile-service.ts +428 -0
  1284. package/src/api/orval/_zod/emails/emails.ts +397 -0
  1285. package/src/api/orval/_zod/extensions/extensions.ts +1087 -0
  1286. package/src/api/orval/_zod/file-policies-service/file-policies-service.ts +284 -0
  1287. package/src/api/orval/_zod/file-service/file-service.ts +63 -0
  1288. package/src/api/orval/_zod/file-transcript-service/file-transcript-service.ts +76 -0
  1289. package/src/api/orval/_zod/forecast-calculation-service/forecast-calculation-service.ts +182 -0
  1290. package/src/api/orval/_zod/ftsservice/ftsservice.ts +29 -0
  1291. package/src/api/orval/_zod/groups/groups.ts +1067 -0
  1292. package/src/api/orval/_zod/imclients/imclients.ts +70 -0
  1293. package/src/api/orval/_zod/import-template-service/import-template-service.ts +180 -0
  1294. package/src/api/orval/_zod/knowledgebase-search/knowledgebase-search.ts +30 -0
  1295. package/src/api/orval/_zod/labels/labels.ts +190 -0
  1296. package/src/api/orval/_zod/ldap/ldap.ts +1799 -0
  1297. package/src/api/orval/_zod/list-service/list-service.ts +276 -0
  1298. package/src/api/orval/_zod/logger-service/logger-service.ts +151 -0
  1299. package/src/api/orval/_zod/managers/managers.ts +362 -0
  1300. package/src/api/orval/_zod/media-file-service/media-file-service.ts +99 -0
  1301. package/src/api/orval/_zod/member-service/member-service.ts +1232 -0
  1302. package/src/api/orval/_zod/messages-service/messages-service.ts +56 -0
  1303. package/src/api/orval/_zod/oauth2-federation/oauth2-federation.ts +363 -0
  1304. package/src/api/orval/_zod/outbound-resource-group-service/outbound-resource-group-service.ts +359 -0
  1305. package/src/api/orval/_zod/outbound-resource-service/outbound-resource-service.ts +496 -0
  1306. package/src/api/orval/_zod/pause-template-service/pause-template-service.ts +199 -0
  1307. package/src/api/orval/_zod/permissions/permissions.ts +35 -0
  1308. package/src/api/orval/_zod/phones/phones.ts +394 -0
  1309. package/src/api/orval/_zod/presence/presence.ts +76 -0
  1310. package/src/api/orval/_zod/preset-query-service/preset-query-service.ts +160 -0
  1311. package/src/api/orval/_zod/priorities/priorities.ts +198 -0
  1312. package/src/api/orval/_zod/queue-bucket-service/queue-bucket-service.ts +168 -0
  1313. package/src/api/orval/_zod/queue-hook-service/queue-hook-service.ts +155 -0
  1314. package/src/api/orval/_zod/queue-resources-service/queue-resources-service.ts +148 -0
  1315. package/src/api/orval/_zod/queue-service/queue-service.ts +843 -0
  1316. package/src/api/orval/_zod/queue-skill-service/queue-skill-service.ts +204 -0
  1317. package/src/api/orval/_zod/quick-replies-service/quick-replies-service.ts +261 -0
  1318. package/src/api/orval/_zod/region-service/region-service.ts +144 -0
  1319. package/src/api/orval/_zod/related-cases/related-cases.ts +331 -0
  1320. package/src/api/orval/_zod/roles/roles.ts +452 -0
  1321. package/src/api/orval/_zod/routing-chat-plan-service/routing-chat-plan-service.ts +140 -0
  1322. package/src/api/orval/_zod/routing-outbound-call-service/routing-outbound-call-service.ts +255 -0
  1323. package/src/api/orval/_zod/routing-schema-service/routing-schema-service.ts +331 -0
  1324. package/src/api/orval/_zod/routing-variable-service/routing-variable-service.ts +102 -0
  1325. package/src/api/orval/_zod/schema-variables-service/schema-variables-service.ts +119 -0
  1326. package/src/api/orval/_zod/schema-version-service/schema-version-service.ts +44 -0
  1327. package/src/api/orval/_zod/services/services.ts +346 -0
  1328. package/src/api/orval/_zod/shift-template-service/shift-template-service.ts +181 -0
  1329. package/src/api/orval/_zod/skill-service/skill-service.ts +309 -0
  1330. package/src/api/orval/_zod/slaconditions/slaconditions.ts +242 -0
  1331. package/src/api/orval/_zod/slas/slas.ts +247 -0
  1332. package/src/api/orval/_zod/sources/sources.ts +203 -0
  1333. package/src/api/orval/_zod/spaces/spaces.ts +241 -0
  1334. package/src/api/orval/_zod/status-conditions/status-conditions.ts +209 -0
  1335. package/src/api/orval/_zod/statuses/statuses.ts +175 -0
  1336. package/src/api/orval/_zod/system-setting-service/system-setting-service.ts +138 -0
  1337. package/src/api/orval/_zod/tags/tags.ts +27 -0
  1338. package/src/api/orval/_zod/team-hook-service/team-hook-service.ts +173 -0
  1339. package/src/api/orval/_zod/team-trigger-service/team-trigger-service.ts +194 -0
  1340. package/src/api/orval/_zod/timeline/timeline.ts +159 -0
  1341. package/src/api/orval/_zod/timezones/timezones.ts +366 -0
  1342. package/src/api/orval/_zod/trigger-service/trigger-service.ts +317 -0
  1343. package/src/api/orval/_zod/two-factor-authentication/two-factor-authentication.ts +45 -0
  1344. package/src/api/orval/_zod/types/types.ts +307 -0
  1345. package/src/api/orval/_zod/user-access-tokens/user-access-tokens.ts +295 -0
  1346. package/src/api/orval/_zod/user-helper-service/user-helper-service.ts +63 -0
  1347. package/src/api/orval/_zod/user-settings/user-settings.ts +47 -0
  1348. package/src/api/orval/_zod/users/users.ts +969 -0
  1349. package/src/api/orval/_zod/variables/variables.ts +300 -0
  1350. package/src/api/orval/_zod/web-hook-service/web-hook-service.ts +240 -0
  1351. package/src/api/orval/_zod/working-condition-service/working-condition-service.ts +237 -0
  1352. package/src/api/orval/_zod/working-schedule-service/working-schedule-service.ts +342 -0
  1353. package/src/api/orval/access-store/access-store.msw.ts +84 -0
  1354. package/src/api/orval/access-store/access-store.ts +75 -0
  1355. package/src/api/orval/agent-absence-service/agent-absence-service.msw.ts +120 -0
  1356. package/src/api/orval/agent-absence-service/agent-absence-service.ts +88 -0
  1357. package/src/api/orval/agent-chat-service/agent-chat-service.msw.ts +62 -0
  1358. package/src/api/orval/agent-chat-service/agent-chat-service.ts +41 -0
  1359. package/src/api/orval/agent-pause-cause-service/agent-pause-cause-service.msw.ts +113 -0
  1360. package/src/api/orval/agent-pause-cause-service/agent-pause-cause-service.ts +81 -0
  1361. package/src/api/orval/agent-service/agent-service.msw.ts +336 -0
  1362. package/src/api/orval/agent-service/agent-service.ts +283 -0
  1363. package/src/api/orval/agent-skill-service/agent-skill-service.msw.ts +175 -0
  1364. package/src/api/orval/agent-skill-service/agent-skill-service.ts +159 -0
  1365. package/src/api/orval/agent-team-service/agent-team-service.msw.ts +98 -0
  1366. package/src/api/orval/agent-team-service/agent-team-service.ts +93 -0
  1367. package/src/api/orval/agent-working-conditions-service/agent-working-conditions-service.msw.ts +53 -0
  1368. package/src/api/orval/agent-working-conditions-service/agent-working-conditions-service.ts +41 -0
  1369. package/src/api/orval/agent-working-schedule-service/agent-working-schedule-service.msw.ts +56 -0
  1370. package/src/api/orval/agent-working-schedule-service/agent-working-schedule-service.ts +45 -0
  1371. package/src/api/orval/articles/articles.msw.ts +161 -0
  1372. package/src/api/orval/articles/articles.ts +158 -0
  1373. package/src/api/orval/audit-form-service/audit-form-service.msw.ts +163 -0
  1374. package/src/api/orval/audit-form-service/audit-form-service.ts +112 -0
  1375. package/src/api/orval/auth/auth.msw.ts +68 -0
  1376. package/src/api/orval/auth/auth.ts +64 -0
  1377. package/src/api/orval/backend-profile-service/backend-profile-service.msw.ts +125 -0
  1378. package/src/api/orval/backend-profile-service/backend-profile-service.ts +107 -0
  1379. package/src/api/orval/bucket-service/bucket-service.msw.ts +98 -0
  1380. package/src/api/orval/bucket-service/bucket-service.ts +93 -0
  1381. package/src/api/orval/calendar-service/calendar-service.msw.ts +114 -0
  1382. package/src/api/orval/calendar-service/calendar-service.ts +107 -0
  1383. package/src/api/orval/call-service/call-service.msw.ts +333 -0
  1384. package/src/api/orval/call-service/call-service.ts +246 -0
  1385. package/src/api/orval/case-comments/case-comments.msw.ts +113 -0
  1386. package/src/api/orval/case-comments/case-comments.ts +117 -0
  1387. package/src/api/orval/case-communications/case-communications.msw.ts +72 -0
  1388. package/src/api/orval/case-communications/case-communications.ts +73 -0
  1389. package/src/api/orval/case-files/case-files.msw.ts +53 -0
  1390. package/src/api/orval/case-files/case-files.ts +49 -0
  1391. package/src/api/orval/case-links/case-links.msw.ts +113 -0
  1392. package/src/api/orval/case-links/case-links.ts +99 -0
  1393. package/src/api/orval/case-timeline/case-timeline.msw.ts +56 -0
  1394. package/src/api/orval/case-timeline/case-timeline.ts +42 -0
  1395. package/src/api/orval/cases/cases.msw.ts +117 -0
  1396. package/src/api/orval/cases/cases.ts +115 -0
  1397. package/src/api/orval/cases-chat-catalog/cases-chat-catalog.msw.ts +48 -0
  1398. package/src/api/orval/cases-chat-catalog/cases-chat-catalog.ts +34 -0
  1399. package/src/api/orval/catalog/catalog.msw.ts +131 -0
  1400. package/src/api/orval/catalog/catalog.ts +96 -0
  1401. package/src/api/orval/catalogs/catalogs.msw.ts +114 -0
  1402. package/src/api/orval/catalogs/catalogs.ts +103 -0
  1403. package/src/api/orval/classes/classes.msw.ts +84 -0
  1404. package/src/api/orval/classes/classes.ts +65 -0
  1405. package/src/api/orval/close-reason-groups/close-reason-groups.msw.ts +114 -0
  1406. package/src/api/orval/close-reason-groups/close-reason-groups.ts +103 -0
  1407. package/src/api/orval/close-reasons/close-reasons.msw.ts +114 -0
  1408. package/src/api/orval/close-reasons/close-reasons.ts +109 -0
  1409. package/src/api/orval/cognitive-profile-service/cognitive-profile-service.msw.ts +133 -0
  1410. package/src/api/orval/cognitive-profile-service/cognitive-profile-service.ts +99 -0
  1411. package/src/api/orval/communication-type-service/communication-type-service.msw.ts +116 -0
  1412. package/src/api/orval/communication-type-service/communication-type-service.ts +104 -0
  1413. package/src/api/orval/config-service/config-service.msw.ts +145 -0
  1414. package/src/api/orval/config-service/config-service.ts +104 -0
  1415. package/src/api/orval/contact-groups/contact-groups.msw.ts +143 -0
  1416. package/src/api/orval/contact-groups/contact-groups.ts +154 -0
  1417. package/src/api/orval/contact-linking-service/contact-linking-service.msw.ts +53 -0
  1418. package/src/api/orval/contact-linking-service/contact-linking-service.ts +52 -0
  1419. package/src/api/orval/contacts/contacts.msw.ts +98 -0
  1420. package/src/api/orval/contacts/contacts.ts +154 -0
  1421. package/src/api/orval/contacts-chat-catalog/contacts-chat-catalog.msw.ts +71 -0
  1422. package/src/api/orval/contacts-chat-catalog/contacts-chat-catalog.ts +46 -0
  1423. package/src/api/orval/customers/customers.msw.ts +152 -0
  1424. package/src/api/orval/customers/customers.ts +119 -0
  1425. package/src/api/orval/devices/devices.msw.ts +177 -0
  1426. package/src/api/orval/devices/devices.ts +134 -0
  1427. package/src/api/orval/dictionaries/dictionaries.msw.ts +513 -0
  1428. package/src/api/orval/dictionaries/dictionaries.ts +226 -0
  1429. package/src/api/orval/domains/domains.msw.ts +146 -0
  1430. package/src/api/orval/domains/domains.ts +109 -0
  1431. package/src/api/orval/dynamic-conditions/dynamic-conditions.msw.ts +114 -0
  1432. package/src/api/orval/dynamic-conditions/dynamic-conditions.ts +105 -0
  1433. package/src/api/orval/dynamic-groups/dynamic-groups.msw.ts +114 -0
  1434. package/src/api/orval/dynamic-groups/dynamic-groups.ts +103 -0
  1435. package/src/api/orval/email-profile-service/email-profile-service.msw.ts +166 -0
  1436. package/src/api/orval/email-profile-service/email-profile-service.ts +126 -0
  1437. package/src/api/orval/emails/emails.msw.ts +143 -0
  1438. package/src/api/orval/emails/emails.ts +154 -0
  1439. package/src/api/orval/extensions/extensions.msw.ts +308 -0
  1440. package/src/api/orval/extensions/extensions.ts +108 -0
  1441. package/src/api/orval/file-policies-service/file-policies-service.msw.ts +148 -0
  1442. package/src/api/orval/file-policies-service/file-policies-service.ts +124 -0
  1443. package/src/api/orval/file-service/file-service.msw.ts +56 -0
  1444. package/src/api/orval/file-service/file-service.ts +43 -0
  1445. package/src/api/orval/file-transcript-service/file-transcript-service.msw.ts +85 -0
  1446. package/src/api/orval/file-transcript-service/file-transcript-service.ts +66 -0
  1447. package/src/api/orval/forecast-calculation-service/forecast-calculation-service.msw.ts +117 -0
  1448. package/src/api/orval/forecast-calculation-service/forecast-calculation-service.ts +89 -0
  1449. package/src/api/orval/ftsservice/ftsservice.msw.ts +37 -0
  1450. package/src/api/orval/ftsservice/ftsservice.ts +32 -0
  1451. package/src/api/orval/groups/groups.msw.ts +148 -0
  1452. package/src/api/orval/groups/groups.ts +134 -0
  1453. package/src/api/orval/imclients/imclients.msw.ts +53 -0
  1454. package/src/api/orval/imclients/imclients.ts +46 -0
  1455. package/src/api/orval/import-template-service/import-template-service.msw.ts +116 -0
  1456. package/src/api/orval/import-template-service/import-template-service.ts +81 -0
  1457. package/src/api/orval/knowledgebase-search/knowledgebase-search.msw.ts +37 -0
  1458. package/src/api/orval/knowledgebase-search/knowledgebase-search.ts +32 -0
  1459. package/src/api/orval/labels/labels.msw.ts +98 -0
  1460. package/src/api/orval/labels/labels.ts +101 -0
  1461. package/src/api/orval/ldap/ldap.msw.ts +343 -0
  1462. package/src/api/orval/ldap/ldap.ts +295 -0
  1463. package/src/api/orval/list-service/list-service.msw.ts +175 -0
  1464. package/src/api/orval/list-service/list-service.ts +168 -0
  1465. package/src/api/orval/logger-service/logger-service.msw.ts +83 -0
  1466. package/src/api/orval/logger-service/logger-service.ts +68 -0
  1467. package/src/api/orval/managers/managers.msw.ts +143 -0
  1468. package/src/api/orval/managers/managers.ts +154 -0
  1469. package/src/api/orval/media-file-service/media-file-service.msw.ts +68 -0
  1470. package/src/api/orval/media-file-service/media-file-service.ts +66 -0
  1471. package/src/api/orval/member-service/member-service.msw.ts +323 -0
  1472. package/src/api/orval/member-service/member-service.ts +278 -0
  1473. package/src/api/orval/messages-service/messages-service.msw.ts +39 -0
  1474. package/src/api/orval/messages-service/messages-service.ts +34 -0
  1475. package/src/api/orval/oauth2-federation/oauth2-federation.msw.ts +129 -0
  1476. package/src/api/orval/oauth2-federation/oauth2-federation.ts +95 -0
  1477. package/src/api/orval/outbound-resource-group-service/outbound-resource-group-service.msw.ts +175 -0
  1478. package/src/api/orval/outbound-resource-group-service/outbound-resource-group-service.ts +168 -0
  1479. package/src/api/orval/outbound-resource-service/outbound-resource-service.msw.ts +234 -0
  1480. package/src/api/orval/outbound-resource-service/outbound-resource-service.ts +212 -0
  1481. package/src/api/orval/pause-template-service/pause-template-service.msw.ts +101 -0
  1482. package/src/api/orval/pause-template-service/pause-template-service.ts +80 -0
  1483. package/src/api/orval/permissions/permissions.msw.ts +37 -0
  1484. package/src/api/orval/permissions/permissions.ts +35 -0
  1485. package/src/api/orval/phones/phones.msw.ts +143 -0
  1486. package/src/api/orval/phones/phones.ts +154 -0
  1487. package/src/api/orval/presence/presence.msw.ts +52 -0
  1488. package/src/api/orval/presence/presence.ts +49 -0
  1489. package/src/api/orval/preset-query-service/preset-query-service.msw.ts +116 -0
  1490. package/src/api/orval/preset-query-service/preset-query-service.ts +81 -0
  1491. package/src/api/orval/priorities/priorities.msw.ts +114 -0
  1492. package/src/api/orval/priorities/priorities.ts +113 -0
  1493. package/src/api/orval/queue-bucket-service/queue-bucket-service.msw.ts +113 -0
  1494. package/src/api/orval/queue-bucket-service/queue-bucket-service.ts +102 -0
  1495. package/src/api/orval/queue-hook-service/queue-hook-service.msw.ts +113 -0
  1496. package/src/api/orval/queue-hook-service/queue-hook-service.ts +87 -0
  1497. package/src/api/orval/queue-resources-service/queue-resources-service.msw.ts +98 -0
  1498. package/src/api/orval/queue-resources-service/queue-resources-service.ts +98 -0
  1499. package/src/api/orval/queue-service/queue-service.msw.ts +157 -0
  1500. package/src/api/orval/queue-service/queue-service.ts +132 -0
  1501. package/src/api/orval/queue-skill-service/queue-skill-service.msw.ts +113 -0
  1502. package/src/api/orval/queue-skill-service/queue-skill-service.ts +87 -0
  1503. package/src/api/orval/quick-replies-service/quick-replies-service.msw.ts +113 -0
  1504. package/src/api/orval/quick-replies-service/quick-replies-service.ts +81 -0
  1505. package/src/api/orval/region-service/region-service.msw.ts +342 -0
  1506. package/src/api/orval/region-service/region-service.ts +81 -0
  1507. package/src/api/orval/related-cases/related-cases.msw.ts +116 -0
  1508. package/src/api/orval/related-cases/related-cases.ts +116 -0
  1509. package/src/api/orval/roles/roles.msw.ts +147 -0
  1510. package/src/api/orval/roles/roles.ts +112 -0
  1511. package/src/api/orval/routing-chat-plan-service/routing-chat-plan-service.msw.ts +113 -0
  1512. package/src/api/orval/routing-chat-plan-service/routing-chat-plan-service.ts +81 -0
  1513. package/src/api/orval/routing-outbound-call-service/routing-outbound-call-service.msw.ts +129 -0
  1514. package/src/api/orval/routing-outbound-call-service/routing-outbound-call-service.ts +123 -0
  1515. package/src/api/orval/routing-schema-service/routing-schema-service.msw.ts +132 -0
  1516. package/src/api/orval/routing-schema-service/routing-schema-service.ts +121 -0
  1517. package/src/api/orval/routing-variable-service/routing-variable-service.msw.ts +98 -0
  1518. package/src/api/orval/routing-variable-service/routing-variable-service.ts +93 -0
  1519. package/src/api/orval/schema-variables-service/schema-variables-service.msw.ts +113 -0
  1520. package/src/api/orval/schema-variables-service/schema-variables-service.ts +81 -0
  1521. package/src/api/orval/schema-version-service/schema-version-service.msw.ts +37 -0
  1522. package/src/api/orval/schema-version-service/schema-version-service.ts +33 -0
  1523. package/src/api/orval/services/services.msw.ts +114 -0
  1524. package/src/api/orval/services/services.ts +103 -0
  1525. package/src/api/orval/shift-template-service/shift-template-service.msw.ts +101 -0
  1526. package/src/api/orval/shift-template-service/shift-template-service.ts +80 -0
  1527. package/src/api/orval/skill-service/skill-service.msw.ts +162 -0
  1528. package/src/api/orval/skill-service/skill-service.ts +145 -0
  1529. package/src/api/orval/slaconditions/slaconditions.msw.ts +114 -0
  1530. package/src/api/orval/slaconditions/slaconditions.ts +109 -0
  1531. package/src/api/orval/slas/slas.msw.ts +114 -0
  1532. package/src/api/orval/slas/slas.ts +103 -0
  1533. package/src/api/orval/sources/sources.msw.ts +117 -0
  1534. package/src/api/orval/sources/sources.ts +103 -0
  1535. package/src/api/orval/spaces/spaces.msw.ts +98 -0
  1536. package/src/api/orval/spaces/spaces.ts +117 -0
  1537. package/src/api/orval/status-conditions/status-conditions.msw.ts +114 -0
  1538. package/src/api/orval/status-conditions/status-conditions.ts +109 -0
  1539. package/src/api/orval/statuses/statuses.msw.ts +114 -0
  1540. package/src/api/orval/statuses/statuses.ts +103 -0
  1541. package/src/api/orval/system-setting-service/system-setting-service.msw.ts +132 -0
  1542. package/src/api/orval/system-setting-service/system-setting-service.ts +92 -0
  1543. package/src/api/orval/tags/tags.msw.ts +37 -0
  1544. package/src/api/orval/tags/tags.ts +35 -0
  1545. package/src/api/orval/team-hook-service/team-hook-service.msw.ts +116 -0
  1546. package/src/api/orval/team-hook-service/team-hook-service.ts +87 -0
  1547. package/src/api/orval/team-trigger-service/team-trigger-service.msw.ts +144 -0
  1548. package/src/api/orval/team-trigger-service/team-trigger-service.ts +109 -0
  1549. package/src/api/orval/timeline/timeline.msw.ts +56 -0
  1550. package/src/api/orval/timeline/timeline.ts +42 -0
  1551. package/src/api/orval/timezones/timezones.msw.ts +143 -0
  1552. package/src/api/orval/timezones/timezones.ts +154 -0
  1553. package/src/api/orval/trigger-service/trigger-service.msw.ts +161 -0
  1554. package/src/api/orval/trigger-service/trigger-service.ts +120 -0
  1555. package/src/api/orval/two-factor-authentication/two-factor-authentication.msw.ts +53 -0
  1556. package/src/api/orval/two-factor-authentication/two-factor-authentication.ts +44 -0
  1557. package/src/api/orval/types/types.msw.ts +120 -0
  1558. package/src/api/orval/types/types.ts +47 -0
  1559. package/src/api/orval/user-access-tokens/user-access-tokens.msw.ts +113 -0
  1560. package/src/api/orval/user-access-tokens/user-access-tokens.ts +97 -0
  1561. package/src/api/orval/user-helper-service/user-helper-service.msw.ts +53 -0
  1562. package/src/api/orval/user-helper-service/user-helper-service.ts +41 -0
  1563. package/src/api/orval/user-settings/user-settings.msw.ts +52 -0
  1564. package/src/api/orval/user-settings/user-settings.ts +49 -0
  1565. package/src/api/orval/users/users.msw.ts +195 -0
  1566. package/src/api/orval/users/users.ts +140 -0
  1567. package/src/api/orval/variables/variables.msw.ts +128 -0
  1568. package/src/api/orval/variables/variables.ts +138 -0
  1569. package/src/api/orval/web-hook-service/web-hook-service.msw.ts +113 -0
  1570. package/src/api/orval/web-hook-service/web-hook-service.ts +99 -0
  1571. package/src/api/orval/webitelAPI.schemas.ts +14601 -0
  1572. package/src/api/orval/working-condition-service/working-condition-service.msw.ts +101 -0
  1573. package/src/api/orval/working-condition-service/working-condition-service.ts +76 -0
  1574. package/src/api/orval/working-schedule-service/working-schedule-service.msw.ts +154 -0
  1575. package/src/api/orval/working-schedule-service/working-schedule-service.ts +109 -0
  1576. package/src/api/orval/zod/access-store/access-store.ts +157 -0
  1577. package/src/api/orval/zod/agent-absence-service/agent-absence-service.ts +249 -0
  1578. package/src/api/orval/zod/agent-chat-service/agent-chat-service.ts +148 -0
  1579. package/src/api/orval/zod/agent-pause-cause-service/agent-pause-cause-service.ts +189 -0
  1580. package/src/api/orval/zod/agent-service/agent-service.ts +905 -0
  1581. package/src/api/orval/zod/agent-skill-service/agent-skill-service.ts +351 -0
  1582. package/src/api/orval/zod/agent-team-service/agent-team-service.ts +218 -0
  1583. package/src/api/orval/zod/agent-working-conditions-service/agent-working-conditions-service.ts +58 -0
  1584. package/src/api/orval/zod/agent-working-schedule-service/agent-working-schedule-service.ts +208 -0
  1585. package/src/api/orval/zod/articles/articles.ts +363 -0
  1586. package/src/api/orval/zod/audit-form-service/audit-form-service.ts +484 -0
  1587. package/src/api/orval/zod/auth/auth.ts +129 -0
  1588. package/src/api/orval/zod/backend-profile-service/backend-profile-service.ts +246 -0
  1589. package/src/api/orval/zod/bucket-service/bucket-service.ts +101 -0
  1590. package/src/api/orval/zod/calendar-service/calendar-service.ts +366 -0
  1591. package/src/api/orval/zod/call-service/call-service.ts +1179 -0
  1592. package/src/api/orval/zod/case-comments/case-comments.ts +243 -0
  1593. package/src/api/orval/zod/case-communications/case-communications.ts +87 -0
  1594. package/src/api/orval/zod/case-files/case-files.ts +73 -0
  1595. package/src/api/orval/zod/case-links/case-links.ts +216 -0
  1596. package/src/api/orval/zod/case-timeline/case-timeline.ts +149 -0
  1597. package/src/api/orval/zod/cases/cases.ts +1662 -0
  1598. package/src/api/orval/zod/cases-chat-catalog/cases-chat-catalog.ts +154 -0
  1599. package/src/api/orval/zod/catalog/catalog.ts +569 -0
  1600. package/src/api/orval/zod/catalogs/catalogs.ts +601 -0
  1601. package/src/api/orval/zod/classes/classes.ts +102 -0
  1602. package/src/api/orval/zod/close-reason-groups/close-reason-groups.ts +175 -0
  1603. package/src/api/orval/zod/close-reasons/close-reasons.ts +193 -0
  1604. package/src/api/orval/zod/cognitive-profile-service/cognitive-profile-service.ts +258 -0
  1605. package/src/api/orval/zod/communication-type-service/communication-type-service.ts +169 -0
  1606. package/src/api/orval/zod/config-service/config-service.ts +193 -0
  1607. package/src/api/orval/zod/contact-groups/contact-groups.ts +353 -0
  1608. package/src/api/orval/zod/contact-linking-service/contact-linking-service.ts +48 -0
  1609. package/src/api/orval/zod/contacts/contacts.ts +2089 -0
  1610. package/src/api/orval/zod/contacts-chat-catalog/contacts-chat-catalog.ts +267 -0
  1611. package/src/api/orval/zod/customers/customers.ts +367 -0
  1612. package/src/api/orval/zod/devices/devices.ts +507 -0
  1613. package/src/api/orval/zod/dictionaries/dictionaries.ts +1653 -0
  1614. package/src/api/orval/zod/domains/domains.ts +225 -0
  1615. package/src/api/orval/zod/dynamic-conditions/dynamic-conditions.ts +284 -0
  1616. package/src/api/orval/zod/dynamic-groups/dynamic-groups.ts +339 -0
  1617. package/src/api/orval/zod/email-profile-service/email-profile-service.ts +428 -0
  1618. package/src/api/orval/zod/emails/emails.ts +397 -0
  1619. package/src/api/orval/zod/extensions/extensions.ts +1087 -0
  1620. package/src/api/orval/zod/file-policies-service/file-policies-service.ts +284 -0
  1621. package/src/api/orval/zod/file-service/file-service.ts +63 -0
  1622. package/src/api/orval/zod/file-transcript-service/file-transcript-service.ts +76 -0
  1623. package/src/api/orval/zod/forecast-calculation-service/forecast-calculation-service.ts +182 -0
  1624. package/src/api/orval/zod/ftsservice/ftsservice.ts +29 -0
  1625. package/src/api/orval/zod/groups/groups.ts +1067 -0
  1626. package/src/api/orval/zod/imclients/imclients.ts +70 -0
  1627. package/src/api/orval/zod/import-template-service/import-template-service.ts +180 -0
  1628. package/src/api/orval/zod/knowledgebase-search/knowledgebase-search.ts +30 -0
  1629. package/src/api/orval/zod/labels/labels.ts +190 -0
  1630. package/src/api/orval/zod/ldap/ldap.ts +1799 -0
  1631. package/src/api/orval/zod/list-service/list-service.ts +276 -0
  1632. package/src/api/orval/zod/logger-service/logger-service.ts +151 -0
  1633. package/src/api/orval/zod/managers/managers.ts +362 -0
  1634. package/src/api/orval/zod/media-file-service/media-file-service.ts +99 -0
  1635. package/src/api/orval/zod/member-service/member-service.ts +1232 -0
  1636. package/src/api/orval/zod/messages-service/messages-service.ts +56 -0
  1637. package/src/api/orval/zod/oauth2-federation/oauth2-federation.ts +363 -0
  1638. package/src/api/orval/zod/outbound-resource-group-service/outbound-resource-group-service.ts +359 -0
  1639. package/src/api/orval/zod/outbound-resource-service/outbound-resource-service.ts +496 -0
  1640. package/src/api/orval/zod/pause-template-service/pause-template-service.ts +199 -0
  1641. package/src/api/orval/zod/permissions/permissions.ts +35 -0
  1642. package/src/api/orval/zod/phones/phones.ts +394 -0
  1643. package/src/api/orval/zod/presence/presence.ts +76 -0
  1644. package/src/api/orval/zod/preset-query-service/preset-query-service.ts +160 -0
  1645. package/src/api/orval/zod/priorities/priorities.ts +198 -0
  1646. package/src/api/orval/zod/queue-bucket-service/queue-bucket-service.ts +168 -0
  1647. package/src/api/orval/zod/queue-hook-service/queue-hook-service.ts +155 -0
  1648. package/src/api/orval/zod/queue-resources-service/queue-resources-service.ts +148 -0
  1649. package/src/api/orval/zod/queue-service/queue-service.ts +843 -0
  1650. package/src/api/orval/zod/queue-skill-service/queue-skill-service.ts +204 -0
  1651. package/src/api/orval/zod/quick-replies-service/quick-replies-service.ts +261 -0
  1652. package/src/api/orval/zod/region-service/region-service.ts +132 -0
  1653. package/src/api/orval/zod/related-cases/related-cases.ts +331 -0
  1654. package/src/api/orval/zod/roles/roles.ts +452 -0
  1655. package/src/api/orval/zod/routing-chat-plan-service/routing-chat-plan-service.ts +140 -0
  1656. package/src/api/orval/zod/routing-outbound-call-service/routing-outbound-call-service.ts +255 -0
  1657. package/src/api/orval/zod/routing-schema-service/routing-schema-service.ts +331 -0
  1658. package/src/api/orval/zod/routing-variable-service/routing-variable-service.ts +102 -0
  1659. package/src/api/orval/zod/schema-variables-service/schema-variables-service.ts +119 -0
  1660. package/src/api/orval/zod/schema-version-service/schema-version-service.ts +44 -0
  1661. package/src/api/orval/zod/services/services.ts +346 -0
  1662. package/src/api/orval/zod/shift-template-service/shift-template-service.ts +181 -0
  1663. package/src/api/orval/zod/skill-service/skill-service.ts +309 -0
  1664. package/src/api/orval/zod/slaconditions/slaconditions.ts +242 -0
  1665. package/src/api/orval/zod/slas/slas.ts +247 -0
  1666. package/src/api/orval/zod/sources/sources.ts +203 -0
  1667. package/src/api/orval/zod/spaces/spaces.ts +241 -0
  1668. package/src/api/orval/zod/status-conditions/status-conditions.ts +209 -0
  1669. package/src/api/orval/zod/statuses/statuses.ts +175 -0
  1670. package/src/api/orval/zod/system-setting-service/system-setting-service.ts +138 -0
  1671. package/src/api/orval/zod/tags/tags.ts +27 -0
  1672. package/src/api/orval/zod/team-hook-service/team-hook-service.ts +173 -0
  1673. package/src/api/orval/zod/team-trigger-service/team-trigger-service.ts +194 -0
  1674. package/src/api/orval/zod/timeline/timeline.ts +159 -0
  1675. package/src/api/orval/zod/timezones/timezones.ts +366 -0
  1676. package/src/api/orval/zod/trigger-service/trigger-service.ts +317 -0
  1677. package/src/api/orval/zod/two-factor-authentication/two-factor-authentication.ts +45 -0
  1678. package/src/api/orval/zod/types/types.ts +307 -0
  1679. package/src/api/orval/zod/user-access-tokens/user-access-tokens.ts +295 -0
  1680. package/src/api/orval/zod/user-helper-service/user-helper-service.ts +63 -0
  1681. package/src/api/orval/zod/user-settings/user-settings.ts +47 -0
  1682. package/src/api/orval/zod/users/users.ts +969 -0
  1683. package/src/api/orval/zod/variables/variables.ts +300 -0
  1684. package/src/api/orval/zod/web-hook-service/web-hook-service.ts +240 -0
  1685. package/src/api/orval/zod/working-condition-service/working-condition-service.ts +237 -0
  1686. package/src/api/orval/zod/working-schedule-service/working-schedule-service.ts +342 -0
  1687. package/src/components/wt-icon-action/iconMappings.js +2 -0
  1688. package/src/components/wt-icon-action/wt-icon-action.vue +2 -0
  1689. package/src/enums/IconAction/IconAction.enum.js +2 -0
  1690. package/src/locale/en/en.js +11 -5
  1691. package/src/locale/ru/ru.js +8 -2
  1692. package/src/locale/ua/ua.js +9 -3
  1693. package/src/modules/Filters/v2/filter-presets/api/PresetQuery.api.ts +9 -3
  1694. package/src/modules/Filters/v2/filter-presets/components/apply-preset/apply-preset-action.vue +19 -16
  1695. package/src/modules/Filters/v2/filter-presets/components/save-preset/overwrite-preset-popup.vue +10 -3
  1696. package/src/modules/Filters/v2/filter-presets/components/save-preset/save-preset-action.vue +8 -5
  1697. package/src/modules/Filters/v2/filters/components/filter-options/close-reason-groups-case/close-reason-groups-case-filter-value-preview.vue +4 -2
  1698. package/src/modules/Filters/v2/filters/components/filter-options/has-attachment/has-attachment-filter-value-preview.vue +1 -1
@@ -0,0 +1,278 @@
1
+ /**
2
+ * Generated by orval v7.6.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import axios from 'axios';
8
+ import type {
9
+ AxiosRequestConfig,
10
+ AxiosResponse
11
+ } from 'axios';
12
+
13
+ import type {
14
+ EngineAttemptCallbackRequest,
15
+ EngineAttemptRenewalResultRequest,
16
+ EngineAttemptRenewalResultResponse,
17
+ EngineAttemptResultRequest,
18
+ EngineAttemptResultResponse,
19
+ EngineCreateAttemptRequest,
20
+ EngineCreateAttemptResponse,
21
+ EngineCreateMemberBulkRequest,
22
+ EngineCreateMemberRequest,
23
+ EngineDeleteMembersRequest,
24
+ EngineListAttempt,
25
+ EngineListHistoryAttempt,
26
+ EngineListMember,
27
+ EngineListMemberAttempt,
28
+ EngineMemberBulkResponse,
29
+ EngineMemberInQueue,
30
+ EnginePatchMemberOneRequest,
31
+ EnginePatchMemberRequest,
32
+ EngineResetMembersRequest,
33
+ EngineResetMembersResponse,
34
+ EngineUpdateMemberRequest,
35
+ GetListParams,
36
+ GetParams,
37
+ _DeleteParams
38
+ } from '../webitelAPI.schemas';
39
+
40
+
41
+
42
+
43
+ export const getMemberService = () => {
44
+ const AttemptCallback = <TData = AxiosResponse<EngineAttemptResultResponse>>(
45
+ attemptId: string,
46
+ engineAttemptCallbackRequest: EngineAttemptCallbackRequest, options?: AxiosRequestConfig
47
+ ): Promise<TData> => {
48
+ return axios.patch(
49
+ `/call_center/attempts/${attemptId}`,
50
+ engineAttemptCallbackRequest,options
51
+ );
52
+ }
53
+ /**
54
+ * @summary Search of Member
55
+ */
56
+ const getList = <TData = AxiosResponse<EngineListMember>>(
57
+ params?: GetListParams, options?: AxiosRequestConfig
58
+ ): Promise<TData> => {
59
+ return axios.get(
60
+ `/call_center/members`,{
61
+ ...options,
62
+ params: {...params, ...options?.params},}
63
+ );
64
+ }
65
+ const patch = <TData = AxiosResponse<EngineMemberInQueue>>(
66
+ id: string,
67
+ enginePatchMemberOneRequest: EnginePatchMemberOneRequest, options?: AxiosRequestConfig
68
+ ): Promise<TData> => {
69
+ return axios.patch(
70
+ `/call_center/members/${id}`,
71
+ enginePatchMemberOneRequest,options
72
+ );
73
+ }
74
+ /**
75
+ * @summary SearchAttempts
76
+ */
77
+ const getList = <TData = AxiosResponse<EngineListAttempt>>(
78
+ params?: GetListParams, options?: AxiosRequestConfig
79
+ ): Promise<TData> => {
80
+ return axios.get(
81
+ `/call_center/queues/attempts/active`,{
82
+ ...options,
83
+ params: {...params, ...options?.params},}
84
+ );
85
+ }
86
+ /**
87
+ * @summary SearchMemberAttempts
88
+ */
89
+ const getList = <TData = AxiosResponse<EngineListHistoryAttempt>>(
90
+ params?: GetListParams, options?: AxiosRequestConfig
91
+ ): Promise<TData> => {
92
+ return axios.get(
93
+ `/call_center/queues/attempts/history`,{
94
+ ...options,
95
+ params: {...params, ...options?.params},}
96
+ );
97
+ }
98
+ const AttemptsRenewalResult = <TData = AxiosResponse<EngineAttemptRenewalResultResponse>>(
99
+ attemptId: string,
100
+ engineAttemptRenewalResultRequest: EngineAttemptRenewalResultRequest, options?: AxiosRequestConfig
101
+ ): Promise<TData> => {
102
+ return axios.patch(
103
+ `/call_center/queues/attempts/${attemptId}/renewal`,
104
+ engineAttemptRenewalResultRequest,options
105
+ );
106
+ }
107
+ /**
108
+ * @summary List of Member
109
+ */
110
+ const getList = <TData = AxiosResponse<EngineListMember>>(
111
+ queueId: number,
112
+ params?: GetListParams, options?: AxiosRequestConfig
113
+ ): Promise<TData> => {
114
+ return axios.get(
115
+ `/call_center/queues/${queueId}/members`,{
116
+ ...options,
117
+ params: {...params, ...options?.params},}
118
+ );
119
+ }
120
+ /**
121
+ * @summary Create Member
122
+ */
123
+ const add = <TData = AxiosResponse<EngineMemberInQueue>>(
124
+ queueId: string,
125
+ engineCreateMemberRequest: EngineCreateMemberRequest, options?: AxiosRequestConfig
126
+ ): Promise<TData> => {
127
+ return axios.post(
128
+ `/call_center/queues/${queueId}/members`,
129
+ engineCreateMemberRequest,options
130
+ );
131
+ }
132
+ /**
133
+ * @summary DeleteMembers
134
+ */
135
+ const _delete = <TData = AxiosResponse<EngineListMember>>(
136
+ queueId: string,
137
+ engineDeleteMembersRequest: EngineDeleteMembersRequest, options?: AxiosRequestConfig
138
+ ): Promise<TData> => {
139
+ return axios.delete(
140
+ `/call_center/queues/${queueId}/members`,{data:
141
+ engineDeleteMembersRequest, ...options}
142
+ );
143
+ }
144
+ /**
145
+ * @summary Create Member
146
+ */
147
+ const add = <TData = AxiosResponse<EngineMemberBulkResponse>>(
148
+ queueId: string,
149
+ engineCreateMemberBulkRequest: EngineCreateMemberBulkRequest, options?: AxiosRequestConfig
150
+ ): Promise<TData> => {
151
+ return axios.post(
152
+ `/call_center/queues/${queueId}/members/bulk`,
153
+ engineCreateMemberBulkRequest,options
154
+ );
155
+ }
156
+ /**
157
+ * @summary ResetMembers
158
+ */
159
+ const ResetMembers = <TData = AxiosResponse<EngineResetMembersResponse>>(
160
+ queueId: string,
161
+ engineResetMembersRequest: EngineResetMembersRequest, options?: AxiosRequestConfig
162
+ ): Promise<TData> => {
163
+ return axios.patch(
164
+ `/call_center/queues/${queueId}/members/reset`,
165
+ engineResetMembersRequest,options
166
+ );
167
+ }
168
+ /**
169
+ * @summary ReadQueueRouting
170
+ */
171
+ const get = <TData = AxiosResponse<EngineMemberInQueue>>(
172
+ queueId: string,
173
+ id: string,
174
+ params?: GetParams, options?: AxiosRequestConfig
175
+ ): Promise<TData> => {
176
+ return axios.get(
177
+ `/call_center/queues/${queueId}/members/${id}`,{
178
+ ...options,
179
+ params: {...params, ...options?.params},}
180
+ );
181
+ }
182
+ /**
183
+ * @summary UpdateMember
184
+ */
185
+ const update = <TData = AxiosResponse<EngineMemberInQueue>>(
186
+ queueId: string,
187
+ id: string,
188
+ engineUpdateMemberRequest: EngineUpdateMemberRequest, options?: AxiosRequestConfig
189
+ ): Promise<TData> => {
190
+ return axios.put(
191
+ `/call_center/queues/${queueId}/members/${id}`,
192
+ engineUpdateMemberRequest,options
193
+ );
194
+ }
195
+ /**
196
+ * @summary DeleteMember
197
+ */
198
+ const _delete = <TData = AxiosResponse<EngineMemberInQueue>>(
199
+ queueId: string,
200
+ id: string,
201
+ params?: _DeleteParams, options?: AxiosRequestConfig
202
+ ): Promise<TData> => {
203
+ return axios.delete(
204
+ `/call_center/queues/${queueId}/members/${id}`,{
205
+ ...options,
206
+ params: {...params, ...options?.params},}
207
+ );
208
+ }
209
+ /**
210
+ * @summary Patch Member
211
+ */
212
+ const patch = <TData = AxiosResponse<EngineMemberInQueue>>(
213
+ queueId: string,
214
+ id: string,
215
+ enginePatchMemberRequest: EnginePatchMemberRequest, options?: AxiosRequestConfig
216
+ ): Promise<TData> => {
217
+ return axios.patch(
218
+ `/call_center/queues/${queueId}/members/${id}`,
219
+ enginePatchMemberRequest,options
220
+ );
221
+ }
222
+ /**
223
+ * @summary SearchMemberAttempts
224
+ */
225
+ const getList = <TData = AxiosResponse<EngineListMemberAttempt>>(
226
+ queueId: string,
227
+ memberId: string,
228
+ params?: GetListParams, options?: AxiosRequestConfig
229
+ ): Promise<TData> => {
230
+ return axios.get(
231
+ `/call_center/queues/${queueId}/members/${memberId}/attempts`,{
232
+ ...options,
233
+ params: {...params, ...options?.params},}
234
+ );
235
+ }
236
+ /**
237
+ * @summary Offline queue
238
+ */
239
+ const add = <TData = AxiosResponse<EngineCreateAttemptResponse>>(
240
+ queueId: string,
241
+ memberId: string,
242
+ engineCreateAttemptRequest: EngineCreateAttemptRequest, options?: AxiosRequestConfig
243
+ ): Promise<TData> => {
244
+ return axios.post(
245
+ `/call_center/queues/${queueId}/members/${memberId}/attempts`,
246
+ engineCreateAttemptRequest,options
247
+ );
248
+ }
249
+ const AttemptResult = <TData = AxiosResponse<EngineAttemptResultResponse>>(
250
+ queueId: number,
251
+ memberId: string,
252
+ attemptId: string,
253
+ engineAttemptResultRequest: EngineAttemptResultRequest, options?: AxiosRequestConfig
254
+ ): Promise<TData> => {
255
+ return axios.patch(
256
+ `/call_center/queues/${queueId}/members/${memberId}/attempts/${attemptId}`,
257
+ engineAttemptResultRequest,options
258
+ );
259
+ }
260
+ return {AttemptCallback,getList,patch,getList,getList,AttemptsRenewalResult,getList,add,_delete,add,ResetMembers,get,update,_delete,patch,getList,add,AttemptResult}};
261
+ export type AttemptCallbackResult = AxiosResponse<EngineAttemptResultResponse>
262
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
263
+ export type PatchResult = AxiosResponse<EngineTrigger>
264
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
265
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
266
+ export type AttemptsRenewalResultResult = AxiosResponse<EngineAttemptRenewalResultResponse>
267
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
268
+ export type AddResult = AxiosResponse<WfmCreateWorkingScheduleResponse>
269
+ export type _DeleteResult = AxiosResponse<WfmDeleteWorkingScheduleResponse>
270
+ export type AddResult = AxiosResponse<WfmCreateWorkingScheduleResponse>
271
+ export type ResetMembersResult = AxiosResponse<EngineResetMembersResponse>
272
+ export type GetResult = AxiosResponse<WfmReadWorkingScheduleForecastResponse>
273
+ export type UpdateResult = AxiosResponse<WfmUpdateWorkingScheduleResponse>
274
+ export type _DeleteResult = AxiosResponse<WfmDeleteWorkingScheduleResponse>
275
+ export type PatchResult = AxiosResponse<EngineTrigger>
276
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
277
+ export type AddResult = AxiosResponse<WfmCreateWorkingScheduleResponse>
278
+ export type AttemptResultResult = AxiosResponse<EngineAttemptResultResponse>
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Generated by orval v7.6.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import {
8
+ faker
9
+ } from '@faker-js/faker';
10
+
11
+ import {
12
+ HttpResponse,
13
+ delay,
14
+ http
15
+ } from 'msw';
16
+
17
+ import type {
18
+ WebitelChatBroadcastMessageResponse
19
+ } from '../webitelAPI.schemas';
20
+
21
+
22
+ export const getBroadcastMessageResponseMock = (overrideResponse: Partial< WebitelChatBroadcastMessageResponse > = {}): WebitelChatBroadcastMessageResponse => ({failure: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({error: faker.helpers.arrayElement([{code: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), details: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({'@type': faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), message: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), peer_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), variables: faker.helpers.arrayElement([{
23
+ [faker.string.alphanumeric(5)]: faker.string.alpha(20)
24
+ }, undefined]), ...overrideResponse})
25
+
26
+
27
+ export const getBroadcastMessageMockHandler = (overrideResponse?: WebitelChatBroadcastMessageResponse | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<WebitelChatBroadcastMessageResponse> | WebitelChatBroadcastMessageResponse)) => {
28
+ return http.post('*/chat/broadcast', async (info) => {await delay(1000);
29
+
30
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
31
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
32
+ : getBroadcastMessageResponseMock()),
33
+ { status: 200,
34
+ headers: { 'Content-Type': 'application/json' }
35
+ })
36
+ })
37
+ }
38
+ export const getMessagesServiceMock = () => [
39
+ getBroadcastMessageMockHandler()]
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Generated by orval v7.6.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import axios from 'axios';
8
+ import type {
9
+ AxiosRequestConfig,
10
+ AxiosResponse
11
+ } from 'axios';
12
+
13
+ import type {
14
+ WebitelChatBroadcastMessageRequest,
15
+ WebitelChatBroadcastMessageResponse
16
+ } from '../webitelAPI.schemas';
17
+
18
+
19
+
20
+
21
+ export const getMessagesService = () => {
22
+ /**
23
+ * @summary Broadcast message send message from via to peer recipients.
24
+ */
25
+ const BroadcastMessage = <TData = AxiosResponse<WebitelChatBroadcastMessageResponse>>(
26
+ webitelChatBroadcastMessageRequest: WebitelChatBroadcastMessageRequest, options?: AxiosRequestConfig
27
+ ): Promise<TData> => {
28
+ return axios.post(
29
+ `/chat/broadcast`,
30
+ webitelChatBroadcastMessageRequest,options
31
+ );
32
+ }
33
+ return {BroadcastMessage}};
34
+ export type BroadcastMessageResult = AxiosResponse<WebitelChatBroadcastMessageResponse>
@@ -0,0 +1,129 @@
1
+ /**
2
+ * Generated by orval v7.6.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import {
8
+ faker
9
+ } from '@faker-js/faker';
10
+
11
+ import {
12
+ HttpResponse,
13
+ delay,
14
+ http
15
+ } from 'msw';
16
+
17
+ import type {
18
+ ApiDeleteOAuthServiceResponse,
19
+ ApiOAuthService,
20
+ ApiSearchOAuthServiceResponse
21
+ } from '../webitelAPI.schemas';
22
+
23
+
24
+ export const getOAuth2FederationSearchOAuthServiceResponseMock = (overrideResponse: Partial< ApiSearchOAuthServiceResponse > = {}): ApiSearchOAuthServiceResponse => ({items: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({auth_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), claims: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), value: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), client_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), client_secret: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), created_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), created_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), discovery_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), domain: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), enabled: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), logo: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), metadata: faker.helpers.arrayElement([{}, undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), scopes: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker.string.alpha(20))), undefined]), token_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), updated_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), updated_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), userinfo_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), next: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), page: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), ...overrideResponse})
25
+
26
+ export const getOAuth2FederationCreateOAuthServiceResponseMock = (overrideResponse: Partial< ApiOAuthService > = {}): ApiOAuthService => ({auth_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), claims: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), value: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), client_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), client_secret: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), created_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), created_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), discovery_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), domain: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), enabled: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), logo: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), metadata: faker.helpers.arrayElement([{}, undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), scopes: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker.string.alpha(20))), undefined]), token_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), updated_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), updated_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), userinfo_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), ...overrideResponse})
27
+
28
+ export const getOAuth2FederationDeleteOAuthServiceResponseMock = (): ApiDeleteOAuthServiceResponse => ({})
29
+
30
+ export const getOAuth2FederationUpdateOAuthServiceResponseMock = (overrideResponse: Partial< ApiOAuthService > = {}): ApiOAuthService => ({auth_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), claims: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), value: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), client_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), client_secret: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), created_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), created_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), discovery_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), domain: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), enabled: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), logo: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), metadata: faker.helpers.arrayElement([{}, undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), scopes: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker.string.alpha(20))), undefined]), token_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), updated_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), updated_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), userinfo_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), ...overrideResponse})
31
+
32
+ export const getOAuth2FederationUpdateOAuthService2ResponseMock = (overrideResponse: Partial< ApiOAuthService > = {}): ApiOAuthService => ({auth_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), claims: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), value: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), client_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), client_secret: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), created_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), created_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), discovery_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), domain: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), enabled: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), logo: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), metadata: faker.helpers.arrayElement([{}, undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), scopes: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker.string.alpha(20))), undefined]), token_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), updated_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), updated_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), userinfo_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), ...overrideResponse})
33
+
34
+ export const getOAuth2FederationLocateOAuthServiceResponseMock = (overrideResponse: Partial< ApiOAuthService > = {}): ApiOAuthService => ({auth_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), claims: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), value: faker.helpers.arrayElement([faker.string.alpha(20), undefined])})), undefined]), client_id: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), client_secret: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), created_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), created_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), discovery_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), domain: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), enabled: faker.helpers.arrayElement([faker.datatype.boolean(), undefined]), id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), logo: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), metadata: faker.helpers.arrayElement([{}, undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), scopes: faker.helpers.arrayElement([Array.from({ length: faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker.string.alpha(20))), undefined]), token_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), type: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), updated_at: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), updated_by: faker.helpers.arrayElement([{id: faker.helpers.arrayElement([faker.number.int({min: undefined, max: undefined}), undefined]), name: faker.helpers.arrayElement([faker.string.alpha(20), undefined])}, undefined]), userinfo_url: faker.helpers.arrayElement([faker.string.alpha(20), undefined]), ...overrideResponse})
35
+
36
+ export const getOAuth2FederationDeleteOAuthService2ResponseMock = (): ApiDeleteOAuthServiceResponse => ({})
37
+
38
+
39
+ export const getOAuth2FederationSearchOAuthServiceMockHandler = (overrideResponse?: ApiSearchOAuthServiceResponse | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ApiSearchOAuthServiceResponse> | ApiSearchOAuthServiceResponse)) => {
40
+ return http.get('*/oauth/apps', async (info) => {await delay(1000);
41
+
42
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
43
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
44
+ : getOAuth2FederationSearchOAuthServiceResponseMock()),
45
+ { status: 200,
46
+ headers: { 'Content-Type': 'application/json' }
47
+ })
48
+ })
49
+ }
50
+
51
+ export const getOAuth2FederationCreateOAuthServiceMockHandler = (overrideResponse?: ApiOAuthService | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<ApiOAuthService> | ApiOAuthService)) => {
52
+ return http.post('*/oauth/apps', async (info) => {await delay(1000);
53
+
54
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
55
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
56
+ : getOAuth2FederationCreateOAuthServiceResponseMock()),
57
+ { status: 200,
58
+ headers: { 'Content-Type': 'application/json' }
59
+ })
60
+ })
61
+ }
62
+
63
+ export const getOAuth2FederationDeleteOAuthServiceMockHandler = (overrideResponse?: ApiDeleteOAuthServiceResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<ApiDeleteOAuthServiceResponse> | ApiDeleteOAuthServiceResponse)) => {
64
+ return http.delete('*/oauth/apps', async (info) => {await delay(1000);
65
+
66
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
67
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
68
+ : getOAuth2FederationDeleteOAuthServiceResponseMock()),
69
+ { status: 200,
70
+ headers: { 'Content-Type': 'application/json' }
71
+ })
72
+ })
73
+ }
74
+
75
+ export const getOAuth2FederationUpdateOAuthServiceMockHandler = (overrideResponse?: ApiOAuthService | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<ApiOAuthService> | ApiOAuthService)) => {
76
+ return http.put('*/oauth/apps/changes.id}', async (info) => {await delay(1000);
77
+
78
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
79
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
80
+ : getOAuth2FederationUpdateOAuthServiceResponseMock()),
81
+ { status: 200,
82
+ headers: { 'Content-Type': 'application/json' }
83
+ })
84
+ })
85
+ }
86
+
87
+ export const getOAuth2FederationUpdateOAuthService2MockHandler = (overrideResponse?: ApiOAuthService | ((info: Parameters<Parameters<typeof http.patch>[1]>[0]) => Promise<ApiOAuthService> | ApiOAuthService)) => {
88
+ return http.patch('*/oauth/apps/changes.id}', async (info) => {await delay(1000);
89
+
90
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
91
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
92
+ : getOAuth2FederationUpdateOAuthService2ResponseMock()),
93
+ { status: 200,
94
+ headers: { 'Content-Type': 'application/json' }
95
+ })
96
+ })
97
+ }
98
+
99
+ export const getOAuth2FederationLocateOAuthServiceMockHandler = (overrideResponse?: ApiOAuthService | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ApiOAuthService> | ApiOAuthService)) => {
100
+ return http.get('*/oauth/apps/:id', async (info) => {await delay(1000);
101
+
102
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
103
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
104
+ : getOAuth2FederationLocateOAuthServiceResponseMock()),
105
+ { status: 200,
106
+ headers: { 'Content-Type': 'application/json' }
107
+ })
108
+ })
109
+ }
110
+
111
+ export const getOAuth2FederationDeleteOAuthService2MockHandler = (overrideResponse?: ApiDeleteOAuthServiceResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<ApiDeleteOAuthServiceResponse> | ApiDeleteOAuthServiceResponse)) => {
112
+ return http.delete('*/oauth/apps/:id', async (info) => {await delay(1000);
113
+
114
+ return new HttpResponse(JSON.stringify(overrideResponse !== undefined
115
+ ? (typeof overrideResponse === "function" ? await overrideResponse(info) : overrideResponse)
116
+ : getOAuth2FederationDeleteOAuthService2ResponseMock()),
117
+ { status: 200,
118
+ headers: { 'Content-Type': 'application/json' }
119
+ })
120
+ })
121
+ }
122
+ export const getOauth2FederationMock = () => [
123
+ getOAuth2FederationSearchOAuthServiceMockHandler(),
124
+ getOAuth2FederationCreateOAuthServiceMockHandler(),
125
+ getOAuth2FederationDeleteOAuthServiceMockHandler(),
126
+ getOAuth2FederationUpdateOAuthServiceMockHandler(),
127
+ getOAuth2FederationUpdateOAuthService2MockHandler(),
128
+ getOAuth2FederationLocateOAuthServiceMockHandler(),
129
+ getOAuth2FederationDeleteOAuthService2MockHandler()]
@@ -0,0 +1,95 @@
1
+ /**
2
+ * Generated by orval v7.6.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import axios from 'axios';
8
+ import type {
9
+ AxiosRequestConfig,
10
+ AxiosResponse
11
+ } from 'axios';
12
+
13
+ import type {
14
+ ApiDeleteOAuthServiceRequest,
15
+ ApiDeleteOAuthServiceResponse,
16
+ ApiOAuth2FederationDeleteOAuthServiceBody,
17
+ ApiOAuth2FederationUpdateOAuthServiceBodyBody,
18
+ ApiOAuthService,
19
+ ApiSearchOAuthServiceResponse,
20
+ GetListParams,
21
+ OAuth2FederationLocateOAuthServiceParams
22
+ } from '../webitelAPI.schemas';
23
+
24
+
25
+
26
+
27
+ export const getOauth2Federation = () => {
28
+ const getList = <TData = AxiosResponse<ApiSearchOAuthServiceResponse>>(
29
+ params?: GetListParams, options?: AxiosRequestConfig
30
+ ): Promise<TData> => {
31
+ return axios.get(
32
+ `/oauth/apps`,{
33
+ ...options,
34
+ params: {...params, ...options?.params},}
35
+ );
36
+ }
37
+ const add = <TData = AxiosResponse<ApiOAuthService>>(
38
+ apiOAuthService: ApiOAuthService, options?: AxiosRequestConfig
39
+ ): Promise<TData> => {
40
+ return axios.post(
41
+ `/oauth/apps`,
42
+ apiOAuthService,options
43
+ );
44
+ }
45
+ const _delete = <TData = AxiosResponse<ApiDeleteOAuthServiceResponse>>(
46
+ apiDeleteOAuthServiceRequest: ApiDeleteOAuthServiceRequest, options?: AxiosRequestConfig
47
+ ): Promise<TData> => {
48
+ return axios.delete(
49
+ `/oauth/apps`,{data:
50
+ apiDeleteOAuthServiceRequest, ...options}
51
+ );
52
+ }
53
+ const update = <TData = AxiosResponse<ApiOAuthService>>(
54
+ apiOAuth2FederationUpdateOAuthServiceBodyBody: ApiOAuth2FederationUpdateOAuthServiceBodyBody, options?: AxiosRequestConfig
55
+ ): Promise<TData> => {
56
+ return axios.put(
57
+ `/oauth/apps/changes.id}`,
58
+ apiOAuth2FederationUpdateOAuthServiceBodyBody,options
59
+ );
60
+ }
61
+ const update = <TData = AxiosResponse<ApiOAuthService>>(
62
+ apiOAuth2FederationUpdateOAuthServiceBodyBody: ApiOAuth2FederationUpdateOAuthServiceBodyBody, options?: AxiosRequestConfig
63
+ ): Promise<TData> => {
64
+ return axios.patch(
65
+ `/oauth/apps/changes.id}`,
66
+ apiOAuth2FederationUpdateOAuthServiceBodyBody,options
67
+ );
68
+ }
69
+ const OAuth2FederationLocateOAuthService = <TData = AxiosResponse<ApiOAuthService>>(
70
+ id: string[],
71
+ params?: OAuth2FederationLocateOAuthServiceParams, options?: AxiosRequestConfig
72
+ ): Promise<TData> => {
73
+ return axios.get(
74
+ `/oauth/apps/${id}`,{
75
+ ...options,
76
+ params: {...params, ...options?.params},}
77
+ );
78
+ }
79
+ const _delete = <TData = AxiosResponse<ApiDeleteOAuthServiceResponse>>(
80
+ id: string[],
81
+ apiOAuth2FederationDeleteOAuthServiceBody: ApiOAuth2FederationDeleteOAuthServiceBody, options?: AxiosRequestConfig
82
+ ): Promise<TData> => {
83
+ return axios.delete(
84
+ `/oauth/apps/${id}`,{data:
85
+ apiOAuth2FederationDeleteOAuthServiceBody, ...options}
86
+ );
87
+ }
88
+ return {getList,add,_delete,update,update,OAuth2FederationLocateOAuthService,_delete}};
89
+ export type GetListResult = AxiosResponse<WfmSearchWorkingScheduleResponse>
90
+ export type AddResult = AxiosResponse<WfmCreateWorkingScheduleResponse>
91
+ export type _DeleteResult = AxiosResponse<WfmDeleteWorkingScheduleResponse>
92
+ export type UpdateResult = AxiosResponse<WfmUpdateWorkingScheduleResponse>
93
+ export type UpdateResult = AxiosResponse<WfmUpdateWorkingScheduleResponse>
94
+ export type OAuth2FederationLocateOAuthServiceResult = AxiosResponse<ApiOAuthService>
95
+ export type _DeleteResult = AxiosResponse<WfmDeleteWorkingScheduleResponse>