@ailaw/venus 1.48.0 → 1.49.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 +4 -2
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1145,14 +1145,16 @@ var i129OP = createForm({
|
|
|
1145
1145
|
displayName: "I-129 with O and P Supplement",
|
|
1146
1146
|
roles: {
|
|
1147
1147
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1148
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
|
|
1148
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1149
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1149
1150
|
}
|
|
1150
1151
|
});
|
|
1151
1152
|
var i129R1 = createForm({
|
|
1152
1153
|
displayName: "I-129 with R-1 Supplement",
|
|
1153
1154
|
roles: {
|
|
1154
1155
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1155
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
|
|
1156
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1157
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1156
1158
|
}
|
|
1157
1159
|
});
|
|
1158
1160
|
var eoir42b = createForm({
|