@dev_ailaw/venus 1.413.0 → 1.414.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 +10 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1744,6 +1744,14 @@ var i800a = createForm({
|
|
|
1744
1744
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1745
1745
|
}
|
|
1746
1746
|
});
|
|
1747
|
+
var i941 = createForm({
|
|
1748
|
+
displayName: "I-941",
|
|
1749
|
+
roles: {
|
|
1750
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1751
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1752
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1753
|
+
}
|
|
1754
|
+
});
|
|
1747
1755
|
const formRecords = {
|
|
1748
1756
|
g28Company,
|
|
1749
1757
|
g28Person,
|
|
@@ -1862,7 +1870,8 @@ const formRecords = {
|
|
|
1862
1870
|
i140g,
|
|
1863
1871
|
i140gSupp,
|
|
1864
1872
|
eoir40,
|
|
1865
|
-
i800a
|
|
1873
|
+
i800a,
|
|
1874
|
+
i941
|
|
1866
1875
|
};
|
|
1867
1876
|
var index$2 = Object.values(formRecords);
|
|
1868
1877
|
const acceptableFormats = [
|