@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
|
@@ -89,10 +89,12 @@ export declare const dictionariesDeleteDataResponse: zod.ZodObject<{
|
|
|
89
89
|
}, zod.core.$strip>>;
|
|
90
90
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
91
91
|
string: "string";
|
|
92
|
+
lookup: "lookup";
|
|
93
|
+
binary: "binary";
|
|
94
|
+
int: "int";
|
|
92
95
|
none: "none";
|
|
93
96
|
list: "list";
|
|
94
97
|
bool: "bool";
|
|
95
|
-
int: "int";
|
|
96
98
|
int32: "int32";
|
|
97
99
|
int64: "int64";
|
|
98
100
|
uint: "uint";
|
|
@@ -101,8 +103,6 @@ export declare const dictionariesDeleteDataResponse: zod.ZodObject<{
|
|
|
101
103
|
float: "float";
|
|
102
104
|
float32: "float32";
|
|
103
105
|
float64: "float64";
|
|
104
|
-
binary: "binary";
|
|
105
|
-
lookup: "lookup";
|
|
106
106
|
richtext: "richtext";
|
|
107
107
|
datetime: "datetime";
|
|
108
108
|
duration: "duration";
|
|
@@ -257,10 +257,12 @@ export declare const dictionariesSearchDataResponse: zod.ZodObject<{
|
|
|
257
257
|
}, zod.core.$strip>>;
|
|
258
258
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
259
259
|
string: "string";
|
|
260
|
+
lookup: "lookup";
|
|
261
|
+
binary: "binary";
|
|
262
|
+
int: "int";
|
|
260
263
|
none: "none";
|
|
261
264
|
list: "list";
|
|
262
265
|
bool: "bool";
|
|
263
|
-
int: "int";
|
|
264
266
|
int32: "int32";
|
|
265
267
|
int64: "int64";
|
|
266
268
|
uint: "uint";
|
|
@@ -269,8 +271,6 @@ export declare const dictionariesSearchDataResponse: zod.ZodObject<{
|
|
|
269
271
|
float: "float";
|
|
270
272
|
float32: "float32";
|
|
271
273
|
float64: "float64";
|
|
272
|
-
binary: "binary";
|
|
273
|
-
lookup: "lookup";
|
|
274
274
|
richtext: "richtext";
|
|
275
275
|
datetime: "datetime";
|
|
276
276
|
duration: "duration";
|
|
@@ -439,10 +439,12 @@ export declare const dictionariesImportCSVResponse: zod.ZodObject<{
|
|
|
439
439
|
}, zod.core.$strip>>;
|
|
440
440
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
441
441
|
string: "string";
|
|
442
|
+
lookup: "lookup";
|
|
443
|
+
binary: "binary";
|
|
444
|
+
int: "int";
|
|
442
445
|
none: "none";
|
|
443
446
|
list: "list";
|
|
444
447
|
bool: "bool";
|
|
445
|
-
int: "int";
|
|
446
448
|
int32: "int32";
|
|
447
449
|
int64: "int64";
|
|
448
450
|
uint: "uint";
|
|
@@ -451,8 +453,6 @@ export declare const dictionariesImportCSVResponse: zod.ZodObject<{
|
|
|
451
453
|
float: "float";
|
|
452
454
|
float32: "float32";
|
|
453
455
|
float64: "float64";
|
|
454
|
-
binary: "binary";
|
|
455
|
-
lookup: "lookup";
|
|
456
456
|
richtext: "richtext";
|
|
457
457
|
datetime: "datetime";
|
|
458
458
|
duration: "duration";
|
|
@@ -600,10 +600,12 @@ export declare const dictionariesDeleteData2Response: zod.ZodObject<{
|
|
|
600
600
|
}, zod.core.$strip>>;
|
|
601
601
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
602
602
|
string: "string";
|
|
603
|
+
lookup: "lookup";
|
|
604
|
+
binary: "binary";
|
|
605
|
+
int: "int";
|
|
603
606
|
none: "none";
|
|
604
607
|
list: "list";
|
|
605
608
|
bool: "bool";
|
|
606
|
-
int: "int";
|
|
607
609
|
int32: "int32";
|
|
608
610
|
int64: "int64";
|
|
609
611
|
uint: "uint";
|
|
@@ -612,8 +614,6 @@ export declare const dictionariesDeleteData2Response: zod.ZodObject<{
|
|
|
612
614
|
float: "float";
|
|
613
615
|
float32: "float32";
|
|
614
616
|
float64: "float64";
|
|
615
|
-
binary: "binary";
|
|
616
|
-
lookup: "lookup";
|
|
617
617
|
richtext: "richtext";
|
|
618
618
|
datetime: "datetime";
|
|
619
619
|
duration: "duration";
|
|
@@ -795,10 +795,12 @@ export declare const dictionariesDeleteTypeResponse: zod.ZodObject<{
|
|
|
795
795
|
}, zod.core.$strip>>;
|
|
796
796
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
797
797
|
string: "string";
|
|
798
|
+
lookup: "lookup";
|
|
799
|
+
binary: "binary";
|
|
800
|
+
int: "int";
|
|
798
801
|
none: "none";
|
|
799
802
|
list: "list";
|
|
800
803
|
bool: "bool";
|
|
801
|
-
int: "int";
|
|
802
804
|
int32: "int32";
|
|
803
805
|
int64: "int64";
|
|
804
806
|
uint: "uint";
|
|
@@ -807,8 +809,6 @@ export declare const dictionariesDeleteTypeResponse: zod.ZodObject<{
|
|
|
807
809
|
float: "float";
|
|
808
810
|
float32: "float32";
|
|
809
811
|
float64: "float64";
|
|
810
|
-
binary: "binary";
|
|
811
|
-
lookup: "lookup";
|
|
812
812
|
richtext: "richtext";
|
|
813
813
|
datetime: "datetime";
|
|
814
814
|
duration: "duration";
|
|
@@ -967,10 +967,12 @@ export declare const dictionariesSearchTypeResponse: zod.ZodObject<{
|
|
|
967
967
|
}, zod.core.$strip>>;
|
|
968
968
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
969
969
|
string: "string";
|
|
970
|
+
lookup: "lookup";
|
|
971
|
+
binary: "binary";
|
|
972
|
+
int: "int";
|
|
970
973
|
none: "none";
|
|
971
974
|
list: "list";
|
|
972
975
|
bool: "bool";
|
|
973
|
-
int: "int";
|
|
974
976
|
int32: "int32";
|
|
975
977
|
int64: "int64";
|
|
976
978
|
uint: "uint";
|
|
@@ -979,8 +981,6 @@ export declare const dictionariesSearchTypeResponse: zod.ZodObject<{
|
|
|
979
981
|
float: "float";
|
|
980
982
|
float32: "float32";
|
|
981
983
|
float64: "float64";
|
|
982
|
-
binary: "binary";
|
|
983
|
-
lookup: "lookup";
|
|
984
984
|
richtext: "richtext";
|
|
985
985
|
datetime: "datetime";
|
|
986
986
|
duration: "duration";
|
|
@@ -1123,10 +1123,12 @@ export declare const dictionariesLocateTypeResponse: zod.ZodObject<{
|
|
|
1123
1123
|
}, zod.core.$strip>>;
|
|
1124
1124
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1125
1125
|
string: "string";
|
|
1126
|
+
lookup: "lookup";
|
|
1127
|
+
binary: "binary";
|
|
1128
|
+
int: "int";
|
|
1126
1129
|
none: "none";
|
|
1127
1130
|
list: "list";
|
|
1128
1131
|
bool: "bool";
|
|
1129
|
-
int: "int";
|
|
1130
1132
|
int32: "int32";
|
|
1131
1133
|
int64: "int64";
|
|
1132
1134
|
uint: "uint";
|
|
@@ -1135,8 +1137,6 @@ export declare const dictionariesLocateTypeResponse: zod.ZodObject<{
|
|
|
1135
1137
|
float: "float";
|
|
1136
1138
|
float32: "float32";
|
|
1137
1139
|
float64: "float64";
|
|
1138
|
-
binary: "binary";
|
|
1139
|
-
lookup: "lookup";
|
|
1140
1140
|
richtext: "richtext";
|
|
1141
1141
|
datetime: "datetime";
|
|
1142
1142
|
duration: "duration";
|
|
@@ -1269,10 +1269,12 @@ export declare const dictionariesCreateTypeBody: zod.ZodObject<{
|
|
|
1269
1269
|
}, zod.core.$strip>>;
|
|
1270
1270
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1271
1271
|
string: "string";
|
|
1272
|
+
lookup: "lookup";
|
|
1273
|
+
binary: "binary";
|
|
1274
|
+
int: "int";
|
|
1272
1275
|
none: "none";
|
|
1273
1276
|
list: "list";
|
|
1274
1277
|
bool: "bool";
|
|
1275
|
-
int: "int";
|
|
1276
1278
|
int32: "int32";
|
|
1277
1279
|
int64: "int64";
|
|
1278
1280
|
uint: "uint";
|
|
@@ -1281,8 +1283,6 @@ export declare const dictionariesCreateTypeBody: zod.ZodObject<{
|
|
|
1281
1283
|
float: "float";
|
|
1282
1284
|
float32: "float32";
|
|
1283
1285
|
float64: "float64";
|
|
1284
|
-
binary: "binary";
|
|
1285
|
-
lookup: "lookup";
|
|
1286
1286
|
richtext: "richtext";
|
|
1287
1287
|
datetime: "datetime";
|
|
1288
1288
|
duration: "duration";
|
|
@@ -1405,10 +1405,12 @@ export declare const dictionariesCreateTypeResponse: zod.ZodObject<{
|
|
|
1405
1405
|
}, zod.core.$strip>>;
|
|
1406
1406
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1407
1407
|
string: "string";
|
|
1408
|
+
lookup: "lookup";
|
|
1409
|
+
binary: "binary";
|
|
1410
|
+
int: "int";
|
|
1408
1411
|
none: "none";
|
|
1409
1412
|
list: "list";
|
|
1410
1413
|
bool: "bool";
|
|
1411
|
-
int: "int";
|
|
1412
1414
|
int32: "int32";
|
|
1413
1415
|
int64: "int64";
|
|
1414
1416
|
uint: "uint";
|
|
@@ -1417,8 +1419,6 @@ export declare const dictionariesCreateTypeResponse: zod.ZodObject<{
|
|
|
1417
1419
|
float: "float";
|
|
1418
1420
|
float32: "float32";
|
|
1419
1421
|
float64: "float64";
|
|
1420
|
-
binary: "binary";
|
|
1421
|
-
lookup: "lookup";
|
|
1422
1422
|
richtext: "richtext";
|
|
1423
1423
|
datetime: "datetime";
|
|
1424
1424
|
duration: "duration";
|
|
@@ -1554,10 +1554,12 @@ export declare const dictionariesUpdateTypeBody: zod.ZodObject<{
|
|
|
1554
1554
|
}, zod.core.$strip>>;
|
|
1555
1555
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1556
1556
|
string: "string";
|
|
1557
|
+
lookup: "lookup";
|
|
1558
|
+
binary: "binary";
|
|
1559
|
+
int: "int";
|
|
1557
1560
|
none: "none";
|
|
1558
1561
|
list: "list";
|
|
1559
1562
|
bool: "bool";
|
|
1560
|
-
int: "int";
|
|
1561
1563
|
int32: "int32";
|
|
1562
1564
|
int64: "int64";
|
|
1563
1565
|
uint: "uint";
|
|
@@ -1566,8 +1568,6 @@ export declare const dictionariesUpdateTypeBody: zod.ZodObject<{
|
|
|
1566
1568
|
float: "float";
|
|
1567
1569
|
float32: "float32";
|
|
1568
1570
|
float64: "float64";
|
|
1569
|
-
binary: "binary";
|
|
1570
|
-
lookup: "lookup";
|
|
1571
1571
|
richtext: "richtext";
|
|
1572
1572
|
datetime: "datetime";
|
|
1573
1573
|
duration: "duration";
|
|
@@ -1690,10 +1690,12 @@ export declare const dictionariesUpdateTypeResponse: zod.ZodObject<{
|
|
|
1690
1690
|
}, zod.core.$strip>>;
|
|
1691
1691
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1692
1692
|
string: "string";
|
|
1693
|
+
lookup: "lookup";
|
|
1694
|
+
binary: "binary";
|
|
1695
|
+
int: "int";
|
|
1693
1696
|
none: "none";
|
|
1694
1697
|
list: "list";
|
|
1695
1698
|
bool: "bool";
|
|
1696
|
-
int: "int";
|
|
1697
1699
|
int32: "int32";
|
|
1698
1700
|
int64: "int64";
|
|
1699
1701
|
uint: "uint";
|
|
@@ -1702,8 +1704,6 @@ export declare const dictionariesUpdateTypeResponse: zod.ZodObject<{
|
|
|
1702
1704
|
float: "float";
|
|
1703
1705
|
float32: "float32";
|
|
1704
1706
|
float64: "float64";
|
|
1705
|
-
binary: "binary";
|
|
1706
|
-
lookup: "lookup";
|
|
1707
1707
|
richtext: "richtext";
|
|
1708
1708
|
datetime: "datetime";
|
|
1709
1709
|
duration: "duration";
|
|
@@ -84,10 +84,12 @@ export declare const extensionsDeleteType2Response: zod.ZodObject<{
|
|
|
84
84
|
}, zod.core.$strip>>;
|
|
85
85
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
86
86
|
string: "string";
|
|
87
|
+
lookup: "lookup";
|
|
88
|
+
binary: "binary";
|
|
89
|
+
int: "int";
|
|
87
90
|
none: "none";
|
|
88
91
|
list: "list";
|
|
89
92
|
bool: "bool";
|
|
90
|
-
int: "int";
|
|
91
93
|
int32: "int32";
|
|
92
94
|
int64: "int64";
|
|
93
95
|
uint: "uint";
|
|
@@ -96,8 +98,6 @@ export declare const extensionsDeleteType2Response: zod.ZodObject<{
|
|
|
96
98
|
float: "float";
|
|
97
99
|
float32: "float32";
|
|
98
100
|
float64: "float64";
|
|
99
|
-
binary: "binary";
|
|
100
|
-
lookup: "lookup";
|
|
101
101
|
richtext: "richtext";
|
|
102
102
|
datetime: "datetime";
|
|
103
103
|
duration: "duration";
|
|
@@ -249,10 +249,12 @@ export declare const extensionsSearchTypeResponse: zod.ZodObject<{
|
|
|
249
249
|
}, zod.core.$strip>>;
|
|
250
250
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
251
251
|
string: "string";
|
|
252
|
+
lookup: "lookup";
|
|
253
|
+
binary: "binary";
|
|
254
|
+
int: "int";
|
|
252
255
|
none: "none";
|
|
253
256
|
list: "list";
|
|
254
257
|
bool: "bool";
|
|
255
|
-
int: "int";
|
|
256
258
|
int32: "int32";
|
|
257
259
|
int64: "int64";
|
|
258
260
|
uint: "uint";
|
|
@@ -261,8 +263,6 @@ export declare const extensionsSearchTypeResponse: zod.ZodObject<{
|
|
|
261
263
|
float: "float";
|
|
262
264
|
float32: "float32";
|
|
263
265
|
float64: "float64";
|
|
264
|
-
binary: "binary";
|
|
265
|
-
lookup: "lookup";
|
|
266
266
|
richtext: "richtext";
|
|
267
267
|
datetime: "datetime";
|
|
268
268
|
duration: "duration";
|
|
@@ -409,10 +409,12 @@ export declare const extensionsDeleteTypeResponse: zod.ZodObject<{
|
|
|
409
409
|
}, zod.core.$strip>>;
|
|
410
410
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
411
411
|
string: "string";
|
|
412
|
+
lookup: "lookup";
|
|
413
|
+
binary: "binary";
|
|
414
|
+
int: "int";
|
|
412
415
|
none: "none";
|
|
413
416
|
list: "list";
|
|
414
417
|
bool: "bool";
|
|
415
|
-
int: "int";
|
|
416
418
|
int32: "int32";
|
|
417
419
|
int64: "int64";
|
|
418
420
|
uint: "uint";
|
|
@@ -421,8 +423,6 @@ export declare const extensionsDeleteTypeResponse: zod.ZodObject<{
|
|
|
421
423
|
float: "float";
|
|
422
424
|
float32: "float32";
|
|
423
425
|
float64: "float64";
|
|
424
|
-
binary: "binary";
|
|
425
|
-
lookup: "lookup";
|
|
426
426
|
richtext: "richtext";
|
|
427
427
|
datetime: "datetime";
|
|
428
428
|
duration: "duration";
|
|
@@ -565,10 +565,12 @@ export declare const extensionsLocateTypeResponse: zod.ZodObject<{
|
|
|
565
565
|
}, zod.core.$strip>>;
|
|
566
566
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
567
567
|
string: "string";
|
|
568
|
+
lookup: "lookup";
|
|
569
|
+
binary: "binary";
|
|
570
|
+
int: "int";
|
|
568
571
|
none: "none";
|
|
569
572
|
list: "list";
|
|
570
573
|
bool: "bool";
|
|
571
|
-
int: "int";
|
|
572
574
|
int32: "int32";
|
|
573
575
|
int64: "int64";
|
|
574
576
|
uint: "uint";
|
|
@@ -577,8 +579,6 @@ export declare const extensionsLocateTypeResponse: zod.ZodObject<{
|
|
|
577
579
|
float: "float";
|
|
578
580
|
float32: "float32";
|
|
579
581
|
float64: "float64";
|
|
580
|
-
binary: "binary";
|
|
581
|
-
lookup: "lookup";
|
|
582
582
|
richtext: "richtext";
|
|
583
583
|
datetime: "datetime";
|
|
584
584
|
duration: "duration";
|
|
@@ -708,10 +708,12 @@ export declare const extensionsCreateTypeBody: zod.ZodObject<{
|
|
|
708
708
|
}, zod.core.$strip>>;
|
|
709
709
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
710
710
|
string: "string";
|
|
711
|
+
lookup: "lookup";
|
|
712
|
+
binary: "binary";
|
|
713
|
+
int: "int";
|
|
711
714
|
none: "none";
|
|
712
715
|
list: "list";
|
|
713
716
|
bool: "bool";
|
|
714
|
-
int: "int";
|
|
715
717
|
int32: "int32";
|
|
716
718
|
int64: "int64";
|
|
717
719
|
uint: "uint";
|
|
@@ -720,8 +722,6 @@ export declare const extensionsCreateTypeBody: zod.ZodObject<{
|
|
|
720
722
|
float: "float";
|
|
721
723
|
float32: "float32";
|
|
722
724
|
float64: "float64";
|
|
723
|
-
binary: "binary";
|
|
724
|
-
lookup: "lookup";
|
|
725
725
|
richtext: "richtext";
|
|
726
726
|
datetime: "datetime";
|
|
727
727
|
duration: "duration";
|
|
@@ -841,10 +841,12 @@ export declare const extensionsCreateTypeResponse: zod.ZodObject<{
|
|
|
841
841
|
}, zod.core.$strip>>;
|
|
842
842
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
843
843
|
string: "string";
|
|
844
|
+
lookup: "lookup";
|
|
845
|
+
binary: "binary";
|
|
846
|
+
int: "int";
|
|
844
847
|
none: "none";
|
|
845
848
|
list: "list";
|
|
846
849
|
bool: "bool";
|
|
847
|
-
int: "int";
|
|
848
850
|
int32: "int32";
|
|
849
851
|
int64: "int64";
|
|
850
852
|
uint: "uint";
|
|
@@ -853,8 +855,6 @@ export declare const extensionsCreateTypeResponse: zod.ZodObject<{
|
|
|
853
855
|
float: "float";
|
|
854
856
|
float32: "float32";
|
|
855
857
|
float64: "float64";
|
|
856
|
-
binary: "binary";
|
|
857
|
-
lookup: "lookup";
|
|
858
858
|
richtext: "richtext";
|
|
859
859
|
datetime: "datetime";
|
|
860
860
|
duration: "duration";
|
|
@@ -984,10 +984,12 @@ export declare const extensionsUpdateTypeBody: zod.ZodObject<{
|
|
|
984
984
|
}, zod.core.$strip>>;
|
|
985
985
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
986
986
|
string: "string";
|
|
987
|
+
lookup: "lookup";
|
|
988
|
+
binary: "binary";
|
|
989
|
+
int: "int";
|
|
987
990
|
none: "none";
|
|
988
991
|
list: "list";
|
|
989
992
|
bool: "bool";
|
|
990
|
-
int: "int";
|
|
991
993
|
int32: "int32";
|
|
992
994
|
int64: "int64";
|
|
993
995
|
uint: "uint";
|
|
@@ -996,8 +998,6 @@ export declare const extensionsUpdateTypeBody: zod.ZodObject<{
|
|
|
996
998
|
float: "float";
|
|
997
999
|
float32: "float32";
|
|
998
1000
|
float64: "float64";
|
|
999
|
-
binary: "binary";
|
|
1000
|
-
lookup: "lookup";
|
|
1001
1001
|
richtext: "richtext";
|
|
1002
1002
|
datetime: "datetime";
|
|
1003
1003
|
duration: "duration";
|
|
@@ -1117,10 +1117,12 @@ export declare const extensionsUpdateTypeResponse: zod.ZodObject<{
|
|
|
1117
1117
|
}, zod.core.$strip>>;
|
|
1118
1118
|
kind: zod.ZodDefault<zod.ZodEnum<{
|
|
1119
1119
|
string: "string";
|
|
1120
|
+
lookup: "lookup";
|
|
1121
|
+
binary: "binary";
|
|
1122
|
+
int: "int";
|
|
1120
1123
|
none: "none";
|
|
1121
1124
|
list: "list";
|
|
1122
1125
|
bool: "bool";
|
|
1123
|
-
int: "int";
|
|
1124
1126
|
int32: "int32";
|
|
1125
1127
|
int64: "int64";
|
|
1126
1128
|
uint: "uint";
|
|
@@ -1129,8 +1131,6 @@ export declare const extensionsUpdateTypeResponse: zod.ZodObject<{
|
|
|
1129
1131
|
float: "float";
|
|
1130
1132
|
float32: "float32";
|
|
1131
1133
|
float64: "float64";
|
|
1132
|
-
binary: "binary";
|
|
1133
|
-
lookup: "lookup";
|
|
1134
1134
|
richtext: "richtext";
|
|
1135
1135
|
datetime: "datetime";
|
|
1136
1136
|
duration: "duration";
|
|
@@ -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>;
|
|
@@ -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
|
}>>>;
|
|
@@ -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>>>;
|