@ailaw/venus 1.126.0 → 1.128.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/en.js CHANGED
@@ -1579,6 +1579,10 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1579
1579
  newSigner: "New Signer",
1580
1580
  signerName: "Signer Name",
1581
1581
  addAnotherSigner: "Add another Signer",
1582
- moreDetail: "More Detail"
1582
+ moreDetail: "More Detail",
1583
+ lcaEFilling: "File LCA Form",
1584
+ secret: "LCA authorization app secret",
1585
+ showToken: "Show token",
1586
+ eFile: "File Now"
1583
1587
  });
1584
1588
  export { en as default };
package/dist/venus.es.js CHANGED
@@ -1489,8 +1489,8 @@ var n336 = createForm({
1489
1489
  Preparer: [GlueRoleType.PREPARERPROFILE]
1490
1490
  }
1491
1491
  });
1492
- var i914supa = createForm({
1493
- displayName: "I-914-SupA",
1492
+ var i914a = createForm({
1493
+ displayName: "I-914A",
1494
1494
  roles: {
1495
1495
  Beneficiary: [GlueRoleType.USERPROFILE],
1496
1496
  Petitioner: [GlueRoleType.USERPROFILE],
@@ -1585,7 +1585,7 @@ const formRecords = {
1585
1585
  eoir26,
1586
1586
  i131a,
1587
1587
  n336,
1588
- i914supa,
1588
+ i914a,
1589
1589
  ds3035
1590
1590
  };
1591
1591
  var index$2 = Object.values(formRecords);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.126.0",
3
+ "version": "1.128.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],