@ailaw/venus 1.85.0 → 1.87.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 +9 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1385,6 +1385,13 @@ var i824 = createForm({
1385
1385
  Preparer: [GlueRoleType.PREPARERPROFILE]
1386
1386
  }
1387
1387
  });
1388
+ var g639Expired = createForm({
1389
+ displayName: "G-639 Expired",
1390
+ roles: {
1391
+ Beneficiary: [GlueRoleType.USERPROFILE],
1392
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1393
+ }
1394
+ });
1388
1395
  const formRecords = {
1389
1396
  g28Company,
1390
1397
  g28Person,
@@ -1452,7 +1459,8 @@ const formRecords = {
1452
1459
  i90,
1453
1460
  eta9035,
1454
1461
  i751,
1455
- i824
1462
+ i824,
1463
+ g639Expired
1456
1464
  };
1457
1465
  var index$2 = Object.values(formRecords);
1458
1466
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.85.0",
3
+ "version": "1.87.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],