@ailaw/venus 1.16.0 → 1.18.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.
package/dist/en2.js CHANGED
@@ -456,6 +456,8 @@ var lang2 = {
456
456
  mustFillGroupOne: "You need to fill your passport information ",
457
457
  or: "OR",
458
458
  mustFillGroupTwo: "travel document information.",
459
+ yourCurrentPassportInfo: "Your current passport information",
460
+ sameAsLastPassport: "Same As last arrival to the U.S.",
459
461
  groupOne: "Group #1",
460
462
  groupTwo: "Group #2",
461
463
  passportNum: "Passport Number",
@@ -2702,6 +2704,7 @@ var lang2 = {
2702
2704
  inviteClient: "Invite client",
2703
2705
  invited: "Client Invited",
2704
2706
  inviteClientDesc: "The client will be granted access to this case.",
2705
- sendPasswordDesc: "The client will receive login instructions."
2707
+ sendPasswordDesc: "The client will receive login instructions.",
2708
+ travelInformationAtLastUS: "travel document information at your last arrival to the U.S."
2706
2709
  };
2707
2710
  export { lang2 as default };
package/dist/venus.es.js CHANGED
@@ -1020,6 +1020,13 @@ var i508 = createForm({
1020
1020
  Preparer: [GlueRoleType.PREPARERPROFILE]
1021
1021
  }
1022
1022
  });
1023
+ var i526 = createForm({
1024
+ displayName: "I-508",
1025
+ roles: {
1026
+ Beneficiary: [GlueRoleType.USERPROFILE],
1027
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1028
+ }
1029
+ });
1023
1030
  var i539 = createForm({
1024
1031
  displayName: "I-539",
1025
1032
  roles: {
@@ -1142,6 +1149,7 @@ const formRecords = {
1142
1149
  i485A,
1143
1150
  i485J,
1144
1151
  i508,
1152
+ i526,
1145
1153
  i539,
1146
1154
  i539A,
1147
1155
  i589,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.16.0",
3
+ "version": "1.18.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],