@redneckz/wildless-cms-uni-blocks 0.14.568 → 0.14.570

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.
Files changed (123) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +86 -63
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  5. package/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  6. package/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  7. package/bundle/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  8. package/bundle/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  9. package/bundle/ui-kit/FormField/constants.d.ts +0 -1
  10. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  11. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -5
  12. package/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  13. package/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  14. package/dist/ui-kit/Checkbox/CheckboxGroup.js +2 -1
  15. package/dist/ui-kit/Checkbox/CheckboxGroup.js.map +1 -1
  16. package/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  17. package/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  18. package/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.js +26 -0
  19. package/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.js.map +1 -0
  20. package/dist/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  21. package/dist/ui-kit/FormField/Fields/ProductField.js +3 -3
  22. package/dist/ui-kit/FormField/Fields/ProductField.js.map +1 -1
  23. package/dist/ui-kit/FormField/constants.d.ts +0 -1
  24. package/dist/ui-kit/FormField/constants.js +1 -9
  25. package/dist/ui-kit/FormField/constants.js.map +1 -1
  26. package/dist/ui-kit/FormField/getField.js +6 -1
  27. package/dist/ui-kit/FormField/getField.js.map +1 -1
  28. package/dist/ui-kit/FormField/getObjectValidator.js +1 -0
  29. package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  30. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  31. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -5
  32. package/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  33. package/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  34. package/lib/components/ApplicationLeadForm/renderAgreementSubmit.d.ts +1 -0
  35. package/lib/ui-kit/Checkbox/CheckboxGroup.js +2 -1
  36. package/lib/ui-kit/Checkbox/CheckboxGroup.js.map +1 -1
  37. package/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  38. package/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  39. package/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.js +24 -0
  40. package/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.js.map +1 -0
  41. package/lib/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  42. package/lib/ui-kit/FormField/Fields/ProductField.js +3 -3
  43. package/lib/ui-kit/FormField/Fields/ProductField.js.map +1 -1
  44. package/lib/ui-kit/FormField/constants.d.ts +0 -1
  45. package/lib/ui-kit/FormField/constants.js +0 -8
  46. package/lib/ui-kit/FormField/constants.js.map +1 -1
  47. package/lib/ui-kit/FormField/getField.js +6 -1
  48. package/lib/ui-kit/FormField/getField.js.map +1 -1
  49. package/lib/ui-kit/FormField/getObjectValidator.js +1 -0
  50. package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  51. package/mobile/bundle/bundle.umd.js +86 -63
  52. package/mobile/bundle/bundle.umd.min.js +1 -1
  53. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  54. package/mobile/bundle/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  55. package/mobile/bundle/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  56. package/mobile/bundle/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  57. package/mobile/bundle/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  58. package/mobile/bundle/ui-kit/FormField/constants.d.ts +0 -1
  59. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  60. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -5
  61. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  62. package/mobile/dist/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  63. package/mobile/dist/ui-kit/Checkbox/CheckboxGroup.js +2 -1
  64. package/mobile/dist/ui-kit/Checkbox/CheckboxGroup.js.map +1 -1
  65. package/mobile/dist/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  66. package/mobile/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  67. package/mobile/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.js +26 -0
  68. package/mobile/dist/ui-kit/FormField/Fields/ConsentToAllDocsField.js.map +1 -0
  69. package/mobile/dist/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  70. package/mobile/dist/ui-kit/FormField/Fields/ProductField.js +3 -3
  71. package/mobile/dist/ui-kit/FormField/Fields/ProductField.js.map +1 -1
  72. package/mobile/dist/ui-kit/FormField/constants.d.ts +0 -1
  73. package/mobile/dist/ui-kit/FormField/constants.js +1 -9
  74. package/mobile/dist/ui-kit/FormField/constants.js.map +1 -1
  75. package/mobile/dist/ui-kit/FormField/getField.js +6 -1
  76. package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
  77. package/mobile/dist/ui-kit/FormField/getObjectValidator.js +1 -0
  78. package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  79. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  80. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js +3 -5
  81. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadForm.js.map +1 -1
  82. package/mobile/lib/components/ApplicationLeadForm/ApplicationLeadFormContent.d.ts +1 -1
  83. package/mobile/lib/ui-kit/Checkbox/CheckboxGroup.js +2 -1
  84. package/mobile/lib/ui-kit/Checkbox/CheckboxGroup.js.map +1 -1
  85. package/mobile/lib/ui-kit/Checkbox/CheckboxProps.d.ts +1 -1
  86. package/mobile/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.d.ts +2 -0
  87. package/mobile/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.js +24 -0
  88. package/mobile/lib/ui-kit/FormField/Fields/ConsentToAllDocsField.js.map +1 -0
  89. package/mobile/lib/ui-kit/FormField/Fields/ProductField.d.ts +8 -1
  90. package/mobile/lib/ui-kit/FormField/Fields/ProductField.js +3 -3
  91. package/mobile/lib/ui-kit/FormField/Fields/ProductField.js.map +1 -1
  92. package/mobile/lib/ui-kit/FormField/constants.d.ts +0 -1
  93. package/mobile/lib/ui-kit/FormField/constants.js +0 -8
  94. package/mobile/lib/ui-kit/FormField/constants.js.map +1 -1
  95. package/mobile/lib/ui-kit/FormField/getField.js +6 -1
  96. package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
  97. package/mobile/lib/ui-kit/FormField/getObjectValidator.js +1 -0
  98. package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  99. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +2 -1
  100. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +6 -856
  101. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +3 -9
  102. package/mobile/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -1
  103. package/mobile/src/ui-kit/Checkbox/CheckboxGroup.tsx +7 -1
  104. package/mobile/src/ui-kit/Checkbox/CheckboxProps.ts +1 -1
  105. package/mobile/src/ui-kit/FormField/Fields/ConsentToAllDocsField.tsx +29 -0
  106. package/mobile/src/ui-kit/FormField/Fields/ProductField.tsx +13 -4
  107. package/mobile/src/ui-kit/FormField/constants.tsx +0 -9
  108. package/mobile/src/ui-kit/FormField/getField.tsx +7 -1
  109. package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +1 -0
  110. package/package.json +1 -1
  111. package/src/components/ApplicationForm/ApplicationFormContent.ts +2 -1
  112. package/src/components/ApplicationLeadForm/ApplicationLeadForm.example.json +6 -856
  113. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.mobile.tsx +8 -10
  114. package/src/components/ApplicationLeadForm/ApplicationLeadForm.fixture.tsx +7 -10
  115. package/src/components/ApplicationLeadForm/ApplicationLeadForm.tsx +3 -9
  116. package/src/components/ApplicationLeadForm/ApplicationLeadFormContent.ts +2 -1
  117. package/src/ui-kit/Checkbox/CheckboxGroup.tsx +7 -1
  118. package/src/ui-kit/Checkbox/CheckboxProps.ts +1 -1
  119. package/src/ui-kit/FormField/Fields/ConsentToAllDocsField.tsx +29 -0
  120. package/src/ui-kit/FormField/Fields/ProductField.tsx +13 -4
  121. package/src/ui-kit/FormField/constants.tsx +0 -9
  122. package/src/ui-kit/FormField/getField.tsx +7 -1
  123. package/src/ui-kit/FormField/getObjectValidator.tsx +1 -0
@@ -1,426 +1,16 @@
1
1
  [
2
2
  [
3
- "Эквайринг ЮЛ",
3
+ "Лид форма",
4
4
  {
5
5
  "content": {
6
6
  "version": "primary",
7
7
  "padding": "",
8
- "title": "Заполните онлайн-заявку на эквайринг",
9
- "typeForm": "ACQR",
10
- "endpoint": "sendcorporatelead",
11
- "sections": [
12
- {
13
- "title": "Вид эквайринга и регион",
14
- "columns": 2,
15
- "inputs": [
16
- { "fieldType": "common", "name": "acquiringType", "required": true },
17
- { "fieldType": "common", "name": "region", "required": true }
18
- ]
19
- },
20
- {
21
- "title": "Данные организации",
22
- "columns": 2,
23
- "inputs": [
24
- {
25
- "fieldType": "common",
26
- "name": "fullName",
27
- "required": true,
28
- "label": "Наименование организации"
29
- },
30
- { "fieldType": "common", "name": "inn", "required": true },
31
- {
32
- "fieldType": "common",
33
- "name": "name",
34
- "required": true,
35
- "label": "Контактное лицо"
36
- },
37
- { "fieldType": "common", "name": "phone", "required": true }
38
- ]
39
- },
40
- { "inputs": [{ "fieldType": "common", "name": "onlineCheckout" }] },
41
- { "inputs": [{ "fieldType": "common", "name": "posTerminal" }] }
42
- ],
43
- "button": {
44
- "text": "Отправить заявку",
45
- "version": "primary"
46
- },
47
- "link": {
48
- "text": "обработкой персональных данных",
49
- "href": "/privacy-policy",
50
- "target": "_blank"
51
- }
52
- }
53
- }
54
- ],
55
- [
56
- "Аналитика ФЛ",
57
- {
58
- "content": {
59
- "version": "primary",
60
- "padding": "",
61
- "title": "Подпишитесь на аналитику",
62
- "typeForm": "ANALITIC",
63
- "endpoint": "lead",
64
- "sections": [
65
- {
66
- "title": "Получайте аналитические материалы для начинающих и профессиональных инвесторов на почту",
67
- "inputs": []
68
- },
69
- {
70
- "inputs": [
71
- { "fieldType": "common", "name": "name", "required": true },
72
- { "fieldType": "common", "name": "email", "required": true },
73
- { "fieldType": "common", "name": "consentToReceiveMaterials" },
74
- { "fieldType": "common", "name": "consentDataProcessing", "required": true }
75
- ]
76
- }
77
- ],
78
- "button": {
79
- "text": "Отправить заявку",
80
- "version": "primary"
81
- },
82
- "link": {
83
- "text": "Согласен на обработку персональных данных",
84
- "href": "/privacy-policy",
85
- "target": "_blank"
86
- }
87
- }
88
- }
89
- ],
90
- [
91
- "Предупреждение о мошенничестве ФЛ",
92
- {
93
- "content": {
94
- "version": "primary",
95
- "padding": "",
96
- "title": "Сообщить о возможных мошеннических действиях",
97
- "typeForm": "ANTIFRAUD",
98
- "endpoint": "lead",
99
- "sections": [
100
- {
101
- "inputs": [
102
- {
103
- "fieldType": "common",
104
- "name": "surname",
105
- "required": true
106
- },
107
- {
108
- "fieldType": "common",
109
- "name": "name",
110
- "required": true
111
- },
112
- {
113
- "fieldType": "common",
114
- "name": "middleName"
115
- },
116
- {
117
- "fieldType": "common",
118
- "name": "phone",
119
- "required": true
120
- },
121
- {
122
- "fieldType": "common",
123
- "name": "email",
124
- "label": "Электронная почта (для уведомлений от Банка по Вашему сообщению)"
125
- },
126
- {
127
- "fieldType": "common",
128
- "name": "birthday",
129
- "required": true
130
- },
131
- {
132
- "fieldType": "common",
133
- "name": "isClient"
134
- },
135
- {
136
- "fieldType": "common",
137
- "name": "comment",
138
- "required": true
139
- },
140
- {
141
- "fieldType": "common",
142
- "name": "consentDataProcessing",
143
- "required": true
144
- }
145
- ]
146
- }
147
- ],
148
- "button": {
149
- "text": "Отправить заявку",
150
- "version": "primary"
151
- },
152
- "link": {
153
- "text": "Согласен на обработку персональных данных",
154
- "href": "/privacy-policy",
155
- "target": "_blank"
156
- }
157
- }
158
- }
159
- ],
160
- [
161
- "Бизнес-карта ЮЛ",
162
- {
163
- "content": {
164
- "version": "primary",
165
- "padding": "",
166
- "title": "Заявка на выпуск бизнес-карты",
167
- "typeForm": "BCRD",
168
- "endpoint": "sendcorporatelead",
169
- "sections": [
170
- { "inputs": [{ "fieldType": "common", "name": "region", "required": true }] },
171
- {
172
- "columns": 2,
173
- "inputs": [
174
- {
175
- "fieldType": "common",
176
- "name": "name",
177
- "required": true,
178
- "label": "Контактное лицо"
179
- },
180
- {
181
- "fieldType": "common",
182
- "name": "phone",
183
- "required": true
184
- },
185
- {
186
- "fieldType": "common",
187
- "name": "inn",
188
- "required": true
189
- },
190
- {
191
- "fieldType": "common",
192
- "name": "email",
193
- "required": true
194
- }
195
- ]
196
- }
197
- ],
198
- "button": {
199
- "text": "Отправить заявку",
200
- "version": "primary"
201
- },
202
- "link": {
203
- "text": "условиями передачи данных",
204
- "href": "/privacy-policy",
205
- "target": "_blank"
206
- }
207
- }
208
- }
209
- ],
210
- [
211
- "Брокерское обслуживание ЮЛ",
212
- {
213
- "content": {
214
- "version": "primary",
215
- "padding": "",
216
- "title": "Заполните онлайн-заявку на открытие брокерского счёта",
217
- "typeForm": "BROK",
218
- "endpoint": "sendcorporatelead",
219
- "sections": [
220
- {
221
- "columns": 2,
222
- "inputs": [
223
- {
224
- "fieldType": "common",
225
- "name": "fullName",
226
- "required": true,
227
- "label": "Наименование организации"
228
- },
229
- { "fieldType": "common", "name": "inn", "required": true },
230
- {
231
- "fieldType": "common",
232
- "name": "name",
233
- "required": true,
234
- "label": "Контактное лицо"
235
- },
236
- { "fieldType": "common", "name": "phone", "required": true }
237
- ]
238
- },
239
- {
240
- "inputs": [
241
- { "fieldType": "common", "name": "partnerComments" },
242
- { "fieldType": "common", "name": "isClient" }
243
- ]
244
- }
245
- ],
246
- "button": {
247
- "text": "Отправить заявку",
248
- "version": "primary"
249
- },
250
- "link": {
251
- "text": "условиями передачи данных",
252
- "href": "/privacy-policy",
253
- "target": "_blank"
254
- }
255
- }
256
- }
257
- ],
258
- [
259
- "Брокерский счет ФЛ",
260
- {
261
- "content": {
262
- "version": "primary",
263
- "padding": "",
264
- "title": "Заполните онлайн-заявку на открытие брокерского счёта",
265
- "typeForm": "BROKACCOUNT",
266
- "endpoint": "lead",
267
- "sections": [
268
- {
269
- "inputs": [
270
- {
271
- "label": "ФИО",
272
- "fieldType": "common",
273
- "name": "name",
274
- "required": true
275
- },
276
- {
277
- "fieldType": "common",
278
- "name": "phone",
279
- "required": true
280
- },
281
- {
282
- "fieldType": "common",
283
- "name": "isClient"
284
- },
285
- {
286
- "fieldType": "common",
287
- "name": "consentDataProcessing",
288
- "required": true
289
- }
290
- ]
291
- }
292
- ],
293
- "button": {
294
- "text": "Отправить заявку",
295
- "version": "primary"
296
- },
297
- "link": {
298
- "text": "Согласен на обработку персональных данных",
299
- "href": "/privacy-policy",
300
- "target": "_blank"
301
- }
302
- }
303
- }
304
- ],
305
- [
306
- "Инкассация ЮЛ",
307
- {
308
- "content": {
309
- "version": "primary",
310
- "padding": "",
311
- "title": "Заполните заявку на консультацию",
312
- "typeForm": "COLLECTION",
313
- "endpoint": "sendcorporatelead",
314
- "sections": [
315
- {
316
- "inputs": [
317
- {
318
- "fieldType": "common",
319
- "name": "fullName",
320
- "required": true,
321
- "label": "Наименование организации"
322
- }
323
- ]
324
- },
325
- {
326
- "columns": 2,
327
- "inputs": [
328
- { "fieldType": "common", "name": "region", "required": true },
329
- {
330
- "fieldType": "common",
331
- "name": "collectionCount",
332
- "required": true,
333
- "label": "Количество объектов инкассации"
334
- },
335
- { "fieldType": "common", "name": "phone", "required": true },
336
- { "fieldType": "common", "name": "email", "required": true }
337
- ]
338
- }
339
- ],
340
- "button": {
341
- "text": "Отправить заявку",
342
- "version": "primary"
343
- },
344
- "link": {
345
- "text": "условиями передачи данных",
346
- "href": "/privacy-policy",
347
- "target": "_blank"
348
- }
349
- }
350
- }
351
- ],
352
- [
353
- "Кредит ЮЛ",
354
- {
355
- "content": {
356
- "version": "primary",
357
- "padding": "",
358
- "title": "Оформите заявку на кредит прямо сейчас",
359
- "typeForm": "CRED",
360
- "endpoint": "sendcorporatelead",
361
- "sections": [
362
- {
363
- "title": "Параметры кредита",
364
- "columns": 2,
365
- "inputs": [
366
- { "fieldType": "common", "name": "amount" },
367
- { "fieldType": "common", "name": "term" }
368
- ]
369
- },
370
- {
371
- "title": "Данные организации",
372
- "columns": 2,
373
- "inputs": [
374
- {
375
- "fieldType": "common",
376
- "name": "fullName",
377
- "required": true,
378
- "label": "Наименование организации"
379
- },
380
- { "fieldType": "common", "name": "annualRevenue", "required": true },
381
- { "fieldType": "common", "name": "inn", "required": true },
382
- {
383
- "fieldType": "common",
384
- "name": "name",
385
- "required": true,
386
- "label": "Контактное лицо"
387
- },
388
- { "fieldType": "common", "name": "phone", "required": true },
389
- { "fieldType": "common", "name": "email", "required": true }
390
- ]
391
- },
392
- {
393
- "title": "Офис банка",
394
- "columns": 2,
395
- "inputs": [
396
- { "fieldType": "common", "name": "region", "required": true },
397
- { "fieldType": "common", "name": "addressBranch", "required": true }
398
- ]
399
- }
400
- ],
401
- "button": {
402
- "text": "Отправить заявку",
403
- "version": "primary"
404
- },
405
- "link": {
406
- "text": "условиями передачи данных",
407
- "href": "/privacy-policy",
408
- "target": "_blank"
409
- }
410
- }
411
- }
412
- ],
413
- [
414
- "Факты коррупции ФЛ",
415
- {
416
- "content": {
417
- "version": "primary",
418
- "padding": "",
419
- "title": "Сообщить о коррупции",
420
- "typeForm": "CORRUPTION",
8
+ "title": "Лид форма",
9
+ "typeForm": "OUTSERVICE",
421
10
  "endpoint": "lead",
422
11
  "sections": [
423
12
  {
13
+ "columns": 2,
424
14
  "inputs": [
425
15
  {
426
16
  "fieldType": "common",
@@ -436,208 +26,9 @@
436
26
  "fieldType": "common",
437
27
  "name": "middleName"
438
28
  },
439
- {
440
- "fieldType": "common",
441
- "name": "phone",
442
- "required": true
443
- },
444
- {
445
- "fieldType": "common",
446
- "name": "region",
447
- "required": true
448
- },
449
- {
450
- "fieldType": "common",
451
- "name": "email"
452
- },
453
- {
454
- "fieldType": "common",
455
- "name": "comment",
456
- "required": true
457
- },
458
- {
459
- "fieldType": "common",
460
- "name": "consentDataProcessing",
461
- "required": true
462
- }
463
- ]
464
- }
465
- ],
466
- "button": {
467
- "text": "Отправить заявку",
468
- "version": "primary"
469
- },
470
- "link": {
471
- "text": "Согласен на обработку персональных данных",
472
- "href": "/privacy-policy",
473
- "target": "_blank"
474
- }
475
- }
476
- }
477
- ],
478
- [
479
- "Депозит ЮЛ",
480
- {
481
- "content": {
482
- "version": "primary",
483
- "padding": "",
484
- "title": "Форма заявка",
485
- "typeForm": "DPST",
486
- "endpoint": "sendcorporatelead",
487
- "sections": [
488
- {
489
- "inputs": [
490
- {
491
- "fieldType": "common",
492
- "name": "name",
493
- "required": true,
494
- "label": "Контактное лицо"
495
- },
496
- {
497
- "fieldType": "common",
498
- "name": "phone",
499
- "required": true
500
- },
501
- {
502
- "fieldType": "common",
503
- "name": "consentDataProcessing",
504
- "required": true
505
- }
506
- ]
507
- }
508
- ],
509
- "button": {
510
- "text": "Отправить заявку",
511
- "version": "primary"
512
- },
513
- "link": {
514
- "text": "Согласен на обработку персональных данных",
515
- "href": "/privacy-policy",
516
- "target": "_blank"
517
- }
518
- }
519
- }
520
- ],
521
- [
522
- "Обратная связь",
523
- {
524
- "content": {
525
- "version": "primary",
526
- "padding": "",
527
- "title": "Обратная связь",
528
- "typeForm": "FEEDBACK",
529
- "endpoint": "lead",
530
- "sections": [
531
- {
532
- "inputs": [
533
- { "fieldType": "common", "name": "feedbackType", "required": true },
534
- {
535
- "fieldType": "common",
536
- "name": "serviceDirection",
537
- "condition": {
538
- "name": "feedbackType",
539
- "values": ["FEEDBACK_QS"]
540
- }
541
- },
542
- { "fieldType": "common", "name": "region", "required": true },
543
- {
544
- "fieldType": "common",
545
- "name": "addressBranch",
546
- "required": true,
547
- "condition": {
548
- "name": "feedbackType",
549
- "values": ["FEEDBACK_QS"]
550
- }
551
- },
552
- { "fieldType": "common", "name": "surname", "required": true },
553
- { "fieldType": "common", "name": "name", "required": true },
554
- { "fieldType": "common", "name": "middleName" },
555
- {
556
- "fieldType": "common",
557
- "name": "inn",
558
- "required": true,
559
- "condition": { "name": "serviceDirection", "values": ["Юридическое лицо / ИП"] }
560
- },
561
- {
562
- "fieldType": "common",
563
- "name": "fullName",
564
- "label": "Наименование организации",
565
- "condition": { "name": "serviceDirection", "values": ["Юридическое лицо / ИП"] }
566
- },
567
29
  {
568
30
  "fieldType": "common",
569
31
  "name": "birthday",
570
- "required": true,
571
- "condition": {
572
- "name": "feedbackType",
573
- "values": ["FEEDBACK"]
574
- }
575
- },
576
- { "fieldType": "common", "name": "feedbackMethod", "required": true },
577
- { "fieldType": "common", "name": "phone", "required": true },
578
- {
579
- "fieldType": "common",
580
- "name": "secondaryPhone",
581
- "required": true,
582
- "condition": {
583
- "name": "feedbackType",
584
- "values": ["FEEDBACK_QS"]
585
- }
586
- },
587
- { "fieldType": "common", "name": "email", "required": true },
588
- {
589
- "fieldType": "common",
590
- "name": "bankEmpolee",
591
- "condition": {
592
- "name": "feedbackType",
593
- "values": ["FEEDBACK_QS"]
594
- }
595
- },
596
- {
597
- "fieldType": "common",
598
- "name": "applicationDate",
599
- "condition": {
600
- "name": "feedbackType",
601
- "values": ["FEEDBACK_QS"]
602
- }
603
- },
604
- { "fieldType": "common", "name": "comment", "required": true },
605
- { "fieldType": "common", "name": "consentDataProcessing", "required": true }
606
- ]
607
- }
608
- ],
609
- "button": {
610
- "text": "Отправить заявку",
611
- "version": "primary"
612
- },
613
- "link": {
614
- "text": "Согласен на обработку персональных данных",
615
- "href": "/privacy-policy",
616
- "target": "_blank"
617
- }
618
- }
619
- }
620
- ],
621
- [
622
- "Самоинкассация ЮЛ",
623
- {
624
- "content": {
625
- "version": "primary",
626
- "padding": "",
627
- "title": "Заполните заявку на консультацию",
628
- "typeForm": "SELFCOLLECTION",
629
- "endpoint": "sendcorporatelead",
630
- "sections": [
631
- {
632
- "inputs": [
633
- {
634
- "fieldType": "common",
635
- "name": "name",
636
- "required": true
637
- },
638
- {
639
- "fieldType": "common",
640
- "name": "region",
641
32
  "required": true
642
33
  },
643
34
  {
@@ -645,246 +36,10 @@
645
36
  "name": "phone",
646
37
  "required": true
647
38
  },
648
- {
649
- "fieldType": "common",
650
- "name": "consentDataProcessing",
651
- "required": true
652
- }
653
- ]
654
- }
655
- ],
656
- "button": {
657
- "text": "Отправить заявку",
658
- "version": "primary"
659
- },
660
- "link": {
661
- "text": "Согласен на обработку персональных данных",
662
- "href": "/privacy-policy",
663
- "target": "_blank"
664
- }
665
- }
666
- }
667
- ],
668
- [
669
- "Консультация по продукту ФЛ",
670
- {
671
- "content": {
672
- "version": "primary",
673
- "padding": "",
674
- "title": "Заполните форму",
675
- "typeForm": "PRODUCT",
676
- "endpoint": "lead",
677
- "additionalParams": {
678
- "product": "product",
679
- "showProduct": "show"
680
- },
681
- "sections": [
682
- {
683
- "columns": 2,
684
- "inputs": [
685
- { "fieldType": "common", "name": "surname", "required": true },
686
- { "fieldType": "common", "name": "name", "required": true },
687
- { "fieldType": "common", "name": "middleName" },
688
- { "fieldType": "common", "name": "birthday", "required": true },
689
- { "fieldType": "common", "name": "phone", "required": true },
690
- { "fieldType": "common", "name": "email", "required": true },
691
- { "fieldType": "common", "name": "consentDataProcessing", "required": true }
692
- ]
693
- }
694
- ],
695
- "button": {
696
- "text": "Отправить заявку",
697
- "version": "primary"
698
- },
699
- "link": {
700
- "text": "Согласен на обработку персональных данных",
701
- "href": "/privacy-policy",
702
- "target": "_blank"
703
- }
704
- }
705
- }
706
- ],
707
- [
708
- "Ультра/Премиум ФЛ",
709
- {
710
- "content": {
711
- "version": "primary",
712
- "padding": "",
713
- "title": "Стать клиентом",
714
- "typeForm": "ULTRASERVICE",
715
- "endpoint": "lead",
716
- "sections": [
717
- {
718
- "title": "Ваши данные",
719
- "columns": 2,
720
- "inputs": [
721
- { "fieldType": "common", "name": "surname", "required": true },
722
- { "fieldType": "common", "name": "name", "required": true },
723
- { "fieldType": "common", "name": "middleName" },
724
- { "fieldType": "common", "name": "phone", "required": true },
725
- { "fieldType": "common", "name": "email" },
726
- { "fieldType": "common", "name": "serviceType", "required": true }
727
- ]
728
- },
729
- {
730
- "title": "Офис банка",
731
- "columns": 2,
732
- "inputs": [
733
- { "fieldType": "common", "name": "region", "required": true },
734
- { "fieldType": "common", "name": "addressBranch", "required": true }
735
- ]
736
- },
737
- { "inputs": [{ "fieldType": "common", "name": "comment" }] },
738
- {
739
- "inputs": [{ "fieldType": "common", "name": "consentDataProcessing", "required": true }]
740
- }
741
- ],
742
- "button": {
743
- "text": "Отправить заявку",
744
- "version": "primary"
745
- },
746
- "link": {
747
- "text": "Согласен на обработку персональных данных",
748
- "href": "/privacy-policy",
749
- "target": "_blank"
750
- }
751
- }
752
- }
753
- ],
754
- [
755
- "ВЭД ЮЛ",
756
- {
757
- "content": {
758
- "version": "primary",
759
- "padding": "",
760
- "title": "Получите консультацию по обслуживанию ВЭД",
761
- "typeForm": "KVED",
762
- "endpoint": "sendcorporatelead",
763
- "sections": [
764
- {
765
- "inputs": [
766
- { "fieldType": "ved", "name": "vedTypes", "defaultValue": "currencyControl" }
767
- ]
768
- },
769
- { "title": "Данные организации", "inputs": [] },
770
- {
771
- "inputs": [
772
- {
773
- "fieldType": "common",
774
- "name": "region",
775
- "required": true,
776
- "condition": { "name": "vedTypes", "values": ["currencyControl"] }
777
- }
778
- ]
779
- },
780
- {
781
- "columns": 2,
782
- "inputs": [
783
- {
784
- "fieldType": "common",
785
- "name": "inn",
786
- "required": true,
787
- "condition": {
788
- "name": "vedTypes",
789
- "values": ["currencyControl", "documentOperations"]
790
- }
791
- },
792
- {
793
- "fieldType": "common",
794
- "name": "fullName",
795
- "required": true,
796
- "label": "Наименование организации"
797
- },
798
- { "fieldType": "common", "name": "name", "required": true, "label": "ФИО" },
799
- { "fieldType": "common", "name": "phone", "required": true },
800
39
  {
801
40
  "fieldType": "common",
802
41
  "name": "email",
803
- "required": true,
804
- "condition": {
805
- "name": "vedTypes",
806
- "values": ["documentOperations", "conversionTransactions", "otherIssues"]
807
- }
808
- }
809
- ]
810
- },
811
- {
812
- "inputs": [
813
- {
814
- "fieldType": "common",
815
- "name": "partnerComments",
816
- "label": "Обращение",
817
- "required": true
818
- }
819
- ]
820
- }
821
- ],
822
- "button": {
823
- "text": "Отправить заявку",
824
- "version": "primary"
825
- },
826
- "link": {
827
- "text": "условиями передачи данных",
828
- "href": "/privacy-policy",
829
- "target": "_blank"
830
- }
831
- }
832
- }
833
- ],
834
- [
835
- "Выездной сервис ФЛ",
836
- {
837
- "content": {
838
- "version": "primary",
839
- "padding": "",
840
- "title": "Заявка на консультацию",
841
- "typeForm": "OUTSERVICE",
842
- "endpoint": "lead",
843
- "sections": [
844
- {
845
- "inputs": [
846
- {
847
- "fieldType": "common",
848
- "name": "product",
849
- "required": true
850
- },
851
- {
852
- "fieldType": "common",
853
- "name": "region",
854
- "required": true
855
- },
856
- {
857
- "fieldType": "common",
858
- "name": "localities",
859
- "required": true
860
- },
861
- {
862
- "fieldType": "common",
863
- "name": "fullName",
864
- "required": true
865
- }
866
- ]
867
- },
868
- {
869
- "columns": 2,
870
- "inputs": [
871
- {
872
- "fieldType": "common",
873
- "name": "birthday",
874
- "required": true
875
- },
876
- {
877
- "fieldType": "common",
878
- "name": "phone",
879
42
  "required": true
880
- },
881
- {
882
- "fieldType": "common",
883
- "name": "email"
884
- },
885
- {
886
- "fieldType": "common",
887
- "name": "desiredMeetingDate"
888
43
  }
889
44
  ]
890
45
  },
@@ -892,20 +47,15 @@
892
47
  "inputs": [
893
48
  {
894
49
  "fieldType": "common",
895
- "name": "consentDataProcessing",
50
+ "name": "consentToAllDocs",
896
51
  "required": true
897
52
  }
898
53
  ]
899
54
  }
900
55
  ],
901
56
  "button": {
902
- "text": "Отправить заявку",
57
+ "text": "Оформить",
903
58
  "version": "primary"
904
- },
905
- "link": {
906
- "text": "Согласен на обработку персональных данных",
907
- "href": "/privacy-policy",
908
- "target": "_blank"
909
59
  }
910
60
  }
911
61
  }