@ailaw/venus 1.66.0 → 1.67.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 +10 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1291,6 +1291,14 @@ var i914 = createForm({
1291
1291
  Preparer: [GlueRoleType.PREPARERPROFILE]
1292
1292
  }
1293
1293
  });
1294
+ var i129f = createForm({
1295
+ displayName: "I-129F",
1296
+ roles: {
1297
+ Petitioner: [GlueRoleType.USERPROFILE],
1298
+ Beneficiary: [GlueRoleType.USERPROFILE],
1299
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1300
+ }
1301
+ });
1294
1302
  const formRecords = {
1295
1303
  g28Company,
1296
1304
  g28Person,
@@ -1348,7 +1356,8 @@ const formRecords = {
1348
1356
  i129s,
1349
1357
  i730,
1350
1358
  i912,
1351
- i914
1359
+ i914,
1360
+ i129f
1352
1361
  };
1353
1362
  var index$2 = Object.values(formRecords);
1354
1363
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.66.0",
3
+ "version": "1.67.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],