@ailaw/venus 1.41.0 → 1.42.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +9 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1200,6 +1200,13 @@ var i129Q = createForm({
1200
1200
  Preparer: [GlueRoleType.PREPARERPROFILE]
1201
1201
  }
1202
1202
  });
1203
+ var ds156e = createForm({
1204
+ displayName: "DS-156E",
1205
+ roles: {
1206
+ Beneficiary: [GlueRoleType.USERPROFILE],
1207
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
1208
+ }
1209
+ });
1203
1210
  const formRecords = {
1204
1211
  g28Company,
1205
1212
  g28Person,
@@ -1245,7 +1252,8 @@ const formRecords = {
1245
1252
  eoir42a,
1246
1253
  eoir42b,
1247
1254
  i140,
1248
- eoir28
1255
+ eoir28,
1256
+ ds156e
1249
1257
  };
1250
1258
  var index$2 = Object.values(formRecords);
1251
1259
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.41.0",
3
+ "version": "1.42.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],