@ailaw/venus 1.31.0 → 1.35.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
@@ -1518,6 +1518,10 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1518
1518
  male: "Male",
1519
1519
  female: "Female",
1520
1520
  recentUpdated: "Recent Updated",
1521
- action: "Action"
1521
+ action: "Action",
1522
+ sendMessage: "Send Message",
1523
+ phoneNumber: "Mobile Number",
1524
+ messageBody: "Message Body",
1525
+ fillLink: "Fill Link"
1522
1526
  });
1523
1527
  export { en as default };
package/dist/venus.es.js CHANGED
@@ -933,8 +933,8 @@ var i129E1E2 = createForm({
933
933
  var i129TAS = createForm({
934
934
  displayName: "I-129 with Trade Agreement Supplement",
935
935
  roles: {
936
- Petitioner: [GlueRoleType.CLIENTPROFILE],
937
936
  Beneficiary: [GlueRoleType.USERPROFILE],
937
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
938
938
  Preparer: [GlueRoleType.PREPARERPROFILE]
939
939
  }
940
940
  });
@@ -1175,7 +1175,8 @@ var i129L = createForm({
1175
1175
  displayName: "I-129 with L Supplement",
1176
1176
  roles: {
1177
1177
  Beneficiary: [GlueRoleType.USERPROFILE],
1178
- Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
1178
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
1179
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1179
1180
  }
1180
1181
  });
1181
1182
  const formRecords = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.31.0",
3
+ "version": "1.35.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],