@ailaw/venus 1.125.0 → 1.127.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 +18 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1489,6 +1489,21 @@ var n336 = createForm({
1489
1489
  Preparer: [GlueRoleType.PREPARERPROFILE]
1490
1490
  }
1491
1491
  });
1492
+ var i914a = createForm({
1493
+ displayName: "I-914A",
1494
+ roles: {
1495
+ Beneficiary: [GlueRoleType.USERPROFILE],
1496
+ Petitioner: [GlueRoleType.USERPROFILE],
1497
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1498
+ }
1499
+ });
1500
+ var ds3035 = createForm({
1501
+ displayName: "DS-3035",
1502
+ roles: {
1503
+ Beneficiary: [GlueRoleType.USERPROFILE],
1504
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1505
+ }
1506
+ });
1492
1507
  const formRecords = {
1493
1508
  g28Company,
1494
1509
  g28Person,
@@ -1569,7 +1584,9 @@ const formRecords = {
1569
1584
  i407,
1570
1585
  eoir26,
1571
1586
  i131a,
1572
- n336
1587
+ n336,
1588
+ i914a,
1589
+ ds3035
1573
1590
  };
1574
1591
  var index$2 = Object.values(formRecords);
1575
1592
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.125.0",
3
+ "version": "1.127.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],