@webitel/api-services 0.0.27 → 0.0.29
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 +42 -26
- package/src/api/clients/_shared/generatePermissionsApi.ts +4 -3
- package/src/api/clients/agents/agentChats.ts +5 -7
- package/src/api/clients/agents/agents.ts +4 -3
- package/src/api/clients/buckets/buckets.ts +4 -3
- package/src/api/clients/calendars/calendars.ts +4 -3
- package/src/api/clients/caseCloseReasonGroups/caseCloseReasonGroups.ts +4 -3
- package/src/api/clients/caseCloseReasons/caseCloseReasons.ts +4 -3
- package/src/api/clients/casePriorities/casePriorities.ts +4 -3
- package/src/api/clients/caseServiceCatalogs/serviceCatalogs.ts +9 -9
- package/src/api/clients/caseServices/services.ts +4 -3
- package/src/api/clients/caseSources/caseSources.ts +8 -12
- package/src/api/clients/caseStatusConditions/caseStatusConditions.ts +6 -5
- package/src/api/clients/caseStatuses/caseStatuses.ts +4 -3
- package/src/api/clients/catalog/catalog.ts +2 -5
- package/src/api/clients/chatGateways/chatGateways.ts +2 -2
- package/src/api/clients/communications/communications.ts +9 -7
- package/src/api/clients/configurations/configurations.ts +4 -3
- package/src/api/clients/contactGroups/contactGroups.ts +4 -3
- package/src/api/clients/flows/flow.ts +4 -3
- package/src/api/clients/gateways/gateways.ts +4 -3
- package/src/api/clients/history/transcript/callTranscript.ts +79 -0
- package/src/api/clients/index.ts +34 -68
- package/src/api/clients/labels/labels.ts +4 -3
- package/src/api/clients/lists/blacklists.ts +4 -3
- package/src/api/clients/media/media.ts +4 -3
- package/src/api/clients/object/object.ts +4 -3
- package/src/api/clients/queues/queues.ts +5 -4
- package/src/api/clients/quickReplies/quickReplies.ts +8 -12
- package/src/api/clients/roles/roles.ts +4 -3
- package/src/api/clients/skills/skills.ts +4 -3
- package/src/api/clients/slaConditions/slaConditions.ts +4 -3
- package/src/api/clients/slas/slas.ts +4 -3
- package/src/api/clients/teams/teams.ts +4 -3
- package/src/api/clients/users/users.ts +4 -3
- package/src/api/clients/wtTypes/index.ts +2 -0
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +2 -1
- package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +3 -2
- package/src/api/clients//321/201ontacts/contactChatMessagesHistory.ts +5 -7
- package/src/api/clients//321/201ontacts/contacts.ts +5 -4
- package/src/api/clients//321/201ontacts/enums/ContactsSearchMode.ts +1 -3
- package/src/api/clients//321/201ontacts/index.ts +3 -5
- package/src/api/defaults/index.ts +4 -11
- package/src/api/interceptors/request/index.ts +1 -1
- package/src/api/interceptors/response/index.ts +1 -1
- package/src/api/transformers/camelToSnake/camelToSnake.transformer.ts +1 -1
- package/src/api/transformers/notify/notify.transformer.ts +3 -3
- package/src/api/transformers/snakeToCamel/snakeToCamel.transformer.ts +1 -1
- package/src/api/transformers/starToSearch/starToSearch.transformer.ts +2 -4
- package/src/config/config.ts +13 -0
- package/src/gen/_docs/html/assets/hierarchy.js +1 -1
- package/src/gen/_docs/html/assets/highlight.css +101 -76
- package/src/gen/_docs/html/assets/icons.js +20 -17
- package/src/gen/_docs/html/assets/main.js +2503 -6
- package/src/gen/_docs/html/assets/navigation.js +2 -1
- package/src/gen/_docs/html/assets/search.js +2 -1
- package/src/gen/_docs/html/assets/style.css +1623 -1634
- package/src/index.ts +2 -2
- package/src/utils/api/caseConverters.ts +77 -0
- package/src/utils/api/index.ts +1 -0
- package/src/utils/gen/index.ts +19 -1
- package/src/utils/index.ts +1 -20
- package/types/api/clients/caseStatusConditions/caseStatusConditions.d.ts +2 -1
- package/types/api/clients/history/transcript/callTranscript.d.ts +11 -0
- package/types/api/clients/index.d.ts +31 -33
- package/types/api/clients/media/media.d.ts +2 -2
- package/types/api/clients/wtTypes/index.d.ts +2 -0
- package/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +1 -1
- package/types/api/clients//321/201ontacts/enums/ContactsSearchMode.d.ts +1 -2
- package/types/api/clients//321/201ontacts/index.d.ts +3 -4
- package/types/api/defaults/index.d.ts +4 -5
- package/types/api/interceptors/request/index.d.ts +1 -1
- package/types/api/interceptors/response/index.d.ts +1 -1
- package/types/config/config.d.ts +7 -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/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 +1 -0
- 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 +2 -0
- package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
- 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 +2 -0
- 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 +0 -1
- package/types/gen/_models/webitelCasesService.d.ts +1 -1
- package/types/gen/_models/webitelCasesSource.d.ts +5 -6
- 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 +18 -0
- package/types/gen/file-service/file-service.api.gen.d.ts +3 -1
- package/types/gen/file-service/file-service.msw.api.gen.d.ts +3 -1
- package/types/gen/file-service/file-service.zod.gen.d.ts +18 -0
- 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 +24 -15
- package/types/gen/types/types.zod.gen.d.ts +6 -6
- package/types/index.d.ts +2 -2
- package/types/utils/api/caseConverters.d.ts +9 -0
- package/types/utils/api/index.d.ts +1 -0
- package/types/utils/gen/index.d.ts +10 -4
- package/types/utils/index.d.ts +1 -7
- package/types/defaults/index.d.ts +0 -2
- package/types/gen/_models/configServicePatchConfigBody.d.ts +0 -15
- package/types/gen/_models/configServiceUpdateConfigBody.d.ts +0 -14
- package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +0 -12
- package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +0 -9
- package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +0 -10
- package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +0 -9
- package/types/gen/_models/readSystemObjectsParams.d.ts +0 -9
- package/types/gen/_models/searchConfigObjectItem.d.ts +0 -25
- package/types/gen/_models/searchConfigParams.d.ts +0 -18
- package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByConfigIdParams.d.ts +0 -19
- package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByRecordIdParams.d.ts +0 -22
- package/types/gen/_models/searchLogByUserIdActionItem.d.ts +0 -14
- package/types/gen/_models/searchLogByUserIdParams.d.ts +0 -25
|
@@ -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,3 +1,9 @@
|
|
|
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';
|
|
@@ -5,12 +11,6 @@ import type { EngineEndpoint } from './engineEndpoint';
|
|
|
5
11
|
import type { EngineHistoryCallBlindTransfer } from './engineHistoryCallBlindTransfer';
|
|
6
12
|
import type { EngineHistoryCallVariables } from './engineHistoryCallVariables';
|
|
7
13
|
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';
|
|
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[];
|
|
@@ -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';
|
|
@@ -14,4 +14,6 @@ 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";
|
|
17
19
|
};
|
|
@@ -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[];
|
|
@@ -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
|
|
@@ -14,4 +14,6 @@ export declare const StorageUploadFileChannel: {
|
|
|
14
14
|
readonly MediaChannel: "MediaChannel";
|
|
15
15
|
readonly KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
16
16
|
readonly CasesChannel: "CasesChannel";
|
|
17
|
+
readonly ScreenshotChannel: "ScreenshotChannel";
|
|
18
|
+
readonly ScreenSharingChannel: "ScreenSharingChannel";
|
|
17
19
|
};
|
|
@@ -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;
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { GeneralLookup } from './generalLookup';
|
|
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 { GeneralLookup } from './generalLookup';
|
|
8
8
|
import type { WebitelCasesCallFile } from './webitelCasesCallFile';
|
|
9
9
|
import type { WebitelCasesTranscriptLookup } from './webitelCasesTranscriptLookup';
|
|
10
10
|
export interface WebitelCasesCallEvent {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { GeneralExtendedLookup } from './generalExtendedLookup';
|
|
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 { GeneralExtendedLookup } from './generalExtendedLookup';
|
|
8
8
|
import type { GeneralLookup } from './generalLookup';
|
|
9
9
|
import type { WebitelCasesCaseCommentList } from './webitelCasesCaseCommentList';
|
|
10
10
|
import type { WebitelCasesCaseCustom } from './webitelCasesCaseCustom';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { GeneralExtendedLookup } from './generalExtendedLookup';
|
|
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 { GeneralExtendedLookup } from './generalExtendedLookup';
|
|
8
8
|
import type { GeneralLookup } from './generalLookup';
|
|
9
9
|
export interface WebitelCasesChatEvent {
|
|
10
10
|
closedAt?: string;
|