@ailaw/venus 0.12.11 → 0.12.12
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-918B.d.ts +2 -0
- package/dist/forms/index.d.ts +1 -0
- package/dist/venus.es.js +8 -1
- package/package.json +1 -1
package/dist/forms/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare const formRecords: {
|
|
|
16
16
|
i918: import("../types/form").Form;
|
|
17
17
|
i918A: import("../types/form").Form;
|
|
18
18
|
i192: import("../types/form").Form;
|
|
19
|
+
i918B: import("../types/form").Form;
|
|
19
20
|
};
|
|
20
21
|
declare const _default: import("../types/form").Form[];
|
|
21
22
|
export default _default;
|
package/dist/venus.es.js
CHANGED
|
@@ -929,6 +929,12 @@ var i192 = createForm({
|
|
|
929
929
|
Preparer: "PREPARERPROFILE"
|
|
930
930
|
}
|
|
931
931
|
});
|
|
932
|
+
var i918B = createForm({
|
|
933
|
+
displayName: "I-918B",
|
|
934
|
+
roles: {
|
|
935
|
+
Beneficiary: "USERPROFILE"
|
|
936
|
+
}
|
|
937
|
+
});
|
|
932
938
|
const formRecords = {
|
|
933
939
|
g28Company,
|
|
934
940
|
g28Person,
|
|
@@ -946,7 +952,8 @@ const formRecords = {
|
|
|
946
952
|
i907,
|
|
947
953
|
i918,
|
|
948
954
|
i918A,
|
|
949
|
-
i192
|
|
955
|
+
i192,
|
|
956
|
+
i918B
|
|
950
957
|
};
|
|
951
958
|
var index$2 = Object.values(formRecords);
|
|
952
959
|
const acceptableFormats = [
|