@webitel/api-services 0.0.30 → 0.0.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.
- package/package.json +3 -3
- package/src/api/transformers/generateUrl/generateUrl.transformer.ts +1 -1
- package/src/gen/_docs/html/assets/navigation.js +1 -1
- package/src/gen/_docs/html/assets/search.js +1 -1
- package/src/gen/_docs/html/index.html +1 -1
- package/src/gen/_docs/html/interfaces/_models_webitelCasesFile.WebitelCasesFile.html +4 -5
- package/src/gen/_docs/html/interfaces/_models_webitelContactsIMClient.WebitelContactsIMClient.html +4 -2
- package/src/gen/_docs/html/modules/_models.html +1 -1
- package/src/gen/_docs/html/modules/index.html +1 -1
- package/src/gen/_docs/html/types/_models_searchCases2Params.SearchCases2Params.html +4 -12
- package/src/gen/_docs/html/types/_models_searchCasesParams.SearchCasesParams.html +4 -12
- package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.deleteFileResponse.html +1 -1
- package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.listFilesResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.createCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.deleteCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.locateCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCases2QueryParams.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCasesQueryParams.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsCreateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsDeleteContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsLocateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsUpdateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/imclients_imclients.zod.gen.iMClientsListIMClientsResponse.html +1 -1
- package/src/gen/_models/index.ts +0 -1
- package/src/gen/_models/searchCases2Params.ts +2 -18
- package/src/gen/_models/searchCasesParams.ts +2 -18
- package/src/gen/_models/webitelCasesFile.ts +2 -3
- package/src/gen/_models/webitelContactsIMClient.ts +2 -0
- package/src/gen/case-files/case-files.msw.api.gen.ts +8 -26
- package/src/gen/case-files/case-files.zod.gen.ts +2 -12
- package/src/gen/cases/cases.msw.api.gen.ts +28 -91
- package/src/gen/cases/cases.zod.gen.ts +13 -74
- package/src/gen/contacts/contacts.msw.api.gen.ts +20 -0
- package/src/gen/contacts/contacts.zod.gen.ts +20 -0
- package/src/gen/groups/groups.msw.api.gen.ts +8 -0
- package/src/gen/groups/groups.zod.gen.ts +8 -0
- package/src/gen/imclients/imclients.msw.api.gen.ts +4 -0
- package/src/gen/imclients/imclients.zod.gen.ts +1 -0
- package/types/defaults/index.d.ts +2 -0
- package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
- package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
- package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
- package/types/gen/_models/apiCustomer.d.ts +2 -2
- package/types/gen/_models/apiDevice.d.ts +1 -1
- package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAProcess.d.ts +2 -2
- package/types/gen/_models/apiLicenseV1.d.ts +1 -1
- package/types/gen/_models/apiRole.d.ts +3 -3
- package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
- package/types/gen/_models/apiUser.d.ts +1 -1
- package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
- package/types/gen/_models/configServicePatchConfigBody.d.ts +15 -0
- package/types/gen/_models/configServiceUpdateConfigBody.d.ts +14 -0
- package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
- package/types/gen/_models/engineActiveCall.d.ts +2 -2
- package/types/gen/_models/engineAgent.d.ts +1 -1
- package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
- package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
- package/types/gen/_models/engineAttempt.d.ts +1 -1
- package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditRate.d.ts +2 -2
- package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
- package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
- package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
- package/types/gen/_models/engineHistoryCall.d.ts +6 -6
- package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineOutboundResource.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineQuestion.d.ts +1 -1
- package/types/gen/_models/engineQueue.d.ts +2 -2
- package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
- package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHook.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTrigger.d.ts +1 -1
- package/types/gen/_models/engineTriggerJob.d.ts +1 -1
- package/types/gen/_models/engineTriggerObjectType.d.ts +0 -1
- package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
- package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
- package/types/gen/_models/fileServiceSearchFilesChannelItem.d.ts +0 -2
- package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +12 -0
- package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +9 -0
- package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +10 -0
- package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +9 -0
- package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
- package/types/gen/_models/readSystemObjectsParams.d.ts +9 -0
- package/types/gen/_models/searchConfigObjectItem.d.ts +25 -0
- package/types/gen/_models/searchConfigParams.d.ts +18 -0
- package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByConfigIdParams.d.ts +19 -0
- package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByRecordIdParams.d.ts +22 -0
- package/types/gen/_models/searchLogByUserIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByUserIdParams.d.ts +25 -0
- package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageFile.d.ts +2 -2
- package/types/gen/_models/storageFilePolicy.d.ts +1 -1
- package/types/gen/_models/storageImportTemplate.d.ts +2 -2
- package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
- package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
- package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageUploadFileChannel.d.ts +0 -2
- package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
- package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
- package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
- package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesCase.d.ts +1 -1
- package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputSource.d.ts +1 -0
- package/types/gen/_models/webitelCasesService.d.ts +1 -1
- package/types/gen/_models/webitelCasesSource.d.ts +6 -5
- package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
- package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
- package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
- package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
- package/types/gen/_models/webitelChatDialog.d.ts +1 -1
- package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
- package/types/gen/_models/webitelContactsComment.d.ts +1 -1
- package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
- package/types/gen/_models/wfmAbsence.d.ts +1 -1
- package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
- package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
- package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
- package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
- package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
- package/types/gen/articles/articles.api.gen.d.ts +1 -1
- package/types/gen/call-service/call-service.zod.gen.d.ts +6 -6
- package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
- package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
- package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
- package/types/gen/contacts/contacts.zod.gen.d.ts +2 -2
- package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
- package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +33 -33
- package/types/gen/extensions/extensions.zod.gen.d.ts +24 -24
- package/types/gen/file-policies-service/file-policies-service.zod.gen.d.ts +0 -18
- package/types/gen/file-service/file-service.api.gen.d.ts +1 -3
- package/types/gen/file-service/file-service.msw.api.gen.d.ts +1 -3
- package/types/gen/file-service/file-service.zod.gen.d.ts +0 -18
- package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
- package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
- package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
- package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
- package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +15 -24
- package/types/gen/types/types.zod.gen.d.ts +6 -6
- package/src/gen/_docs/html/interfaces/_models_webitelCasesCaseQueryTarget.WebitelCasesCaseQueryTarget.html +0 -10
- package/src/gen/_docs/html/modules/_models_webitelCasesCaseQueryTarget.html +0 -1
- package/src/gen/_models/webitelCasesCaseQueryTarget.ts +0 -20
- package/types/gen/_models/webitelCasesCaseQueryTarget.d.ts +0 -19
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineAttemptVariables } from './engineAttemptVariables';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineAttemptVariables } from './engineAttemptVariables';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
import type { EngineMemberCommunication } from './engineMemberCommunication';
|
|
10
10
|
export interface EngineAttempt {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineAttemptHistoryVariables } from './engineAttemptHistoryVariables';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineAttemptHistoryVariables } from './engineAttemptHistoryVariables';
|
|
8
8
|
import type { EngineLookup } from './engineLookup';
|
|
9
9
|
import type { EngineMemberCommunication } from './engineMemberCommunication';
|
|
10
10
|
export interface EngineAttemptHistory {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineLookup } from './engineLookup';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineLookup } from './engineLookup';
|
|
8
8
|
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
export interface EngineAuditFormServicePatchAuditFormBody {
|
|
10
10
|
description?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineLookup } from './engineLookup';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineLookup } from './engineLookup';
|
|
8
8
|
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
export interface EngineAuditFormServiceUpdateAuditFormBody {
|
|
10
10
|
description?: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import type { EngineLookup } from './engineLookup';
|
|
2
|
+
import type { EngineQuestion } from './engineQuestion';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
7
|
-
import type { EngineLookup } from './engineLookup';
|
|
8
|
-
import type { EngineQuestion } from './engineQuestion';
|
|
9
9
|
import type { EngineQuestionAnswer } from './engineQuestionAnswer';
|
|
10
10
|
export interface EngineAuditRate {
|
|
11
11
|
answers?: EngineQuestionAnswer[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineLookup } from './engineLookup';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineDeleteAllMembersRequestVariables } from './engineDeleteAllMembersRequestVariables';
|
|
8
8
|
import type { EngineFilterBetween } from './engineFilterBetween';
|
|
9
9
|
export interface EngineDeleteAllMembersRequest {
|
|
10
10
|
agentId?: number[];
|
|
@@ -1,9 +1,3 @@
|
|
|
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
1
|
import type { EngineCallAnnotation } from './engineCallAnnotation';
|
|
8
2
|
import type { EngineCallFile } from './engineCallFile';
|
|
9
3
|
import type { EngineCallHold } from './engineCallHold';
|
|
@@ -11,6 +5,12 @@ import type { EngineEndpoint } from './engineEndpoint';
|
|
|
11
5
|
import type { EngineHistoryCallBlindTransfer } from './engineHistoryCallBlindTransfer';
|
|
12
6
|
import type { EngineHistoryCallVariables } from './engineHistoryCallVariables';
|
|
13
7
|
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
14
|
import type { EngineLookup } from './engineLookup';
|
|
15
15
|
import type { EngineTranscriptLookup } from './engineTranscriptLookup';
|
|
16
16
|
export interface EngineHistoryCall {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineQueueReportGeneral } from './engineQueueReportGeneral';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
3
|
/**
|
|
2
4
|
* Generated by orval v7.10.0 🍺
|
|
3
5
|
* Do not edit manually.
|
|
4
6
|
* Webitel API
|
|
5
7
|
* OpenAPI spec version: 24.04.0
|
|
6
8
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { EngineRoutingSchemaType } from './engineRoutingSchemaType';
|
|
8
8
|
import type { EngineSchemaTag } from './engineSchemaTag';
|
|
9
9
|
export interface EngineRoutingSchemaServiceUpdateRoutingSchemaBody {
|
|
10
10
|
tags?: EngineSchemaTag[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { EngineLookup } from './engineLookup';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
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';
|
|
@@ -14,6 +14,4 @@ export declare const FileServiceSearchFilesChannelItem: {
|
|
|
14
14
|
readonly MediaChannel: "MediaChannel";
|
|
15
15
|
readonly KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
16
16
|
readonly CasesChannel: "CasesChannel";
|
|
17
|
-
readonly ScreenshotChannel: "ScreenshotChannel";
|
|
18
|
-
readonly ScreenSharingChannel: "ScreenSharingChannel";
|
|
19
17
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { WfmLookupEntity } from './wfmLookupEntity';
|
|
1
2
|
/**
|
|
2
3
|
* Generated by orval v7.10.0 🍺
|
|
3
4
|
* Do not edit manually.
|
|
4
5
|
* Webitel API
|
|
5
6
|
* OpenAPI spec version: 24.04.0
|
|
6
7
|
*/
|
|
7
|
-
import type { WfmLookupEntity } from './wfmLookupEntity';
|
|
8
8
|
import type { WfmPauseTemplateCause } from './wfmPauseTemplateCause';
|
|
9
9
|
export type PauseTemplateServiceUpdatePauseTemplateBodyItem = {
|
|
10
10
|
causes?: WfmPauseTemplateCause[];
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.9.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webitel API
|
|
5
|
+
* OpenAPI spec version: 24.04.0
|
|
6
|
+
*/
|
|
7
|
+
export type SearchConfigObjectItem = (typeof SearchConfigObjectItem)[keyof typeof SearchConfigObjectItem];
|
|
8
|
+
export declare const SearchConfigObjectItem: {
|
|
9
|
+
readonly cc_queue: "cc_queue";
|
|
10
|
+
readonly schema: "schema";
|
|
11
|
+
readonly users: "users";
|
|
12
|
+
readonly devices: "devices";
|
|
13
|
+
readonly calendars: "calendars";
|
|
14
|
+
readonly cc_list: "cc_list";
|
|
15
|
+
readonly cc_team: "cc_team";
|
|
16
|
+
readonly cc_agent: "cc_agent";
|
|
17
|
+
readonly cc_resource: "cc_resource";
|
|
18
|
+
readonly cc_resource_group: "cc_resource_group";
|
|
19
|
+
readonly chat_bots: "chat_bots";
|
|
20
|
+
readonly cases: "cases";
|
|
21
|
+
readonly contacts: "contacts";
|
|
22
|
+
readonly cc_list_number: "cc_list_number";
|
|
23
|
+
readonly case_comments: "case_comments";
|
|
24
|
+
readonly record_file: "record_file";
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.9.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webitel API
|
|
5
|
+
* OpenAPI spec version: 24.04.0
|
|
6
|
+
*/
|
|
7
|
+
import type { SearchConfigObjectItem } from './searchConfigObjectItem';
|
|
8
|
+
export type SearchConfigParams = {
|
|
9
|
+
page?: number;
|
|
10
|
+
size?: number;
|
|
11
|
+
q?: string;
|
|
12
|
+
sort?: string;
|
|
13
|
+
fields?: string[];
|
|
14
|
+
/**
|
|
15
|
+
* NOT USED
|
|
16
|
+
*/
|
|
17
|
+
object?: SearchConfigObjectItem[];
|
|
18
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.9.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webitel API
|
|
5
|
+
* OpenAPI spec version: 24.04.0
|
|
6
|
+
*/
|
|
7
|
+
export type SearchLogByConfigIdActionItem = (typeof SearchLogByConfigIdActionItem)[keyof typeof SearchLogByConfigIdActionItem];
|
|
8
|
+
export declare const SearchLogByConfigIdActionItem: {
|
|
9
|
+
readonly default_no_action: "default_no_action";
|
|
10
|
+
readonly create: "create";
|
|
11
|
+
readonly update: "update";
|
|
12
|
+
readonly read: "read";
|
|
13
|
+
readonly delete: "delete";
|
|
14
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.9.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Webitel API
|
|
5
|
+
* OpenAPI spec version: 24.04.0
|
|
6
|
+
*/
|
|
7
|
+
import type { SearchLogByConfigIdActionItem } from './searchLogByConfigIdActionItem';
|
|
8
|
+
export type SearchLogByConfigIdParams = {
|
|
9
|
+
page?: number;
|
|
10
|
+
size?: number;
|
|
11
|
+
q?: string;
|
|
12
|
+
sort?: string;
|
|
13
|
+
fields?: string[];
|
|
14
|
+
userId?: string[];
|
|
15
|
+
action?: SearchLogByConfigIdActionItem[];
|
|
16
|
+
userIp?: string;
|
|
17
|
+
dateFrom?: string;
|
|
18
|
+
dateTo?: string;
|
|
19
|
+
};
|