@ailaw/venus 1.6.0 → 1.7.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 +8 -0
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -903,6 +903,13 @@ var i129Attachment = createForm({
|
|
|
903
903
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
904
904
|
}
|
|
905
905
|
});
|
|
906
|
+
var i129E1E2 = createForm({
|
|
907
|
+
displayName: "I-129 with E-1/E-2 Supplement",
|
|
908
|
+
roles: {
|
|
909
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
910
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
|
|
911
|
+
}
|
|
912
|
+
});
|
|
906
913
|
var i129TAS = createForm({
|
|
907
914
|
displayName: "I-129 Trade Agreement Supplement",
|
|
908
915
|
roles: {
|
|
@@ -1096,6 +1103,7 @@ const formRecords = {
|
|
|
1096
1103
|
g1145,
|
|
1097
1104
|
g1450,
|
|
1098
1105
|
i129Attachment,
|
|
1106
|
+
i129E1E2,
|
|
1099
1107
|
i129TAS,
|
|
1100
1108
|
i129HS,
|
|
1101
1109
|
i130,
|