@ailaw/venus 1.18.0 → 1.19.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 +17 -1
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1128,6 +1128,20 @@ var i765WS = createForm({
1128
1128
  Beneficiary: [GlueRoleType.USERPROFILE]
1129
1129
  }
1130
1130
  });
1131
+ var i129OP = createForm({
1132
+ displayName: "I-129 O and P Classifications Supplement",
1133
+ roles: {
1134
+ Beneficiary: [GlueRoleType.USERPROFILE],
1135
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1136
+ }
1137
+ });
1138
+ var i129R1 = createForm({
1139
+ displayName: "I-129 R-1 Classification Supplement",
1140
+ roles: {
1141
+ Beneficiary: [GlueRoleType.USERPROFILE],
1142
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1143
+ }
1144
+ });
1131
1145
  const formRecords = {
1132
1146
  g28Company,
1133
1147
  g28Person,
@@ -1163,7 +1177,9 @@ const formRecords = {
1163
1177
  i918,
1164
1178
  i918A,
1165
1179
  i918B,
1166
- i765WS
1180
+ i765WS,
1181
+ i129OP,
1182
+ i129R1
1167
1183
  };
1168
1184
  var index$2 = Object.values(formRecords);
1169
1185
  const acceptableFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],