@ailaw/venus 1.35.0 → 1.36.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 +17 -0
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -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,13 @@ 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
+ }
1195
+ });
1182
1196
  const formRecords = {
1183
1197
  g28Company,
1184
1198
  g28Person,
@@ -1189,6 +1203,8 @@ const formRecords = {
1189
1203
  i129Attachment,
1190
1204
  i129E1E2,
1191
1205
  i129L,
1206
+ i129Q,
1207
+ i129T: i129TAS,
1192
1208
  i129TAS,
1193
1209
  i129HS,
1194
1210
  i130,
@@ -1219,6 +1235,7 @@ const formRecords = {
1219
1235
  i765WS,
1220
1236
  i129OP,
1221
1237
  i129R1,
1238
+ eoir42a,
1222
1239
  eoir42b,
1223
1240
  i140,
1224
1241
  eoir28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.35.0",
3
+ "version": "1.36.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],