@ailaw/venus 0.8.1 → 0.8.2
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/forms/index.d.ts
CHANGED
package/dist/venus.es.js
CHANGED
|
@@ -805,6 +805,14 @@ var g28Person = createForm({
|
|
|
805
805
|
Preparer: "PREPARERPROFILE"
|
|
806
806
|
}
|
|
807
807
|
});
|
|
808
|
+
var g28Company = createForm({
|
|
809
|
+
displayName: "G-28-Company",
|
|
810
|
+
roles: {
|
|
811
|
+
Petitioner: "CLIENTPROFILE",
|
|
812
|
+
Beneficiary: "USERPROFILE",
|
|
813
|
+
Preparer: "PREPARERPROFILE"
|
|
814
|
+
}
|
|
815
|
+
});
|
|
808
816
|
var i129Attachment = createForm({
|
|
809
817
|
displayName: "I-129 Attachment",
|
|
810
818
|
roles: {
|
|
@@ -879,6 +887,7 @@ var i864a = createForm({
|
|
|
879
887
|
}
|
|
880
888
|
});
|
|
881
889
|
const formRecords = {
|
|
890
|
+
g28Company,
|
|
882
891
|
g28Person,
|
|
883
892
|
g1145,
|
|
884
893
|
i129Attachment,
|