@ailaw/venus 1.135.0 → 1.137.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/venus.es.js +28 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1517,6 +1517,30 @@ 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
|
+
});
|
|
1536
|
+
var eta9141 = createForm({
|
|
1537
|
+
displayName: "ETA-9141",
|
|
1538
|
+
roles: {
|
|
1539
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1540
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE],
|
|
1541
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1542
|
+
}
|
|
1543
|
+
});
|
|
1520
1544
|
const formRecords = {
|
|
1521
1545
|
g28Company,
|
|
1522
1546
|
g28Person,
|
|
@@ -1600,7 +1624,10 @@ const formRecords = {
|
|
|
1600
1624
|
n336,
|
|
1601
1625
|
i914a,
|
|
1602
1626
|
ds3035,
|
|
1603
|
-
i612
|
|
1627
|
+
i612,
|
|
1628
|
+
i956k,
|
|
1629
|
+
i129e3,
|
|
1630
|
+
eta9141
|
|
1604
1631
|
};
|
|
1605
1632
|
var index$2 = Object.values(formRecords);
|
|
1606
1633
|
const acceptableFormats = [
|