@ailaw/venus 1.76.0 → 1.79.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
@@ -499,7 +499,7 @@ var __vue2_script$f = defineComponent({
499
499
  },
500
500
  priorities: {
501
501
  type: Array,
502
- default: []
502
+ default: () => []
503
503
  }
504
504
  },
505
505
  setup(props, { emit }) {
@@ -1347,6 +1347,13 @@ 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
+ });
1350
1357
  const formRecords = {
1351
1358
  g28Company,
1352
1359
  g28Person,
@@ -1409,7 +1416,8 @@ const formRecords = {
1409
1416
  i129f,
1410
1417
  i693,
1411
1418
  eta9089,
1412
- i829
1419
+ i829,
1420
+ i526912
1413
1421
  };
1414
1422
  var index$2 = Object.values(formRecords);
1415
1423
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.76.0",
3
+ "version": "1.79.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],