@ailaw/venus 1.25.0 → 1.29.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
@@ -931,7 +931,7 @@ var i129E1E2 = createForm({
931
931
  }
932
932
  });
933
933
  var i129TAS = createForm({
934
- displayName: "I-129 Trade Agreement Supplement",
934
+ displayName: "I-129 with Trade Agreement Supplement",
935
935
  roles: {
936
936
  Petitioner: [GlueRoleType.CLIENTPROFILE],
937
937
  Beneficiary: [GlueRoleType.USERPROFILE],
@@ -1062,6 +1062,13 @@ var i765 = createForm({
1062
1062
  Preparer: [GlueRoleType.PREPARERPROFILE]
1063
1063
  }
1064
1064
  });
1065
+ var i821 = createForm({
1066
+ displayName: "I-821",
1067
+ roles: {
1068
+ Beneficiary: [GlueRoleType.USERPROFILE],
1069
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1070
+ }
1071
+ });
1065
1072
  var i864 = createForm({
1066
1073
  displayName: "I-864",
1067
1074
  roles: {
@@ -1149,6 +1156,21 @@ var eoir42b = createForm({
1149
1156
  Preparer: [GlueRoleType.PREPARERPROFILE]
1150
1157
  }
1151
1158
  });
1159
+ var i140 = createForm({
1160
+ displayName: "I-140",
1161
+ roles: {
1162
+ Beneficiary: [GlueRoleType.USERPROFILE],
1163
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1164
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1165
+ }
1166
+ });
1167
+ var i129L = createForm({
1168
+ displayName: "I-129 with L Supplement",
1169
+ roles: {
1170
+ Beneficiary: [GlueRoleType.USERPROFILE],
1171
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
1172
+ }
1173
+ });
1152
1174
  const formRecords = {
1153
1175
  g28Company,
1154
1176
  g28Person,
@@ -1158,6 +1180,7 @@ const formRecords = {
1158
1180
  g1450,
1159
1181
  i129Attachment,
1160
1182
  i129E1E2,
1183
+ i129L,
1161
1184
  i129TAS,
1162
1185
  i129HS,
1163
1186
  i130,
@@ -1176,6 +1199,7 @@ const formRecords = {
1176
1199
  i589,
1177
1200
  i601A,
1178
1201
  i765,
1202
+ i821,
1179
1203
  i864,
1180
1204
  i864A,
1181
1205
  i864EZ,
@@ -1187,7 +1211,9 @@ const formRecords = {
1187
1211
  i765WS,
1188
1212
  i129OP,
1189
1213
  i129R1,
1190
- eoir42b
1214
+ eoir42b,
1215
+ i140,
1216
+ i129L
1191
1217
  };
1192
1218
  var index$2 = Object.values(formRecords);
1193
1219
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.25.0",
3
+ "version": "1.29.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],