@dev_ailaw/venus 1.408.0 → 1.409.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
|
@@ -1736,6 +1736,14 @@ var eoir40 = createForm({
|
|
|
1736
1736
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1737
1737
|
}
|
|
1738
1738
|
});
|
|
1739
|
+
var i800a = createForm({
|
|
1740
|
+
displayName: "I-800A",
|
|
1741
|
+
roles: {
|
|
1742
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1743
|
+
Petitioner: [GlueRoleType.USERPROFILE],
|
|
1744
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1745
|
+
}
|
|
1746
|
+
});
|
|
1739
1747
|
const formRecords = {
|
|
1740
1748
|
g28Company,
|
|
1741
1749
|
g28Person,
|
|
@@ -1853,7 +1861,8 @@ const formRecords = {
|
|
|
1853
1861
|
l1bp,
|
|
1854
1862
|
i140g,
|
|
1855
1863
|
i140gSupp,
|
|
1856
|
-
eoir40
|
|
1864
|
+
eoir40,
|
|
1865
|
+
i800a
|
|
1857
1866
|
};
|
|
1858
1867
|
var index$2 = Object.values(formRecords);
|
|
1859
1868
|
const acceptableFormats = [
|