@ailaw/venus 1.36.0 → 1.37.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
|
@@ -1190,7 +1190,8 @@ var i129Q = createForm({
|
|
|
1190
1190
|
displayName: "I-129 with Q-1 Supplement",
|
|
1191
1191
|
roles: {
|
|
1192
1192
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1193
|
-
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
1193
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1194
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1194
1195
|
}
|
|
1195
1196
|
});
|
|
1196
1197
|
const formRecords = {
|