@ailaw/venus 1.34.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +19 -1
  2. 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
  });
@@ -1156,6 +1156,13 @@ var eoir42b = createForm({
1156
1156
  Preparer: [GlueRoleType.PREPARERPROFILE]
1157
1157
  }
1158
1158
  });
1159
+ var eoir42a = createForm({
1160
+ displayName: "EOIR-42A",
1161
+ roles: {
1162
+ Beneficiary: [GlueRoleType.USERPROFILE],
1163
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1164
+ }
1165
+ });
1159
1166
  var eoir28 = createForm({
1160
1167
  displayName: "EOIR-28",
1161
1168
  roles: {
@@ -1179,6 +1186,14 @@ var i129L = createForm({
1179
1186
  Preparer: [GlueRoleType.PREPARERPROFILE]
1180
1187
  }
1181
1188
  });
1189
+ var i129Q = createForm({
1190
+ displayName: "I-129 with Q-1 Supplement",
1191
+ roles: {
1192
+ Beneficiary: [GlueRoleType.USERPROFILE],
1193
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1194
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1195
+ }
1196
+ });
1182
1197
  const formRecords = {
1183
1198
  g28Company,
1184
1199
  g28Person,
@@ -1189,6 +1204,8 @@ const formRecords = {
1189
1204
  i129Attachment,
1190
1205
  i129E1E2,
1191
1206
  i129L,
1207
+ i129Q,
1208
+ i129T: i129TAS,
1192
1209
  i129TAS,
1193
1210
  i129HS,
1194
1211
  i130,
@@ -1219,6 +1236,7 @@ const formRecords = {
1219
1236
  i765WS,
1220
1237
  i129OP,
1221
1238
  i129R1,
1239
+ eoir42a,
1222
1240
  eoir42b,
1223
1241
  i140,
1224
1242
  eoir28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.34.0",
3
+ "version": "1.37.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],