@ailaw/venus 1.69.0 → 1.70.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
@@ -1306,6 +1306,14 @@ var i129f = createForm({
1306
1306
  Preparer: [GlueRoleType.PREPARERPROFILE]
1307
1307
  }
1308
1308
  });
1309
+ var i693 = createForm({
1310
+ displayName: "I-693",
1311
+ roles: {
1312
+ Beneficiary: [GlueRoleType.USERPROFILE],
1313
+ Petitioner: [GlueRoleType.USERPROFILE],
1314
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1315
+ }
1316
+ });
1309
1317
  const formRecords = {
1310
1318
  g28Company,
1311
1319
  g28Person,
@@ -1365,7 +1373,8 @@ const formRecords = {
1365
1373
  i730,
1366
1374
  i912,
1367
1375
  i914,
1368
- i129f
1376
+ i129f,
1377
+ i693
1369
1378
  };
1370
1379
  var index$2 = Object.values(formRecords);
1371
1380
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.69.0",
3
+ "version": "1.70.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],