@ailaw/venus 1.359.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.
- package/dist/venus.es.js +17 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1672,6 +1672,20 @@ 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
|
+
});
|
|
1682
|
+
var l1bp = createForm({
|
|
1683
|
+
displayName: "L1-BP Questonnaire",
|
|
1684
|
+
roles: {
|
|
1685
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1686
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1687
|
+
}
|
|
1688
|
+
});
|
|
1675
1689
|
const formRecords = {
|
|
1676
1690
|
g28Company,
|
|
1677
1691
|
g28Person,
|
|
@@ -1781,7 +1795,9 @@ const formRecords = {
|
|
|
1781
1795
|
g1650,
|
|
1782
1796
|
i765v,
|
|
1783
1797
|
g1651,
|
|
1784
|
-
eoir60
|
|
1798
|
+
eoir60,
|
|
1799
|
+
ds11,
|
|
1800
|
+
l1bp
|
|
1785
1801
|
};
|
|
1786
1802
|
var index$2 = Object.values(formRecords);
|
|
1787
1803
|
const acceptableFormats = [
|