@ailaw/venus 1.190.0 → 1.192.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/en.js +3 -0
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1638,6 +1638,7 @@ var en$1 = {
1638
1638
  emailOrPasswordInvalidMaybeSpaceChar: "Invalid account or password. If your password doesn't have spaces, please ensure none are included and try again. Note: After 3 incorrect attempts, USCIS will lock your account for 10 minutes.",
1639
1639
  accountLocked: "Your account is temporarily locked. Please try again in 10 minutes.",
1640
1640
  emailOrPasswordInvalid: "The email or password you entered is incorrect. Please verify and try again. Note: After 3 incorrect attempts, USCIS will lock your account for 10 minutes. Click this link to retrieve your password: ",
1641
+ emailOrPasswordInvalidLCA: "The email or password you entered is incorrect. Please verify and try again. Note: After 3 incorrect attempts, FLAG will lock your account for 10 minutes. Click this link to retrieve your password: ",
1641
1642
  noneOrWrongTwoStepMethod: "Your account's two-step verification is either unset or currently using email/SMS. It should be set to the Authentication App method. Please switch to using an authentication app by following the tutorial here. For assistance, please contact our customer support.",
1642
1643
  secretFormatError: "The App Authentication Manual Entry key format is invalid. Please check your key and retry.",
1643
1644
  secretLengthError: "The App Authentication Manual Entry key format is incorrect. It should be 32 alphanumeric characters.",
@@ -1682,6 +1683,8 @@ var en$1 = {
1682
1683
  AddedNewAttorneySuccessfully: "Added New Attorney Successfully!",
1683
1684
  beneficiaryNote: "NEUTRINET Beneficiary: Mandatory. In the case of self-petitioner, requestor, and applicant, please use the beneficiary ONLY and leave petitioner section empty.",
1684
1685
  petitionerNote: "NEUTRINET Petitioner: Optional. Use ONLY in the case of Company Petitioner and Individual Petitioner which is different from the beneficiary.",
1686
+ selfPetitionNote: '"Self-petition" refers to a process where the petitioner and beneficiary are the same individual, applying for an immigration benefit without a separate sponsor. (e.g., Form I-140 Cases: EB-1A Self-petitioner and EB-2 NIW Self-petitioner; Form I-360 Self-petitioner cases, and so on.)',
1687
+ thisIsSelfPetition: "This is a Self-petition",
1685
1688
  role: {
1686
1689
  "Beneficiary": "Beneficiary",
1687
1690
  "Petitioner": "Petitioner"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.190.0",
3
+ "version": "1.192.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],