@ailaw/venus 1.26.0 → 1.31.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,13 @@ var eoir42b = createForm({
1149
1156
  Preparer: [GlueRoleType.PREPARERPROFILE]
1150
1157
  }
1151
1158
  });
1159
+ var eoir28 = createForm({
1160
+ displayName: "EOIR-28",
1161
+ roles: {
1162
+ Beneficiary: [GlueRoleType.USERPROFILE],
1163
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1164
+ }
1165
+ });
1152
1166
  var i140 = createForm({
1153
1167
  displayName: "I-140",
1154
1168
  roles: {
@@ -1157,6 +1171,13 @@ var i140 = createForm({
1157
1171
  Preparer: [GlueRoleType.PREPARERPROFILE]
1158
1172
  }
1159
1173
  });
1174
+ var i129L = createForm({
1175
+ displayName: "I-129 with L Supplement",
1176
+ roles: {
1177
+ Beneficiary: [GlueRoleType.USERPROFILE],
1178
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
1179
+ }
1180
+ });
1160
1181
  const formRecords = {
1161
1182
  g28Company,
1162
1183
  g28Person,
@@ -1166,6 +1187,7 @@ const formRecords = {
1166
1187
  g1450,
1167
1188
  i129Attachment,
1168
1189
  i129E1E2,
1190
+ i129L,
1169
1191
  i129TAS,
1170
1192
  i129HS,
1171
1193
  i130,
@@ -1184,6 +1206,7 @@ const formRecords = {
1184
1206
  i589,
1185
1207
  i601A,
1186
1208
  i765,
1209
+ i821,
1187
1210
  i864,
1188
1211
  i864A,
1189
1212
  i864EZ,
@@ -1196,7 +1219,8 @@ const formRecords = {
1196
1219
  i129OP,
1197
1220
  i129R1,
1198
1221
  eoir42b,
1199
- i140
1222
+ i140,
1223
+ eoir28
1200
1224
  };
1201
1225
  var index$2 = Object.values(formRecords);
1202
1226
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.26.0",
3
+ "version": "1.31.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],