@webitel/api-services 0.0.33 → 0.0.34
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 +1 -1
- package/src/api/defaults/getDefaultInstance/getDefaultInstance.ts +6 -1
- package/src/api/transformers/generateUrl/generateUrl.transformer.ts +3 -1
- package/src/gen/_docs/html/assets/search.js +1 -1
- package/src/gen/_docs/html/interfaces/_models_webitelCasesFile.WebitelCasesFile.html +3 -2
- package/src/gen/_docs/html/variables/_models_engineSystemSettingName.EngineSystemSettingName.html +1 -1
- package/src/gen/_docs/html/variables/_models_searchSystemSettingNameItem.SearchSystemSettingNameItem.html +1 -1
- 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/system-setting-service_system-setting-service.zod.gen.createSystemSettingBody.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.createSystemSettingResponse.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.deleteSystemSettingResponse.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.patchSystemSettingResponse.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.readSystemSettingResponse.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.searchSystemSettingQueryParams.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.searchSystemSettingResponse.html +1 -1
- package/src/gen/_docs/html/variables/system-setting-service_system-setting-service.zod.gen.updateSystemSettingResponse.html +1 -1
- package/src/gen/_models/engineSystemSettingName.ts +3 -0
- package/src/gen/_models/searchSystemSettingNameItem.ts +3 -0
- package/src/gen/_models/webitelCasesFile.ts +1 -0
- package/src/gen/case-files/case-files.msw.api.gen.ts +8 -0
- package/src/gen/case-files/case-files.zod.gen.ts +2 -0
- package/src/gen/cases/cases.msw.api.gen.ts +28 -0
- package/src/gen/cases/cases.zod.gen.ts +7 -0
- package/src/gen/system-setting-service/system-setting-service.zod.gen.ts +24 -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/engineSystemSettingName.d.ts +3 -0
- 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/searchSystemSettingNameItem.d.ts +3 -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 +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/webitelCasesFile.d.ts +3 -3
- 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/webitelContactsIMClient.d.ts +2 -0
- 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 +7 -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/groups/groups.zod.gen.d.ts +2 -0
- package/types/gen/imclients/imclients.zod.gen.d.ts +1 -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/system-setting-service/system-setting-service.zod.gen.d.ts +24 -0
- 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/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
|
@@ -28,6 +28,8 @@ export declare const filePoliciesServiceSearchFilePoliciesResponse: zod.ZodObjec
|
|
|
28
28
|
MediaChannel: "MediaChannel";
|
|
29
29
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
30
30
|
CasesChannel: "CasesChannel";
|
|
31
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
32
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
31
33
|
}>>>;
|
|
32
34
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
33
35
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -67,6 +69,8 @@ export declare const filePoliciesServiceCreateFilePolicyBody: zod.ZodObject<{
|
|
|
67
69
|
MediaChannel: "MediaChannel";
|
|
68
70
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
69
71
|
CasesChannel: "CasesChannel";
|
|
72
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
73
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
70
74
|
}>>>;
|
|
71
75
|
description: zod.ZodOptional<zod.ZodString>;
|
|
72
76
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -89,6 +93,8 @@ export declare const filePoliciesServiceCreateFilePolicyResponse: zod.ZodObject<
|
|
|
89
93
|
MediaChannel: "MediaChannel";
|
|
90
94
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
91
95
|
CasesChannel: "CasesChannel";
|
|
96
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
97
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
92
98
|
}>>>;
|
|
93
99
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
94
100
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -140,6 +146,8 @@ export declare const filePoliciesServiceDeleteFilePolicyResponse: zod.ZodObject<
|
|
|
140
146
|
MediaChannel: "MediaChannel";
|
|
141
147
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
142
148
|
CasesChannel: "CasesChannel";
|
|
149
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
150
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
143
151
|
}>>>;
|
|
144
152
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
145
153
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -180,6 +188,8 @@ export declare const filePoliciesServiceReadFilePolicyResponse: zod.ZodObject<{
|
|
|
180
188
|
MediaChannel: "MediaChannel";
|
|
181
189
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
182
190
|
CasesChannel: "CasesChannel";
|
|
191
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
192
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
183
193
|
}>>>;
|
|
184
194
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
185
195
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -220,6 +230,8 @@ export declare const filePoliciesServicePatchFilePolicyBody: zod.ZodObject<{
|
|
|
220
230
|
MediaChannel: "MediaChannel";
|
|
221
231
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
222
232
|
CasesChannel: "CasesChannel";
|
|
233
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
234
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
223
235
|
}>>>;
|
|
224
236
|
description: zod.ZodOptional<zod.ZodString>;
|
|
225
237
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -244,6 +256,8 @@ export declare const filePoliciesServicePatchFilePolicyResponse: zod.ZodObject<{
|
|
|
244
256
|
MediaChannel: "MediaChannel";
|
|
245
257
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
246
258
|
CasesChannel: "CasesChannel";
|
|
259
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
260
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
247
261
|
}>>>;
|
|
248
262
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
249
263
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -284,6 +298,8 @@ export declare const filePoliciesServiceUpdateFilePolicyBody: zod.ZodObject<{
|
|
|
284
298
|
MediaChannel: "MediaChannel";
|
|
285
299
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
286
300
|
CasesChannel: "CasesChannel";
|
|
301
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
302
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
287
303
|
}>>>;
|
|
288
304
|
description: zod.ZodOptional<zod.ZodString>;
|
|
289
305
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -307,6 +323,8 @@ export declare const filePoliciesServiceUpdateFilePolicyResponse: zod.ZodObject<
|
|
|
307
323
|
MediaChannel: "MediaChannel";
|
|
308
324
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
309
325
|
CasesChannel: "CasesChannel";
|
|
326
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
327
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
310
328
|
}>>>;
|
|
311
329
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
312
330
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile } from '.././_models';
|
|
2
|
+
import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile, StorageUploadP2PVideoRequest, StorageUploadP2PVideoResponse } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getFileService: () => {
|
|
5
5
|
fileServiceDeleteFiles: <TData = AxiosResponse<StorageDeleteFilesResponse, any>>(storageDeleteFilesRequest: StorageDeleteFilesRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
6
6
|
fileServiceSearchFiles: <TData = AxiosResponse<StorageListFile, any>>(params?: FileServiceSearchFilesParams, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
|
+
fileServiceUploadP2PVideo: <TData = AxiosResponse<StorageUploadP2PVideoResponse, any>>(storageUploadP2PVideoRequest: StorageUploadP2PVideoRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
7
8
|
};
|
|
8
9
|
export type FileServiceDeleteFilesResult = AxiosResponse<StorageDeleteFilesResponse>;
|
|
9
10
|
export type FileServiceSearchFilesResult = AxiosResponse<StorageListFile>;
|
|
11
|
+
export type FileServiceUploadP2PVideoResult = AxiosResponse<StorageUploadP2PVideoResponse>;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { http } from 'msw';
|
|
2
|
-
import type { StorageDeleteFilesResponse, StorageListFile } from '.././_models';
|
|
2
|
+
import type { StorageDeleteFilesResponse, StorageListFile, StorageUploadP2PVideoResponse } from '.././_models';
|
|
3
3
|
export declare const getFileServiceDeleteFilesResponseMock: () => StorageDeleteFilesResponse;
|
|
4
4
|
export declare const getFileServiceSearchFilesResponseMock: (overrideResponse?: Partial<StorageListFile>) => StorageListFile;
|
|
5
|
+
export declare const getFileServiceUploadP2PVideoResponseMock: (overrideResponse?: Partial<StorageUploadP2PVideoResponse>) => StorageUploadP2PVideoResponse;
|
|
5
6
|
export declare const getFileServiceDeleteFilesMockHandler: (overrideResponse?: StorageDeleteFilesResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<StorageDeleteFilesResponse> | StorageDeleteFilesResponse)) => import("msw").HttpHandler;
|
|
6
7
|
export declare const getFileServiceSearchFilesMockHandler: (overrideResponse?: StorageListFile | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<StorageListFile> | StorageListFile)) => import("msw").HttpHandler;
|
|
8
|
+
export declare const getFileServiceUploadP2PVideoMockHandler: (overrideResponse?: StorageUploadP2PVideoResponse | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<StorageUploadP2PVideoResponse> | StorageUploadP2PVideoResponse)) => import("msw").HttpHandler;
|
|
7
9
|
export declare const getFileServiceMock: () => import("msw").HttpHandler[];
|
|
@@ -29,6 +29,8 @@ export declare const fileServiceSearchFilesQueryParams: zod.ZodObject<{
|
|
|
29
29
|
MediaChannel: "MediaChannel";
|
|
30
30
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
31
31
|
CasesChannel: "CasesChannel";
|
|
32
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
33
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
32
34
|
}>>>;
|
|
33
35
|
retentionUntilFrom: zod.ZodOptional<zod.ZodString>;
|
|
34
36
|
retentionUntilTo: zod.ZodOptional<zod.ZodString>;
|
|
@@ -45,6 +47,8 @@ export declare const fileServiceSearchFilesResponse: zod.ZodObject<{
|
|
|
45
47
|
MediaChannel: "MediaChannel";
|
|
46
48
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
47
49
|
CasesChannel: "CasesChannel";
|
|
50
|
+
ScreenshotChannel: "ScreenshotChannel";
|
|
51
|
+
ScreenSharingChannel: "ScreenSharingChannel";
|
|
48
52
|
}>>;
|
|
49
53
|
id: zod.ZodOptional<zod.ZodString>;
|
|
50
54
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
@@ -68,3 +72,17 @@ export declare const fileServiceSearchFilesResponse: zod.ZodObject<{
|
|
|
68
72
|
}, zod.core.$strip>>>;
|
|
69
73
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
70
74
|
}, zod.core.$strip>;
|
|
75
|
+
export declare const fileServiceUploadP2PVideoBody: zod.ZodObject<{
|
|
76
|
+
iceServers: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
77
|
+
credential: zod.ZodOptional<zod.ZodString>;
|
|
78
|
+
credentialType: zod.ZodOptional<zod.ZodNumber>;
|
|
79
|
+
urls: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
80
|
+
username: zod.ZodOptional<zod.ZodString>;
|
|
81
|
+
}, zod.core.$strip>>>;
|
|
82
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
83
|
+
sdpOffer: zod.ZodOptional<zod.ZodString>;
|
|
84
|
+
uuid: zod.ZodOptional<zod.ZodString>;
|
|
85
|
+
}, zod.core.$strip>;
|
|
86
|
+
export declare const fileServiceUploadP2PVideoResponse: zod.ZodObject<{
|
|
87
|
+
sdpAnswer: zod.ZodOptional<zod.ZodString>;
|
|
88
|
+
}, zod.core.$strip>;
|
|
@@ -254,6 +254,7 @@ export declare const groupsAddContactsToGroupsResponse: zod.ZodObject<{
|
|
|
254
254
|
type: zod.ZodOptional<zod.ZodString>;
|
|
255
255
|
}, zod.core.$strip>>;
|
|
256
256
|
etag: zod.ZodOptional<zod.ZodString>;
|
|
257
|
+
externalId: zod.ZodOptional<zod.ZodString>;
|
|
257
258
|
id: zod.ZodOptional<zod.ZodString>;
|
|
258
259
|
protocol: zod.ZodOptional<zod.ZodString>;
|
|
259
260
|
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
@@ -609,6 +610,7 @@ export declare const groupsRemoveContactsFromGroupResponse: zod.ZodObject<{
|
|
|
609
610
|
type: zod.ZodOptional<zod.ZodString>;
|
|
610
611
|
}, zod.core.$strip>>;
|
|
611
612
|
etag: zod.ZodOptional<zod.ZodString>;
|
|
613
|
+
externalId: zod.ZodOptional<zod.ZodString>;
|
|
612
614
|
id: zod.ZodOptional<zod.ZodString>;
|
|
613
615
|
protocol: zod.ZodOptional<zod.ZodString>;
|
|
614
616
|
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
@@ -33,6 +33,7 @@ export declare const iMClientsListIMClientsResponse: zod.ZodObject<{
|
|
|
33
33
|
type: zod.ZodOptional<zod.ZodString>;
|
|
34
34
|
}, zod.core.$strip>>;
|
|
35
35
|
etag: zod.ZodOptional<zod.ZodString>;
|
|
36
|
+
externalId: zod.ZodOptional<zod.ZodString>;
|
|
36
37
|
id: zod.ZodOptional<zod.ZodString>;
|
|
37
38
|
protocol: zod.ZodOptional<zod.ZodString>;
|
|
38
39
|
updatedAt: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { ApiDeleteLDAPRequest, ApiLDAPCatalog, ApiLDAPCreateLDAPTemplateBody, ApiLDAPDeleteLDAPTemplateBody, ApiLDAPLDAPSearchBody, ApiLDAPResyncLDAPCatalogBody, ApiLDAPSearchRequest, ApiLDAPSearchResponse, ApiLDAPTemplate, ApiLDAPTemplateResponse, ApiLDAPUpdateLDAPCatalogBody, ApiLDAPUpdateLDAPTemplateBody,
|
|
2
|
+
import type { ApiDeleteLDAPRequest, ApiLDAPCatalog, ApiLDAPCreateLDAPTemplateBody, ApiLDAPDeleteLDAPTemplateBody, ApiLDAPLDAPSearchBody, ApiLDAPResyncLDAPCatalogBody, ApiLDAProcess, ApiLDAProcessResponse, ApiLDAPSearchRequest, ApiLDAPSearchResponse, ApiLDAPTemplate, ApiLDAPTemplateResponse, ApiLDAPUpdateLDAPCatalogBody, ApiLDAPUpdateLDAPTemplateBody, ApiSearchLDAPResponse, LDAPDeleteLDAPCatalogParams, LDAPLDAPSearch2Params, LDAPLDAPSearch4Params, LDAPLocateLDAPCatalogParams, LDAPLocateLDAProcessParams, LDAPLocateLDAPTemplateParams, LDAPSearchLDAPCatalogParams, LDAPSearchLDAProcessParams, LDAPSearchLDAPTemplateParams } from '.././_models';
|
|
3
3
|
export declare const // --- title start
|
|
4
4
|
getLdap: () => {
|
|
5
5
|
lDAPDeleteLDAPCatalog2: <TData = AxiosResponse<ApiLDAPCatalog, any>>(apiDeleteLDAPRequest: ApiDeleteLDAPRequest, options?: AxiosRequestConfig) => Promise<TData>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { http } from 'msw';
|
|
2
|
-
import type { ApiLDAPCatalog,
|
|
2
|
+
import type { ApiLDAPCatalog, ApiLDAProcess, ApiLDAProcessResponse, ApiLDAPSearchResponse, ApiLDAPTemplate, ApiLDAPTemplateResponse, ApiSearchLDAPResponse } from '.././_models';
|
|
3
3
|
export declare const getLDAPDeleteLDAPCatalog2ResponseMock: (overrideResponse?: Partial<ApiLDAPCatalog>) => ApiLDAPCatalog;
|
|
4
4
|
export declare const getLDAPSearchLDAPCatalogResponseMock: (overrideResponse?: Partial<ApiSearchLDAPResponse>) => ApiSearchLDAPResponse;
|
|
5
5
|
export declare const getLDAPCreateLDAPCatalogResponseMock: (overrideResponse?: Partial<ApiLDAPCatalog>) => ApiLDAPCatalog;
|
|
@@ -16,9 +16,9 @@ export declare const loggerServiceSearchLogByConfigIdQueryParams: zod.ZodObject<
|
|
|
16
16
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
17
17
|
userId: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
18
18
|
action: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
19
|
+
delete: "delete";
|
|
19
20
|
create: "create";
|
|
20
21
|
update: "update";
|
|
21
|
-
delete: "delete";
|
|
22
22
|
default_no_action: "default_no_action";
|
|
23
23
|
read: "read";
|
|
24
24
|
}>>>;
|
|
@@ -61,9 +61,9 @@ export declare const loggerServiceSearchLogByUserIdQueryParams: zod.ZodObject<{
|
|
|
61
61
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
62
62
|
objectId: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
63
63
|
action: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
64
|
+
delete: "delete";
|
|
64
65
|
create: "create";
|
|
65
66
|
update: "update";
|
|
66
|
-
delete: "delete";
|
|
67
67
|
default_no_action: "default_no_action";
|
|
68
68
|
read: "read";
|
|
69
69
|
}>>>;
|
|
@@ -97,17 +97,17 @@ export declare const loggerServiceSearchLogByUserIdResponse: zod.ZodObject<{
|
|
|
97
97
|
}, zod.core.$strip>;
|
|
98
98
|
export declare const loggerServiceSearchLogByRecordIdParams: zod.ZodObject<{
|
|
99
99
|
object: zod.ZodEnum<{
|
|
100
|
+
schema: "schema";
|
|
101
|
+
devices: "devices";
|
|
100
102
|
contacts: "contacts";
|
|
101
103
|
cc_list: "cc_list";
|
|
102
104
|
calendars: "calendars";
|
|
103
|
-
devices: "devices";
|
|
104
105
|
cc_agent: "cc_agent";
|
|
105
106
|
cc_team: "cc_team";
|
|
106
107
|
cc_resource: "cc_resource";
|
|
107
108
|
cc_resource_group: "cc_resource_group";
|
|
108
109
|
cc_queue: "cc_queue";
|
|
109
110
|
users: "users";
|
|
110
|
-
schema: "schema";
|
|
111
111
|
chat_bots: "chat_bots";
|
|
112
112
|
cases: "cases";
|
|
113
113
|
cc_list_number: "cc_list_number";
|
|
@@ -123,9 +123,9 @@ export declare const loggerServiceSearchLogByRecordIdQueryParams: zod.ZodObject<
|
|
|
123
123
|
sort: zod.ZodOptional<zod.ZodString>;
|
|
124
124
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
125
125
|
action: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
126
|
+
delete: "delete";
|
|
126
127
|
create: "create";
|
|
127
128
|
update: "update";
|
|
128
|
-
delete: "delete";
|
|
129
129
|
default_no_action: "default_no_action";
|
|
130
130
|
read: "read";
|
|
131
131
|
}>>>;
|
|
@@ -36,6 +36,9 @@ export declare const searchSystemSettingQueryParams: zod.ZodObject<{
|
|
|
36
36
|
task_end_push_notification: "task_end_push_notification";
|
|
37
37
|
push_notification_timeout: "push_notification_timeout";
|
|
38
38
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
39
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
40
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
41
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
39
42
|
}>>>;
|
|
40
43
|
}, zod.core.$strip>;
|
|
41
44
|
export declare const searchSystemSettingResponseItemsItemNameDefault = "empty_system_settings_name";
|
|
@@ -67,6 +70,9 @@ export declare const searchSystemSettingResponse: zod.ZodObject<{
|
|
|
67
70
|
task_end_push_notification: "task_end_push_notification";
|
|
68
71
|
push_notification_timeout: "push_notification_timeout";
|
|
69
72
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
73
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
74
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
75
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
70
76
|
}>>;
|
|
71
77
|
}, zod.core.$strip>>>;
|
|
72
78
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -98,6 +104,9 @@ export declare const createSystemSettingBody: zod.ZodObject<{
|
|
|
98
104
|
task_end_push_notification: "task_end_push_notification";
|
|
99
105
|
push_notification_timeout: "push_notification_timeout";
|
|
100
106
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
107
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
108
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
109
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
101
110
|
}>>;
|
|
102
111
|
}, zod.core.$strip>;
|
|
103
112
|
export declare const createSystemSettingResponseNameDefault = "empty_system_settings_name";
|
|
@@ -128,6 +137,9 @@ export declare const createSystemSettingResponse: zod.ZodObject<{
|
|
|
128
137
|
task_end_push_notification: "task_end_push_notification";
|
|
129
138
|
push_notification_timeout: "push_notification_timeout";
|
|
130
139
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
140
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
141
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
142
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
131
143
|
}>>;
|
|
132
144
|
}, zod.core.$strip>;
|
|
133
145
|
export declare const searchAvailableSystemSettingQueryParams: zod.ZodObject<{
|
|
@@ -174,6 +186,9 @@ export declare const deleteSystemSettingResponse: zod.ZodObject<{
|
|
|
174
186
|
task_end_push_notification: "task_end_push_notification";
|
|
175
187
|
push_notification_timeout: "push_notification_timeout";
|
|
176
188
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
189
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
190
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
191
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
177
192
|
}>>;
|
|
178
193
|
}, zod.core.$strip>;
|
|
179
194
|
export declare const readSystemSettingParams: zod.ZodObject<{
|
|
@@ -207,6 +222,9 @@ export declare const readSystemSettingResponse: zod.ZodObject<{
|
|
|
207
222
|
task_end_push_notification: "task_end_push_notification";
|
|
208
223
|
push_notification_timeout: "push_notification_timeout";
|
|
209
224
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
225
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
226
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
227
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
210
228
|
}>>;
|
|
211
229
|
}, zod.core.$strip>;
|
|
212
230
|
export declare const patchSystemSettingParams: zod.ZodObject<{
|
|
@@ -243,6 +261,9 @@ export declare const patchSystemSettingResponse: zod.ZodObject<{
|
|
|
243
261
|
task_end_push_notification: "task_end_push_notification";
|
|
244
262
|
push_notification_timeout: "push_notification_timeout";
|
|
245
263
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
264
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
265
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
266
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
246
267
|
}>>;
|
|
247
268
|
}, zod.core.$strip>;
|
|
248
269
|
export declare const updateSystemSettingParams: zod.ZodObject<{
|
|
@@ -277,5 +298,8 @@ export declare const updateSystemSettingResponse: zod.ZodObject<{
|
|
|
277
298
|
task_end_push_notification: "task_end_push_notification";
|
|
278
299
|
push_notification_timeout: "push_notification_timeout";
|
|
279
300
|
labels_to_limit_contacts: "labels_to_limit_contacts";
|
|
301
|
+
autolink_mail_to_contact: "autolink_mail_to_contact";
|
|
302
|
+
new_message_sound_notification: "new_message_sound_notification";
|
|
303
|
+
new_chat_sound_notification: "new_chat_sound_notification";
|
|
280
304
|
}>>;
|
|
281
305
|
}, zod.core.$strip>;
|
|
@@ -19,8 +19,8 @@ export declare const timelineGetTimelineQueryParams: zod.ZodObject<{
|
|
|
19
19
|
dateTo: zod.ZodOptional<zod.ZodString>;
|
|
20
20
|
type: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
21
21
|
chat: "chat";
|
|
22
|
-
call: "call";
|
|
23
22
|
email: "email";
|
|
23
|
+
call: "call";
|
|
24
24
|
}>>>;
|
|
25
25
|
}, zod.core.$strip>;
|
|
26
26
|
export declare const timelineGetTimelineResponseDaysItemItemsItemTypeDefault = "chat";
|
|
@@ -137,8 +137,8 @@ export declare const timelineGetTimelineResponse: zod.ZodObject<{
|
|
|
137
137
|
}, zod.core.$strip>>;
|
|
138
138
|
type: zod.ZodDefault<zod.ZodEnum<{
|
|
139
139
|
chat: "chat";
|
|
140
|
-
call: "call";
|
|
141
140
|
email: "email";
|
|
141
|
+
call: "call";
|
|
142
142
|
}>>;
|
|
143
143
|
}, zod.core.$strip>>>;
|
|
144
144
|
}, zod.core.$strip>>>;
|
|
@@ -25,11 +25,11 @@ export declare const searchTriggerResponse: zod.ZodObject<{
|
|
|
25
25
|
description: zod.ZodOptional<zod.ZodString>;
|
|
26
26
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
27
27
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
28
|
+
resolution_time: "resolution_time";
|
|
28
29
|
empty_trigger_event: "empty_trigger_event";
|
|
29
30
|
create: "create";
|
|
30
31
|
update: "update";
|
|
31
32
|
remove: "remove";
|
|
32
|
-
resolution_time: "resolution_time";
|
|
33
33
|
}>>;
|
|
34
34
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
35
35
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -40,6 +40,7 @@ export declare const searchTriggerResponse: zod.ZodObject<{
|
|
|
40
40
|
empty_trigger_object: "empty_trigger_object";
|
|
41
41
|
case_files: "case_files";
|
|
42
42
|
case_links: "case_links";
|
|
43
|
+
related_cases: "related_cases";
|
|
43
44
|
}>>;
|
|
44
45
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
45
46
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -69,11 +70,11 @@ export declare const createTriggerBody: zod.ZodObject<{
|
|
|
69
70
|
description: zod.ZodOptional<zod.ZodString>;
|
|
70
71
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
71
72
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
73
|
+
resolution_time: "resolution_time";
|
|
72
74
|
empty_trigger_event: "empty_trigger_event";
|
|
73
75
|
create: "create";
|
|
74
76
|
update: "update";
|
|
75
77
|
remove: "remove";
|
|
76
|
-
resolution_time: "resolution_time";
|
|
77
78
|
}>>;
|
|
78
79
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
79
80
|
name: zod.ZodOptional<zod.ZodString>;
|
|
@@ -83,6 +84,7 @@ export declare const createTriggerBody: zod.ZodObject<{
|
|
|
83
84
|
empty_trigger_object: "empty_trigger_object";
|
|
84
85
|
case_files: "case_files";
|
|
85
86
|
case_links: "case_links";
|
|
87
|
+
related_cases: "related_cases";
|
|
86
88
|
}>>;
|
|
87
89
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
88
90
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -107,11 +109,11 @@ export declare const createTriggerResponse: zod.ZodObject<{
|
|
|
107
109
|
description: zod.ZodOptional<zod.ZodString>;
|
|
108
110
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
109
111
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
112
|
+
resolution_time: "resolution_time";
|
|
110
113
|
empty_trigger_event: "empty_trigger_event";
|
|
111
114
|
create: "create";
|
|
112
115
|
update: "update";
|
|
113
116
|
remove: "remove";
|
|
114
|
-
resolution_time: "resolution_time";
|
|
115
117
|
}>>;
|
|
116
118
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
117
119
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -122,6 +124,7 @@ export declare const createTriggerResponse: zod.ZodObject<{
|
|
|
122
124
|
empty_trigger_object: "empty_trigger_object";
|
|
123
125
|
case_files: "case_files";
|
|
124
126
|
case_links: "case_links";
|
|
127
|
+
related_cases: "related_cases";
|
|
125
128
|
}>>;
|
|
126
129
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
127
130
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -152,11 +155,11 @@ export declare const deleteTriggerResponse: zod.ZodObject<{
|
|
|
152
155
|
description: zod.ZodOptional<zod.ZodString>;
|
|
153
156
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
154
157
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
158
|
+
resolution_time: "resolution_time";
|
|
155
159
|
empty_trigger_event: "empty_trigger_event";
|
|
156
160
|
create: "create";
|
|
157
161
|
update: "update";
|
|
158
162
|
remove: "remove";
|
|
159
|
-
resolution_time: "resolution_time";
|
|
160
163
|
}>>;
|
|
161
164
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
162
165
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -167,6 +170,7 @@ export declare const deleteTriggerResponse: zod.ZodObject<{
|
|
|
167
170
|
empty_trigger_object: "empty_trigger_object";
|
|
168
171
|
case_files: "case_files";
|
|
169
172
|
case_links: "case_links";
|
|
173
|
+
related_cases: "related_cases";
|
|
170
174
|
}>>;
|
|
171
175
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
172
176
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -197,11 +201,11 @@ export declare const readTriggerResponse: zod.ZodObject<{
|
|
|
197
201
|
description: zod.ZodOptional<zod.ZodString>;
|
|
198
202
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
199
203
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
204
|
+
resolution_time: "resolution_time";
|
|
200
205
|
empty_trigger_event: "empty_trigger_event";
|
|
201
206
|
create: "create";
|
|
202
207
|
update: "update";
|
|
203
208
|
remove: "remove";
|
|
204
|
-
resolution_time: "resolution_time";
|
|
205
209
|
}>>;
|
|
206
210
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
207
211
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -212,6 +216,7 @@ export declare const readTriggerResponse: zod.ZodObject<{
|
|
|
212
216
|
empty_trigger_object: "empty_trigger_object";
|
|
213
217
|
case_files: "case_files";
|
|
214
218
|
case_links: "case_links";
|
|
219
|
+
related_cases: "related_cases";
|
|
215
220
|
}>>;
|
|
216
221
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
217
222
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -239,11 +244,11 @@ export declare const patchTriggerBody: zod.ZodObject<{
|
|
|
239
244
|
description: zod.ZodOptional<zod.ZodString>;
|
|
240
245
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
241
246
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
247
|
+
resolution_time: "resolution_time";
|
|
242
248
|
empty_trigger_event: "empty_trigger_event";
|
|
243
249
|
create: "create";
|
|
244
250
|
update: "update";
|
|
245
251
|
remove: "remove";
|
|
246
|
-
resolution_time: "resolution_time";
|
|
247
252
|
}>>;
|
|
248
253
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
249
254
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -254,6 +259,7 @@ export declare const patchTriggerBody: zod.ZodObject<{
|
|
|
254
259
|
empty_trigger_object: "empty_trigger_object";
|
|
255
260
|
case_files: "case_files";
|
|
256
261
|
case_links: "case_links";
|
|
262
|
+
related_cases: "related_cases";
|
|
257
263
|
}>>;
|
|
258
264
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
259
265
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -278,11 +284,11 @@ export declare const patchTriggerResponse: zod.ZodObject<{
|
|
|
278
284
|
description: zod.ZodOptional<zod.ZodString>;
|
|
279
285
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
280
286
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
287
|
+
resolution_time: "resolution_time";
|
|
281
288
|
empty_trigger_event: "empty_trigger_event";
|
|
282
289
|
create: "create";
|
|
283
290
|
update: "update";
|
|
284
291
|
remove: "remove";
|
|
285
|
-
resolution_time: "resolution_time";
|
|
286
292
|
}>>;
|
|
287
293
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
288
294
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -293,6 +299,7 @@ export declare const patchTriggerResponse: zod.ZodObject<{
|
|
|
293
299
|
empty_trigger_object: "empty_trigger_object";
|
|
294
300
|
case_files: "case_files";
|
|
295
301
|
case_links: "case_links";
|
|
302
|
+
related_cases: "related_cases";
|
|
296
303
|
}>>;
|
|
297
304
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
298
305
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -323,11 +330,11 @@ export declare const updateTriggerBody: zod.ZodObject<{
|
|
|
323
330
|
description: zod.ZodOptional<zod.ZodString>;
|
|
324
331
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
325
332
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
333
|
+
resolution_time: "resolution_time";
|
|
326
334
|
empty_trigger_event: "empty_trigger_event";
|
|
327
335
|
create: "create";
|
|
328
336
|
update: "update";
|
|
329
337
|
remove: "remove";
|
|
330
|
-
resolution_time: "resolution_time";
|
|
331
338
|
}>>;
|
|
332
339
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
333
340
|
name: zod.ZodOptional<zod.ZodString>;
|
|
@@ -337,6 +344,7 @@ export declare const updateTriggerBody: zod.ZodObject<{
|
|
|
337
344
|
empty_trigger_object: "empty_trigger_object";
|
|
338
345
|
case_files: "case_files";
|
|
339
346
|
case_links: "case_links";
|
|
347
|
+
related_cases: "related_cases";
|
|
340
348
|
}>>;
|
|
341
349
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
342
350
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -361,11 +369,11 @@ export declare const updateTriggerResponse: zod.ZodObject<{
|
|
|
361
369
|
description: zod.ZodOptional<zod.ZodString>;
|
|
362
370
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
363
371
|
event: zod.ZodDefault<zod.ZodEnum<{
|
|
372
|
+
resolution_time: "resolution_time";
|
|
364
373
|
empty_trigger_event: "empty_trigger_event";
|
|
365
374
|
create: "create";
|
|
366
375
|
update: "update";
|
|
367
376
|
remove: "remove";
|
|
368
|
-
resolution_time: "resolution_time";
|
|
369
377
|
}>>;
|
|
370
378
|
expression: zod.ZodOptional<zod.ZodString>;
|
|
371
379
|
id: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -376,6 +384,7 @@ export declare const updateTriggerResponse: zod.ZodObject<{
|
|
|
376
384
|
empty_trigger_object: "empty_trigger_object";
|
|
377
385
|
case_files: "case_files";
|
|
378
386
|
case_links: "case_links";
|
|
387
|
+
related_cases: "related_cases";
|
|
379
388
|
}>>;
|
|
380
389
|
schema: zod.ZodOptional<zod.ZodObject<{
|
|
381
390
|
id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -409,10 +418,10 @@ export declare const searchTriggerJobQueryParams: zod.ZodObject<{
|
|
|
409
418
|
durationFrom: zod.ZodOptional<zod.ZodString>;
|
|
410
419
|
durationTo: zod.ZodOptional<zod.ZodString>;
|
|
411
420
|
state: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
412
|
-
idle: "idle";
|
|
413
|
-
active: "active";
|
|
414
421
|
error: "error";
|
|
415
422
|
done: "done";
|
|
423
|
+
idle: "idle";
|
|
424
|
+
active: "active";
|
|
416
425
|
}>>>;
|
|
417
426
|
}, zod.core.$strip>;
|
|
418
427
|
export declare const searchTriggerJobResponseItemsItemStateDefault = "idle";
|
|
@@ -423,10 +432,10 @@ export declare const searchTriggerJobResponse: zod.ZodObject<{
|
|
|
423
432
|
id: zod.ZodOptional<zod.ZodString>;
|
|
424
433
|
startedAt: zod.ZodOptional<zod.ZodString>;
|
|
425
434
|
state: zod.ZodDefault<zod.ZodEnum<{
|
|
426
|
-
idle: "idle";
|
|
427
|
-
active: "active";
|
|
428
435
|
error: "error";
|
|
429
436
|
done: "done";
|
|
437
|
+
idle: "idle";
|
|
438
|
+
active: "active";
|
|
430
439
|
}>>;
|
|
431
440
|
stoppedAt: zod.ZodOptional<zod.ZodString>;
|
|
432
441
|
trigger: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -449,10 +458,10 @@ export declare const createTriggerJobResponse: zod.ZodObject<{
|
|
|
449
458
|
id: zod.ZodOptional<zod.ZodString>;
|
|
450
459
|
startedAt: zod.ZodOptional<zod.ZodString>;
|
|
451
460
|
state: zod.ZodDefault<zod.ZodEnum<{
|
|
452
|
-
idle: "idle";
|
|
453
|
-
active: "active";
|
|
454
461
|
error: "error";
|
|
455
462
|
done: "done";
|
|
463
|
+
idle: "idle";
|
|
464
|
+
active: "active";
|
|
456
465
|
}>>;
|
|
457
466
|
stoppedAt: zod.ZodOptional<zod.ZodString>;
|
|
458
467
|
trigger: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -98,10 +98,12 @@ export declare const typesSearchResponse: zod.ZodObject<{
|
|
|
98
98
|
}, zod.core.$strip>>;
|
|
99
99
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
100
100
|
string: "string";
|
|
101
|
+
lookup: "lookup";
|
|
102
|
+
binary: "binary";
|
|
103
|
+
int: "int";
|
|
101
104
|
none: "none";
|
|
102
105
|
list: "list";
|
|
103
106
|
bool: "bool";
|
|
104
|
-
int: "int";
|
|
105
107
|
int32: "int32";
|
|
106
108
|
int64: "int64";
|
|
107
109
|
uint: "uint";
|
|
@@ -110,8 +112,6 @@ export declare const typesSearchResponse: zod.ZodObject<{
|
|
|
110
112
|
float: "float";
|
|
111
113
|
float32: "float32";
|
|
112
114
|
float64: "float64";
|
|
113
|
-
binary: "binary";
|
|
114
|
-
lookup: "lookup";
|
|
115
115
|
richtext: "richtext";
|
|
116
116
|
datetime: "datetime";
|
|
117
117
|
duration: "duration";
|
|
@@ -253,10 +253,12 @@ export declare const typesLocateResponse: zod.ZodObject<{
|
|
|
253
253
|
}, zod.core.$strip>>;
|
|
254
254
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
255
255
|
string: "string";
|
|
256
|
+
lookup: "lookup";
|
|
257
|
+
binary: "binary";
|
|
258
|
+
int: "int";
|
|
256
259
|
none: "none";
|
|
257
260
|
list: "list";
|
|
258
261
|
bool: "bool";
|
|
259
|
-
int: "int";
|
|
260
262
|
int32: "int32";
|
|
261
263
|
int64: "int64";
|
|
262
264
|
uint: "uint";
|
|
@@ -265,8 +267,6 @@ export declare const typesLocateResponse: zod.ZodObject<{
|
|
|
265
267
|
float: "float";
|
|
266
268
|
float32: "float32";
|
|
267
269
|
float64: "float64";
|
|
268
|
-
binary: "binary";
|
|
269
|
-
lookup: "lookup";
|
|
270
270
|
richtext: "richtext";
|
|
271
271
|
datetime: "datetime";
|
|
272
272
|
duration: "duration";
|
|
@@ -1,15 +0,0 @@
|
|
|
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 { LoggerLookup } from './loggerLookup';
|
|
8
|
-
export interface ConfigServicePatchConfigBody {
|
|
9
|
-
daysToStore?: number;
|
|
10
|
-
description?: string;
|
|
11
|
-
enabled?: boolean;
|
|
12
|
-
fields?: string[];
|
|
13
|
-
period?: number;
|
|
14
|
-
storage?: LoggerLookup;
|
|
15
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 { LoggerLookup } from './loggerLookup';
|
|
8
|
-
export interface ConfigServiceUpdateConfigBody {
|
|
9
|
-
daysToStore?: number;
|
|
10
|
-
description?: string;
|
|
11
|
-
enabled?: boolean;
|
|
12
|
-
period?: number;
|
|
13
|
-
storage?: LoggerLookup;
|
|
14
|
-
}
|