@ailaw/venus 1.77.0 → 1.80.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
@@ -1261,6 +1261,7 @@ var lang2 = {
1261
1261
  ds160_passportBookNumber: "Passport Book Number",
1262
1262
  ds160_passportBookNumber_specify: "The Passport Book Number is commonly called the inventory control number. You may or may not have a Passport Book Number on your passport. The location of the Passport Book Number on your passport may vary depending on the country that issued your passport. Please contact your passport issuing authority if you are unable to determine whether or not your passport contains a Passport Book Number.",
1263
1263
  ds160_passportIssueCountry: "Country/Authority that Issued Passport/Travel Document",
1264
+ ds160_passport_where_issued: "Where was the Passport/Travel Document Issued?",
1264
1265
  ds160_passportIssueCountry_province: "State/Province *If shown on passport",
1265
1266
  ds160_passportIssueDate: "Issuance Date",
1266
1267
  ds160_passportExpireDate: "Expiration Date",
package/dist/venus.es.js CHANGED
@@ -1347,6 +1347,20 @@ var i829 = createForm({
1347
1347
  Preparer: [GlueRoleType.PREPARERPROFILE]
1348
1348
  }
1349
1349
  });
1350
+ var i526912 = createForm({
1351
+ displayName: "I-526 Expires 9-12-2022",
1352
+ roles: {
1353
+ Beneficiary: [GlueRoleType.USERPROFILE],
1354
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1355
+ }
1356
+ });
1357
+ var i90 = createForm({
1358
+ displayName: "I-90",
1359
+ roles: {
1360
+ Beneficiary: [GlueRoleType.USERPROFILE],
1361
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1362
+ }
1363
+ });
1350
1364
  const formRecords = {
1351
1365
  g28Company,
1352
1366
  g28Person,
@@ -1409,7 +1423,9 @@ const formRecords = {
1409
1423
  i129f,
1410
1424
  i693,
1411
1425
  eta9089,
1412
- i829
1426
+ i829,
1427
+ i526912,
1428
+ i90
1413
1429
  };
1414
1430
  var index$2 = Object.values(formRecords);
1415
1431
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.77.0",
3
+ "version": "1.80.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],