@ailaw/venus 1.26.0 → 1.27.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
@@ -1287,6 +1287,7 @@ var lang2 = {
1287
1287
  ds160_ifTripCountry: "Have you traveled to any countries/regions within the last five years?",
1288
1288
  ds160_ifTripCountry_provide: "Provide a List of Countries/Regions Visited",
1289
1289
  ds160_ifBelongToOrg: "Have you belonged to, contributed to, or worked for any professional, social, or charitable organization?",
1290
+ ds160_ifBelongToOrg_provide: "Provide a List of Organizations",
1290
1291
  ds160_organization: "Organization Name",
1291
1292
  ds160_ifHaveSpecialSkill: "Do you have any specialized skills or training, such as firearms, explosives, nuclear, biological, or chemical experience?",
1292
1293
  ds160_ifServed: "Have you ever served in the military?",
@@ -1819,6 +1820,7 @@ var lang2 = {
1819
1820
  yearOfDeath: "Year of Death",
1820
1821
  dis160_ifMotherStillLiving: "Is your mother still living?",
1821
1822
  ds160_ifReside6Month: "Have you resided in any country/region for six months or longer since you attained 16 years of age?",
1823
+ ds160_ifReside6Month_provide: "Provide the List of Countries/Regions",
1822
1824
  ds160_ifTaliban: "Have you ever been a member of the Taliban?",
1823
1825
  numOfBeneficiary: "Provide the total number of beneficiaries:",
1824
1826
  ds160_EVisaCompanyRegisterNumber: "E-Visa Company Registration Number",
package/dist/venus.es.js CHANGED
@@ -930,6 +930,13 @@ var i129E1E2 = createForm({
930
930
  Preparer: [GlueRoleType.PREPARERPROFILE]
931
931
  }
932
932
  });
933
+ var i129L = createForm({
934
+ displayName: "I-129L",
935
+ roles: {
936
+ Beneficiary: [GlueRoleType.USERPROFILE],
937
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
938
+ }
939
+ });
933
940
  var i129TAS = createForm({
934
941
  displayName: "I-129 Trade Agreement Supplement",
935
942
  roles: {
@@ -1062,6 +1069,13 @@ var i765 = createForm({
1062
1069
  Preparer: [GlueRoleType.PREPARERPROFILE]
1063
1070
  }
1064
1071
  });
1072
+ var i821 = createForm({
1073
+ displayName: "I-821",
1074
+ roles: {
1075
+ Beneficiary: [GlueRoleType.USERPROFILE],
1076
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1077
+ }
1078
+ });
1065
1079
  var i864 = createForm({
1066
1080
  displayName: "I-864",
1067
1081
  roles: {
@@ -1166,6 +1180,7 @@ const formRecords = {
1166
1180
  g1450,
1167
1181
  i129Attachment,
1168
1182
  i129E1E2,
1183
+ i129L,
1169
1184
  i129TAS,
1170
1185
  i129HS,
1171
1186
  i130,
@@ -1184,6 +1199,7 @@ const formRecords = {
1184
1199
  i589,
1185
1200
  i601A,
1186
1201
  i765,
1202
+ i821,
1187
1203
  i864,
1188
1204
  i864A,
1189
1205
  i864EZ,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.26.0",
3
+ "version": "1.27.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],