@ailaw/venus 1.61.0 → 1.64.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/en2.js CHANGED
@@ -346,6 +346,7 @@ var lang2 = {
346
346
  add: "Add",
347
347
  taskOwner: "Task Owner",
348
348
  taskAssignee: "Task Assignee",
349
+ shareWith: "Share With",
349
350
  noCaseAssignee: "No Accessible Accounts",
350
351
  openDetail: "Open Detail",
351
352
  more: "More",
@@ -360,6 +361,7 @@ var lang2 = {
360
361
  addAccount: "Add account",
361
362
  noTaskSelected: "Please select at least one task",
362
363
  assignSuccess: "Successfully assigned",
364
+ for: "For",
363
365
  familybasedGreenCardWithoutAosPetitionerEmployee1: "Basic Information of Petitioner",
364
366
  familybasedGreenCardWithoutAosPetitionerEmployee2: "Petitioner's Family and Employment Information",
365
367
  familybasedGreenCardWithoutAosPetitionerEmployee3: "Basic Information for This Petition",
package/dist/venus.es.js CHANGED
@@ -1271,6 +1271,13 @@ var i730 = createForm({
1271
1271
  Preparer: [GlueRoleType.PREPARERPROFILE]
1272
1272
  }
1273
1273
  });
1274
+ var i912 = createForm({
1275
+ displayName: "I-912",
1276
+ roles: {
1277
+ Beneficiary: [GlueRoleType.USERPROFILE],
1278
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1279
+ }
1280
+ });
1274
1281
  const formRecords = {
1275
1282
  g28Company,
1276
1283
  g28Person,
@@ -1326,7 +1333,8 @@ const formRecords = {
1326
1333
  i602,
1327
1334
  eta750b,
1328
1335
  i129s,
1329
- i730
1336
+ i730,
1337
+ i912
1330
1338
  };
1331
1339
  var index$2 = Object.values(formRecords);
1332
1340
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.61.0",
3
+ "version": "1.64.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],