@ailaw/venus 1.24.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: {
@@ -1142,6 +1156,21 @@ var i129R1 = createForm({
1142
1156
  Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1143
1157
  }
1144
1158
  });
1159
+ var eoir42b = createForm({
1160
+ displayName: "EOIR-42B",
1161
+ roles: {
1162
+ Beneficiary: [GlueRoleType.USERPROFILE],
1163
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1164
+ }
1165
+ });
1166
+ var i140 = createForm({
1167
+ displayName: "I-140",
1168
+ roles: {
1169
+ Beneficiary: [GlueRoleType.USERPROFILE],
1170
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1171
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1172
+ }
1173
+ });
1145
1174
  const formRecords = {
1146
1175
  g28Company,
1147
1176
  g28Person,
@@ -1151,6 +1180,7 @@ const formRecords = {
1151
1180
  g1450,
1152
1181
  i129Attachment,
1153
1182
  i129E1E2,
1183
+ i129L,
1154
1184
  i129TAS,
1155
1185
  i129HS,
1156
1186
  i130,
@@ -1169,6 +1199,7 @@ const formRecords = {
1169
1199
  i589,
1170
1200
  i601A,
1171
1201
  i765,
1202
+ i821,
1172
1203
  i864,
1173
1204
  i864A,
1174
1205
  i864EZ,
@@ -1179,7 +1210,9 @@ const formRecords = {
1179
1210
  i918B,
1180
1211
  i765WS,
1181
1212
  i129OP,
1182
- i129R1
1213
+ i129R1,
1214
+ eoir42b,
1215
+ i140
1183
1216
  };
1184
1217
  var index$2 = Object.values(formRecords);
1185
1218
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.24.0",
3
+ "version": "1.27.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],