@ailaw/venus 1.214.0 → 1.215.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
@@ -1504,6 +1504,13 @@ var i864aSponsor = createForm({
1504
1504
  Preparer: [GlueRoleType.PREPARERPROFILE]
1505
1505
  }
1506
1506
  });
1507
+ var i881 = createForm({
1508
+ displayName: "I-881",
1509
+ roles: {
1510
+ Beneficiary: [GlueRoleType.USERPROFILE],
1511
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1512
+ }
1513
+ });
1507
1514
  const formRecords = {
1508
1515
  g28Company,
1509
1516
  g28Person,
@@ -1595,7 +1602,8 @@ const formRecords = {
1595
1602
  i129h1,
1596
1603
  longStatyApplication,
1597
1604
  i566,
1598
- i864aSponsor
1605
+ i864aSponsor,
1606
+ i881
1599
1607
  };
1600
1608
  var index$2 = Object.values(formRecords);
1601
1609
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.214.0",
3
+ "version": "1.215.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],