@ailaw/venus 1.13.0 → 1.14.0
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/venus.es.js +8 -1
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1115,6 +1115,12 @@ var i918B = createForm({
|
|
|
1115
1115
|
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1116
1116
|
}
|
|
1117
1117
|
});
|
|
1118
|
+
var i765WS = createForm({
|
|
1119
|
+
displayName: "I-765WS",
|
|
1120
|
+
roles: {
|
|
1121
|
+
Beneficiary: [GlueRoleType.USERPROFILE]
|
|
1122
|
+
}
|
|
1123
|
+
});
|
|
1118
1124
|
const formRecords = {
|
|
1119
1125
|
g28Company,
|
|
1120
1126
|
g28Person,
|
|
@@ -1148,7 +1154,8 @@ const formRecords = {
|
|
|
1148
1154
|
i907,
|
|
1149
1155
|
i918,
|
|
1150
1156
|
i918A,
|
|
1151
|
-
i918B
|
|
1157
|
+
i918B,
|
|
1158
|
+
i765WS
|
|
1152
1159
|
};
|
|
1153
1160
|
var index$2 = Object.values(formRecords);
|
|
1154
1161
|
const acceptableFormats = [
|