@webitel/api-services 0.0.33 → 0.0.35

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 (242) hide show
  1. package/package.json +1 -1
  2. package/src/api/defaults/getDefaultInstance/getDefaultInstance.ts +6 -1
  3. package/src/api/transformers/generateUrl/generateUrl.transformer.ts +3 -1
  4. package/src/gen/_docs/html/assets/navigation.js +1 -1
  5. package/src/gen/_docs/html/assets/search.js +1 -1
  6. package/src/gen/_docs/html/functions/user-helper-service_user-helper-service.api.gen.getUserHelperService.html +1 -1
  7. package/src/gen/_docs/html/functions/user-helper-service_user-helper-service.msw.api.gen.getOpenedWebSocketsMockHandler.html +1 -0
  8. package/src/gen/_docs/html/functions/user-helper-service_user-helper-service.msw.api.gen.getOpenedWebSocketsResponseMock.html +1 -0
  9. package/src/gen/_docs/html/index.html +1 -1
  10. package/src/gen/_docs/html/interfaces/_models_engineAgent.EngineAgent.html +4 -2
  11. package/src/gen/_docs/html/interfaces/_models_engineAgentServicePatchAgentBody.EngineAgentServicePatchAgentBody.html +3 -2
  12. package/src/gen/_docs/html/interfaces/_models_engineAgentServiceUpdateAgentBody.EngineAgentServiceUpdateAgentBody.html +3 -2
  13. package/src/gen/_docs/html/interfaces/_models_engineAgentTeam.EngineAgentTeam.html +3 -2
  14. package/src/gen/_docs/html/interfaces/_models_engineAgentTeamServiceUpdateAgentTeamBody.EngineAgentTeamServiceUpdateAgentTeamBody.html +3 -2
  15. package/src/gen/_docs/html/interfaces/_models_engineCreateAgentRequest.EngineCreateAgentRequest.html +3 -2
  16. package/src/gen/_docs/html/interfaces/_models_engineCreateAgentTeamRequest.EngineCreateAgentTeamRequest.html +3 -2
  17. package/src/gen/_docs/html/interfaces/_models_engineListOpenedWebSocket.EngineListOpenedWebSocket.html +3 -0
  18. package/src/gen/_docs/html/interfaces/_models_engineOpenedWebSocket.EngineOpenedWebSocket.html +13 -0
  19. package/src/gen/_docs/html/interfaces/_models_webitelCasesCase.WebitelCasesCase.html +2 -2
  20. package/src/gen/_docs/html/interfaces/_models_webitelCasesFile.WebitelCasesFile.html +3 -2
  21. package/src/gen/_docs/html/modules/_models.html +1 -1
  22. package/src/gen/_docs/html/modules/_models_engineListOpenedWebSocket.html +1 -0
  23. package/src/gen/_docs/html/modules/_models_engineOpenedWebSocket.html +1 -0
  24. package/src/gen/_docs/html/modules/_models_openedWebSocketsParams.html +1 -0
  25. package/src/gen/_docs/html/modules/index.html +1 -1
  26. package/src/gen/_docs/html/modules/user-helper-service_user-helper-service.api.gen.html +1 -1
  27. package/src/gen/_docs/html/modules/user-helper-service_user-helper-service.msw.api.gen.html +1 -1
  28. package/src/gen/_docs/html/modules/user-helper-service_user-helper-service.zod.gen.html +1 -1
  29. package/src/gen/_docs/html/types/_models_openedWebSocketsParams.OpenedWebSocketsParams.html +10 -0
  30. package/src/gen/_docs/html/types/user-helper-service_user-helper-service.api.gen.OpenedWebSocketsResult.html +1 -0
  31. package/src/gen/_docs/html/variables/_models_engineSystemSettingName.EngineSystemSettingName.html +1 -1
  32. package/src/gen/_docs/html/variables/_models_searchSystemSettingNameItem.SearchSystemSettingNameItem.html +1 -1
  33. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.createAgentBody.html +1 -1
  34. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.createAgentResponse.html +1 -1
  35. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.deleteAgentResponse.html +1 -1
  36. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.patchAgentBody.html +1 -1
  37. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.patchAgentResponse.html +1 -1
  38. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.readAgentResponse.html +1 -1
  39. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.searchAgentResponse.html +1 -1
  40. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.updateAgentBody.html +1 -1
  41. package/src/gen/_docs/html/variables/agent-service_agent-service.zod.gen.updateAgentResponse.html +1 -1
  42. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.createAgentTeamBody.html +1 -1
  43. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.createAgentTeamResponse.html +1 -1
  44. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.deleteAgentTeamResponse.html +1 -1
  45. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.readAgentTeamResponse.html +1 -1
  46. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.searchAgentTeamResponse.html +1 -1
  47. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.updateAgentTeamBody.html +1 -1
  48. package/src/gen/_docs/html/variables/agent-team-service_agent-team-service.zod.gen.updateAgentTeamResponse.html +1 -1
  49. package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.deleteFileResponse.html +1 -1
  50. package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.listFilesResponse.html +1 -1
  51. package/src/gen/_docs/html/variables/cases_cases.zod.gen.createCaseResponse.html +1 -1
  52. package/src/gen/_docs/html/variables/cases_cases.zod.gen.deleteCaseResponse.html +1 -1
  53. package/src/gen/_docs/html/variables/cases_cases.zod.gen.locateCaseResponse.html +1 -1
  54. package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCases2Response.html +1 -1
  55. package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCasesResponse.html +1 -1
  56. package/src/gen/_docs/html/variables/cases_cases.zod.gen.updateCase2Response.html +1 -1
  57. package/src/gen/_docs/html/variables/cases_cases.zod.gen.updateCaseResponse.html +1 -1
  58. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.createSystemSettingBody.html +1 -1
  59. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.createSystemSettingResponse.html +1 -1
  60. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.deleteSystemSettingResponse.html +1 -1
  61. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.patchSystemSettingResponse.html +1 -1
  62. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.readSystemSettingResponse.html +1 -1
  63. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.searchSystemSettingQueryParams.html +1 -1
  64. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.searchSystemSettingResponse.html +1 -1
  65. package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.updateSystemSettingResponse.html +1 -1
  66. package/src/gen/_docs/html/variables/user-helper-service_user-helper-service.zod.gen.openedWebSocketsParams.html +1 -0
  67. package/src/gen/_docs/html/variables/user-helper-service_user-helper-service.zod.gen.openedWebSocketsQueryParams.html +1 -0
  68. package/src/gen/_docs/html/variables/user-helper-service_user-helper-service.zod.gen.openedWebSocketsResponse.html +1 -0
  69. package/src/gen/_models/engineAgent.ts +2 -0
  70. package/src/gen/_models/engineAgentServicePatchAgentBody.ts +1 -0
  71. package/src/gen/_models/engineAgentServiceUpdateAgentBody.ts +1 -0
  72. package/src/gen/_models/engineAgentTeam.ts +1 -0
  73. package/src/gen/_models/engineAgentTeamServiceUpdateAgentTeamBody.ts +1 -0
  74. package/src/gen/_models/engineCreateAgentRequest.ts +1 -0
  75. package/src/gen/_models/engineCreateAgentTeamRequest.ts +1 -0
  76. package/src/gen/_models/engineListOpenedWebSocket.ts +12 -0
  77. package/src/gen/_models/engineOpenedWebSocket.ts +17 -0
  78. package/src/gen/_models/engineSystemSettingName.ts +4 -0
  79. package/src/gen/_models/index.ts +3 -0
  80. package/src/gen/_models/openedWebSocketsParams.ts +14 -0
  81. package/src/gen/_models/searchSystemSettingNameItem.ts +4 -0
  82. package/src/gen/_models/webitelCasesCase.ts +2 -1
  83. package/src/gen/_models/webitelCasesFile.ts +1 -0
  84. package/src/gen/agent-service/agent-service.msw.api.gen.ts +48 -0
  85. package/src/gen/agent-service/agent-service.zod.gen.ts +15 -0
  86. package/src/gen/agent-team-service/agent-team-service.msw.api.gen.ts +20 -0
  87. package/src/gen/agent-team-service/agent-team-service.zod.gen.ts +7 -0
  88. package/src/gen/case-files/case-files.msw.api.gen.ts +8 -0
  89. package/src/gen/case-files/case-files.zod.gen.ts +2 -0
  90. package/src/gen/cases/cases.msw.api.gen.ts +749 -16
  91. package/src/gen/cases/cases.zod.gen.ts +287 -0
  92. package/src/gen/system-setting-service/system-setting-service.zod.gen.ts +32 -0
  93. package/src/gen/user-helper-service/user-helper-service.api.gen.ts +16 -1
  94. package/src/gen/user-helper-service/user-helper-service.msw.api.gen.ts +72 -0
  95. package/src/gen/user-helper-service/user-helper-service.zod.gen.ts +30 -0
  96. package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
  97. package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
  98. package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
  99. package/types/gen/_models/apiCustomer.d.ts +2 -2
  100. package/types/gen/_models/apiDevice.d.ts +1 -1
  101. package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
  102. package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
  103. package/types/gen/_models/apiLDAProcess.d.ts +2 -2
  104. package/types/gen/_models/apiLicenseV1.d.ts +1 -1
  105. package/types/gen/_models/apiRole.d.ts +3 -3
  106. package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
  107. package/types/gen/_models/apiUser.d.ts +1 -1
  108. package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
  109. package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
  110. package/types/gen/_models/engineActiveCall.d.ts +2 -2
  111. package/types/gen/_models/engineAgent.d.ts +3 -1
  112. package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
  113. package/types/gen/_models/engineAgentServicePatchAgentBody.d.ts +1 -0
  114. package/types/gen/_models/engineAgentServiceUpdateAgentBody.d.ts +1 -0
  115. package/types/gen/_models/engineAgentTeam.d.ts +1 -0
  116. package/types/gen/_models/engineAgentTeamServiceUpdateAgentTeamBody.d.ts +1 -0
  117. package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
  118. package/types/gen/_models/engineAttempt.d.ts +1 -1
  119. package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
  120. package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
  121. package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
  122. package/types/gen/_models/engineAuditRate.d.ts +2 -2
  123. package/types/gen/_models/engineCreateAgentRequest.d.ts +1 -0
  124. package/types/gen/_models/engineCreateAgentTeamRequest.d.ts +1 -0
  125. package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
  126. package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
  127. package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
  128. package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
  129. package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
  130. package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
  131. package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
  132. package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
  133. package/types/gen/_models/engineHistoryCall.d.ts +6 -6
  134. package/types/gen/_models/engineListOpenedWebSocket.d.ts +11 -0
  135. package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
  136. package/types/gen/_models/engineOpenedWebSocket.d.ts +16 -0
  137. package/types/gen/_models/engineOutboundResource.d.ts +1 -1
  138. package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
  139. package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
  140. package/types/gen/_models/engineQuestion.d.ts +1 -1
  141. package/types/gen/_models/engineQueue.d.ts +2 -2
  142. package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
  143. package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
  144. package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
  145. package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
  146. package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
  147. package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
  148. package/types/gen/_models/engineSystemSettingName.d.ts +4 -0
  149. package/types/gen/_models/engineTeamHook.d.ts +1 -1
  150. package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
  151. package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
  152. package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
  153. package/types/gen/_models/engineTrigger.d.ts +1 -1
  154. package/types/gen/_models/engineTriggerJob.d.ts +1 -1
  155. package/types/gen/_models/engineTriggerObjectType.d.ts +1 -0
  156. package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
  157. package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
  158. package/types/gen/_models/fileServiceSearchFilesChannelItem.d.ts +2 -0
  159. package/types/gen/_models/openedWebSocketsParams.d.ts +13 -0
  160. package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
  161. package/types/gen/_models/searchSystemSettingNameItem.d.ts +4 -0
  162. package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
  163. package/types/gen/_models/storageFile.d.ts +2 -2
  164. package/types/gen/_models/storageFilePolicy.d.ts +1 -1
  165. package/types/gen/_models/storageImportTemplate.d.ts +2 -2
  166. package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
  167. package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
  168. package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
  169. package/types/gen/_models/storageUploadFileChannel.d.ts +2 -0
  170. package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
  171. package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
  172. package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
  173. package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
  174. package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
  175. package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
  176. package/types/gen/_models/webitelCasesCase.d.ts +3 -2
  177. package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
  178. package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
  179. package/types/gen/_models/webitelCasesFile.d.ts +3 -3
  180. package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
  181. package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
  182. package/types/gen/_models/webitelCasesInputSource.d.ts +0 -1
  183. package/types/gen/_models/webitelCasesService.d.ts +1 -1
  184. package/types/gen/_models/webitelCasesSource.d.ts +5 -6
  185. package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
  186. package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
  187. package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
  188. package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
  189. package/types/gen/_models/webitelChatDialog.d.ts +1 -1
  190. package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
  191. package/types/gen/_models/webitelContactsComment.d.ts +1 -1
  192. package/types/gen/_models/webitelContactsIMClient.d.ts +2 -0
  193. package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
  194. package/types/gen/_models/wfmAbsence.d.ts +1 -1
  195. package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
  196. package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
  197. package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
  198. package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
  199. package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
  200. package/types/gen/agent-service/agent-service.zod.gen.d.ts +15 -0
  201. package/types/gen/agent-team-service/agent-team-service.zod.gen.d.ts +7 -0
  202. package/types/gen/articles/articles.api.gen.d.ts +1 -1
  203. package/types/gen/call-service/call-service.zod.gen.d.ts +6 -6
  204. package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
  205. package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
  206. package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
  207. package/types/gen/contacts/contacts.zod.gen.d.ts +7 -2
  208. package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
  209. package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +33 -33
  210. package/types/gen/extensions/extensions.zod.gen.d.ts +24 -24
  211. package/types/gen/file-policies-service/file-policies-service.zod.gen.d.ts +18 -0
  212. package/types/gen/file-service/file-service.api.gen.d.ts +3 -1
  213. package/types/gen/file-service/file-service.msw.api.gen.d.ts +3 -1
  214. package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
  215. package/types/gen/groups/groups.zod.gen.d.ts +2 -0
  216. package/types/gen/imclients/imclients.zod.gen.d.ts +1 -0
  217. package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
  218. package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
  219. package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
  220. package/types/gen/system-setting-service/system-setting-service.zod.gen.d.ts +32 -0
  221. package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
  222. package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +24 -15
  223. package/types/gen/types/types.zod.gen.d.ts +6 -6
  224. package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -1
  225. package/types/gen/user-helper-service/user-helper-service.msw.api.gen.d.ts +3 -1
  226. package/types/gen/user-helper-service/user-helper-service.zod.gen.d.ts +23 -0
  227. package/types/defaults/index.d.ts +0 -2
  228. package/types/gen/_models/configServicePatchConfigBody.d.ts +0 -15
  229. package/types/gen/_models/configServiceUpdateConfigBody.d.ts +0 -14
  230. package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
  231. package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
  232. package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
  233. package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
  234. package/types/gen/_models/readSystemObjectsParams.d.ts +0 -9
  235. package/types/gen/_models/searchConfigObjectItem.d.ts +0 -25
  236. package/types/gen/_models/searchConfigParams.d.ts +0 -18
  237. package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +0 -14
  238. package/types/gen/_models/searchLogByConfigIdParams.d.ts +0 -19
  239. package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +0 -14
  240. package/types/gen/_models/searchLogByRecordIdParams.d.ts +0 -22
  241. package/types/gen/_models/searchLogByUserIdActionItem.d.ts +0 -14
  242. package/types/gen/_models/searchLogByUserIdParams.d.ts +0 -25
@@ -20,6 +20,8 @@ Name will be name of the gateway. */
20
20
  /** Unique ID of the latest version of the update.
21
21
  This ID changes after any update to the underlying value(s). */
22
22
  etag?: string;
23
+ /** External user id. */
24
+ externalId?: string;
23
25
  /** The unique ID of the association. Never changes. */
24
26
  id?: string;
25
27
  /** Protocol used to connect the IM client. */
@@ -1,10 +1,10 @@
1
- import type { WebitelProtoDataField } from './webitelProtoDataField';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WebitelProtoDataField } from './webitelProtoDataField';
8
8
  import type { WebitelProtoDataLookupValue } from './webitelProtoDataLookupValue';
9
9
  import type { WebitelProtoDataStructIndexes } from './webitelProtoDataStructIndexes';
10
10
  /**
@@ -1,10 +1,10 @@
1
- import type { WfmAbsenceType } from './wfmAbsenceType';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAbsenceType } from './wfmAbsenceType';
8
8
  import type { WfmLookupEntity } from './wfmLookupEntity';
9
9
  export interface WfmAbsence {
10
10
  absentAt?: string;
@@ -1,11 +1,11 @@
1
- import type { WfmAgentScheduleShiftPause } from './wfmAgentScheduleShiftPause';
2
- import type { WfmAgentScheduleShiftSkill } from './wfmAgentScheduleShiftSkill';
3
1
  /**
4
2
  * Generated by orval v7.10.0 🍺
5
3
  * Do not edit manually.
6
4
  * Webitel API
7
5
  * OpenAPI spec version: 24.04.0
8
6
  */
7
+ import type { WfmAgentScheduleShiftPause } from './wfmAgentScheduleShiftPause';
8
+ import type { WfmAgentScheduleShiftSkill } from './wfmAgentScheduleShiftSkill';
9
9
  import type { WfmLookupEntity } from './wfmLookupEntity';
10
10
  export interface WfmAgentScheduleShift {
11
11
  createdAt?: string;
@@ -1,10 +1,10 @@
1
- import type { WfmAgentSchedule } from './wfmAgentSchedule';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAgentSchedule } from './wfmAgentSchedule';
8
8
  import type { WfmLookupEntity } from './wfmLookupEntity';
9
9
  export interface WfmAgentWorkingSchedule {
10
10
  agent?: WfmLookupEntity;
@@ -1,10 +1,10 @@
1
- import type { WfmLookupEntity } from './wfmLookupEntity';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmLookupEntity } from './wfmLookupEntity';
8
8
  import type { WfmPauseTemplateCause } from './wfmPauseTemplateCause';
9
9
  export interface WfmPauseTemplate {
10
10
  causes?: WfmPauseTemplateCause[];
@@ -1,10 +1,10 @@
1
- import type { WfmAgentWorkingSchedule } from './wfmAgentWorkingSchedule';
2
1
  /**
3
2
  * Generated by orval v7.10.0 🍺
4
3
  * Do not edit manually.
5
4
  * Webitel API
6
5
  * OpenAPI spec version: 24.04.0
7
6
  */
7
+ import type { WfmAgentWorkingSchedule } from './wfmAgentWorkingSchedule';
8
8
  import type { WfmHoliday } from './wfmHoliday';
9
9
  export interface WfmSearchAgentsWorkingScheduleResponse {
10
10
  holidays?: WfmHoliday[];
@@ -80,8 +80,8 @@ export declare const agentChatServiceGetAgentChatsResponse: zod.ZodObject<{
80
80
  code: zod.ZodOptional<zod.ZodString>;
81
81
  share: zod.ZodDefault<zod.ZodEnum<{
82
82
  email: "email";
83
- phone: "phone";
84
83
  contact: "contact";
84
+ phone: "phone";
85
85
  location: "location";
86
86
  }>>;
87
87
  text: zod.ZodOptional<zod.ZodString>;
@@ -32,6 +32,7 @@ export declare const searchAgentQueryParams: zod.ZodObject<{
32
32
  export declare const searchAgentResponse: zod.ZodObject<{
33
33
  items: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
34
34
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
35
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
35
36
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
36
37
  id: zod.ZodOptional<zod.ZodString>;
37
38
  name: zod.ZodOptional<zod.ZodString>;
@@ -58,6 +59,7 @@ export declare const searchAgentResponse: zod.ZodObject<{
58
59
  id: zod.ZodOptional<zod.ZodString>;
59
60
  name: zod.ZodOptional<zod.ZodString>;
60
61
  }, zod.core.$strip>>;
62
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
61
63
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
62
64
  id: zod.ZodOptional<zod.ZodString>;
63
65
  name: zod.ZodOptional<zod.ZodString>;
@@ -102,6 +104,7 @@ export declare const createAgentBody: zod.ZodObject<{
102
104
  id: zod.ZodOptional<zod.ZodString>;
103
105
  name: zod.ZodOptional<zod.ZodString>;
104
106
  }, zod.core.$strip>>;
107
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
105
108
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
106
109
  id: zod.ZodOptional<zod.ZodString>;
107
110
  name: zod.ZodOptional<zod.ZodString>;
@@ -118,6 +121,7 @@ export declare const createAgentBody: zod.ZodObject<{
118
121
  }, zod.core.$strip>;
119
122
  export declare const createAgentResponse: zod.ZodObject<{
120
123
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
124
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
121
125
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
122
126
  id: zod.ZodOptional<zod.ZodString>;
123
127
  name: zod.ZodOptional<zod.ZodString>;
@@ -144,6 +148,7 @@ export declare const createAgentResponse: zod.ZodObject<{
144
148
  id: zod.ZodOptional<zod.ZodString>;
145
149
  name: zod.ZodOptional<zod.ZodString>;
146
150
  }, zod.core.$strip>>;
151
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
147
152
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
148
153
  id: zod.ZodOptional<zod.ZodString>;
149
154
  name: zod.ZodOptional<zod.ZodString>;
@@ -457,6 +462,7 @@ export declare const deleteAgentQueryParams: zod.ZodObject<{
457
462
  }, zod.core.$strip>;
458
463
  export declare const deleteAgentResponse: zod.ZodObject<{
459
464
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
465
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
460
466
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
461
467
  id: zod.ZodOptional<zod.ZodString>;
462
468
  name: zod.ZodOptional<zod.ZodString>;
@@ -483,6 +489,7 @@ export declare const deleteAgentResponse: zod.ZodObject<{
483
489
  id: zod.ZodOptional<zod.ZodString>;
484
490
  name: zod.ZodOptional<zod.ZodString>;
485
491
  }, zod.core.$strip>>;
492
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
486
493
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
487
494
  id: zod.ZodOptional<zod.ZodString>;
488
495
  name: zod.ZodOptional<zod.ZodString>;
@@ -514,6 +521,7 @@ export declare const readAgentQueryParams: zod.ZodObject<{
514
521
  }, zod.core.$strip>;
515
522
  export declare const readAgentResponse: zod.ZodObject<{
516
523
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
524
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
517
525
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
518
526
  id: zod.ZodOptional<zod.ZodString>;
519
527
  name: zod.ZodOptional<zod.ZodString>;
@@ -540,6 +548,7 @@ export declare const readAgentResponse: zod.ZodObject<{
540
548
  id: zod.ZodOptional<zod.ZodString>;
541
549
  name: zod.ZodOptional<zod.ZodString>;
542
550
  }, zod.core.$strip>>;
551
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
543
552
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
544
553
  id: zod.ZodOptional<zod.ZodString>;
545
554
  name: zod.ZodOptional<zod.ZodString>;
@@ -585,6 +594,7 @@ export declare const patchAgentBody: zod.ZodObject<{
585
594
  id: zod.ZodOptional<zod.ZodString>;
586
595
  name: zod.ZodOptional<zod.ZodString>;
587
596
  }, zod.core.$strip>>;
597
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
588
598
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
589
599
  id: zod.ZodOptional<zod.ZodString>;
590
600
  name: zod.ZodOptional<zod.ZodString>;
@@ -600,6 +610,7 @@ export declare const patchAgentBody: zod.ZodObject<{
600
610
  }, zod.core.$strip>;
601
611
  export declare const patchAgentResponse: zod.ZodObject<{
602
612
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
613
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
603
614
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
604
615
  id: zod.ZodOptional<zod.ZodString>;
605
616
  name: zod.ZodOptional<zod.ZodString>;
@@ -626,6 +637,7 @@ export declare const patchAgentResponse: zod.ZodObject<{
626
637
  id: zod.ZodOptional<zod.ZodString>;
627
638
  name: zod.ZodOptional<zod.ZodString>;
628
639
  }, zod.core.$strip>>;
640
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
629
641
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
630
642
  id: zod.ZodOptional<zod.ZodString>;
631
643
  name: zod.ZodOptional<zod.ZodString>;
@@ -671,6 +683,7 @@ export declare const updateAgentBody: zod.ZodObject<{
671
683
  id: zod.ZodOptional<zod.ZodString>;
672
684
  name: zod.ZodOptional<zod.ZodString>;
673
685
  }, zod.core.$strip>>;
686
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
674
687
  supervisor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
675
688
  id: zod.ZodOptional<zod.ZodString>;
676
689
  name: zod.ZodOptional<zod.ZodString>;
@@ -687,6 +700,7 @@ export declare const updateAgentBody: zod.ZodObject<{
687
700
  }, zod.core.$strip>;
688
701
  export declare const updateAgentResponse: zod.ZodObject<{
689
702
  allowChannels: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
703
+ allowSetScreenControl: zod.ZodOptional<zod.ZodBoolean>;
690
704
  auditor: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
691
705
  id: zod.ZodOptional<zod.ZodString>;
692
706
  name: zod.ZodOptional<zod.ZodString>;
@@ -713,6 +727,7 @@ export declare const updateAgentResponse: zod.ZodObject<{
713
727
  id: zod.ZodOptional<zod.ZodString>;
714
728
  name: zod.ZodOptional<zod.ZodString>;
715
729
  }, zod.core.$strip>>;
730
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
716
731
  skills: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
717
732
  id: zod.ZodOptional<zod.ZodString>;
718
733
  name: zod.ZodOptional<zod.ZodString>;
@@ -36,6 +36,7 @@ export declare const searchAgentTeamResponse: zod.ZodObject<{
36
36
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
37
37
  name: zod.ZodOptional<zod.ZodString>;
38
38
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
39
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
39
40
  strategy: zod.ZodOptional<zod.ZodString>;
40
41
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
41
42
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -62,6 +63,7 @@ export declare const createAgentTeamBody: zod.ZodObject<{
62
63
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
63
64
  name: zod.ZodOptional<zod.ZodString>;
64
65
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
66
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
65
67
  strategy: zod.ZodOptional<zod.ZodString>;
66
68
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
67
69
  wrapUpTime: zod.ZodOptional<zod.ZodNumber>;
@@ -83,6 +85,7 @@ export declare const createAgentTeamResponse: zod.ZodObject<{
83
85
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
84
86
  name: zod.ZodOptional<zod.ZodString>;
85
87
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
88
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
86
89
  strategy: zod.ZodOptional<zod.ZodString>;
87
90
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
88
91
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -114,6 +117,7 @@ export declare const deleteAgentTeamResponse: zod.ZodObject<{
114
117
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
115
118
  name: zod.ZodOptional<zod.ZodString>;
116
119
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
120
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
117
121
  strategy: zod.ZodOptional<zod.ZodString>;
118
122
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
119
123
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -145,6 +149,7 @@ export declare const readAgentTeamResponse: zod.ZodObject<{
145
149
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
146
150
  name: zod.ZodOptional<zod.ZodString>;
147
151
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
152
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
148
153
  strategy: zod.ZodOptional<zod.ZodString>;
149
154
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
150
155
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -172,6 +177,7 @@ export declare const updateAgentTeamBody: zod.ZodObject<{
172
177
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
173
178
  name: zod.ZodOptional<zod.ZodString>;
174
179
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
180
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
175
181
  strategy: zod.ZodOptional<zod.ZodString>;
176
182
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
177
183
  wrapUpTime: zod.ZodOptional<zod.ZodNumber>;
@@ -193,6 +199,7 @@ export declare const updateAgentTeamResponse: zod.ZodObject<{
193
199
  maxNoAnswer: zod.ZodOptional<zod.ZodNumber>;
194
200
  name: zod.ZodOptional<zod.ZodString>;
195
201
  noAnswerDelayTime: zod.ZodOptional<zod.ZodNumber>;
202
+ screenControl: zod.ZodOptional<zod.ZodBoolean>;
196
203
  strategy: zod.ZodOptional<zod.ZodString>;
197
204
  taskAcceptTimeout: zod.ZodOptional<zod.ZodNumber>;
198
205
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1,5 +1,5 @@
1
1
  import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
- import type { ArticlesArticleVersionsListParams, ArticlesArticlesAttachmentListParams, ArticlesCreateArticleParams, ArticlesDeleteArticleParams, ArticlesListArticles2Params, ArticlesListArticlesParams, ArticlesLocateArticleParams, ArticlesUpdateArticleBody, ArticlesUpdateArticleParams, WebitelKnowledgebaseArticle, WebitelKnowledgebaseArticleList, WebitelKnowledgebaseArticleVersion, WebitelKnowledgebaseArticleVersionList, WebitelKnowledgebaseAttachmentList, WebitelKnowledgebaseInputArticle } from '.././_models';
2
+ import type { ArticlesArticlesAttachmentListParams, ArticlesArticleVersionsListParams, ArticlesCreateArticleParams, ArticlesDeleteArticleParams, ArticlesListArticles2Params, ArticlesListArticlesParams, ArticlesLocateArticleParams, ArticlesUpdateArticleBody, ArticlesUpdateArticleParams, WebitelKnowledgebaseArticle, WebitelKnowledgebaseArticleList, WebitelKnowledgebaseArticleVersion, WebitelKnowledgebaseArticleVersionList, WebitelKnowledgebaseAttachmentList, WebitelKnowledgebaseInputArticle } from '.././_models';
3
3
  export declare const // --- title start
4
4
  getArticles: () => {
5
5
  articlesListArticles: <TData = AxiosResponse<WebitelKnowledgebaseArticleList, any>>(spaceId: string, params?: ArticlesListArticlesParams, options?: AxiosRequestConfig) => Promise<TData>;
@@ -427,18 +427,18 @@ export declare const searchHistoryCallResponse: zod.ZodObject<{
427
427
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
428
428
  action: zod.ZodDefault<zod.ZodEnum<{
429
429
  undefined: "undefined";
430
- STT: "STT";
431
430
  delete: "delete";
431
+ STT: "STT";
432
432
  }>>;
433
433
  createdAt: zod.ZodOptional<zod.ZodString>;
434
434
  errorDetail: zod.ZodOptional<zod.ZodString>;
435
435
  fileId: zod.ZodOptional<zod.ZodString>;
436
436
  id: zod.ZodOptional<zod.ZodString>;
437
437
  state: zod.ZodDefault<zod.ZodEnum<{
438
+ error: "error";
438
439
  idle: "idle";
439
440
  active: "active";
440
441
  finished: "finished";
441
- error: "error";
442
442
  }>>;
443
443
  }, zod.core.$strip>>>;
444
444
  from: zod.ZodOptional<zod.ZodObject<{
@@ -677,18 +677,18 @@ export declare const searchHistoryCallPostResponse: zod.ZodObject<{
677
677
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
678
678
  action: zod.ZodDefault<zod.ZodEnum<{
679
679
  undefined: "undefined";
680
- STT: "STT";
681
680
  delete: "delete";
681
+ STT: "STT";
682
682
  }>>;
683
683
  createdAt: zod.ZodOptional<zod.ZodString>;
684
684
  errorDetail: zod.ZodOptional<zod.ZodString>;
685
685
  fileId: zod.ZodOptional<zod.ZodString>;
686
686
  id: zod.ZodOptional<zod.ZodString>;
687
687
  state: zod.ZodDefault<zod.ZodEnum<{
688
+ error: "error";
688
689
  idle: "idle";
689
690
  active: "active";
690
691
  finished: "finished";
691
- error: "error";
692
692
  }>>;
693
693
  }, zod.core.$strip>>>;
694
694
  from: zod.ZodOptional<zod.ZodObject<{
@@ -1009,18 +1009,18 @@ export declare const patchHistoryCallResponse: zod.ZodObject<{
1009
1009
  filesJob: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
1010
1010
  action: zod.ZodDefault<zod.ZodEnum<{
1011
1011
  undefined: "undefined";
1012
- STT: "STT";
1013
1012
  delete: "delete";
1013
+ STT: "STT";
1014
1014
  }>>;
1015
1015
  createdAt: zod.ZodOptional<zod.ZodString>;
1016
1016
  errorDetail: zod.ZodOptional<zod.ZodString>;
1017
1017
  fileId: zod.ZodOptional<zod.ZodString>;
1018
1018
  id: zod.ZodOptional<zod.ZodString>;
1019
1019
  state: zod.ZodDefault<zod.ZodEnum<{
1020
+ error: "error";
1020
1021
  idle: "idle";
1021
1022
  active: "active";
1022
1023
  finished: "finished";
1023
- error: "error";
1024
1024
  }>>;
1025
1025
  }, zod.core.$strip>>>;
1026
1026
  from: zod.ZodOptional<zod.ZodObject<{
@@ -97,8 +97,8 @@ export declare const casesChatCatalogGetCaseChatHistoryResponse: zod.ZodObject<{
97
97
  code: zod.ZodOptional<zod.ZodString>;
98
98
  share: zod.ZodDefault<zod.ZodEnum<{
99
99
  email: "email";
100
- phone: "phone";
101
100
  contact: "contact";
101
+ phone: "phone";
102
102
  location: "location";
103
103
  }>>;
104
104
  text: zod.ZodOptional<zod.ZodString>;
@@ -151,8 +151,8 @@ export declare const catalogGetDialogsResponse: zod.ZodObject<{
151
151
  code: zod.ZodOptional<zod.ZodString>;
152
152
  share: zod.ZodDefault<zod.ZodEnum<{
153
153
  email: "email";
154
- phone: "phone";
155
154
  contact: "contact";
155
+ phone: "phone";
156
156
  location: "location";
157
157
  }>>;
158
158
  text: zod.ZodOptional<zod.ZodString>;
@@ -362,8 +362,8 @@ export declare const catalogGetHistoryResponse: zod.ZodObject<{
362
362
  code: zod.ZodOptional<zod.ZodString>;
363
363
  share: zod.ZodDefault<zod.ZodEnum<{
364
364
  email: "email";
365
- phone: "phone";
366
365
  contact: "contact";
366
+ phone: "phone";
367
367
  location: "location";
368
368
  }>>;
369
369
  text: zod.ZodOptional<zod.ZodString>;
@@ -510,8 +510,8 @@ export declare const catalogGetHistory2Response: zod.ZodObject<{
510
510
  code: zod.ZodOptional<zod.ZodString>;
511
511
  share: zod.ZodDefault<zod.ZodEnum<{
512
512
  email: "email";
513
- phone: "phone";
514
513
  contact: "contact";
514
+ phone: "phone";
515
515
  location: "location";
516
516
  }>>;
517
517
  text: zod.ZodOptional<zod.ZodString>;
@@ -21,17 +21,17 @@ export declare const configServiceSearchConfigQueryParams: zod.ZodObject<{
21
21
  sort: zod.ZodOptional<zod.ZodString>;
22
22
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
23
23
  object: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
24
+ schema: "schema";
25
+ devices: "devices";
24
26
  contacts: "contacts";
25
27
  cc_list: "cc_list";
26
28
  calendars: "calendars";
27
- devices: "devices";
28
29
  cc_agent: "cc_agent";
29
30
  cc_team: "cc_team";
30
31
  cc_resource: "cc_resource";
31
32
  cc_resource_group: "cc_resource_group";
32
33
  cc_queue: "cc_queue";
33
34
  users: "users";
34
- schema: "schema";
35
35
  chat_bots: "chat_bots";
36
36
  cases: "cases";
37
37
  cc_list_number: "cc_list_number";
@@ -47,9 +47,9 @@ export declare const contactsSearchContactsQueryParams: zod.ZodObject<{
47
47
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
48
48
  qin: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
49
49
  mode: zod.ZodDefault<zod.ZodEnum<{
50
+ DELETE: "DELETE";
50
51
  READ: "READ";
51
52
  WRITE: "WRITE";
52
- DELETE: "DELETE";
53
53
  }>>;
54
54
  notIdGroup: zod.ZodOptional<zod.ZodString>;
55
55
  group: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
@@ -180,6 +180,7 @@ export declare const contactsSearchContactsResponse: zod.ZodObject<{
180
180
  type: zod.ZodOptional<zod.ZodString>;
181
181
  }, zod.core.$strip>>;
182
182
  etag: zod.ZodOptional<zod.ZodString>;
183
+ externalId: zod.ZodOptional<zod.ZodString>;
183
184
  id: zod.ZodOptional<zod.ZodString>;
184
185
  protocol: zod.ZodOptional<zod.ZodString>;
185
186
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -632,6 +633,7 @@ export declare const contactsCreateContactResponse: zod.ZodObject<{
632
633
  type: zod.ZodOptional<zod.ZodString>;
633
634
  }, zod.core.$strip>>;
634
635
  etag: zod.ZodOptional<zod.ZodString>;
636
+ externalId: zod.ZodOptional<zod.ZodString>;
635
637
  id: zod.ZodOptional<zod.ZodString>;
636
638
  protocol: zod.ZodOptional<zod.ZodString>;
637
639
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -983,6 +985,7 @@ export declare const contactsDeleteContactResponse: zod.ZodObject<{
983
985
  type: zod.ZodOptional<zod.ZodString>;
984
986
  }, zod.core.$strip>>;
985
987
  etag: zod.ZodOptional<zod.ZodString>;
988
+ externalId: zod.ZodOptional<zod.ZodString>;
986
989
  id: zod.ZodOptional<zod.ZodString>;
987
990
  protocol: zod.ZodOptional<zod.ZodString>;
988
991
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1213,9 +1216,9 @@ export declare const contactsLocateContactQueryModeDefault = "READ";
1213
1216
  export declare const contactsLocateContactQueryParams: zod.ZodObject<{
1214
1217
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1215
1218
  mode: zod.ZodDefault<zod.ZodEnum<{
1219
+ DELETE: "DELETE";
1216
1220
  READ: "READ";
1217
1221
  WRITE: "WRITE";
1218
- DELETE: "DELETE";
1219
1222
  }>>;
1220
1223
  }, zod.core.$strip>;
1221
1224
  export declare const contactsLocateContactResponse: zod.ZodObject<{
@@ -1340,6 +1343,7 @@ export declare const contactsLocateContactResponse: zod.ZodObject<{
1340
1343
  type: zod.ZodOptional<zod.ZodString>;
1341
1344
  }, zod.core.$strip>>;
1342
1345
  etag: zod.ZodOptional<zod.ZodString>;
1346
+ externalId: zod.ZodOptional<zod.ZodString>;
1343
1347
  id: zod.ZodOptional<zod.ZodString>;
1344
1348
  protocol: zod.ZodOptional<zod.ZodString>;
1345
1349
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -1791,6 +1795,7 @@ export declare const contactsUpdateContactResponse: zod.ZodObject<{
1791
1795
  type: zod.ZodOptional<zod.ZodString>;
1792
1796
  }, zod.core.$strip>>;
1793
1797
  etag: zod.ZodOptional<zod.ZodString>;
1798
+ externalId: zod.ZodOptional<zod.ZodString>;
1794
1799
  id: zod.ZodOptional<zod.ZodString>;
1795
1800
  protocol: zod.ZodOptional<zod.ZodString>;
1796
1801
  updatedAt: zod.ZodOptional<zod.ZodString>;
@@ -87,8 +87,8 @@ export declare const contactsChatCatalogGetContactChatHistory2Response: zod.ZodO
87
87
  code: zod.ZodOptional<zod.ZodString>;
88
88
  share: zod.ZodDefault<zod.ZodEnum<{
89
89
  email: "email";
90
- phone: "phone";
91
90
  contact: "contact";
91
+ phone: "phone";
92
92
  location: "location";
93
93
  }>>;
94
94
  text: zod.ZodOptional<zod.ZodString>;
@@ -216,8 +216,8 @@ export declare const contactsChatCatalogGetContactChatHistoryResponse: zod.ZodOb
216
216
  code: zod.ZodOptional<zod.ZodString>;
217
217
  share: zod.ZodDefault<zod.ZodEnum<{
218
218
  email: "email";
219
- phone: "phone";
220
219
  contact: "contact";
220
+ phone: "phone";
221
221
  location: "location";
222
222
  }>>;
223
223
  text: zod.ZodOptional<zod.ZodString>;