@ailaw/venus 1.34.0 → 1.35.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 +1 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -933,8 +933,8 @@ var i129E1E2 = createForm({
|
|
|
933
933
|
var i129TAS = createForm({
|
|
934
934
|
displayName: "I-129 with Trade Agreement Supplement",
|
|
935
935
|
roles: {
|
|
936
|
-
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
937
936
|
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
937
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
938
938
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
939
939
|
}
|
|
940
940
|
});
|