@webitel/api-services 0.0.32 → 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 +2 -3
- package/src/api/defaults/getDefaultInstance/getDefaultInstance.ts +7 -2
- package/src/api/transformers/generateUrl/generateUrl.transformer.ts +4 -2
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>searchSystemSettingQueryParams | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">searchSystemSettingQueryParams</a></li></ul><h1>Variable searchSystemSettingQueryParams<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">searchSystemSettingQueryParams</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">fields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">page</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">q</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">sort</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>searchSystemSettingQueryParams | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">searchSystemSettingQueryParams</a></li></ul><h1>Variable searchSystemSettingQueryParams<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">searchSystemSettingQueryParams</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">fields</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_mail_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_mail_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_chat_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_chat_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_message_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_message_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">page</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">q</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">sort</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodString</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>searchSystemSettingResponse | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">searchSystemSettingResponse</a></li></ul><h1>Variable searchSystemSettingResponse<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">searchSystemSettingResponse</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">items</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodDefault</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">next</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodBoolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>searchSystemSettingResponse | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">searchSystemSettingResponse</a></li></ul><h1>Variable searchSystemSettingResponse<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">searchSystemSettingResponse</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">items</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodArray</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodDefault</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_mail_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_mail_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_chat_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_chat_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_message_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_message_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">next</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodBoolean</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>updateSystemSettingResponse | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">updateSystemSettingResponse</a></li></ul><h1>Variable updateSystemSettingResponse<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">updateSystemSettingResponse</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodDefault</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>updateSystemSettingResponse | Documentation</title><meta name="description" content="Documentation for Documentation"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Documentation</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/system-setting-service_system-setting-service.zod.gen.html">system-setting-service/system-setting-service.zod.gen</a></li><li><a href="" aria-current="page">updateSystemSettingResponse</a></li></ul><h1>Variable updateSystemSettingResponse<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">updateSystemSettingResponse</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodObject</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodOptional</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">ZodNumber</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ZodDefault</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-type">ZodEnum</span><span class="tsd-signature-symbol"><</span><br/> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">amd_cancel_not_human</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"amd_cancel_not_human"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_call_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_call_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autolink_mail_to_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"autolink_mail_to_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">call_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"call_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_ai_connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_ai_connection"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">chat_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"chat_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">empty_system_settings_name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"empty_system_settings_name"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_2fa</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_2fa"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">enable_omnichannel</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"enable_omnichannel"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">export_settings</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"export_settings"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">is_fulltext_search_enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"is_fulltext_search_enabled"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">labels_to_limit_contacts</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"labels_to_limit_contacts"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">member_chunk_size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"member_chunk_size"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_chat_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_chat_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">new_message_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"new_message_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_reg_exp</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_reg_exp"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">password_validation_text</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"password_validation_text"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">period_to_playback_records</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"period_to_playback_records"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">push_notification_timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"push_notification_timeout"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">scheme_version_limit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"scheme_version_limit"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">search_number_length</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"search_number_length"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">show_full_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"show_full_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_push_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_push_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">task_end_sound_notification</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"task_end_sound_notification"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">wbt_hide_contact</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"wbt_hide_contact"</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-type">$strip</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">Documentation</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -34,4 +34,7 @@ export const EngineSystemSettingName = {
|
|
|
34
34
|
TaskEndPushNotification: 'task_end_push_notification',
|
|
35
35
|
PushNotificationTimeout: 'push_notification_timeout',
|
|
36
36
|
LabelsToLimitContacts: 'labels_to_limit_contacts',
|
|
37
|
+
AutolinkMailToContact: 'autolink_mail_to_contact',
|
|
38
|
+
NewMessageSoundNotification: 'new_message_sound_notification',
|
|
39
|
+
NewChatSoundNotification: 'new_chat_sound_notification',
|
|
37
40
|
} as const;
|
|
@@ -34,4 +34,7 @@ export const SearchSystemSettingNameItem = {
|
|
|
34
34
|
task_end_push_notification: 'task_end_push_notification',
|
|
35
35
|
push_notification_timeout: 'push_notification_timeout',
|
|
36
36
|
labels_to_limit_contacts: 'labels_to_limit_contacts',
|
|
37
|
+
autolink_mail_to_contact: 'autolink_mail_to_contact',
|
|
38
|
+
new_message_sound_notification: 'new_message_sound_notification',
|
|
39
|
+
new_chat_sound_notification: 'new_chat_sound_notification',
|
|
37
40
|
} as const;
|
|
@@ -55,6 +55,10 @@ export const getListFilesResponseMock = (
|
|
|
55
55
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
56
56
|
undefined,
|
|
57
57
|
]),
|
|
58
|
+
source: faker.helpers.arrayElement([
|
|
59
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
60
|
+
undefined,
|
|
61
|
+
]),
|
|
58
62
|
url: faker.helpers.arrayElement([
|
|
59
63
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
60
64
|
undefined,
|
|
@@ -110,6 +114,10 @@ export const getDeleteFileResponseMock = (
|
|
|
110
114
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
111
115
|
undefined,
|
|
112
116
|
]),
|
|
117
|
+
source: faker.helpers.arrayElement([
|
|
118
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
119
|
+
undefined,
|
|
120
|
+
]),
|
|
113
121
|
url: faker.helpers.arrayElement([
|
|
114
122
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
115
123
|
undefined,
|
|
@@ -48,6 +48,7 @@ export const listFilesResponse = zod
|
|
|
48
48
|
mime: zod.string().optional().describe('MIME type of the file.'),
|
|
49
49
|
name: zod.string().optional().describe('File name.'),
|
|
50
50
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
51
|
+
source: zod.string().optional(),
|
|
51
52
|
url: zod.string().optional(),
|
|
52
53
|
})
|
|
53
54
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -87,6 +88,7 @@ export const deleteFileResponse = zod
|
|
|
87
88
|
mime: zod.string().optional().describe('MIME type of the file.'),
|
|
88
89
|
name: zod.string().optional().describe('File name.'),
|
|
89
90
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
91
|
+
source: zod.string().optional(),
|
|
90
92
|
url: zod.string().optional(),
|
|
91
93
|
})
|
|
92
94
|
.describe('Metadata for a file associated with a case.');
|
|
@@ -273,6 +273,10 @@ export const getSearchCasesResponseMock = (
|
|
|
273
273
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
274
274
|
undefined,
|
|
275
275
|
]),
|
|
276
|
+
source: faker.helpers.arrayElement([
|
|
277
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
278
|
+
undefined,
|
|
279
|
+
]),
|
|
276
280
|
url: faker.helpers.arrayElement([
|
|
277
281
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
278
282
|
undefined,
|
|
@@ -1084,6 +1088,10 @@ export const getCreateCaseResponseMock = (
|
|
|
1084
1088
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1085
1089
|
undefined,
|
|
1086
1090
|
]),
|
|
1091
|
+
source: faker.helpers.arrayElement([
|
|
1092
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1093
|
+
undefined,
|
|
1094
|
+
]),
|
|
1087
1095
|
url: faker.helpers.arrayElement([
|
|
1088
1096
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1089
1097
|
undefined,
|
|
@@ -1869,6 +1877,10 @@ export const getDeleteCaseResponseMock = (
|
|
|
1869
1877
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1870
1878
|
undefined,
|
|
1871
1879
|
]),
|
|
1880
|
+
source: faker.helpers.arrayElement([
|
|
1881
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1882
|
+
undefined,
|
|
1883
|
+
]),
|
|
1872
1884
|
url: faker.helpers.arrayElement([
|
|
1873
1885
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
1874
1886
|
undefined,
|
|
@@ -2654,6 +2666,10 @@ export const getLocateCaseResponseMock = (
|
|
|
2654
2666
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2655
2667
|
undefined,
|
|
2656
2668
|
]),
|
|
2669
|
+
source: faker.helpers.arrayElement([
|
|
2670
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2671
|
+
undefined,
|
|
2672
|
+
]),
|
|
2657
2673
|
url: faker.helpers.arrayElement([
|
|
2658
2674
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
2659
2675
|
undefined,
|
|
@@ -3446,6 +3462,10 @@ export const getUpdateCase2ResponseMock = (
|
|
|
3446
3462
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
3447
3463
|
undefined,
|
|
3448
3464
|
]),
|
|
3465
|
+
source: faker.helpers.arrayElement([
|
|
3466
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
3467
|
+
undefined,
|
|
3468
|
+
]),
|
|
3449
3469
|
url: faker.helpers.arrayElement([
|
|
3450
3470
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
3451
3471
|
undefined,
|
|
@@ -4273,6 +4293,10 @@ export const getUpdateCaseResponseMock = (
|
|
|
4273
4293
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
4274
4294
|
undefined,
|
|
4275
4295
|
]),
|
|
4296
|
+
source: faker.helpers.arrayElement([
|
|
4297
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
4298
|
+
undefined,
|
|
4299
|
+
]),
|
|
4276
4300
|
url: faker.helpers.arrayElement([
|
|
4277
4301
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
4278
4302
|
undefined,
|
|
@@ -5103,6 +5127,10 @@ export const getSearchCases2ResponseMock = (
|
|
|
5103
5127
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
5104
5128
|
undefined,
|
|
5105
5129
|
]),
|
|
5130
|
+
source: faker.helpers.arrayElement([
|
|
5131
|
+
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
5132
|
+
undefined,
|
|
5133
|
+
]),
|
|
5106
5134
|
url: faker.helpers.arrayElement([
|
|
5107
5135
|
faker.string.alpha({ length: { min: 10, max: 20 } }),
|
|
5108
5136
|
undefined,
|
|
@@ -214,6 +214,7 @@ export const searchCasesResponse = zod
|
|
|
214
214
|
.string()
|
|
215
215
|
.optional()
|
|
216
216
|
.describe('File size in bytes.'),
|
|
217
|
+
source: zod.string().optional(),
|
|
217
218
|
url: zod.string().optional(),
|
|
218
219
|
})
|
|
219
220
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -849,6 +850,7 @@ export const createCaseResponse = zod
|
|
|
849
850
|
.describe('MIME type of the file.'),
|
|
850
851
|
name: zod.string().optional().describe('File name.'),
|
|
851
852
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
853
|
+
source: zod.string().optional(),
|
|
852
854
|
url: zod.string().optional(),
|
|
853
855
|
})
|
|
854
856
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -1316,6 +1318,7 @@ export const deleteCaseResponse = zod
|
|
|
1316
1318
|
.describe('MIME type of the file.'),
|
|
1317
1319
|
name: zod.string().optional().describe('File name.'),
|
|
1318
1320
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
1321
|
+
source: zod.string().optional(),
|
|
1319
1322
|
url: zod.string().optional(),
|
|
1320
1323
|
})
|
|
1321
1324
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -1783,6 +1786,7 @@ export const locateCaseResponse = zod
|
|
|
1783
1786
|
.describe('MIME type of the file.'),
|
|
1784
1787
|
name: zod.string().optional().describe('File name.'),
|
|
1785
1788
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
1789
|
+
source: zod.string().optional(),
|
|
1786
1790
|
url: zod.string().optional(),
|
|
1787
1791
|
})
|
|
1788
1792
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -2357,6 +2361,7 @@ export const updateCase2Response = zod.object({
|
|
|
2357
2361
|
.describe('MIME type of the file.'),
|
|
2358
2362
|
name: zod.string().optional().describe('File name.'),
|
|
2359
2363
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
2364
|
+
source: zod.string().optional(),
|
|
2360
2365
|
url: zod.string().optional(),
|
|
2361
2366
|
})
|
|
2362
2367
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -2946,6 +2951,7 @@ export const updateCaseResponse = zod.object({
|
|
|
2946
2951
|
.describe('MIME type of the file.'),
|
|
2947
2952
|
name: zod.string().optional().describe('File name.'),
|
|
2948
2953
|
size: zod.string().optional().describe('File size in bytes.'),
|
|
2954
|
+
source: zod.string().optional(),
|
|
2949
2955
|
url: zod.string().optional(),
|
|
2950
2956
|
})
|
|
2951
2957
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -3461,6 +3467,7 @@ export const searchCases2Response = zod
|
|
|
3461
3467
|
.string()
|
|
3462
3468
|
.optional()
|
|
3463
3469
|
.describe('File size in bytes.'),
|
|
3470
|
+
source: zod.string().optional(),
|
|
3464
3471
|
url: zod.string().optional(),
|
|
3465
3472
|
})
|
|
3466
3473
|
.describe('Metadata for a file associated with a case.'),
|
|
@@ -39,6 +39,9 @@ export const searchSystemSettingQueryParams = zod.object({
|
|
|
39
39
|
'task_end_push_notification',
|
|
40
40
|
'push_notification_timeout',
|
|
41
41
|
'labels_to_limit_contacts',
|
|
42
|
+
'autolink_mail_to_contact',
|
|
43
|
+
'new_message_sound_notification',
|
|
44
|
+
'new_chat_sound_notification',
|
|
42
45
|
]),
|
|
43
46
|
)
|
|
44
47
|
.optional()
|
|
@@ -79,6 +82,9 @@ export const searchSystemSettingResponse = zod.object({
|
|
|
79
82
|
'task_end_push_notification',
|
|
80
83
|
'push_notification_timeout',
|
|
81
84
|
'labels_to_limit_contacts',
|
|
85
|
+
'autolink_mail_to_contact',
|
|
86
|
+
'new_message_sound_notification',
|
|
87
|
+
'new_chat_sound_notification',
|
|
82
88
|
])
|
|
83
89
|
.default(searchSystemSettingResponseItemsItemNameDefault),
|
|
84
90
|
}),
|
|
@@ -116,6 +122,9 @@ export const createSystemSettingBody = zod.object({
|
|
|
116
122
|
'task_end_push_notification',
|
|
117
123
|
'push_notification_timeout',
|
|
118
124
|
'labels_to_limit_contacts',
|
|
125
|
+
'autolink_mail_to_contact',
|
|
126
|
+
'new_message_sound_notification',
|
|
127
|
+
'new_chat_sound_notification',
|
|
119
128
|
])
|
|
120
129
|
.default(createSystemSettingBodyNameDefault),
|
|
121
130
|
});
|
|
@@ -151,6 +160,9 @@ export const createSystemSettingResponse = zod.object({
|
|
|
151
160
|
'task_end_push_notification',
|
|
152
161
|
'push_notification_timeout',
|
|
153
162
|
'labels_to_limit_contacts',
|
|
163
|
+
'autolink_mail_to_contact',
|
|
164
|
+
'new_message_sound_notification',
|
|
165
|
+
'new_chat_sound_notification',
|
|
154
166
|
])
|
|
155
167
|
.default(createSystemSettingResponseNameDefault),
|
|
156
168
|
});
|
|
@@ -209,6 +221,9 @@ export const deleteSystemSettingResponse = zod.object({
|
|
|
209
221
|
'task_end_push_notification',
|
|
210
222
|
'push_notification_timeout',
|
|
211
223
|
'labels_to_limit_contacts',
|
|
224
|
+
'autolink_mail_to_contact',
|
|
225
|
+
'new_message_sound_notification',
|
|
226
|
+
'new_chat_sound_notification',
|
|
212
227
|
])
|
|
213
228
|
.default(deleteSystemSettingResponseNameDefault),
|
|
214
229
|
});
|
|
@@ -248,6 +263,9 @@ export const readSystemSettingResponse = zod.object({
|
|
|
248
263
|
'task_end_push_notification',
|
|
249
264
|
'push_notification_timeout',
|
|
250
265
|
'labels_to_limit_contacts',
|
|
266
|
+
'autolink_mail_to_contact',
|
|
267
|
+
'new_message_sound_notification',
|
|
268
|
+
'new_chat_sound_notification',
|
|
251
269
|
])
|
|
252
270
|
.default(readSystemSettingResponseNameDefault),
|
|
253
271
|
});
|
|
@@ -291,6 +309,9 @@ export const patchSystemSettingResponse = zod.object({
|
|
|
291
309
|
'task_end_push_notification',
|
|
292
310
|
'push_notification_timeout',
|
|
293
311
|
'labels_to_limit_contacts',
|
|
312
|
+
'autolink_mail_to_contact',
|
|
313
|
+
'new_message_sound_notification',
|
|
314
|
+
'new_chat_sound_notification',
|
|
294
315
|
])
|
|
295
316
|
.default(patchSystemSettingResponseNameDefault),
|
|
296
317
|
});
|
|
@@ -332,6 +353,9 @@ export const updateSystemSettingResponse = zod.object({
|
|
|
332
353
|
'task_end_push_notification',
|
|
333
354
|
'push_notification_timeout',
|
|
334
355
|
'labels_to_limit_contacts',
|
|
356
|
+
'autolink_mail_to_contact',
|
|
357
|
+
'new_message_sound_notification',
|
|
358
|
+
'new_chat_sound_notification',
|
|
335
359
|
])
|
|
336
360
|
.default(updateSystemSettingResponseNameDefault),
|
|
337
361
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type { WfmAbsenceType } from './wfmAbsenceType';
|
|
2
1
|
/**
|
|
3
2
|
* Generated by orval v7.10.0 🍺
|
|
4
3
|
* Do not edit manually.
|
|
5
4
|
* Webitel API
|
|
6
5
|
* OpenAPI spec version: 24.04.0
|
|
7
6
|
*/
|
|
7
|
+
import type { WfmAbsenceType } from './wfmAbsenceType';
|
|
8
8
|
import type { WfmLookupEntity } from './wfmLookupEntity';
|
|
9
9
|
export type AgentAbsenceServiceUpdateAgentAbsenceBodyItem = {
|
|
10
10
|
absentAt?: string;
|