@webitel/api-services 0.0.30 → 0.0.32
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 +4 -3
- package/src/api/defaults/getDefaultInstance/getDefaultInstance.ts +2 -1
- package/src/api/transformers/generateUrl/generateUrl.transformer.ts +1 -1
- package/src/gen/_docs/html/assets/navigation.js +1 -1
- package/src/gen/_docs/html/assets/search.js +1 -1
- package/src/gen/_docs/html/index.html +1 -1
- package/src/gen/_docs/html/interfaces/_models_webitelCasesFile.WebitelCasesFile.html +4 -5
- package/src/gen/_docs/html/interfaces/_models_webitelContactsIMClient.WebitelContactsIMClient.html +4 -2
- package/src/gen/_docs/html/modules/_models.html +1 -1
- package/src/gen/_docs/html/modules/index.html +1 -1
- package/src/gen/_docs/html/types/_models_searchCases2Params.SearchCases2Params.html +4 -12
- package/src/gen/_docs/html/types/_models_searchCasesParams.SearchCasesParams.html +4 -12
- package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.deleteFileResponse.html +1 -1
- package/src/gen/_docs/html/variables/case-files_case-files.zod.gen.listFilesResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.createCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.deleteCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.locateCaseResponse.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCases2QueryParams.html +1 -1
- package/src/gen/_docs/html/variables/cases_cases.zod.gen.searchCasesQueryParams.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsCreateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsDeleteContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsLocateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/contacts_contacts.zod.gen.contactsUpdateContactResponse.html +1 -1
- package/src/gen/_docs/html/variables/imclients_imclients.zod.gen.iMClientsListIMClientsResponse.html +1 -1
- package/src/gen/_models/index.ts +0 -1
- package/src/gen/_models/searchCases2Params.ts +2 -18
- package/src/gen/_models/searchCasesParams.ts +2 -18
- package/src/gen/_models/webitelCasesFile.ts +2 -3
- package/src/gen/_models/webitelContactsIMClient.ts +2 -0
- package/src/gen/case-files/case-files.msw.api.gen.ts +8 -26
- package/src/gen/case-files/case-files.zod.gen.ts +2 -12
- package/src/gen/cases/cases.msw.api.gen.ts +28 -91
- package/src/gen/cases/cases.zod.gen.ts +13 -74
- package/src/gen/contacts/contacts.msw.api.gen.ts +20 -0
- package/src/gen/contacts/contacts.zod.gen.ts +20 -0
- package/src/gen/groups/groups.msw.api.gen.ts +8 -0
- package/src/gen/groups/groups.zod.gen.ts +8 -0
- package/src/gen/imclients/imclients.msw.api.gen.ts +4 -0
- package/src/gen/imclients/imclients.zod.gen.ts +1 -0
- package/types/defaults/index.d.ts +2 -0
- package/types/gen/_models/agentAbsenceServiceUpdateAgentAbsenceBodyItem.d.ts +1 -1
- package/types/gen/_models/agentWorkingScheduleServiceCreateAgentsWorkingScheduleShiftsBody.d.ts +2 -2
- package/types/gen/_models/apiAccessStoreToggleDefaultAccessBody.d.ts +1 -1
- package/types/gen/_models/apiCustomer.d.ts +2 -2
- package/types/gen/_models/apiDevice.d.ts +1 -1
- package/types/gen/_models/apiLDAPCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAPUpdateLDAPCatalogBodyCatalog.d.ts +4 -4
- package/types/gen/_models/apiLDAProcess.d.ts +2 -2
- package/types/gen/_models/apiLicenseV1.d.ts +1 -1
- package/types/gen/_models/apiRole.d.ts +3 -3
- package/types/gen/_models/apiRolesUpdateRoleBodyRole.d.ts +3 -3
- package/types/gen/_models/apiUser.d.ts +1 -1
- package/types/gen/_models/apiUsersUpdateUserBodyUser.d.ts +1 -1
- package/types/gen/_models/configServicePatchConfigBody.d.ts +15 -0
- package/types/gen/_models/configServiceUpdateConfigBody.d.ts +14 -0
- package/types/gen/_models/contactsUpdateContactBody.d.ts +1 -1
- package/types/gen/_models/engineActiveCall.d.ts +2 -2
- package/types/gen/_models/engineAgent.d.ts +1 -1
- package/types/gen/_models/engineAgentInQueueStatistics.d.ts +1 -1
- package/types/gen/_models/engineAggregateHistoryCallRequest.d.ts +1 -1
- package/types/gen/_models/engineAttempt.d.ts +1 -1
- package/types/gen/_models/engineAttemptHistory.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServicePatchAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditFormServiceUpdateAuditFormBody.d.ts +1 -1
- package/types/gen/_models/engineAuditRate.d.ts +2 -2
- package/types/gen/_models/engineCreateAuditFormRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateCallRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateMemberBulkItem.d.ts +1 -1
- package/types/gen/_models/engineCreateOutboundResourceRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateQueueRequest.d.ts +2 -2
- package/types/gen/_models/engineCreateRoutingSchemaRequest.d.ts +1 -1
- package/types/gen/_models/engineCreateTriggerRequest.d.ts +2 -2
- package/types/gen/_models/engineDeleteAllMembersRequest.d.ts +1 -1
- package/types/gen/_models/engineHistoryCall.d.ts +6 -6
- package/types/gen/_models/engineListReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineOutboundResource.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServicePatchOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineOutboundResourceServiceUpdateOutboundResourceBody.d.ts +1 -1
- package/types/gen/_models/engineQuestion.d.ts +1 -1
- package/types/gen/_models/engineQueue.d.ts +2 -2
- package/types/gen/_models/engineQueueReportGeneral.d.ts +1 -1
- package/types/gen/_models/engineQueueServicePatchQueueBody.d.ts +2 -2
- package/types/gen/_models/engineQueueServiceUpdateQueueBody.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchema.d.ts +2 -2
- package/types/gen/_models/engineRoutingSchemaServicePatchRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineRoutingSchemaServiceUpdateRoutingSchemaBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHook.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceCreateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServicePatchTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTeamHookServiceUpdateTeamHookBody.d.ts +1 -1
- package/types/gen/_models/engineTrigger.d.ts +1 -1
- package/types/gen/_models/engineTriggerJob.d.ts +1 -1
- package/types/gen/_models/engineTriggerObjectType.d.ts +0 -1
- package/types/gen/_models/engineTriggerServicePatchTriggerBody.d.ts +1 -1
- package/types/gen/_models/engineTriggerServiceUpdateTriggerBody.d.ts +1 -1
- package/types/gen/_models/fileServiceSearchFilesChannelItem.d.ts +0 -2
- package/types/gen/_models/groupsAddContactsToGroupParams.d.ts +12 -0
- package/types/gen/_models/loggerDeleteConfigBulkRequest.d.ts +9 -0
- package/types/gen/_models/loggerDeleteConfigLogsRequest.d.ts +10 -0
- package/types/gen/_models/loggerDeleteConfigLogsResponse.d.ts +9 -0
- package/types/gen/_models/pauseTemplateServiceUpdatePauseTemplateBodyItem.d.ts +1 -1
- package/types/gen/_models/readSystemObjectsParams.d.ts +9 -0
- package/types/gen/_models/searchConfigObjectItem.d.ts +25 -0
- package/types/gen/_models/searchConfigParams.d.ts +18 -0
- package/types/gen/_models/searchLogByConfigIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByConfigIdParams.d.ts +19 -0
- package/types/gen/_models/searchLogByRecordIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByRecordIdParams.d.ts +22 -0
- package/types/gen/_models/searchLogByUserIdActionItem.d.ts +14 -0
- package/types/gen/_models/searchLogByUserIdParams.d.ts +25 -0
- package/types/gen/_models/storageCreateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageFile.d.ts +2 -2
- package/types/gen/_models/storageFilePolicy.d.ts +1 -1
- package/types/gen/_models/storageImportTemplate.d.ts +2 -2
- package/types/gen/_models/storageSafeUploadFileResponseMetadata.d.ts +1 -1
- package/types/gen/_models/storageUpdateCognitiveProfileRequest.d.ts +2 -2
- package/types/gen/_models/storageUpdateImportTemplateRequest.d.ts +1 -1
- package/types/gen/_models/storageUploadFileChannel.d.ts +0 -2
- package/types/gen/_models/storageUploadFileResponse.d.ts +1 -1
- package/types/gen/_models/storageUploadFileUrlResponse.d.ts +1 -1
- package/types/gen/_models/usersUpdateUser2Body.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserBody.d.ts +1 -1
- package/types/gen/_models/usersUpdateUserUserBody.d.ts +1 -1
- package/types/gen/_models/webitelCasesCallEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesCase.d.ts +1 -1
- package/types/gen/_models/webitelCasesChatEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesEmailEvent.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputCreateService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputService.d.ts +1 -1
- package/types/gen/_models/webitelCasesInputSource.d.ts +1 -0
- package/types/gen/_models/webitelCasesService.d.ts +1 -1
- package/types/gen/_models/webitelCasesSource.d.ts +6 -5
- package/types/gen/_models/webitelChatAgentChat.d.ts +1 -1
- package/types/gen/_models/webitelChatBroadcastMessageRequest.d.ts +1 -1
- package/types/gen/_models/webitelChatChatMessage.d.ts +2 -2
- package/types/gen/_models/webitelChatContactChat.d.ts +1 -1
- package/types/gen/_models/webitelChatDialog.d.ts +1 -1
- package/types/gen/_models/webitelChatGetContactChatHistoryResponse.d.ts +2 -2
- package/types/gen/_models/webitelContactsComment.d.ts +1 -1
- package/types/gen/_models/webitelProtoDataStruct.d.ts +1 -1
- package/types/gen/_models/wfmAbsence.d.ts +1 -1
- package/types/gen/_models/wfmAgentScheduleShift.d.ts +2 -2
- package/types/gen/_models/wfmAgentWorkingSchedule.d.ts +1 -1
- package/types/gen/_models/wfmPauseTemplate.d.ts +1 -1
- package/types/gen/_models/wfmSearchAgentsWorkingScheduleResponse.d.ts +1 -1
- package/types/gen/agent-chat-service/agent-chat-service.zod.gen.d.ts +1 -1
- package/types/gen/articles/articles.api.gen.d.ts +1 -1
- package/types/gen/call-service/call-service.zod.gen.d.ts +6 -6
- package/types/gen/cases-chat-catalog/cases-chat-catalog.zod.gen.d.ts +1 -1
- package/types/gen/catalog/catalog.zod.gen.d.ts +3 -3
- package/types/gen/config-service/config-service.zod.gen.d.ts +2 -2
- package/types/gen/contacts/contacts.zod.gen.d.ts +2 -2
- package/types/gen/contacts-chat-catalog/contacts-chat-catalog.zod.gen.d.ts +2 -2
- package/types/gen/dictionaries/dictionaries.zod.gen.d.ts +33 -33
- package/types/gen/extensions/extensions.zod.gen.d.ts +24 -24
- package/types/gen/file-policies-service/file-policies-service.zod.gen.d.ts +0 -18
- package/types/gen/file-service/file-service.api.gen.d.ts +1 -3
- package/types/gen/file-service/file-service.msw.api.gen.d.ts +1 -3
- package/types/gen/file-service/file-service.zod.gen.d.ts +0 -18
- package/types/gen/ldap/ldap.api.gen.d.ts +1 -1
- package/types/gen/ldap/ldap.msw.api.gen.d.ts +1 -1
- package/types/gen/logger-service/logger-service.zod.gen.d.ts +5 -5
- package/types/gen/timeline/timeline.zod.gen.d.ts +2 -2
- package/types/gen/trigger-service/trigger-service.zod.gen.d.ts +15 -24
- package/types/gen/types/types.zod.gen.d.ts +6 -6
- package/src/gen/_docs/html/interfaces/_models_webitelCasesCaseQueryTarget.WebitelCasesCaseQueryTarget.html +0 -10
- package/src/gen/_docs/html/modules/_models_webitelCasesCaseQueryTarget.html +0 -1
- package/src/gen/_models/webitelCasesCaseQueryTarget.ts +0 -20
- package/types/gen/_models/webitelCasesCaseQueryTarget.d.ts +0 -19
|
@@ -97,8 +97,8 @@ export declare const casesChatCatalogGetCaseChatHistoryResponse: zod.ZodObject<{
|
|
|
97
97
|
code: zod.ZodOptional<zod.ZodString>;
|
|
98
98
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
99
99
|
email: "email";
|
|
100
|
-
contact: "contact";
|
|
101
100
|
phone: "phone";
|
|
101
|
+
contact: "contact";
|
|
102
102
|
location: "location";
|
|
103
103
|
}>>;
|
|
104
104
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -151,8 +151,8 @@ export declare const catalogGetDialogsResponse: zod.ZodObject<{
|
|
|
151
151
|
code: zod.ZodOptional<zod.ZodString>;
|
|
152
152
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
153
153
|
email: "email";
|
|
154
|
-
contact: "contact";
|
|
155
154
|
phone: "phone";
|
|
155
|
+
contact: "contact";
|
|
156
156
|
location: "location";
|
|
157
157
|
}>>;
|
|
158
158
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -362,8 +362,8 @@ export declare const catalogGetHistoryResponse: zod.ZodObject<{
|
|
|
362
362
|
code: zod.ZodOptional<zod.ZodString>;
|
|
363
363
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
364
364
|
email: "email";
|
|
365
|
-
contact: "contact";
|
|
366
365
|
phone: "phone";
|
|
366
|
+
contact: "contact";
|
|
367
367
|
location: "location";
|
|
368
368
|
}>>;
|
|
369
369
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -510,8 +510,8 @@ export declare const catalogGetHistory2Response: zod.ZodObject<{
|
|
|
510
510
|
code: zod.ZodOptional<zod.ZodString>;
|
|
511
511
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
512
512
|
email: "email";
|
|
513
|
-
contact: "contact";
|
|
514
513
|
phone: "phone";
|
|
514
|
+
contact: "contact";
|
|
515
515
|
location: "location";
|
|
516
516
|
}>>;
|
|
517
517
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -21,17 +21,17 @@ export declare const configServiceSearchConfigQueryParams: zod.ZodObject<{
|
|
|
21
21
|
sort: zod.ZodOptional<zod.ZodString>;
|
|
22
22
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
23
23
|
object: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
24
|
-
schema: "schema";
|
|
25
|
-
devices: "devices";
|
|
26
24
|
contacts: "contacts";
|
|
27
25
|
cc_list: "cc_list";
|
|
28
26
|
calendars: "calendars";
|
|
27
|
+
devices: "devices";
|
|
29
28
|
cc_agent: "cc_agent";
|
|
30
29
|
cc_team: "cc_team";
|
|
31
30
|
cc_resource: "cc_resource";
|
|
32
31
|
cc_resource_group: "cc_resource_group";
|
|
33
32
|
cc_queue: "cc_queue";
|
|
34
33
|
users: "users";
|
|
34
|
+
schema: "schema";
|
|
35
35
|
chat_bots: "chat_bots";
|
|
36
36
|
cases: "cases";
|
|
37
37
|
cc_list_number: "cc_list_number";
|
|
@@ -47,9 +47,9 @@ export declare const contactsSearchContactsQueryParams: zod.ZodObject<{
|
|
|
47
47
|
id: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
48
48
|
qin: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
49
49
|
mode: zod.ZodDefault<zod.ZodEnum<{
|
|
50
|
-
DELETE: "DELETE";
|
|
51
50
|
READ: "READ";
|
|
52
51
|
WRITE: "WRITE";
|
|
52
|
+
DELETE: "DELETE";
|
|
53
53
|
}>>;
|
|
54
54
|
notIdGroup: zod.ZodOptional<zod.ZodString>;
|
|
55
55
|
group: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -1213,9 +1213,9 @@ export declare const contactsLocateContactQueryModeDefault = "READ";
|
|
|
1213
1213
|
export declare const contactsLocateContactQueryParams: zod.ZodObject<{
|
|
1214
1214
|
fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1215
1215
|
mode: zod.ZodDefault<zod.ZodEnum<{
|
|
1216
|
-
DELETE: "DELETE";
|
|
1217
1216
|
READ: "READ";
|
|
1218
1217
|
WRITE: "WRITE";
|
|
1218
|
+
DELETE: "DELETE";
|
|
1219
1219
|
}>>;
|
|
1220
1220
|
}, zod.core.$strip>;
|
|
1221
1221
|
export declare const contactsLocateContactResponse: zod.ZodObject<{
|
|
@@ -87,8 +87,8 @@ export declare const contactsChatCatalogGetContactChatHistory2Response: zod.ZodO
|
|
|
87
87
|
code: zod.ZodOptional<zod.ZodString>;
|
|
88
88
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
89
89
|
email: "email";
|
|
90
|
-
contact: "contact";
|
|
91
90
|
phone: "phone";
|
|
91
|
+
contact: "contact";
|
|
92
92
|
location: "location";
|
|
93
93
|
}>>;
|
|
94
94
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -216,8 +216,8 @@ export declare const contactsChatCatalogGetContactChatHistoryResponse: zod.ZodOb
|
|
|
216
216
|
code: zod.ZodOptional<zod.ZodString>;
|
|
217
217
|
share: zod.ZodDefault<zod.ZodEnum<{
|
|
218
218
|
email: "email";
|
|
219
|
-
contact: "contact";
|
|
220
219
|
phone: "phone";
|
|
220
|
+
contact: "contact";
|
|
221
221
|
location: "location";
|
|
222
222
|
}>>;
|
|
223
223
|
text: zod.ZodOptional<zod.ZodString>;
|
|
@@ -89,12 +89,10 @@ 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";
|
|
95
92
|
none: "none";
|
|
96
93
|
list: "list";
|
|
97
94
|
bool: "bool";
|
|
95
|
+
int: "int";
|
|
98
96
|
int32: "int32";
|
|
99
97
|
int64: "int64";
|
|
100
98
|
uint: "uint";
|
|
@@ -103,6 +101,8 @@ export declare const dictionariesDeleteDataResponse: zod.ZodObject<{
|
|
|
103
101
|
float: "float";
|
|
104
102
|
float32: "float32";
|
|
105
103
|
float64: "float64";
|
|
104
|
+
binary: "binary";
|
|
105
|
+
lookup: "lookup";
|
|
106
106
|
richtext: "richtext";
|
|
107
107
|
datetime: "datetime";
|
|
108
108
|
duration: "duration";
|
|
@@ -257,12 +257,10 @@ 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";
|
|
263
260
|
none: "none";
|
|
264
261
|
list: "list";
|
|
265
262
|
bool: "bool";
|
|
263
|
+
int: "int";
|
|
266
264
|
int32: "int32";
|
|
267
265
|
int64: "int64";
|
|
268
266
|
uint: "uint";
|
|
@@ -271,6 +269,8 @@ export declare const dictionariesSearchDataResponse: zod.ZodObject<{
|
|
|
271
269
|
float: "float";
|
|
272
270
|
float32: "float32";
|
|
273
271
|
float64: "float64";
|
|
272
|
+
binary: "binary";
|
|
273
|
+
lookup: "lookup";
|
|
274
274
|
richtext: "richtext";
|
|
275
275
|
datetime: "datetime";
|
|
276
276
|
duration: "duration";
|
|
@@ -439,12 +439,10 @@ 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";
|
|
445
442
|
none: "none";
|
|
446
443
|
list: "list";
|
|
447
444
|
bool: "bool";
|
|
445
|
+
int: "int";
|
|
448
446
|
int32: "int32";
|
|
449
447
|
int64: "int64";
|
|
450
448
|
uint: "uint";
|
|
@@ -453,6 +451,8 @@ export declare const dictionariesImportCSVResponse: zod.ZodObject<{
|
|
|
453
451
|
float: "float";
|
|
454
452
|
float32: "float32";
|
|
455
453
|
float64: "float64";
|
|
454
|
+
binary: "binary";
|
|
455
|
+
lookup: "lookup";
|
|
456
456
|
richtext: "richtext";
|
|
457
457
|
datetime: "datetime";
|
|
458
458
|
duration: "duration";
|
|
@@ -600,12 +600,10 @@ 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";
|
|
606
603
|
none: "none";
|
|
607
604
|
list: "list";
|
|
608
605
|
bool: "bool";
|
|
606
|
+
int: "int";
|
|
609
607
|
int32: "int32";
|
|
610
608
|
int64: "int64";
|
|
611
609
|
uint: "uint";
|
|
@@ -614,6 +612,8 @@ export declare const dictionariesDeleteData2Response: zod.ZodObject<{
|
|
|
614
612
|
float: "float";
|
|
615
613
|
float32: "float32";
|
|
616
614
|
float64: "float64";
|
|
615
|
+
binary: "binary";
|
|
616
|
+
lookup: "lookup";
|
|
617
617
|
richtext: "richtext";
|
|
618
618
|
datetime: "datetime";
|
|
619
619
|
duration: "duration";
|
|
@@ -795,12 +795,10 @@ 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";
|
|
801
798
|
none: "none";
|
|
802
799
|
list: "list";
|
|
803
800
|
bool: "bool";
|
|
801
|
+
int: "int";
|
|
804
802
|
int32: "int32";
|
|
805
803
|
int64: "int64";
|
|
806
804
|
uint: "uint";
|
|
@@ -809,6 +807,8 @@ export declare const dictionariesDeleteTypeResponse: zod.ZodObject<{
|
|
|
809
807
|
float: "float";
|
|
810
808
|
float32: "float32";
|
|
811
809
|
float64: "float64";
|
|
810
|
+
binary: "binary";
|
|
811
|
+
lookup: "lookup";
|
|
812
812
|
richtext: "richtext";
|
|
813
813
|
datetime: "datetime";
|
|
814
814
|
duration: "duration";
|
|
@@ -967,12 +967,10 @@ 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";
|
|
973
970
|
none: "none";
|
|
974
971
|
list: "list";
|
|
975
972
|
bool: "bool";
|
|
973
|
+
int: "int";
|
|
976
974
|
int32: "int32";
|
|
977
975
|
int64: "int64";
|
|
978
976
|
uint: "uint";
|
|
@@ -981,6 +979,8 @@ export declare const dictionariesSearchTypeResponse: zod.ZodObject<{
|
|
|
981
979
|
float: "float";
|
|
982
980
|
float32: "float32";
|
|
983
981
|
float64: "float64";
|
|
982
|
+
binary: "binary";
|
|
983
|
+
lookup: "lookup";
|
|
984
984
|
richtext: "richtext";
|
|
985
985
|
datetime: "datetime";
|
|
986
986
|
duration: "duration";
|
|
@@ -1123,12 +1123,10 @@ 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";
|
|
1129
1126
|
none: "none";
|
|
1130
1127
|
list: "list";
|
|
1131
1128
|
bool: "bool";
|
|
1129
|
+
int: "int";
|
|
1132
1130
|
int32: "int32";
|
|
1133
1131
|
int64: "int64";
|
|
1134
1132
|
uint: "uint";
|
|
@@ -1137,6 +1135,8 @@ export declare const dictionariesLocateTypeResponse: zod.ZodObject<{
|
|
|
1137
1135
|
float: "float";
|
|
1138
1136
|
float32: "float32";
|
|
1139
1137
|
float64: "float64";
|
|
1138
|
+
binary: "binary";
|
|
1139
|
+
lookup: "lookup";
|
|
1140
1140
|
richtext: "richtext";
|
|
1141
1141
|
datetime: "datetime";
|
|
1142
1142
|
duration: "duration";
|
|
@@ -1269,12 +1269,10 @@ 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";
|
|
1275
1272
|
none: "none";
|
|
1276
1273
|
list: "list";
|
|
1277
1274
|
bool: "bool";
|
|
1275
|
+
int: "int";
|
|
1278
1276
|
int32: "int32";
|
|
1279
1277
|
int64: "int64";
|
|
1280
1278
|
uint: "uint";
|
|
@@ -1283,6 +1281,8 @@ export declare const dictionariesCreateTypeBody: zod.ZodObject<{
|
|
|
1283
1281
|
float: "float";
|
|
1284
1282
|
float32: "float32";
|
|
1285
1283
|
float64: "float64";
|
|
1284
|
+
binary: "binary";
|
|
1285
|
+
lookup: "lookup";
|
|
1286
1286
|
richtext: "richtext";
|
|
1287
1287
|
datetime: "datetime";
|
|
1288
1288
|
duration: "duration";
|
|
@@ -1405,12 +1405,10 @@ 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";
|
|
1411
1408
|
none: "none";
|
|
1412
1409
|
list: "list";
|
|
1413
1410
|
bool: "bool";
|
|
1411
|
+
int: "int";
|
|
1414
1412
|
int32: "int32";
|
|
1415
1413
|
int64: "int64";
|
|
1416
1414
|
uint: "uint";
|
|
@@ -1419,6 +1417,8 @@ export declare const dictionariesCreateTypeResponse: zod.ZodObject<{
|
|
|
1419
1417
|
float: "float";
|
|
1420
1418
|
float32: "float32";
|
|
1421
1419
|
float64: "float64";
|
|
1420
|
+
binary: "binary";
|
|
1421
|
+
lookup: "lookup";
|
|
1422
1422
|
richtext: "richtext";
|
|
1423
1423
|
datetime: "datetime";
|
|
1424
1424
|
duration: "duration";
|
|
@@ -1554,12 +1554,10 @@ 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";
|
|
1560
1557
|
none: "none";
|
|
1561
1558
|
list: "list";
|
|
1562
1559
|
bool: "bool";
|
|
1560
|
+
int: "int";
|
|
1563
1561
|
int32: "int32";
|
|
1564
1562
|
int64: "int64";
|
|
1565
1563
|
uint: "uint";
|
|
@@ -1568,6 +1566,8 @@ export declare const dictionariesUpdateTypeBody: zod.ZodObject<{
|
|
|
1568
1566
|
float: "float";
|
|
1569
1567
|
float32: "float32";
|
|
1570
1568
|
float64: "float64";
|
|
1569
|
+
binary: "binary";
|
|
1570
|
+
lookup: "lookup";
|
|
1571
1571
|
richtext: "richtext";
|
|
1572
1572
|
datetime: "datetime";
|
|
1573
1573
|
duration: "duration";
|
|
@@ -1690,12 +1690,10 @@ 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";
|
|
1696
1693
|
none: "none";
|
|
1697
1694
|
list: "list";
|
|
1698
1695
|
bool: "bool";
|
|
1696
|
+
int: "int";
|
|
1699
1697
|
int32: "int32";
|
|
1700
1698
|
int64: "int64";
|
|
1701
1699
|
uint: "uint";
|
|
@@ -1704,6 +1702,8 @@ export declare const dictionariesUpdateTypeResponse: zod.ZodObject<{
|
|
|
1704
1702
|
float: "float";
|
|
1705
1703
|
float32: "float32";
|
|
1706
1704
|
float64: "float64";
|
|
1705
|
+
binary: "binary";
|
|
1706
|
+
lookup: "lookup";
|
|
1707
1707
|
richtext: "richtext";
|
|
1708
1708
|
datetime: "datetime";
|
|
1709
1709
|
duration: "duration";
|
|
@@ -84,12 +84,10 @@ 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";
|
|
90
87
|
none: "none";
|
|
91
88
|
list: "list";
|
|
92
89
|
bool: "bool";
|
|
90
|
+
int: "int";
|
|
93
91
|
int32: "int32";
|
|
94
92
|
int64: "int64";
|
|
95
93
|
uint: "uint";
|
|
@@ -98,6 +96,8 @@ export declare const extensionsDeleteType2Response: zod.ZodObject<{
|
|
|
98
96
|
float: "float";
|
|
99
97
|
float32: "float32";
|
|
100
98
|
float64: "float64";
|
|
99
|
+
binary: "binary";
|
|
100
|
+
lookup: "lookup";
|
|
101
101
|
richtext: "richtext";
|
|
102
102
|
datetime: "datetime";
|
|
103
103
|
duration: "duration";
|
|
@@ -249,12 +249,10 @@ 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";
|
|
255
252
|
none: "none";
|
|
256
253
|
list: "list";
|
|
257
254
|
bool: "bool";
|
|
255
|
+
int: "int";
|
|
258
256
|
int32: "int32";
|
|
259
257
|
int64: "int64";
|
|
260
258
|
uint: "uint";
|
|
@@ -263,6 +261,8 @@ export declare const extensionsSearchTypeResponse: zod.ZodObject<{
|
|
|
263
261
|
float: "float";
|
|
264
262
|
float32: "float32";
|
|
265
263
|
float64: "float64";
|
|
264
|
+
binary: "binary";
|
|
265
|
+
lookup: "lookup";
|
|
266
266
|
richtext: "richtext";
|
|
267
267
|
datetime: "datetime";
|
|
268
268
|
duration: "duration";
|
|
@@ -409,12 +409,10 @@ 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";
|
|
415
412
|
none: "none";
|
|
416
413
|
list: "list";
|
|
417
414
|
bool: "bool";
|
|
415
|
+
int: "int";
|
|
418
416
|
int32: "int32";
|
|
419
417
|
int64: "int64";
|
|
420
418
|
uint: "uint";
|
|
@@ -423,6 +421,8 @@ export declare const extensionsDeleteTypeResponse: zod.ZodObject<{
|
|
|
423
421
|
float: "float";
|
|
424
422
|
float32: "float32";
|
|
425
423
|
float64: "float64";
|
|
424
|
+
binary: "binary";
|
|
425
|
+
lookup: "lookup";
|
|
426
426
|
richtext: "richtext";
|
|
427
427
|
datetime: "datetime";
|
|
428
428
|
duration: "duration";
|
|
@@ -565,12 +565,10 @@ 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";
|
|
571
568
|
none: "none";
|
|
572
569
|
list: "list";
|
|
573
570
|
bool: "bool";
|
|
571
|
+
int: "int";
|
|
574
572
|
int32: "int32";
|
|
575
573
|
int64: "int64";
|
|
576
574
|
uint: "uint";
|
|
@@ -579,6 +577,8 @@ export declare const extensionsLocateTypeResponse: zod.ZodObject<{
|
|
|
579
577
|
float: "float";
|
|
580
578
|
float32: "float32";
|
|
581
579
|
float64: "float64";
|
|
580
|
+
binary: "binary";
|
|
581
|
+
lookup: "lookup";
|
|
582
582
|
richtext: "richtext";
|
|
583
583
|
datetime: "datetime";
|
|
584
584
|
duration: "duration";
|
|
@@ -708,12 +708,10 @@ 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";
|
|
714
711
|
none: "none";
|
|
715
712
|
list: "list";
|
|
716
713
|
bool: "bool";
|
|
714
|
+
int: "int";
|
|
717
715
|
int32: "int32";
|
|
718
716
|
int64: "int64";
|
|
719
717
|
uint: "uint";
|
|
@@ -722,6 +720,8 @@ export declare const extensionsCreateTypeBody: zod.ZodObject<{
|
|
|
722
720
|
float: "float";
|
|
723
721
|
float32: "float32";
|
|
724
722
|
float64: "float64";
|
|
723
|
+
binary: "binary";
|
|
724
|
+
lookup: "lookup";
|
|
725
725
|
richtext: "richtext";
|
|
726
726
|
datetime: "datetime";
|
|
727
727
|
duration: "duration";
|
|
@@ -841,12 +841,10 @@ 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";
|
|
847
844
|
none: "none";
|
|
848
845
|
list: "list";
|
|
849
846
|
bool: "bool";
|
|
847
|
+
int: "int";
|
|
850
848
|
int32: "int32";
|
|
851
849
|
int64: "int64";
|
|
852
850
|
uint: "uint";
|
|
@@ -855,6 +853,8 @@ export declare const extensionsCreateTypeResponse: zod.ZodObject<{
|
|
|
855
853
|
float: "float";
|
|
856
854
|
float32: "float32";
|
|
857
855
|
float64: "float64";
|
|
856
|
+
binary: "binary";
|
|
857
|
+
lookup: "lookup";
|
|
858
858
|
richtext: "richtext";
|
|
859
859
|
datetime: "datetime";
|
|
860
860
|
duration: "duration";
|
|
@@ -984,12 +984,10 @@ 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";
|
|
990
987
|
none: "none";
|
|
991
988
|
list: "list";
|
|
992
989
|
bool: "bool";
|
|
990
|
+
int: "int";
|
|
993
991
|
int32: "int32";
|
|
994
992
|
int64: "int64";
|
|
995
993
|
uint: "uint";
|
|
@@ -998,6 +996,8 @@ export declare const extensionsUpdateTypeBody: zod.ZodObject<{
|
|
|
998
996
|
float: "float";
|
|
999
997
|
float32: "float32";
|
|
1000
998
|
float64: "float64";
|
|
999
|
+
binary: "binary";
|
|
1000
|
+
lookup: "lookup";
|
|
1001
1001
|
richtext: "richtext";
|
|
1002
1002
|
datetime: "datetime";
|
|
1003
1003
|
duration: "duration";
|
|
@@ -1117,12 +1117,10 @@ 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";
|
|
1123
1120
|
none: "none";
|
|
1124
1121
|
list: "list";
|
|
1125
1122
|
bool: "bool";
|
|
1123
|
+
int: "int";
|
|
1126
1124
|
int32: "int32";
|
|
1127
1125
|
int64: "int64";
|
|
1128
1126
|
uint: "uint";
|
|
@@ -1131,6 +1129,8 @@ export declare const extensionsUpdateTypeResponse: zod.ZodObject<{
|
|
|
1131
1129
|
float: "float";
|
|
1132
1130
|
float32: "float32";
|
|
1133
1131
|
float64: "float64";
|
|
1132
|
+
binary: "binary";
|
|
1133
|
+
lookup: "lookup";
|
|
1134
1134
|
richtext: "richtext";
|
|
1135
1135
|
datetime: "datetime";
|
|
1136
1136
|
duration: "duration";
|
|
@@ -28,8 +28,6 @@ export declare const filePoliciesServiceSearchFilePoliciesResponse: zod.ZodObjec
|
|
|
28
28
|
MediaChannel: "MediaChannel";
|
|
29
29
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
30
30
|
CasesChannel: "CasesChannel";
|
|
31
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
32
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
33
31
|
}>>>;
|
|
34
32
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
35
33
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -69,8 +67,6 @@ export declare const filePoliciesServiceCreateFilePolicyBody: zod.ZodObject<{
|
|
|
69
67
|
MediaChannel: "MediaChannel";
|
|
70
68
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
71
69
|
CasesChannel: "CasesChannel";
|
|
72
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
73
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
74
70
|
}>>>;
|
|
75
71
|
description: zod.ZodOptional<zod.ZodString>;
|
|
76
72
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -93,8 +89,6 @@ export declare const filePoliciesServiceCreateFilePolicyResponse: zod.ZodObject<
|
|
|
93
89
|
MediaChannel: "MediaChannel";
|
|
94
90
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
95
91
|
CasesChannel: "CasesChannel";
|
|
96
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
97
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
98
92
|
}>>>;
|
|
99
93
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
100
94
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -146,8 +140,6 @@ export declare const filePoliciesServiceDeleteFilePolicyResponse: zod.ZodObject<
|
|
|
146
140
|
MediaChannel: "MediaChannel";
|
|
147
141
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
148
142
|
CasesChannel: "CasesChannel";
|
|
149
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
150
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
151
143
|
}>>>;
|
|
152
144
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
153
145
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -188,8 +180,6 @@ export declare const filePoliciesServiceReadFilePolicyResponse: zod.ZodObject<{
|
|
|
188
180
|
MediaChannel: "MediaChannel";
|
|
189
181
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
190
182
|
CasesChannel: "CasesChannel";
|
|
191
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
192
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
193
183
|
}>>>;
|
|
194
184
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
195
185
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -230,8 +220,6 @@ export declare const filePoliciesServicePatchFilePolicyBody: zod.ZodObject<{
|
|
|
230
220
|
MediaChannel: "MediaChannel";
|
|
231
221
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
232
222
|
CasesChannel: "CasesChannel";
|
|
233
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
234
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
235
223
|
}>>>;
|
|
236
224
|
description: zod.ZodOptional<zod.ZodString>;
|
|
237
225
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -256,8 +244,6 @@ export declare const filePoliciesServicePatchFilePolicyResponse: zod.ZodObject<{
|
|
|
256
244
|
MediaChannel: "MediaChannel";
|
|
257
245
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
258
246
|
CasesChannel: "CasesChannel";
|
|
259
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
260
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
261
247
|
}>>>;
|
|
262
248
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
263
249
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -298,8 +284,6 @@ export declare const filePoliciesServiceUpdateFilePolicyBody: zod.ZodObject<{
|
|
|
298
284
|
MediaChannel: "MediaChannel";
|
|
299
285
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
300
286
|
CasesChannel: "CasesChannel";
|
|
301
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
302
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
303
287
|
}>>>;
|
|
304
288
|
description: zod.ZodOptional<zod.ZodString>;
|
|
305
289
|
enabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -323,8 +307,6 @@ export declare const filePoliciesServiceUpdateFilePolicyResponse: zod.ZodObject<
|
|
|
323
307
|
MediaChannel: "MediaChannel";
|
|
324
308
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
325
309
|
CasesChannel: "CasesChannel";
|
|
326
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
327
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
328
310
|
}>>>;
|
|
329
311
|
createdAt: zod.ZodOptional<zod.ZodString>;
|
|
330
312
|
createdBy: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import type { AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
2
|
-
import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile
|
|
2
|
+
import type { FileServiceSearchFilesParams, StorageDeleteFilesRequest, StorageDeleteFilesResponse, StorageListFile } 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>;
|
|
8
7
|
};
|
|
9
8
|
export type FileServiceDeleteFilesResult = AxiosResponse<StorageDeleteFilesResponse>;
|
|
10
9
|
export type FileServiceSearchFilesResult = AxiosResponse<StorageListFile>;
|
|
11
|
-
export type FileServiceUploadP2PVideoResult = AxiosResponse<StorageUploadP2PVideoResponse>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { http } from 'msw';
|
|
2
|
-
import type { StorageDeleteFilesResponse, StorageListFile
|
|
2
|
+
import type { StorageDeleteFilesResponse, StorageListFile } 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;
|
|
6
5
|
export declare const getFileServiceDeleteFilesMockHandler: (overrideResponse?: StorageDeleteFilesResponse | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<StorageDeleteFilesResponse> | StorageDeleteFilesResponse)) => import("msw").HttpHandler;
|
|
7
6
|
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;
|
|
9
7
|
export declare const getFileServiceMock: () => import("msw").HttpHandler[];
|
|
@@ -29,8 +29,6 @@ export declare const fileServiceSearchFilesQueryParams: zod.ZodObject<{
|
|
|
29
29
|
MediaChannel: "MediaChannel";
|
|
30
30
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
31
31
|
CasesChannel: "CasesChannel";
|
|
32
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
33
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
34
32
|
}>>>;
|
|
35
33
|
retentionUntilFrom: zod.ZodOptional<zod.ZodString>;
|
|
36
34
|
retentionUntilTo: zod.ZodOptional<zod.ZodString>;
|
|
@@ -47,8 +45,6 @@ export declare const fileServiceSearchFilesResponse: zod.ZodObject<{
|
|
|
47
45
|
MediaChannel: "MediaChannel";
|
|
48
46
|
KnowledgebaseChannel: "KnowledgebaseChannel";
|
|
49
47
|
CasesChannel: "CasesChannel";
|
|
50
|
-
ScreenshotChannel: "ScreenshotChannel";
|
|
51
|
-
ScreenSharingChannel: "ScreenSharingChannel";
|
|
52
48
|
}>>;
|
|
53
49
|
id: zod.ZodOptional<zod.ZodString>;
|
|
54
50
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
@@ -72,17 +68,3 @@ export declare const fileServiceSearchFilesResponse: zod.ZodObject<{
|
|
|
72
68
|
}, zod.core.$strip>>>;
|
|
73
69
|
next: zod.ZodOptional<zod.ZodBoolean>;
|
|
74
70
|
}, 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>;
|