@ailaw/venus 1.27.0 → 1.29.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 +10 -9
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -930,15 +930,8 @@ var i129E1E2 = createForm({
930
930
  Preparer: [GlueRoleType.PREPARERPROFILE]
931
931
  }
932
932
  });
933
- var i129L = createForm({
934
- displayName: "I-129L",
935
- roles: {
936
- Beneficiary: [GlueRoleType.USERPROFILE],
937
- Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
938
- }
939
- });
940
933
  var i129TAS = createForm({
941
- displayName: "I-129 Trade Agreement Supplement",
934
+ displayName: "I-129 with Trade Agreement Supplement",
942
935
  roles: {
943
936
  Petitioner: [GlueRoleType.CLIENTPROFILE],
944
937
  Beneficiary: [GlueRoleType.USERPROFILE],
@@ -1171,6 +1164,13 @@ var i140 = createForm({
1171
1164
  Preparer: [GlueRoleType.PREPARERPROFILE]
1172
1165
  }
1173
1166
  });
1167
+ var i129L = createForm({
1168
+ displayName: "I-129 with L Supplement",
1169
+ roles: {
1170
+ Beneficiary: [GlueRoleType.USERPROFILE],
1171
+ Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE]
1172
+ }
1173
+ });
1174
1174
  const formRecords = {
1175
1175
  g28Company,
1176
1176
  g28Person,
@@ -1212,7 +1212,8 @@ const formRecords = {
1212
1212
  i129OP,
1213
1213
  i129R1,
1214
1214
  eoir42b,
1215
- i140
1215
+ i140,
1216
+ i129L
1216
1217
  };
1217
1218
  var index$2 = Object.values(formRecords);
1218
1219
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.27.0",
3
+ "version": "1.29.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],