@ailaw/venus 1.31.0 → 1.33.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
|
@@ -1175,7 +1175,8 @@ var i129L = createForm({
|
|
|
1175
1175
|
displayName: "I-129 with L Supplement",
|
|
1176
1176
|
roles: {
|
|
1177
1177
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1178
|
-
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
1178
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1179
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1179
1180
|
}
|
|
1180
1181
|
});
|
|
1181
1182
|
const formRecords = {
|