@ailaw/venus 1.8.0 → 1.9.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 +2 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -907,7 +907,8 @@ var i129E1E2 = createForm({
|
|
|
907
907
|
displayName: "I-129 with E-1/E-2 Supplement",
|
|
908
908
|
roles: {
|
|
909
909
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
910
|
-
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
910
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
911
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
911
912
|
}
|
|
912
913
|
});
|
|
913
914
|
var i129TAS = createForm({
|