@ailaw/venus 1.360.0 → 1.361.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
@@ -1679,6 +1679,13 @@ var ds11 = createForm({
1679
1679
  Preparer: [GlueRoleType.PREPARERPROFILE]
1680
1680
  }
1681
1681
  });
1682
+ var l1bp = createForm({
1683
+ displayName: "L1-BP Questonnaire",
1684
+ roles: {
1685
+ Petitioner: [GlueRoleType.CLIENTPROFILE],
1686
+ Beneficiary: [GlueRoleType.USERPROFILE]
1687
+ }
1688
+ });
1682
1689
  const formRecords = {
1683
1690
  g28Company,
1684
1691
  g28Person,
@@ -1789,7 +1796,8 @@ const formRecords = {
1789
1796
  i765v,
1790
1797
  g1651,
1791
1798
  eoir60,
1792
- ds11
1799
+ ds11,
1800
+ l1bp
1793
1801
  };
1794
1802
  var index$2 = Object.values(formRecords);
1795
1803
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.360.0",
3
+ "version": "1.361.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],