@ailaw/venus 1.134.0 → 1.136.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.
package/dist/en.js CHANGED
@@ -1584,8 +1584,8 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1584
1584
  secret: "LCA authorization app secret",
1585
1585
  showToken: "Show token",
1586
1586
  eFile: "File Now",
1587
- addPremium907: "Add 907 Forms",
1588
- addMore907: "Add More 907 Forms",
1587
+ addPremium907: "Add I-907 Forms",
1588
+ addMore907: "Add More I-907 Forms",
1589
1589
  formG28: "Form G-28 is attached.",
1590
1590
  requestForPremium: "Request for Premium Processing Service",
1591
1591
  filedAPetitionEligible: "I am the petitioner who is filing or has filed a petition eligible for Premium Processing Service. ",
package/dist/venus.es.js CHANGED
@@ -1517,6 +1517,22 @@ var i612 = createForm({
1517
1517
  Preparer: [GlueRoleType.PREPARERPROFILE]
1518
1518
  }
1519
1519
  });
1520
+ var i956k = createForm({
1521
+ displayName: "I-956K",
1522
+ roles: {
1523
+ Beneficiary: [GlueRoleType.USERPROFILE],
1524
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1525
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1526
+ }
1527
+ });
1528
+ var i129e3 = createForm({
1529
+ displayName: "I-129-E3",
1530
+ roles: {
1531
+ Beneficiary: [GlueRoleType.USERPROFILE],
1532
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1533
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1534
+ }
1535
+ });
1520
1536
  const formRecords = {
1521
1537
  g28Company,
1522
1538
  g28Person,
@@ -1600,7 +1616,9 @@ const formRecords = {
1600
1616
  n336,
1601
1617
  i914a,
1602
1618
  ds3035,
1603
- i612
1619
+ i612,
1620
+ i956k,
1621
+ i129e3
1604
1622
  };
1605
1623
  var index$2 = Object.values(formRecords);
1606
1624
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.134.0",
3
+ "version": "1.136.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],