@webitel/api-services 0.0.38 → 0.0.41

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 (178) hide show
  1. package/package.json +1 -1
  2. package/src/api/clients/contactGroups/contactGroups.ts +1 -1
  3. package/src/api/clients/index.ts +1 -0
  4. package/src/api/clients/wtTypes/adjunctTypes/adjunctTypes.ts +162 -0
  5. package/src/api/clients/wtTypes/index.ts +1 -0
  6. package/src/gen/_docs/html/assets/navigation.js +1 -1
  7. package/src/gen/_docs/html/assets/search.js +1 -1
  8. package/src/gen/_docs/html/index.html +1 -1
  9. package/src/gen/_docs/html/interfaces/_models_engineHistoryCall.EngineHistoryCall.html +4 -2
  10. package/src/gen/_docs/html/interfaces/_models_engineHistoryCallCallForm.EngineHistoryCallCallForm.html +3 -0
  11. package/src/gen/_docs/html/modules/_models.html +1 -1
  12. package/src/gen/_docs/html/modules/_models_engineHistoryCallCallForm.html +1 -0
  13. package/src/gen/_docs/html/modules/index.html +1 -1
  14. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.patchHistoryCallResponse.html +1 -1
  15. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallPostResponse.html +1 -1
  16. package/src/gen/_docs/html/variables/call-service_call-service.zod.gen.searchHistoryCallResponse.html +1 -1
  17. package/src/gen/_models/engineHistoryCall.ts +3 -0
  18. package/src/gen/_models/engineHistoryCallCallForm.ts +12 -0
  19. package/src/gen/_models/index.ts +1 -0
  20. package/src/gen/call-service/call-service.msw.api.gen.ts +87 -0
  21. package/src/gen/call-service/call-service.zod.gen.ts +42 -0
  22. package/src/utils/gen/index.ts +2 -2
  23. package/types/api/clients/index.d.ts +1 -0
  24. package/types/api/clients/wtTypes/adjunctTypes/adjunctTypes.d.ts +21 -0
  25. package/types/api/clients/wtTypes/index.d.ts +1 -0
  26. package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
  27. package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
  28. package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
  29. package/types/gen/_models/apiCustomer.d.ts +2 -2
  30. package/types/gen/_models/apiDevice.d.ts +1 -1
  31. package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
  32. package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
  33. package/types/gen/_models/apiLDAProcess.d.ts +2 -2
  34. package/types/gen/_models/apiLicenseV1.d.ts +1 -1
  35. package/types/gen/_models/apiRole.d.ts +3 -3
  36. package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
  37. package/types/gen/_models/apiUser.d.ts +1 -1
  38. package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
  39. package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
  40. package/types/gen/_models/engineActiveCall.d.ts +2 -2
  41. package/types/gen/_models/engineAgent.d.ts +3 -1
  42. package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
  43. package/types/gen/_models/engineAgentServicePatchAgentBody.d.ts +1 -0
  44. package/types/gen/_models/engineAgentServiceUpdateAgentBody.d.ts +1 -0
  45. package/types/gen/_models/engineAgentStatsStatistic.d.ts +1 -0
  46. package/types/gen/_models/engineAgentStatusStatisticItem.d.ts +1 -0
  47. package/types/gen/_models/engineAgentTeam.d.ts +1 -0
  48. package/types/gen/_models/engineAgentTeamServiceUpdateAgentTeamBody.d.ts +1 -0
  49. package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
  50. package/types/gen/_models/engineAttempt.d.ts +1 -1
  51. package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
  52. package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
  53. package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
  54. package/types/gen/_models/engineAuditRate.d.ts +2 -2
  55. package/types/gen/_models/engineCreateAgentRequest.d.ts +1 -0
  56. package/types/gen/_models/engineCreateAgentTeamRequest.d.ts +1 -0
  57. package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
  58. package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
  59. package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
  60. package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
  61. package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
  62. package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
  63. package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
  64. package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
  65. package/types/gen/_models/engineHistoryCall.d.ts +9 -6
  66. package/types/gen/_models/engineHistoryCallCallForm.d.ts +11 -0
  67. package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
  68. package/types/gen/_models/engineOutboundResource.d.ts +1 -1
  69. package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
  70. package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
  71. package/types/gen/_models/engineQuestion.d.ts +1 -1
  72. package/types/gen/_models/engineQueue.d.ts +2 -2
  73. package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
  74. package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
  75. package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
  76. package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
  77. package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
  78. package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
  79. package/types/gen/_models/engineSystemSettingName.d.ts +4 -0
  80. package/types/gen/_models/engineTeamHook.d.ts +1 -1
  81. package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
  82. package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
  83. package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
  84. package/types/gen/_models/engineTrigger.d.ts +1 -1
  85. package/types/gen/_models/engineTriggerJob.d.ts +1 -1
  86. package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
  87. package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
  88. package/types/gen/_models/googleRpcStatus.d.ts +12 -0
  89. package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
  90. package/types/gen/_models/searchSystemSettingNameItem.d.ts +4 -0
  91. package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
  92. package/types/gen/_models/storageFile.d.ts +2 -2
  93. package/types/gen/_models/storageFilePolicy.d.ts +1 -1
  94. package/types/gen/_models/storageImportTemplate.d.ts +2 -2
  95. package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
  96. package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
  97. package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
  98. package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
  99. package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
  100. package/types/gen/_models/storageUploadP2PVideoResponse.d.ts +1 -0
  101. package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
  102. package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
  103. package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
  104. package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
  105. package/types/gen/_models/webitelCasesCase.d.ts +3 -2
  106. package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
  107. package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
  108. package/types/gen/_models/webitelCasesFile.d.ts +3 -3
  109. package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
  110. package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
  111. package/types/gen/_models/webitelCasesInputSource.d.ts +0 -1
  112. package/types/gen/_models/webitelCasesService.d.ts +1 -1
  113. package/types/gen/_models/webitelCasesSource.d.ts +5 -6
  114. package/types/gen/_models/webitelCasesStatus.d.ts +16 -0
  115. package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
  116. package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
  117. package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
  118. package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
  119. package/types/gen/_models/webitelChatDialog.d.ts +1 -1
  120. package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
  121. package/types/gen/_models/webitelContactsComment.d.ts +1 -1
  122. package/types/gen/_models/webitelContactsIMClient.d.ts +2 -0
  123. package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
  124. package/types/gen/_models/wfmAbsence.d.ts +1 -1
  125. package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
  126. package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
  127. package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
  128. package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
  129. package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
  130. package/types/gen/agent-service/agent-service.zod.gen.d.ts +17 -0
  131. package/types/gen/agent-team-service/agent-team-service.zod.gen.d.ts +7 -0
  132. package/types/gen/articles/articles.api.gen.d.ts +1 -1
  133. package/types/gen/call-service/call-service.zod.gen.d.ts +30 -6
  134. package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
  135. package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
  136. package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
  137. package/types/gen/contacts/contacts.zod.gen.d.ts +7 -2
  138. package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
  139. package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +22 -22
  140. package/types/gen/extensions/extensions.zod.gen.d.ts +16 -16
  141. package/types/gen/file-service/file-service.api.gen.d.ts +5 -1
  142. package/types/gen/file-service/file-service.msw.api.gen.d.ts +5 -1
  143. package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
  144. package/types/gen/groups/groups.zod.gen.d.ts +2 -0
  145. package/types/gen/imclients/imclients.zod.gen.d.ts +1 -0
  146. package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
  147. package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
  148. package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
  149. package/types/gen/system-setting-service/system-setting-service.zod.gen.d.ts +32 -0
  150. package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
  151. package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +15 -15
  152. package/types/gen/types/types.zod.gen.d.ts +4 -4
  153. package/types/gen/user-helper-service/user-helper-service.api.gen.d.ts +3 -1
  154. package/types/gen/user-helper-service/user-helper-service.msw.api.gen.d.ts +3 -1
  155. package/types/gen/user-helper-service/user-helper-service.zod.gen.d.ts +24 -0
  156. package/types/utils/gen/index.d.ts +12 -6
  157. package/src/gen/_docs/.nojekyll +0 -1
  158. package/types/api/clients/roles/roles.d.ts +0 -31
  159. package/types/defaults/index.d.ts +0 -2
  160. package/types/gen/_models/casesCaseCustom.d.ts +0 -12
  161. package/types/gen/_models/casesInputCaseCustom.d.ts +0 -12
  162. package/types/gen/_models/casesInputCreateCaseCustom.d.ts +0 -12
  163. package/types/gen/_models/configServicePatchConfigBody.d.ts +0 -15
  164. package/types/gen/_models/configServiceUpdateConfigBody.d.ts +0 -14
  165. package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
  166. package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
  167. package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
  168. package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
  169. package/types/gen/_models/protobufNullValue.d.ts +0 -18
  170. package/types/gen/_models/readSystemObjectsParams.d.ts +0 -9
  171. package/types/gen/_models/searchConfigObjectItem.d.ts +0 -25
  172. package/types/gen/_models/searchConfigParams.d.ts +0 -18
  173. package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +0 -14
  174. package/types/gen/_models/searchLogByConfigIdParams.d.ts +0 -19
  175. package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +0 -14
  176. package/types/gen/_models/searchLogByRecordIdParams.d.ts +0 -22
  177. package/types/gen/_models/searchLogByUserIdActionItem.d.ts +0 -14
  178. package/types/gen/_models/searchLogByUserIdParams.d.ts +0 -25
@@ -15,6 +15,7 @@ export interface EngineCreateAgentRequest {
15
15
  isSupervisor?: boolean;
16
16
  progressiveCount?: number;
17
17
  region?: EngineLookup;
18
+ screenControl?: boolean;
18
19
  supervisor?: EngineLookup[];
19
20
  taskCount?: number;
20
21
  team?: EngineLookup;
@@ -15,6 +15,7 @@ export interface EngineCreateAgentTeamRequest {
15
15
  maxNoAnswer?: number;
16
16
  name?: string;
17
17
  noAnswerDelayTime?: number;
18
+ screenControl?: boolean;
18
19
  strategy?: string;
19
20
  taskAcceptTimeout?: number;
20
21
  wrapUpTime?: number;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineQuestion } from './engineQuestion';
9
9
  export interface EngineCreateAuditFormRequest {
10
10
  description?: string;
@@ -1,10 +1,10 @@
1
- import type { EngineCreateCallRequestCallSettings } from './engineCreateCallRequestCallSettings';
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 { EngineCreateCallRequestCallSettings } from './engineCreateCallRequestCallSettings';
8
8
  import type { EngineCreateCallRequestEndpointRequest } from './engineCreateCallRequestEndpointRequest';
9
9
  export interface EngineCreateCallRequest {
10
10
  destination?: string;
@@ -1,10 +1,10 @@
1
- import type { EngineCreateMemberBulkItemVariables } from './engineCreateMemberBulkItemVariables';
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 { EngineCreateMemberBulkItemVariables } from './engineCreateMemberBulkItemVariables';
8
8
  import type { EngineLookup } from './engineLookup';
9
9
  import type { EngineMemberCommunicationCreateRequest } from './engineMemberCommunicationCreateRequest';
10
10
  export interface EngineCreateMemberBulkItem {
@@ -1,11 +1,11 @@
1
- import type { EngineCreateOutboundResourceRequestVariables } from './engineCreateOutboundResourceRequestVariables';
2
- import type { EngineLookup } from './engineLookup';
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 { EngineCreateOutboundResourceRequestVariables } from './engineCreateOutboundResourceRequestVariables';
8
+ import type { EngineLookup } from './engineLookup';
9
9
  import type { EngineOutboundResourceParameters } from './engineOutboundResourceParameters';
10
10
  export interface EngineCreateOutboundResourceRequest {
11
11
  parameters?: EngineOutboundResourceParameters;
@@ -1,11 +1,11 @@
1
- import type { EngineCreateQueueRequestVariables } from './engineCreateQueueRequestVariables';
2
- import type { EngineLookup } from './engineLookup';
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 { EngineCreateQueueRequestVariables } from './engineCreateQueueRequestVariables';
8
+ import type { EngineLookup } from './engineLookup';
9
9
  import type { EngineTag } from './engineTag';
10
10
  import type { EngineTaskProcessing } from './engineTaskProcessing';
11
11
  export interface EngineCreateQueueRequest {
@@ -1,10 +1,10 @@
1
- import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
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 { EngineRoutingSchemaType } from './engineRoutingSchemaType';
8
8
  import type { EngineSchemaTag } from './engineSchemaTag';
9
9
  export interface EngineCreateRoutingSchemaRequest {
10
10
  tags?: EngineSchemaTag[];
@@ -1,11 +1,11 @@
1
- import type { EngineCreateTriggerRequestVariables } from './engineCreateTriggerRequestVariables';
2
- import type { EngineLookup } from './engineLookup';
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 { EngineCreateTriggerRequestVariables } from './engineCreateTriggerRequestVariables';
8
+ import type { EngineLookup } from './engineLookup';
9
9
  import type { EngineTriggerEventType } from './engineTriggerEventType';
10
10
  import type { EngineTriggerObjectType } from './engineTriggerObjectType';
11
11
  import type { EngineTriggerType } from './engineTriggerType';
@@ -1,10 +1,10 @@
1
- import type { EngineDeleteAllMembersRequestVariables } from './engineDeleteAllMembersRequestVariables';
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 { EngineDeleteAllMembersRequestVariables } from './engineDeleteAllMembersRequestVariables';
8
8
  import type { EngineFilterBetween } from './engineFilterBetween';
9
9
  export interface EngineDeleteAllMembersRequest {
10
10
  agentId?: number[];
@@ -1,16 +1,17 @@
1
+ /**
2
+ * Generated by orval v7.10.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
1
7
  import type { EngineCallAnnotation } from './engineCallAnnotation';
2
8
  import type { EngineCallFile } from './engineCallFile';
3
9
  import type { EngineCallHold } from './engineCallHold';
4
10
  import type { EngineEndpoint } from './engineEndpoint';
5
11
  import type { EngineHistoryCallBlindTransfer } from './engineHistoryCallBlindTransfer';
12
+ import type { EngineHistoryCallCallForm } from './engineHistoryCallCallForm';
6
13
  import type { EngineHistoryCallVariables } from './engineHistoryCallVariables';
7
14
  import type { EngineHistoryFileJob } from './engineHistoryFileJob';
8
- /**
9
- * Generated by orval v7.10.0 🍺
10
- * Do not edit manually.
11
- * Webitel API
12
- * OpenAPI spec version: 24.04.0
13
- */
14
15
  import type { EngineLookup } from './engineLookup';
15
16
  import type { EngineTranscriptLookup } from './engineTranscriptLookup';
16
17
  export interface EngineHistoryCall {
@@ -34,12 +35,14 @@ export interface EngineHistoryCall {
34
35
  contact?: EngineLookup;
35
36
  createdAt?: string;
36
37
  destination?: string;
38
+ destinationName?: string;
37
39
  direction?: string;
38
40
  display?: string;
39
41
  duration?: number;
40
42
  extension?: string;
41
43
  files?: EngineCallFile[];
42
44
  filesJob?: EngineHistoryFileJob[];
45
+ forms?: EngineHistoryCallCallForm[];
43
46
  from?: EngineEndpoint;
44
47
  fromNumber?: string;
45
48
  gateway?: EngineLookup;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.10.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import type { EngineLookup } from './engineLookup';
8
+ export interface EngineHistoryCallCallForm {
9
+ agent?: EngineLookup;
10
+ reportingAt?: string;
11
+ }
@@ -1,10 +1,10 @@
1
- import type { EngineQueueReportGeneral } from './engineQueueReportGeneral';
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 { EngineQueueReportGeneral } from './engineQueueReportGeneral';
8
8
  import type { EngineQueueReportGeneralAgentStatus } from './engineQueueReportGeneralAgentStatus';
9
9
  export interface EngineListReportGeneral {
10
10
  aggs?: EngineQueueReportGeneralAgentStatus;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineOutboundResourceParameters } from './engineOutboundResourceParameters';
9
9
  import type { EngineOutboundResourceVariables } from './engineOutboundResourceVariables';
10
10
  export interface EngineOutboundResource {
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineOutboundResourceParameters } from './engineOutboundResourceParameters';
9
9
  import type { EngineOutboundResourceServicePatchOutboundResourceBodyVariables } from './engineOutboundResourceServicePatchOutboundResourceBodyVariables';
10
10
  export interface EngineOutboundResourceServicePatchOutboundResourceBody {
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineOutboundResourceParameters } from './engineOutboundResourceParameters';
9
9
  import type { EngineOutboundResourceServiceUpdateOutboundResourceBodyVariables } from './engineOutboundResourceServiceUpdateOutboundResourceBodyVariables';
10
10
  export interface EngineOutboundResourceServiceUpdateOutboundResourceBody {
@@ -1,10 +1,10 @@
1
- import type { EngineAuditQuestionType } from './engineAuditQuestionType';
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 { EngineAuditQuestionType } from './engineAuditQuestionType';
8
8
  import type { EngineQuestionOption } from './engineQuestionOption';
9
9
  export interface EngineQuestion {
10
10
  criticalViolation?: boolean;
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { EngineQueueVariables } from './engineQueueVariables';
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 { EngineLookup } from './engineLookup';
8
+ import type { EngineQueueVariables } from './engineQueueVariables';
9
9
  import type { EngineTag } from './engineTag';
10
10
  import type { EngineTaskProcessing } from './engineTaskProcessing';
11
11
  export interface EngineQueue {
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineQueueReportGeneralAgentStatus } from './engineQueueReportGeneralAgentStatus';
9
9
  export interface EngineQueueReportGeneral {
10
10
  abandoned?: number;
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { EngineQueueServicePatchQueueBodyVariables } from './engineQueueServicePatchQueueBodyVariables';
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 { EngineLookup } from './engineLookup';
8
+ import type { EngineQueueServicePatchQueueBodyVariables } from './engineQueueServicePatchQueueBodyVariables';
9
9
  import type { EngineTag } from './engineTag';
10
10
  import type { EngineTaskProcessing } from './engineTaskProcessing';
11
11
  export interface EngineQueueServicePatchQueueBody {
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { EngineQueueServiceUpdateQueueBodyVariables } from './engineQueueServiceUpdateQueueBodyVariables';
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 { EngineLookup } from './engineLookup';
8
+ import type { EngineQueueServiceUpdateQueueBodyVariables } from './engineQueueServiceUpdateQueueBodyVariables';
9
9
  import type { EngineTag } from './engineTag';
10
10
  import type { EngineTaskProcessing } from './engineTaskProcessing';
11
11
  export interface EngineQueueServiceUpdateQueueBody {
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
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 { EngineLookup } from './engineLookup';
8
+ import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
9
9
  import type { EngineSchemaTag } from './engineSchemaTag';
10
10
  export interface EngineRoutingSchema {
11
11
  tags?: EngineSchemaTag[];
@@ -1,10 +1,10 @@
1
- import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
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 { EngineRoutingSchemaType } from './engineRoutingSchemaType';
8
8
  import type { EngineSchemaTag } from './engineSchemaTag';
9
9
  export interface EngineRoutingSchemaServicePatchRoutingSchemaBody {
10
10
  tags?: EngineSchemaTag[];
@@ -1,10 +1,10 @@
1
- import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
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 { EngineRoutingSchemaType } from './engineRoutingSchemaType';
8
8
  import type { EngineSchemaTag } from './engineSchemaTag';
9
9
  export interface EngineRoutingSchemaServiceUpdateRoutingSchemaBody {
10
10
  tags?: EngineSchemaTag[];
@@ -30,4 +30,8 @@ export declare const EngineSystemSettingName: {
30
30
  readonly TaskEndPushNotification: "task_end_push_notification";
31
31
  readonly PushNotificationTimeout: "push_notification_timeout";
32
32
  readonly LabelsToLimitContacts: "labels_to_limit_contacts";
33
+ readonly AutolinkMailToContact: "autolink_mail_to_contact";
34
+ readonly NewMessageSoundNotification: "new_message_sound_notification";
35
+ readonly NewChatSoundNotification: "new_chat_sound_notification";
36
+ readonly ScreenshotInterval: "screenshot_interval";
33
37
  };
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTeamHookEvent } from './engineTeamHookEvent';
9
9
  export interface EngineTeamHook {
10
10
  enabled?: boolean;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTeamHookEvent } from './engineTeamHookEvent';
9
9
  export interface EngineTeamHookServiceCreateTeamHookBody {
10
10
  enabled?: boolean;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTeamHookEvent } from './engineTeamHookEvent';
9
9
  export interface EngineTeamHookServicePatchTeamHookBody {
10
10
  enabled?: boolean;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTeamHookEvent } from './engineTeamHookEvent';
9
9
  export interface EngineTeamHookServiceUpdateTeamHookBody {
10
10
  enabled?: boolean;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTriggerEventType } from './engineTriggerEventType';
9
9
  import type { EngineTriggerObjectType } from './engineTriggerObjectType';
10
10
  import type { EngineTriggerType } from './engineTriggerType';
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTriggerJobState } from './engineTriggerJobState';
9
9
  export interface EngineTriggerJob {
10
10
  createdAt?: string;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTriggerEventType } from './engineTriggerEventType';
9
9
  import type { EngineTriggerObjectType } from './engineTriggerObjectType';
10
10
  import type { EngineTriggerServicePatchTriggerBodyVariables } from './engineTriggerServicePatchTriggerBodyVariables';
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { EngineTriggerEventType } from './engineTriggerEventType';
9
9
  import type { EngineTriggerObjectType } from './engineTriggerObjectType';
10
10
  import type { EngineTriggerServiceUpdateTriggerBodyVariables } from './engineTriggerServiceUpdateTriggerBodyVariables';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Generated by orval v7.10.0 🍺
3
+ * Do not edit manually.
4
+ * Webitel API
5
+ * OpenAPI spec version: 24.04.0
6
+ */
7
+ import type { GoogleProtobufAny } from './googleProtobufAny';
8
+ export interface GoogleRpcStatus {
9
+ code?: number;
10
+ details?: GoogleProtobufAny[];
11
+ message?: string;
12
+ }
@@ -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 type PauseTemplateServiceUpdatePauseTemplateBodyItem = {
10
10
  causes?: WfmPauseTemplateCause[];
@@ -30,4 +30,8 @@ export declare const SearchSystemSettingNameItem: {
30
30
  readonly task_end_push_notification: "task_end_push_notification";
31
31
  readonly push_notification_timeout: "push_notification_timeout";
32
32
  readonly labels_to_limit_contacts: "labels_to_limit_contacts";
33
+ readonly autolink_mail_to_contact: "autolink_mail_to_contact";
34
+ readonly new_message_sound_notification: "new_message_sound_notification";
35
+ readonly new_chat_sound_notification: "new_chat_sound_notification";
36
+ readonly screenshot_interval: "screenshot_interval";
33
37
  };
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { StorageCreateImportTemplateRequestParameters } from './storageCreateImportTemplateRequestParameters';
9
9
  import type { StorageImportSourceType } from './storageImportSourceType';
10
10
  /**
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { StorageThumbnail } from './storageThumbnail';
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 { EngineLookup } from './engineLookup';
8
+ import type { StorageThumbnail } from './storageThumbnail';
9
9
  import type { StorageUploadFileChannel } from './storageUploadFileChannel';
10
10
  export interface StorageFile {
11
11
  channel?: StorageUploadFileChannel;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { StorageUploadFileChannel } from './storageUploadFileChannel';
9
9
  export interface StorageFilePolicy {
10
10
  channels?: StorageUploadFileChannel[];
@@ -1,11 +1,11 @@
1
- import type { EngineLookup } from './engineLookup';
2
- import type { StorageImportSourceType } from './storageImportSourceType';
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 { EngineLookup } from './engineLookup';
8
+ import type { StorageImportSourceType } from './storageImportSourceType';
9
9
  import type { StorageImportTemplateParameters } from './storageImportTemplateParameters';
10
10
  export interface StorageImportTemplate {
11
11
  parameters?: StorageImportTemplateParameters;
@@ -1,10 +1,10 @@
1
- import type { StorageThumbnail } from './storageThumbnail';
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 { StorageThumbnail } from './storageThumbnail';
8
8
  import type { StorageUploadStatusCode } from './storageUploadStatusCode';
9
9
  export interface StorageSafeUploadFileResponseMetadata {
10
10
  code?: StorageUploadStatusCode;
@@ -1,11 +1,11 @@
1
- import type { StorageProviderType } from './storageProviderType';
2
- import type { StorageServiceType } from './storageServiceType';
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 { StorageProviderType } from './storageProviderType';
8
+ import type { StorageServiceType } from './storageServiceType';
9
9
  import type { StorageUpdateCognitiveProfileRequestProperties } from './storageUpdateCognitiveProfileRequestProperties';
10
10
  export interface StorageUpdateCognitiveProfileRequest {
11
11
  default?: boolean;
@@ -1,10 +1,10 @@
1
- import type { EngineLookup } from './engineLookup';
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 { EngineLookup } from './engineLookup';
8
8
  import type { StorageUpdateImportTemplateRequestParameters } from './storageUpdateImportTemplateRequestParameters';
9
9
  /**
10
10
  * Update import template for CSV
@@ -1,10 +1,10 @@
1
- import type { StorageThumbnail } from './storageThumbnail';
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 { StorageThumbnail } from './storageThumbnail';
8
8
  import type { StorageUploadStatusCode } from './storageUploadStatusCode';
9
9
  export interface StorageUploadFileResponse {
10
10
  code?: StorageUploadStatusCode;
@@ -1,10 +1,10 @@
1
- import type { StorageThumbnail } from './storageThumbnail';
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 { StorageThumbnail } from './storageThumbnail';
8
8
  import type { StorageUploadStatusCode } from './storageUploadStatusCode';
9
9
  export interface StorageUploadFileUrlResponse {
10
10
  code?: StorageUploadStatusCode;
@@ -5,5 +5,6 @@
5
5
  * OpenAPI spec version: 24.04.0
6
6
  */
7
7
  export interface StorageUploadP2PVideoResponse {
8
+ id?: string;
8
9
  sdpAnswer?: string;
9
10
  }
@@ -1,10 +1,10 @@
1
- import type { ApiLicenseUser } from './apiLicenseUser';
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 { ApiLicenseUser } from './apiLicenseUser';
8
8
  import type { ApiObjectId } from './apiObjectId';
9
9
  import type { ApiPermission } from './apiPermission';
10
10
  import type { ApiUserId } from './apiUserId';