@ailaw/venus 1.102.0 → 1.103.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +9 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1424,6 +1424,13 @@ var i212 = createForm({
1424
1424
  Preparer: [GlueRoleType.PREPARERPROFILE]
1425
1425
  }
1426
1426
  });
1427
+ var n400 = createForm({
1428
+ displayName: "N-400",
1429
+ roles: {
1430
+ Beneficiary: [GlueRoleType.USERPROFILE],
1431
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1432
+ }
1433
+ });
1427
1434
  const formRecords = {
1428
1435
  g28Company,
1429
1436
  g28Person,
@@ -1495,7 +1502,8 @@ const formRecords = {
1495
1502
  g639Expired,
1496
1503
  n565,
1497
1504
  i102,
1498
- i212
1505
+ i212,
1506
+ n400
1499
1507
  };
1500
1508
  var index$2 = Object.values(formRecords);
1501
1509
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.102.0",
3
+ "version": "1.103.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],