@ailaw/venus 1.329.0 → 1.330.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/venus.es.js +8 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
@@ -1629,6 +1629,12 @@ var eoir59 = createForm({
|
|
1629
1629
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
1630
1630
|
}
|
1631
1631
|
});
|
1632
|
+
var ar11 = createForm({
|
1633
|
+
displayName: "AR-11",
|
1634
|
+
roles: {
|
1635
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
1636
|
+
}
|
1637
|
+
});
|
1632
1638
|
const formRecords = {
|
1633
1639
|
g28Company,
|
1634
1640
|
g28Person,
|
@@ -1732,7 +1738,8 @@ const formRecords = {
|
|
1732
1738
|
h1bMultple,
|
1733
1739
|
eoir33ic,
|
1734
1740
|
g1256,
|
1735
|
-
eoir59
|
1741
|
+
eoir59,
|
1742
|
+
ar11
|
1736
1743
|
};
|
1737
1744
|
var index$2 = Object.values(formRecords);
|
1738
1745
|
const acceptableFormats = [
|