@neutron.co.id/pendidikan-operation 1.29.2 → 1.29.3

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.
@@ -203,9 +203,9 @@ const sendScoreNotification = operation.Action.define({
203
203
  userId: parentUserId,
204
204
  moduleType: "score-published-parent",
205
205
  moduleId: input?.gradingId,
206
- studentId: gradingData.student.id,
207
- gradingTypeId: gradingData.gradingType?.id,
208
206
  messageData: {
207
+ studentId: gradingData.student.id,
208
+ gradingTypeId: gradingData.gradingType?.id,
209
209
  id: input?.gradingId,
210
210
  message: `Hai, ada penilaian baru untuk ${gradingData.student?.user?.name} dengan penilaian ${gradingData.gradingType?.name}! Yuk, lihat perkembangannya di Rekam Belajar.`
211
211
  },
@@ -201,9 +201,9 @@ const sendScoreNotification = Action.define({
201
201
  userId: parentUserId,
202
202
  moduleType: "score-published-parent",
203
203
  moduleId: input?.gradingId,
204
- studentId: gradingData.student.id,
205
- gradingTypeId: gradingData.gradingType?.id,
206
204
  messageData: {
205
+ studentId: gradingData.student.id,
206
+ gradingTypeId: gradingData.gradingType?.id,
207
207
  id: input?.gradingId,
208
208
  message: `Hai, ada penilaian baru untuk ${gradingData.student?.user?.name} dengan penilaian ${gradingData.gradingType?.name}! Yuk, lihat perkembangannya di Rekam Belajar.`
209
209
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/pendidikan-operation",
3
- "version": "1.29.2",
3
+ "version": "1.29.3",
4
4
  "description": "Operation package of Neutron Pendidikan.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "contributors": [
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "access": "public"
88
88
  },
89
- "build": 158
89
+ "build": 159
90
90
  }