@ailaw/venus 0.12.23 → 0.12.24
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-589.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
|
@@ -18,6 +18,7 @@ export declare const formRecords: {
|
|
|
18
18
|
i192: import("../types/form").Form;
|
|
19
19
|
i918B: import("../types/form").Form;
|
|
20
20
|
i539: import("../types/form").Form;
|
|
21
|
+
i589: import("../types/form").Form;
|
|
21
22
|
};
|
|
22
23
|
declare const _default: import("../types/form").Form[];
|
|
23
24
|
export default _default;
|
package/dist/venus.es.js
CHANGED
|
@@ -966,6 +966,13 @@ var i539 = createForm({
|
|
|
966
966
|
Preparer: "PREPARERPROFILE"
|
|
967
967
|
}
|
|
968
968
|
});
|
|
969
|
+
var i589 = createForm({
|
|
970
|
+
displayName: "I-589",
|
|
971
|
+
roles: {
|
|
972
|
+
Beneficiary: "USERPROFILE",
|
|
973
|
+
Preparer: "PREPARERPROFILE"
|
|
974
|
+
}
|
|
975
|
+
});
|
|
969
976
|
const formRecords = {
|
|
970
977
|
g28Company,
|
|
971
978
|
g28Person,
|
|
@@ -985,7 +992,8 @@ const formRecords = {
|
|
|
985
992
|
i918A,
|
|
986
993
|
i192,
|
|
987
994
|
i918B,
|
|
988
|
-
i539
|
|
995
|
+
i539,
|
|
996
|
+
i589
|
|
989
997
|
};
|
|
990
998
|
var index$2 = Object.values(formRecords);
|
|
991
999
|
const acceptableFormats = [
|