@redneckz/wildless-cms-uni-blocks 0.14.933 → 0.14.934

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 (365) hide show
  1. package/bundle/ProjectSettings.d.ts +1 -0
  2. package/bundle/api/LeadServiceAPI.d.ts +3 -0
  3. package/bundle/api/getSubmitBody.d.ts +600 -0
  4. package/bundle/blocks.schema.json +1 -1
  5. package/bundle/bundle.umd.js +765 -551
  6. package/bundle/bundle.umd.min.js +1 -1
  7. package/bundle/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  8. package/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  9. package/bundle/components/ApplicationForm/handlers.d.ts +19 -0
  10. package/bundle/components/ApplicationForm/renderSections.d.ts +10 -0
  11. package/bundle/components/Header/DropdownMenu.d.ts +13 -3
  12. package/bundle/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  13. package/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  14. package/bundle/components/Header/useDropdownSubMenu.d.ts +3 -2
  15. package/bundle/icons/IconName.d.ts +4 -2
  16. package/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -0
  17. package/bundle/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  18. package/bundle/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  19. package/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  20. package/bundle/ui-kit/FormField/validators.d.ts +1 -0
  21. package/bundle/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  22. package/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  23. package/bundle/utils/getTimezone.d.ts +1 -0
  24. package/cosmos-static/icons/CallbackIcon.svg +1 -0
  25. package/cosmos-static/icons/sprites.svg +1 -0
  26. package/dist/ProjectSettings.d.ts +1 -0
  27. package/dist/ProjectSettings.js.map +1 -1
  28. package/dist/api/LeadServiceAPI.d.ts +3 -0
  29. package/dist/api/LeadServiceAPI.js +26 -0
  30. package/dist/api/LeadServiceAPI.js.map +1 -1
  31. package/dist/api/getSubmitBody.d.ts +600 -0
  32. package/dist/api/getSubmitBody.js +2 -1
  33. package/dist/api/getSubmitBody.js.map +1 -1
  34. package/dist/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  35. package/dist/components/ApplicationForm/ApplicationForm.js +24 -36
  36. package/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  37. package/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  38. package/dist/components/ApplicationForm/handlers.d.ts +19 -0
  39. package/dist/components/ApplicationForm/handlers.js +55 -0
  40. package/dist/components/ApplicationForm/handlers.js.map +1 -0
  41. package/dist/components/ApplicationForm/renderSections.d.ts +10 -0
  42. package/dist/components/ApplicationForm/renderSections.js +10 -0
  43. package/dist/components/ApplicationForm/renderSections.js.map +1 -0
  44. package/dist/components/Header/DropdownMenu.d.ts +13 -3
  45. package/dist/components/Header/DropdownMenu.js +8 -2
  46. package/dist/components/Header/DropdownMenu.js.map +1 -1
  47. package/dist/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  48. package/dist/components/Header/HeaderQuickActionsMenu.js +82 -0
  49. package/dist/components/Header/HeaderQuickActionsMenu.js.map +1 -0
  50. package/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  51. package/dist/components/Header/HeaderSecondaryMenuButton.js +2 -2
  52. package/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  53. package/dist/components/Header/HeaderSubMenu.js +2 -1
  54. package/dist/components/Header/HeaderSubMenu.js.map +1 -1
  55. package/dist/components/Header/HeaderTop.js +3 -1
  56. package/dist/components/Header/HeaderTop.js.map +1 -1
  57. package/dist/components/Header/useDropdownSubMenu.d.ts +3 -2
  58. package/dist/components/Header/useDropdownSubMenu.js +2 -2
  59. package/dist/components/Header/useDropdownSubMenu.js.map +1 -1
  60. package/dist/icons/IconName.d.ts +4 -2
  61. package/dist/icons/IconName.js +2 -0
  62. package/dist/icons/IconName.js.map +1 -1
  63. package/dist/ui-kit/DialogManager/Dialog.d.ts +2 -0
  64. package/dist/ui-kit/DialogManager/Dialog.js +9 -1
  65. package/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  66. package/dist/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  67. package/dist/ui-kit/FormField/Fields/CallbackTimeField.js +25 -0
  68. package/dist/ui-kit/FormField/Fields/CallbackTimeField.js.map +1 -0
  69. package/dist/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  70. package/dist/ui-kit/FormField/Fields/QuestionProductField.js +17 -0
  71. package/dist/ui-kit/FormField/Fields/QuestionProductField.js.map +1 -0
  72. package/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  73. package/dist/ui-kit/FormField/getField.js +5 -0
  74. package/dist/ui-kit/FormField/getField.js.map +1 -1
  75. package/dist/ui-kit/FormField/getObjectValidator.js +3 -0
  76. package/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  77. package/dist/ui-kit/FormField/validators.d.ts +1 -0
  78. package/dist/ui-kit/FormField/validators.js +4 -1
  79. package/dist/ui-kit/FormField/validators.js.map +1 -1
  80. package/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  81. package/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js +27 -0
  82. package/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js.map +1 -0
  83. package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  84. package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +3 -2
  85. package/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
  86. package/dist/ui-kit/Select/renderSelectContainer.js +2 -1
  87. package/dist/ui-kit/Select/renderSelectContainer.js.map +1 -1
  88. package/dist/utils/getTimezone.d.ts +1 -0
  89. package/dist/utils/getTimezone.js +12 -0
  90. package/dist/utils/getTimezone.js.map +1 -0
  91. package/lib/ProjectSettings.d.ts +1 -0
  92. package/lib/ProjectSettings.js.map +1 -1
  93. package/lib/api/LeadServiceAPI.d.ts +3 -0
  94. package/lib/api/LeadServiceAPI.js +26 -0
  95. package/lib/api/LeadServiceAPI.js.map +1 -1
  96. package/lib/api/getSubmitBody.d.ts +600 -0
  97. package/lib/api/getSubmitBody.js +2 -1
  98. package/lib/api/getSubmitBody.js.map +1 -1
  99. package/lib/common.css +1 -1
  100. package/lib/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  101. package/lib/components/ApplicationForm/ApplicationForm.js +23 -35
  102. package/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  103. package/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  104. package/lib/components/ApplicationForm/handlers.d.ts +19 -0
  105. package/lib/components/ApplicationForm/handlers.js +50 -0
  106. package/lib/components/ApplicationForm/handlers.js.map +1 -0
  107. package/lib/components/ApplicationForm/renderSections.d.ts +10 -0
  108. package/lib/components/ApplicationForm/renderSections.js +7 -0
  109. package/lib/components/ApplicationForm/renderSections.js.map +1 -0
  110. package/lib/components/Header/DropdownMenu.d.ts +13 -3
  111. package/lib/components/Header/DropdownMenu.js +8 -2
  112. package/lib/components/Header/DropdownMenu.js.map +1 -1
  113. package/lib/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  114. package/lib/components/Header/HeaderQuickActionsMenu.js +79 -0
  115. package/lib/components/Header/HeaderQuickActionsMenu.js.map +1 -0
  116. package/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  117. package/lib/components/Header/HeaderSecondaryMenuButton.js +2 -2
  118. package/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  119. package/lib/components/Header/HeaderSubMenu.js +2 -1
  120. package/lib/components/Header/HeaderSubMenu.js.map +1 -1
  121. package/lib/components/Header/HeaderTop.js +3 -1
  122. package/lib/components/Header/HeaderTop.js.map +1 -1
  123. package/lib/components/Header/useDropdownSubMenu.d.ts +3 -2
  124. package/lib/components/Header/useDropdownSubMenu.js +2 -2
  125. package/lib/components/Header/useDropdownSubMenu.js.map +1 -1
  126. package/lib/icons/IconName.d.ts +4 -2
  127. package/lib/icons/IconName.js +2 -0
  128. package/lib/icons/IconName.js.map +1 -1
  129. package/lib/ui-kit/DialogManager/Dialog.d.ts +2 -0
  130. package/lib/ui-kit/DialogManager/Dialog.js +9 -1
  131. package/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  132. package/lib/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  133. package/lib/ui-kit/FormField/Fields/CallbackTimeField.js +23 -0
  134. package/lib/ui-kit/FormField/Fields/CallbackTimeField.js.map +1 -0
  135. package/lib/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  136. package/lib/ui-kit/FormField/Fields/QuestionProductField.js +15 -0
  137. package/lib/ui-kit/FormField/Fields/QuestionProductField.js.map +1 -0
  138. package/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  139. package/lib/ui-kit/FormField/getField.js +5 -0
  140. package/lib/ui-kit/FormField/getField.js.map +1 -1
  141. package/lib/ui-kit/FormField/getObjectValidator.js +4 -1
  142. package/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  143. package/lib/ui-kit/FormField/validators.d.ts +1 -0
  144. package/lib/ui-kit/FormField/validators.js +2 -0
  145. package/lib/ui-kit/FormField/validators.js.map +1 -1
  146. package/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  147. package/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.fixture.d.ts +5 -0
  148. package/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js +24 -0
  149. package/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js.map +1 -0
  150. package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  151. package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +3 -2
  152. package/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
  153. package/lib/ui-kit/Select/renderSelectContainer.js +2 -1
  154. package/lib/ui-kit/Select/renderSelectContainer.js.map +1 -1
  155. package/lib/utils/getTimezone.d.ts +1 -0
  156. package/lib/utils/getTimezone.js +9 -0
  157. package/lib/utils/getTimezone.js.map +1 -0
  158. package/mobile/bundle/ProjectSettings.d.ts +1 -0
  159. package/mobile/bundle/api/LeadServiceAPI.d.ts +3 -0
  160. package/mobile/bundle/api/getSubmitBody.d.ts +600 -0
  161. package/mobile/bundle/bundle.umd.js +806 -541
  162. package/mobile/bundle/bundle.umd.min.js +1 -1
  163. package/mobile/bundle/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  164. package/mobile/bundle/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  165. package/mobile/bundle/components/ApplicationForm/handlers.d.ts +19 -0
  166. package/mobile/bundle/components/ApplicationForm/renderSections.d.ts +10 -0
  167. package/mobile/bundle/components/Header/DropdownMenu.d.ts +13 -3
  168. package/mobile/bundle/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  169. package/mobile/bundle/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  170. package/mobile/bundle/components/Header/useDropdownSubMenu.d.ts +3 -2
  171. package/mobile/bundle/icons/IconName.d.ts +4 -2
  172. package/mobile/bundle/ui-kit/DialogManager/Dialog.d.ts +2 -0
  173. package/mobile/bundle/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  174. package/mobile/bundle/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  175. package/mobile/bundle/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  176. package/mobile/bundle/ui-kit/FormField/validators.d.ts +1 -0
  177. package/mobile/bundle/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  178. package/mobile/bundle/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  179. package/mobile/bundle/utils/getTimezone.d.ts +1 -0
  180. package/mobile/dist/ProjectSettings.d.ts +1 -0
  181. package/mobile/dist/ProjectSettings.js.map +1 -1
  182. package/mobile/dist/api/LeadServiceAPI.d.ts +3 -0
  183. package/mobile/dist/api/LeadServiceAPI.js +26 -0
  184. package/mobile/dist/api/LeadServiceAPI.js.map +1 -1
  185. package/mobile/dist/api/getSubmitBody.d.ts +600 -0
  186. package/mobile/dist/api/getSubmitBody.js +2 -1
  187. package/mobile/dist/api/getSubmitBody.js.map +1 -1
  188. package/mobile/dist/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  189. package/mobile/dist/components/ApplicationForm/ApplicationForm.js +24 -36
  190. package/mobile/dist/components/ApplicationForm/ApplicationForm.js.map +1 -1
  191. package/mobile/dist/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  192. package/mobile/dist/components/ApplicationForm/handlers.d.ts +19 -0
  193. package/mobile/dist/components/ApplicationForm/handlers.js +55 -0
  194. package/mobile/dist/components/ApplicationForm/handlers.js.map +1 -0
  195. package/mobile/dist/components/ApplicationForm/renderSections.d.ts +10 -0
  196. package/mobile/dist/components/ApplicationForm/renderSections.js +10 -0
  197. package/mobile/dist/components/ApplicationForm/renderSections.js.map +1 -0
  198. package/mobile/dist/components/Header/DropdownMenu.d.ts +13 -3
  199. package/mobile/dist/components/Header/DropdownMenu.js +8 -2
  200. package/mobile/dist/components/Header/DropdownMenu.js.map +1 -1
  201. package/mobile/dist/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  202. package/mobile/dist/components/Header/HeaderQuickActionsMenu.js +82 -0
  203. package/mobile/dist/components/Header/HeaderQuickActionsMenu.js.map +1 -0
  204. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  205. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js +2 -2
  206. package/mobile/dist/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  207. package/mobile/dist/components/Header/HeaderSubMenu.js +2 -1
  208. package/mobile/dist/components/Header/HeaderSubMenu.js.map +1 -1
  209. package/mobile/dist/components/Header/HeaderTop.js +3 -1
  210. package/mobile/dist/components/Header/HeaderTop.js.map +1 -1
  211. package/mobile/dist/components/Header/useDropdownSubMenu.d.ts +3 -2
  212. package/mobile/dist/components/Header/useDropdownSubMenu.js +2 -2
  213. package/mobile/dist/components/Header/useDropdownSubMenu.js.map +1 -1
  214. package/mobile/dist/icons/IconName.d.ts +4 -2
  215. package/mobile/dist/icons/IconName.js +2 -0
  216. package/mobile/dist/icons/IconName.js.map +1 -1
  217. package/mobile/dist/ui-kit/DialogManager/Dialog.d.ts +2 -0
  218. package/mobile/dist/ui-kit/DialogManager/Dialog.js +9 -1
  219. package/mobile/dist/ui-kit/DialogManager/Dialog.js.map +1 -1
  220. package/mobile/dist/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  221. package/mobile/dist/ui-kit/FormField/Fields/CallbackTimeField.js +25 -0
  222. package/mobile/dist/ui-kit/FormField/Fields/CallbackTimeField.js.map +1 -0
  223. package/mobile/dist/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  224. package/mobile/dist/ui-kit/FormField/Fields/QuestionProductField.js +17 -0
  225. package/mobile/dist/ui-kit/FormField/Fields/QuestionProductField.js.map +1 -0
  226. package/mobile/dist/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  227. package/mobile/dist/ui-kit/FormField/getField.js +5 -0
  228. package/mobile/dist/ui-kit/FormField/getField.js.map +1 -1
  229. package/mobile/dist/ui-kit/FormField/getObjectValidator.js +3 -0
  230. package/mobile/dist/ui-kit/FormField/getObjectValidator.js.map +1 -1
  231. package/mobile/dist/ui-kit/FormField/validators.d.ts +1 -0
  232. package/mobile/dist/ui-kit/FormField/validators.js +4 -1
  233. package/mobile/dist/ui-kit/FormField/validators.js.map +1 -1
  234. package/mobile/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  235. package/mobile/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js +27 -0
  236. package/mobile/dist/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js.map +1 -0
  237. package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  238. package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +3 -2
  239. package/mobile/dist/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
  240. package/mobile/dist/ui-kit/Select/renderSelectContainer.js +2 -1
  241. package/mobile/dist/ui-kit/Select/renderSelectContainer.js.map +1 -1
  242. package/mobile/dist/utils/getTimezone.d.ts +1 -0
  243. package/mobile/dist/utils/getTimezone.js +12 -0
  244. package/mobile/dist/utils/getTimezone.js.map +1 -0
  245. package/mobile/lib/ProjectSettings.d.ts +1 -0
  246. package/mobile/lib/ProjectSettings.js.map +1 -1
  247. package/mobile/lib/api/LeadServiceAPI.d.ts +3 -0
  248. package/mobile/lib/api/LeadServiceAPI.js +26 -0
  249. package/mobile/lib/api/LeadServiceAPI.js.map +1 -1
  250. package/mobile/lib/api/getSubmitBody.d.ts +600 -0
  251. package/mobile/lib/api/getSubmitBody.js +2 -1
  252. package/mobile/lib/api/getSubmitBody.js.map +1 -1
  253. package/mobile/lib/common.css +1 -1
  254. package/mobile/lib/components/ApplicationForm/ApplicationForm.d.ts +1 -0
  255. package/mobile/lib/components/ApplicationForm/ApplicationForm.js +23 -35
  256. package/mobile/lib/components/ApplicationForm/ApplicationForm.js.map +1 -1
  257. package/mobile/lib/components/ApplicationForm/ApplicationFormContent.d.ts +1 -1
  258. package/mobile/lib/components/ApplicationForm/handlers.d.ts +19 -0
  259. package/mobile/lib/components/ApplicationForm/handlers.js +50 -0
  260. package/mobile/lib/components/ApplicationForm/handlers.js.map +1 -0
  261. package/mobile/lib/components/ApplicationForm/renderSections.d.ts +10 -0
  262. package/mobile/lib/components/ApplicationForm/renderSections.js +7 -0
  263. package/mobile/lib/components/ApplicationForm/renderSections.js.map +1 -0
  264. package/mobile/lib/components/Header/DropdownMenu.d.ts +13 -3
  265. package/mobile/lib/components/Header/DropdownMenu.js +8 -2
  266. package/mobile/lib/components/Header/DropdownMenu.js.map +1 -1
  267. package/mobile/lib/components/Header/HeaderQuickActionsMenu.d.ts +17 -0
  268. package/mobile/lib/components/Header/HeaderQuickActionsMenu.js +79 -0
  269. package/mobile/lib/components/Header/HeaderQuickActionsMenu.js.map +1 -0
  270. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.d.ts +1 -0
  271. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js +2 -2
  272. package/mobile/lib/components/Header/HeaderSecondaryMenuButton.js.map +1 -1
  273. package/mobile/lib/components/Header/HeaderSubMenu.js +2 -1
  274. package/mobile/lib/components/Header/HeaderSubMenu.js.map +1 -1
  275. package/mobile/lib/components/Header/HeaderTop.js +3 -1
  276. package/mobile/lib/components/Header/HeaderTop.js.map +1 -1
  277. package/mobile/lib/components/Header/useDropdownSubMenu.d.ts +3 -2
  278. package/mobile/lib/components/Header/useDropdownSubMenu.js +2 -2
  279. package/mobile/lib/components/Header/useDropdownSubMenu.js.map +1 -1
  280. package/mobile/lib/icons/IconName.d.ts +4 -2
  281. package/mobile/lib/icons/IconName.js +2 -0
  282. package/mobile/lib/icons/IconName.js.map +1 -1
  283. package/mobile/lib/ui-kit/DialogManager/Dialog.d.ts +2 -0
  284. package/mobile/lib/ui-kit/DialogManager/Dialog.js +9 -1
  285. package/mobile/lib/ui-kit/DialogManager/Dialog.js.map +1 -1
  286. package/mobile/lib/ui-kit/FormField/Fields/CallbackTimeField.d.ts +2 -0
  287. package/mobile/lib/ui-kit/FormField/Fields/CallbackTimeField.js +23 -0
  288. package/mobile/lib/ui-kit/FormField/Fields/CallbackTimeField.js.map +1 -0
  289. package/mobile/lib/ui-kit/FormField/Fields/QuestionProductField.d.ts +2 -0
  290. package/mobile/lib/ui-kit/FormField/Fields/QuestionProductField.js +15 -0
  291. package/mobile/lib/ui-kit/FormField/Fields/QuestionProductField.js.map +1 -0
  292. package/mobile/lib/ui-kit/FormField/NameFieldDef.d.ts +1 -1
  293. package/mobile/lib/ui-kit/FormField/getField.js +5 -0
  294. package/mobile/lib/ui-kit/FormField/getField.js.map +1 -1
  295. package/mobile/lib/ui-kit/FormField/getObjectValidator.js +4 -1
  296. package/mobile/lib/ui-kit/FormField/getObjectValidator.js.map +1 -1
  297. package/mobile/lib/ui-kit/FormField/validators.d.ts +1 -0
  298. package/mobile/lib/ui-kit/FormField/validators.js +2 -0
  299. package/mobile/lib/ui-kit/FormField/validators.js.map +1 -1
  300. package/mobile/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.d.ts +6 -0
  301. package/mobile/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js +24 -0
  302. package/mobile/lib/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.js.map +1 -0
  303. package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.d.ts +1 -0
  304. package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js +3 -2
  305. package/mobile/lib/ui-kit/ResponseTypeDialog/ResponseTypeDialog.js.map +1 -1
  306. package/mobile/lib/ui-kit/Select/renderSelectContainer.js +2 -1
  307. package/mobile/lib/ui-kit/Select/renderSelectContainer.js.map +1 -1
  308. package/mobile/lib/utils/getTimezone.d.ts +1 -0
  309. package/mobile/lib/utils/getTimezone.js +9 -0
  310. package/mobile/lib/utils/getTimezone.js.map +1 -0
  311. package/mobile/src/ProjectSettings.ts +1 -0
  312. package/mobile/src/api/LeadServiceAPI.ts +34 -1
  313. package/mobile/src/api/getSubmitBody.ts +2 -0
  314. package/mobile/src/components/ApplicationForm/ApplicationForm.tsx +34 -60
  315. package/mobile/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
  316. package/mobile/src/components/ApplicationForm/handlers.ts +97 -0
  317. package/mobile/src/components/ApplicationForm/renderSections.tsx +25 -0
  318. package/mobile/src/components/Header/DropdownMenu.tsx +37 -14
  319. package/mobile/src/components/Header/HeaderQuickActionsMenu.tsx +134 -0
  320. package/mobile/src/components/Header/HeaderSecondaryMenuButton.tsx +3 -0
  321. package/mobile/src/components/Header/HeaderSubMenu.tsx +12 -1
  322. package/mobile/src/components/Header/HeaderTop.tsx +21 -6
  323. package/mobile/src/components/Header/useDropdownSubMenu.tsx +14 -3
  324. package/mobile/src/icons/CallbackIcon.svg +3 -0
  325. package/mobile/src/icons/IconName.ts +4 -4
  326. package/mobile/src/ui-kit/DialogManager/Dialog.tsx +34 -17
  327. package/mobile/src/ui-kit/FormField/Fields/CallbackTimeField.tsx +32 -0
  328. package/mobile/src/ui-kit/FormField/Fields/QuestionProductField.tsx +25 -0
  329. package/mobile/src/ui-kit/FormField/NameFieldDef.ts +4 -2
  330. package/mobile/src/ui-kit/FormField/getField.tsx +5 -0
  331. package/mobile/src/ui-kit/FormField/getObjectValidator.tsx +4 -0
  332. package/mobile/src/ui-kit/FormField/validators.ts +6 -0
  333. package/mobile/src/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.tsx +49 -0
  334. package/mobile/src/ui-kit/ResponseTypeDialog/ResponseTypeDialog.tsx +29 -24
  335. package/mobile/src/ui-kit/Select/renderSelectContainer.tsx +2 -1
  336. package/mobile/src/utils/getTimezone.ts +9 -0
  337. package/package.json +2 -2
  338. package/src/ProjectSettings.ts +1 -0
  339. package/src/api/LeadServiceAPI.ts +34 -1
  340. package/src/api/getSubmitBody.ts +2 -0
  341. package/src/components/ApplicationForm/ApplicationForm.tsx +34 -60
  342. package/src/components/ApplicationForm/ApplicationFormContent.ts +1 -1
  343. package/src/components/ApplicationForm/handlers.ts +97 -0
  344. package/src/components/ApplicationForm/renderSections.tsx +25 -0
  345. package/src/components/Header/DropdownMenu.tsx +37 -14
  346. package/src/components/Header/Header.fixture.mobile.tsx +2 -0
  347. package/src/components/Header/HeaderQuickActionsMenu.tsx +134 -0
  348. package/src/components/Header/HeaderSecondaryMenuButton.tsx +3 -0
  349. package/src/components/Header/HeaderSubMenu.tsx +12 -1
  350. package/src/components/Header/HeaderTop.tsx +21 -6
  351. package/src/components/Header/useDropdownSubMenu.tsx +14 -3
  352. package/src/icons/CallbackIcon.svg +3 -0
  353. package/src/icons/IconName.ts +4 -4
  354. package/src/ui-kit/DialogManager/Dialog.tsx +34 -17
  355. package/src/ui-kit/FormField/Fields/CallbackTimeField.tsx +32 -0
  356. package/src/ui-kit/FormField/Fields/QuestionProductField.tsx +25 -0
  357. package/src/ui-kit/FormField/NameFieldDef.ts +4 -2
  358. package/src/ui-kit/FormField/getField.tsx +5 -0
  359. package/src/ui-kit/FormField/getObjectValidator.tsx +4 -0
  360. package/src/ui-kit/FormField/validators.ts +6 -0
  361. package/src/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.fixture.tsx +7 -0
  362. package/src/ui-kit/PhoneCallRequestDialog/PhoneCallRequestDialog.tsx +49 -0
  363. package/src/ui-kit/ResponseTypeDialog/ResponseTypeDialog.tsx +29 -24
  364. package/src/ui-kit/Select/renderSelectContainer.tsx +2 -1
  365. package/src/utils/getTimezone.ts +9 -0
@@ -5,6 +5,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
5
5
  innDadata?: string | undefined;
6
6
  secondaryPhoneNumber?: string | undefined;
7
7
  partnerSymbolCode?: string | undefined;
8
+ consentDataProcessing?: string | undefined;
8
9
  region: string | undefined;
9
10
  partner: string | undefined;
10
11
  typeForm: string;
@@ -13,6 +14,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
13
14
  innDadata?: string | undefined;
14
15
  secondaryPhoneNumber?: string | undefined;
15
16
  partnerSymbolCode?: string | undefined;
17
+ consentDataProcessing?: string | undefined;
16
18
  region?: undefined;
17
19
  partner?: undefined;
18
20
  typeForm: string;
@@ -21,6 +23,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
21
23
  innDadata?: string | undefined;
22
24
  secondaryPhoneNumber?: string | undefined;
23
25
  partnerSymbolCode?: string | undefined;
26
+ consentDataProcessing?: string | undefined;
24
27
  region: string | undefined;
25
28
  partner: string | undefined;
26
29
  typeForm: string | undefined;
@@ -29,6 +32,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
29
32
  innDadata?: string | undefined;
30
33
  secondaryPhoneNumber?: string | undefined;
31
34
  partnerSymbolCode?: string | undefined;
35
+ consentDataProcessing?: string | undefined;
32
36
  region?: undefined;
33
37
  partner?: undefined;
34
38
  typeForm: string | undefined;
@@ -37,6 +41,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
37
41
  innDadata?: string | undefined;
38
42
  secondaryPhoneNumber?: string | undefined;
39
43
  partnerSymbolCode?: string | undefined;
44
+ consentDataProcessing?: string | undefined;
40
45
  region: string | undefined;
41
46
  partner: string | undefined;
42
47
  typeForm: string;
@@ -48,6 +53,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
48
53
  innDadata?: string | undefined;
49
54
  secondaryPhoneNumber?: string | undefined;
50
55
  partnerSymbolCode?: string | undefined;
56
+ consentDataProcessing?: string | undefined;
51
57
  region?: undefined;
52
58
  partner?: undefined;
53
59
  typeForm: string;
@@ -59,6 +65,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
59
65
  innDadata?: string | undefined;
60
66
  secondaryPhoneNumber?: string | undefined;
61
67
  partnerSymbolCode?: string | undefined;
68
+ consentDataProcessing?: string | undefined;
62
69
  region: string | undefined;
63
70
  partner: string | undefined;
64
71
  typeForm: string | undefined;
@@ -70,6 +77,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
70
77
  innDadata?: string | undefined;
71
78
  secondaryPhoneNumber?: string | undefined;
72
79
  partnerSymbolCode?: string | undefined;
80
+ consentDataProcessing?: string | undefined;
73
81
  region?: undefined;
74
82
  partner?: undefined;
75
83
  typeForm: string | undefined;
@@ -81,6 +89,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
81
89
  innDadata?: string | undefined;
82
90
  secondaryPhoneNumber: string;
83
91
  partnerSymbolCode?: string | undefined;
92
+ consentDataProcessing?: string | undefined;
84
93
  region: string | undefined;
85
94
  partner: string | undefined;
86
95
  typeForm: string;
@@ -92,6 +101,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
92
101
  innDadata?: string | undefined;
93
102
  secondaryPhoneNumber: string;
94
103
  partnerSymbolCode?: string | undefined;
104
+ consentDataProcessing?: string | undefined;
95
105
  region?: undefined;
96
106
  partner?: undefined;
97
107
  typeForm: string;
@@ -103,6 +113,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
103
113
  innDadata?: string | undefined;
104
114
  secondaryPhoneNumber: string;
105
115
  partnerSymbolCode?: string | undefined;
116
+ consentDataProcessing?: string | undefined;
106
117
  region: string | undefined;
107
118
  partner: string | undefined;
108
119
  typeForm: string | undefined;
@@ -114,6 +125,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
114
125
  innDadata?: string | undefined;
115
126
  secondaryPhoneNumber: string;
116
127
  partnerSymbolCode?: string | undefined;
128
+ consentDataProcessing?: string | undefined;
117
129
  region?: undefined;
118
130
  partner?: undefined;
119
131
  typeForm: string | undefined;
@@ -125,6 +137,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
125
137
  innDadata?: string | undefined;
126
138
  secondaryPhoneNumber?: string | undefined;
127
139
  partnerSymbolCode?: string | undefined;
140
+ consentDataProcessing?: string | undefined;
128
141
  region: string | undefined;
129
142
  partner: string | undefined;
130
143
  typeForm: string;
@@ -134,6 +147,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
134
147
  innDadata?: string | undefined;
135
148
  secondaryPhoneNumber?: string | undefined;
136
149
  partnerSymbolCode?: string | undefined;
150
+ consentDataProcessing?: string | undefined;
137
151
  region?: undefined;
138
152
  partner?: undefined;
139
153
  typeForm: string;
@@ -143,6 +157,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
143
157
  innDadata?: string | undefined;
144
158
  secondaryPhoneNumber?: string | undefined;
145
159
  partnerSymbolCode?: string | undefined;
160
+ consentDataProcessing?: string | undefined;
146
161
  region: string | undefined;
147
162
  partner: string | undefined;
148
163
  typeForm: string | undefined;
@@ -152,6 +167,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
152
167
  innDadata?: string | undefined;
153
168
  secondaryPhoneNumber?: string | undefined;
154
169
  partnerSymbolCode?: string | undefined;
170
+ consentDataProcessing?: string | undefined;
155
171
  region?: undefined;
156
172
  partner?: undefined;
157
173
  typeForm: string | undefined;
@@ -161,6 +177,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
161
177
  innDadata?: string | undefined;
162
178
  secondaryPhoneNumber?: string | undefined;
163
179
  partnerSymbolCode?: string | undefined;
180
+ consentDataProcessing?: string | undefined;
164
181
  region: string | undefined;
165
182
  partner: string | undefined;
166
183
  typeForm: string;
@@ -173,6 +190,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
173
190
  innDadata?: string | undefined;
174
191
  secondaryPhoneNumber?: string | undefined;
175
192
  partnerSymbolCode?: string | undefined;
193
+ consentDataProcessing?: string | undefined;
176
194
  region?: undefined;
177
195
  partner?: undefined;
178
196
  typeForm: string;
@@ -185,6 +203,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
185
203
  innDadata?: string | undefined;
186
204
  secondaryPhoneNumber?: string | undefined;
187
205
  partnerSymbolCode?: string | undefined;
206
+ consentDataProcessing?: string | undefined;
188
207
  region: string | undefined;
189
208
  partner: string | undefined;
190
209
  typeForm: string | undefined;
@@ -197,6 +216,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
197
216
  innDadata?: string | undefined;
198
217
  secondaryPhoneNumber?: string | undefined;
199
218
  partnerSymbolCode?: string | undefined;
219
+ consentDataProcessing?: string | undefined;
200
220
  region?: undefined;
201
221
  partner?: undefined;
202
222
  typeForm: string | undefined;
@@ -209,6 +229,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
209
229
  innDadata?: string | undefined;
210
230
  secondaryPhoneNumber: string;
211
231
  partnerSymbolCode?: string | undefined;
232
+ consentDataProcessing?: string | undefined;
212
233
  region: string | undefined;
213
234
  partner: string | undefined;
214
235
  typeForm: string;
@@ -221,6 +242,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
221
242
  innDadata?: string | undefined;
222
243
  secondaryPhoneNumber: string;
223
244
  partnerSymbolCode?: string | undefined;
245
+ consentDataProcessing?: string | undefined;
224
246
  region?: undefined;
225
247
  partner?: undefined;
226
248
  typeForm: string;
@@ -233,6 +255,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
233
255
  innDadata?: string | undefined;
234
256
  secondaryPhoneNumber: string;
235
257
  partnerSymbolCode?: string | undefined;
258
+ consentDataProcessing?: string | undefined;
236
259
  region: string | undefined;
237
260
  partner: string | undefined;
238
261
  typeForm: string | undefined;
@@ -245,6 +268,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
245
268
  innDadata?: string | undefined;
246
269
  secondaryPhoneNumber: string;
247
270
  partnerSymbolCode?: string | undefined;
271
+ consentDataProcessing?: string | undefined;
248
272
  region?: undefined;
249
273
  partner?: undefined;
250
274
  typeForm: string | undefined;
@@ -257,6 +281,559 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
257
281
  innDadata?: string | undefined;
258
282
  secondaryPhoneNumber?: string | undefined;
259
283
  partnerSymbolCode?: string | undefined;
284
+ consentDataProcessing?: string | undefined;
285
+ region: string | undefined;
286
+ partner: string | undefined;
287
+ typeForm: string;
288
+ phone: string;
289
+ } | {
290
+ innDadata?: string | undefined;
291
+ secondaryPhoneNumber?: string | undefined;
292
+ partnerSymbolCode?: string | undefined;
293
+ consentDataProcessing?: string | undefined;
294
+ region?: undefined;
295
+ partner?: undefined;
296
+ typeForm: string;
297
+ phone: string;
298
+ } | {
299
+ innDadata?: string | undefined;
300
+ secondaryPhoneNumber?: string | undefined;
301
+ partnerSymbolCode?: string | undefined;
302
+ consentDataProcessing?: string | undefined;
303
+ region: string | undefined;
304
+ partner: string | undefined;
305
+ typeForm: string | undefined;
306
+ phone: string;
307
+ } | {
308
+ innDadata?: string | undefined;
309
+ secondaryPhoneNumber?: string | undefined;
310
+ partnerSymbolCode?: string | undefined;
311
+ consentDataProcessing?: string | undefined;
312
+ region?: undefined;
313
+ partner?: undefined;
314
+ typeForm: string | undefined;
315
+ phone: string;
316
+ } | {
317
+ innDadata?: string | undefined;
318
+ secondaryPhoneNumber?: string | undefined;
319
+ partnerSymbolCode?: string | undefined;
320
+ consentDataProcessing?: string | undefined;
321
+ region: string | undefined;
322
+ partner: string | undefined;
323
+ typeForm: string;
324
+ addressBranch: string | undefined;
325
+ bankEmpolee: JSONRecord | JSONScalar | null;
326
+ applicationDate: JSONRecord | JSONScalar | null;
327
+ phone: string;
328
+ } | {
329
+ innDadata?: string | undefined;
330
+ secondaryPhoneNumber?: string | undefined;
331
+ partnerSymbolCode?: string | undefined;
332
+ consentDataProcessing?: string | undefined;
333
+ region?: undefined;
334
+ partner?: undefined;
335
+ typeForm: string;
336
+ addressBranch: string | undefined;
337
+ bankEmpolee: JSONRecord | JSONScalar | null;
338
+ applicationDate: JSONRecord | JSONScalar | null;
339
+ phone: string;
340
+ } | {
341
+ innDadata?: string | undefined;
342
+ secondaryPhoneNumber?: string | undefined;
343
+ partnerSymbolCode?: string | undefined;
344
+ consentDataProcessing?: string | undefined;
345
+ region: string | undefined;
346
+ partner: string | undefined;
347
+ typeForm: string | undefined;
348
+ addressBranch: string | undefined;
349
+ bankEmpolee: JSONRecord | JSONScalar | null;
350
+ applicationDate: JSONRecord | JSONScalar | null;
351
+ phone: string;
352
+ } | {
353
+ innDadata?: string | undefined;
354
+ secondaryPhoneNumber?: string | undefined;
355
+ partnerSymbolCode?: string | undefined;
356
+ consentDataProcessing?: string | undefined;
357
+ region?: undefined;
358
+ partner?: undefined;
359
+ typeForm: string | undefined;
360
+ addressBranch: string | undefined;
361
+ bankEmpolee: JSONRecord | JSONScalar | null;
362
+ applicationDate: JSONRecord | JSONScalar | null;
363
+ phone: string;
364
+ } | {
365
+ innDadata?: string | undefined;
366
+ secondaryPhoneNumber: string;
367
+ partnerSymbolCode?: string | undefined;
368
+ consentDataProcessing?: string | undefined;
369
+ region: string | undefined;
370
+ partner: string | undefined;
371
+ typeForm: string;
372
+ addressBranch: string | undefined;
373
+ bankEmpolee: JSONRecord | JSONScalar | null;
374
+ applicationDate: JSONRecord | JSONScalar | null;
375
+ phone: string;
376
+ } | {
377
+ innDadata?: string | undefined;
378
+ secondaryPhoneNumber: string;
379
+ partnerSymbolCode?: string | undefined;
380
+ consentDataProcessing?: string | undefined;
381
+ region?: undefined;
382
+ partner?: undefined;
383
+ typeForm: string;
384
+ addressBranch: string | undefined;
385
+ bankEmpolee: JSONRecord | JSONScalar | null;
386
+ applicationDate: JSONRecord | JSONScalar | null;
387
+ phone: string;
388
+ } | {
389
+ innDadata?: string | undefined;
390
+ secondaryPhoneNumber: string;
391
+ partnerSymbolCode?: string | undefined;
392
+ consentDataProcessing?: string | undefined;
393
+ region: string | undefined;
394
+ partner: string | undefined;
395
+ typeForm: string | undefined;
396
+ addressBranch: string | undefined;
397
+ bankEmpolee: JSONRecord | JSONScalar | null;
398
+ applicationDate: JSONRecord | JSONScalar | null;
399
+ phone: string;
400
+ } | {
401
+ innDadata?: string | undefined;
402
+ secondaryPhoneNumber: string;
403
+ partnerSymbolCode?: string | undefined;
404
+ consentDataProcessing?: string | undefined;
405
+ region?: undefined;
406
+ partner?: undefined;
407
+ typeForm: string | undefined;
408
+ addressBranch: string | undefined;
409
+ bankEmpolee: JSONRecord | JSONScalar | null;
410
+ applicationDate: JSONRecord | JSONScalar | null;
411
+ phone: string;
412
+ } | {
413
+ innDadata?: string | undefined;
414
+ secondaryPhoneNumber?: string | undefined;
415
+ partnerSymbolCode?: string | undefined;
416
+ consentDataProcessing?: string | undefined;
417
+ region: string | undefined;
418
+ partner: string | undefined;
419
+ typeForm: string;
420
+ inn: string | undefined;
421
+ phone: string;
422
+ } | {
423
+ innDadata?: string | undefined;
424
+ secondaryPhoneNumber?: string | undefined;
425
+ partnerSymbolCode?: string | undefined;
426
+ consentDataProcessing?: string | undefined;
427
+ region?: undefined;
428
+ partner?: undefined;
429
+ typeForm: string;
430
+ inn: string | undefined;
431
+ phone: string;
432
+ } | {
433
+ innDadata?: string | undefined;
434
+ secondaryPhoneNumber?: string | undefined;
435
+ partnerSymbolCode?: string | undefined;
436
+ consentDataProcessing?: string | undefined;
437
+ region: string | undefined;
438
+ partner: string | undefined;
439
+ typeForm: string | undefined;
440
+ inn: string | undefined;
441
+ phone: string;
442
+ } | {
443
+ innDadata?: string | undefined;
444
+ secondaryPhoneNumber?: string | undefined;
445
+ partnerSymbolCode?: string | undefined;
446
+ consentDataProcessing?: string | undefined;
447
+ region?: undefined;
448
+ partner?: undefined;
449
+ typeForm: string | undefined;
450
+ inn: string | undefined;
451
+ phone: string;
452
+ } | {
453
+ innDadata?: string | undefined;
454
+ secondaryPhoneNumber?: string | undefined;
455
+ partnerSymbolCode?: string | undefined;
456
+ consentDataProcessing?: string | undefined;
457
+ region: string | undefined;
458
+ partner: string | undefined;
459
+ typeForm: string;
460
+ addressBranch: string | undefined;
461
+ bankEmpolee: JSONRecord | JSONScalar | null;
462
+ applicationDate: JSONRecord | JSONScalar | null;
463
+ inn: string | undefined;
464
+ phone: string;
465
+ } | {
466
+ innDadata?: string | undefined;
467
+ secondaryPhoneNumber?: string | undefined;
468
+ partnerSymbolCode?: string | undefined;
469
+ consentDataProcessing?: string | undefined;
470
+ region?: undefined;
471
+ partner?: undefined;
472
+ typeForm: string;
473
+ addressBranch: string | undefined;
474
+ bankEmpolee: JSONRecord | JSONScalar | null;
475
+ applicationDate: JSONRecord | JSONScalar | null;
476
+ inn: string | undefined;
477
+ phone: string;
478
+ } | {
479
+ innDadata?: string | undefined;
480
+ secondaryPhoneNumber?: string | undefined;
481
+ partnerSymbolCode?: string | undefined;
482
+ consentDataProcessing?: string | undefined;
483
+ region: string | undefined;
484
+ partner: string | undefined;
485
+ typeForm: string | undefined;
486
+ addressBranch: string | undefined;
487
+ bankEmpolee: JSONRecord | JSONScalar | null;
488
+ applicationDate: JSONRecord | JSONScalar | null;
489
+ inn: string | undefined;
490
+ phone: string;
491
+ } | {
492
+ innDadata?: string | undefined;
493
+ secondaryPhoneNumber?: string | undefined;
494
+ partnerSymbolCode?: string | undefined;
495
+ consentDataProcessing?: string | undefined;
496
+ region?: undefined;
497
+ partner?: undefined;
498
+ typeForm: string | undefined;
499
+ addressBranch: string | undefined;
500
+ bankEmpolee: JSONRecord | JSONScalar | null;
501
+ applicationDate: JSONRecord | JSONScalar | null;
502
+ inn: string | undefined;
503
+ phone: string;
504
+ } | {
505
+ innDadata?: string | undefined;
506
+ secondaryPhoneNumber: string;
507
+ partnerSymbolCode?: string | undefined;
508
+ consentDataProcessing?: string | undefined;
509
+ region: string | undefined;
510
+ partner: string | undefined;
511
+ typeForm: string;
512
+ addressBranch: string | undefined;
513
+ bankEmpolee: JSONRecord | JSONScalar | null;
514
+ applicationDate: JSONRecord | JSONScalar | null;
515
+ inn: string | undefined;
516
+ phone: string;
517
+ } | {
518
+ innDadata?: string | undefined;
519
+ secondaryPhoneNumber: string;
520
+ partnerSymbolCode?: string | undefined;
521
+ consentDataProcessing?: string | undefined;
522
+ region?: undefined;
523
+ partner?: undefined;
524
+ typeForm: string;
525
+ addressBranch: string | undefined;
526
+ bankEmpolee: JSONRecord | JSONScalar | null;
527
+ applicationDate: JSONRecord | JSONScalar | null;
528
+ inn: string | undefined;
529
+ phone: string;
530
+ } | {
531
+ innDadata?: string | undefined;
532
+ secondaryPhoneNumber: string;
533
+ partnerSymbolCode?: string | undefined;
534
+ consentDataProcessing?: string | undefined;
535
+ region: string | undefined;
536
+ partner: string | undefined;
537
+ typeForm: string | undefined;
538
+ addressBranch: string | undefined;
539
+ bankEmpolee: JSONRecord | JSONScalar | null;
540
+ applicationDate: JSONRecord | JSONScalar | null;
541
+ inn: string | undefined;
542
+ phone: string;
543
+ } | {
544
+ innDadata?: string | undefined;
545
+ secondaryPhoneNumber: string;
546
+ partnerSymbolCode?: string | undefined;
547
+ consentDataProcessing?: string | undefined;
548
+ region?: undefined;
549
+ partner?: undefined;
550
+ typeForm: string | undefined;
551
+ addressBranch: string | undefined;
552
+ bankEmpolee: JSONRecord | JSONScalar | null;
553
+ applicationDate: JSONRecord | JSONScalar | null;
554
+ inn: string | undefined;
555
+ phone: string;
556
+ } | {
557
+ innDadata?: string | undefined;
558
+ secondaryPhoneNumber?: string | undefined;
559
+ partnerSymbolCode?: string | undefined;
560
+ consentDataProcessing?: string | undefined;
561
+ region: string | undefined;
562
+ partner: string | undefined;
563
+ typeForm: string;
564
+ phone: string;
565
+ } | {
566
+ innDadata?: string | undefined;
567
+ secondaryPhoneNumber?: string | undefined;
568
+ partnerSymbolCode?: string | undefined;
569
+ consentDataProcessing?: string | undefined;
570
+ region?: undefined;
571
+ partner?: undefined;
572
+ typeForm: string;
573
+ phone: string;
574
+ } | {
575
+ innDadata?: string | undefined;
576
+ secondaryPhoneNumber?: string | undefined;
577
+ partnerSymbolCode?: string | undefined;
578
+ consentDataProcessing?: string | undefined;
579
+ region: string | undefined;
580
+ partner: string | undefined;
581
+ typeForm: string | undefined;
582
+ phone: string;
583
+ } | {
584
+ innDadata?: string | undefined;
585
+ secondaryPhoneNumber?: string | undefined;
586
+ partnerSymbolCode?: string | undefined;
587
+ consentDataProcessing?: string | undefined;
588
+ region?: undefined;
589
+ partner?: undefined;
590
+ typeForm: string | undefined;
591
+ phone: string;
592
+ } | {
593
+ innDadata?: string | undefined;
594
+ secondaryPhoneNumber?: string | undefined;
595
+ partnerSymbolCode?: string | undefined;
596
+ consentDataProcessing?: string | undefined;
597
+ region: string | undefined;
598
+ partner: string | undefined;
599
+ typeForm: string;
600
+ addressBranch: string | undefined;
601
+ bankEmpolee: JSONRecord | JSONScalar | null;
602
+ applicationDate: JSONRecord | JSONScalar | null;
603
+ phone: string;
604
+ } | {
605
+ innDadata?: string | undefined;
606
+ secondaryPhoneNumber?: string | undefined;
607
+ partnerSymbolCode?: string | undefined;
608
+ consentDataProcessing?: string | undefined;
609
+ region?: undefined;
610
+ partner?: undefined;
611
+ typeForm: string;
612
+ addressBranch: string | undefined;
613
+ bankEmpolee: JSONRecord | JSONScalar | null;
614
+ applicationDate: JSONRecord | JSONScalar | null;
615
+ phone: string;
616
+ } | {
617
+ innDadata?: string | undefined;
618
+ secondaryPhoneNumber?: string | undefined;
619
+ partnerSymbolCode?: string | undefined;
620
+ consentDataProcessing?: string | undefined;
621
+ region: string | undefined;
622
+ partner: string | undefined;
623
+ typeForm: string | undefined;
624
+ addressBranch: string | undefined;
625
+ bankEmpolee: JSONRecord | JSONScalar | null;
626
+ applicationDate: JSONRecord | JSONScalar | null;
627
+ phone: string;
628
+ } | {
629
+ innDadata?: string | undefined;
630
+ secondaryPhoneNumber?: string | undefined;
631
+ partnerSymbolCode?: string | undefined;
632
+ consentDataProcessing?: string | undefined;
633
+ region?: undefined;
634
+ partner?: undefined;
635
+ typeForm: string | undefined;
636
+ addressBranch: string | undefined;
637
+ bankEmpolee: JSONRecord | JSONScalar | null;
638
+ applicationDate: JSONRecord | JSONScalar | null;
639
+ phone: string;
640
+ } | {
641
+ innDadata?: string | undefined;
642
+ secondaryPhoneNumber: string;
643
+ partnerSymbolCode?: string | undefined;
644
+ consentDataProcessing?: string | undefined;
645
+ region: string | undefined;
646
+ partner: string | undefined;
647
+ typeForm: string;
648
+ addressBranch: string | undefined;
649
+ bankEmpolee: JSONRecord | JSONScalar | null;
650
+ applicationDate: JSONRecord | JSONScalar | null;
651
+ phone: string;
652
+ } | {
653
+ innDadata?: string | undefined;
654
+ secondaryPhoneNumber: string;
655
+ partnerSymbolCode?: string | undefined;
656
+ consentDataProcessing?: string | undefined;
657
+ region?: undefined;
658
+ partner?: undefined;
659
+ typeForm: string;
660
+ addressBranch: string | undefined;
661
+ bankEmpolee: JSONRecord | JSONScalar | null;
662
+ applicationDate: JSONRecord | JSONScalar | null;
663
+ phone: string;
664
+ } | {
665
+ innDadata?: string | undefined;
666
+ secondaryPhoneNumber: string;
667
+ partnerSymbolCode?: string | undefined;
668
+ consentDataProcessing?: string | undefined;
669
+ region: string | undefined;
670
+ partner: string | undefined;
671
+ typeForm: string | undefined;
672
+ addressBranch: string | undefined;
673
+ bankEmpolee: JSONRecord | JSONScalar | null;
674
+ applicationDate: JSONRecord | JSONScalar | null;
675
+ phone: string;
676
+ } | {
677
+ innDadata?: string | undefined;
678
+ secondaryPhoneNumber: string;
679
+ partnerSymbolCode?: string | undefined;
680
+ consentDataProcessing?: string | undefined;
681
+ region?: undefined;
682
+ partner?: undefined;
683
+ typeForm: string | undefined;
684
+ addressBranch: string | undefined;
685
+ bankEmpolee: JSONRecord | JSONScalar | null;
686
+ applicationDate: JSONRecord | JSONScalar | null;
687
+ phone: string;
688
+ } | {
689
+ innDadata?: string | undefined;
690
+ secondaryPhoneNumber?: string | undefined;
691
+ partnerSymbolCode?: string | undefined;
692
+ consentDataProcessing?: string | undefined;
693
+ region: string | undefined;
694
+ partner: string | undefined;
695
+ typeForm: string;
696
+ inn: string | undefined;
697
+ phone: string;
698
+ } | {
699
+ innDadata?: string | undefined;
700
+ secondaryPhoneNumber?: string | undefined;
701
+ partnerSymbolCode?: string | undefined;
702
+ consentDataProcessing?: string | undefined;
703
+ region?: undefined;
704
+ partner?: undefined;
705
+ typeForm: string;
706
+ inn: string | undefined;
707
+ phone: string;
708
+ } | {
709
+ innDadata?: string | undefined;
710
+ secondaryPhoneNumber?: string | undefined;
711
+ partnerSymbolCode?: string | undefined;
712
+ consentDataProcessing?: string | undefined;
713
+ region: string | undefined;
714
+ partner: string | undefined;
715
+ typeForm: string | undefined;
716
+ inn: string | undefined;
717
+ phone: string;
718
+ } | {
719
+ innDadata?: string | undefined;
720
+ secondaryPhoneNumber?: string | undefined;
721
+ partnerSymbolCode?: string | undefined;
722
+ consentDataProcessing?: string | undefined;
723
+ region?: undefined;
724
+ partner?: undefined;
725
+ typeForm: string | undefined;
726
+ inn: string | undefined;
727
+ phone: string;
728
+ } | {
729
+ innDadata?: string | undefined;
730
+ secondaryPhoneNumber?: string | undefined;
731
+ partnerSymbolCode?: string | undefined;
732
+ consentDataProcessing?: string | undefined;
733
+ region: string | undefined;
734
+ partner: string | undefined;
735
+ typeForm: string;
736
+ addressBranch: string | undefined;
737
+ bankEmpolee: JSONRecord | JSONScalar | null;
738
+ applicationDate: JSONRecord | JSONScalar | null;
739
+ inn: string | undefined;
740
+ phone: string;
741
+ } | {
742
+ innDadata?: string | undefined;
743
+ secondaryPhoneNumber?: string | undefined;
744
+ partnerSymbolCode?: string | undefined;
745
+ consentDataProcessing?: string | undefined;
746
+ region?: undefined;
747
+ partner?: undefined;
748
+ typeForm: string;
749
+ addressBranch: string | undefined;
750
+ bankEmpolee: JSONRecord | JSONScalar | null;
751
+ applicationDate: JSONRecord | JSONScalar | null;
752
+ inn: string | undefined;
753
+ phone: string;
754
+ } | {
755
+ innDadata?: string | undefined;
756
+ secondaryPhoneNumber?: string | undefined;
757
+ partnerSymbolCode?: string | undefined;
758
+ consentDataProcessing?: string | undefined;
759
+ region: string | undefined;
760
+ partner: string | undefined;
761
+ typeForm: string | undefined;
762
+ addressBranch: string | undefined;
763
+ bankEmpolee: JSONRecord | JSONScalar | null;
764
+ applicationDate: JSONRecord | JSONScalar | null;
765
+ inn: string | undefined;
766
+ phone: string;
767
+ } | {
768
+ innDadata?: string | undefined;
769
+ secondaryPhoneNumber?: string | undefined;
770
+ partnerSymbolCode?: string | undefined;
771
+ consentDataProcessing?: string | undefined;
772
+ region?: undefined;
773
+ partner?: undefined;
774
+ typeForm: string | undefined;
775
+ addressBranch: string | undefined;
776
+ bankEmpolee: JSONRecord | JSONScalar | null;
777
+ applicationDate: JSONRecord | JSONScalar | null;
778
+ inn: string | undefined;
779
+ phone: string;
780
+ } | {
781
+ innDadata?: string | undefined;
782
+ secondaryPhoneNumber: string;
783
+ partnerSymbolCode?: string | undefined;
784
+ consentDataProcessing?: string | undefined;
785
+ region: string | undefined;
786
+ partner: string | undefined;
787
+ typeForm: string;
788
+ addressBranch: string | undefined;
789
+ bankEmpolee: JSONRecord | JSONScalar | null;
790
+ applicationDate: JSONRecord | JSONScalar | null;
791
+ inn: string | undefined;
792
+ phone: string;
793
+ } | {
794
+ innDadata?: string | undefined;
795
+ secondaryPhoneNumber: string;
796
+ partnerSymbolCode?: string | undefined;
797
+ consentDataProcessing?: string | undefined;
798
+ region?: undefined;
799
+ partner?: undefined;
800
+ typeForm: string;
801
+ addressBranch: string | undefined;
802
+ bankEmpolee: JSONRecord | JSONScalar | null;
803
+ applicationDate: JSONRecord | JSONScalar | null;
804
+ inn: string | undefined;
805
+ phone: string;
806
+ } | {
807
+ innDadata?: string | undefined;
808
+ secondaryPhoneNumber: string;
809
+ partnerSymbolCode?: string | undefined;
810
+ consentDataProcessing?: string | undefined;
811
+ region: string | undefined;
812
+ partner: string | undefined;
813
+ typeForm: string | undefined;
814
+ addressBranch: string | undefined;
815
+ bankEmpolee: JSONRecord | JSONScalar | null;
816
+ applicationDate: JSONRecord | JSONScalar | null;
817
+ inn: string | undefined;
818
+ phone: string;
819
+ } | {
820
+ innDadata?: string | undefined;
821
+ secondaryPhoneNumber: string;
822
+ partnerSymbolCode?: string | undefined;
823
+ consentDataProcessing?: string | undefined;
824
+ region?: undefined;
825
+ partner?: undefined;
826
+ typeForm: string | undefined;
827
+ addressBranch: string | undefined;
828
+ bankEmpolee: JSONRecord | JSONScalar | null;
829
+ applicationDate: JSONRecord | JSONScalar | null;
830
+ inn: string | undefined;
831
+ phone: string;
832
+ } | {
833
+ innDadata?: string | undefined;
834
+ secondaryPhoneNumber?: string | undefined;
835
+ partnerSymbolCode?: string | undefined;
836
+ consentDataProcessing?: string | undefined;
260
837
  region: string | undefined;
261
838
  partner: string | undefined;
262
839
  typeForm: string;
@@ -265,6 +842,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
265
842
  innDadata?: string | undefined;
266
843
  secondaryPhoneNumber?: string | undefined;
267
844
  partnerSymbolCode?: string | undefined;
845
+ consentDataProcessing?: string | undefined;
268
846
  region?: undefined;
269
847
  partner?: undefined;
270
848
  typeForm: string;
@@ -273,6 +851,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
273
851
  innDadata?: string | undefined;
274
852
  secondaryPhoneNumber?: string | undefined;
275
853
  partnerSymbolCode?: string | undefined;
854
+ consentDataProcessing?: string | undefined;
276
855
  region: string | undefined;
277
856
  partner: string | undefined;
278
857
  typeForm: string | undefined;
@@ -281,6 +860,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
281
860
  innDadata?: string | undefined;
282
861
  secondaryPhoneNumber?: string | undefined;
283
862
  partnerSymbolCode?: string | undefined;
863
+ consentDataProcessing?: string | undefined;
284
864
  region?: undefined;
285
865
  partner?: undefined;
286
866
  typeForm: string | undefined;
@@ -289,6 +869,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
289
869
  innDadata?: string | undefined;
290
870
  secondaryPhoneNumber?: string | undefined;
291
871
  partnerSymbolCode?: string | undefined;
872
+ consentDataProcessing?: string | undefined;
292
873
  region: string | undefined;
293
874
  partner: string | undefined;
294
875
  typeForm: string;
@@ -300,6 +881,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
300
881
  innDadata?: string | undefined;
301
882
  secondaryPhoneNumber?: string | undefined;
302
883
  partnerSymbolCode?: string | undefined;
884
+ consentDataProcessing?: string | undefined;
303
885
  region?: undefined;
304
886
  partner?: undefined;
305
887
  typeForm: string;
@@ -311,6 +893,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
311
893
  innDadata?: string | undefined;
312
894
  secondaryPhoneNumber?: string | undefined;
313
895
  partnerSymbolCode?: string | undefined;
896
+ consentDataProcessing?: string | undefined;
314
897
  region: string | undefined;
315
898
  partner: string | undefined;
316
899
  typeForm: string | undefined;
@@ -322,6 +905,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
322
905
  innDadata?: string | undefined;
323
906
  secondaryPhoneNumber?: string | undefined;
324
907
  partnerSymbolCode?: string | undefined;
908
+ consentDataProcessing?: string | undefined;
325
909
  region?: undefined;
326
910
  partner?: undefined;
327
911
  typeForm: string | undefined;
@@ -333,6 +917,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
333
917
  innDadata?: string | undefined;
334
918
  secondaryPhoneNumber: string;
335
919
  partnerSymbolCode?: string | undefined;
920
+ consentDataProcessing?: string | undefined;
336
921
  region: string | undefined;
337
922
  partner: string | undefined;
338
923
  typeForm: string;
@@ -344,6 +929,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
344
929
  innDadata?: string | undefined;
345
930
  secondaryPhoneNumber: string;
346
931
  partnerSymbolCode?: string | undefined;
932
+ consentDataProcessing?: string | undefined;
347
933
  region?: undefined;
348
934
  partner?: undefined;
349
935
  typeForm: string;
@@ -355,6 +941,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
355
941
  innDadata?: string | undefined;
356
942
  secondaryPhoneNumber: string;
357
943
  partnerSymbolCode?: string | undefined;
944
+ consentDataProcessing?: string | undefined;
358
945
  region: string | undefined;
359
946
  partner: string | undefined;
360
947
  typeForm: string | undefined;
@@ -366,6 +953,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
366
953
  innDadata?: string | undefined;
367
954
  secondaryPhoneNumber: string;
368
955
  partnerSymbolCode?: string | undefined;
956
+ consentDataProcessing?: string | undefined;
369
957
  region?: undefined;
370
958
  partner?: undefined;
371
959
  typeForm: string | undefined;
@@ -377,6 +965,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
377
965
  innDadata?: string | undefined;
378
966
  secondaryPhoneNumber?: string | undefined;
379
967
  partnerSymbolCode?: string | undefined;
968
+ consentDataProcessing?: string | undefined;
380
969
  region: string | undefined;
381
970
  partner: string | undefined;
382
971
  typeForm: string;
@@ -386,6 +975,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
386
975
  innDadata?: string | undefined;
387
976
  secondaryPhoneNumber?: string | undefined;
388
977
  partnerSymbolCode?: string | undefined;
978
+ consentDataProcessing?: string | undefined;
389
979
  region?: undefined;
390
980
  partner?: undefined;
391
981
  typeForm: string;
@@ -395,6 +985,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
395
985
  innDadata?: string | undefined;
396
986
  secondaryPhoneNumber?: string | undefined;
397
987
  partnerSymbolCode?: string | undefined;
988
+ consentDataProcessing?: string | undefined;
398
989
  region: string | undefined;
399
990
  partner: string | undefined;
400
991
  typeForm: string | undefined;
@@ -404,6 +995,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
404
995
  innDadata?: string | undefined;
405
996
  secondaryPhoneNumber?: string | undefined;
406
997
  partnerSymbolCode?: string | undefined;
998
+ consentDataProcessing?: string | undefined;
407
999
  region?: undefined;
408
1000
  partner?: undefined;
409
1001
  typeForm: string | undefined;
@@ -413,6 +1005,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
413
1005
  innDadata?: string | undefined;
414
1006
  secondaryPhoneNumber?: string | undefined;
415
1007
  partnerSymbolCode?: string | undefined;
1008
+ consentDataProcessing?: string | undefined;
416
1009
  region: string | undefined;
417
1010
  partner: string | undefined;
418
1011
  typeForm: string;
@@ -425,6 +1018,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
425
1018
  innDadata?: string | undefined;
426
1019
  secondaryPhoneNumber?: string | undefined;
427
1020
  partnerSymbolCode?: string | undefined;
1021
+ consentDataProcessing?: string | undefined;
428
1022
  region?: undefined;
429
1023
  partner?: undefined;
430
1024
  typeForm: string;
@@ -437,6 +1031,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
437
1031
  innDadata?: string | undefined;
438
1032
  secondaryPhoneNumber?: string | undefined;
439
1033
  partnerSymbolCode?: string | undefined;
1034
+ consentDataProcessing?: string | undefined;
440
1035
  region: string | undefined;
441
1036
  partner: string | undefined;
442
1037
  typeForm: string | undefined;
@@ -449,6 +1044,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
449
1044
  innDadata?: string | undefined;
450
1045
  secondaryPhoneNumber?: string | undefined;
451
1046
  partnerSymbolCode?: string | undefined;
1047
+ consentDataProcessing?: string | undefined;
452
1048
  region?: undefined;
453
1049
  partner?: undefined;
454
1050
  typeForm: string | undefined;
@@ -461,6 +1057,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
461
1057
  innDadata?: string | undefined;
462
1058
  secondaryPhoneNumber: string;
463
1059
  partnerSymbolCode?: string | undefined;
1060
+ consentDataProcessing?: string | undefined;
464
1061
  region: string | undefined;
465
1062
  partner: string | undefined;
466
1063
  typeForm: string;
@@ -473,6 +1070,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
473
1070
  innDadata?: string | undefined;
474
1071
  secondaryPhoneNumber: string;
475
1072
  partnerSymbolCode?: string | undefined;
1073
+ consentDataProcessing?: string | undefined;
476
1074
  region?: undefined;
477
1075
  partner?: undefined;
478
1076
  typeForm: string;
@@ -485,6 +1083,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
485
1083
  innDadata?: string | undefined;
486
1084
  secondaryPhoneNumber: string;
487
1085
  partnerSymbolCode?: string | undefined;
1086
+ consentDataProcessing?: string | undefined;
488
1087
  region: string | undefined;
489
1088
  partner: string | undefined;
490
1089
  typeForm: string | undefined;
@@ -497,6 +1096,7 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
497
1096
  innDadata?: string | undefined;
498
1097
  secondaryPhoneNumber: string;
499
1098
  partnerSymbolCode?: string | undefined;
1099
+ consentDataProcessing?: string | undefined;
500
1100
  region?: undefined;
501
1101
  partner?: undefined;
502
1102
  typeForm: string | undefined;