@ailaw/venus 1.46.0 → 1.49.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/en.js CHANGED
@@ -1545,6 +1545,7 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1545
1545
  calendarTitle: "Calendar Title",
1546
1546
  color: "Color",
1547
1547
  addCalendar: "Add Calendar",
1548
- editCalendar: "Edit Calendar"
1548
+ editCalendar: "Edit Calendar",
1549
+ canEditOnlySelfCreated: "You can only edit events created by your self"
1549
1550
  });
1550
1551
  export { en as default };
package/dist/venus.es.js CHANGED
@@ -1145,14 +1145,16 @@ var i129OP = createForm({
1145
1145
  displayName: "I-129 with O and P Supplement",
1146
1146
  roles: {
1147
1147
  Beneficiary: [GlueRoleType.USERPROFILE],
1148
- Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1148
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1149
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1149
1150
  }
1150
1151
  });
1151
1152
  var i129R1 = createForm({
1152
1153
  displayName: "I-129 with R-1 Supplement",
1153
1154
  roles: {
1154
1155
  Beneficiary: [GlueRoleType.USERPROFILE],
1155
- Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1156
+ Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
1157
+ Preparer: [GlueRoleType.PREPARERPROFILE]
1156
1158
  }
1157
1159
  });
1158
1160
  var eoir42b = createForm({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.46.0",
3
+ "version": "1.49.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],