@forwardslashns/taskit-validation-messages 1.9.2 → 1.9.4
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/validation/features/client-current-entity-statuses.validation-messages.d.ts +5 -5
- package/dist/validation/features/client-current-entity-statuses.validation-messages.js +5 -5
- package/dist/validation/features/client-records-addresses.validation-messages.d.ts +5 -5
- package/dist/validation/features/client-records-addresses.validation-messages.js +5 -5
- package/dist/validation/features/client-records-banks.validation-messages.d.ts +23 -0
- package/dist/validation/features/client-records-banks.validation-messages.d.ts.map +1 -0
- package/dist/validation/features/client-records-banks.validation-messages.js +25 -0
- package/dist/validation/features/client-records-commission-details.validation-messages.d.ts +3 -3
- package/dist/validation/features/client-records-commission-details.validation-messages.js +3 -3
- package/dist/validation/features/client-records-contacts.validation-messages.d.ts +2 -2
- package/dist/validation/features/client-records-contacts.validation-messages.js +2 -2
- package/dist/validation/features/{client-records-banks-and-credit-cards.validation-messages.d.ts → client-records-credit-cards.validation-messages.d.ts} +9 -13
- package/dist/validation/features/client-records-credit-cards.validation-messages.d.ts.map +1 -0
- package/dist/validation/features/{client-records-banks-and-credit-cards.validation-messages.js → client-records-credit-cards.validation-messages.js} +9 -13
- package/dist/validation/features/client-records-entity-states-histories.validation-messages.d.ts +4 -4
- package/dist/validation/features/client-records-entity-states-histories.validation-messages.js +4 -4
- package/dist/validation/features/client-records-entity-types-histories.validation-messages.d.ts +2 -2
- package/dist/validation/features/client-records-entity-types-histories.validation-messages.js +2 -2
- package/dist/validation/features/client-records-filing-types-histories.validation-messages.d.ts +4 -4
- package/dist/validation/features/client-records-filing-types-histories.validation-messages.js +4 -4
- package/dist/validation/features/client-records-outside-providers.validation-messages.d.ts +2 -2
- package/dist/validation/features/client-records-outside-providers.validation-messages.js +2 -2
- package/dist/validation/features/client-relationships-common.validation-messages.d.ts +2 -2
- package/dist/validation/features/client-relationships-common.validation-messages.js +2 -2
- package/dist/validation/features/template-assignments.validation-messages.d.ts +4 -4
- package/dist/validation/features/template-assignments.validation-messages.js +4 -4
- package/dist/validation/features/templates.validation-messages.d.ts +8 -8
- package/dist/validation/features/templates.validation-messages.js +8 -8
- package/dist/validation/validation-messages.d.ts +61 -43
- package/dist/validation/validation-messages.d.ts.map +1 -1
- package/dist/validation/validation-messages.js +4 -2
- package/package.json +1 -1
- package/src/validation/features/client-current-entity-statuses.validation-messages.ts +5 -5
- package/src/validation/features/client-records-addresses.validation-messages.ts +5 -5
- package/src/validation/features/client-records-banks.validation-messages.ts +24 -0
- package/src/validation/features/client-records-commission-details.validation-messages.ts +3 -3
- package/src/validation/features/client-records-contacts.validation-messages.ts +2 -2
- package/src/validation/features/{client-records-banks-and-credit-cards.validation-messages.ts → client-records-credit-cards.validation-messages.ts} +8 -12
- package/src/validation/features/client-records-entity-states-histories.validation-messages.ts +4 -4
- package/src/validation/features/client-records-entity-types-histories.validation-messages.ts +2 -2
- package/src/validation/features/client-records-filing-types-histories.validation-messages.ts +4 -4
- package/src/validation/features/client-records-outside-providers.validation-messages.ts +2 -2
- package/src/validation/features/client-relationships-common.validation-messages.ts +2 -2
- package/src/validation/features/template-assignments.validation-messages.ts +4 -4
- package/src/validation/features/templates.validation-messages.ts +8 -8
- package/src/validation/validation-messages.ts +4 -2
- package/dist/validation/features/client-records-banks-and-credit-cards.validation-messages.d.ts.map +0 -1
|
@@ -10,27 +10,27 @@ export declare const TEMPLATES: {
|
|
|
10
10
|
};
|
|
11
11
|
readonly TYPE_REQUIRED: {
|
|
12
12
|
readonly message: "Template type is required";
|
|
13
|
-
readonly affectedFields: readonly ["
|
|
13
|
+
readonly affectedFields: readonly ["type"];
|
|
14
14
|
};
|
|
15
15
|
readonly INVALID_TYPE: {
|
|
16
16
|
readonly message: "Invalid template type";
|
|
17
|
-
readonly affectedFields: readonly ["
|
|
17
|
+
readonly affectedFields: readonly ["type"];
|
|
18
18
|
};
|
|
19
19
|
readonly DEFAULT_STAFF_REQUIRED: {
|
|
20
20
|
readonly message: "Default staff is required";
|
|
21
|
-
readonly affectedFields: readonly ["
|
|
21
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
22
22
|
};
|
|
23
23
|
readonly INVALID_STAFF: {
|
|
24
24
|
readonly message: "Invalid staff member";
|
|
25
|
-
readonly affectedFields: readonly ["
|
|
25
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
26
26
|
};
|
|
27
27
|
readonly INCOME_ACCOUNT_REQUIRED: {
|
|
28
28
|
readonly message: "Income account is required";
|
|
29
|
-
readonly affectedFields: readonly ["
|
|
29
|
+
readonly affectedFields: readonly ["incomeAccount"];
|
|
30
30
|
};
|
|
31
31
|
readonly INVALID_INCOME_ACCOUNT: {
|
|
32
32
|
readonly message: "Invalid income account";
|
|
33
|
-
readonly affectedFields: readonly ["
|
|
33
|
+
readonly affectedFields: readonly ["incomeAccount"];
|
|
34
34
|
};
|
|
35
35
|
readonly AMOUNT_REQUIRED: {
|
|
36
36
|
readonly message: "Amount is required when separately charged";
|
|
@@ -50,11 +50,11 @@ export declare const TEMPLATES: {
|
|
|
50
50
|
};
|
|
51
51
|
readonly INVALID_CLASSIFICATION: {
|
|
52
52
|
readonly message: "Invalid classification";
|
|
53
|
-
readonly affectedFields: readonly ["
|
|
53
|
+
readonly affectedFields: readonly ["classification"];
|
|
54
54
|
};
|
|
55
55
|
readonly INVALID_SETUP_TEMPLATE: {
|
|
56
56
|
readonly message: "Invalid associated setup template";
|
|
57
|
-
readonly affectedFields: readonly ["
|
|
57
|
+
readonly affectedFields: readonly ["associatedSetupTemplate"];
|
|
58
58
|
};
|
|
59
59
|
readonly OPTION_IN_USE: {
|
|
60
60
|
readonly message: "This template is currently in use and cannot be deleted";
|
|
@@ -13,27 +13,27 @@ exports.TEMPLATES = {
|
|
|
13
13
|
},
|
|
14
14
|
TYPE_REQUIRED: {
|
|
15
15
|
message: 'Template type is required',
|
|
16
|
-
affectedFields: ['
|
|
16
|
+
affectedFields: ['type'],
|
|
17
17
|
},
|
|
18
18
|
INVALID_TYPE: {
|
|
19
19
|
message: 'Invalid template type',
|
|
20
|
-
affectedFields: ['
|
|
20
|
+
affectedFields: ['type'],
|
|
21
21
|
},
|
|
22
22
|
DEFAULT_STAFF_REQUIRED: {
|
|
23
23
|
message: 'Default staff is required',
|
|
24
|
-
affectedFields: ['
|
|
24
|
+
affectedFields: ['defaultStaff'],
|
|
25
25
|
},
|
|
26
26
|
INVALID_STAFF: {
|
|
27
27
|
message: 'Invalid staff member',
|
|
28
|
-
affectedFields: ['
|
|
28
|
+
affectedFields: ['defaultStaff'],
|
|
29
29
|
},
|
|
30
30
|
INCOME_ACCOUNT_REQUIRED: {
|
|
31
31
|
message: 'Income account is required',
|
|
32
|
-
affectedFields: ['
|
|
32
|
+
affectedFields: ['incomeAccount'],
|
|
33
33
|
},
|
|
34
34
|
INVALID_INCOME_ACCOUNT: {
|
|
35
35
|
message: 'Invalid income account',
|
|
36
|
-
affectedFields: ['
|
|
36
|
+
affectedFields: ['incomeAccount'],
|
|
37
37
|
},
|
|
38
38
|
AMOUNT_REQUIRED: {
|
|
39
39
|
message: 'Amount is required when separately charged',
|
|
@@ -53,11 +53,11 @@ exports.TEMPLATES = {
|
|
|
53
53
|
},
|
|
54
54
|
INVALID_CLASSIFICATION: {
|
|
55
55
|
message: 'Invalid classification',
|
|
56
|
-
affectedFields: ['
|
|
56
|
+
affectedFields: ['classification'],
|
|
57
57
|
},
|
|
58
58
|
INVALID_SETUP_TEMPLATE: {
|
|
59
59
|
message: 'Invalid associated setup template',
|
|
60
|
-
affectedFields: ['
|
|
60
|
+
affectedFields: ['associatedSetupTemplate'],
|
|
61
61
|
},
|
|
62
62
|
OPTION_IN_USE: {
|
|
63
63
|
message: 'This template is currently in use and cannot be deleted',
|
|
@@ -48,27 +48,27 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
48
48
|
readonly STATES_NOT_FOUND: {
|
|
49
49
|
readonly message: "States do not exist";
|
|
50
50
|
readonly params: readonly ["ids"];
|
|
51
|
-
readonly affectedFields: readonly ["
|
|
51
|
+
readonly affectedFields: readonly ["state"];
|
|
52
52
|
};
|
|
53
53
|
readonly INVALID_STATE_TYPE: {
|
|
54
54
|
readonly message: "States are not of type 'State'";
|
|
55
55
|
readonly params: readonly ["ids"];
|
|
56
|
-
readonly affectedFields: readonly ["
|
|
56
|
+
readonly affectedFields: readonly ["state"];
|
|
57
57
|
};
|
|
58
58
|
readonly CITIES_NOT_FOUND: {
|
|
59
59
|
readonly message: "Cities do not exist";
|
|
60
60
|
readonly params: readonly ["ids"];
|
|
61
|
-
readonly affectedFields: readonly ["
|
|
61
|
+
readonly affectedFields: readonly ["city"];
|
|
62
62
|
};
|
|
63
63
|
readonly INVALID_CITY_TYPE: {
|
|
64
64
|
readonly message: "Cities are not of type 'City'";
|
|
65
65
|
readonly params: readonly ["ids"];
|
|
66
|
-
readonly affectedFields: readonly ["
|
|
66
|
+
readonly affectedFields: readonly ["city"];
|
|
67
67
|
};
|
|
68
68
|
readonly ZIP_CODES_NOT_FOUND: {
|
|
69
69
|
readonly message: "Zip codes do not exist";
|
|
70
70
|
readonly params: readonly ["ids"];
|
|
71
|
-
readonly affectedFields: readonly ["
|
|
71
|
+
readonly affectedFields: readonly ["zip"];
|
|
72
72
|
};
|
|
73
73
|
readonly CONTACT_ROLES_NOT_FOUND: {
|
|
74
74
|
readonly message: "Contact roles do not exist";
|
|
@@ -125,7 +125,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
125
125
|
readonly affectedFields: readonly [];
|
|
126
126
|
};
|
|
127
127
|
};
|
|
128
|
-
readonly
|
|
128
|
+
readonly CLIENT_RECORDS_BANKS: {
|
|
129
129
|
readonly INVALID_ROUTING_NUMBER: {
|
|
130
130
|
readonly message: "Enter a valid routing number.";
|
|
131
131
|
readonly affectedFields: readonly ["routingNumber"];
|
|
@@ -146,25 +146,43 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
146
146
|
readonly message: "There can only be one default payment method. Please ensure only one payment method is marked as default.";
|
|
147
147
|
readonly affectedFields: readonly ["paymentMethods"];
|
|
148
148
|
};
|
|
149
|
+
};
|
|
150
|
+
readonly CLIENT_RECORDS_CREDIT_CARDS: {
|
|
149
151
|
readonly INVALID_EXPIRATION_DATE: {
|
|
150
152
|
readonly message: "Enter a valid expiration date (i.e. 12/2024).";
|
|
151
|
-
readonly affectedFields: readonly ["
|
|
153
|
+
readonly affectedFields: readonly ["expDate"];
|
|
152
154
|
};
|
|
153
155
|
readonly INVALID_SECURITY_CODE: {
|
|
154
156
|
readonly message: "Enter a valid security code (i.e. 1234).";
|
|
155
157
|
readonly affectedFields: readonly ["securityCode"];
|
|
156
158
|
};
|
|
159
|
+
readonly INVALID_ACCOUNT_NUMBER: {
|
|
160
|
+
readonly message: "Enter a valid account number.";
|
|
161
|
+
readonly affectedFields: readonly ["accountNumber"];
|
|
162
|
+
};
|
|
163
|
+
readonly INVALID_DESCRIPTION: {
|
|
164
|
+
readonly message: "There is another payment method with the same description. Please ensure all payment methods have different descriptions.";
|
|
165
|
+
readonly affectedFields: readonly ["description"];
|
|
166
|
+
};
|
|
167
|
+
readonly NO_DEFAULT_PAYMENT_METHOD: {
|
|
168
|
+
readonly message: "There must be at least one payment method marked as default. Please select a default payment method.";
|
|
169
|
+
readonly affectedFields: readonly ["paymentMethods"];
|
|
170
|
+
};
|
|
171
|
+
readonly MULTIPLE_DEFAULT_PAYMENT_METHODS: {
|
|
172
|
+
readonly message: "There can only be one default payment method. Please ensure only one payment method is marked as default.";
|
|
173
|
+
readonly affectedFields: readonly ["paymentMethods"];
|
|
174
|
+
};
|
|
157
175
|
};
|
|
158
176
|
readonly CLIENT_RECORDS_CONTACTS: {
|
|
159
177
|
readonly CONTACT_ROLES_NOT_FOUND: {
|
|
160
178
|
readonly message: "Contact roles do not exist";
|
|
161
179
|
readonly params: readonly ["ids"];
|
|
162
|
-
readonly affectedFields: readonly ["
|
|
180
|
+
readonly affectedFields: readonly ["contact"];
|
|
163
181
|
};
|
|
164
182
|
readonly CONTACT_TYPES_NOT_FOUND: {
|
|
165
183
|
readonly message: "Contact types do not exist";
|
|
166
184
|
readonly params: readonly ["ids"];
|
|
167
|
-
readonly affectedFields: readonly ["
|
|
185
|
+
readonly affectedFields: readonly ["type"];
|
|
168
186
|
};
|
|
169
187
|
readonly LEGAL_CONTACT_MUST_BE_PROVIDED: {
|
|
170
188
|
readonly message: "The client must have a legal contact. Please set the contact type to 'Legal'.";
|
|
@@ -194,16 +212,16 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
194
212
|
readonly CLIENT_RECORDS_COMMISSION_DETAILS: {
|
|
195
213
|
readonly INVALID_REQUEST_IS_SUBJECT_TO_COMMISSION: {
|
|
196
214
|
readonly message: "If client is subject to commission, sales representative and commission rate must be provided.";
|
|
197
|
-
readonly affectedFields: readonly ["
|
|
215
|
+
readonly affectedFields: readonly ["subjectToCommission", "salesRepresentative", "commissionRate"];
|
|
198
216
|
};
|
|
199
217
|
readonly INVALID_REQUEST_IS_NOT_SUBJECT_TO_COMMISSION: {
|
|
200
218
|
readonly message: "If client is not subject to commission, sales representative and commission rate must not be provided.";
|
|
201
|
-
readonly affectedFields: readonly ["
|
|
219
|
+
readonly affectedFields: readonly ["subjectToCommission", "salesRepresentative", "commissionRate"];
|
|
202
220
|
};
|
|
203
221
|
readonly SALES_REPRESENTATIVE_DOES_NOT_EXIST: {
|
|
204
222
|
readonly message: "Sales representative does not exist";
|
|
205
223
|
readonly params: readonly ["id"];
|
|
206
|
-
readonly affectedFields: readonly ["
|
|
224
|
+
readonly affectedFields: readonly ["salesRepresentative"];
|
|
207
225
|
};
|
|
208
226
|
readonly COMISSION_RATE_TOO_LOW: {
|
|
209
227
|
readonly message: "Enter a commission value greater than 0.0";
|
|
@@ -232,12 +250,12 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
232
250
|
readonly FILING_CATEGORY_ID_DOES_NOT_EXIST: {
|
|
233
251
|
readonly message: "Filing category does not exist";
|
|
234
252
|
readonly params: readonly ["id"];
|
|
235
|
-
readonly affectedFields: readonly ["
|
|
253
|
+
readonly affectedFields: readonly ["filingCategory"];
|
|
236
254
|
};
|
|
237
255
|
readonly BUSINESS_ACTIVITY_ID_DOES_NOT_EXIST: {
|
|
238
256
|
readonly message: "Business activity does not exist";
|
|
239
257
|
readonly params: readonly ["id"];
|
|
240
|
-
readonly affectedFields: readonly ["
|
|
258
|
+
readonly affectedFields: readonly ["businessActivity"];
|
|
241
259
|
};
|
|
242
260
|
readonly BILLING_TYPE_ID_DOES_NOT_EXIST: {
|
|
243
261
|
readonly message: "Billing type does not exist";
|
|
@@ -250,7 +268,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
250
268
|
};
|
|
251
269
|
readonly INVALID_CLIENT_ACTIVITY_STATUS: {
|
|
252
270
|
readonly message: "The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.";
|
|
253
|
-
readonly affectedFields: readonly ["isActive", "
|
|
271
|
+
readonly affectedFields: readonly ["isActive", "isClient"];
|
|
254
272
|
};
|
|
255
273
|
readonly INVALID_FEDERAL_LEGAL_ID: {
|
|
256
274
|
readonly message: "Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})";
|
|
@@ -272,7 +290,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
272
290
|
};
|
|
273
291
|
readonly CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_BUSINESS_ACTIVITY_ID: {
|
|
274
292
|
readonly message: "Choose a Business Activity";
|
|
275
|
-
readonly affectedFields: readonly ["
|
|
293
|
+
readonly affectedFields: readonly ["businessActivity"];
|
|
276
294
|
};
|
|
277
295
|
readonly CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_BILLING_TYPE_ID: {
|
|
278
296
|
readonly message: "Choose a Billing Type";
|
|
@@ -280,7 +298,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
280
298
|
};
|
|
281
299
|
readonly CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_FILING_CATEGORY_ID: {
|
|
282
300
|
readonly message: "Choose a Filing Category";
|
|
283
|
-
readonly affectedFields: readonly ["
|
|
301
|
+
readonly affectedFields: readonly ["filingCategory"];
|
|
284
302
|
};
|
|
285
303
|
readonly CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_CONTACT: {
|
|
286
304
|
readonly message: "Create a Contact - One contact needs to have been saved to this client";
|
|
@@ -355,7 +373,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
355
373
|
readonly ENTITY_TYPE_ID_DOES_NOT_EXIST: {
|
|
356
374
|
readonly message: "Entity type does not exist";
|
|
357
375
|
readonly params: readonly ["id"];
|
|
358
|
-
readonly affectedFields: readonly ["
|
|
376
|
+
readonly affectedFields: readonly ["entityType"];
|
|
359
377
|
};
|
|
360
378
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_ENTITY_TYPE_STARTING_DATE: {
|
|
361
379
|
readonly message: "One or more entity types have a start date that is before the client's date established, {clientDateEstablished}. ({entityType} starting {entityTypeStartingDate}). Please update the entity type start dates to be on or after the client's date established, or update the client's date established.";
|
|
@@ -378,7 +396,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
378
396
|
readonly ENTITY_TYPES_IDS_DOES_NOT_EXIST: {
|
|
379
397
|
readonly message: "Entity types do not exist";
|
|
380
398
|
readonly params: readonly ["ids"];
|
|
381
|
-
readonly affectedFields: readonly ["
|
|
399
|
+
readonly affectedFields: readonly ["entityType"];
|
|
382
400
|
};
|
|
383
401
|
readonly AT_LEAST_ONE_ENTITY_TYPE_SHOULD_EXIST: {
|
|
384
402
|
readonly message: "At least one entity type should exist";
|
|
@@ -437,15 +455,15 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
437
455
|
readonly FILING_TYPE_ID_DOES_NOT_EXIST: {
|
|
438
456
|
readonly message: "Sub/Parent status does not exist";
|
|
439
457
|
readonly params: readonly ["id"];
|
|
440
|
-
readonly affectedFields: readonly ["
|
|
458
|
+
readonly affectedFields: readonly ["filingType"];
|
|
441
459
|
};
|
|
442
460
|
readonly FILING_TYPE_PARENT_REQUIRED: {
|
|
443
461
|
readonly message: "Parent needs to be specified for filing type 'Files under parent'";
|
|
444
|
-
readonly affectedFields: readonly ["
|
|
462
|
+
readonly affectedFields: readonly ["currentParent"];
|
|
445
463
|
};
|
|
446
464
|
readonly CURRENT_FILING_TYPE_PARENT_REQUIRED: {
|
|
447
465
|
readonly message: "Parent needs to be specified for current filing type 'Files under parent'";
|
|
448
|
-
readonly affectedFields: readonly ["
|
|
466
|
+
readonly affectedFields: readonly ["currentParent"];
|
|
449
467
|
};
|
|
450
468
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_FILING_TYPE_STARTING_DATE: {
|
|
451
469
|
readonly message: "The Sub/Parent status {filingType} starts on {filingTypeStartingDate} which is earlier than the client's date established, {clientDateEstablished}. Please adjust the start date of the Sub/Parent status or the client's date established.";
|
|
@@ -468,7 +486,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
468
486
|
readonly FILING_TYPES_IDS_DOES_NOT_EXIST: {
|
|
469
487
|
readonly message: "Sub/Parent status do not exist";
|
|
470
488
|
readonly params: readonly ["ids"];
|
|
471
|
-
readonly affectedFields: readonly ["
|
|
489
|
+
readonly affectedFields: readonly ["filingType"];
|
|
472
490
|
};
|
|
473
491
|
readonly AT_LEAST_ONE_FILING_TYPE_SHOULD_EXIST: {
|
|
474
492
|
readonly message: "At least one Sub/Parent status should exist";
|
|
@@ -527,7 +545,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
527
545
|
readonly STATE_ID_DOES_NOT_EXIST: {
|
|
528
546
|
readonly message: "State does not exist";
|
|
529
547
|
readonly params: readonly ["id"];
|
|
530
|
-
readonly affectedFields: readonly ["
|
|
548
|
+
readonly affectedFields: readonly ["state"];
|
|
531
549
|
};
|
|
532
550
|
readonly NOT_ALIGNED_DATE_ESTABLISHED_DOMESTIC_STATE_STARTING_DATE: {
|
|
533
551
|
readonly message: "The state, {domesticState}, starts on {domesticStateStartingDate}, which is earlier than the client's date established, {clientDateEstablished}. Please adjust the start date of the state or the client's date established.";
|
|
@@ -541,17 +559,17 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
541
559
|
};
|
|
542
560
|
readonly DOMESTIC_STATE_STARTING_DATE_NOT_POPULATED: {
|
|
543
561
|
readonly message: "Current Domestic State Starting Date cannot be Empty";
|
|
544
|
-
readonly affectedFields: readonly ["
|
|
562
|
+
readonly affectedFields: readonly ["stateStartingDate"];
|
|
545
563
|
};
|
|
546
564
|
readonly STATES_IDS_DOES_NOT_EXIST: {
|
|
547
565
|
readonly message: "States do not exist";
|
|
548
566
|
readonly params: readonly ["ids"];
|
|
549
|
-
readonly affectedFields: readonly ["
|
|
567
|
+
readonly affectedFields: readonly ["state"];
|
|
550
568
|
};
|
|
551
569
|
readonly RESIDENCE_TYPE_DOES_NOT_EXIST: {
|
|
552
570
|
readonly message: "Residence type does not exist";
|
|
553
571
|
readonly params: readonly ["ids"];
|
|
554
|
-
readonly affectedFields: readonly ["
|
|
572
|
+
readonly affectedFields: readonly ["residence"];
|
|
555
573
|
};
|
|
556
574
|
readonly AT_LEAST_ONE_DOMESTIC_STATE_SHOULD_EXIST: {
|
|
557
575
|
readonly message: "At least one domestic state should exist";
|
|
@@ -653,11 +671,11 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
653
671
|
};
|
|
654
672
|
readonly FINAL_REQUIRED_WHEN_ENDING_DATE_MATCHES_CLIENT_CLOSE_DATE: {
|
|
655
673
|
readonly message: "The client has a close date that is the same as the relationship ending date, therefore the relationship must be marked as final. Please update the relationship's final status to 'Yes', or adjust the dates.";
|
|
656
|
-
readonly affectedFields: readonly ["
|
|
674
|
+
readonly affectedFields: readonly ["final"];
|
|
657
675
|
};
|
|
658
676
|
readonly FINAL_REQUIRED_WHEN_ENDING_DATE_MATCHES_RELATED_CLIENT_CLOSE_DATE: {
|
|
659
677
|
readonly message: "The related client has a close date that is the same as the relationship ending date, therefore the relationship must be marked as final. Please update the relationship's final status to 'Yes', or adjust the dates.";
|
|
660
|
-
readonly affectedFields: readonly ["
|
|
678
|
+
readonly affectedFields: readonly ["final"];
|
|
661
679
|
};
|
|
662
680
|
readonly CIRCULAR_RELATIONSHIP_DETECTED: {
|
|
663
681
|
readonly message: "{clientName} is listed as a {relationshipType} of {relatedClientName}, during the same timeframe that {relatedClientName} is listed as a {relationshipType} of {clientName}. Please review the relationship records for both clients and adjust the dates or relationship types to prevent a circular loop.";
|
|
@@ -1005,12 +1023,12 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
1005
1023
|
readonly INVALID_TYPE: {
|
|
1006
1024
|
readonly message: "Outside provider types do not exist";
|
|
1007
1025
|
readonly params: readonly ["ids"];
|
|
1008
|
-
readonly affectedFields: readonly ["
|
|
1026
|
+
readonly affectedFields: readonly ["type"];
|
|
1009
1027
|
};
|
|
1010
1028
|
readonly SAME_TYPE_TIMELINE_OVERLAP: {
|
|
1011
1029
|
readonly message: "The client already has {outsideProviderType} starting from {startDate}. Your entry overlaps with that time. Please adjust the dates so they don't overlap.";
|
|
1012
1030
|
readonly params: readonly ["outsideProviderType", "startDate"];
|
|
1013
|
-
readonly affectedFields: readonly ["
|
|
1031
|
+
readonly affectedFields: readonly ["starting", "ending"];
|
|
1014
1032
|
};
|
|
1015
1033
|
};
|
|
1016
1034
|
readonly TEMPLATES: {
|
|
@@ -1025,27 +1043,27 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
1025
1043
|
};
|
|
1026
1044
|
readonly TYPE_REQUIRED: {
|
|
1027
1045
|
readonly message: "Template type is required";
|
|
1028
|
-
readonly affectedFields: readonly ["
|
|
1046
|
+
readonly affectedFields: readonly ["type"];
|
|
1029
1047
|
};
|
|
1030
1048
|
readonly INVALID_TYPE: {
|
|
1031
1049
|
readonly message: "Invalid template type";
|
|
1032
|
-
readonly affectedFields: readonly ["
|
|
1050
|
+
readonly affectedFields: readonly ["type"];
|
|
1033
1051
|
};
|
|
1034
1052
|
readonly DEFAULT_STAFF_REQUIRED: {
|
|
1035
1053
|
readonly message: "Default staff is required";
|
|
1036
|
-
readonly affectedFields: readonly ["
|
|
1054
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
1037
1055
|
};
|
|
1038
1056
|
readonly INVALID_STAFF: {
|
|
1039
1057
|
readonly message: "Invalid staff member";
|
|
1040
|
-
readonly affectedFields: readonly ["
|
|
1058
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
1041
1059
|
};
|
|
1042
1060
|
readonly INCOME_ACCOUNT_REQUIRED: {
|
|
1043
1061
|
readonly message: "Income account is required";
|
|
1044
|
-
readonly affectedFields: readonly ["
|
|
1062
|
+
readonly affectedFields: readonly ["incomeAccount"];
|
|
1045
1063
|
};
|
|
1046
1064
|
readonly INVALID_INCOME_ACCOUNT: {
|
|
1047
1065
|
readonly message: "Invalid income account";
|
|
1048
|
-
readonly affectedFields: readonly ["
|
|
1066
|
+
readonly affectedFields: readonly ["incomeAccount"];
|
|
1049
1067
|
};
|
|
1050
1068
|
readonly AMOUNT_REQUIRED: {
|
|
1051
1069
|
readonly message: "Amount is required when separately charged";
|
|
@@ -1065,11 +1083,11 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
1065
1083
|
};
|
|
1066
1084
|
readonly INVALID_CLASSIFICATION: {
|
|
1067
1085
|
readonly message: "Invalid classification";
|
|
1068
|
-
readonly affectedFields: readonly ["
|
|
1086
|
+
readonly affectedFields: readonly ["classification"];
|
|
1069
1087
|
};
|
|
1070
1088
|
readonly INVALID_SETUP_TEMPLATE: {
|
|
1071
1089
|
readonly message: "Invalid associated setup template";
|
|
1072
|
-
readonly affectedFields: readonly ["
|
|
1090
|
+
readonly affectedFields: readonly ["associatedSetupTemplate"];
|
|
1073
1091
|
};
|
|
1074
1092
|
readonly OPTION_IN_USE: {
|
|
1075
1093
|
readonly message: "This template is currently in use and cannot be deleted";
|
|
@@ -1091,19 +1109,19 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
1091
1109
|
};
|
|
1092
1110
|
readonly DEFAULT_STAFF_REQUIRED: {
|
|
1093
1111
|
readonly message: "Default staff is required";
|
|
1094
|
-
readonly affectedFields: readonly ["
|
|
1112
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
1095
1113
|
};
|
|
1096
1114
|
readonly INVALID_STAFF: {
|
|
1097
1115
|
readonly message: "Invalid staff member";
|
|
1098
|
-
readonly affectedFields: readonly ["
|
|
1116
|
+
readonly affectedFields: readonly ["defaultStaff"];
|
|
1099
1117
|
};
|
|
1100
1118
|
readonly ASSIGNMENT_TYPE_REQUIRED: {
|
|
1101
1119
|
readonly message: "Assignment type is required";
|
|
1102
|
-
readonly affectedFields: readonly ["
|
|
1120
|
+
readonly affectedFields: readonly ["assignmentType"];
|
|
1103
1121
|
};
|
|
1104
1122
|
readonly INVALID_ASSIGNMENT_TYPE: {
|
|
1105
1123
|
readonly message: "Invalid assignment type";
|
|
1106
|
-
readonly affectedFields: readonly ["
|
|
1124
|
+
readonly affectedFields: readonly ["assignmentType"];
|
|
1107
1125
|
};
|
|
1108
1126
|
readonly ORDER_REQUIRED: {
|
|
1109
1127
|
readonly message: "Order is required for workflow assignments";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validation-messages.d.ts","sourceRoot":"","sources":["../../src/validation/validation-messages.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BtB,CAAC"}
|
|
@@ -5,7 +5,8 @@ const account_categories_validation_messages_1 = require("./features/account-cat
|
|
|
5
5
|
const account_ids_validation_messages_1 = require("./features/account-ids.validation-messages");
|
|
6
6
|
const client_records_addresses_validation_messages_1 = require("./features/client-records-addresses.validation-messages");
|
|
7
7
|
const business_activities_validation_messages_1 = require("./features/business-activities.validation-messages");
|
|
8
|
-
const
|
|
8
|
+
const client_records_banks_validation_messages_1 = require("./features/client-records-banks.validation-messages");
|
|
9
|
+
const client_records_credit_cards_validation_messages_1 = require("./features/client-records-credit-cards.validation-messages");
|
|
9
10
|
const client_records_contacts_validation_messages_1 = require("./features/client-records-contacts.validation-messages");
|
|
10
11
|
const client_records_commission_details_validation_messages_1 = require("./features/client-records-commission-details.validation-messages");
|
|
11
12
|
const client_current_entity_statuses_validation_messages_1 = require("./features/client-current-entity-statuses.validation-messages");
|
|
@@ -30,7 +31,8 @@ exports.VALIDATION_MESSAGES = {
|
|
|
30
31
|
ACCOUNT_IDS: account_ids_validation_messages_1.ACCOUNT_IDS,
|
|
31
32
|
CLIENT_RECORDS_ADDRESSES: client_records_addresses_validation_messages_1.CLIENT_RECORDS_ADDRESSES,
|
|
32
33
|
BUSINESS_ACTIVITIES: business_activities_validation_messages_1.BUSINESS_ACTIVITIES,
|
|
33
|
-
|
|
34
|
+
CLIENT_RECORDS_BANKS: client_records_banks_validation_messages_1.CLIENT_RECORDS_BANKS,
|
|
35
|
+
CLIENT_RECORDS_CREDIT_CARDS: client_records_credit_cards_validation_messages_1.CLIENT_RECORDS_CREDIT_CARDS,
|
|
34
36
|
CLIENT_RECORDS_CONTACTS: client_records_contacts_validation_messages_1.CLIENT_RECORDS_CONTACTS,
|
|
35
37
|
CLIENT_RECORDS_COMMISSION_DETAILS: client_records_commission_details_validation_messages_1.CLIENT_RECORDS_COMMISSION_DETAILS,
|
|
36
38
|
CLIENT_CURRENT_ENTITY_STATUS: client_current_entity_statuses_validation_messages_1.CLIENT_CURRENT_ENTITY_STATUS,
|
package/package.json
CHANGED
|
@@ -16,12 +16,12 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
|
|
|
16
16
|
FILING_CATEGORY_ID_DOES_NOT_EXIST: {
|
|
17
17
|
message: `Filing category does not exist`,
|
|
18
18
|
params: ['id'],
|
|
19
|
-
affectedFields: ['
|
|
19
|
+
affectedFields: ['filingCategory'],
|
|
20
20
|
},
|
|
21
21
|
BUSINESS_ACTIVITY_ID_DOES_NOT_EXIST: {
|
|
22
22
|
message: `Business activity does not exist`,
|
|
23
23
|
params: ['id'],
|
|
24
|
-
affectedFields: ['
|
|
24
|
+
affectedFields: ['businessActivity'],
|
|
25
25
|
},
|
|
26
26
|
BILLING_TYPE_ID_DOES_NOT_EXIST: {
|
|
27
27
|
message: `Billing type does not exist`,
|
|
@@ -34,7 +34,7 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
|
|
|
34
34
|
},
|
|
35
35
|
INVALID_CLIENT_ACTIVITY_STATUS: {
|
|
36
36
|
message: `The 'Is active' field only applies to our clients. Please update the client type to 'Not our client' or update the 'Is active' status to 'Active'.`,
|
|
37
|
-
affectedFields: ['isActive', '
|
|
37
|
+
affectedFields: ['isActive', 'isClient'],
|
|
38
38
|
},
|
|
39
39
|
INVALID_FEDERAL_LEGAL_ID: {
|
|
40
40
|
message: `Enter a valid federal legal ID {legalIdType} (e.g. {legalIdValue})`,
|
|
@@ -56,7 +56,7 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
|
|
|
56
56
|
},
|
|
57
57
|
CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_BUSINESS_ACTIVITY_ID: {
|
|
58
58
|
message: `Choose a Business Activity`,
|
|
59
|
-
affectedFields: ['
|
|
59
|
+
affectedFields: ['businessActivity'],
|
|
60
60
|
},
|
|
61
61
|
CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_BILLING_TYPE_ID: {
|
|
62
62
|
message: `Choose a Billing Type`,
|
|
@@ -64,7 +64,7 @@ export const CLIENT_CURRENT_ENTITY_STATUS = {
|
|
|
64
64
|
},
|
|
65
65
|
CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_FILING_CATEGORY_ID: {
|
|
66
66
|
message: `Choose a Filing Category`,
|
|
67
|
-
affectedFields: ['
|
|
67
|
+
affectedFields: ['filingCategory'],
|
|
68
68
|
},
|
|
69
69
|
CLIENT_COULD_NOT_BE_LOCKED_WITHOUT_CONTACT: {
|
|
70
70
|
message: `Create a Contact - One contact needs to have been saved to this client`,
|
|
@@ -2,27 +2,27 @@ export const CLIENT_RECORDS_ADDRESSES = {
|
|
|
2
2
|
STATES_NOT_FOUND: {
|
|
3
3
|
message: 'States do not exist',
|
|
4
4
|
params: ['ids'],
|
|
5
|
-
affectedFields: ['
|
|
5
|
+
affectedFields: ['state'],
|
|
6
6
|
},
|
|
7
7
|
INVALID_STATE_TYPE: {
|
|
8
8
|
message: `States are not of type 'State'`,
|
|
9
9
|
params: ['ids'],
|
|
10
|
-
affectedFields: ['
|
|
10
|
+
affectedFields: ['state'],
|
|
11
11
|
},
|
|
12
12
|
CITIES_NOT_FOUND: {
|
|
13
13
|
message: `Cities do not exist`,
|
|
14
14
|
params: ['ids'],
|
|
15
|
-
affectedFields: ['
|
|
15
|
+
affectedFields: ['city'],
|
|
16
16
|
},
|
|
17
17
|
INVALID_CITY_TYPE: {
|
|
18
18
|
message: `Cities are not of type 'City'`,
|
|
19
19
|
params: ['ids'],
|
|
20
|
-
affectedFields: ['
|
|
20
|
+
affectedFields: ['city'],
|
|
21
21
|
},
|
|
22
22
|
ZIP_CODES_NOT_FOUND: {
|
|
23
23
|
message: `Zip codes do not exist`,
|
|
24
24
|
params: ['ids'],
|
|
25
|
-
affectedFields: ['
|
|
25
|
+
affectedFields: ['zip'],
|
|
26
26
|
},
|
|
27
27
|
CONTACT_ROLES_NOT_FOUND: {
|
|
28
28
|
message: `Contact roles do not exist`,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export const CLIENT_RECORDS_BANKS = {
|
|
2
|
+
INVALID_ROUTING_NUMBER: {
|
|
3
|
+
message: 'Enter a valid routing number.',
|
|
4
|
+
affectedFields: ['routingNumber'],
|
|
5
|
+
},
|
|
6
|
+
INVALID_ACCOUNT_NUMBER: {
|
|
7
|
+
message: 'Enter a valid account number.',
|
|
8
|
+
affectedFields: ['accountNumber'],
|
|
9
|
+
},
|
|
10
|
+
INVALID_DESCRIPTION: {
|
|
11
|
+
message:
|
|
12
|
+
'There is another payment method with the same description. Please ensure all payment methods have different descriptions.',
|
|
13
|
+
affectedFields: ['description'],
|
|
14
|
+
},
|
|
15
|
+
NO_DEFAULT_PAYMENT_METHOD: {
|
|
16
|
+
message: 'There must be at least one payment method marked as default. Please select a default payment method.',
|
|
17
|
+
affectedFields: ['paymentMethods'],
|
|
18
|
+
},
|
|
19
|
+
MULTIPLE_DEFAULT_PAYMENT_METHODS: {
|
|
20
|
+
message:
|
|
21
|
+
'There can only be one default payment method. Please ensure only one payment method is marked as default.',
|
|
22
|
+
affectedFields: ['paymentMethods'],
|
|
23
|
+
},
|
|
24
|
+
} as const;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
export const CLIENT_RECORDS_COMMISSION_DETAILS = {
|
|
2
2
|
INVALID_REQUEST_IS_SUBJECT_TO_COMMISSION: {
|
|
3
3
|
message: 'If client is subject to commission, sales representative and commission rate must be provided.',
|
|
4
|
-
affectedFields: ['
|
|
4
|
+
affectedFields: ['subjectToCommission', 'salesRepresentative', 'commissionRate'],
|
|
5
5
|
},
|
|
6
6
|
INVALID_REQUEST_IS_NOT_SUBJECT_TO_COMMISSION: {
|
|
7
7
|
message: 'If client is not subject to commission, sales representative and commission rate must not be provided.',
|
|
8
|
-
affectedFields: ['
|
|
8
|
+
affectedFields: ['subjectToCommission', 'salesRepresentative', 'commissionRate'],
|
|
9
9
|
},
|
|
10
10
|
SALES_REPRESENTATIVE_DOES_NOT_EXIST: {
|
|
11
11
|
message: `Sales representative does not exist`,
|
|
12
12
|
params: ['id'],
|
|
13
|
-
affectedFields: ['
|
|
13
|
+
affectedFields: ['salesRepresentative'],
|
|
14
14
|
},
|
|
15
15
|
COMISSION_RATE_TOO_LOW: {
|
|
16
16
|
message: `Enter a commission value greater than 0.0`,
|
|
@@ -2,12 +2,12 @@ export const CLIENT_RECORDS_CONTACTS = {
|
|
|
2
2
|
CONTACT_ROLES_NOT_FOUND: {
|
|
3
3
|
message: `Contact roles do not exist`,
|
|
4
4
|
params: ['ids'],
|
|
5
|
-
affectedFields: ['
|
|
5
|
+
affectedFields: ['contact'],
|
|
6
6
|
},
|
|
7
7
|
CONTACT_TYPES_NOT_FOUND: {
|
|
8
8
|
message: `Contact types do not exist`,
|
|
9
9
|
params: ['ids'],
|
|
10
|
-
affectedFields: ['
|
|
10
|
+
affectedFields: ['type'],
|
|
11
11
|
},
|
|
12
12
|
LEGAL_CONTACT_MUST_BE_PROVIDED: {
|
|
13
13
|
message: `The client must have a legal contact. Please set the contact type to 'Legal'.`,
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
export const
|
|
2
|
-
|
|
3
|
-
message: 'Enter a valid
|
|
4
|
-
affectedFields: ['
|
|
1
|
+
export const CLIENT_RECORDS_CREDIT_CARDS = {
|
|
2
|
+
INVALID_EXPIRATION_DATE: {
|
|
3
|
+
message: 'Enter a valid expiration date (i.e. 12/2024).',
|
|
4
|
+
affectedFields: ['expDate'],
|
|
5
|
+
},
|
|
6
|
+
INVALID_SECURITY_CODE: {
|
|
7
|
+
message: 'Enter a valid security code (i.e. 1234).',
|
|
8
|
+
affectedFields: ['securityCode'],
|
|
5
9
|
},
|
|
6
10
|
INVALID_ACCOUNT_NUMBER: {
|
|
7
11
|
message: 'Enter a valid account number.',
|
|
@@ -21,12 +25,4 @@ export const CLIENT_RECORDS_BANKS_AND_CREDIT_CARDS = {
|
|
|
21
25
|
'There can only be one default payment method. Please ensure only one payment method is marked as default.',
|
|
22
26
|
affectedFields: ['paymentMethods'],
|
|
23
27
|
},
|
|
24
|
-
INVALID_EXPIRATION_DATE: {
|
|
25
|
-
message: 'Enter a valid expiration date (i.e. 12/2024).',
|
|
26
|
-
affectedFields: ['expirationDate'],
|
|
27
|
-
},
|
|
28
|
-
INVALID_SECURITY_CODE: {
|
|
29
|
-
message: 'Enter a valid security code (i.e. 1234).',
|
|
30
|
-
affectedFields: ['securityCode'],
|
|
31
|
-
},
|
|
32
28
|
} as const;
|