@ailaw/venus 1.359.0 → 1.360.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
@@ -1672,6 +1672,13 @@ var eoir60 = createForm({
1672
1672
  Preparer: [GlueRoleType.PREPARERPROFILE]
1673
1673
  }
1674
1674
  });
1675
+ var ds11 = createForm({
1676
+ displayName: "DS-11",
1677
+ roles: {
1678
+ Beneficiary: [GlueRoleType.USERPROFILE],
1679
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1680
+ }
1681
+ });
1675
1682
  const formRecords = {
1676
1683
  g28Company,
1677
1684
  g28Person,
@@ -1781,7 +1788,8 @@ const formRecords = {
1781
1788
  g1650,
1782
1789
  i765v,
1783
1790
  g1651,
1784
- eoir60
1791
+ eoir60,
1792
+ ds11
1785
1793
  };
1786
1794
  var index$2 = Object.values(formRecords);
1787
1795
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.359.0",
3
+ "version": "1.360.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],