@saasquatch/mint-components 2.1.8-0 → 2.1.8-2
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/dist/cjs/{ShadowViewAddon-1d15cdf7.js → ShadowViewAddon-a26deae6.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +54 -395
- package/dist/cjs/sqm-big-stat_45.cjs.entry.js +9 -4
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -1
- package/dist/collection/components/sqm-referral-iframe/ReferralIframe.stories.js +1 -0
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe-view.js +1 -1
- package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +27 -1
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/formDefinitions.js +37 -75
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +13 -688
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +1 -109
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +4 -4
- package/dist/collection/components/tax-and-cash/sqm-payout-details-card/sqm-payout-details-card.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +6 -6
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
- package/dist/esm/{ShadowViewAddon-53b9090b.js → ShadowViewAddon-47f1e579.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +54 -395
- package/dist/esm/sqm-big-stat_45.entry.js +9 -4
- package/dist/esm/sqm-stencilbook.entry.js +2 -1
- package/dist/esm-es5/{ShadowViewAddon-53b9090b.js → ShadowViewAddon-47f1e579.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_45.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-de7bb373.entry.js → p-0614dcbc.entry.js} +1 -1
- package/dist/mint-components/{p-e980472a.js → p-217dedde.js} +1 -1
- package/dist/mint-components/p-5492dd51.system.entry.js +1 -0
- package/dist/mint-components/{p-0e6c90b1.entry.js → p-7ee8f2ed.entry.js} +3 -3
- package/dist/mint-components/{p-e9258d20.system.entry.js → p-bf545082.system.entry.js} +1 -1
- package/dist/mint-components/p-ca098be1.system.js +1 -1
- package/dist/mint-components/{p-807ed3bf.system.js → p-ce050888.system.js} +1 -1
- package/dist/mint-components/p-d4f332a7.entry.js +106 -0
- package/dist/mint-components/{p-54ea8b9b.system.entry.js → p-de343dd0.system.entry.js} +1 -1
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe-view.d.ts +1 -0
- package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +5 -0
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/formDefinitions.d.ts +0 -2
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +0 -4
- package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.d.ts +0 -165
- package/dist/types/components.d.ts +10 -240
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-17b32de7.system.entry.js +0 -1
- package/dist/mint-components/p-7d16ee0e.entry.js +0 -108
|
@@ -21,6 +21,11 @@ export declare class SqmReferralIframe {
|
|
|
21
21
|
* @uiName IFrame width
|
|
22
22
|
*/
|
|
23
23
|
iframeWidth: string;
|
|
24
|
+
/**
|
|
25
|
+
* Override the default parameter name used in the iframe
|
|
26
|
+
* @uiName Referral code parameter name
|
|
27
|
+
*/
|
|
28
|
+
codeParam: string;
|
|
24
29
|
/**
|
|
25
30
|
* @undocumented
|
|
26
31
|
* @uiType object
|
package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ export interface BankingInfoFormViewProps {
|
|
|
28
28
|
inputErrors?: {
|
|
29
29
|
[field: string]: {
|
|
30
30
|
type: "required" | "invalid";
|
|
31
|
-
errorCode?: string;
|
|
32
31
|
};
|
|
33
32
|
};
|
|
34
33
|
};
|
|
@@ -104,9 +103,6 @@ export interface BankingInfoFormViewProps {
|
|
|
104
103
|
generalTitle: string;
|
|
105
104
|
generalDescription: string;
|
|
106
105
|
};
|
|
107
|
-
errorMessages?: {
|
|
108
|
-
[field: string]: string;
|
|
109
|
-
};
|
|
110
106
|
};
|
|
111
107
|
refs: {
|
|
112
108
|
formRef: any;
|
|
@@ -275,149 +275,6 @@ export declare class BankingInfoForm {
|
|
|
275
275
|
* @uiName Information modal button text
|
|
276
276
|
*/
|
|
277
277
|
modalButtonText: string;
|
|
278
|
-
/**
|
|
279
|
-
* Error messages for the beneficiary / account holder name field.
|
|
280
|
-
* Supports error codes: empty, invalidCharacters, numeric, tooLong,
|
|
281
|
-
* nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
|
|
282
|
-
* @uiName Beneficiary account name error
|
|
283
|
-
* @uiWidget textArea
|
|
284
|
-
*/
|
|
285
|
-
beneficiaryAccountNameError: string;
|
|
286
|
-
/**
|
|
287
|
-
* Error messages for the bank account number / IBAN field.
|
|
288
|
-
* Supports error codes: empty, invalidUk, invalid, ibanEmpty,
|
|
289
|
-
* ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
|
|
290
|
-
* @uiName Bank account number / IBAN error
|
|
291
|
-
* @uiWidget textArea
|
|
292
|
-
*/
|
|
293
|
-
bankAccountNumberError: string;
|
|
294
|
-
/**
|
|
295
|
-
* Error messages for the routing code / sort code / BSB field.
|
|
296
|
-
* Supports error codes: invalidBsb, invalidSortCode, empty, invalid
|
|
297
|
-
* @uiName Routing code error
|
|
298
|
-
* @uiWidget textArea
|
|
299
|
-
*/
|
|
300
|
-
routingCodeError: string;
|
|
301
|
-
/**
|
|
302
|
-
* Error messages for the SWIFT / BIC code field.
|
|
303
|
-
* Supports error codes: empty, alphanumeric, invalid
|
|
304
|
-
* @uiName SWIFT code error
|
|
305
|
-
* @uiWidget textArea
|
|
306
|
-
*/
|
|
307
|
-
swiftCodeError: string;
|
|
308
|
-
/**
|
|
309
|
-
* Error messages for the bank account type field.
|
|
310
|
-
* Supports error codes: empty
|
|
311
|
-
* @uiName Bank account type error
|
|
312
|
-
* @uiWidget textArea
|
|
313
|
-
*/
|
|
314
|
-
bankAccountTypeError: string;
|
|
315
|
-
/**
|
|
316
|
-
* Error messages for the bank name field.
|
|
317
|
-
* Supports error codes: empty
|
|
318
|
-
* @uiName Bank name error
|
|
319
|
-
* @uiWidget textArea
|
|
320
|
-
*/
|
|
321
|
-
bankNameError: string;
|
|
322
|
-
/**
|
|
323
|
-
* Error messages for the tax payer ID / classification entity field.
|
|
324
|
-
* Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr,
|
|
325
|
-
* alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
|
|
326
|
-
* @uiName Tax payer ID error
|
|
327
|
-
* @uiWidget textArea
|
|
328
|
-
*/
|
|
329
|
-
taxPayerIdError: string;
|
|
330
|
-
/**
|
|
331
|
-
* Error messages for the patronymic name field.
|
|
332
|
-
* Supports error codes: empty, alphanumeric
|
|
333
|
-
* @uiName Patronymic name error
|
|
334
|
-
* @uiWidget textArea
|
|
335
|
-
*/
|
|
336
|
-
patronymicNameError: string;
|
|
337
|
-
/**
|
|
338
|
-
* Error messages for the VO code field.
|
|
339
|
-
* Supports error codes: empty, alphanumeric
|
|
340
|
-
* @uiName VO code error
|
|
341
|
-
* @uiWidget textArea
|
|
342
|
-
*/
|
|
343
|
-
voCodeError: string;
|
|
344
|
-
/**
|
|
345
|
-
* Error messages for the agency code field.
|
|
346
|
-
* Supports error codes: empty, alphanumeric, tooShort
|
|
347
|
-
* @uiName Agency code error
|
|
348
|
-
* @uiWidget textArea
|
|
349
|
-
*/
|
|
350
|
-
agencyCodeError: string;
|
|
351
|
-
/**
|
|
352
|
-
* Error messages for the bank address field.
|
|
353
|
-
* Supports error codes: empty
|
|
354
|
-
* @uiName Bank address error
|
|
355
|
-
* @uiWidget textArea
|
|
356
|
-
*/
|
|
357
|
-
bankAddressError: string;
|
|
358
|
-
/**
|
|
359
|
-
* Error messages for the bank city field.
|
|
360
|
-
* Supports error codes: empty
|
|
361
|
-
* @uiName Bank city error
|
|
362
|
-
* @uiWidget textArea
|
|
363
|
-
*/
|
|
364
|
-
bankCityError: string;
|
|
365
|
-
/**
|
|
366
|
-
* Error messages for the bank province/state field.
|
|
367
|
-
* Supports error codes: empty
|
|
368
|
-
* @uiName Bank province/state error
|
|
369
|
-
* @uiWidget textArea
|
|
370
|
-
*/
|
|
371
|
-
bankStateError: string;
|
|
372
|
-
/**
|
|
373
|
-
* Error messages for the bank postal code field.
|
|
374
|
-
* Supports error codes: empty
|
|
375
|
-
* @uiName Bank postal code error
|
|
376
|
-
* @uiWidget textArea
|
|
377
|
-
*/
|
|
378
|
-
bankPostalCodeError: string;
|
|
379
|
-
/**
|
|
380
|
-
* Error messages for the branch code field.
|
|
381
|
-
* Supports error codes: invalid
|
|
382
|
-
* @uiName Branch code error
|
|
383
|
-
* @uiWidget textArea
|
|
384
|
-
*/
|
|
385
|
-
branchCodeError: string;
|
|
386
|
-
/**
|
|
387
|
-
* Error messages for the branch name field.
|
|
388
|
-
* Supports error codes: empty
|
|
389
|
-
* @uiName Branch name error
|
|
390
|
-
* @uiWidget textArea
|
|
391
|
-
*/
|
|
392
|
-
branchNameError: string;
|
|
393
|
-
/**
|
|
394
|
-
* Error messages for the classification code field.
|
|
395
|
-
* Supports error codes: empty, invalidKzt
|
|
396
|
-
* @uiName Classification code error
|
|
397
|
-
* @uiWidget textArea
|
|
398
|
-
*/
|
|
399
|
-
classificationCodeError: string;
|
|
400
|
-
/**
|
|
401
|
-
* Error messages for the PayPal email field.
|
|
402
|
-
* Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
|
|
403
|
-
* @uiName PayPal email error
|
|
404
|
-
* @uiWidget textArea
|
|
405
|
-
*/
|
|
406
|
-
paypalEmailError: string;
|
|
407
|
-
/**
|
|
408
|
-
* Error messages for the payment threshold field.
|
|
409
|
-
* Supports error codes: empty, invalid
|
|
410
|
-
* @uiName Payment threshold error
|
|
411
|
-
* @uiWidget textArea
|
|
412
|
-
*/
|
|
413
|
-
paymentThresholdError: string;
|
|
414
|
-
/**
|
|
415
|
-
* Error messages for the payment day field.
|
|
416
|
-
* Supports error codes: empty, invalid
|
|
417
|
-
* @uiName Payment day error
|
|
418
|
-
* @uiWidget textArea
|
|
419
|
-
*/
|
|
420
|
-
paymentDayError: string;
|
|
421
278
|
/**
|
|
422
279
|
* @undocumented
|
|
423
280
|
* @uiType object
|
|
@@ -432,28 +289,6 @@ export declare class BankingInfoForm {
|
|
|
432
289
|
loadingErrorAlertDescription: string;
|
|
433
290
|
loadingErrorAlertHeader: string;
|
|
434
291
|
};
|
|
435
|
-
errorMessages: {
|
|
436
|
-
beneficiaryAccountName: string;
|
|
437
|
-
bankAccountNumber: string;
|
|
438
|
-
routingCode: string;
|
|
439
|
-
swiftCode: string;
|
|
440
|
-
bankAccountType: string;
|
|
441
|
-
bankName: string;
|
|
442
|
-
taxPayerId: string;
|
|
443
|
-
patronymicName: string;
|
|
444
|
-
voCode: string;
|
|
445
|
-
agencyCode: string;
|
|
446
|
-
bankAddress: string;
|
|
447
|
-
bankCity: string;
|
|
448
|
-
bankState: string;
|
|
449
|
-
bankPostalCode: string;
|
|
450
|
-
branchCode: string;
|
|
451
|
-
branchName: string;
|
|
452
|
-
beneficiaryClassification: string;
|
|
453
|
-
paypalEmailAddress: string;
|
|
454
|
-
paymentThreshold: string;
|
|
455
|
-
paymentDay: string;
|
|
456
|
-
};
|
|
457
292
|
};
|
|
458
293
|
render(): any;
|
|
459
294
|
}
|
|
@@ -64,12 +64,6 @@ export namespace Components {
|
|
|
64
64
|
"renderLabel": (idx: any) => Promise<any>;
|
|
65
65
|
}
|
|
66
66
|
interface SqmBankingInfoForm {
|
|
67
|
-
/**
|
|
68
|
-
* Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
|
|
69
|
-
* @uiName Agency code error
|
|
70
|
-
* @uiWidget textArea
|
|
71
|
-
*/
|
|
72
|
-
"agencyCodeError": string;
|
|
73
67
|
/**
|
|
74
68
|
* @uiName Agency code field label
|
|
75
69
|
*/
|
|
@@ -79,42 +73,18 @@ export namespace Components {
|
|
|
79
73
|
* @uiName Back button label
|
|
80
74
|
*/
|
|
81
75
|
"backButton": string;
|
|
82
|
-
/**
|
|
83
|
-
* Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
|
|
84
|
-
* @uiName Bank account number / IBAN error
|
|
85
|
-
* @uiWidget textArea
|
|
86
|
-
*/
|
|
87
|
-
"bankAccountNumberError": string;
|
|
88
76
|
/**
|
|
89
77
|
* @uiName Bank account number field label
|
|
90
78
|
*/
|
|
91
79
|
"bankAccountNumberLabel": string;
|
|
92
|
-
/**
|
|
93
|
-
* Error messages for the bank account type field. Supports error codes: empty
|
|
94
|
-
* @uiName Bank account type error
|
|
95
|
-
* @uiWidget textArea
|
|
96
|
-
*/
|
|
97
|
-
"bankAccountTypeError": string;
|
|
98
80
|
/**
|
|
99
81
|
* @uiName Bank account type field label
|
|
100
82
|
*/
|
|
101
83
|
"bankAccountTypeLabel": string;
|
|
102
|
-
/**
|
|
103
|
-
* Error messages for the bank address field. Supports error codes: empty
|
|
104
|
-
* @uiName Bank address error
|
|
105
|
-
* @uiWidget textArea
|
|
106
|
-
*/
|
|
107
|
-
"bankAddressError": string;
|
|
108
84
|
/**
|
|
109
85
|
* @uiName Bank address field label
|
|
110
86
|
*/
|
|
111
87
|
"bankAddressLabel": string;
|
|
112
|
-
/**
|
|
113
|
-
* Error messages for the bank city field. Supports error codes: empty
|
|
114
|
-
* @uiName Bank city error
|
|
115
|
-
* @uiWidget textArea
|
|
116
|
-
*/
|
|
117
|
-
"bankCityError": string;
|
|
118
88
|
/**
|
|
119
89
|
* @uiName Bank city field label
|
|
120
90
|
*/
|
|
@@ -123,32 +93,14 @@ export namespace Components {
|
|
|
123
93
|
* @uiName Bank country field label
|
|
124
94
|
*/
|
|
125
95
|
"bankLocationLabel": string;
|
|
126
|
-
/**
|
|
127
|
-
* Error messages for the bank name field. Supports error codes: empty
|
|
128
|
-
* @uiName Bank name error
|
|
129
|
-
* @uiWidget textArea
|
|
130
|
-
*/
|
|
131
|
-
"bankNameError": string;
|
|
132
96
|
/**
|
|
133
97
|
* @uiName Bank name field label
|
|
134
98
|
*/
|
|
135
99
|
"bankNameLabel": string;
|
|
136
|
-
/**
|
|
137
|
-
* Error messages for the bank postal code field. Supports error codes: empty
|
|
138
|
-
* @uiName Bank postal code error
|
|
139
|
-
* @uiWidget textArea
|
|
140
|
-
*/
|
|
141
|
-
"bankPostalCodeError": string;
|
|
142
100
|
/**
|
|
143
101
|
* @uiName Bank postal code field label
|
|
144
102
|
*/
|
|
145
103
|
"bankPostalCodeLabel": string;
|
|
146
|
-
/**
|
|
147
|
-
* Error messages for the bank province/state field. Supports error codes: empty
|
|
148
|
-
* @uiName Bank province/state error
|
|
149
|
-
* @uiWidget textArea
|
|
150
|
-
*/
|
|
151
|
-
"bankStateError": string;
|
|
152
104
|
/**
|
|
153
105
|
* @uiName Bank province/state field label
|
|
154
106
|
*/
|
|
@@ -157,32 +109,14 @@ export namespace Components {
|
|
|
157
109
|
* @uiName Beneficiary account field description
|
|
158
110
|
*/
|
|
159
111
|
"beneficiaryAccountNameDescription": string;
|
|
160
|
-
/**
|
|
161
|
-
* Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
|
|
162
|
-
* @uiName Beneficiary account name error
|
|
163
|
-
* @uiWidget textArea
|
|
164
|
-
*/
|
|
165
|
-
"beneficiaryAccountNameError": string;
|
|
166
112
|
/**
|
|
167
113
|
* @uiName Beneficiary account field label
|
|
168
114
|
*/
|
|
169
115
|
"beneficiaryAccountNameLabel": string;
|
|
170
|
-
/**
|
|
171
|
-
* Error messages for the branch code field. Supports error codes: invalid
|
|
172
|
-
* @uiName Branch code error
|
|
173
|
-
* @uiWidget textArea
|
|
174
|
-
*/
|
|
175
|
-
"branchCodeError": string;
|
|
176
116
|
/**
|
|
177
117
|
* @uiName Branch code field label
|
|
178
118
|
*/
|
|
179
119
|
"branchCodeLabel": string;
|
|
180
|
-
/**
|
|
181
|
-
* Error messages for the branch name field. Supports error codes: empty
|
|
182
|
-
* @uiName Branch name error
|
|
183
|
-
* @uiWidget textArea
|
|
184
|
-
*/
|
|
185
|
-
"branchNameError": string;
|
|
186
120
|
/**
|
|
187
121
|
* One of three options listed for the classification field
|
|
188
122
|
* @uiName Business classification option
|
|
@@ -196,12 +130,6 @@ export namespace Components {
|
|
|
196
130
|
* @uiName Classification CPF field label
|
|
197
131
|
*/
|
|
198
132
|
"classificationCPFLabel": string;
|
|
199
|
-
/**
|
|
200
|
-
* Error messages for the classification code field. Supports error codes: empty, invalidKzt
|
|
201
|
-
* @uiName Classification code error
|
|
202
|
-
* @uiWidget textArea
|
|
203
|
-
*/
|
|
204
|
-
"classificationCodeError": string;
|
|
205
133
|
/**
|
|
206
134
|
* @uiName Classification entity field label
|
|
207
135
|
*/
|
|
@@ -309,12 +237,6 @@ export namespace Components {
|
|
|
309
237
|
* @uiName Information modal title
|
|
310
238
|
*/
|
|
311
239
|
"modalTitle": string;
|
|
312
|
-
/**
|
|
313
|
-
* Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
|
|
314
|
-
* @uiName Patronymic name error
|
|
315
|
-
* @uiWidget textArea
|
|
316
|
-
*/
|
|
317
|
-
"patronymicNameError": string;
|
|
318
240
|
/**
|
|
319
241
|
* @uiName Patronymic name field label
|
|
320
242
|
*/
|
|
@@ -324,12 +246,6 @@ export namespace Components {
|
|
|
324
246
|
* @uiName PayPal email field label
|
|
325
247
|
*/
|
|
326
248
|
"payPalInputLabel": string;
|
|
327
|
-
/**
|
|
328
|
-
* Error messages for the payment day field. Supports error codes: empty, invalid
|
|
329
|
-
* @uiName Payment day error
|
|
330
|
-
* @uiWidget textArea
|
|
331
|
-
*/
|
|
332
|
-
"paymentDayError": string;
|
|
333
249
|
/**
|
|
334
250
|
* Label text for the payment day select option for the fifteenth of the month
|
|
335
251
|
* @uiName Fifteenth of month payday option
|
|
@@ -365,29 +281,11 @@ export namespace Components {
|
|
|
365
281
|
* @uiName Fixed day payment schedule option
|
|
366
282
|
*/
|
|
367
283
|
"paymentScheduleFixedDay": string;
|
|
368
|
-
/**
|
|
369
|
-
* Error messages for the payment threshold field. Supports error codes: empty, invalid
|
|
370
|
-
* @uiName Payment threshold error
|
|
371
|
-
* @uiWidget textArea
|
|
372
|
-
*/
|
|
373
|
-
"paymentThresholdError": string;
|
|
374
284
|
/**
|
|
375
285
|
* Participant use this field to select the balance at which they want to be paid
|
|
376
286
|
* @uiName Payment threshold field label
|
|
377
287
|
*/
|
|
378
288
|
"paymentThresholdSelectLabel": string;
|
|
379
|
-
/**
|
|
380
|
-
* Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
|
|
381
|
-
* @uiName PayPal email error
|
|
382
|
-
* @uiWidget textArea
|
|
383
|
-
*/
|
|
384
|
-
"paypalEmailError": string;
|
|
385
|
-
/**
|
|
386
|
-
* Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
|
|
387
|
-
* @uiName Routing code error
|
|
388
|
-
* @uiWidget textArea
|
|
389
|
-
*/
|
|
390
|
-
"routingCodeError": string;
|
|
391
289
|
/**
|
|
392
290
|
* @uiName Routing code field label
|
|
393
291
|
*/
|
|
@@ -405,12 +303,6 @@ export namespace Components {
|
|
|
405
303
|
* @uiName Support link text
|
|
406
304
|
*/
|
|
407
305
|
"supportLink": string;
|
|
408
|
-
/**
|
|
409
|
-
* Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
|
|
410
|
-
* @uiName SWIFT code error
|
|
411
|
-
* @uiWidget textArea
|
|
412
|
-
*/
|
|
413
|
-
"swiftCodeError": string;
|
|
414
306
|
/**
|
|
415
307
|
* @uiName SWIFT code field label
|
|
416
308
|
*/
|
|
@@ -424,12 +316,6 @@ export namespace Components {
|
|
|
424
316
|
* @uiName Page description
|
|
425
317
|
*/
|
|
426
318
|
"taxAndPayoutsDescription": string;
|
|
427
|
-
/**
|
|
428
|
-
* Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
|
|
429
|
-
* @uiName Tax payer ID error
|
|
430
|
-
* @uiWidget textArea
|
|
431
|
-
*/
|
|
432
|
-
"taxPayerIdError": string;
|
|
433
319
|
/**
|
|
434
320
|
* @uiName Taxpayer ID field label
|
|
435
321
|
*/
|
|
@@ -447,12 +333,6 @@ export namespace Components {
|
|
|
447
333
|
* @uiName Verify email header
|
|
448
334
|
*/
|
|
449
335
|
"verifyEmailHeaderText": string;
|
|
450
|
-
/**
|
|
451
|
-
* Error messages for the VO code field. Supports error codes: empty, alphanumeric
|
|
452
|
-
* @uiName VO code error
|
|
453
|
-
* @uiWidget textArea
|
|
454
|
-
*/
|
|
455
|
-
"voCodeError": string;
|
|
456
336
|
/**
|
|
457
337
|
* @uiName VO code field label
|
|
458
338
|
*/
|
|
@@ -3999,6 +3879,11 @@ export namespace Components {
|
|
|
3999
3879
|
"titleText"?: string;
|
|
4000
3880
|
}
|
|
4001
3881
|
interface SqmReferralIframe {
|
|
3882
|
+
/**
|
|
3883
|
+
* Override the default parameter name used in the iframe
|
|
3884
|
+
* @uiName Referral code parameter name
|
|
3885
|
+
*/
|
|
3886
|
+
"codeParam": string;
|
|
4002
3887
|
/**
|
|
4003
3888
|
* @undocumented
|
|
4004
3889
|
* @uiType object
|
|
@@ -8106,12 +7991,6 @@ declare namespace LocalJSX {
|
|
|
8106
7991
|
interface RaisinsPlopTarget {
|
|
8107
7992
|
}
|
|
8108
7993
|
interface SqmBankingInfoForm {
|
|
8109
|
-
/**
|
|
8110
|
-
* Error messages for the agency code field. Supports error codes: empty, alphanumeric, tooShort
|
|
8111
|
-
* @uiName Agency code error
|
|
8112
|
-
* @uiWidget textArea
|
|
8113
|
-
*/
|
|
8114
|
-
"agencyCodeError"?: string;
|
|
8115
7994
|
/**
|
|
8116
7995
|
* @uiName Agency code field label
|
|
8117
7996
|
*/
|
|
@@ -8121,42 +8000,18 @@ declare namespace LocalJSX {
|
|
|
8121
8000
|
* @uiName Back button label
|
|
8122
8001
|
*/
|
|
8123
8002
|
"backButton"?: string;
|
|
8124
|
-
/**
|
|
8125
|
-
* Error messages for the bank account number / IBAN field. Supports error codes: empty, invalidUk, invalid, ibanEmpty, ibanAlphanumeric, ibanInvalid, ibanCountryMismatch
|
|
8126
|
-
* @uiName Bank account number / IBAN error
|
|
8127
|
-
* @uiWidget textArea
|
|
8128
|
-
*/
|
|
8129
|
-
"bankAccountNumberError"?: string;
|
|
8130
8003
|
/**
|
|
8131
8004
|
* @uiName Bank account number field label
|
|
8132
8005
|
*/
|
|
8133
8006
|
"bankAccountNumberLabel"?: string;
|
|
8134
|
-
/**
|
|
8135
|
-
* Error messages for the bank account type field. Supports error codes: empty
|
|
8136
|
-
* @uiName Bank account type error
|
|
8137
|
-
* @uiWidget textArea
|
|
8138
|
-
*/
|
|
8139
|
-
"bankAccountTypeError"?: string;
|
|
8140
8007
|
/**
|
|
8141
8008
|
* @uiName Bank account type field label
|
|
8142
8009
|
*/
|
|
8143
8010
|
"bankAccountTypeLabel"?: string;
|
|
8144
|
-
/**
|
|
8145
|
-
* Error messages for the bank address field. Supports error codes: empty
|
|
8146
|
-
* @uiName Bank address error
|
|
8147
|
-
* @uiWidget textArea
|
|
8148
|
-
*/
|
|
8149
|
-
"bankAddressError"?: string;
|
|
8150
8011
|
/**
|
|
8151
8012
|
* @uiName Bank address field label
|
|
8152
8013
|
*/
|
|
8153
8014
|
"bankAddressLabel"?: string;
|
|
8154
|
-
/**
|
|
8155
|
-
* Error messages for the bank city field. Supports error codes: empty
|
|
8156
|
-
* @uiName Bank city error
|
|
8157
|
-
* @uiWidget textArea
|
|
8158
|
-
*/
|
|
8159
|
-
"bankCityError"?: string;
|
|
8160
8015
|
/**
|
|
8161
8016
|
* @uiName Bank city field label
|
|
8162
8017
|
*/
|
|
@@ -8165,32 +8020,14 @@ declare namespace LocalJSX {
|
|
|
8165
8020
|
* @uiName Bank country field label
|
|
8166
8021
|
*/
|
|
8167
8022
|
"bankLocationLabel"?: string;
|
|
8168
|
-
/**
|
|
8169
|
-
* Error messages for the bank name field. Supports error codes: empty
|
|
8170
|
-
* @uiName Bank name error
|
|
8171
|
-
* @uiWidget textArea
|
|
8172
|
-
*/
|
|
8173
|
-
"bankNameError"?: string;
|
|
8174
8023
|
/**
|
|
8175
8024
|
* @uiName Bank name field label
|
|
8176
8025
|
*/
|
|
8177
8026
|
"bankNameLabel"?: string;
|
|
8178
|
-
/**
|
|
8179
|
-
* Error messages for the bank postal code field. Supports error codes: empty
|
|
8180
|
-
* @uiName Bank postal code error
|
|
8181
|
-
* @uiWidget textArea
|
|
8182
|
-
*/
|
|
8183
|
-
"bankPostalCodeError"?: string;
|
|
8184
8027
|
/**
|
|
8185
8028
|
* @uiName Bank postal code field label
|
|
8186
8029
|
*/
|
|
8187
8030
|
"bankPostalCodeLabel"?: string;
|
|
8188
|
-
/**
|
|
8189
|
-
* Error messages for the bank province/state field. Supports error codes: empty
|
|
8190
|
-
* @uiName Bank province/state error
|
|
8191
|
-
* @uiWidget textArea
|
|
8192
|
-
*/
|
|
8193
|
-
"bankStateError"?: string;
|
|
8194
8031
|
/**
|
|
8195
8032
|
* @uiName Bank province/state field label
|
|
8196
8033
|
*/
|
|
@@ -8199,32 +8036,14 @@ declare namespace LocalJSX {
|
|
|
8199
8036
|
* @uiName Beneficiary account field description
|
|
8200
8037
|
*/
|
|
8201
8038
|
"beneficiaryAccountNameDescription"?: string;
|
|
8202
|
-
/**
|
|
8203
|
-
* Error messages for the beneficiary / account holder name field. Supports error codes: empty, invalidCharacters, numeric, tooLong, nonEnglish, businessNameMismatch, nameMismatch, businessPayeeMismatch, payeeMismatch
|
|
8204
|
-
* @uiName Beneficiary account name error
|
|
8205
|
-
* @uiWidget textArea
|
|
8206
|
-
*/
|
|
8207
|
-
"beneficiaryAccountNameError"?: string;
|
|
8208
8039
|
/**
|
|
8209
8040
|
* @uiName Beneficiary account field label
|
|
8210
8041
|
*/
|
|
8211
8042
|
"beneficiaryAccountNameLabel"?: string;
|
|
8212
|
-
/**
|
|
8213
|
-
* Error messages for the branch code field. Supports error codes: invalid
|
|
8214
|
-
* @uiName Branch code error
|
|
8215
|
-
* @uiWidget textArea
|
|
8216
|
-
*/
|
|
8217
|
-
"branchCodeError"?: string;
|
|
8218
8043
|
/**
|
|
8219
8044
|
* @uiName Branch code field label
|
|
8220
8045
|
*/
|
|
8221
8046
|
"branchCodeLabel"?: string;
|
|
8222
|
-
/**
|
|
8223
|
-
* Error messages for the branch name field. Supports error codes: empty
|
|
8224
|
-
* @uiName Branch name error
|
|
8225
|
-
* @uiWidget textArea
|
|
8226
|
-
*/
|
|
8227
|
-
"branchNameError"?: string;
|
|
8228
8047
|
/**
|
|
8229
8048
|
* One of three options listed for the classification field
|
|
8230
8049
|
* @uiName Business classification option
|
|
@@ -8238,12 +8057,6 @@ declare namespace LocalJSX {
|
|
|
8238
8057
|
* @uiName Classification CPF field label
|
|
8239
8058
|
*/
|
|
8240
8059
|
"classificationCPFLabel"?: string;
|
|
8241
|
-
/**
|
|
8242
|
-
* Error messages for the classification code field. Supports error codes: empty, invalidKzt
|
|
8243
|
-
* @uiName Classification code error
|
|
8244
|
-
* @uiWidget textArea
|
|
8245
|
-
*/
|
|
8246
|
-
"classificationCodeError"?: string;
|
|
8247
8060
|
/**
|
|
8248
8061
|
* @uiName Classification entity field label
|
|
8249
8062
|
*/
|
|
@@ -8351,12 +8164,6 @@ declare namespace LocalJSX {
|
|
|
8351
8164
|
* @uiName Information modal title
|
|
8352
8165
|
*/
|
|
8353
8166
|
"modalTitle"?: string;
|
|
8354
|
-
/**
|
|
8355
|
-
* Error messages for the patronymic name field. Supports error codes: empty, alphanumeric
|
|
8356
|
-
* @uiName Patronymic name error
|
|
8357
|
-
* @uiWidget textArea
|
|
8358
|
-
*/
|
|
8359
|
-
"patronymicNameError"?: string;
|
|
8360
8167
|
/**
|
|
8361
8168
|
* @uiName Patronymic name field label
|
|
8362
8169
|
*/
|
|
@@ -8366,12 +8173,6 @@ declare namespace LocalJSX {
|
|
|
8366
8173
|
* @uiName PayPal email field label
|
|
8367
8174
|
*/
|
|
8368
8175
|
"payPalInputLabel"?: string;
|
|
8369
|
-
/**
|
|
8370
|
-
* Error messages for the payment day field. Supports error codes: empty, invalid
|
|
8371
|
-
* @uiName Payment day error
|
|
8372
|
-
* @uiWidget textArea
|
|
8373
|
-
*/
|
|
8374
|
-
"paymentDayError"?: string;
|
|
8375
8176
|
/**
|
|
8376
8177
|
* Label text for the payment day select option for the fifteenth of the month
|
|
8377
8178
|
* @uiName Fifteenth of month payday option
|
|
@@ -8407,29 +8208,11 @@ declare namespace LocalJSX {
|
|
|
8407
8208
|
* @uiName Fixed day payment schedule option
|
|
8408
8209
|
*/
|
|
8409
8210
|
"paymentScheduleFixedDay"?: string;
|
|
8410
|
-
/**
|
|
8411
|
-
* Error messages for the payment threshold field. Supports error codes: empty, invalid
|
|
8412
|
-
* @uiName Payment threshold error
|
|
8413
|
-
* @uiWidget textArea
|
|
8414
|
-
*/
|
|
8415
|
-
"paymentThresholdError"?: string;
|
|
8416
8211
|
/**
|
|
8417
8212
|
* Participant use this field to select the balance at which they want to be paid
|
|
8418
8213
|
* @uiName Payment threshold field label
|
|
8419
8214
|
*/
|
|
8420
8215
|
"paymentThresholdSelectLabel"?: string;
|
|
8421
|
-
/**
|
|
8422
|
-
* Error messages for the PayPal email field. Supports error codes: empty, unsupportedCurrency, invalidEmail, verificationIncomplete
|
|
8423
|
-
* @uiName PayPal email error
|
|
8424
|
-
* @uiWidget textArea
|
|
8425
|
-
*/
|
|
8426
|
-
"paypalEmailError"?: string;
|
|
8427
|
-
/**
|
|
8428
|
-
* Error messages for the routing code / sort code / BSB field. Supports error codes: invalidBsb, invalidSortCode, empty, invalid
|
|
8429
|
-
* @uiName Routing code error
|
|
8430
|
-
* @uiWidget textArea
|
|
8431
|
-
*/
|
|
8432
|
-
"routingCodeError"?: string;
|
|
8433
8216
|
/**
|
|
8434
8217
|
* @uiName Routing code field label
|
|
8435
8218
|
*/
|
|
@@ -8447,12 +8230,6 @@ declare namespace LocalJSX {
|
|
|
8447
8230
|
* @uiName Support link text
|
|
8448
8231
|
*/
|
|
8449
8232
|
"supportLink"?: string;
|
|
8450
|
-
/**
|
|
8451
|
-
* Error messages for the SWIFT / BIC code field. Supports error codes: empty, alphanumeric, invalid
|
|
8452
|
-
* @uiName SWIFT code error
|
|
8453
|
-
* @uiWidget textArea
|
|
8454
|
-
*/
|
|
8455
|
-
"swiftCodeError"?: string;
|
|
8456
8233
|
/**
|
|
8457
8234
|
* @uiName SWIFT code field label
|
|
8458
8235
|
*/
|
|
@@ -8466,12 +8243,6 @@ declare namespace LocalJSX {
|
|
|
8466
8243
|
* @uiName Page description
|
|
8467
8244
|
*/
|
|
8468
8245
|
"taxAndPayoutsDescription"?: string;
|
|
8469
|
-
/**
|
|
8470
|
-
* Error messages for the tax payer ID / classification entity field. Supports error codes: empty, emptyAr, emptyKr, alphanumeric, alphanumericAr, alphanumericKr, invalid, invalidAr, invalidKr, invalidKzt, cnpjTooShort, cpfTooShort
|
|
8471
|
-
* @uiName Tax payer ID error
|
|
8472
|
-
* @uiWidget textArea
|
|
8473
|
-
*/
|
|
8474
|
-
"taxPayerIdError"?: string;
|
|
8475
8246
|
/**
|
|
8476
8247
|
* @uiName Taxpayer ID field label
|
|
8477
8248
|
*/
|
|
@@ -8489,12 +8260,6 @@ declare namespace LocalJSX {
|
|
|
8489
8260
|
* @uiName Verify email header
|
|
8490
8261
|
*/
|
|
8491
8262
|
"verifyEmailHeaderText"?: string;
|
|
8492
|
-
/**
|
|
8493
|
-
* Error messages for the VO code field. Supports error codes: empty, alphanumeric
|
|
8494
|
-
* @uiName VO code error
|
|
8495
|
-
* @uiWidget textArea
|
|
8496
|
-
*/
|
|
8497
|
-
"voCodeError"?: string;
|
|
8498
8263
|
/**
|
|
8499
8264
|
* @uiName VO code field label
|
|
8500
8265
|
*/
|
|
@@ -12036,6 +11801,11 @@ declare namespace LocalJSX {
|
|
|
12036
11801
|
"titleText"?: string;
|
|
12037
11802
|
}
|
|
12038
11803
|
interface SqmReferralIframe {
|
|
11804
|
+
/**
|
|
11805
|
+
* Override the default parameter name used in the iframe
|
|
11806
|
+
* @uiName Referral code parameter name
|
|
11807
|
+
*/
|
|
11808
|
+
"codeParam"?: string;
|
|
12039
11809
|
/**
|
|
12040
11810
|
* @undocumented
|
|
12041
11811
|
* @uiType object
|