@ailaw/venus 0.12.1 → 0.12.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/I-907.d.ts +2 -0
- package/dist/forms/index.d.ts +1 -0
- package/dist/venus.es.js +10 -1
- package/package.json +1 -1
package/dist/forms/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export declare const formRecords: {
|
|
|
12
12
|
i765: import("../types/form").Form;
|
|
13
13
|
i864: import("../types/form").Form;
|
|
14
14
|
i864a: import("../types/form").Form;
|
|
15
|
+
i907: import("../types/form").Form;
|
|
15
16
|
};
|
|
16
17
|
declare const _default: import("../types/form").Form[];
|
|
17
18
|
export default _default;
|
package/dist/venus.es.js
CHANGED
|
@@ -899,6 +899,14 @@ var i864a = createForm({
|
|
|
899
899
|
Preparer: "PREPARERPROFILE"
|
|
900
900
|
}
|
|
901
901
|
});
|
|
902
|
+
var i907 = createForm({
|
|
903
|
+
displayName: "I-907",
|
|
904
|
+
roles: {
|
|
905
|
+
Petitioner: "CLIENTPROFILE",
|
|
906
|
+
Beneficiary: "USERPROFILE",
|
|
907
|
+
Preparer: "PREPARERPROFILE"
|
|
908
|
+
}
|
|
909
|
+
});
|
|
902
910
|
const formRecords = {
|
|
903
911
|
g28Company,
|
|
904
912
|
g28Person,
|
|
@@ -912,7 +920,8 @@ const formRecords = {
|
|
|
912
920
|
i485a,
|
|
913
921
|
i765,
|
|
914
922
|
i864,
|
|
915
|
-
i864a
|
|
923
|
+
i864a,
|
|
924
|
+
i907
|
|
916
925
|
};
|
|
917
926
|
var index$2 = Object.values(formRecords);
|
|
918
927
|
const acceptableFormats = [
|