@redneckz/wildless-cms-uni-blocks 0.14.940 → 0.14.943
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/api/getSubmitBody.d.ts +96 -96
- package/bundle/bundle.umd.js +5 -3
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/api/getSubmitBody.d.ts +96 -96
- package/dist/api/getSubmitBody.js +3 -1
- package/dist/api/getSubmitBody.js.map +1 -1
- package/dist/components/ApplicationForm/getFormatData.js +1 -1
- package/dist/components/ApplicationForm/getFormatData.js.map +1 -1
- package/lib/api/getSubmitBody.d.ts +96 -96
- package/lib/api/getSubmitBody.js +3 -1
- package/lib/api/getSubmitBody.js.map +1 -1
- package/lib/components/ApplicationForm/getFormatData.js +1 -1
- package/lib/components/ApplicationForm/getFormatData.js.map +1 -1
- package/mobile/bundle/api/getSubmitBody.d.ts +96 -96
- package/mobile/bundle/bundle.umd.js +5 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/api/getSubmitBody.d.ts +96 -96
- package/mobile/dist/api/getSubmitBody.js +3 -1
- package/mobile/dist/api/getSubmitBody.js.map +1 -1
- package/mobile/dist/components/ApplicationForm/getFormatData.js +1 -1
- package/mobile/dist/components/ApplicationForm/getFormatData.js.map +1 -1
- package/mobile/lib/api/getSubmitBody.d.ts +96 -96
- package/mobile/lib/api/getSubmitBody.js +3 -1
- package/mobile/lib/api/getSubmitBody.js.map +1 -1
- package/mobile/lib/components/ApplicationForm/getFormatData.js +1 -1
- package/mobile/lib/components/ApplicationForm/getFormatData.js.map +1 -1
- package/mobile/src/api/getSubmitBody.ts +4 -0
- package/mobile/src/components/ApplicationForm/getFormatData.tsx +0 -1
- package/package.json +1 -1
- package/src/api/getSubmitBody.ts +4 -0
- package/src/components/ApplicationForm/ApplicationForm.tsx +2 -0
- package/src/components/ApplicationForm/getFormatData.tsx +0 -1
- package/src/components/ApplicationForm/handlers.ts +3 -1
|
@@ -4,46 +4,46 @@ import { type LeadRequest } from './LeadServiceAPI';
|
|
|
4
4
|
export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean, router?: Router) => {
|
|
5
5
|
innDadata?: string | undefined;
|
|
6
6
|
secondaryPhoneNumber?: string | undefined;
|
|
7
|
-
partnerSymbolCode?: string | undefined;
|
|
8
7
|
consentDataProcessing?: string | undefined;
|
|
9
8
|
region: string | undefined;
|
|
10
9
|
partner: string | undefined;
|
|
10
|
+
partnerId: string | undefined;
|
|
11
11
|
typeForm: string;
|
|
12
12
|
phone: string;
|
|
13
13
|
} | {
|
|
14
14
|
innDadata?: string | undefined;
|
|
15
15
|
secondaryPhoneNumber?: string | undefined;
|
|
16
|
-
partnerSymbolCode?: string | undefined;
|
|
17
16
|
consentDataProcessing?: string | undefined;
|
|
18
17
|
region?: undefined;
|
|
19
18
|
partner?: undefined;
|
|
19
|
+
partnerId?: undefined;
|
|
20
20
|
typeForm: string;
|
|
21
21
|
phone: string;
|
|
22
22
|
} | {
|
|
23
23
|
innDadata?: string | undefined;
|
|
24
24
|
secondaryPhoneNumber?: string | undefined;
|
|
25
|
-
partnerSymbolCode?: string | undefined;
|
|
26
25
|
consentDataProcessing?: string | undefined;
|
|
27
26
|
region: string | undefined;
|
|
28
27
|
partner: string | undefined;
|
|
28
|
+
partnerId: string | undefined;
|
|
29
29
|
typeForm: string | undefined;
|
|
30
30
|
phone: string;
|
|
31
31
|
} | {
|
|
32
32
|
innDadata?: string | undefined;
|
|
33
33
|
secondaryPhoneNumber?: string | undefined;
|
|
34
|
-
partnerSymbolCode?: string | undefined;
|
|
35
34
|
consentDataProcessing?: string | undefined;
|
|
36
35
|
region?: undefined;
|
|
37
36
|
partner?: undefined;
|
|
37
|
+
partnerId?: undefined;
|
|
38
38
|
typeForm: string | undefined;
|
|
39
39
|
phone: string;
|
|
40
40
|
} | {
|
|
41
41
|
innDadata?: string | undefined;
|
|
42
42
|
secondaryPhoneNumber?: string | undefined;
|
|
43
|
-
partnerSymbolCode?: string | undefined;
|
|
44
43
|
consentDataProcessing?: string | undefined;
|
|
45
44
|
region: string | undefined;
|
|
46
45
|
partner: string | undefined;
|
|
46
|
+
partnerId: string | undefined;
|
|
47
47
|
typeForm: string;
|
|
48
48
|
addressBranch: string | undefined;
|
|
49
49
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -52,10 +52,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
52
52
|
} | {
|
|
53
53
|
innDadata?: string | undefined;
|
|
54
54
|
secondaryPhoneNumber?: string | undefined;
|
|
55
|
-
partnerSymbolCode?: string | undefined;
|
|
56
55
|
consentDataProcessing?: string | undefined;
|
|
57
56
|
region?: undefined;
|
|
58
57
|
partner?: undefined;
|
|
58
|
+
partnerId?: undefined;
|
|
59
59
|
typeForm: string;
|
|
60
60
|
addressBranch: string | undefined;
|
|
61
61
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -64,10 +64,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
64
64
|
} | {
|
|
65
65
|
innDadata?: string | undefined;
|
|
66
66
|
secondaryPhoneNumber?: string | undefined;
|
|
67
|
-
partnerSymbolCode?: string | undefined;
|
|
68
67
|
consentDataProcessing?: string | undefined;
|
|
69
68
|
region: string | undefined;
|
|
70
69
|
partner: string | undefined;
|
|
70
|
+
partnerId: string | undefined;
|
|
71
71
|
typeForm: string | undefined;
|
|
72
72
|
addressBranch: string | undefined;
|
|
73
73
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -76,10 +76,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
76
76
|
} | {
|
|
77
77
|
innDadata?: string | undefined;
|
|
78
78
|
secondaryPhoneNumber?: string | undefined;
|
|
79
|
-
partnerSymbolCode?: string | undefined;
|
|
80
79
|
consentDataProcessing?: string | undefined;
|
|
81
80
|
region?: undefined;
|
|
82
81
|
partner?: undefined;
|
|
82
|
+
partnerId?: undefined;
|
|
83
83
|
typeForm: string | undefined;
|
|
84
84
|
addressBranch: string | undefined;
|
|
85
85
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -88,10 +88,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
88
88
|
} | {
|
|
89
89
|
innDadata?: string | undefined;
|
|
90
90
|
secondaryPhoneNumber: string;
|
|
91
|
-
partnerSymbolCode?: string | undefined;
|
|
92
91
|
consentDataProcessing?: string | undefined;
|
|
93
92
|
region: string | undefined;
|
|
94
93
|
partner: string | undefined;
|
|
94
|
+
partnerId: string | undefined;
|
|
95
95
|
typeForm: string;
|
|
96
96
|
addressBranch: string | undefined;
|
|
97
97
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -100,10 +100,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
100
100
|
} | {
|
|
101
101
|
innDadata?: string | undefined;
|
|
102
102
|
secondaryPhoneNumber: string;
|
|
103
|
-
partnerSymbolCode?: string | undefined;
|
|
104
103
|
consentDataProcessing?: string | undefined;
|
|
105
104
|
region?: undefined;
|
|
106
105
|
partner?: undefined;
|
|
106
|
+
partnerId?: undefined;
|
|
107
107
|
typeForm: string;
|
|
108
108
|
addressBranch: string | undefined;
|
|
109
109
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -112,10 +112,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
112
112
|
} | {
|
|
113
113
|
innDadata?: string | undefined;
|
|
114
114
|
secondaryPhoneNumber: string;
|
|
115
|
-
partnerSymbolCode?: string | undefined;
|
|
116
115
|
consentDataProcessing?: string | undefined;
|
|
117
116
|
region: string | undefined;
|
|
118
117
|
partner: string | undefined;
|
|
118
|
+
partnerId: string | undefined;
|
|
119
119
|
typeForm: string | undefined;
|
|
120
120
|
addressBranch: string | undefined;
|
|
121
121
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -124,10 +124,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
124
124
|
} | {
|
|
125
125
|
innDadata?: string | undefined;
|
|
126
126
|
secondaryPhoneNumber: string;
|
|
127
|
-
partnerSymbolCode?: string | undefined;
|
|
128
127
|
consentDataProcessing?: string | undefined;
|
|
129
128
|
region?: undefined;
|
|
130
129
|
partner?: undefined;
|
|
130
|
+
partnerId?: undefined;
|
|
131
131
|
typeForm: string | undefined;
|
|
132
132
|
addressBranch: string | undefined;
|
|
133
133
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -136,50 +136,50 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
136
136
|
} | {
|
|
137
137
|
innDadata?: string | undefined;
|
|
138
138
|
secondaryPhoneNumber?: string | undefined;
|
|
139
|
-
partnerSymbolCode?: string | undefined;
|
|
140
139
|
consentDataProcessing?: string | undefined;
|
|
141
140
|
region: string | undefined;
|
|
142
141
|
partner: string | undefined;
|
|
142
|
+
partnerId: string | undefined;
|
|
143
143
|
typeForm: string;
|
|
144
144
|
inn: string | undefined;
|
|
145
145
|
phone: string;
|
|
146
146
|
} | {
|
|
147
147
|
innDadata?: string | undefined;
|
|
148
148
|
secondaryPhoneNumber?: string | undefined;
|
|
149
|
-
partnerSymbolCode?: string | undefined;
|
|
150
149
|
consentDataProcessing?: string | undefined;
|
|
151
150
|
region?: undefined;
|
|
152
151
|
partner?: undefined;
|
|
152
|
+
partnerId?: undefined;
|
|
153
153
|
typeForm: string;
|
|
154
154
|
inn: string | undefined;
|
|
155
155
|
phone: string;
|
|
156
156
|
} | {
|
|
157
157
|
innDadata?: string | undefined;
|
|
158
158
|
secondaryPhoneNumber?: string | undefined;
|
|
159
|
-
partnerSymbolCode?: string | undefined;
|
|
160
159
|
consentDataProcessing?: string | undefined;
|
|
161
160
|
region: string | undefined;
|
|
162
161
|
partner: string | undefined;
|
|
162
|
+
partnerId: string | undefined;
|
|
163
163
|
typeForm: string | undefined;
|
|
164
164
|
inn: string | undefined;
|
|
165
165
|
phone: string;
|
|
166
166
|
} | {
|
|
167
167
|
innDadata?: string | undefined;
|
|
168
168
|
secondaryPhoneNumber?: string | undefined;
|
|
169
|
-
partnerSymbolCode?: string | undefined;
|
|
170
169
|
consentDataProcessing?: string | undefined;
|
|
171
170
|
region?: undefined;
|
|
172
171
|
partner?: undefined;
|
|
172
|
+
partnerId?: undefined;
|
|
173
173
|
typeForm: string | undefined;
|
|
174
174
|
inn: string | undefined;
|
|
175
175
|
phone: string;
|
|
176
176
|
} | {
|
|
177
177
|
innDadata?: string | undefined;
|
|
178
178
|
secondaryPhoneNumber?: string | undefined;
|
|
179
|
-
partnerSymbolCode?: string | undefined;
|
|
180
179
|
consentDataProcessing?: string | undefined;
|
|
181
180
|
region: string | undefined;
|
|
182
181
|
partner: string | undefined;
|
|
182
|
+
partnerId: string | undefined;
|
|
183
183
|
typeForm: string;
|
|
184
184
|
addressBranch: string | undefined;
|
|
185
185
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -189,10 +189,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
189
189
|
} | {
|
|
190
190
|
innDadata?: string | undefined;
|
|
191
191
|
secondaryPhoneNumber?: string | undefined;
|
|
192
|
-
partnerSymbolCode?: string | undefined;
|
|
193
192
|
consentDataProcessing?: string | undefined;
|
|
194
193
|
region?: undefined;
|
|
195
194
|
partner?: undefined;
|
|
195
|
+
partnerId?: undefined;
|
|
196
196
|
typeForm: string;
|
|
197
197
|
addressBranch: string | undefined;
|
|
198
198
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -202,10 +202,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
202
202
|
} | {
|
|
203
203
|
innDadata?: string | undefined;
|
|
204
204
|
secondaryPhoneNumber?: string | undefined;
|
|
205
|
-
partnerSymbolCode?: string | undefined;
|
|
206
205
|
consentDataProcessing?: string | undefined;
|
|
207
206
|
region: string | undefined;
|
|
208
207
|
partner: string | undefined;
|
|
208
|
+
partnerId: string | undefined;
|
|
209
209
|
typeForm: string | undefined;
|
|
210
210
|
addressBranch: string | undefined;
|
|
211
211
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -215,10 +215,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
215
215
|
} | {
|
|
216
216
|
innDadata?: string | undefined;
|
|
217
217
|
secondaryPhoneNumber?: string | undefined;
|
|
218
|
-
partnerSymbolCode?: string | undefined;
|
|
219
218
|
consentDataProcessing?: string | undefined;
|
|
220
219
|
region?: undefined;
|
|
221
220
|
partner?: undefined;
|
|
221
|
+
partnerId?: undefined;
|
|
222
222
|
typeForm: string | undefined;
|
|
223
223
|
addressBranch: string | undefined;
|
|
224
224
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -228,10 +228,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
228
228
|
} | {
|
|
229
229
|
innDadata?: string | undefined;
|
|
230
230
|
secondaryPhoneNumber: string;
|
|
231
|
-
partnerSymbolCode?: string | undefined;
|
|
232
231
|
consentDataProcessing?: string | undefined;
|
|
233
232
|
region: string | undefined;
|
|
234
233
|
partner: string | undefined;
|
|
234
|
+
partnerId: string | undefined;
|
|
235
235
|
typeForm: string;
|
|
236
236
|
addressBranch: string | undefined;
|
|
237
237
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -241,10 +241,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
241
241
|
} | {
|
|
242
242
|
innDadata?: string | undefined;
|
|
243
243
|
secondaryPhoneNumber: string;
|
|
244
|
-
partnerSymbolCode?: string | undefined;
|
|
245
244
|
consentDataProcessing?: string | undefined;
|
|
246
245
|
region?: undefined;
|
|
247
246
|
partner?: undefined;
|
|
247
|
+
partnerId?: undefined;
|
|
248
248
|
typeForm: string;
|
|
249
249
|
addressBranch: string | undefined;
|
|
250
250
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -254,10 +254,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
254
254
|
} | {
|
|
255
255
|
innDadata?: string | undefined;
|
|
256
256
|
secondaryPhoneNumber: string;
|
|
257
|
-
partnerSymbolCode?: string | undefined;
|
|
258
257
|
consentDataProcessing?: string | undefined;
|
|
259
258
|
region: string | undefined;
|
|
260
259
|
partner: string | undefined;
|
|
260
|
+
partnerId: string | undefined;
|
|
261
261
|
typeForm: string | undefined;
|
|
262
262
|
addressBranch: string | undefined;
|
|
263
263
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -267,10 +267,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
267
267
|
} | {
|
|
268
268
|
innDadata?: string | undefined;
|
|
269
269
|
secondaryPhoneNumber: string;
|
|
270
|
-
partnerSymbolCode?: string | undefined;
|
|
271
270
|
consentDataProcessing?: string | undefined;
|
|
272
271
|
region?: undefined;
|
|
273
272
|
partner?: undefined;
|
|
273
|
+
partnerId?: undefined;
|
|
274
274
|
typeForm: string | undefined;
|
|
275
275
|
addressBranch: string | undefined;
|
|
276
276
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -280,46 +280,46 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
280
280
|
} | {
|
|
281
281
|
innDadata?: string | undefined;
|
|
282
282
|
secondaryPhoneNumber?: string | undefined;
|
|
283
|
-
partnerSymbolCode?: string | undefined;
|
|
284
283
|
consentDataProcessing?: string | undefined;
|
|
285
284
|
region: string | undefined;
|
|
286
285
|
partner: string | undefined;
|
|
286
|
+
partnerId: string | undefined;
|
|
287
287
|
typeForm: string;
|
|
288
288
|
phone: string;
|
|
289
289
|
} | {
|
|
290
290
|
innDadata?: string | undefined;
|
|
291
291
|
secondaryPhoneNumber?: string | undefined;
|
|
292
|
-
partnerSymbolCode?: string | undefined;
|
|
293
292
|
consentDataProcessing?: string | undefined;
|
|
294
293
|
region?: undefined;
|
|
295
294
|
partner?: undefined;
|
|
295
|
+
partnerId?: undefined;
|
|
296
296
|
typeForm: string;
|
|
297
297
|
phone: string;
|
|
298
298
|
} | {
|
|
299
299
|
innDadata?: string | undefined;
|
|
300
300
|
secondaryPhoneNumber?: string | undefined;
|
|
301
|
-
partnerSymbolCode?: string | undefined;
|
|
302
301
|
consentDataProcessing?: string | undefined;
|
|
303
302
|
region: string | undefined;
|
|
304
303
|
partner: string | undefined;
|
|
304
|
+
partnerId: string | undefined;
|
|
305
305
|
typeForm: string | undefined;
|
|
306
306
|
phone: string;
|
|
307
307
|
} | {
|
|
308
308
|
innDadata?: string | undefined;
|
|
309
309
|
secondaryPhoneNumber?: string | undefined;
|
|
310
|
-
partnerSymbolCode?: string | undefined;
|
|
311
310
|
consentDataProcessing?: string | undefined;
|
|
312
311
|
region?: undefined;
|
|
313
312
|
partner?: undefined;
|
|
313
|
+
partnerId?: undefined;
|
|
314
314
|
typeForm: string | undefined;
|
|
315
315
|
phone: string;
|
|
316
316
|
} | {
|
|
317
317
|
innDadata?: string | undefined;
|
|
318
318
|
secondaryPhoneNumber?: string | undefined;
|
|
319
|
-
partnerSymbolCode?: string | undefined;
|
|
320
319
|
consentDataProcessing?: string | undefined;
|
|
321
320
|
region: string | undefined;
|
|
322
321
|
partner: string | undefined;
|
|
322
|
+
partnerId: string | undefined;
|
|
323
323
|
typeForm: string;
|
|
324
324
|
addressBranch: string | undefined;
|
|
325
325
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -328,10 +328,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
328
328
|
} | {
|
|
329
329
|
innDadata?: string | undefined;
|
|
330
330
|
secondaryPhoneNumber?: string | undefined;
|
|
331
|
-
partnerSymbolCode?: string | undefined;
|
|
332
331
|
consentDataProcessing?: string | undefined;
|
|
333
332
|
region?: undefined;
|
|
334
333
|
partner?: undefined;
|
|
334
|
+
partnerId?: undefined;
|
|
335
335
|
typeForm: string;
|
|
336
336
|
addressBranch: string | undefined;
|
|
337
337
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -340,10 +340,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
340
340
|
} | {
|
|
341
341
|
innDadata?: string | undefined;
|
|
342
342
|
secondaryPhoneNumber?: string | undefined;
|
|
343
|
-
partnerSymbolCode?: string | undefined;
|
|
344
343
|
consentDataProcessing?: string | undefined;
|
|
345
344
|
region: string | undefined;
|
|
346
345
|
partner: string | undefined;
|
|
346
|
+
partnerId: string | undefined;
|
|
347
347
|
typeForm: string | undefined;
|
|
348
348
|
addressBranch: string | undefined;
|
|
349
349
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -352,10 +352,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
352
352
|
} | {
|
|
353
353
|
innDadata?: string | undefined;
|
|
354
354
|
secondaryPhoneNumber?: string | undefined;
|
|
355
|
-
partnerSymbolCode?: string | undefined;
|
|
356
355
|
consentDataProcessing?: string | undefined;
|
|
357
356
|
region?: undefined;
|
|
358
357
|
partner?: undefined;
|
|
358
|
+
partnerId?: undefined;
|
|
359
359
|
typeForm: string | undefined;
|
|
360
360
|
addressBranch: string | undefined;
|
|
361
361
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -364,10 +364,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
364
364
|
} | {
|
|
365
365
|
innDadata?: string | undefined;
|
|
366
366
|
secondaryPhoneNumber: string;
|
|
367
|
-
partnerSymbolCode?: string | undefined;
|
|
368
367
|
consentDataProcessing?: string | undefined;
|
|
369
368
|
region: string | undefined;
|
|
370
369
|
partner: string | undefined;
|
|
370
|
+
partnerId: string | undefined;
|
|
371
371
|
typeForm: string;
|
|
372
372
|
addressBranch: string | undefined;
|
|
373
373
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -376,10 +376,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
376
376
|
} | {
|
|
377
377
|
innDadata?: string | undefined;
|
|
378
378
|
secondaryPhoneNumber: string;
|
|
379
|
-
partnerSymbolCode?: string | undefined;
|
|
380
379
|
consentDataProcessing?: string | undefined;
|
|
381
380
|
region?: undefined;
|
|
382
381
|
partner?: undefined;
|
|
382
|
+
partnerId?: undefined;
|
|
383
383
|
typeForm: string;
|
|
384
384
|
addressBranch: string | undefined;
|
|
385
385
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -388,10 +388,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
388
388
|
} | {
|
|
389
389
|
innDadata?: string | undefined;
|
|
390
390
|
secondaryPhoneNumber: string;
|
|
391
|
-
partnerSymbolCode?: string | undefined;
|
|
392
391
|
consentDataProcessing?: string | undefined;
|
|
393
392
|
region: string | undefined;
|
|
394
393
|
partner: string | undefined;
|
|
394
|
+
partnerId: string | undefined;
|
|
395
395
|
typeForm: string | undefined;
|
|
396
396
|
addressBranch: string | undefined;
|
|
397
397
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -400,10 +400,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
400
400
|
} | {
|
|
401
401
|
innDadata?: string | undefined;
|
|
402
402
|
secondaryPhoneNumber: string;
|
|
403
|
-
partnerSymbolCode?: string | undefined;
|
|
404
403
|
consentDataProcessing?: string | undefined;
|
|
405
404
|
region?: undefined;
|
|
406
405
|
partner?: undefined;
|
|
406
|
+
partnerId?: undefined;
|
|
407
407
|
typeForm: string | undefined;
|
|
408
408
|
addressBranch: string | undefined;
|
|
409
409
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -412,50 +412,50 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
412
412
|
} | {
|
|
413
413
|
innDadata?: string | undefined;
|
|
414
414
|
secondaryPhoneNumber?: string | undefined;
|
|
415
|
-
partnerSymbolCode?: string | undefined;
|
|
416
415
|
consentDataProcessing?: string | undefined;
|
|
417
416
|
region: string | undefined;
|
|
418
417
|
partner: string | undefined;
|
|
418
|
+
partnerId: string | undefined;
|
|
419
419
|
typeForm: string;
|
|
420
420
|
inn: string | undefined;
|
|
421
421
|
phone: string;
|
|
422
422
|
} | {
|
|
423
423
|
innDadata?: string | undefined;
|
|
424
424
|
secondaryPhoneNumber?: string | undefined;
|
|
425
|
-
partnerSymbolCode?: string | undefined;
|
|
426
425
|
consentDataProcessing?: string | undefined;
|
|
427
426
|
region?: undefined;
|
|
428
427
|
partner?: undefined;
|
|
428
|
+
partnerId?: undefined;
|
|
429
429
|
typeForm: string;
|
|
430
430
|
inn: string | undefined;
|
|
431
431
|
phone: string;
|
|
432
432
|
} | {
|
|
433
433
|
innDadata?: string | undefined;
|
|
434
434
|
secondaryPhoneNumber?: string | undefined;
|
|
435
|
-
partnerSymbolCode?: string | undefined;
|
|
436
435
|
consentDataProcessing?: string | undefined;
|
|
437
436
|
region: string | undefined;
|
|
438
437
|
partner: string | undefined;
|
|
438
|
+
partnerId: string | undefined;
|
|
439
439
|
typeForm: string | undefined;
|
|
440
440
|
inn: string | undefined;
|
|
441
441
|
phone: string;
|
|
442
442
|
} | {
|
|
443
443
|
innDadata?: string | undefined;
|
|
444
444
|
secondaryPhoneNumber?: string | undefined;
|
|
445
|
-
partnerSymbolCode?: string | undefined;
|
|
446
445
|
consentDataProcessing?: string | undefined;
|
|
447
446
|
region?: undefined;
|
|
448
447
|
partner?: undefined;
|
|
448
|
+
partnerId?: undefined;
|
|
449
449
|
typeForm: string | undefined;
|
|
450
450
|
inn: string | undefined;
|
|
451
451
|
phone: string;
|
|
452
452
|
} | {
|
|
453
453
|
innDadata?: string | undefined;
|
|
454
454
|
secondaryPhoneNumber?: string | undefined;
|
|
455
|
-
partnerSymbolCode?: string | undefined;
|
|
456
455
|
consentDataProcessing?: string | undefined;
|
|
457
456
|
region: string | undefined;
|
|
458
457
|
partner: string | undefined;
|
|
458
|
+
partnerId: string | undefined;
|
|
459
459
|
typeForm: string;
|
|
460
460
|
addressBranch: string | undefined;
|
|
461
461
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -465,10 +465,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
465
465
|
} | {
|
|
466
466
|
innDadata?: string | undefined;
|
|
467
467
|
secondaryPhoneNumber?: string | undefined;
|
|
468
|
-
partnerSymbolCode?: string | undefined;
|
|
469
468
|
consentDataProcessing?: string | undefined;
|
|
470
469
|
region?: undefined;
|
|
471
470
|
partner?: undefined;
|
|
471
|
+
partnerId?: undefined;
|
|
472
472
|
typeForm: string;
|
|
473
473
|
addressBranch: string | undefined;
|
|
474
474
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -478,10 +478,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
478
478
|
} | {
|
|
479
479
|
innDadata?: string | undefined;
|
|
480
480
|
secondaryPhoneNumber?: string | undefined;
|
|
481
|
-
partnerSymbolCode?: string | undefined;
|
|
482
481
|
consentDataProcessing?: string | undefined;
|
|
483
482
|
region: string | undefined;
|
|
484
483
|
partner: string | undefined;
|
|
484
|
+
partnerId: string | undefined;
|
|
485
485
|
typeForm: string | undefined;
|
|
486
486
|
addressBranch: string | undefined;
|
|
487
487
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -491,10 +491,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
491
491
|
} | {
|
|
492
492
|
innDadata?: string | undefined;
|
|
493
493
|
secondaryPhoneNumber?: string | undefined;
|
|
494
|
-
partnerSymbolCode?: string | undefined;
|
|
495
494
|
consentDataProcessing?: string | undefined;
|
|
496
495
|
region?: undefined;
|
|
497
496
|
partner?: undefined;
|
|
497
|
+
partnerId?: undefined;
|
|
498
498
|
typeForm: string | undefined;
|
|
499
499
|
addressBranch: string | undefined;
|
|
500
500
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -504,10 +504,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
504
504
|
} | {
|
|
505
505
|
innDadata?: string | undefined;
|
|
506
506
|
secondaryPhoneNumber: string;
|
|
507
|
-
partnerSymbolCode?: string | undefined;
|
|
508
507
|
consentDataProcessing?: string | undefined;
|
|
509
508
|
region: string | undefined;
|
|
510
509
|
partner: string | undefined;
|
|
510
|
+
partnerId: string | undefined;
|
|
511
511
|
typeForm: string;
|
|
512
512
|
addressBranch: string | undefined;
|
|
513
513
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -517,10 +517,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
517
517
|
} | {
|
|
518
518
|
innDadata?: string | undefined;
|
|
519
519
|
secondaryPhoneNumber: string;
|
|
520
|
-
partnerSymbolCode?: string | undefined;
|
|
521
520
|
consentDataProcessing?: string | undefined;
|
|
522
521
|
region?: undefined;
|
|
523
522
|
partner?: undefined;
|
|
523
|
+
partnerId?: undefined;
|
|
524
524
|
typeForm: string;
|
|
525
525
|
addressBranch: string | undefined;
|
|
526
526
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -530,10 +530,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
530
530
|
} | {
|
|
531
531
|
innDadata?: string | undefined;
|
|
532
532
|
secondaryPhoneNumber: string;
|
|
533
|
-
partnerSymbolCode?: string | undefined;
|
|
534
533
|
consentDataProcessing?: string | undefined;
|
|
535
534
|
region: string | undefined;
|
|
536
535
|
partner: string | undefined;
|
|
536
|
+
partnerId: string | undefined;
|
|
537
537
|
typeForm: string | undefined;
|
|
538
538
|
addressBranch: string | undefined;
|
|
539
539
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -543,10 +543,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
543
543
|
} | {
|
|
544
544
|
innDadata?: string | undefined;
|
|
545
545
|
secondaryPhoneNumber: string;
|
|
546
|
-
partnerSymbolCode?: string | undefined;
|
|
547
546
|
consentDataProcessing?: string | undefined;
|
|
548
547
|
region?: undefined;
|
|
549
548
|
partner?: undefined;
|
|
549
|
+
partnerId?: undefined;
|
|
550
550
|
typeForm: string | undefined;
|
|
551
551
|
addressBranch: string | undefined;
|
|
552
552
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -556,46 +556,46 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
556
556
|
} | {
|
|
557
557
|
innDadata?: string | undefined;
|
|
558
558
|
secondaryPhoneNumber?: string | undefined;
|
|
559
|
-
partnerSymbolCode?: string | undefined;
|
|
560
559
|
consentDataProcessing?: string | undefined;
|
|
561
560
|
region: string | undefined;
|
|
562
561
|
partner: string | undefined;
|
|
562
|
+
partnerId: string | undefined;
|
|
563
563
|
typeForm: string;
|
|
564
564
|
phone: string;
|
|
565
565
|
} | {
|
|
566
566
|
innDadata?: string | undefined;
|
|
567
567
|
secondaryPhoneNumber?: string | undefined;
|
|
568
|
-
partnerSymbolCode?: string | undefined;
|
|
569
568
|
consentDataProcessing?: string | undefined;
|
|
570
569
|
region?: undefined;
|
|
571
570
|
partner?: undefined;
|
|
571
|
+
partnerId?: undefined;
|
|
572
572
|
typeForm: string;
|
|
573
573
|
phone: string;
|
|
574
574
|
} | {
|
|
575
575
|
innDadata?: string | undefined;
|
|
576
576
|
secondaryPhoneNumber?: string | undefined;
|
|
577
|
-
partnerSymbolCode?: string | undefined;
|
|
578
577
|
consentDataProcessing?: string | undefined;
|
|
579
578
|
region: string | undefined;
|
|
580
579
|
partner: string | undefined;
|
|
580
|
+
partnerId: string | undefined;
|
|
581
581
|
typeForm: string | undefined;
|
|
582
582
|
phone: string;
|
|
583
583
|
} | {
|
|
584
584
|
innDadata?: string | undefined;
|
|
585
585
|
secondaryPhoneNumber?: string | undefined;
|
|
586
|
-
partnerSymbolCode?: string | undefined;
|
|
587
586
|
consentDataProcessing?: string | undefined;
|
|
588
587
|
region?: undefined;
|
|
589
588
|
partner?: undefined;
|
|
589
|
+
partnerId?: undefined;
|
|
590
590
|
typeForm: string | undefined;
|
|
591
591
|
phone: string;
|
|
592
592
|
} | {
|
|
593
593
|
innDadata?: string | undefined;
|
|
594
594
|
secondaryPhoneNumber?: string | undefined;
|
|
595
|
-
partnerSymbolCode?: string | undefined;
|
|
596
595
|
consentDataProcessing?: string | undefined;
|
|
597
596
|
region: string | undefined;
|
|
598
597
|
partner: string | undefined;
|
|
598
|
+
partnerId: string | undefined;
|
|
599
599
|
typeForm: string;
|
|
600
600
|
addressBranch: string | undefined;
|
|
601
601
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -604,10 +604,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
604
604
|
} | {
|
|
605
605
|
innDadata?: string | undefined;
|
|
606
606
|
secondaryPhoneNumber?: string | undefined;
|
|
607
|
-
partnerSymbolCode?: string | undefined;
|
|
608
607
|
consentDataProcessing?: string | undefined;
|
|
609
608
|
region?: undefined;
|
|
610
609
|
partner?: undefined;
|
|
610
|
+
partnerId?: undefined;
|
|
611
611
|
typeForm: string;
|
|
612
612
|
addressBranch: string | undefined;
|
|
613
613
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -616,10 +616,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
616
616
|
} | {
|
|
617
617
|
innDadata?: string | undefined;
|
|
618
618
|
secondaryPhoneNumber?: string | undefined;
|
|
619
|
-
partnerSymbolCode?: string | undefined;
|
|
620
619
|
consentDataProcessing?: string | undefined;
|
|
621
620
|
region: string | undefined;
|
|
622
621
|
partner: string | undefined;
|
|
622
|
+
partnerId: string | undefined;
|
|
623
623
|
typeForm: string | undefined;
|
|
624
624
|
addressBranch: string | undefined;
|
|
625
625
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -628,10 +628,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
628
628
|
} | {
|
|
629
629
|
innDadata?: string | undefined;
|
|
630
630
|
secondaryPhoneNumber?: string | undefined;
|
|
631
|
-
partnerSymbolCode?: string | undefined;
|
|
632
631
|
consentDataProcessing?: string | undefined;
|
|
633
632
|
region?: undefined;
|
|
634
633
|
partner?: undefined;
|
|
634
|
+
partnerId?: undefined;
|
|
635
635
|
typeForm: string | undefined;
|
|
636
636
|
addressBranch: string | undefined;
|
|
637
637
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -640,10 +640,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
640
640
|
} | {
|
|
641
641
|
innDadata?: string | undefined;
|
|
642
642
|
secondaryPhoneNumber: string;
|
|
643
|
-
partnerSymbolCode?: string | undefined;
|
|
644
643
|
consentDataProcessing?: string | undefined;
|
|
645
644
|
region: string | undefined;
|
|
646
645
|
partner: string | undefined;
|
|
646
|
+
partnerId: string | undefined;
|
|
647
647
|
typeForm: string;
|
|
648
648
|
addressBranch: string | undefined;
|
|
649
649
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -652,10 +652,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
652
652
|
} | {
|
|
653
653
|
innDadata?: string | undefined;
|
|
654
654
|
secondaryPhoneNumber: string;
|
|
655
|
-
partnerSymbolCode?: string | undefined;
|
|
656
655
|
consentDataProcessing?: string | undefined;
|
|
657
656
|
region?: undefined;
|
|
658
657
|
partner?: undefined;
|
|
658
|
+
partnerId?: undefined;
|
|
659
659
|
typeForm: string;
|
|
660
660
|
addressBranch: string | undefined;
|
|
661
661
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -664,10 +664,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
664
664
|
} | {
|
|
665
665
|
innDadata?: string | undefined;
|
|
666
666
|
secondaryPhoneNumber: string;
|
|
667
|
-
partnerSymbolCode?: string | undefined;
|
|
668
667
|
consentDataProcessing?: string | undefined;
|
|
669
668
|
region: string | undefined;
|
|
670
669
|
partner: string | undefined;
|
|
670
|
+
partnerId: string | undefined;
|
|
671
671
|
typeForm: string | undefined;
|
|
672
672
|
addressBranch: string | undefined;
|
|
673
673
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -676,10 +676,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
676
676
|
} | {
|
|
677
677
|
innDadata?: string | undefined;
|
|
678
678
|
secondaryPhoneNumber: string;
|
|
679
|
-
partnerSymbolCode?: string | undefined;
|
|
680
679
|
consentDataProcessing?: string | undefined;
|
|
681
680
|
region?: undefined;
|
|
682
681
|
partner?: undefined;
|
|
682
|
+
partnerId?: undefined;
|
|
683
683
|
typeForm: string | undefined;
|
|
684
684
|
addressBranch: string | undefined;
|
|
685
685
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -688,50 +688,50 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
688
688
|
} | {
|
|
689
689
|
innDadata?: string | undefined;
|
|
690
690
|
secondaryPhoneNumber?: string | undefined;
|
|
691
|
-
partnerSymbolCode?: string | undefined;
|
|
692
691
|
consentDataProcessing?: string | undefined;
|
|
693
692
|
region: string | undefined;
|
|
694
693
|
partner: string | undefined;
|
|
694
|
+
partnerId: string | undefined;
|
|
695
695
|
typeForm: string;
|
|
696
696
|
inn: string | undefined;
|
|
697
697
|
phone: string;
|
|
698
698
|
} | {
|
|
699
699
|
innDadata?: string | undefined;
|
|
700
700
|
secondaryPhoneNumber?: string | undefined;
|
|
701
|
-
partnerSymbolCode?: string | undefined;
|
|
702
701
|
consentDataProcessing?: string | undefined;
|
|
703
702
|
region?: undefined;
|
|
704
703
|
partner?: undefined;
|
|
704
|
+
partnerId?: undefined;
|
|
705
705
|
typeForm: string;
|
|
706
706
|
inn: string | undefined;
|
|
707
707
|
phone: string;
|
|
708
708
|
} | {
|
|
709
709
|
innDadata?: string | undefined;
|
|
710
710
|
secondaryPhoneNumber?: string | undefined;
|
|
711
|
-
partnerSymbolCode?: string | undefined;
|
|
712
711
|
consentDataProcessing?: string | undefined;
|
|
713
712
|
region: string | undefined;
|
|
714
713
|
partner: string | undefined;
|
|
714
|
+
partnerId: string | undefined;
|
|
715
715
|
typeForm: string | undefined;
|
|
716
716
|
inn: string | undefined;
|
|
717
717
|
phone: string;
|
|
718
718
|
} | {
|
|
719
719
|
innDadata?: string | undefined;
|
|
720
720
|
secondaryPhoneNumber?: string | undefined;
|
|
721
|
-
partnerSymbolCode?: string | undefined;
|
|
722
721
|
consentDataProcessing?: string | undefined;
|
|
723
722
|
region?: undefined;
|
|
724
723
|
partner?: undefined;
|
|
724
|
+
partnerId?: undefined;
|
|
725
725
|
typeForm: string | undefined;
|
|
726
726
|
inn: string | undefined;
|
|
727
727
|
phone: string;
|
|
728
728
|
} | {
|
|
729
729
|
innDadata?: string | undefined;
|
|
730
730
|
secondaryPhoneNumber?: string | undefined;
|
|
731
|
-
partnerSymbolCode?: string | undefined;
|
|
732
731
|
consentDataProcessing?: string | undefined;
|
|
733
732
|
region: string | undefined;
|
|
734
733
|
partner: string | undefined;
|
|
734
|
+
partnerId: string | undefined;
|
|
735
735
|
typeForm: string;
|
|
736
736
|
addressBranch: string | undefined;
|
|
737
737
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -741,10 +741,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
741
741
|
} | {
|
|
742
742
|
innDadata?: string | undefined;
|
|
743
743
|
secondaryPhoneNumber?: string | undefined;
|
|
744
|
-
partnerSymbolCode?: string | undefined;
|
|
745
744
|
consentDataProcessing?: string | undefined;
|
|
746
745
|
region?: undefined;
|
|
747
746
|
partner?: undefined;
|
|
747
|
+
partnerId?: undefined;
|
|
748
748
|
typeForm: string;
|
|
749
749
|
addressBranch: string | undefined;
|
|
750
750
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -754,10 +754,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
754
754
|
} | {
|
|
755
755
|
innDadata?: string | undefined;
|
|
756
756
|
secondaryPhoneNumber?: string | undefined;
|
|
757
|
-
partnerSymbolCode?: string | undefined;
|
|
758
757
|
consentDataProcessing?: string | undefined;
|
|
759
758
|
region: string | undefined;
|
|
760
759
|
partner: string | undefined;
|
|
760
|
+
partnerId: string | undefined;
|
|
761
761
|
typeForm: string | undefined;
|
|
762
762
|
addressBranch: string | undefined;
|
|
763
763
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -767,10 +767,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
767
767
|
} | {
|
|
768
768
|
innDadata?: string | undefined;
|
|
769
769
|
secondaryPhoneNumber?: string | undefined;
|
|
770
|
-
partnerSymbolCode?: string | undefined;
|
|
771
770
|
consentDataProcessing?: string | undefined;
|
|
772
771
|
region?: undefined;
|
|
773
772
|
partner?: undefined;
|
|
773
|
+
partnerId?: undefined;
|
|
774
774
|
typeForm: string | undefined;
|
|
775
775
|
addressBranch: string | undefined;
|
|
776
776
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -780,10 +780,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
780
780
|
} | {
|
|
781
781
|
innDadata?: string | undefined;
|
|
782
782
|
secondaryPhoneNumber: string;
|
|
783
|
-
partnerSymbolCode?: string | undefined;
|
|
784
783
|
consentDataProcessing?: string | undefined;
|
|
785
784
|
region: string | undefined;
|
|
786
785
|
partner: string | undefined;
|
|
786
|
+
partnerId: string | undefined;
|
|
787
787
|
typeForm: string;
|
|
788
788
|
addressBranch: string | undefined;
|
|
789
789
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -793,10 +793,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
793
793
|
} | {
|
|
794
794
|
innDadata?: string | undefined;
|
|
795
795
|
secondaryPhoneNumber: string;
|
|
796
|
-
partnerSymbolCode?: string | undefined;
|
|
797
796
|
consentDataProcessing?: string | undefined;
|
|
798
797
|
region?: undefined;
|
|
799
798
|
partner?: undefined;
|
|
799
|
+
partnerId?: undefined;
|
|
800
800
|
typeForm: string;
|
|
801
801
|
addressBranch: string | undefined;
|
|
802
802
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -806,10 +806,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
806
806
|
} | {
|
|
807
807
|
innDadata?: string | undefined;
|
|
808
808
|
secondaryPhoneNumber: string;
|
|
809
|
-
partnerSymbolCode?: string | undefined;
|
|
810
809
|
consentDataProcessing?: string | undefined;
|
|
811
810
|
region: string | undefined;
|
|
812
811
|
partner: string | undefined;
|
|
812
|
+
partnerId: string | undefined;
|
|
813
813
|
typeForm: string | undefined;
|
|
814
814
|
addressBranch: string | undefined;
|
|
815
815
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -819,10 +819,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
819
819
|
} | {
|
|
820
820
|
innDadata?: string | undefined;
|
|
821
821
|
secondaryPhoneNumber: string;
|
|
822
|
-
partnerSymbolCode?: string | undefined;
|
|
823
822
|
consentDataProcessing?: string | undefined;
|
|
824
823
|
region?: undefined;
|
|
825
824
|
partner?: undefined;
|
|
825
|
+
partnerId?: undefined;
|
|
826
826
|
typeForm: string | undefined;
|
|
827
827
|
addressBranch: string | undefined;
|
|
828
828
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -832,46 +832,46 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
832
832
|
} | {
|
|
833
833
|
innDadata?: string | undefined;
|
|
834
834
|
secondaryPhoneNumber?: string | undefined;
|
|
835
|
-
partnerSymbolCode?: string | undefined;
|
|
836
835
|
consentDataProcessing?: string | undefined;
|
|
837
836
|
region: string | undefined;
|
|
838
837
|
partner: string | undefined;
|
|
838
|
+
partnerId: string | undefined;
|
|
839
839
|
typeForm: string;
|
|
840
840
|
phone?: undefined;
|
|
841
841
|
} | {
|
|
842
842
|
innDadata?: string | undefined;
|
|
843
843
|
secondaryPhoneNumber?: string | undefined;
|
|
844
|
-
partnerSymbolCode?: string | undefined;
|
|
845
844
|
consentDataProcessing?: string | undefined;
|
|
846
845
|
region?: undefined;
|
|
847
846
|
partner?: undefined;
|
|
847
|
+
partnerId?: undefined;
|
|
848
848
|
typeForm: string;
|
|
849
849
|
phone?: undefined;
|
|
850
850
|
} | {
|
|
851
851
|
innDadata?: string | undefined;
|
|
852
852
|
secondaryPhoneNumber?: string | undefined;
|
|
853
|
-
partnerSymbolCode?: string | undefined;
|
|
854
853
|
consentDataProcessing?: string | undefined;
|
|
855
854
|
region: string | undefined;
|
|
856
855
|
partner: string | undefined;
|
|
856
|
+
partnerId: string | undefined;
|
|
857
857
|
typeForm: string | undefined;
|
|
858
858
|
phone?: undefined;
|
|
859
859
|
} | {
|
|
860
860
|
innDadata?: string | undefined;
|
|
861
861
|
secondaryPhoneNumber?: string | undefined;
|
|
862
|
-
partnerSymbolCode?: string | undefined;
|
|
863
862
|
consentDataProcessing?: string | undefined;
|
|
864
863
|
region?: undefined;
|
|
865
864
|
partner?: undefined;
|
|
865
|
+
partnerId?: undefined;
|
|
866
866
|
typeForm: string | undefined;
|
|
867
867
|
phone?: undefined;
|
|
868
868
|
} | {
|
|
869
869
|
innDadata?: string | undefined;
|
|
870
870
|
secondaryPhoneNumber?: string | undefined;
|
|
871
|
-
partnerSymbolCode?: string | undefined;
|
|
872
871
|
consentDataProcessing?: string | undefined;
|
|
873
872
|
region: string | undefined;
|
|
874
873
|
partner: string | undefined;
|
|
874
|
+
partnerId: string | undefined;
|
|
875
875
|
typeForm: string;
|
|
876
876
|
addressBranch: string | undefined;
|
|
877
877
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -880,10 +880,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
880
880
|
} | {
|
|
881
881
|
innDadata?: string | undefined;
|
|
882
882
|
secondaryPhoneNumber?: string | undefined;
|
|
883
|
-
partnerSymbolCode?: string | undefined;
|
|
884
883
|
consentDataProcessing?: string | undefined;
|
|
885
884
|
region?: undefined;
|
|
886
885
|
partner?: undefined;
|
|
886
|
+
partnerId?: undefined;
|
|
887
887
|
typeForm: string;
|
|
888
888
|
addressBranch: string | undefined;
|
|
889
889
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -892,10 +892,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
892
892
|
} | {
|
|
893
893
|
innDadata?: string | undefined;
|
|
894
894
|
secondaryPhoneNumber?: string | undefined;
|
|
895
|
-
partnerSymbolCode?: string | undefined;
|
|
896
895
|
consentDataProcessing?: string | undefined;
|
|
897
896
|
region: string | undefined;
|
|
898
897
|
partner: string | undefined;
|
|
898
|
+
partnerId: string | undefined;
|
|
899
899
|
typeForm: string | undefined;
|
|
900
900
|
addressBranch: string | undefined;
|
|
901
901
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -904,10 +904,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
904
904
|
} | {
|
|
905
905
|
innDadata?: string | undefined;
|
|
906
906
|
secondaryPhoneNumber?: string | undefined;
|
|
907
|
-
partnerSymbolCode?: string | undefined;
|
|
908
907
|
consentDataProcessing?: string | undefined;
|
|
909
908
|
region?: undefined;
|
|
910
909
|
partner?: undefined;
|
|
910
|
+
partnerId?: undefined;
|
|
911
911
|
typeForm: string | undefined;
|
|
912
912
|
addressBranch: string | undefined;
|
|
913
913
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -916,10 +916,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
916
916
|
} | {
|
|
917
917
|
innDadata?: string | undefined;
|
|
918
918
|
secondaryPhoneNumber: string;
|
|
919
|
-
partnerSymbolCode?: string | undefined;
|
|
920
919
|
consentDataProcessing?: string | undefined;
|
|
921
920
|
region: string | undefined;
|
|
922
921
|
partner: string | undefined;
|
|
922
|
+
partnerId: string | undefined;
|
|
923
923
|
typeForm: string;
|
|
924
924
|
addressBranch: string | undefined;
|
|
925
925
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -928,10 +928,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
928
928
|
} | {
|
|
929
929
|
innDadata?: string | undefined;
|
|
930
930
|
secondaryPhoneNumber: string;
|
|
931
|
-
partnerSymbolCode?: string | undefined;
|
|
932
931
|
consentDataProcessing?: string | undefined;
|
|
933
932
|
region?: undefined;
|
|
934
933
|
partner?: undefined;
|
|
934
|
+
partnerId?: undefined;
|
|
935
935
|
typeForm: string;
|
|
936
936
|
addressBranch: string | undefined;
|
|
937
937
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -940,10 +940,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
940
940
|
} | {
|
|
941
941
|
innDadata?: string | undefined;
|
|
942
942
|
secondaryPhoneNumber: string;
|
|
943
|
-
partnerSymbolCode?: string | undefined;
|
|
944
943
|
consentDataProcessing?: string | undefined;
|
|
945
944
|
region: string | undefined;
|
|
946
945
|
partner: string | undefined;
|
|
946
|
+
partnerId: string | undefined;
|
|
947
947
|
typeForm: string | undefined;
|
|
948
948
|
addressBranch: string | undefined;
|
|
949
949
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -952,10 +952,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
952
952
|
} | {
|
|
953
953
|
innDadata?: string | undefined;
|
|
954
954
|
secondaryPhoneNumber: string;
|
|
955
|
-
partnerSymbolCode?: string | undefined;
|
|
956
955
|
consentDataProcessing?: string | undefined;
|
|
957
956
|
region?: undefined;
|
|
958
957
|
partner?: undefined;
|
|
958
|
+
partnerId?: undefined;
|
|
959
959
|
typeForm: string | undefined;
|
|
960
960
|
addressBranch: string | undefined;
|
|
961
961
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -964,50 +964,50 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
964
964
|
} | {
|
|
965
965
|
innDadata?: string | undefined;
|
|
966
966
|
secondaryPhoneNumber?: string | undefined;
|
|
967
|
-
partnerSymbolCode?: string | undefined;
|
|
968
967
|
consentDataProcessing?: string | undefined;
|
|
969
968
|
region: string | undefined;
|
|
970
969
|
partner: string | undefined;
|
|
970
|
+
partnerId: string | undefined;
|
|
971
971
|
typeForm: string;
|
|
972
972
|
inn: string | undefined;
|
|
973
973
|
phone?: undefined;
|
|
974
974
|
} | {
|
|
975
975
|
innDadata?: string | undefined;
|
|
976
976
|
secondaryPhoneNumber?: string | undefined;
|
|
977
|
-
partnerSymbolCode?: string | undefined;
|
|
978
977
|
consentDataProcessing?: string | undefined;
|
|
979
978
|
region?: undefined;
|
|
980
979
|
partner?: undefined;
|
|
980
|
+
partnerId?: undefined;
|
|
981
981
|
typeForm: string;
|
|
982
982
|
inn: string | undefined;
|
|
983
983
|
phone?: undefined;
|
|
984
984
|
} | {
|
|
985
985
|
innDadata?: string | undefined;
|
|
986
986
|
secondaryPhoneNumber?: string | undefined;
|
|
987
|
-
partnerSymbolCode?: string | undefined;
|
|
988
987
|
consentDataProcessing?: string | undefined;
|
|
989
988
|
region: string | undefined;
|
|
990
989
|
partner: string | undefined;
|
|
990
|
+
partnerId: string | undefined;
|
|
991
991
|
typeForm: string | undefined;
|
|
992
992
|
inn: string | undefined;
|
|
993
993
|
phone?: undefined;
|
|
994
994
|
} | {
|
|
995
995
|
innDadata?: string | undefined;
|
|
996
996
|
secondaryPhoneNumber?: string | undefined;
|
|
997
|
-
partnerSymbolCode?: string | undefined;
|
|
998
997
|
consentDataProcessing?: string | undefined;
|
|
999
998
|
region?: undefined;
|
|
1000
999
|
partner?: undefined;
|
|
1000
|
+
partnerId?: undefined;
|
|
1001
1001
|
typeForm: string | undefined;
|
|
1002
1002
|
inn: string | undefined;
|
|
1003
1003
|
phone?: undefined;
|
|
1004
1004
|
} | {
|
|
1005
1005
|
innDadata?: string | undefined;
|
|
1006
1006
|
secondaryPhoneNumber?: string | undefined;
|
|
1007
|
-
partnerSymbolCode?: string | undefined;
|
|
1008
1007
|
consentDataProcessing?: string | undefined;
|
|
1009
1008
|
region: string | undefined;
|
|
1010
1009
|
partner: string | undefined;
|
|
1010
|
+
partnerId: string | undefined;
|
|
1011
1011
|
typeForm: string;
|
|
1012
1012
|
addressBranch: string | undefined;
|
|
1013
1013
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1017,10 +1017,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1017
1017
|
} | {
|
|
1018
1018
|
innDadata?: string | undefined;
|
|
1019
1019
|
secondaryPhoneNumber?: string | undefined;
|
|
1020
|
-
partnerSymbolCode?: string | undefined;
|
|
1021
1020
|
consentDataProcessing?: string | undefined;
|
|
1022
1021
|
region?: undefined;
|
|
1023
1022
|
partner?: undefined;
|
|
1023
|
+
partnerId?: undefined;
|
|
1024
1024
|
typeForm: string;
|
|
1025
1025
|
addressBranch: string | undefined;
|
|
1026
1026
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1030,10 +1030,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1030
1030
|
} | {
|
|
1031
1031
|
innDadata?: string | undefined;
|
|
1032
1032
|
secondaryPhoneNumber?: string | undefined;
|
|
1033
|
-
partnerSymbolCode?: string | undefined;
|
|
1034
1033
|
consentDataProcessing?: string | undefined;
|
|
1035
1034
|
region: string | undefined;
|
|
1036
1035
|
partner: string | undefined;
|
|
1036
|
+
partnerId: string | undefined;
|
|
1037
1037
|
typeForm: string | undefined;
|
|
1038
1038
|
addressBranch: string | undefined;
|
|
1039
1039
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1043,10 +1043,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1043
1043
|
} | {
|
|
1044
1044
|
innDadata?: string | undefined;
|
|
1045
1045
|
secondaryPhoneNumber?: string | undefined;
|
|
1046
|
-
partnerSymbolCode?: string | undefined;
|
|
1047
1046
|
consentDataProcessing?: string | undefined;
|
|
1048
1047
|
region?: undefined;
|
|
1049
1048
|
partner?: undefined;
|
|
1049
|
+
partnerId?: undefined;
|
|
1050
1050
|
typeForm: string | undefined;
|
|
1051
1051
|
addressBranch: string | undefined;
|
|
1052
1052
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1056,10 +1056,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1056
1056
|
} | {
|
|
1057
1057
|
innDadata?: string | undefined;
|
|
1058
1058
|
secondaryPhoneNumber: string;
|
|
1059
|
-
partnerSymbolCode?: string | undefined;
|
|
1060
1059
|
consentDataProcessing?: string | undefined;
|
|
1061
1060
|
region: string | undefined;
|
|
1062
1061
|
partner: string | undefined;
|
|
1062
|
+
partnerId: string | undefined;
|
|
1063
1063
|
typeForm: string;
|
|
1064
1064
|
addressBranch: string | undefined;
|
|
1065
1065
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1069,10 +1069,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1069
1069
|
} | {
|
|
1070
1070
|
innDadata?: string | undefined;
|
|
1071
1071
|
secondaryPhoneNumber: string;
|
|
1072
|
-
partnerSymbolCode?: string | undefined;
|
|
1073
1072
|
consentDataProcessing?: string | undefined;
|
|
1074
1073
|
region?: undefined;
|
|
1075
1074
|
partner?: undefined;
|
|
1075
|
+
partnerId?: undefined;
|
|
1076
1076
|
typeForm: string;
|
|
1077
1077
|
addressBranch: string | undefined;
|
|
1078
1078
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1082,10 +1082,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1082
1082
|
} | {
|
|
1083
1083
|
innDadata?: string | undefined;
|
|
1084
1084
|
secondaryPhoneNumber: string;
|
|
1085
|
-
partnerSymbolCode?: string | undefined;
|
|
1086
1085
|
consentDataProcessing?: string | undefined;
|
|
1087
1086
|
region: string | undefined;
|
|
1088
1087
|
partner: string | undefined;
|
|
1088
|
+
partnerId: string | undefined;
|
|
1089
1089
|
typeForm: string | undefined;
|
|
1090
1090
|
addressBranch: string | undefined;
|
|
1091
1091
|
bankEmpolee: JSONScalar | JSONRecord | null;
|
|
@@ -1095,10 +1095,10 @@ export declare const getSubmitBody: (body: LeadRequest, isNaturalPerson: boolean
|
|
|
1095
1095
|
} | {
|
|
1096
1096
|
innDadata?: string | undefined;
|
|
1097
1097
|
secondaryPhoneNumber: string;
|
|
1098
|
-
partnerSymbolCode?: string | undefined;
|
|
1099
1098
|
consentDataProcessing?: string | undefined;
|
|
1100
1099
|
region?: undefined;
|
|
1101
1100
|
partner?: undefined;
|
|
1101
|
+
partnerId?: undefined;
|
|
1102
1102
|
typeForm: string | undefined;
|
|
1103
1103
|
addressBranch: string | undefined;
|
|
1104
1104
|
bankEmpolee: JSONScalar | JSONRecord | null;
|