@ailaw/venus 0.12.13 → 0.12.14
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/I-539.d.ts +2 -0
- package/dist/forms/index.d.ts +1 -0
- package/dist/venus.es.js +9 -1
- package/package.json +1 -1
package/dist/forms/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const formRecords: {
|
|
|
17
17
|
i918A: import("../types/form").Form;
|
|
18
18
|
i192: import("../types/form").Form;
|
|
19
19
|
i918B: import("../types/form").Form;
|
|
20
|
+
i539: import("../types/form").Form;
|
|
20
21
|
};
|
|
21
22
|
declare const _default: import("../types/form").Form[];
|
|
22
23
|
export default _default;
|
package/dist/venus.es.js
CHANGED
|
@@ -935,6 +935,13 @@ var i918B = createForm({
|
|
|
935
935
|
Beneficiary: "USERPROFILE"
|
|
936
936
|
}
|
|
937
937
|
});
|
|
938
|
+
var i539 = createForm({
|
|
939
|
+
displayName: "I-539",
|
|
940
|
+
roles: {
|
|
941
|
+
Beneficiary: "USERPROFILE",
|
|
942
|
+
Preparer: "PREPARERPROFILE"
|
|
943
|
+
}
|
|
944
|
+
});
|
|
938
945
|
const formRecords = {
|
|
939
946
|
g28Company,
|
|
940
947
|
g28Person,
|
|
@@ -953,7 +960,8 @@ const formRecords = {
|
|
|
953
960
|
i918,
|
|
954
961
|
i918A,
|
|
955
962
|
i192,
|
|
956
|
-
i918B
|
|
963
|
+
i918B,
|
|
964
|
+
i539
|
|
957
965
|
};
|
|
958
966
|
var index$2 = Object.values(formRecords);
|
|
959
967
|
const acceptableFormats = [
|