uawdijnntqw1x1x1
IP : 3.137.203.53
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
axolotl.ru
/
www
/
bitrix
/
js
/
crm
/
form
/
src
/
type
/
options.js
/
/
import * as FormTypes from '../../../site/form/src/form/types'; type PresetField = { entityName: string; fieldName: string; value: string | number; }; type Payment = { use: boolean; payer: string; systems: Array<number>; }; type Captcha = { use: boolean; key: ?string; secret: ?string; }; type Deal = { category: string; duplicatesEnabled: boolean; }; type Document = { scheme: number; duplicateMode: string; deal: Deal; }; type Responsible = { userId: number; checkWorkTime: boolean; }; type Agreement = { id: number; checked: boolean; required: boolean; }; type Agreements = { use: boolean; list: Array<Agreement>; } type ResultItem = { text: string; url: string; }; type Result = { success: ResultItem; failure: ResultItem; redirectDelay: number; }; type Callback = { from: string; text: string; }; type ViewClick = { type: string; position: string; vertical: string; }; type ViewAuto = { type: string; position: string; vertical: string; delay: number; }; type Views = { click: ViewClick; auto: ViewAuto; }; type AnalyticSteps = { name: string; code: string; event: string; }; type Analytics = { category: string; steps: Array<AnalyticSteps>; }; type Config = { data: FormTypes.Options; id: number; name: string; templateId: string; presetFields: Array<PresetField>; payment: Payment; captcha: Captcha; document: Document; responsible: Responsible; agreements: Agreements; result: Result; callback: Callback; views: Views; analytics: Analytics; }; export default Config;
/var/www/axolotl/data/www/axolotl.ru/www/bitrix/js/crm/form/src/type/options.js